--- Log opened Sun Jul 17 00:35:36 2011 00:35 < fmibot> New commit by user890104 (r753): Beeper: change the path where a song should be located 00:36 < fmibot> r753 build result: emcore: All green! 00:36 < fmibot> r753 build result: umsboot: All green! 00:52 -!- Keripo [~Keripo@c-76-28-198-27.hsd1.wa.comcast.net] has quit [Read error: Connection reset by peer] 00:53 -!- Keripo [~Keripo@c-76-28-198-27.hsd1.wa.comcast.net] has joined #freemyipod 02:07 -!- [7] [~TheSeven@rockbox/developer/TheSeven] has quit [Disconnected by services] 02:07 -!- TheSeven [~TheSeven@rockbox/developer/TheSeven] has joined #freemyipod 02:19 -!- [Saint] [~st.lasciv@124-197-58-10.callplus.net.nz] has quit [Quit: Imagination is for turbo-nerds who can't handle how kick-butt reality is. I'm a kick-butt reality master! I would rather die, than be imaginative. I mean that.] 02:21 -!- [Saint] [~st.lasciv@124-197-58-10.callplus.net.nz] has joined #freemyipod 02:40 -!- [Saint] is now known as internet 02:40 -!- internet is now known as [Saint] 03:00 -!- Keripo [~Keripo@c-76-28-198-27.hsd1.wa.comcast.net] has quit [Ping timeout: 252 seconds] 03:22 -!- Keripo [~Keripo@c-76-28-198-27.hsd1.wa.comcast.net] has joined #freemyipod 04:24 -!- kleemajo [~kleemajo@host168-169.resnet.ubc.ca] has joined #freemyipod 04:24 -!- rim13 [~rim13@95-25-26-111.broadband.corbina.ru] has joined #freemyipod 04:39 -!- rim13 [~rim13@95-25-26-111.broadband.corbina.ru] has quit [Quit: Ухожу я от вас (xchat 2.4.5 или старше)] 04:59 -!- kleemajo [~kleemajo@host168-169.resnet.ubc.ca] has quit [Read error: Connection reset by peer] 06:19 -!- [Saint] [~st.lasciv@124-197-58-10.callplus.net.nz] has quit [Quit: Imagination is for turbo-nerds who can't handle how kick-butt reality is. I'm a kick-butt reality master! I would rather die, than be imaginative. I mean that.] 06:21 -!- [Saint] [~Saint]@124-197-58-10.callplus.net.nz] has joined #freemyipod 08:16 -!- kleemajo [~kleemajo@host168-169.resnet.ubc.ca] has joined #freemyipod 08:16 -!- kleemajo [~kleemajo@host168-169.resnet.ubc.ca] has quit [Client Quit] 08:52 < fmibot> New commit by user890104 (r754): ipoddfu_c: move a misplaced comment 08:53 < fmibot> r754 build result: emcore: All green! 08:53 < fmibot> r754 build result: umsboot: All green! 10:11 * user890104 notices that filling a libui list chooser with more entries than the screen can display produces an infinite loop 11:32 < TheSeven> user890104: what kind of chooser? list? 11:32 < user890104> yes 11:32 < user890104> i found another bug, too 11:32 < user890104> but i don't know how to fix it 11:33 -!- Keripo [~Keripo@c-76-28-198-27.hsd1.wa.comcast.net] has quit [Quit: Leaving.] 11:33 < user890104> the "hit reset vector" message in crt0.S does not display the address, but the unmodified formatting string instead 11:37 < user890104> i guess it should be branching into panicf rather than panic, but it doesn't work for some reason 11:39 < user890104> (or my ARM knowledge is not enough to be able to fix it) 11:40 < TheSeven> hm, what is it trying to show anyway? 11:41 < TheSeven> it could only try to dump LR 11:41 < TheSeven> but that's not really helpful, as you can get that from getprocinfo as well 11:41 < TheSeven> so a formatting string there is probably just a copy/paste leftover 11:42 < user890104> yeah, i found it in getprocinfo 11:43 < user890104> but was curious why it didn't display it 11:44 < user890104> i'm actually trying to load libui into nano4g's ram, and then run a stripped down version of a bootmenu just to see how it looks like on the deivce's screen 11:44 < user890104> but when i run the app, it panics with a "hit reset vector" message 11:56 < TheSeven> => null pointer called 11:56 < TheSeven> => non-implemented kernel function 11:56 < TheSeven> but don't ask me which one 11:56 < TheSeven> the LR value should tell you 12:08 -!- user890104 [~Venci@213.226.63.136] has quit [] 12:17 -!- user890104 [~Venci@213.226.63.148] has joined #freemyipod 12:20 < user890104> TheSeven: what could be the reason for emcore showing up as "unknown device" on windows? 12:21 < user890104> i'm launching ibugger with the notes exploit, then running python snapshot-201003100612/tools/ibugger.py upload 0x08000000 freemyipod/emcore/trunk/build/ipodnano4g/emcore.bin && python snapshot-201003100612/tools/ibugger.py execute 0x08000000 0x0a000000 12:21 < user890104> the screen updates but usb is inaccessible 12:22 < TheSeven> even after re-plugging? 12:24 < user890104> if i replug it, it doesn't show any sign of a device being connected 12:24 < user890104> no, it shows not recognised again 12:25 < TheSeven> *might* be a result of n1s' synopsysotg patch for the classics... 12:25 < TheSeven> but it could be everything else as well :P 12:27 < user890104> can you test if you can run svn head emcore on nano4g? 12:29 < TheSeven> yes, that works for me, even though I boot it from DFU usually 12:30 < user890104> now it gives unhandled irq 16 12:31 < user890104> (i recompiled it) 12:32 < user890104> and then unrecongised again after restarting and re-running 12:32 < TheSeven> have you tried booting through umsboot? 12:38 < user890104> i get the apple logo instead of umsboot's message 12:38 < user890104> it mounted, i copied the file then ejected it 12:38 < user890104> and it shows the unrecongnised message again 12:40 < TheSeven> that's interesting 12:40 < TheSeven> is that an unmodified emcore tree? 12:41 < TheSeven> umsboot is using the same USB driver, so that's apparently working 12:41 < TheSeven> and that unrecognized message can simply mean that something locked up somewhere, not neccessarily related to usb 12:48 < user890104> i'm using unmodified svn head 12:48 < user890104> it used to work before i made a change to crt0.S 12:49 < user890104> then i reverted it and recompiled 12:52 < user890104> i tried a build from the server and the result is the same 12:52 < user890104> no emcore for me 13:02 < TheSeven> that's indeed odd 13:02 < TheSeven> tried a full poweroff? (deep sleep from diagmode) 13:03 < TheSeven> then go to dfu, boot umsboot, copy emcore, unplug, wait for it to boot, replug... still unknown? 13:05 < user890104> still the same 13:06 < user890104> vmware sees it as ffff:e000 but refuses to attach it 13:06 < user890104> windows shows the unrecognised message 13:21 < TheSeven> hm, that actually sounds like a windows hiccup then 13:22 < TheSeven> have you tried to uninstall it in the device manager and then re-plug it? 13:22 < user890104> i tried, even restarted 13:23 < user890104> the other emcored ipod (nano2g) works fine on the same usb port 13:23 < user890104> so i'll try to restore this one with itunes just in case 14:11 -!- user890104 [~Venci@213.226.63.148] has quit [] 14:33 -!- user890104 [d5e23f96@gateway/web/freenode/ip.213.226.63.150] has joined #freemyipod 15:13 -!- Jiss [~Jiss@85.69.200.16] has quit [Read error: Connection reset by peer] 15:27 -!- Jiss [~Jiss@85.69.200.16] has joined #freemyipod 16:35 -!- user890104 [d5e23f96@gateway/web/freenode/ip.213.226.63.150] has quit [Quit: Page closed] 16:46 -!- user890104 [~Venci@213.226.63.156] has joined #freemyipod 17:03 -!- user890104 [~Venci@213.226.63.156] has quit [] 17:21 -!- user890104 [~Venci@213.226.63.144] has joined #freemyipod 17:35 -!- user890104 [~Venci@213.226.63.144] has quit [Ping timeout: 258 seconds] 18:18 -!- user890104 [~Venci@213.226.63.135] has joined #freemyipod 18:50 -!- user890104_ [~Venci@213.226.63.134] has joined #freemyipod 18:51 -!- user890104_ [~Venci@213.226.63.134] has quit [Client Quit] 18:53 -!- user890104 [~Venci@213.226.63.135] has quit [Ping timeout: 240 seconds] 19:23 -!- user890104 [~Venci@213.226.63.159] has joined #freemyipod 20:25 -!- user890104 [~Venci@213.226.63.159] has quit [] 21:03 -!- [Saint] [~Saint]@124-197-58-10.callplus.net.nz] has quit [Disconnected by services] 21:03 -!- S_a_i_n_t [~st.lasciv@124-197-58-10.callplus.net.nz] has joined #freemyipod 22:58 -!- Keripo [~Keripo@c-76-28-198-27.hsd1.wa.comcast.net] has joined #freemyipod 23:03 -!- Keripo [~Keripo@c-76-28-198-27.hsd1.wa.comcast.net] has quit [Client Quit] 23:14 -!- Keripo [~Keripo@c-76-28-198-27.hsd1.wa.comcast.net] has joined #freemyipod --- Log closed Mon Jul 18 00:28:15 2011