--- Log opened Thu Mar 03 00:01:56 2011 00:01 -!- clustur [~logger@c-98-249-104-118.hsd1.tn.comcast.net] has quit [Remote host closed the connection] 00:02 -!- clustur [~logger@c-98-249-104-118.hsd1.tn.comcast.net] has joined #freemyipod 00:10 -!- Dreamxtreme [~Dre@92.18.99.114] has quit [Ping timeout: 264 seconds] 00:16 -!- Keripo1 [~Keripo@eng026.wireless-resnet.upenn.edu] has quit [Quit: Leaving.] 00:23 -!- Dreamxtreme [~Dre@92.18.101.101] has joined #freemyipod 00:29 -!- bcoco85 [~co@77.225.204.126] has quit [Quit: Leaving.] 01:01 -!- liar [~liar@clnet-p09-185.ikbnet.co.at] has quit [Quit: Leaving] 01:39 -!- TheSeven [~TheSeven@rockbox/developer/TheSeven] has quit [*.net *.split] 01:43 -!- TheSeven [~TheSeven@rockbox/developer/TheSeven] has joined #freemyipod 01:45 -!- TheSeven [~TheSeven@rockbox/developer/TheSeven] has quit [*.net *.split] 01:51 -!- TheSeven [~TheSeven@rockbox/developer/TheSeven] has joined #freemyipod 03:18 -!- Keripo [~Keripo@eng442.wireless-resnet.upenn.edu] has joined #freemyipod 03:51 -!- TheSeven [~TheSeven@rockbox/developer/TheSeven] has quit [Ping timeout: 252 seconds] 03:56 -!- TheSeven [~TheSeven@rockbox/developer/TheSeven] has joined #freemyipod 06:01 -!- clustur [~logger@c-98-249-104-118.hsd1.tn.comcast.net] has quit [Remote host closed the connection] 06:02 -!- clustur [~logger@c-98-249-104-118.hsd1.tn.comcast.net] has joined #freemyipod 06:33 -!- kyle6513 [~kyle6513@CPE-121-208-218-78.mjcz2.cha.bigpond.net.au] has joined #freemyipod 07:46 -!- perror [~fleury@aldebaran.labri.fr] has joined #freemyipod 08:10 -!- Keripo [~Keripo@eng442.wireless-resnet.upenn.edu] has quit [Quit: Leaving.] 08:13 -!- kyle6513 [~kyle6513@CPE-121-208-218-78.mjcz2.cha.bigpond.net.au] has quit [Quit: Leaving] 08:58 < STeeF> Does anyone know the requirements for a png using the libpng png_decode_rgba emCORE call? I thought 8bit RGBA 09:15 < TheSeven> STeeF: it supports everything except interlaced 09:15 < STeeF> hmmm ok 09:16 < STeeF> I was playing around with the boot-menu 09:16 < TheSeven> so even things like 16bit greyscale will hopefully be transcoded to RGBA8888 09:16 < STeeF> and tried to change (add) and image 09:16 < TheSeven> however those weird formats haven't really been tested yet ;) 09:17 < STeeF> to the psd and in GIMP saved-as png and it gave an decoding error 09:17 < STeeF> Cannot parse icon set 09:17 < TheSeven> what certainly works is 8bit RGB/RGBA and indexed, so basically everything I've seen in the wild so far 09:18 < TheSeven> can you pass me the file that it didn't like? 09:19 < STeeF> ehu, I'll have to trick around a bit (I don't have internet on my laptop at work) 09:22 < STeeF> TheSeven, http://www.mediafire.com/?c6z017faepsvwb7 09:23 < STeeF> Btw, I'm porting the uninstaller from embios to emcore just as practise 09:24 * TheSeven suggests making a backup of the sysinfo first :) 09:28 < STeeF> TheSeven, what do you mean with sysinfo? The flash or HDD? 09:30 < TheSeven> flash 09:31 < STeeF> ok, but if I'm correct I can always use DFU to 'restore' emCORE right? 09:32 < TheSeven> yes, but there is no way to restore the sysinfo if you lose it 09:33 < TheSeven> it's unique to each ipod 09:33 < STeeF> aha I get it, can the backup be done using emCORE? 09:37 < TheSeven> yes 09:37 < TheSeven> emcore memalign 16 0x1000 09:37 < TheSeven> note the address of the buffer 09:37 < TheSeven> emcore readbootflash 0x1000
0x1000 09:38 < TheSeven> emcore downloadfile
0x1000 sysinfo.bin 09:38 < TheSeven> emcore free
09:38 < TheSeven> after that, have a look at the sysinfo.bin file 09:39 < TheSeven> should start with some bytes like this: 09:39 < TheSeven> 00000000 67 66 43 53 CC 00 00 00 00 20 00 00 01 00 01 00 00 00 00 00 09 00 00 00 6D 4E 72 53 38 4B 37 33 gfCSÌ.... ..............mNrS8K73 09:40 < TheSeven> regarding the PNG file: seems like you found a bug :/ 09:40 < TheSeven> i have no idea what's going on yet, need to write some simple png viewer app first to debug it 09:40 < TheSeven> doing it inside the boot menu is a bit complicated 09:40 -!- faileas [~geek@2001:5c0:1000:b::9121] has joined #freemyipod 09:40 < STeeF> Yep 09:41 * STeeF thought It might me a Linux / GIMP / libpng related issue 09:41 < STeeF> as your images are made with Adobe products (i guess on Windows) 09:42 < STeeF> I'll backup the flash first, and after that experiment with the uninstaller :) 09:44 -!- geek7 [~geek@2001:5c0:1000:b::9121] has quit [Ping timeout: 272 seconds] 09:50 < TheSeven> the PNG can be opened fine by other programs, so it's probably just that you're triggering some bug somewhere in the parser 09:51 < TheSeven> i've already tried removing some non-essential information from it (sRGB, pHYs, tIME), but it didn't help 09:55 -!- happyhessian [~quassel@82.166.145.95] has joined #freemyipod 10:13 -!- timccc [~timccc@112.166.15.141] has quit [Quit: Leaving.] 10:13 -!- timccc [~timccc@112.166.15.141] has joined #freemyipod 10:22 -!- happyhessian [~quassel@82.166.145.95] has quit [Remote host closed the connection] 10:25 -!- user890104 [~Venci@6bez10.info] has quit [Read error: Connection reset by peer] 10:26 < TheSeven> STeeF: trace log: http://pastie.org/1628045 10:27 * TheSeven has leave for work now 10:27 < TheSeven> i'll look at this in the evening 10:27 -!- user890104 [~Venci@6bez10.info] has joined #freemyipod 10:31 -!- TheSeven [~TheSeven@rockbox/developer/TheSeven] has quit [Ping timeout: 240 seconds] 10:34 -!- user890104 [~Venci@6bez10.info] has quit [] 10:34 -!- user890104 [~Venci@212.233.245.245] has joined #freemyipod 10:45 -!- user890104 [~Venci@212.233.245.245] has quit [] 10:56 -!- benedikt93 [~benedikt9@unaffiliated/benedikt93] has joined #freemyipod 11:10 -!- nosa- [~nosaj@adsl-235-42-138.clt.bellsouth.net] has quit [Ping timeout: 264 seconds] 11:15 -!- nosa- [~nosaj@adsl-235-42-138.clt.bellsouth.net] has joined #freemyipod 11:19 -!- user890104 [~Venci@212.233.245.245] has joined #freemyipod 11:28 -!- nosaj [~nosaj@adsl-235-42-138.clt.bellsouth.net] has joined #freemyipod 11:29 -!- nosa- [~nosaj@adsl-235-42-138.clt.bellsouth.net] has quit [Read error: Connection reset by peer] 12:01 -!- clustur [~logger@c-98-249-104-118.hsd1.tn.comcast.net] has quit [Remote host closed the connection] 12:02 -!- clustur [~logger@c-98-249-104-118.hsd1.tn.comcast.net] has joined #freemyipod 12:05 -!- kyle6513 [~kyle6513@CPE-121-208-218-78.mjcz2.cha.bigpond.net.au] has joined #freemyipod 12:10 -!- nosaj [~nosaj@adsl-235-42-138.clt.bellsouth.net] has quit [Quit: lol] 12:11 -!- nosa- [~nosaj@adsl-235-42-138.clt.bellsouth.net] has joined #freemyipod 13:11 -!- nosa- [~nosaj@adsl-235-42-138.clt.bellsouth.net] has quit [Ping timeout: 264 seconds] 13:25 -!- nosa- [~nosaj@adsl-235-42-6.clt.bellsouth.net] has joined #freemyipod 13:44 -!- soap [~soap@rockbox/staff/soap] has quit [Quit: soap] 13:51 -!- nosa- [~nosaj@adsl-235-42-6.clt.bellsouth.net] has quit [Ping timeout: 264 seconds] 13:53 -!- nosa- [~nosaj@adsl-235-42-6.clt.bellsouth.net] has joined #freemyipod 14:31 -!- TheSeven [~TheSeven@rockbox/developer/TheSeven] has joined #freemyipod 14:34 -!- soap [~soap@cpe-76-181-78-156.columbus.res.rr.com] has joined #freemyipod 14:34 -!- soap [~soap@cpe-76-181-78-156.columbus.res.rr.com] has quit [Changing host] 14:34 -!- soap [~soap@rockbox/staff/soap] has joined #freemyipod 14:37 -!- bcoco85 [~co@77.225.204.126] has joined #freemyipod 14:50 -!- STeeF [~STeeF@office.hostnetbv.nl] has quit [Ping timeout: 276 seconds] 14:52 -!- STeeF [~STeeF@office.hostnetbv.nl] has joined #freemyipod 14:55 < TheSeven> STeeF: something is wrong with the IDAT block merging 15:00 -!- TheSeven [~TheSeven@rockbox/developer/TheSeven] has quit [Ping timeout: 240 seconds] 15:00 -!- nosa- [~nosaj@adsl-235-42-6.clt.bellsouth.net] has quit [Quit: lol] 15:01 -!- nosa- [~nosaj@adsl-235-42-6.clt.bellsouth.net] has joined #freemyipod 15:03 -!- TheSeven [~TheSeven@p578b86bd.dip0.t-ipconnect.de] has joined #freemyipod 15:03 -!- TheSeven [~TheSeven@p578b86bd.dip0.t-ipconnect.de] has quit [Changing host] 15:03 -!- TheSeven [~TheSeven@rockbox/developer/TheSeven] has joined #freemyipod 15:04 < STeeF> TheSeven, from the w3-standard: 15:04 < STeeF> There may be multiple IDAT chunks; if so, they shall appear consecutively with no other intervening chunks. The compressed datastream is then the concatenation of the contents of the data fields of all the IDAT chunks. 15:05 < STeeF> if I'm informed correctly photoshop creates a single IDAT chunk while the GIMP / libpng doesn't.... 15:06 -!- bcoco85 [~co@77.225.204.126] has quit [Quit: Leaving.] 15:07 < TheSeven> seems like that 15:16 * STeeF just found the exsisting of pngchunks giving debug information about the number of png chunks in a png :) 15:16 < STeeF> It is indeed correct PhotoShop creates one chunk, while GIMP created multiple chunks 15:16 < STeeF> :) 15:21 -!- kyle6513 [~kyle6513@CPE-121-208-218-78.mjcz2.cha.bigpond.net.au] has quit [Quit: Leaving] 15:36 < STeeF> TheSeven, I used the command 'pngcrush' to force the window size of the IDAT to large enough to have only one IDAT chunk 15:37 < STeeF> rebuild the bootmenu and installer, tried and tested it works!!Now I got my own Icon in the boot menu :) 15:37 < TheSeven> we should nevertheless fix it 15:38 < STeeF> sure, but I use this work-a-round for now :) 15:59 -!- bcoco85 [~co@77.225.204.126] has joined #freemyipod 16:49 -!- benedikt93 [~benedikt9@unaffiliated/benedikt93] has quit [Ping timeout: 252 seconds] 16:51 -!- benedikt93 [~benedikt9@unaffiliated/benedikt93] has joined #freemyipod 16:57 -!- fmibot_ [~fmibot@static.225.178.40.188.clients.your-server.de] has quit [Ping timeout: 264 seconds] --- Log opened Thu Mar 03 16:57:36 2011 16:57 -!- fmibot [~fmibot@static.225.178.40.188.clients.your-server.de] has joined #freemyipod 17:05 -!- afk [~Dre@92.18.101.101] has joined #freemyipod 17:05 -!- geek__ [~geek@2001:5c0:1000:b::9121] has joined #freemyipod 17:05 -!- afk is now known as Guest39851 17:08 -!- Dreamxtreme [~Dre@92.18.101.101] has quit [Ping timeout: 260 seconds] 17:08 -!- timccc [~timccc@112.166.15.141] has quit [Ping timeout: 272 seconds] 17:08 -!- faileas [~geek@2001:5c0:1000:b::9121] has quit [Ping timeout: 260 seconds] 17:28 -!- bairchan [~boromir@pool-72-70-187-188.hrbgpa.fios.verizon.net] has quit [Ping timeout: 260 seconds] 17:29 -!- n1s [~n1s@nl118-175-108.student.uu.se] has joined #freemyipod 17:29 -!- n1s [~n1s@nl118-175-108.student.uu.se] has quit [Changing host] 17:29 -!- n1s [~n1s@rockbox/developer/n1s] has joined #freemyipod 17:32 -!- bairchan [~boromir@pool-72-70-187-188.hrbgpa.fios.verizon.net] has joined #freemyipod 17:37 -!- clustur [~logger@c-98-249-104-118.hsd1.tn.comcast.net] has quit [Ping timeout: 252 seconds] 17:38 -!- perror [~fleury@aldebaran.labri.fr] has quit [Quit: Bye all !] 17:38 -!- user890104_ [~Venci@212.233.245.245] has joined #freemyipod 17:39 -!- TheSeven [~TheSeven@rockbox/developer/TheSeven] has quit [Disconnected by services] 17:39 -!- [7] [~TheSeven@rockbox/developer/TheSeven] has joined #freemyipod 17:40 -!- user890104 [~Venci@212.233.245.245] has quit [Read error: Connection reset by peer] 17:46 -!- benedikt93 [~benedikt9@unaffiliated/benedikt93] has quit [Read error: Connection reset by peer] 17:46 -!- benedikt93 [~benedikt9@unaffiliated/benedikt93] has joined #freemyipod 17:48 -!- perror [~fleury@aldebaran.labri.fr] has joined #freemyipod 17:49 -!- geek__ [~geek@2001:5c0:1000:b::9121] has quit [*.net *.split] 17:51 -!- geek__ [~geek@2001:5c0:1000:b::9121] has joined #freemyipod 17:54 -!- perror [~fleury@aldebaran.labri.fr] has quit [Quit: Bye all !] 17:57 -!- geek__ [~geek@2001:5c0:1000:b::9121] has quit [*.net *.split] 18:02 -!- clustur [~logger@c-98-249-104-118.hsd1.tn.comcast.net] has joined #freemyipod 18:06 -!- nosa- [~nosaj@adsl-235-42-6.clt.bellsouth.net] has quit [Ping timeout: 264 seconds] 18:06 -!- bcoco851 [~co@77.225.204.126] has joined #freemyipod 18:07 -!- bcoco85 [~co@77.225.204.126] has quit [Ping timeout: 252 seconds] 18:07 -!- clustur [~logger@c-98-249-104-118.hsd1.tn.comcast.net] has quit [Ping timeout: 252 seconds] 18:07 -!- benedikt93 [~benedikt9@unaffiliated/benedikt93] has quit [Ping timeout: 252 seconds] 18:15 -!- liar [~liar@clnet-p09-185.ikbnet.co.at] has joined #freemyipod 18:15 -!- user890104_ [~Venci@212.233.245.245] has quit [] 18:16 -!- nosa- [~nosaj@adsl-235-42-6.clt.bellsouth.net] has joined #freemyipod 18:17 -!- geek__ [~geek@2001:5c0:1000:b::9121] has joined #freemyipod 18:21 -!- faileas [~geek@cm89.gamma26.maxonline.com.sg] has joined #freemyipod 18:22 -!- Kuitsi [~Kuitsi@a88-113-118-171.elisa-laajakaista.fi] has quit [Ping timeout: 260 seconds] 18:22 -!- Kuitsi- [~Kuitsi@a88-113-118-171.elisa-laajakaista.fi] has joined #freemyipod 18:23 -!- geek__ [~geek@2001:5c0:1000:b::9121] has quit [Ping timeout: 260 seconds] 18:23 -!- Jiss [~Jiss@ip-11.net-82-216-242.rev.numericable.fr] has quit [Read error: Connection reset by peer] 18:24 -!- Jiss [~Jiss@ip-11.net-82-216-242.rev.numericable.fr] has joined #freemyipod 18:32 -!- [Saint] [S_a_i_n_t@203.184.2.85] has quit [Ping timeout: 260 seconds] 18:32 -!- [Saint] [S_a_i_n_t@203.184.2.85] has joined #freemyipod 18:42 -!- ^GaveUp^ [gaveup@your.friendly.neighborhood.hellmouth.info] has joined #freemyipod 18:43 -!- GaveUp [gaveup@your.friendly.neighborhood.hellmouth.info] has quit [Ping timeout: 260 seconds] 18:49 -!- benedikt93 [~benedikt9@p5B0C2ECB.dip.t-dialin.net] has joined #freemyipod 18:50 -!- Keripo [~Keripo@SEAS114.wlan.seas.upenn.edu] has joined #freemyipod 18:50 -!- benedikt93 [~benedikt9@p5B0C2ECB.dip.t-dialin.net] has quit [Changing host] 18:50 -!- benedikt93 [~benedikt9@unaffiliated/benedikt93] has joined #freemyipod 18:56 -!- bairchan [~boromir@pool-72-70-187-188.hrbgpa.fios.verizon.net] has quit [Ping timeout: 250 seconds] 18:56 -!- Dr_Agasa [~uno@host135-126-dynamic.20-79-r.retail.telecomitalia.it] has quit [Ping timeout: 250 seconds] 18:56 -!- Confiscative [~Confiscat@feather.perl6.nl] has quit [Ping timeout: 250 seconds] 18:58 -!- Confiscative [~Confiscat@feather.perl6.nl] has joined #freemyipod 19:00 -!- Kuitsi- is now known as Kuitsi 19:00 -!- Dr_Agasa [uno@host135-126-dynamic.20-79-r.retail.telecomitalia.it] has joined #freemyipod 19:08 -!- bairchan [~boromir@pool-72-70-187-188.hrbgpa.fios.verizon.net] has joined #freemyipod 19:34 -!- Keripo [~Keripo@SEAS114.wlan.seas.upenn.edu] has quit [Quit: Leaving.] 19:47 -!- [7] [~TheSeven@rockbox/developer/TheSeven] has quit [Ping timeout: 264 seconds] 19:58 -!- Elfish [amba@2a01:4f8:100:90a1:abc:abc:abc:abc] has quit [Ping timeout: 272 seconds] 20:02 -!- Elfish [amba@2a01:4f8:100:90a1:abc:abc:abc:abc] has joined #freemyipod 20:12 -!- Elfish [amba@2a01:4f8:100:90a1:abc:abc:abc:abc] has quit [Ping timeout: 272 seconds] 20:14 -!- Elfish [amba@2a01:4f8:100:90a1:abc:abc:abc:abc] has joined #freemyipod 21:09 -!- TheSeven|Mobile [~theseven@rockbox/developer/TheSeven] has joined #freemyipod 21:10 -!- [Saint] [S_a_i_n_t@203.184.2.85] has quit [Disconnected by services] 21:10 -!- S_a_i_n_t [S_a_i_n_t@203.184.1.217] has joined #freemyipod 21:21 -!- TheSeven|Mobile [~theseven@rockbox/developer/TheSeven] has quit [Quit: TheSeven|Mobile] 21:25 -!- nosa- [~nosaj@adsl-235-42-6.clt.bellsouth.net] has quit [Read error: Connection reset by peer] 21:26 -!- nosa- [~nosaj@adsl-235-42-6.clt.bellsouth.net] has joined #freemyipod 21:35 -!- ^GaveUp^ is now known as GaveUp 21:44 -!- TheSeven [~TheSeven@rockbox/developer/TheSeven] has joined #freemyipod 21:56 -!- Keripo [~Keripo@SEAS030.wlan.seas.upenn.edu] has joined #freemyipod 21:57 < bcoco851> another strange behaviour with r29510 21:58 < bcoco851> sometimes rockbox mount 21:58 < bcoco851> some other times, it returns 21:58 < bcoco851> Mar 3 22:56:55 debian kernel: [24317.340560] sd 11:0:0:0: [sdd] Unhandled error code 21:59 < bcoco851> (and relater error lines) 21:59 -!- benedikt93 [~benedikt9@unaffiliated/benedikt93] has quit [Quit: Bye ;)] 22:37 -!- Keripo [~Keripo@SEAS030.wlan.seas.upenn.edu] has quit [Quit: Leaving.] 23:25 -!- S_a_i_n_t is now known as [Saint] 23:31 -!- n1s [~n1s@rockbox/developer/n1s] has quit [Quit: Ex-Chat] 23:33 -!- paulo_ [~paulo@124.106.100.52] has joined #freemyipod 23:33 < paulo_> TheSeven: do you know where the pwnage 2.0 exploit is? 23:34 < paulo_> in the ida 23:34 < TheSeven> you mean where in the bootrom the vulnerability that is being exploited by pwnage 2.0 is? 23:35 < paulo_> yes :) 23:48 -!- Keripo [~Keripo@eng094.wireless-resnet.upenn.edu] has joined #freemyipod 23:50 -!- timccc [~timccc@112.166.15.141] has joined #freemyipod 23:55 < TheSeven> paulo_: IIRC it's 0x2000690C 23:57 < paulo_> TheSeven: there's nothing there 23:57 < paulo_> null bytes 23:57 < TheSeven> paulo_: on which device? 23:57 < TheSeven> i'm talking about the S5L8702 here 23:58 < paulo_> the idb file you gave me 23:58 < paulo_> isn't this the nano 2g? --- Log closed Fri Mar 04 00:02:15 2011