summaryrefslogtreecommitdiffstats
path: root/TODO
diff options
context:
space:
mode:
authorGravatar Joshua Hill2010-06-07 05:18:45 -0400
committerGravatar Joshua Hill2010-06-07 05:18:45 -0400
commit671640f5e2c9908a3807d537e9e761e398347b57 (patch)
tree40a121d5b9c13bae16ba8309add3b80879dafd67 /TODO
parent09caab6993bfe2e696ab47776189a4216547c6a9 (diff)
downloadlibirecovery-671640f5e2c9908a3807d537e9e761e398347b57.tar.gz
libirecovery-671640f5e2c9908a3807d537e9e761e398347b57.tar.bz2
a few small bugfixes and updated the TODO list
Diffstat (limited to 'TODO')
-rw-r--r--TODO20
1 files changed, 13 insertions, 7 deletions
diff --git a/TODO b/TODO
index 61d4872..306a1ae 100644
--- a/TODO
+++ b/TODO
@@ -1,10 +1,16 @@
1TODO List 1TODO List
2
3This is just a list of a couple things i've been meaning to get around to, but haven't had the chance. If you finish any of them you can go ahead and remove it from the list.
4------------------------------------------------ 2------------------------------------------------
5 3
61) Port irecovery to libusb1.0. I've already done this in some of my other projects, and I think westbaer's brach has already been ported but our branches forked off a long time ago. 41) libirecovery debug should be as static variable so the client doesn't need to be passed and can be set only once.
7 52) Need to implement irecv_saveenv()
82) Add support for getenv command. getenv sends the request variable back in a control message that can be fetched with usb_control_message(handle, 0xC0, 0, 0, 0, buffer, size, 500). 63) Need to implement irecv_bootx()
9 74) Neex to implement irecv_go()
103) Fix command line parsing so you can send arguments to commands. Currently if you try "irecovery -c bgcolor 0 0 0" only "bgcolor" will be sent and none of it's arguments. 85) Need to implement irecv_bgcolor()
96) Need to implememt irecv_setpicture()
107) Need to impelemnt irecv_reboot()
118) Should figure out a better place to store callbacks so the CONNECTED callback can actually be used
129) would be nice to change to use asyncronous connections
1310) could add a function to identify whether we're connected to iBoot/iBEC/iBSS or DFU
1411) could add a function to identify which version we're connected to
1512) could add a function to return the device serial number
1613) fix command parsing to strip quotes \ No newline at end of file