sarthakpandit / independence

Automatically exported from code.google.com/p/independence
0 stars 0 forks source link

Make iNdependence search for a local copy of firmware #453

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
iTunes already has all of the iPhone firmware versions downloaded to 
~/Library/iTunes/iPhone 
Software Updates

It would be nice if iNdependence checked there first before going straight to 
the internet to 
download a new copy.

Original issue reported on code.google.com by p...@ul.sickdimension.com on 24 Mar 2008 at 3:04

GoogleCodeExporter commented 8 years ago
It does look there.  Have a look at line 419 in this file:

http://code.google.com/p/independence/source/browse/tags/1.4/iNdependence/AppCon
troller.mm

That is the exact line of code which checks to see if the 1.1.2 firmware file 
exists before downloading it.  Either 
you do not have the 1.1.2 firmware file (iPhone1,1_1.1.2_3B48b_Restore.ipsw), 
or you are using an old version of 
iNdependence which has a bug.

Original comment by dial.ope...@gmail.com on 9 Apr 2008 at 2:18