--- Log opened Sat Dec 10 00:02:45 2011 00:02 -!- clustur [~logger@c-98-249-104-118.hsd1.tn.comcast.net] has joined #freemyipod 00:02 -!- clustur [~logger@c-98-249-104-118.hsd1.tn.comcast.net] has quit [Read error: Connection reset by peer] 00:08 -!- n1s [~n1s@rockbox/developer/n1s] has quit [Quit: Ex-Chat] 00:38 -!- ShapeShifter499 [~ShapeShif@c-98-244-33-205.hsd1.ca.comcast.net] has quit [Read error: Connection reset by peer] 03:33 -!- TheSeven [~TheSeven@rockbox/developer/TheSeven] has quit [Disconnected by services] 03:33 -!- [7] [~TheSeven@rockbox/developer/TheSeven] has joined #freemyipod 06:02 -!- clustur [~logger@c-98-249-104-118.hsd1.tn.comcast.net] has joined #freemyipod 06:02 -!- clustur [~logger@c-98-249-104-118.hsd1.tn.comcast.net] has quit [Read error: Connection reset by peer] 08:26 -!- n1s [~n1s@nl118-175-223.student.uu.se] has joined #freemyipod 08:26 -!- n1s [~n1s@nl118-175-223.student.uu.se] has quit [Changing host] 08:26 -!- n1s [~n1s@rockbox/developer/n1s] has joined #freemyipod 10:55 -!- liar [~liar@clnet-p09-185.ikbnet.co.at] has joined #freemyipod 12:02 -!- clustur [~logger@c-98-249-104-118.hsd1.tn.comcast.net] has joined #freemyipod 12:02 -!- clustur [~logger@c-98-249-104-118.hsd1.tn.comcast.net] has quit [Remote host closed the connection] 12:41 -!- liar [~liar@clnet-p09-185.ikbnet.co.at] has quit [Ping timeout: 240 seconds] 12:43 -!- liar [~liar@clnet-p09-185.ikbnet.co.at] has joined #freemyipod 12:58 -!- Keripo [~Keripo@eng203.wireless-resnet.upenn.edu] has quit [Quit: Leaving.] 13:25 -!- benedikt93 [~benedikt9@unaffiliated/benedikt93] has joined #freemyipod 14:42 < [7]> liar: did you find time to work on the LCD issue? 14:53 -!- liar [~liar@clnet-p09-185.ikbnet.co.at] has quit [Read error: No route to host] 16:02 < user890104> [7]: can i get others chars (other than < and >) at the end of the items in listchooser? 16:02 < user890104> i mean easily, without changing libui 16:03 < [7]> yes, you just need to implement another rendering callback 16:03 < [7]> which just wraps the libui one 16:04 < [7]> chooser_renderer_list_show_arrow_right just calls this: 16:04 < [7]> chooser_renderer_list_render_attached_text(data, item, selected, x, y, ">"); 16:19 < user890104> i see, thanks 16:20 < user890104> [7]: how to detect if a device is being charged at the moment, is there a function implemented somewhere? 16:20 < user890104> i could make a different battery indicator while charging 16:21 < user890104> like a different color or something similar 16:22 < [7]> there are two different flags 16:23 < [7]> the difference being that one goes back to false when the battery is fully charged 16:23 < [7]> you can either use read_battery_state(0) which will return one of: BATTERY_STATE_UNKNOWN, BATTERY_STATE_INVALID, BATTERY_STATE_NONPRESENT, BATTERY_STATE_IDLE, BATTERY_STATE_CHARGING and BATTERY_STATE_DISCHARGING 16:24 * [7] just spotted a wrong function declaration 16:25 < [7]> read_battery_mw(0), read_battery_current(0), vbus_state(), external_power_state() and charging_state() might also be useful, but I'm not sure which of them are exposed via the syscall API 16:25 -!- n1s [~n1s@rockbox/developer/n1s] has quit [Quit: Ex-Chat] 16:26 < user890104> i can add whichever of them i need 16:27 < user890104> external_power_state() sounds good 16:27 < user890104> where are they defined, and for which targets? 16:38 < user890104> [7]: umsboot seems to be broken for me on the classics 16:39 < user890104> it launches emcore, then the storage thread takes about 15-17% cpu load 16:39 < user890104> and the installer does not load 16:40 < user890104> this is both with the builds.freemyipod installers and mine 16:40 -!- n1s [~n1s@nl118-175-223.student.uu.se] has joined #freemyipod 16:40 -!- n1s [~n1s@nl118-175-223.student.uu.se] has quit [Changing host] 16:40 -!- n1s [~n1s@rockbox/developer/n1s] has joined #freemyipod 16:42 < user890104> http://pastebin.com/yJQFkTmR 16:43 < user890104> runfirmware'ing the installer is fine 16:44 < user890104> same condition on windows 16:47 -!- n1s [~n1s@rockbox/developer/n1s] has quit [Quit: Ex-Chat] 16:54 < [7]> probably related to this IRQ patch 16:54 < [7]> it's apparently stuck in some yield() loop 16:54 < [7]> can you check which one? 16:56 < user890104> will try, haven't used IDA in a while 16:56 < user890104> i can send you the .elf file if you want to take a look at it 16:59 < user890104> ata_read_cbr 17:01 < user890104> storage_ata.c:111: while (!(ATA_PIO_READY & 1)) yield(); 17:01 < user890104> looks like it's this one 17:03 -!- benedikt93 [~benedikt9@unaffiliated/benedikt93] has quit [Quit: Bye ;)] 18:02 -!- clustur [~logger@c-98-249-104-118.hsd1.tn.comcast.net] has joined #freemyipod 18:02 -!- clustur [~logger@c-98-249-104-118.hsd1.tn.comcast.net] has quit [Read error: Connection reset by peer] 18:50 -!- Keripo [~Keripo@seas791.wireless-pennnet.upenn.edu] has joined #freemyipod 18:55 -!- liar [~liar@clnet-p09-185.ikbnet.co.at] has joined #freemyipod 19:16 -!- Keripo1 [~Keripo@seas791.wireless-pennnet.upenn.edu] has joined #freemyipod 19:18 -!- Keripo [~Keripo@seas791.wireless-pennnet.upenn.edu] has quit [Ping timeout: 244 seconds] 21:11 -!- liar [~liar@clnet-p09-185.ikbnet.co.at] has quit [Read error: Connection timed out] 21:45 -!- ShapeShifter499 [~ShapeShif@c-98-244-33-205.hsd1.ca.comcast.net] has joined #freemyipod 22:36 -!- ShapeShifter499 [~ShapeShif@c-98-244-33-205.hsd1.ca.comcast.net] has quit [Quit: Leaving] 22:36 -!- ShapeShifter499 [~ShapeShif@c-98-244-33-205.hsd1.ca.comcast.net] has joined #freemyipod 23:53 -!- Keripo1 [~Keripo@seas791.wireless-pennnet.upenn.edu] has quit [Quit: Leaving.] --- Log closed Sun Dec 11 00:02:46 2011