Respring - restarts SpringBoard with two taps on iPhone/iPod touch
![]()
Respring is the small application which restarts SpringBoard. Some other applications like SysInfo have the same feature. But this applications is very easy to use.
Interestingly, this application is implemented as a shell script with the alert command of Erica's Utilities:
#!/bin/sh /var/root/bin/alert -C -b 'Restart SpringBoard now?' if [ "$?" = "1" ]; then launchctl stop com.apple.SpringBoard fi
If you are interested in this application, add my apptapp repository http://javaflavor.cocolog-nifty.com/apptapp/ to your Installer.app. Respring will appear in the category System.
If you want to manually install the application, download the application from the following link, copy it to your iPhone/iPod touch and expand it under /Applications directory.
- Respring-1.0.zip (12/30/2007)
Note that Respring requires Erica's Utilities and BSD Subsystem. These required softwares can be installed from Installer.app.
FYI: we shall not be liable for any damage or data loss arising out of or resulting from your use of this software.
History:
- 1.0. Initial version. (12/30/2007)
| 固定リンク
« jiggy - JavaScriptベースのiPhone/iPod touch開発ツール | トップページ | Snapshot - screen snapshot utility for iPhone/iPod touch »
「development」カテゴリの記事
「iphone」カテゴリの記事
- iPhone/iPod touchをお風呂で使う(2008.09.28)
- jailbreak時にrsyncでホームディレクトリを復元する(2008.08.24)
- iPhone 3GにブループランSSで機種変更しました。(2008.07.27)
- iPhone 3Gの専用USIMについて(2008.06.29)
- Sun Microsystems、iPhone SDK公開を受けてiPhone向けJava MEの開発を表明(2008.03.09)
「ipod」カテゴリの記事
- iPhone/iPod touchをお風呂で使う(2008.09.28)
- jailbreak時にrsyncでホームディレクトリを復元する(2008.08.24)
- Sun Microsystems、iPhone SDK公開を受けてiPhone向けJava MEの開発を表明(2008.03.09)
- Jay Freeman氏、Debian APTベースの新しいパッケージマネージャCydiaをリリース(2008.03.01)
- iPhone SDK β公開とアプリケーション配布の今後(2008.03.09)


コメント