diff options
| author | 2010-06-16 03:38:47 -0400 | |
|---|---|---|
| committer | 2010-06-16 03:38:47 -0400 | |
| commit | c2249545efe5451f25e08fbc57e19b9c91a855c5 (patch) | |
| tree | 6a88e84143b613a184039302a6fc5a0f9e1cdf3c /TODO | |
| parent | 671640f5e2c9908a3807d537e9e761e398347b57 (diff) | |
| download | libirecovery-c2249545efe5451f25e08fbc57e19b9c91a855c5.tar.gz libirecovery-c2249545efe5451f25e08fbc57e19b9c91a855c5.tar.bz2 | |
Changed debug variable to be a static global variable to allow set once always enabled style debug flag
Added -e flag to load and execute a premade script file along with a sample script
Diffstat (limited to 'TODO')
| -rw-r--r-- | TODO | 25 |
1 files changed, 12 insertions, 13 deletions
| @@ -1,16 +1,15 @@ | |||
| 1 | TODO List | 1 | TODO List |
| 2 | ------------------------------------------------ | 2 | ------------------------------------------------ |
| 3 | 3 | ||
| 4 | 1) libirecovery debug should be as static variable so the client doesn't need to be passed and can be set only once. | 4 | o) Need to implement irecv_saveenv() |
| 5 | 2) Need to implement irecv_saveenv() | 5 | o) Need to implement irecv_bootx() |
| 6 | 3) Need to implement irecv_bootx() | 6 | o) Neex to implement irecv_go() |
| 7 | 4) Neex to implement irecv_go() | 7 | o) Need to implement irecv_bgcolor() |
| 8 | 5) Need to implement irecv_bgcolor() | 8 | o) Need to implememt irecv_setpicture() |
| 9 | 6) Need to implememt irecv_setpicture() | 9 | o) Need to impelemnt irecv_reboot() |
| 10 | 7) Need to impelemnt irecv_reboot() | 10 | o) Should figure out a better place to store callbacks so the CONNECTED callback can actually be used |
| 11 | 8) Should figure out a better place to store callbacks so the CONNECTED callback can actually be used | 11 | o) would be nice to change to use asyncronous connections |
| 12 | 9) would be nice to change to use asyncronous connections | 12 | o) could add a function to identify whether we're connected to iBoot/iBEC/iBSS or DFU |
| 13 | 10) could add a function to identify whether we're connected to iBoot/iBEC/iBSS or DFU | 13 | o) could add a function to identify which version we're connected to |
| 14 | 11) could add a function to identify which version we're connected to | 14 | o) could add a function to return the device serial number |
| 15 | 12) could add a function to return the device serial number | 15 | o) fix command parsing to strip quotes \ No newline at end of file |
| 16 | 13) fix command parsing to strip quotes \ No newline at end of file | ||
