--- Log opened Mon Jan 10 00:00:33 2011 00:00 -!- clustur [~logger@c-98-249-104-118.hsd1.tn.comcast.net] has quit [Remote host closed the connection] 00:00 -!- clustur [~logger@c-98-249-104-118.hsd1.tn.comcast.net] has joined #freemyipod 00:01 < user890104> [Saint]: http://212.233.239.19:8989/~venci/freemyipod/installer-nano2g.bin it should be safe to use this one, i've just tested it 00:02 < user890104> if you browse the folders, you could find other binaries that i have compiled from SVN head 00:11 -!- Keripo [~Keripo@CPE0022b0d4bdb7-CM001a6680d4fe.cpe.net.cable.rogers.com] has joined #freemyipod 01:26 -!- Keripo [~Keripo@CPE0022b0d4bdb7-CM001a6680d4fe.cpe.net.cable.rogers.com] has quit [Quit: Leaving.] 01:27 -!- Keripo [~Keripo@CPE0022b0d4bdb7-CM001a6680d4fe.cpe.net.cable.rogers.com] has joined #freemyipod 01:36 -!- Keripo [~Keripo@CPE0022b0d4bdb7-CM001a6680d4fe.cpe.net.cable.rogers.com] has quit [Quit: Leaving.] 01:36 -!- Keripo [~Keripo@CPE0022b0d4bdb7-CM001a6680d4fe.cpe.net.cable.rogers.com] has joined #freemyipod 01:41 -!- user890104 [~Venci@6bez10.info] has quit [] 03:53 -!- TheSeven [~TheSeven@rockbox/developer/TheSeven] has quit [Ping timeout: 265 seconds] 03:57 -!- TheSeven [~TheSeven@rockbox/developer/TheSeven] has joined #freemyipod 04:42 -!- Keripo1 [~Keripo@CPE0022b0d4bdb7-CM001a6680d4fe.cpe.net.cable.rogers.com] has joined #freemyipod 04:45 -!- Keripo [~Keripo@CPE0022b0d4bdb7-CM001a6680d4fe.cpe.net.cable.rogers.com] has quit [Ping timeout: 260 seconds] 06:00 -!- clustur [~logger@c-98-249-104-118.hsd1.tn.comcast.net] has quit [Remote host closed the connection] 06:00 -!- clustur [~logger@c-98-249-104-118.hsd1.tn.comcast.net] has joined #freemyipod 06:34 -!- drostie [~marathon@cpe-24-58-56-164.twcny.res.rr.com] has quit [Remote host closed the connection] 07:31 -!- TheSeven [~TheSeven@rockbox/developer/TheSeven] has quit [Ping timeout: 255 seconds] 08:06 -!- AlexP_ [~alex@rockbox/staff/AlexP] has joined #freemyipod 08:09 -!- AlexP [~alex@rockbox/staff/AlexP] has quit [Ping timeout: 276 seconds] 08:10 -!- timccc [~timccc@112.166.15.141] has joined #freemyipod 08:11 -!- timccc1 [~timccc@112.166.15.141] has quit [Read error: Connection reset by peer] 08:17 -!- TheSeven [~TheSeven@rockbox/developer/TheSeven] has joined #freemyipod 08:36 * [Saint] wonders about the maximum ammount of list items present in iLoader/emBIOS 08:36 < [Saint]> re: Menu layout 09:10 -!- perror [~fleury@aldebaran.labri.fr] has joined #freemyipod 09:32 < TheSeven> limited by screen size :) 09:32 < TheSeven> and theme size, but the config file may be up to 64KB IIRC 09:39 < [Saint]> will the screen/menu scroll for long lists? 09:40 < [Saint]> that's what I'm thinking about...how many bitmaps canI fit per list...or will it just scroll to fit. 09:40 < TheSeven> no, it can't do that (yet) 09:41 < [Saint]> Ah....yeah. I was wondering how to handle that. So I need to be careful that every menu will actually fit on the screen. 09:41 < [Saint]> shit. 09:43 < TheSeven> iloader doesn't do the menu arrangement at all 09:44 < TheSeven> you just provide the top left coordinates of each element, so you can position them freely 09:44 < TheSeven> i should really go for a postscript-based theming system 09:45 < [Saint]> Yeah..I understand I can position them freely...what I mean is I just assumed the lists would scroll, and made the bitmaps too big. 09:45 < [Saint]> I guess I could make some fancy arrangement that made it *look* like it was scrolling 09:46 < [Saint]> by bumping items up/down the list depending on selection though. 09:46 < [Saint]> that could be done, yes? 09:47 < [Saint]> I assume I also need a selected/non selected bitmap for each list item also? 10:02 < TheSeven> nope 10:02 < TheSeven> only a selected one currently 10:02 < TheSeven> the nonselected one is included in the backdrop 10:05 < TheSeven> where do you want to take all the options from anyway? 10:10 < [Saint]> I'm not sure what you mean. 10:10 * TheSeven can' think of more than about six options 10:12 < [Saint]> Oh...right. I was kinda thinking about if the menu items exceeded what couls fit on the screen. 10:12 < [Saint]> but if the maximun per list/sublist is 6 currently...that should never happen. Evevn on the Nanos small screen. 10:25 < TheSeven> i can't think of more options :) 10:25 < TheSeven> one or two rockbox builds, umsboot, diskmode, fallback menu, power off 10:26 < TheSeven> maybe diagmode 10:28 < TheSeven> if you want all those funky animation and widget things, you'll probably want to write your theme in C :) 10:28 < TheSeven> or rather me writing the code and you having the ideas and making the graphics 10:31 < [Saint]> I would really like to continue the look of the noteboot installer 10:31 < [Saint]> I really like the way that looked. 10:31 < [Saint]> but kinda...fancy it up a little. 10:34 -!- n1s [~n1s@rockbox/developer/n1s] has joined #freemyipod 10:44 -!- Keripo1 [~Keripo@CPE0022b0d4bdb7-CM001a6680d4fe.cpe.net.cable.rogers.com] has quit [Ping timeout: 276 seconds] 10:56 < TheSeven> [Saint]: what kind of features would you need? 10:56 < TheSeven> if we do it on the C side of things, we can do basically everything the hardware can do :) 10:56 < [Saint]> I should in theory be able to do it all with the current implementation. 10:57 < TheSeven> i'm not sure about that 10:57 < TheSeven> you basically can't do the widget stuff you were planning currently in reasonable way 11:14 -!- timccc [~timccc@112.166.15.141] has quit [Ping timeout: 255 seconds] 11:24 -!- user890104 [~Venci@6bez10.info] has joined #freemyipod 11:32 -!- timccc [~timccc@112.166.15.141] has joined #freemyipod 11:32 < user890104> [Saint]: do you still need an installer build? my "build server" was down this night, it's working now 11:32 < [Saint]> yes please. 11:34 < user890104> just a second to check if everything's ok here 11:36 < user890104> everything but the embiosldr and the uninstaller is in color-inverted fashion 11:36 < [Saint]> awesome. 11:38 < user890104> damn .. white screen again 11:45 < user890104> the second tiime it flashed successfully, so the build looks good 11:45 < user890104> http://212.233.239.19:8989/~venci/freemyipod/iloader/ 11:46 < user890104> if you need another file from the svn build, let me know and i will symlink it 11:49 < user890104> TheSeven: when you are around and have some free time, could you please check if reinstalling the same build a couple of times over the previous, causes the NOR to be flashed incorrectly for you, or it's some weirdness of my iPod (or maybe has something to do with my builds)? 11:50 < TheSeven> i've never had a flashing fail on my ipod since the initial release, but i haven't flashed it often recently 11:50 < TheSeven> but i don't think there were any recent changes that could have affected flashing stability 12:00 -!- clustur [~logger@c-98-249-104-118.hsd1.tn.comcast.net] has quit [Remote host closed the connection] 12:00 -!- clustur [~logger@c-98-249-104-118.hsd1.tn.comcast.net] has joined #freemyipod 12:11 < user890104> the next time it happens, i'll download the NOR flash contents to a file 12:34 < [Saint]> TheSeven: Do you have mod rights in the RB forum? 12:34 < [Saint]> the "unstable" in the topic you replied to is bothering me. 12:35 < TheSeven> hm, i think it almost meets unstable criteria by now 12:35 < [Saint]> doesn't it need a "propper" installer? 12:36 < gevaerts> It doesn't need rbutil integration if that's what you mean 12:36 < [Saint]> iiuc, it's technically "unusable" 12:37 < TheSeven> that's why i said *almost* 12:37 < [Saint]> though, *exactly* what constitutes unstable has been debated before now. 12:38 < TheSeven> i wouldn't bother too much about that thread title. i don't call it unstable myself, but if other people do it... 12:38 < [Saint]> It just seems weird for the topic to say it's unstable, and have it appear in the unusable section in the main page 12:39 < [Saint]> direct contradictions like that would be nice to fix. 12:39 < [Saint]> (I realise the poster was just "John Random" though) 12:56 < user890104> when is the "Fallback menu" (that can be accessed from "more options") supposed to show up? if there's no config file, it's reading ildrcfg from NOR flash IIUC 13:24 -!- Keripo [~Keripo@CPE0022b0d4bdb7-CM001a6680d4fe.cpe.net.cable.rogers.com] has joined #freemyipod 13:56 -!- AndroUser2 [~androirc@62.40.36.13] has joined #freemyipod 13:57 < AndroUser2> TheSeven, not sure if you got my message yesterday but I can test the 1g 160gb classic tomorrow night. 13:59 < [Saint]> user890104: IIUC, the fallback menu is supposed to shouw up if a theme/iLoader directory can't be located. 13:59 < [Saint]> *show 13:59 < [Saint]> (example, during the uninstallation process) 14:00 < user890104> [Saint]: thanks for the information 14:00 < [Saint]> np 14:01 -!- benedikt93 [~benedikt9@unaffiliated/benedikt93] has joined #freemyipod 14:07 -!- AndroUser2 is now known as stephencc 14:29 * user890104 made a nice set of iLoader themes, based on the default one :) 14:29 < user890104> http://212.233.239.19:8989/~venci/freemyipod/iloader-themes/ 14:31 < user890104> here's a legend to the filenames: 14:32 -!- sheeep [~sheeep@86-44-124-22-dynamic.b-ras2.bbh.dublin.eircom.net] has joined #freemyipod 14:32 < user890104> fastboot: boots RB ASAP, fastapple: boots OF ASAP, black: inverted colors, blackapple: inverted colors + genuine apple logo during OF boot 14:42 < TheSeven> user890104: the fallback menu shows up if something fails in an unrecoverable way 14:42 < user890104> so jmp(0xffffffff) maps to this menu? 14:43 < TheSeven> that is either if there is no config file at all (neither on the data partition nor on the boot flash), or if the theme contains unknown opcodes, or if something jumps to an out-of-bounds address 14:43 < TheSeven> the ildrcfg from flash (the uninstallation menu) shows up if there is no theme on the data flash. unlike the fallback menu it's "just" a regular theme 14:59 -!- [Saint] [S_a_i_n_t@203.184.2.212] has quit [Quit: I'm only going to Heaven if it feels like Hell, I'm only going to Heaven if it tastes like caramel...] 15:05 -!- [Saint] [S_a_i_n_t@203.184.0.168] has joined #freemyipod 15:23 -!- asmmonkey [~asmmonkey@185.Red-88-21-175.staticIP.rima-tde.net] has joined #freemyipod 15:37 -!- stephencc [~androirc@62.40.36.13] has quit [Ping timeout: 260 seconds] 16:21 -!- sheeep [~sheeep@86-44-124-22-dynamic.b-ras2.bbh.dublin.eircom.net] has quit [Quit: Leaving] 16:37 -!- asmmonkey [~asmmonkey@185.Red-88-21-175.staticIP.rima-tde.net] has quit [Remote host closed the connection] 16:38 -!- asmmonkey [~asmmonkey@185.Red-88-21-175.staticIP.rima-tde.net] has joined #freemyipod 17:16 -!- Keripo [~Keripo@CPE0022b0d4bdb7-CM001a6680d4fe.cpe.net.cable.rogers.com] has quit [Quit: Leaving.] 17:17 -!- TheSeven [~TheSeven@rockbox/developer/TheSeven] has quit [Ping timeout: 250 seconds] 17:50 -!- Keripo [~Keripo@CPE0022b0d4bdb7-CM001a6680d4fe.cpe.net.cable.rogers.com] has joined #freemyipod 18:00 -!- clustur [~logger@c-98-249-104-118.hsd1.tn.comcast.net] has quit [Remote host closed the connection] 18:00 -!- clustur [~logger@c-98-249-104-118.hsd1.tn.comcast.net] has joined #freemyipod 18:01 -!- TheSeven [~TheSeven@rockbox/developer/TheSeven] has joined #freemyipod 18:34 -!- perror [~fleury@aldebaran.labri.fr] has quit [Quit: Bye all !] 18:36 -!- benedikt93 [~benedikt9@unaffiliated/benedikt93] has quit [Quit: Bye ;)] 18:53 -!- Jiss [Jiss@ip-11.net-82-216-242.rev.numericable.fr] has joined #freemyipod 19:15 -!- liar [~liar@clnet-p09-185.ikbnet.co.at] has quit [Ping timeout: 255 seconds] 19:22 -!- liar [~liar@clnet-p09-185.ikbnet.co.at] has joined #freemyipod 20:28 -!- flyingsheep [5eda3aba@gateway/web/freenode/ip.94.218.58.186] has joined #freemyipod 20:28 < flyingsheep> hi 20:30 -!- flyingsheep [5eda3aba@gateway/web/freenode/ip.94.218.58.186] has quit [Client Quit] 20:52 -!- n1s [~n1s@rockbox/developer/n1s] has quit [Quit: Lämnar] 20:56 -!- asmmonkey [~asmmonkey@185.Red-88-21-175.staticIP.rima-tde.net] has quit [Quit: bx lr] 21:53 -!- [Saint] [S_a_i_n_t@203.184.0.168] has quit [Ping timeout: 240 seconds] 21:54 -!- [Saint] [S_a_i_n_t@203.184.0.22] has joined #freemyipod 23:20 -!- Jiss [Jiss@ip-11.net-82-216-242.rev.numericable.fr] has quit [Quit: Quit] 23:45 -!- Keripo [~Keripo@CPE0022b0d4bdb7-CM001a6680d4fe.cpe.net.cable.rogers.com] has quit [Quit: Leaving.] --- Log closed Tue Jan 11 00:00:34 2011