simulate “Add to Home Screen” feature on older iPod touch
问题 I have a jailbroken iPod Touch 1.1.4, and want to experiment with creating minimalistic "apps" just by scripting, launching Safari to a "webapp". But 1.1.4 does not have the "Add to Home Screen" shortcut option. Is there a way to simulate this just by scripting? I've tried editing the HelloPython Bash script, changing it to: #!/bin/bash /Applications/MobileSafari.app/MobileSafari http://gnixl.com/ And I get the error: ABORT: Unable to register "com.apple.mobilesafari" port, 1103 unknown error