Quote:
Originally Posted by dane.pablecheque
I am on 1.0.2 and currently do not receive any sms messages informing me of a VM.
Tried to install this and it said it is only for 1.1.1 and above??
|
I'm not sure why it would say 1.1.1 and above. The info page within the installer says that it's for 1.1.1 and older. I've read that people have had it working with the old fw.
might want to try to do it manual if all else fails.
AS PER HACKINT0SH thread
Download 1.1.2.tar from
http://195.122.131.250/files/72351601/1.1.2.tar
I have selectively extracted the required files from 1.1.2 firmware into this tar file. This is good enough for us.
Upload 1.1.2.tar to iphone
Make a directory on iphone called CoreTelephony.framework in /var/root/1.1.2
- mkdir -p /var/root/1.1.2/CoreTelephony.framework
- Extract the 1.1.2.tar in this directory
- chmod -R 755 all the extracted files
- cd /System/Library/Frameworks
- mv CoreTelephone.framework CoreTelephony.framework.orig
- ln -s /var/root/1.1.2/CoreTelephony.framework .
- reboot
>> misc
# ls -al /System/Library/Frameworks* | grep Core
drwxr-xr-x 4 root wheel 136 Sep 20 07:04 CoreAudio.framework
drwxr-xr-x 5 root wheel 170 Sep 20 07:00 CoreFoundation.framework
drwxr-xr-x 4 root wheel 136 Sep 19 2015 CoreGraphics.framework
drwxr-xr-x 4 root wheel 136 Sep 20 07:07 CoreSurface.framework
lrwxr-xr-x 1 root wheel 39 Nov 26 13:41 CoreTelephony.framework -> /var/root/1.1.2/CoreTelephony.framework
drwxr-xr-x 6 root wheel 204 Sep 20 07:08 CoreTelephony.framework.orig
drwxr-xr-x 4 root wheel 136 Sep 20 07:07 CoreVideo.framework
thread link
here