summaryrefslogtreecommitdiffstats
path: root/TODO
blob: 9e77cef41aa8e82575fd3ddcd20c7082228cce9a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
TODO List
------------------------------------------------

1) Instead of assumeing upgrade or restore, the program should query all avaiable build identitiys and find which ones are valid, if more then one is valid then display a menu asking whether to resore or upgrade. (This would also benifit users by cacheing both upgrade and restore SHSH blobs to sauriks server so users aren't stuck with only being able to upgrade or restore.)
2) Also img3 should be updated to be able to fetch tags from each image such as the VERS tag to be able to compare with the current iBoot version. 
3) Many of idevicerestore options can probably be compiled into one flags structure. 
4) need to implement restore_reboot(). 
5) Need to update restore progress notifications to use print_progress_bar(). 
6) Need to add 8900 file support into img3.c. 
7) Cacheing TSS and activation info locally so the program doesn't need to query apple/cydia servers everytime would be nice. 
8) Need to add support to handle and display status messages correctly. 
9) Writing restore logs to an external file for debugging would be a great help. 
10) Need to change some info progresses to only display the component name rather then the full path which can be messy. 
11) Would be nice to add options to keep some connections open during similar operations rather then reopening and closing them each time. 
12) Extracting and signing all firmware files at one time rather then extracting and signing each one as we need it could speed things up as well.
13) restore.c is still very ugly and can be cleaned up