i jailbroke my iphone 4 ios 7.0.6. i wanna update it to 7.1, i downloaded the IPSW file but it says firmware not compatible wen i try to restore. i am sure i hav downloaded the right firmware for the phone. wat cud the prblm be?
Do a "cat /etc/hosts" in Terminal. It should look like this:
Code:
##
# Host Database
#
# localhost is used to configure the loopback interface
# when the system is booting. Do not change this entry.
##
127.0.0.1 localhost
255.255.255.255 broadcasthost
::1 localhost
fe80::1%lo0 localhost
If there's a line for gs.apple.com then you'll need to remove it. The easiest way is to use nano ("sudo nano /etc/hosts", remove the line, Ctrl-X to save and quit).