Note that there are some explanatory texts on larger screens.

plurals
  1. POsimulate "Add to Home Screen" feature on older iPod touch
    primarykey
    data
    text
    <p>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:</p> <pre><code>#!/bin/bash /Applications/MobileSafari.app/MobileSafari http://gnixl.com/ </code></pre> <p>And I get the error:</p> <pre><code>ABORT: Unable to register "com.apple.mobilesafari" port, 1103 unknown error code. </code></pre> <p>I removed the URL <a href="http://gnixl.com/" rel="nofollow">http://gnixl.com/</a>, same error.</p> <p>Is there a way to do this without using Python or Objective-C? Not that I'm not willing to use either/or, but I'm looking for the most barebones approach that will do <em>something</em> first.</p> <p>If someone with a newer iPod touch could "add to home screen" anything and analyze what it puts into the Applications folder, that might be just the info I need. Or if someone jailbroke their device with ziphone and left the link on the homescreen, that would work too unless the "link" is actually an executable.</p> <p>[update 2016-01-25: 2 github projects now up using troutinator's answer as template: <a href="https://github.com/jcomeauictx/conwaylife" rel="nofollow">https://github.com/jcomeauictx/conwaylife</a> and <a href="https://github.com/jcomeauictx/taillight]" rel="nofollow">https://github.com/jcomeauictx/taillight]</a></p>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload