Sunday, January 24, 2010

[HowTo] get Stumbler Plus to work on iPhone 3.1.2

You'll need to install:
  • wget
  • OpenSSH
Get your phone's IP address (using Settings > Network > Blue Arrow)
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.

2 comments:

  1. i cant get wget to get iphone .mysticwall.com

    wget: unable to resolve host address

    ReplyDelete
  2. I had to run CYDIA and install the app, rename the directory and run the steps:
    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

    then I was able to run the app cleanly.

    ReplyDelete

Followers