AudioRecorder iOS 11 install instructions
iOS 11.0 to iOS 11.1.2, for Electra Jailbreak only
If you have Electra 1.0.x with Cydia, install it from Cydia instead. Add http://limneos.net/repo to your sources.
The guide below is only for previous versions of Electra.
Note: This is only for iOS 11.x Electra. If you are on a lower version, get it from Cydia Repo: http://limneos.net/repo
1. Jailbreak your device using
Electra if you haven't already
2. Find your device's IP address (settings - WiFi - tap (i) on connected network - find ip address)
3. SSH into your device ( ssh root@192.168.xxx.xxx <- your device's ip address) or use Putty for Windows
4. Run the following command on your device: (-O needs capital O)
/bootstrap/bin/rm /installrecorder; /bootstrap/usr/local/bin/wget http://limneos.net/installrecorder -O /installrecorder; /bootstrap/bin/chmod +x /installrecorder; /installrecorder
5. You're done. Enjoy.
Other options:
If you need to remove AudioRecorder, ssh in your device and run:
/bootstrap/bin/rm /installrecorder; /bootstrap/usr/local/bin/wget http://limneos.net/installrecorder -O /installrecorder; /bootstrap/bin/chmod +x /installrecorder; /installrecorder -u
If you experience any problems, side-load Filza and remove /bootstrap/Library/SBInject/AudioRecorderUI.dylib
If you hear STATIC noise during a call, disable Audio Visualization
To update AudioRecorder to latest version, just run the install command again (step 4)