Skip to content

Instantly share code, notes, and snippets.

@moyashi
Created January 21, 2012 05:46
Show Gist options
  • Save moyashi/1651601 to your computer and use it in GitHub Desktop.
Save moyashi/1651601 to your computer and use it in GitHub Desktop.
JailbrokenなiPhone/iPadでコマンドラインからアプリを起動
#!/usr/bin/cycript -p SpringBoard
// Cydiaからlibdisplaystackとcycriptをインストール
var ds = [DSDisplayController sharedInstance];
[ds activateAppWithDisplayIdentifier:@"com.apple.mobilemail" animated:YES];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment