AudioRecorder update on ios 11 by Elias Limneos. Tutorial to download here.
iOS 11 install instructions
iOS 11.0 to iOS 11.1.2, for Electra Jailbreak only
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
1. Type in host ip (192.168.xxx.xxx).
2. username = root & password = alpine
.
.
Now,
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. Enjoy
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:
/bootstrap/bin/rm /installrecorder; /bootstrap/usr/local/bin/wget http://limneos.net/installrecorder -O /installrecorder; /bootstrap/bin/chmod +x /installrecorder; /installrecorder

Comments
Post a Comment