Use PuTTY if you are on Windows, ensure the BSD Subsystem is installed then just do these one after the other: (assumes you are SSH'd to the phone using root/alpine login details)
COMMAND ONE:
rm /var/root/Library/Preferences/com.apple.carrier.plist
COMMAND TWO:
ln -s /System/Library/Frameworks/CoreTelephony.framework/Support/O2_UK.plist /var/root/Library/Preferences/com.apple.carrier.plist
COMMAND THREE:
rm -f /var/root/Library/Preferences/SystemConfiguration/preferences.plist
each of the commands listed above needs to be ran seperately one after the other or just paste this:
Code:
rm /var/root/Library/Preferences/com.apple.carrier.plist ; ln -s /System/Library/Frameworks/CoreTelephony.framework/Support/O2_UK.plist /var/root/Library/Preferences/com.apple.carrier.plist ; rm -f /var/root/Library/Preferences/SystemConfiguration/preferences.plist
One liner command from either WinSCP or PuTTY!
Once that's all done you'l need to simply reboot your iPhone and you should be good to go : )
Bookmarks