- wget
- OpenSSH
Log into the phone (using ssh root@phone)
wget http://www.iphone.mysticwall.com/download/StumblerPlus-1.2rev1.tar.gz
gzip -dc StumblerPlus-1.2rev1.tar.gz | tar xv
cp -vfr StumblerPlus.app /Applications
rm -vfr StumblerPlus.app
This should "just work" with no reboot of the phone.
i cant get wget to get iphone .mysticwall.com
ReplyDeletewget: unable to resolve host address
I had to run CYDIA and install the app, rename the directory and run the steps:
ReplyDeletewget http://www.iphone.mysticwall.com/download/StumblerPlus-1.2rev1.tar.gz
gzip -dc StumblerPlus-1.2rev1.tar.gz | tar xv
cp -vfr StumblerPlus.app /Applications
rm -vfr StumblerPlus.app
then I was able to run the app cleanly.