This project is verified working with iOS 5.1 Do not attempt to install this project to the simulator or to your device using Xcode. Your device must be jailbroken!
Buid Steps:
- In testViewController.m, line 35, modify Enter network here to the SSID of the network you wish to associate to. (optional. if network is wep or wpa protected, edit SOLStumbler.m line 86, change NULL to @"YourWpaKeyHere")
- Go to Product > Build For > Archiving
- Right click Products > wificonnect43.app and click "Show in Finder"
- In the folder Release-iphoneos, move wifiConnect43.app to your Desktop
- Move the app to your device using ssh.
- Find your device's IP address in the Settings.app.
- Execute "scp -rp ~/Desktop/wifiConnect43.app root@{deviceIP}:/Applications/"
- Default device password is "alpine"
- Restart device
- App will be on device and can be run
If you update the code and want to reinstall you must remove the original app following these steps:
- SSH to device (ex. ssh root@{deviceIP})
- Execute "rm -fr /Applications/wifiConnect43.app"
- Execute "reboot"
- Then follow build steps above to reinstall