だから...
- ジェイルブレイクを設定しました(iOS 7の場合、 http: //evasi0n.comから新しいジェイルブレイクを取得するには、フルリセットを行い、iTunesで復元し、ジェイルブレイクを再インストールする必要がありました)
- CydiaからOpenSSH、MobileSubstrateをインストールします(インストールされていない場合は、Cydiaを閉じて再起動し、更新する必要がある場合があります)。
- Revealをデバイスにコピーします(新しくインストールしたOpenSSHのルートのデフォルトパスワードはalpineです):
$ scp -r Reveal.framework root@xxxx:/System/Library/Frameworks $ scp libReveal.dylib root@xxxx:/Library/MobileSubstrate/DynamicLibraries
- / Library / MobileSubstrate / DynamicLibraries /にlibReveal.plistファイルを作成し、その中にフィルターを入力してライブラリーを開始します(このため、SFTP経由で接続する方が便利です)。
{ Filter = { Bundles = ( "com.apple.MobileSMS"; "net.whatsapp.WhatsApp" ); }; }
com.apple.launchd[1] (UIKitApplication:com.tapbots.Tweetbot3[0x3811][1141]) : (UIKitApplication:com.tapbots.Tweetbot3[0x3811]) Exited: Killed: 9.
"com.tapbots.Tweetbot3" — .
Respringの作成:
$ ssh root@xxxx killall SpringBoard
?