--- Log for 04.02.106 Server: zelazny.freenode.net Channel: #rockbox --- Nick: logbot_ Version: Dancer V4.16 Started: 20 days and 17 hours ago 00.00.07 # In what way? 00.00.10 # The LCD takes its own native pixel format only 00.00.21 # Yes, which is the same as lcd_framebuffer 00.00.27 # yes 00.00.38 # The gnuboy framebuffer format is different 00.00.43 # I know. 00.00.46 # ..so you can't transfer it directly 00.01.22 # could you do the translation in the transfer though? 00.01.32 # Rockboy does the conversion, and stores it in lcd_framebuffer - I'm saying that instead of storing the converted data in lcd_framebuffer, it writes it to the LCD directly, and then throws it away. 00.01.33 # that would be much faster then copying it twice 00.02.17 # This would mean all the code in (e.g.) lcd-h300.c being inside the Rockboy plugin. 00.02.33 # I doubt the 'much' part. It will be a bit faster, probably 00.02.53 Quit Siku () 00.02.54 # the H300 doesn't use dma right now though does it? 00.03.00 Join Rondom [0] (n=Rondom@mrbg-d9b94b26.pool.mediaWays.net) 00.03.11 # No. It can't. LinusN tried it iirc 00.03.27 Join damaki__ [0] (n=Chocolat@ALille-153-1-18-226.w83-198.abo.wanadoo.fr) 00.03.43 # yes i did, and the lcd can't cope with the fast bus timing 00.04.17 # so each copy ocupies the CPU quite a bit or no? 00.05.26 Join linuxstb_ [0] (n=linuxstb@i-83-67-212-170.freedom2surf.net) 00.05.31 # I'm just wondering if it's worth looking too much into 00.05.37 Quit linuxstb (Nick collision from services.) 00.06.05 Nick linuxstb_ is now known as linuxstb (n=linuxstb@i-83-67-212-170.freedom2surf.net) 00.06.06 # not DMA that is, but translating in a copy 00.09.23 # * Bagder can count to 9 (!) Rockbox "porting projects" to various players. Of varying levels of maturity of course. 00.09.35 # kkurbjun: I think it would at least be worth testing - the lcd_update() code for the h300 is quite simple. 00.09.45 # Bagder: Is that every non-Archos device? 00.10.11 # that's all devices I can find that people seem to be working on/interested enough in 00.10.34 # and that doesn't already work 00.10.37 # linuxstb, I'm looking at it now 00.10.39 # The installer contains a total of 12 platforms now. 00.10.40 # I get a few build errors when I try to compile the bootloader for 3g.. 00.10.55 # in lcd-h100.c 00.11.36 # well i've commited a last one 00.11.41 Join RotAtoR [0] (n=e@12-210-82-91.client.insightBB.com) 00.11.43 # (Which reminds me - must finish off the current daily detection code and push out a version that installs to iPods too. 00.12.21 # Or maybe I should just release an update with iPod support as is. Hmm. 00.12.24 # slimx: That last one patched cleanly :) 00.12.37 # linuxstb, i've got the system_reboot function in mind 00.13.00 # i can implement it for 4g if you want 00.13.46 # * slimx can do it even a patch :p it just take time 00.14.17 # anyone in here know how I can convert a WAV/MP3 to AMR? 00.14.38 # * amiconn found the lcd_update_rect() bug 00.14.50 # lcd_write_data is buggy for count < 16 00.14.57 # Erm, count < 8 00.15.01 Quit Rondom_ (Read error: 113 (No route to host)) 00.15.33 # have a look at sox mikearthur i m not sure but it may can do it 00.16.26 # http://sox.sourceforge.net/ 00.17.08 Join ssnajper [0] (n=c635c9fe@labb.contactor.se) 00.17.58 # slimx: did you fix that pesky 3g bug? 00.18.19 # pesky ?? 00.18.34 # the ata driver error 00.18.44 # http://misticriver.net/showthread.php?p=386193#post386193 00.18.48 # wow... 00.18.52 # not yet 00.19.03 Quit damaki_ (Read error: 110 (Connection timed out)) 00.19.10 # :( 00.19.34 # well that's my daily update for today, i'll check back tomorrow, keep up the great work 00.19.43 # and i really don't where is the bug 00.20.12 # but current patch is in cvs 00.20.23 # :) 00.20.24 Quit aegray (Read error: 104 (Connection reset by peer)) 00.20.25 # slimx: There are a couple of mistakes in firmware/SOURCES - which is why you are getting those warnings about stdin when you type make. 00.21.16 # - you typed "|| ||" by mistake in one place, and !CONFIG_LCD==LCD_IPOD2BPP should be CONFIG_LCD!=LCD_IPOD2BPP. 00.21.44 # Why are we building 2 versions of the sim per target now? 00.22.08 # just because they differ so much win32 vs x11/sdl 00.22.20 # let me correct it 00.22.22 # :) 00.22.26 # Ah, right. 00.22.35 # Didn't someone just unify the codebase? 00.22.44 # yes, LinusN posted a patch for that 00.22.50 # It's in CVS now. 00.22.52 # committed it too evne 00.23.02 Join aegray [0] (n=aegray@12-210-86-210.client.insightBB.com) 00.23.02 # And scored a zillion points... 00.23.08 # the only thing that's missing is a scan of the x5 00.23.12 # Does that mean we're likely to be able to stop building it twice? 00.23.20 # yes 00.23.33 # Good good. That should speed up builds a lot. 00.23.46 # but I also want the plain x11/win32 versions phased out 00.24.22 # Sounds like a good idea. If we have a unified version, lets not waste effort on maintaining the old ones. 00.24.22 # LinusN: my scanner isn't up to the job :-/ 00.24.40 # my opinion too 00.24.47 # (Not that I ever expended much effort on the sims, but you know what I mean.) 00.24.55 # LinusN: did you check the red X5 sim build? 00.25.20 # Moos: check 9 lijnes up 00.25.21 Quit aegray (Read error: 104 (Connection reset by peer)) 00.25.23 # lines 00.25.36 # oops :) 00.25.38 # the missing scan is the red build 00.25.48 # ok 00.26.02 # :) 00.26.09 # Someone go stick an X5 under a scanner then. ;) 00.26.24 # it's a pity that the sim requires a silly picture to build :-/ 00.26.33 # I want that cut out 00.26.37 # the requirement that is 00.26.43 # Why is it 'under a scanner' when clearly you put the item on top of the scanner, anyway? 00.26.56 # "to make the backdrops look a little better, change the scrolling to arrow, instead of a bar (inverse)" ah see the arrow did have a use eventually, good thing it was kept in 00.27.24 Join BHSPitLappy [0] (i=Steve-O@67.64.118.242) 00.27.27 # Bar looks just fine with my backdrop. 00.27.38 # hmm? 00.27.38 Join bagawk [0] (n=lee@unaffiliated/bagawk) 00.27.51 Quit Febs ("CGI:IRC (Ping timeout)") 00.28.02 Join aegray [0] (n=aegray@12-210-86-210.client.insightBB.com) 00.28.03 # hey, who does the web site stuff 00.28.09 # boo, it's aegray 00.28.55 # BHSPitLappy: mostly me and LinusN 00.29.01 Quit aegray (Read error: 104 (Connection reset by peer)) 00.29.08 # http://img71.imageshack.us/img71/9852/h100t1copy2xk.jpg 00.29.21 # ^ because I have not a hobby :( 00.29.53 # Clearly you do have a hobby. It's just not a very good one. 00.30.07 # touching 00.30.14 # hehe 00.30.41 # Cassandra: don't get me started with -you- :D 00.30.54 # but your image is superhuge 00.30.55 Part Midgey34 00.31.01 # 11K vs 1.5K 00.31.39 # * Cassandra bets the download time is the same for those, even on dialup. 00.31.39 # roflw00t 00.31.45 # I can't believe it 00.31.57 # * amiconn just installed a real backdrop 00.32.13 # Who are you and what have you done with amiconn? 00.32.23 # hahaha 00.32.33 # we better kick him 00.32.38 # Readability goes into nowhere land... 00.32.39 Part Myth`n`Legend 00.32.43 # I made a broken glass backdrop on my nano 00.33.01 # but I still like Technical Imperfection better, same as my desktop wallpaper 00.33.02 Join aegray [0] (n=aegray@12-210-86-210.client.insightBB.com) 00.33.05 # I *heart* my blue gradient. 00.33.54 # The gradient exhibits ugly banding 00.33.55 Quit aegray (Read error: 104 (Connection reset by peer)) 00.33.58 Join midgey31 [0] (n=Midgey34@c-24-11-55-125.hsd1.mi.comcast.net) 00.34.12 # I've tested my changes with it... 00.34.19 # Not really sure why. It looks fine on my monitor. 00.34.28 # Was this on a H3xx? 00.34.33 # yes 00.34.42 # The banding comes from 16 bit display 00.34.51 # (very likely the same on iPod) 00.34.57 # It does a bit. 00.35.11 # Is there any way to create an image that won't do the banding thing? 00.35.54 # You can try to reduce it a bit, by dithering to 16 (or 15 bit) before saving 00.35.55 # Bagder: http://img342.imageshack.us/img342/5890/h100t9ce.jpg 00.35.55 # "Exif header 1933 bytes long 00.35.55 # " 00.36.01 # :-) 00.36.37 # thanks 00.37.10 # * amiconn is going to write lcd_write_data() in asm 00.37.23 # Pure asm this time 00.37.38 # Wish there was some way I could tell the Gimp to create the gradient using only 16bit colours. 00.38.03 Join aegray [0] (n=aegray@12-210-86-210.client.insightBB.com) 00.38.13 # Setting ICODE_ATTR and then inline is nonsense... 00.38.31 # ...and without static, it's also a waste of IRAM 00.38.42 # gah 00.38.52 # It seems to work in either 8bit greyscale, 8bit colour or 24 bit colour - nothing else. 00.39.23 # The Gimp, that is. 00.39.59 # Can it save images in 16-bit colour/ 00.40.00 # ? 00.40.19 # Not that I can see. 00.41.55 Quit ssnajper ("CGI:IRC (Ping timeout)") 00.42.25 Join Dihuko [0] (n=chatzill@CPE-65-26-127-180.kc.res.rr.com) 00.42.48 # Anyway, I need sleep. Bye. 00.43.18 Quit Dihuko (Client Quit) 00.43.35 Join Xomphos [0] (n=411a7fb4@labb.contactor.se) 00.44.35 Join billiob [0] (n=billiob@ADijon-256-1-30-195.w81-51.abo.wanadoo.fr) 00.44.53 Quit aegray (Read error: 104 (Connection reset by peer)) 00.45.18 # hey 00.45.22 # i have a question 00.45.33 # should I use Rockbox or Podzilla 00.45.49 # What answer are you expecting in #rockbox? 00.45.49 # in #rockbox I think you could guess the answer ;-) 00.46.53 Join aegray [0] (n=aegray@12-210-86-210.client.insightBB.com) 00.46.53 Quit Moos (Read error: 104 (Connection reset by peer)) 00.47.00 Join Moos [0] (i=DrMoos@m53.net81-66-159.noos.fr) 00.47.11 # is podzilla any cool? 00.47.23 # i know 00.47.28 # I mean how does it compare? 00.47.55 # but rockbox has great audio features and Podzilla (which I am currently running) has Doom and short videos 00.48.22 # "short videos" ? 00.48.30 # linuxstb, do you want more GUI work? ;] 00.48.31 # but really horrible audio playback 00.48.53 # well rockbox has doom through a patch 00.48.59 # Xomphos: I have linux, rockbox, and appleos. 00.49.01 # don't know about on ipod yet... 00.49.05 # Xomphos: join in and make rockbox do those videos too! 00.49.18 # badger, I am sorry, but I am using the in-browser client and therefore each thing i saw is delayed by like 30 secs sorry 00.49.18 # Xomphos: because rockbox's loader will boot linux and apple too 00.49.44 # BHSOitLappy-how did you do that? I am wondering how to do a tripple-boot 00.49.47 Join linuxstb_ [0] (n=5343d4aa@labb.contactor.se) 00.50.05 # Xomphos: all you need to do is switch over to rockbox's bootloader, and then download a rockbox build to your fat partition. 00.50.24 # Paprica: Not really :) 00.50.26 # Xomphos: did you manually install iPL? 00.50.35 # =\ 00.51.28 # tomal: What kind of display does the iFP7xx have? 00.51.55 # If it's colour, or 8 bit greyscale, there is no need to implement the grayscale library 00.52.09 # amiconn: it is 1 bit 00.52.14 # BHSPitLappy-thanks-I might look into that 00.52.14 # ah 00.52.20 # So it would make sense.... 00.52.35 # BHSPitLappy- yes, I manually installed it using a tut I found 00.52.40 # Does it use the same bitmap format as the archos units? 00.52.53 Join Xomphos_ [0] (n=chatzill@CPE-65-26-127-180.kc.res.rr.com) 00.53.03 # * linuxstb_ has noticed that no-one's requested HFS support yet... 00.53.27 # HFS? 00.53.38 # yea 00.53.39 # Xomphos: did you keep make_fw and apple_os.bin and all that stuff you made in the process? 00.53.44 # i switched to chatzilla 00.53.46 Quit Xomphos ("CGI:IRC (EOF)") 00.53.48 # amiconn: it works with almost unmodified lcd-recorder.c driver 00.53.51 Nick Xomphos_ is now known as Xomphos (n=chatzill@CPE-65-26-127-180.kc.res.rr.com) 00.53.54 # so my responses arent delayed by a min 00.54.19 # BHSPitLappy: yes-it is somewhere on my comp 00.54.27 Join youngcereal [0] (n=youngcer@p54B228B5.dip0.t-ipconnect.de) 00.54.28 # I will give u the tut address i used 00.54.34 # Xomphos: then it won't be hard 00.54.36 # hold on while I look through my bookmarks 00.54.41 Quit linuxstb_ (Client Quit) 00.54.46 # what is HFS? 00.54.50 # tomal: Then it shouldn't be hard to implement the grayscale lib. You will need a user timer (hopefully the iFP CPU has >= 2 timers) 00.55.01 # Paprica: a mac filesystem that some ipods use 00.55.12 # ahha =] 00.55.15 # ...and you need to find out the internal frame frequency of the LCD 00.55.32 # Linuxstb: one of my friends first a first gen ipod is hoping for HFS 00.55.32 Quit aegray (Read error: 104 (Connection reset by peer)) 00.55.35 # For best speed, you'll have to do some asm magic as well... 00.55.41 # BHSPitLappy: This is the tutorial I used to put Linux along with Doom and Video playback onto my Nano: http://ipodlinux.org/forums/viewtopic.php?t=5281 00.55.50 # amiconn: I will have to find out how to program the second timer... 00.56.03 # s/first/with 00.56.26 # amiconn: I haven't found anything in the original firmware that looks like second timer usage. 00.56.29 # I think I should add generic C alternatives for all that freaky asm... 00.56.49 # (just for making it easier to understand what's going on) 00.56.53 Quit mafj2 ("Leaving") 00.57.13 # Xomphos: you lied to me then, you didn't install manually 00.57.16 # you used an installer. 00.57.21 # oh 00.57.28 # i thought-ugg 00.57.32 # midgey31: It could be a long wait - until a motivated Mac user comes along. 00.57.32 # never mind 00.57.33 Quit bluey (Remote closed the connection) 00.57.47 Join aegray [0] (n=aegray@12-210-86-210.client.insightBB.com) 00.57.49 # i used a combonation of things so I thought it was the most manual you could get-sorry 00.58.19 Join bluey [0] (n=bluey@dslb-084-059-102-070.pools.arcor-ip.net) 00.58.41 Quit aegray (Read error: 104 (Connection reset by peer)) 00.59.02 # linuxstb: I know, he also has a 5G so he'll be waiting on either front 00.59.21 # Anyone (and everyone), please visit this topic on the ilounge forums and at least answer my poll please ;): http://forums.ilounge.com/showthread.php?s=&threadid=147800 01.00.03 # Xomphos: It's not a choice - you can easily install both. 01.00.17 # hmm 01.00.18 # (well, maybe not easily....) 01.00.33 # well the thing is I already installed Podzilla, and it took me like an hour 01.00.57 # would I have to uninstall podzilla and then reinstall it to install Rockbox? 01.01.41 # No, you can install Rockbox and keep ipodlinux/Podzilla - but there aren't any instructions yet for it. 01.01.44 # Xomphos: http://www.rockbox.org/twiki/bin/view/Main/IpodInstallation 01.01.48 Quit darkless (Client Quit) 01.02.03 # ok thanks 01.02.09 # linuxstb: those instructions are fine 01.02.18 # BHSPitLappy: OK, I'll leave it to you.... :) 01.02.21 # ack 01.02.26 # * BHSPitLappy runs from responsibility 01.02.43 Join aegray [0] (n=aegray@12-210-86-210.client.insightBB.com) 01.03.08 Join webguest30 [0] (n=0cad6dbb@labb.contactor.se) 01.03.38 # Xomphos: actually 01.03.46 # BHSPitLappy and Linuxstb, I used that tutorial to install Rockbox on my Nano originally, then I unintstalled it and put on Linuc 01.03.49 # Linux 01.03.51 # Xomphos: it just occured to me (duh) that wont work 01.03.59 # that is what i thought ;) 01.04.08 # Xomphos: download iPod Wizard 01.04.15 # and you'll be able to. 01.04.20 # LinusN: I see the bootloader compiles on the X5... but does it work? 01.04.27 # LinusN: looking good! 01.04.30 # i thought ipod wizard was used to edit your GUI? 01.04.50 # Xomphos: it can also export the firmware you need from the apple updater exe 01.05.24 Join darkless [0] (n=darkless@62.79.44.48.adsl.vby.tiscali.dk) 01.05.42 # but I thought that you already creat a firmware backup when installing Rockbox? 01.05.59 # do you have apple_os.bin handy? 01.06.01 # if you do, then great 01.06.31 *** Saving seen data "./dancer.seen" 01.06.32 Join arkascha [0] (n=arkascha@xdsl-213-168-119-213.netcologne.de) 01.06.56 # elinenbe: not there yet, but hopefully soon 01.06.56 # i think so 01.07.49 # if you can find it, put it in the directory with make_fw (or ipod_fw).exe 01.08.03 # oh 01.08.05 # ok 01.08.05 # * Moos is preparing for buy one X5 soon then :-) 01.08.11 # thanks a lot for your help! 01.08.13 # :D 01.09.09 Join Myth`n`Legend [0] (i=Whatever@bzq-218-45-207.cablep.bezeqint.net) 01.10.03 # linuxstb: Did you ever figure the problem out with the ATA driver? 01.10.23 # imphasing: No. 01.10.29 # Ok. 01.10.31 # But I haven't looked that hard. 01.10.38 Quit Xomphos ("Chatzilla 0.9.69.1 [Firefox 1.5.0.1/2006011112]") 01.10.46 # You got any idea what file the problem might be in? 01.11.31 # linuxstb: what causes the "dir buffer full" message 01.11.37 # I get it upon startup 01.11.38 Quit ender` (" I'd kill for a Nobel Peace Prize.") 01.11.42 # imphasing: firmware/* :) 01.11.50 # :D 01.11.52 # Ok 01.11.55 # I'll check it out.. 01.12.02 Quit billiob () 01.12.10 Quit aegray (Read error: 104 (Connection reset by peer)) 01.12.15 # Don't expect any miracles. 01.12.16 # :P 01.13.43 # export/config.h:155:27: config-ipod3g.h: No such file or directory 01.13.44 # =/ 01.14.31 # BHSPitLappy: Do you have a large number of files in one directory on your Nano? 01.14.34 Join aegray [0] (n=aegray@12-210-86-210.client.insightBB.com) 01.14.44 # no, but for some reason it shows like that now 01.14.55 # I assumed i was in some mode that showed me all the drive's files 01.15.02 Join Membrillo [0] (n=sam_kill@CPE-60-229-179-140.nsw.bigpond.net.au) 01.15.15 # * BHSPitLappy sure hopes a crapload of files haven't been written without his permission :P 01.17.46 # Gah.. 01.18.27 # make[1]: *** No rule to make target `drivers/lcd-ipod2bpp.c' 01.18.29 # :( 01.19.11 # Are you using the very latest patch? 01.19.51 # Yeah. 01.19.55 # I just got a fresh tree too 01.20.11 # I had to specify all the filenames though 01.20.19 # because my tree isn't just like his 01.20.20 # BHSPitLappy: Rockbox has a limit (to conserve memory) on the maximum number of files in a directory. But you can change this limit in the settings if you wish. 01.20.32 Quit ghode|afk () 01.20.39 # imphasing: No, you shouldn't have had to specify the filenames - something went wrong. 01.20.55 # Hmm.. 01.21.02 # It says it couldn't find any of the files 01.21.10 # Yes - that's the wrong patch. 01.21.18 # my tree is like ~/rockbox/rockbox-all/ 01.21.20 # He uploaded one more after that. 01.21.25 # It's the latest, as in the 4th 01.22.19 # nite all 01.22.19 Quit arkascha ("Konversation terminated!") 01.22.22 Part LinusN 01.22.57 # I just patch it like, "patch -i patch.txt" 01.23.03 Part midgey31 01.24.09 # You should just do "patch < patch.txt" and it applied cleanly. 01.25.37 # ah.. 01.25.38 # ok 01.25.39 # i've corrected the errors in the firmware/SOURCES 01.25.43 Join Paul_The_Nerd [0] (n=Paul_The@cpe-66-68-93-2.austin.res.rr.com) 01.25.52 Quit Strath (Read error: 104 (Connection reset by peer)) 01.26.52 Quit Kohlrabi ("Fast alle Menschen sind Regenwürmer") 01.27.12 # don't care about lcd-ipod2bpp warnings i have to clean the file 01.28.27 # linuxstb, firmware/* ?? is it so bad ? 01.29.40 # No, I exaggerated - I just meant that it's going to be somewhere in firmware/ :) 01.30.09 Quit Paul_The_Nerd ("Leaving.") 01.32.16 Join Strath [0] (n=mike@dpc67143207026.direcpc.com) 01.32.40 # When I do patch < patch.txt, I still have to specify which files to patch 01.32.48 # but the ata driver driver itself don't lot's of external depedencies 01.32.54 # Try downloading the last patch again. 01.33.00 # [imphasing@imp ~/rockbox/rockbox-all]$ patch < patch.txt 01.33.00 # can't find file to patch at input line 8 01.33.00 # Perhaps you should have used the -p or --strip option? 01.33.08 # *contains 01.33.10 # I just got this one, fresh off of sourceforge 01.33.27 # slimx: Have you tried disabling that check in ata.c, and letting the rest of the ata code run? 01.33.38 # no 01.33.49 # but i can try 01.34.08 # If I just tell it where the files are, it patches them fine 01.34.15 # last try before going to bed ;-) 01.34.40 # odd imphasing i'll check it 01.34.52 # I think it's just my tree structure 01.34.53 # imphasing: The directory you are in when you type "patch" should be the directory containing apps, firmware, tools etc. 01.35.00 # yeah 01.35.10 # [imphasing@imp ~/rockbox/rockbox-all]$ ls 01.35.10 # CVS bootloader firmware fonts patch.txt uisimulator www 01.35.10 # apps docs flash gdb tools wps 01.35.15 # It's all there.. 01.35.26 # Can you do "ls -l patch.txt" 01.36.26 # [imphasing@imp ~/rockbox/rockbox-all]$ ls -l patch.txt 01.36.26 # -rw-r--r-- 1 imphasing users 91812 Feb 3 18:24 patch.txt 01.36.40 # Yep, same size as mine. 01.37.17 # Are you using Cygwin or Linux? 01.37.20 # linux 01.37.51 # Should I have my tree set up differently? 01.38.01 # Like, ~/cvsroot/rockbox/*? 01.38.27 # hey 01.38.38 # it find a toshiba 01.38.40 # :) 01.38.55 # That's very promising. 01.39.01 # i returned 0 in checkregisters 01.39.10 # let's try more now 01.39.15 # :) 01.39.32 Quit pabs (Nick collision from services.) 01.41.09 # I'm looking at the patch file, and all the files are where they should be, in relation to the patch.. 01.41.10 # arg,. 01.41.26 # imphasing: No, the tree shouldn't matter. I don't understand why it's not working for you. 01.41.45 # good news guys 01.41.51 # Which version of patch do you have (type patch -v) - I've got 2.5.9. 01.41.54 # linuxstb, youre a genius 01.41.56 # :) 01.42.08 # the partition is mounted 01.42.10 # :) 01.42.15 # Mine's 2.5.9 01.42.16 # !!! 01.42.17 Join tucoz [0] (n=528676e7@labb.contactor.se) 01.42.20 # Woohoo! 01.42.24 # Congrats 01.42.25 # :D 01.42.29 # ATA driver work 01.42.32 # :) 01.42.38 # but it's mounted 01.42.40 # :P 01.43.17 # i have to skip check registers function so :p 01.43.24 # strange isn't it 01.43.41 # linuxstb: have you seen this? LaTeX-docs starting to look good. Henrico in the forums has been busy. http://forums.rockbox.org/index.php?topic=2122.msg17591#msg17591 01.43.41 # There must be something creepy going on with my build system.. 01.44.10 # do you wan't a source bzip ? 01.44.11 # tucoz: Yes, I noticed that - it's great that someone has taken up the challenge. 01.44.19 # slimx: Yeah, that would be nice. 01.44.20 # =/ 01.44.29 # I would sure like to know what's going on though.. 01.44.32 # i can send you by mail 01.44.33 Join Spooks [0] (i=user@cpc3-mapp4-5-0-cust157.nott.cable.ntl.com) 01.44.35 # Ok, thanks. 01.44.40 # imphasing@gmail.com 01.44.47 # :) 01.44.50 # thanks 01.44.51 # :) 01.44.53 Part Spooks 01.46.35 # lol 01.46.44 # it will contain all bmp :p 01.46.47 # sorry 01.46.53 # hah 01.46.54 # ok 01.47.15 # I have 2.5gb of gmail space 01.48.44 # slimx: A few comments - you should rename lcd-ipod2bpp.c to something like lcd-2bpp-h.c (it isn't ipod-specific - it's for any horizontally-packed 2bpp display). 01.48.59 # There is a CVS conflict near the top of lcd-ipod.c 01.49.27 # he he 01.49.40 # i have 2.6 Go now on gmail 01.49.42 Quit bluey ("Leaving") 01.49.44 # mail sent 01.49.49 # Thanks. 01.50.05 Quit youngcereal (Read error: 110 (Connection timed out)) 01.50.12 # Wow, whoever wrote that ATA driver is a coding genius. 01.50.12 # :D 01.50.14 # yes i should thats really true 01.50.18 # You should correct the comments in the (C) sections at the top of the new files - e.g. i2c-pp5002 refers to November 2005, and lcd-ipod2bpp.c says "driver for iPod Video" ... 01.50.47 Join youngcereal [0] (n=youngcer@p54B21C67.dip0.t-ipconnect.de) 01.50.59 # i have some work to do :) 01.51.07 # Also, where you can, you should try and combine the code for the PP5002 and PP5020 - e.g. you don't need two sets of definitions in system.h for the outl() etc macros. 01.51.26 # Just some cleaning - so we can try and commit some of your changes to CVS. 01.51.38 # my first aim was to start the work 01.51.42 # see what happen 01.52.06 # I think you've done more than that - if the bootloader is running, then that's a lot of the hard work done. 01.52.12 # now that things going the good way 01.52.14 # i will 01.52.15 # :) 01.52.35 # i spent hours 01.52.44 # but it does work 01.53.03 # You now need to publish a photo - Rockbox on the 3G! 01.53.11 # * slimx jump of joy 01.53.40 # Congratulations 01.53.43 # i registered a login in the wiki 01.53.50 # you guys need to put in the topic "We make the iPod not suck" :) 01.53.51 # but it disappeared 01.53.52 # :p 01.53.54 # wow, another target on the road to a working state. Congrats slimx!! 01.54.05 # thx tucoz 01.54.37 # i have no cam here :p 01.54.44 # slimx, if you registered with something else than your FirstnameLastname, then the swedes will delete your registration. 01.55.04 # but it was my name and first name 01.55.09 # aha, hehe 01.55.22 # that could be funny for some people 01.55.27 # but my name is 01.55.29 # .... 01.55.35 # Seven 01.55.43 # and i m not a number 01.55.44 # Ok, I just thought of a reason why the wiki login had been removed 01.55.45 # ;-) 01.56.03 # I can snap some quick pictures if I can get it all built 01.56.12 # is your father George Castanza? 01.56.20 # that would be great 01.56.24 # imphasing: Maybe slimx can just send you his bootloader.bin 01.56.57 # linuxstb: That might be faster. 01.56.57 # :P 01.57.23 # mail size was more than 10 Mo 01.57.32 # so gmail said no sorry 01.57.42 # the bootloader is comming 01.58.30 # slimx, see if you find yourself here: http://www.rockbox.org/twiki/bin/view/Main/TWikiUsers 01.58.37 # ok, that'll work 01.58.50 # its in youre mailbox 01.58.51 # I'll get my patch issue sorted out eventually, until then, you can just send me the bin 01.58.53 # imphasing, 01.59.50 # yes 02.00.00 # tucoz, i m back 02.00.12 # or i was really tired 02.00.14 # :) 02.00.28 # :) 02.00.43 Join Rondom_ [0] (n=Rondom@81.209.213.52) 02.01.04 # goodnight. 02.01.17 Part tucoz 02.01.41 Quit muesli__ (Read error: 110 (Connection timed out)) 02.03.45 Quit darkless (Client Quit) 02.03.45 Quit Rondom (Nick collision from services.) 02.04.06 Nick Rondom_ is now known as Rondom (n=Rondom@81.209.213.52) 02.04.08 # i'll create a new patch with corrected headers later 02.04.09 Join Febs [0] (n=medifebb@207-172-122-81.c3-0.rdl-ubr4.trpr-rdl.pa.cable.rcn.com) 02.04.09 # Erm..how do I build ipod_fw? 02.04.11 # =/ 02.05.01 # ah 02.05.03 # never mind 02.05.09 # what os do you run ? 02.05.10 # * imphasing <- dork 02.05.16 # It's already built 02.05.17 # :D 02.05.30 Join aliask [0] (n=chatzill@c210-49-190-113.eburwd8.vic.optusnet.com.au) 02.05.33 # I run PLD linux 02.06.17 # 2 possibility 02.06.25 # what -g option do I use for your bootloader image? 02.06.36 # just configure and build the srouce tree 02.06.51 # so you'll get it in tools/ipod_fw 02.06.59 # Yeah, I got it 02.07.03 # -g 3g I guess 02.07.16 # yes 02.07.19 Join darkless [0] (n=darkless@62.79.44.48.adsl.vby.tiscali.dk) 02.08.00 # I don't see ipodpatcher though 02.08.26 # you don't need it 02.08.32 Quit Moos ("Glory to Rockbox!") 02.08.34 # gah. 02.08.42 # I'm reading the wrong instructions 02.08.43 # :P 02.08.53 # ipod_fw -g 3g -o rockboot.bin -i ipod_firmware.bin bootloader.bin 02.09.11 # dd if=rockboot.bin of=/dev/sda1 02.09.12 # ok, it's on my ipod 02.09.12 # time for a reboot 02.09.50 # cool.. 02.09.53 # it loads the apple fw! 02.09.55 # it's an early stage but 02.09.56 # :D 02.10.03 # I'll snape some photos 02.10.07 # s/snape/snap/ 02.10.37 # thats rockbox on ipod 3g 02.10.47 # great 02.11.06 # :D 02.11.42 # i'll make some test against the button driver 02.12.23 # but i m sure you can build it now imphasing 02.13.28 Join damaki_ [0] (n=Chocolat@ALille-153-1-6-75.w83-198.abo.wanadoo.fr) 02.13.31 # I'll try it.. 02.13.50 # If you have the bootloader, which is just rockbox stripped down done, it shouldn't be too hard to get the other stuff working, right? 02.15.19 Quit gromit` (Remote closed the connection) 02.15.37 # i hope 02.15.39 # :) 02.16.00 # i think the harder things are done 02.16.19 # *hardest ? 02.16.38 # * slimx is french ;-) 02.17.08 Quit Rondom (Client Quit) 02.18.55 # hardest 02.18.57 # :D 02.19.58 # Je voudrais aller en France... 02.26.08 # it's a nice place :) 02.26.31 # but i would like to leave it :) 02.27.40 # imphasing: Photos? 02.28.58 Quit damaki__ (Read error: 110 (Connection timed out)) 02.29.11 # linuxstb, in source file headers the $Id string is generated by cvs ? 02.29.44 # Yes, you can ignore those - CVS will update them. 02.29.56 # linuxstb: Trying to get my camera to work. 02.29.57 # :D 02.33.05 Quit einhirn (Read error: 104 (Connection reset by peer)) 02.35.34 Quit Membrillo () 02.36.07 # Ok, I have a pretty bad picture that will do until I figure out a better way 02.36.11 # Where should I put it? 02.39.11 # linuxstb, the lcd driver is ipod specific it contain all lcd low level instructions 02.39.17 # imphasing: You can email it to me (if it's not too big), I can host it on my web server - [mynick]@users.sourceforge.net 02.39.38 # slimx: Ah, I thought you put those in lcd-ipod.c 02.39.59 # well you told me one day that was bad 02.40.07 # :) 02.40.22 # so i changed my mind 02.40.23 # I think the best solution is to create a new lcd-ipod3g.c file for now. 02.40.36 Join ashridah [0] (i=ashridah@220-253-122-168.VIC.netspace.net.au) 02.40.41 # ok so 02.41.18 # But the lcd drivers in Rockbox are confused at the moment - there is no consistency in the filenames or what goes where. 02.41.40 # (as I'm sure you've seen) 02.41.47 # linuxstb: Ok, will do. 02.43.19 # :p 02.44.20 Join webguest38 [0] (n=cb742d26@labb.contactor.se) 02.44.31 # i've moved it to lcd-ipod3g 02.44.38 # Ok, sent. 02.44.46 # slimx: Did you notice if the lcd driver is similar for all the greyscale LCDs? Are there very many differences? 02.45.10 # imphasing: Received. 02.45.14 # but the configuration will be LCD_IPOD2BPP 02.45.54 # no all can be used for linear 2bpp frame buffer 02.46.05 # And by the miracles of science: http://www.davechapman.f2s.com/rockbox/rockbox3g.jpg 02.46.16 # just the update_rect would have to change 02.46.24 # Woo! 02.46.25 # :D 02.47.19 # slimx: What are you working on now? 02.47.26 # so it could be good to make a lcd-lin2bpp.c 02.47.40 Quit webguest38 (Client Quit) 02.47.47 # that just contain the framebuffer memory stuffs 02.47.58 # i was correcting comments 02.48.17 # slimx: I'm thinking that lcd-ipod.c will be the best place after all for the low-level code... Sorry if I'm going around in circles... 02.48.27 Join qupada [0] (n=qupada@219-89-149-19.jetstart.xtra.co.nz) 02.49.02 # We have an lcd-16bit.c, so maybe a good name would be lcd-2bit-linear.c 02.49.50 # i'm trying to build the simulator for the h140 for windows on a linux host, 2.5 is compiling fine, but both the 'latest' tarball and a fresh checkout are failing with "make[3]: *** [/foo/rockbox-devel/build/apps/bitmaps/native/rockboxlogo.160x53x2.c] Error 1", that c file isn't a c file at all, says "error - Unsupported compression 4". any ideas? 02.50.02 # amd64? 02.50.16 # yes 02.50.34 # using xmingw (or trying to) to compile a windows binary 02.50.35 # It's a known problem - some of the Rockbox build tools are not 64-bit friendly yet. 02.50.39 # well it's quiet a long name no ? 02.50.49 # slimx: We are not using MS-DOS :) 02.51.01 # he he 02.51.23 # ok 02.51.46 # i was thinking of an lcd-2blin.c 02.51.51 # ;-) 02.52.34 # We have filenames like "lcd-player-charset.c" and "lcd-h100-remote.c" already. 02.52.44 # yes 02.53.16 # thats more clear youre way 02.56.20 Join Paul_The_Nerd [0] (n=Paul_The@cpe-66-68-93-2.austin.res.rr.com) 02.56.39 # linuxstb: So, 20/20 apparently doesn't work after all. 02.56.55 # Have you had problems? 02.57.35 # Yeah. Initial test earlier was fine, but I was out using it today and the issue returned. 02.59.08 # Hmm. I hope we don't have to increase them much more. 02.59.50 # But anyway, time for sleep now. Goodnight. 02.59.56 # I'm going to try 30/30 for a few hours, then if that works, see if either of them can be lowered/removed again 03.00.04 # Good night. 03.00.21 Join rob2223 [0] (n=rob2223@ACD02BC8.ipt.aol.com) 03.00.56 Part tomal 03.05.18 # slimx: You have a new patch? 03.05.44 # one that might be different than the one that I couldn't get to work 03.06.32 *** Saving seen data "./dancer.seen" 03.09.24 # well not right now i'll have to change things to cut the lcd-driver 03.09.38 # and for now it's time to sleep 03.10.22 # Ok. 03.10.35 Join Jungti1234 [0] (n=jungti12@124.60.15.86) 03.10.51 # 4654 points! 03.11.10 # see it tomorow :) 03.11.28 Quit slimx ("Leaving") 03.14.25 Quit jjoao () 03.15.01 Join gtkspert_laptop [0] (n=gtkspert@203-59-165-217.dyn.iinet.net.au) 03.15.55 Quit hardeep ("BitchX: treats external genital warts!") 03.17.48 Quit gtkspert_laptop (Client Quit) 03.18.36 Join XavierGr [0] (n=XavierGr@ppp40-adsl-209.ath.forthnet.gr) 03.19.43 # Hrm..patching serial.c fails 03.19.57 # Hunk #1 FAILED at 27. 03.21.41 Join Cassandra- [0] (i=Cassandr@elmyra.coraline.org) 03.24.33 Quit darkless (Client Quit) 03.27.54 Quit Cassandra (Read error: 110 (Connection timed out)) 03.27.55 Nick Cassandra- is now known as Cassandra (i=Cassandr@elmyra.coraline.org) 03.28.10 Quit qupada ("Lost terminal") 03.29.15 Quit Jungti1234 () 03.33.26 Quit linuxstb (Read error: 110 (Connection timed out)) 03.34.00 Join linuxstb [0] (n=linuxstb@i-83-67-212-170.freedom2surf.net) 03.34.46 Join Membrillo [0] (n=sam_kill@CPE-60-229-179-140.nsw.bigpond.net.au) 03.35.17 Quit rob2223 ("Verlassend") 03.48.17 Quit DreamTactix291 (Read error: 110 (Connection timed out)) 03.52.41 Quit Membrillo () 04.06.53 Join Jolt [0] (n=56280280@labb.contactor.se) 04.19.03 Quit gantrixx ("Leaving") 04.46.11 Quit Jolt ("CGI:IRC (EOF)") 04.57.07 Join Guest55715 [0] (i=Whatever@bzq-218-45-207.cablep.bezeqint.net) 04.57.30 Quit Myth`n`Legend (Read error: 104 (Connection reset by peer)) 05.06.36 *** Saving seen data "./dancer.seen" 05.09.48 Quit webguest63 ("CGI:IRC (EOF)") 05.14.32 Quit Febs (Read error: 110 (Connection timed out)) 05.15.15 Join Noel_sad_song [0] (n=c9fcac6c@labb.contactor.se) 05.15.15 Quit Rob2222 (Read error: 110 (Connection timed out)) 05.25.16 Join DreamTactix291 [0] (n=DreamTac@adsl-149-149-154.bna.bellsouth.net) 05.25.33 # darn...i missed slimx again 05.26.02 # i almost had his old patch compiling (lcd stuff only) :) 05.26.18 # now it seems to be moot...but it was fun! 05.28.22 Join Myth`n`Legend [0] (i=Whatever@bzq-218-45-207.cablep.bezeqint.net) 05.28.27 Quit Guest55715 (Read error: 104 (Connection reset by peer)) 05.29.11 # imphasing: you got some stuff from slimx? 05.35.38 Quit Noel_sad_song ("CGI:IRC") 05.36.53 # jaebird: Yes. 05.37.00 # :D 05.37.07 # I haven't gotten it to compile yet though. 05.37.19 # He sent me a compiled loader, and I put it on my ipod. 05.37.25 # I think there's a picture somewhere.. 05.38.19 # i'm looking for the patch on sourceforge, is it there? 05.38.44 # i'm a 4g 2bpp guy...all i need is the lcd stuff 05.38.58 # at least that is my assumption 05.40.24 # Yeah, it's the latest patch on sourceforge 05.41.16 # stupid me...I see it now 05.56.32 Join Saijin_Naib [0] (i=sadasd@bcarlock.rh.rit.edu) 05.57.06 # yo 05.57.08 # noob question 05.57.51 # what would i need to use to look at the firmware for an MPIO HD300 and see what its made of? 06.01.58 # :| 06.02.06 Quit kkurbjun ("Leaving") 06.03.24 # aaanyone? 06.03.29 # i would like to keep this player 06.03.34 # but the company sucks at firmware updates 06.05.33 Join Guest55715 [0] (i=Whatever@bzq-218-45-207.cablep.bezeqint.net) 06.05.35 Quit Myth`n`Legend (Read error: 104 (Connection reset by peer)) 06.05.55 # no one? 06.07.58 # sorry...I don't know much :( 06.09.10 Quit mikearthur (Read error: 104 (Connection reset by peer)) 06.09.21 # Saijin_Naib: the person to ask would be LinusN when he's on 06.09.36 # ahhh 06.09.37 # okay 06.09.38 # :) 06.09.41 # cause i love this player 06.09.47 # but the firmware is so damn frustrating 06.09.51 # i cant really program 06.09.53 # heh. 06.10.02 # given enough time i could figure it out 06.10.11 # i just wanna see how its done 06.10.24 # hm. you're going to need to get familiar with the hardwre inside it and the assembly that goes with its cpu 06.10.24 # cause they have some dumbass problems 06.10.34 # hmm 06.10.45 # internally all i know is that its a tosiba drive lol 06.10.55 # Saijin_Naib: The first step, really, is to find out everything you possibly can about the internals. 06.10.59 # hmm 06.11.03 # by opening it? 06.11.07 # or is that last resort? 06.11.16 # Saijin_Naib: it should be public information online... 06.11.22 # google is our friend. 06.11.23 # i agree. you want to crack it open, photograph the pcb boards inside, and start identifying the components and getting datasheets 06.11.28 # Generally speaking this means actually opening it up, taking all the pieces apart and scanning the boards. Identifying the chips on it, and finding documentation for them. 06.11.37 # but there's a good possibility that someone's already done that 06.11.39 # Ashridah, curse you for typing faster. 06.11.45 # heh 06.11.51 # and i'm lagged by 2 seconds :) 06.12.12 # :) 06.12.35 # Saijin_Naib: it's a little early where Linus is atm, he might be on in a couple of hours, work depending 06.13.04 # hmmm 06.13.12 # ive been looking around online 06.13.15 # theres really nothing 06.13.15 # Saijin_Naib: But yes, identifying what's inside it, either by hand or by research is the primary step. The second is figuring out how "firmware" updates actually occur. Are they actually flashed to a chip like the iRivers, or loaded from the HD every time you boot like the iPods? 06.13.19 # its not a popuar player 06.13.33 # well, i believe they are flashed 06.13.41 # firstly, it takes a shitload of power 06.13.51 # and secondly, once they are loaded, they are no longer in the drive of the device 06.14.06 # Then they're probably flashed, yeah. 06.14.11 # Saijin_Naib: i must say, it does look like some rockbox people have looked at the MPIO players 06.14.25 # yeah, but on the site no build is available 06.14.42 # like i said, i am a programming noob but i still wanna give it a shot 06.14.59 # the player could be so much better if the stupid little problems got fixed 06.15.10 # and i talk constantly with the company's R&D department 06.15.16 # http://www.rockbox.org/irc/rockbox-20050912.txt <-- there's discussions about it from about 10:32 or so 06.15.53 # it looks like we might already have some material on the internals ourselves 06.15.53 # ahhh 06.15.59 # thats the hd200 it appears 06.16.06 # http://www.rockbox.org/twiki/bin/view/Main/InsideMPIOHD200 06.16.11 # hm 06.16.29 # the question is, are there differences 06.16.59 # after all, the iriver H1xx and 3xx have some, but aren't vastly different (compared to say, the newer iriver lines, which are a different arch completely) 06.17.07 # hmm 06.17.18 # well the hd200 is a 5gb microdrive 06.17.46 Join paugh [0] (n=kickback@2001:5c0:8fff:ffff:8000:0:3e03:6822) 06.18.06 # hm 06.18.25 # dont know how much that affects 06.19.28 # actually 06.19.42 # i am going to write to the dude at mpio and see if he will send me the specs 06.20.36 # your best bet to finding a lot of this info out is to find a dead player on ebay or something 06.20.56 # disassembling a dead one, unsoldering the chips, and scanning the pcbs goes a long way to determining how the hardware works 06.22.30 # yeah, plus a degree in MEE 06.22.38 # that also helps :) 06.22.40 # haha 06.22.43 # EE :( 06.22.49 # but im still a tech geek at heart 06.23.08 # well, you'll at least need to determine the cpu. it may be the same family as the HD200 06.23.36 # if the flash upgrades are as similar as the HD200, they're probably easy to disassemble as well 06.24.16 # how would i go about "decompiling" or reading the firmware 06.24.25 # i have a copy of it just chilling on my desktop 06.24.51 # well, i'm not sure what linus uses, and it'll depend on the cpu as to which decompiler you'll need 06.25.01 # oh wow 06.25.03 # its assembly then 06.25.05 # (as the assembly instructions will have different representations depending on the cpu) 06.25.07 # well 06.25.07 # yes 06.25.12 # :( darn 06.25.20 # you'll ultimately end up dealing with assembly at some point 06.25.30 # my best case, optimistic, and yes, naive, assumption was that it was some sort of crazy .ini lol 06.25.53 # stupid i know, but it was still a good though 06.25.55 # thought 06.26.17 # the code may well be based off a tradtional programming language like C, but the initialisation will almost certainly be raw assembly, and dealing with the ports to access devices will be stepping out of C and into assembly as well 06.26.57 Quit Strath (Read error: 104 (Connection reset by peer)) 06.27.39 Join Strath [0] (n=mike@dpc67143207026.direcpc.com) 06.28.13 # hmm 06.28.14 # crazy 06.28.20 # well it uses .fls 06.28.39 # and .sys 06.28.42 # the extension means not a lot, really. 06.28.45 # yeah 06.28.54 # but it sounds similar to the HD200's flashing process 06.28.56 # yeah 06.29.00 # thats what i was wondering 06.29.59 # im gonna get the hd200 firmware and take a look 06.30.51 # interesting 06.30.57 # it does not use a .fls file 06.31.10 # but it contains the same other files as the firmware package for the hd300 06.31.37 Nick paugh is now known as AliasCoffee (n=kickback@2001:5c0:8fff:ffff:8000:0:3e03:6822) 06.32.08 Quit Strath (Read error: 104 (Connection reset by peer)) 06.33.00 Join Strath [0] (n=mike@dpc67143207026.direcpc.com) 06.34.40 # hrm 06.35.59 # had no idea the guy i was talking to was the main guy for mpio america lol 06.36.19 Join ehntoo [0] (n=ehntoo@24-177-166-0.dhcp.mrqt.mi.charter.com) 06.42.50 # aight 06.42.53 # well thanks 06.43.41 Quit Saijin_Naib () 06.44.19 Quit RotAtoR ("zzzzzz") 06.50.28 Join pabs [0] (n=pabs@xor.pablotron.org) 06.56.37 Join midgey34 [0] (n=Midgey34@c-24-11-55-125.hsd1.mi.comcast.net) 06.56.52 Quit webguest30 ("CGI:IRC") 07.03.46 Quit DJ_TCK ("well, if you say so.") 07.06.40 *** Saving seen data "./dancer.seen" 07.15.14 # linuxstb: in the background patch I may have found a bug 07.16.07 # if you load a theme with a background (%X|background.bmp) 07.16.13 # and then load a theme without a background 07.16.25 # the original background stays 07.17.35 # even if you manually set the background again, the original one from the old WPS remains 07.17.43 # a reboot fixes the issue 07.55.53 Quit DreamTactix291 () 07.56.24 Join DreamTactix291 [0] (n=DreamTac@adsl-149-149-154.bna.bellsouth.net) 08.15.10 Join damaki__ [0] (n=Chocolat@ALille-153-1-68-24.w86-196.abo.wanadoo.fr) 08.25.09 Join _FireFly_ [0] (n=FireFly@p54A44E31.dip.t-dialin.net) 08.25.09 Join FireFly_ [0] (n=FireFly@p54A44E31.dip.t-dialin.net) 08.25.47 Join llamab0y [0] (n=prout@84.4.198.62) 08.26.06 # yoho 08.26.51 # soyo 08.26.54 # moto 08.27.11 # yay i thought everyone had died 08.28.14 # hm not much rock in the box here 08.29.38 # c ya 08.29.41 Quit llamab0y (Client Quit) 08.30.01 # Odd 08.30.50 Quit damaki_ (Read error: 110 (Connection timed out)) 08.30.51 Quit FireFly_ ("Leaving") 08.30.53 Quit _FireFly_ ("Leaving") 08.59.25 # linuxstb: r u there? 09.00.40 # linuxstb: How about this cl implementation: http://amiconn.dyndns.org/clz.c ? 09.02.56 Quit AliasCoffee ("Leaving") 09.06.42 *** Saving seen data "./dancer.seen" 09.14.41 Join Kohlrabi [0] (n=Kohlrabi@dslb-082-083-139-001.pools.arcor-ip.net) 09.29.03 # linuxstb: It seems upping 20 to 50, and leaving the other one commented out is the first setting I've found that consistently doesn't have a problem. Though, since the problem occurred less the longer I set it, I can't say 100% for sure that it's gone, but it's been a several hours without issue now, toggling hold on and off randomly, and testing the buttons. 09.31.32 Join Membrillo [0] (n=sam_kill@CPE-60-229-179-140.nsw.bigpond.net.au) 09.37.35 Quit midkay ("Leaving") 09.56.55 Join safetydan [0] (n=dan@81-178-235-210.dsl.pipex.com) 09.58.04 Join zhilik [0] (n=_if_you_@ppp85-140-15-121.pppoe.mtu-net.ru) 10.08.26 # where are rockbox settings saved on shut down? 10.08.34 # sector 62 10.08.46 # that means absolutely nothing to me 10.08.58 # so why do you ask? 10.10.34 # * BHSPitLappy struggles with the validity of that answer... 10.10.56 # im just wondering. i have two builds on my h300 (one is the rockdoom build and one the optomized build) and i assumed as the builds were located in different folders (root and root:\doom) that the settings files would be saved in different places and they wouldnt affect each other. but my settings are carrying from build to build. 10.11.21 # Argh. Multiplatform manuals make my brain hurt. 10.11.34 # Membrillo: unless you make something on your own, all rockbox builds store their configs in the same place 10.12.03 Join DangerousDan [0] (n=Miranda@newtpulsifer.campus.luth.se) 10.12.27 # no, i mean i have two seperate builds on my player 10.12.36 # one on root, and one in a subfolder 10.12.42 # and i switch between them 10.12.46 # Membrillo: What he means is, unless you change the default, both builds will save to the same sector on the disk 10.13.09 # ah 10.13.10 # gotcha 10.14.08 # Consider: The recorder v2 and Ondio SP are different devices with identical screenshots but different keymaps, the recorder and recorder8mb are two different builds that will have identical manuals. 10.14.30 # preglow: http://iocaine.org/eq_ui_v6.patch 10.15.02 # ah, good to see EQ work is moving along 10.15.06 # (Hmm, the fact that the 8mb build is in cvs is a bit of an oddity anyway. Generally we don't support custom mods in the core code) 10.15.27 # preglow: I don't think it was your fault that the EQ broke, that was mine 10.15.48 # preglow: I had some parameters swapped so that when you adjusted gain, you were actually adjusting q and vice versa 10.15.59 # There's the beginnings of a graphical EQ in there too 10.16.40 # safetydan: So this one doesn't cause the background noise the previous one did? 10.16.55 # shouldn't 10.16.57 # Neat 10.17.07 # I'm gonna go ahead 'n play with it then. :) 10.17.31 # feedback welcome 10.17.39 # I should probably use the patch tracker for this 10.18.04 # At the point it's at now, I'd say definitely. 10.18.22 # darcs++ 10.18.58 # darcs++? 10.19.03 # yeah. 10.19.06 # (darcs)++ 10.19.30 # * Paul_The_Nerd has no idea what "darcs" means. 10.19.42 # It's a patch tracker 10.19.49 # Ah 10.19.50 # written in haskell 10.20.55 # safetydan: There's an #elif without anything after it... 10.20.59 # Ha! One more post and I stop being a 'newbie' on the boards. ;) 10.21.22 # :-) 10.21.50 # eq_menu.c line 56 10.22.02 # that's deliberate 10.22.16 # Well, mine won't compile because of it. 10.22.16 # but should be fixed 10.22.21 # ;-) 10.22.21 # yeah sorry about that 10.22.27 # What should be there? 10.22.27 # I was compiling for h100/h300 10.22.44 # actually that whole #if #endif block can be deleted 10.23.00 # Just leave the #defines? 10.23.18 # no, everything between #if and #endif there can go 10.23.39 # EQ_BTN_UP etc aren't needed? 10.23.42 # no 10.23.53 # I thought I would need them, but I found the SETTINGS_* defines instead 10.24.12 # Aaah 10.24.19 # Alright, trying again. :) 10.24.26 # Gonna test it on iPod Nano and H120 I suppose 10.24.44 # * safetydan uploads a corrected v6 patch 10.25.34 Join webguest29 [0] (n=52d26a13@labb.contactor.se) 10.26.18 Quit webguest29 (Client Quit) 10.26.36 Join webguest29 [0] (n=52d26a13@labb.contactor.se) 10.26.50 Quit webguest29 (Client Quit) 10.29.40 # come on webguest29. pull yourself together. 10.29.42 Join DT291 [0] (n=DreamTac@adsl-149-149-154.bna.bellsouth.net) 10.30.45 # anything new/cool here in the last day or two? 10.31.23 Quit DreamTactix291 (Read error: 104 (Connection reset by peer)) 10.31.26 Quit `3nergy ("changing servers") 10.31.39 Join `3nergy [0] (n=3nergy@techgaming.net) 10.32.07 # safetydan: Okay, on the Nano it seems to work. I don't know if it sounds right, 'cuz I'm not that familiar with EQs, but it doesn't cause painful noises, and such. :) Also, the graphical one..... not so much working. ;-) 10.32.23 # Apparently gcc has a __builtin_clz function that is fairly efficient.. 10.32.48 Join muesli__ [0] (n=muesli_t@88.134.20.76) 10.33.11 Quit damaki__ (Read error: 104 (Connection reset by peer)) 10.34.56 Join damaki [0] (n=Chocolat@ALille-153-1-68-24.w86-196.abo.wanadoo.fr) 10.35.19 # Paul_The_Nerd: no... not really working, hence "beginnings ":) 10.35.38 Quit damaki (Remote closed the connection) 10.35.47 # just seeing how much information can fit on the H100 screen 10.35.56 # safetydan: But, outside of the graphical screen looking really fun, the text based screens seem to work fine on both the Nano and H120 10.35.57 # the nano has a lower res I think 10.36.09 # The Nano actually has a higher res. Just a much smaller screen 10.36.16 # Nano is 176*132. 10.36.29 # ah okay 10.36.40 # maybe I should actually test this on my H120 10.36.45 # I've only been using the sim up to this point 10.36.51 # Well, the graphical screen looks fine on H120 10.36.55 Quit youngcereal (Read error: 104 (Connection reset by peer)) 10.37.09 # I mean, they all say 40hz 0.7Q underneath 10.37.15 # But other than that, there are 5 bars. 10.37.51 # yeah it only looks at one of the bands at the moment 10.38.03 # it's more a proof of concept 10.38.21 Join midkay [0] (n=midkay@c-24-16-191-240.hsd1.wa.comcast.net) 10.38.57 # safetydan: On the nano, it seems to redraw the bars again, about, oh 6-8 pixels to the right. It just draws them there for like, one frame, then goes back to drawing them where they belong, but it leaves a static image of them to the side. 10.39.18 # And, when it redraws them that one time horizontally offset, that includes numbers, the slider, everything 10.40.02 # Actually, sorry, it's not horizontally offset... they're spaced differently. And it's not consistent either. 10.40.29 Quit midkay (Client Quit) 10.40.31 # Oh, the h120 does it to 10.40.32 Join damaki [0] (n=Chocolat@ALille-153-1-68-24.w86-196.abo.wanadoo.fr) 10.41.03 # safetydan: If you raise or lower it past 10 or -10 you'll see the effect on the graphical screen 10.41.21 # Hey, Bagder, you might know this. Suppose I want make to just not do anything if $(ARCHOS) is "recorder8mb" - is there an easy way to do that in the Makefile? 10.41.30 Join midkay [0] (n=midkay@c-24-16-191-240.hsd1.wa.comcast.net) 10.42.26 Quit midkay (Client Quit) 10.42.33 # (BTW, seperate directories for compilation and LaTeX do not get on. I ended up having to get the Makefile to copy the entire directory structure then invoke its own copy, 10.42.59 Join midkay [0] (n=midkay@c-24-16-191-240.hsd1.wa.comcast.net) 10.45.32 # Ouch 10.46.40 Join Therx [0] (n=pete@i-195-137-39-215.freedom2surf.net) 10.47.51 Join billiob [0] (n=billiob@ADijon-256-1-69-185.w81-51.abo.wanadoo.fr) 10.48.18 Join einhirn [0] (n=Miranda@p548601E9.dip0.t-ipconnect.de) 10.50.22 # safetydan: What format should eq preset files be in? 10.50.26 # * Paul_The_Nerd wants to test out everything. :) 10.55.57 # is playback on the nano broken? 10.56.09 # Not on mine 10.56.10 # Why? 10.56.18 # everything says codec failure for me now 10.56.27 # Lemme check to make sure I'm bleeding edge 10.56.42 # well, I got a bleeding edge this time last night, and it was the same way 10.56.58 Join gtkspert_laptop [0] (i=gtkspert@055.a.001.rkh.iprimus.net.au) 10.57.13 # Oh 10.57.19 # Well, then you've done something to yours. :-P 10.57.25 # not a thing. 10.57.52 # Possibly you didn't unpack the whole archive. 10.59.30 # also, is there a way to retain the backdrop setting 11.00.03 # BHSPitLappy: If the image is in .rockbox/backdrops 11.00.11 # /.rockbox/backdrops 11.00.12 # Put your backdrop in /.rockbox/backdrops/ 11.00.53 # Someone probably needs to put a "Browse Backdrops" on the display settings menu at some point. 11.01.12 # Indeed 11.01.45 # The settings menu doesn't like me yet, but I haven't really looked at it too much, so I was probably just horribly misusing it. 11.02.26 Join Henrico [0] (n=henrico@cn-mss-cb01-2721.dial.kabelfoon.nl) 11.02.27 Join damaki_ [0] (n=Chocolat@ALille-153-1-18-212.w83-198.abo.wanadoo.fr) 11.02.36 # It's kind of messy. 11.03.06 # * Cassandra sits back and lets rbutil take the strain of updating her iPod. 11.04.13 # rbutil? 11.04.40 # The Rockbox Utility. An installer for Rockbox I wrote. 11.04.51 Quit aliask ("Chatzilla 0.9.70 [Firefox 1.5.0.1/2006011112]") 11.04.56 # I remembered that you'd written an installer. 11.05.09 # It's workin' well then? 11.05.51 # what do you think about having a backdrop settings menu, with something similar to a list of checkboxes and you can check off which sections (Radio, WPS, Browsing, Settings etc) you want a backdrop on. or even better. assign different backdrops to different sections? is that an idea for the future 11.06.07 # It's doing the basics well. 11.06.24 # It needs an overhaul, but I haven't got the time at the moment. 11.06.45 *** Saving seen data "./dancer.seen" 11.07.01 # Aaah 11.07.20 # has there been any work done on the id3 browser? 11.07.32 # Membrillo, Nah. I'm all for a bit of eyecandy, but that's just pointless. 11.07.38 # Membrillo: I suspect it would end up causing a good bit of slowdown as well. 11.08.01 # Time spent coding that could be spent improving useful features. 11.08.09 # thats true 11.09.11 # Cassandra: id say itd be useful. currently making WPS with images are annoying if you have a backdrop 11.09.33 # Membrillo: Use the %X tag to set a backdrop image *just* for the WPS then. 11.09.50 # no, its more i want a backdrop image for everything BUT the WPS 11.09.59 Join damaki__ [0] (n=Chocolat@ALille-153-1-7-116.w83-198.abo.wanadoo.fr) 11.10.16 # So create a plain colour backdrop and %X that. 11.10.44 # Perhaps the %X tag without a parameter, or with a numeric parameter (between 0 and 65535) could allow you to either clear the BG, or color it? 11.12.18 # mm 11.12.28 # that would be good 11.12.31 # which font the pod video use? 11.12.36 # Paul_The_Nerd, manage settings is your friend 11.12.43 # how hard would it be to have text with a stroke? 11.12.47 # That's odd. The credits plugin on iPod scrools jerkily. 11.12.54 # (outlined text) 11.12.55 # what about %X|255|255|255| as an RGB value? 11.13.11 # safetydan: Oh, man, I didn't even think of just saving, and then looking in the .cfg. 11.13.31 # Cassandra: Do you mean how it pauses every few lines? 11.13.48 # Yes. 11.14.00 # Doesn't do that on other platforms. 11.14.04 # I *think* it does that on the h120 too. 11.14.24 # Oh, maybe it got changed so you could actually read the credits on the H1xx. 11.14.25 # Yeah, it does it on my h120. Lookin' at it right now. :) 11.14.57 # Shouldn't do that on other platforms really. 11.15.06 # Paul_The_Nerd: yeah the EQ is just another set of settings. should be obvious where they are in the .cfg file 11.15.09 # BHSPitLappy: I can confirm that with an updated CVS, it still plays music fine. 11.15.22 # if you put new .cfg files in .rockbox/eqs then you can load eq settings 11.15.23 # Paul_The_Nerd: yeah, it was my archiving program 11.15.36 # Paul_The_Nerd: listening to music once again as I type :D 11.16.16 # safetydan: Alright. I'm just gonna safely assume that works, since y'know... cfg files. :) 11.16.17 # does Crossfeed still make people pee their pants? 11.16.26 # BHSPitLappy: How do you mean? 11.16.44 # Oh 11.16.45 # Yes 11.16.46 # Apparently it does. 11.16.49 # lol k 11.17.14 Quit damaki (Read error: 110 (Connection timed out)) 11.17.15 Join bluey [0] (n=bluey@dslb-084-059-100-115.pools.arcor-ip.net) 11.17.42 # safetydan: Okay, the patch behaves (as far as I can tell) exactly identical on H120 and iPod Nano. If it's not on the tracker, it should be. :) 11.18.05 # I see channel related settings are also still null 11.20.03 # is there some feature somewhere that makes the file browser show song titles instead of filenames? 11.20.58 Join damaki [0] (n=Chocolat@ALille-153-1-80-194.w86-207.abo.wanadoo.fr) 11.23.42 # BHSPitLappy: Channel related settings? And, no, there's not a feature for that. 11.23.48 # ok 11.23.56 Join JdGordon [0] (n=Miranda@c220-239-137-122.smelb1.vic.optusnet.com.au) 11.24.02 # (Stereo, Mono Left, ... Stereo Width, etc) 11.24.05 # Aaah 11.24.23 # If I recall, stereo width doesn't even do anything on the iRiver units yet. 11.24.24 # hey all 11.24.31 # hey one 11.24.34 # Mornin' JdGordon 11.24.37 Quit damaki_ (Read error: 110 (Connection timed out)) 11.24.44 # JdGordon: how's it coming along 11.24.48 # mornin? its 9.24pm here... 11.24.54 # 4:24am 11.25.00 # 4:24 am 11.25.25 # haha, shouldnt u ppl be asleep?? wierdos 11.25.28 Join mirak [0] (n=mirak@AAubervilliers-152-1-38-34.w83-114.abo.wanadoo.fr) 11.25.34 # BHSPitLappy: hows which? 11.25.36 # * BHSPitLappy does the CST dance 11.25.43 # JdGordon: not sure ;( 11.25.48 # lol 11.25.48 # (y) 11.25.53 # perv 11.25.57 # I should sleep. I have a drive to Houston tomorrow. But ah well. I only need 3 hours or so before it. 11.26.12 # JdGordon and his ascii boobs... 11.26.28 # ?? 11.26.35 # (y) 11.26.39 # Paul_The_Nerd: it should be on the tracker soon, thanks for the review 11.26.39 # ah, ye that icon is a msn one... 11.26.43 # ( . y . ) 11.26.43 # its thumbs up.. 11.26.47 # ah 11.26.48 # hehehe 11.26.51 # scratch that then 11.26.53 # :P 11.27.02 # BHSPitLappy:I think you want the tagdb for browsing by track name instead of file name 11.27.24 # safetydan: doesn't work for me, though, is it supposed to? 11.27.25 # k i know this is a big ask, but any chance one of u could guide me through getting to a "hello world" kernel stage, i.e. the rockbox.ipod file is loader, and prints something on the screen, or beeps or anything. It's the initial loading that's confusing me 11.27.41 # BHSPitLappy: it has worked in the past, but the guy who was working on it hasn't been around for a while 11.27.49 # Slasheri is working on an improved version I think 11.27.52 # doesn't work on my ipod 11.28.39 # BHSPitLappy: The tagdb requires you run a java program to generate it, and only works on MP3 files I believe. (Maybe Vorbis too? I can't recall...) 11.29.05 # 90+% of my music is mp3 11.29.19 # 100% of mine is 11.29.25 # (some aac) 11.29.40 # http://www.rockbox.org/twiki/bin/view/Main/TagDatabase 11.29.51 # It may not be functional on iPods yet though 11.30.21 # please :P 11.30.23 # I don't think anyone's bothered to test it, since the system's being reworked so that hopefully the database will generate like the dircache. 11.30.30 # Therx: What exactly is your question? 11.31.02 # i want to write my own os for the ipod, but my main issue is inexperience in ARM assembly 11.31.17 # so was wondering if there was a hello world kernel which would teach me this 11.31.29 # Well, it's a very big task, and not having experience with ARM assembly makes it significantly bigger. 11.31.29 # 1) the ipod guys aren't awake (afaik) 11.31.31 # You know, I was just having a moment of pining for the good old days before flame wars on the Rockbox forum, then I rememberd that they just used to happen on the developers list. 11.31.38 # 2) what makes this seem like the right place for that? 11.31.55 # 3) start studying source from both projects. 11.32.09 # Cassandra: flame wars ebtween who and who? 11.32.16 # .. or over what? 11.32.30 # Something about WPS browsing. 11.33.02 # Therx: If you want to create a full "OS" you're going to have to create your own drivers, or adapt those used by iPodLinux or Rockbox, which. It's not really as simple as starting with "hellow world" and working up. 11.33.07 # Hellow 11.33.09 # Hello 11.33.14 # yeh, i know 11.33.26 # i've worked on an OS for x86 before 11.33.26 # Paul_The_Nerd: we need some sleep, don't we ;) 11.33.33 # Man, don't I ever. 11.33.54 # so understand concepts like mmaping, multitasking etc. 11.34.20 Quit damaki__ (Read error: 110 (Connection timed out)) 11.34.27 # You could easily turn Rockbox into "Hello World" for iPod. Just rip out most of main.c and put "Hello World" in instead. 11.34.35 # lol 11.34.39 # Cassandra: But, as a teaching tool... not so great 11.34.41 # Still not terribly useful as a learning tool. 11.35.26 # damn, sometimes it is just HARD to wake up a nano in rockbox 11.35.36 # BHSPitLappy: How do you mean? 11.35.51 # so any advice of where to start? 11.35.55 # it can be very unresponsive to the scroll wheel, when you're trying to get the backlight to come back on 11.36.05 # Therx: Your best bet may be to look at the the iPodLinux wiki to learn about the hardware, and then read some of the bootloader source to learn how some of the hardware is initialized. I'm not really sure, though, as I'm pretty not-so-familiar with the lower level stuff either. 11.36.18 # BHSPitLappy: Oooooh... is this a relatively new thing? 11.36.26 # no 11.36.35 # I've not noticed that. 11.36.43 # BHSPitLappy: Hrm. Mine's *really* responsive. Like, I lay a finger on the wheel, and the light comes on. 11.36.46 # playing music in general, the controls tend to be laggy (not badly) 11.36.58 # Oh, well, that's usual 11.37.11 # Paul_The_Nerd: well, I've got a rubber skin over mine, but it's still easy to use (when the ipod's listening) 11.37.36 # BHSPitLappy: So it's more just the general unresponsiveness while playback, rather than an actual button-driver seeming problem 11.37.46 # On a related note, do either of you use the Hold Switch often? 11.38.02 # kk thx 11.38.05 # I use it when I shut it down 11.38.10 # If I have the iPod in my pocket yeah. 11.38.22 # YES. rockbox compiled. hooray. 11.38.23 # Otherwise it keeps turning on / changing the volume. 11.38.34 # sometimes while it's playing in pocket, but usually it's ok 11.38.38 # Cassandra then, have you been using a build newer than Yesterday's Daily? 02/03 (or 03/02)? 11.39.01 # I'm just curious if this is a global issue, or an "my ipod's on crack" issue. 11.39.31 # mine only does intravaneous drugs 11.39.33 # Ah, you mean turn Hold off and it stays held in Rockbox? 11.39.37 # Yep 11.39.40 # ^ a sign of my late-night spelling 11.39.47 # Cassandra: That's *exactly* what I mean. 11.39.58 # Just making sure it's not my problem. It's a result of the UDelay change. 11.40.12 # Paul_The_Nerd: does it come back? 11.40.13 # Or at least, it seemed to be, but it's nice to be sure 11.40.21 # because I was just tempted to try, thanks a lot 11.40.21 # Yep, it's bugtastic alright. 11.40.22 # lol 11.40.39 # BHSPitLappy: Yeah. Basically, when you turn hold on, then turn it off a few seconds later, it'll stay held for an indeterminate amount of time / button presses 11.40.52 # still not back yet... 11.40.56 # Cassandra: I'm pretty sure I've found a safe value though, that's still much lower than the dual 250s iPodLinux was using 11.41.09 # BHSPitLappy: If you want to give up, hard reset still works. ;-) 11.41.13 # i did, 11.42.27 Quit gtkspert_laptop () 11.43.17 # so, I know midi pretty much "just doesn't work", but when I try it, is it freezing or just doing something that takes FOREVER? 11.46.13 # FOREVER 11.46.24 # Though, it may just freeze on iPod 11.46.33 # I really couldn't say 11.46.38 # It does eventually end on iRivers. 11.47.07 # It does on the iPod too. 11.47.12 # I could play midis on my pocketpc, with a software-based player 11.47.25 # * Cassandra idly wonders why iPod Rockbox hasn't yet been /.ed. 11.47.27 # timidi i think 11.47.37 # Cassandra: is it a bad thing? 11.47.41 # coz no1 has told em? 11.48.00 # Nope, not a bad thing at all. 11.48.04 # :D 11.48.09 # has it been "dugg" 11.48.15 # Since the server will undergo /. effect when it does happen. 11.48.21 # BHSPitLappy: The ipod / iriver would still BE a software based player 11.48.26 # We're all over the iPod sites. 11.48.53 # BHSPitLappy: The problem is the codec architecture isn't really suited to handle midi/mod/anything of that general category/family/whatever, if I understand correctly. 11.48.55 # what r they ipl ppl saying? 11.49.42 # about? 11.49.47 # Just "it's there, it looks pretty nifty". 11.50.09 # the two projects have different goals, they aren't rivals or anything 11.50.24 # ok 11.50.28 # what goals do RB have and the same for IPL? 11.50.40 # RB == Make it the best music player it can be. 11.50.44 # doesn't the ipl bootloader allow them to boot all three, if suitably modified? 11.50.46 # IPL == Run Linux as best we can on it 11.50.47 # RB = superior, full functional music player 11.50.54 # pretty much what paul said 11.51.01 # ashridah: ipl loader 2 does. RB's loader also allows both to be run. 11.51.09 # IPL == do as much as it can? RB == As much as it can but focused on music? 11.51.18 # Basically, yes. 11.51.29 # fair enough 11.51.30 # Paul_The_Nerd: 'both' i mean running ipl, original firmware and rockbox. 11.51.34 # Membrillo: iPL isn't trying to make a superior music player 11.51.36 # ashridah: Yes. 11.51.43 # ashridah: So did I. 11.51.44 # i guess Rb also has a stronger focus on stability and usability 11.51.52 # it's a development platform, I guess 11.52.10 # Paul_The_Nerd: we clearly have different definitions of 'both' 11.52.12 # :) 11.52.14 # ashridah: I've already successfully booted iPodLinux on my nano using the Rockbox bootloader. 11.52.32 # * BHSPitLappy concurs... 11.52.34 # Paul_The_Nerd: yeah. cool. 11.52.38 # any1 got a good backdrop image? 11.52.50 # but can all three co-exist, or does one need to overwrite one to get the other? 11.52.51 # Well, "both" meant "rockbox and ipodlinux" in my statement, because I assumed Retail was kinda a given. ;-) 11.52.57 # ashridah: ipodloader2 is also much slower than the rbloader atm, too 11.53.06 # ashridah: coexist 11.53.08 # ashridah: All three co-exist great. You just need a small ext2 partition for the linux file system 11.53.17 # Shouldn't be hard. What I can't really understand is why anyone would want to have Linux run on their iPod. 11.53.23 # :/ 11.53.35 # "because it pwnz?" 11.53.35 # Cassandra: After trying iPodlinux, I kinda felt the same way. 11.53.39 # Cassandra: geekage bragging rights 11.53.53 # I think it's more of "proving linux can run on anything" than anything else 11.53.55 # although i admit that's about it 11.54.08 # someone asked me why i didn't get an ipod, given that i like linux 11.54.10 # sigh, damnit.. anyone able to help w/ gcc4.0.2 compile errors? 11.54.11 # personally, I just -have- to be able to watch videos on my nano :) 11.54.22 # If I ever met someone who said "You, look at this, my iPod has Linux on it" I know I can say "Yeah, I tried that. Then I found something better. Ever heard of Rockbox...?" 11.54.29 # ashridah: it's not bragging rights to me at all, I keep quiet about it 11.54.39 # the iriver played oggs, and at the time, ipl hadn't got audio at all 11.54.52 # (and rockbox sure hadn't been ported) 11.55.16 # Yeah, I wasn't interested in iPods until the Nano was clearly in a collision course with Rockbox 11.55.23 # It has to be said, I never got the point of Rockbox video support either. 11.55.51 # how can there be a point to something that's not there? 11.55.51 # wha??? y not? 11.55.56 # Cassandra: I do have *one* music video, I wish I could carry around with me on it. 11.56.26 # The song's just not the same without the vikings. 11.56.33 # I have a handful of videos me and my friends like to watch at school, on my nano 11.56.38 # BHSPitLappy, Rockbox has video support on the Archos platform. 11.56.42 # if rb could play vids then there really would be no reason for the orig fw... 11.56.44 # Cassandra: oh. 11.57.17 # i didnt know nanos had colour screens... 11.57.23 # not that i have any vids on my h300 anyway... 11.57.31 # Cassandra: I think for the most part, I side with you. But then, Doom is just about as pointless, in the end. Or Rockboy. :) 11.57.51 # * Cassandra has never used Doom or Rockboy either. 11.57.51 # Paul_The_Nerd: not when uni starts in 3 weeks :D 11.57.52 # doom is pretty impressive 11.57.58 # Membrillo: yes, 176*132 of 16bpp 11.58.04 # does it work properly yet? 11.58.10 # it works remarkably well 11.58.21 # very well 11.58.25 # where can i get the .rock for h300? 11.58.36 # you need that build 11.58.38 # is somebody going to port doom for the h100 lcd? :) 11.58.39 # you have to download a special build at the moment 11.58.46 # ah ok 11.58.46 # I think it's still a custom Rockbox build. 11.58.48 # .rock only wont help 11.58.58 # bugger it then.. ill wait 11.59.01 # Are there keys for iPod yet 11.59.17 # I don't want to have to go through all that jazz because I forgot to save my modifications... 11.59.27 # Membrillo: hows ur rb updater proggy going? 12.00.10 # i cant get the optimized build with the current URL. I dont think there is anything i can do about it. i think its a problem connecting to the Linux server which is disapointing 12.00.21 # JdGordon: how's your [insert project here] going 12.00.25 Quit Kohlrabi (Nick collision from services.) 12.00.30 Join Kohlrabi [0] (n=Kohlrabi@dslb-082-083-139-001.pools.arcor-ip.net) 12.00.37 # if someone creates a mirror then i can link to that but otherwise i dont know what else to do 12.00.45 # hmm.. ok.. have u done it so it can skip files in the zip yet? 12.01.00 # BHSPitLappy: [insert project here] is going good... not much happening tho atm 12.01.16 # JdGordon: elaborate :) 12.01.18 # nah, i havent, but i can get that done in half an hour when i find some time 12.02.34 Join damaki_ [0] (n=Chocolat@ALille-153-1-44-13.w83-198.abo.wanadoo.fr) 12.02.37 # ok 12.03.05 # hows the ipod video port progressing? 12.03.14 # Paul_The_Nerd: do you know what the story is with rockbox in relation to the ipod's battery? 12.03.27 # BHSPitLappy: What do you mean exactly? 12.04.01 # Paul_The_Nerd: what's holding it back? 12.04.05 Quit Henrico ("[BX] Tone Loc uses gtkBitchX, and funky cold medina.") 12.04.52 # BHSPitLappy: Well, the first step would be figuring out how to not run the processor at the full 75mhz all the time. 12.05.04 # does any1 know where the status bar drawing code is for the wps? 12.05.11 # Paul_The_Nerd: does yours report the status correctly? 12.05.14 # not status abr.. progress bar 12.05.14 # Nope 12.05.21 # It should say 11mhz, if I recall 12.05.47 # Paul_The_Nerd: mHz as a unit for battery power??? 12.05.53 # Oh, no 12.06.02 # yeah 12.06.07 # I thought you were talking about concerns relating to improving the life, not displaying it. 12.06.15 # k 12.06.30 # always makes me uncomfortable, not knowing 12.06.47 # I was thinking "Man, I thought 7 and a half hours was pretty good for Q8 ogg on a first unoptimized run, without even volume control" 12.06.50 # :-P 12.07.02 # As for the battery display, no clue honestly 12.07.54 # isn't that one of the things that should have been snagged from iPL? :P 12.08.05 # damn, 5am 12.08.07 Join Moos [0] (i=DrMoos@m53.net81-66-159.noos.fr) 12.08.08 # For all I know one or both of them, have looked at it and said "Simple, but it'll take a little bit. I think I'll spend my time trying to figure out something non-cosmetic that requires effort" and gone on about their business. 12.08.36 # lol 12.08.39 Quit Strath (Read error: 104 (Connection reset by peer)) 12.08.45 Join Strath [0] (n=mike@dpc67143207026.direcpc.com) 12.08.53 # I'll be sure to throw hints at them when I see them ;) 12.09.22 # Well, that being said, if iPodLinux already does it, maybe it's something I can try to adapt. Though, I won't be available for about the next 16 hours after I sign off. 12.09.33 # mmhmm 12.09.37 # I have the day off, which means "3 hour drive, lots of dice rolling, 3 hour return trip" 12.09.57 # where do you live, where houston's 3 hr away? 12.10.00 # austin? 12.10.01 # Austin 12.10.04 # coo 12.10.09 # i win 12.10.23 # crazy drivers, that Austin... 12.10.32 # ;) 12.10.39 # hehehe 12.11.12 # to me, austin's just a marker on the road to san antonio 12.11.45 # Paul_The_Nerd: did you see any of the business today with that podzillanano guy 12.12.33 # No. What happened? 12.12.42 # You in Dallas then? 12.12.47 # www.podzillanano.com 12.12.49 # pretty much 12.12.50 # Well that whole DFW mass. 12.12.53 # yeah 12.13.01 # UT? 12.13.01 # D me FW 12.13.02 # :P 12.13.06 # HS :) 12.13.09 # Ah 12.13.10 # Hehehe 12.13.15 # but UNT ;) 12.14.12 # "Podzilla is based on unix and written completly in binary and hextradecimal." 12.14.14 # Paul_The_Nerd: I think the About page is enough to get an idea on that site, though it's worth reading every little bit 12.14.16 # mmhmm 12.14.26 # The about page is where I went first. :) 12.14.42 Quit ehntoo (Remote closed the connection) 12.15.12 # http://rainstorm.org/ipod/stats/ <-if you care about the drama that ensued 12.15.44 # basically imp. and davidc broke him tonight 12.16.23 # there is doom on H300 ? 12.16.42 # oh, and you should see what he'd done to our wiki: http://ipodlinux.org/index.php?title=Podzilla&diff=7619&oldid=7618 12.17.07 Quit billiob () 12.18.15 # Maaaaan 12.18.29 # yeaaahh 12.18.31 # I wonder if he'll try to claim Rockbox next. 12.18.35 # heh. 12.18.40 Quit damaki (Read error: 110 (Connection timed out)) 12.20.10 # Did he actually con anyone, or was this him setting up to? 12.20.30 # pre-emptive 12.20.46 # you should see the exchange of e-mails 12.20.49 # What an asshole. 12.20.50 # check out the logs 12.20.58 # and grep around for pastebin links 12.21.41 # his final claim was "Hey, Im, really sorry. I tried to replace the PortalPlayers processor in my nano with a broadcom one, and My Nano wont close, and is running on an external hard drive, but yes it does run a modified version of your software. I'm really sorry, yes I rerwote it in Binary and Hexadecimal, I couldnt afford anything else. I just want to help out with the dev team, I can really get it to play Compressed MPEG-2's, with Broadcoms BCM741 12.21.41 # 1, its just quite large. I could help program podzilla to work with compressed video, I know just about everything there is to know about video. Yours Sincerely, Alexander Turner" 12.21.53 # sorry about flooding there... 12.23.03 Join Siku [0] (n=Siku@f303b.w3.ton.tut.fi) 12.23.24 # Well, he's got balls. 12.23.29 # Shame about the lack of brains. 12.23.40 # mmhmm 12.24.05 # did you catch all the stuff about not using uClinux, but instead a custom made gnome kernel 12.24.17 # (why not a KDE kernel? :P) 12.25.00 # KDE is slower. You can't accerate a 16Mz processor all the way to 75Mhz if you use KDE. Everyone knows that. 12.25.33 # "I couldn't afford anything else?" 12.25.50 # mmhmm 12.25.59 # don't bother trying to explain it 12.26.09 # what happened to this neuros player 12.26.23 # oh, and his demo video is pure straight podzilla. 12.26.32 # I'll hold that to any amount of money. 12.27.15 # I'd have been shocked if it were anything else. He doesn't know the first thing about computers. 12.27.39 # I have a hard time believing that page is a real scam, it's so bad. 12.28.16 # nobody can say for sure what it really is. the basic theory is this kid keeps your money and ipod, good deal. 12.28.50 # Yeah 12.28.57 # hmm 12.29.18 # so can I make playlists of my iPod's music, for rockbox use? 12.29.32 # He's got some guts though. Editing the wiki right there in plain site 12.29.51 # BHSPitLappy: If you mean, playlists of the MXRQ.mp3 or whatever, yeah, should be no reason why you can't. 12.30.05 # Not really. You can install the music in the Rockbox way then use foo_pod to generate an iTunesDB for it. 12.30.06 # how does the Make Playlist stuff in the menu work? 12.30.11 # at what time/date in those logs did this occur, btw? 12.30.19 # (Except it doesn't seem to work on the Nano.) 12.30.37 Join MarcoPolo [0] (n=MarcoPol@che78-2-82-227-240-106.fbx.proxad.net) 12.30.57 Quit MarcoPolo ("Bye !") 12.30.58 Join billiob [0] (n=billiob@ADijon-256-1-69-185.w81-51.abo.wanadoo.fr) 12.31.00 # BHSPitLappy: If you open the main menu and choose "Make playlist" if recursive on, it'll just make a playlist one level above (If you're in /music, it'll be in root) named after the folder you're in, of all music it contains, recursively. (Music.m3u containing, well, everything) 12.31.09 # hi all 12.31.42 # do you have issues with rockboy and zelda ? (the player shuts down) 12.31.42 # If you've already got music playing, it's in a playlist in ram, that you can save. You can also add folders or individual songs to that playlist by long-pressing select on them, and choosing the appropriate action. (Queue means they'll vanish once played, insert means they're actually added, iiuc) 12.32.22 # billiob: A few questions: Which Zelda, which player? 12.32.25 # k, well thanks for everything, I've reached my wit's end tonight, I gotta retire (you too, paul :P) 12.32.32 # I should soon. 12.32.37 # anyone knows where to get super.fi 3 in europe? 12.32.51 # Paul_The_Nerd, iriver h120, Link's awakening 12.33.10 # (w00t ^) 12.33.43 # how do i get ipl to boot with the rockbox loader? it comes up with a checksum error... is there anything i need to do with the linux.bin 12.33.54 Join Rob2222 [0] (n=Miranda@ACB34EE3.ipt.aol.com) 12.34.45 # BHSPitLappy this are jokes ? 12.35.13 # it shuts down only with this game. both with a french version and an english version; no issues with other games. it shuts down when playing, at roughly the same place 12.36.09 # noone? 12.37.08 # billiob: DX or normal? 12.37.13 # normal 12.37.18 Quit linuxstb (Read error: 110 (Connection timed out)) 12.37.40 # Therx: Nobody who would know in enough detail is around. 12.37.47 Join linuxstb [0] (n=linuxstb@i-83-67-212-170.freedom2surf.net) 12.37.49 Quit mirak (Remote closed the connection) 12.38.14 # linuxstb would know... ah just in time 12.38.16 # billiob: Hrm. Odds are I can't help with this issue, but where in the game does it crash? 12.38.27 # Therx: That's possibly his auto-reconnect. 12.38.42 # hmm 12.38.58 # Paul_The_Nerd, at the beginning, at the beach, before getting the sword 12.41.02 # Hrm. I wonder if it's a bug specifically in rockboy, or something that was in gnuboy. It's not really something I could comment on though. 12.41.09 Quit Sinbios (Read error: 110 (Connection timed out)) 12.41.40 Join Sinbios [0] (n=Sinbios@toronto-HSE-ppp4012659.sympatico.ca) 12.41.44 Join NicoFR [0] (n=nico404@rob92-6-82-231-243-63.fbx.proxad.net) 12.42.20 # Paul_The_Nerd, ok 12.43.12 # Paul_The_Nerd, could you guess? 12.44.50 # Therx: Well, for one thing are you sure you've got the right linux.bin for your iPod? Try redownloading it, or perhaps even downloading a version from about a month ago (I tried it, and had it work, around about the 7th of january if I recall on my Nano, but removed it a while ago) 12.45.27 # so i get the kernel from ipodlinux.org/builds/ - no special kernel for nano? 12.46.03 Nick billiob is now known as billiob^eating (n=billiob@ADijon-256-1-69-185.w81-51.abo.wanadoo.fr) 12.46.33 # Therx: Did you get the nightly build? 12.46.37 Part Guest55715 12.46.41 # http://ipodlinux.org/builds/2006-02-03-kernel.bin.gz 12.47.04 # i'd thought so... 12.47.06 # tries again 12.47.37 # I accidentally overwrote mine with an older kernel, because one of the other packages (I think the filesystem one) contains a very old kernel 12.47.55 # and i call that rockbox.ipod? 12.47.59 # No 12.48.02 # You leave it kernel.bin 12.48.11 # ah 12.48.14 # there was the mistake 12.48.21 # What you do is hold the Play/Pause button. 12.48.33 # From inside rockbox shut down the unit by holding play/pause 12.48.45 # Then, tap select to turn it on, and *immediately* hold play/pause until it says loading linux 12.49.56 # ah k 12.53.53 Quit linuxstb ("Leaving") 12.54.35 # k, that boots then gives errors 12.55.11 # What specifically? 12.57.27 # hard to tell... 12.58.57 # Well, what's the last message on the screen? 12.59.04 # command: podzilla 12.59.12 # and there's no such device as well 12.59.23 # but i'm just gonna try another ipl build i've got 12.59.38 # Well 12.59.57 # What you might want to do, is make sure that podzilla is in the sbin folder, and is set to be executable. 13.00.41 # is podzilla free? 13.00.43 # k 13.00.45 # yes 13.01.06 # ah... i read somewhere you had to pay for it 13.01.29 # Membrillo: podzilla is GPLed and part of the iPodlinux project 13.01.50 # so whats podzillanano.com? 13.02.08 # that costs money 13.02.12 # That's a scam 13.02.32 # ahhhh 13.02.47 # hey 13.03.09 # where in the logs BHSPitLappy mentioned before was the altercation between the scammer and the ipl people? 13.03.33 # ashridah: Sadly, I could not find it. There was some small mention in the most recent log, but no altercation 13.03.58 # supposedly it came out 'last night'hm 13.06.48 *** Saving seen data "./dancer.seen" 13.09.10 # Man, I really wish I could just talk to the guy who made that site. See what he's like when discussing it in person. 13.13.36 Join slimx [0] (n=slimx@vau75-7-82-234-251-56.fbx.proxad.net) 13.13.40 # hy 13.13.58 # Hola 13.14.01 # he probably has no idea... I wonder if you sent your ipod away if he would legitamately install IPL on it and send it back or just keep the money. He would avoid legal problems if he gave the ipod back 13.14.19 # or just keep the money and the ipod*** 13.14.45 # hes not doing anything illegal if you pay him to install podzilla and thats what he does, right? 13.15.03 # who ? 13.15.03 Join gromit` [0] (n=gromit`@ras75-5-82-234-244-69.fbx.proxad.net) 13.15.04 # Well, he advertises it as actually selling podzilla 13.15.12 # ah 13.15.16 # thats his flaw then 13.15.23 # Since podzilla is licensed under the GPL, if he distributes the binary, he's required to provide the source. 13.15.26 # selling pozilla :p 13.15.36 # if he used sophisticated wording he could get around it 13.16.02 # If he advertised himself as merely a service for installing podzilla, he could get around it. But he also claims ownership of the podzilla copyright, so he's also infringing there. 13.16.30 # if he was smart he COULD be perfectly legal. saying hes selling it without permission voids copyright doesnt it? 13.16.39 # yeah 13.16.41 # thats what i thought 13.17.38 # Basically, what he could do is advertise a service for installing podzilla on iPods. As long as he acknowledge that podzilla was (c) whoever the real owner was, and made it clear that he's not selling the software, pointed to where it was available, and that he only sold the service of installing it, he could *potentially* be in the clear. I'm not 100% sure on the legal bounds, but I think that'd a bout cover it. 13.17.46 Join aliask [0] (n=chatzill@c210-49-190-113.eburwd8.vic.optusnet.com.au) 13.18.37 # he could be selling a version he's modified 13.18.39 # that's perfectly legal as well 13.18.44 # and he can claim part of the copyright then 13.18.52 # not all of course 13.19.37 # ashridah: Actually, he could even sell their version if my understanding of GPL is okay. It's just that he'd still be required to distribute the source with it, or make it available, and grant redistribution rights 13.19.55 # of course he can 13.20.03 # AFAIK the GPL doesn't forbid the selling of code or binaries. It just says that the source code also has to be available for free. 13.20.12 # Or cost of media 13.20.14 # i was referring to claiming copyright tho 13.20.16 # Oh, yes. 13.20.34 Quit elinenbe (Read error: 110 (Connection timed out)) 13.21.08 # Well, there's nothing in his video that demonstrates it's a modified version, he also claims he created the whole think in binary and hextradecimal (spelling is correct), and that it can't be made available for download for security reasons. :) 13.21.21 # It's just lovely 13.21.25 # yeah 13.23.02 # k, i give up on ipl for the moment 13.23.25 Quit t0mas ("brb, reboot (no, linux never reboots... but I still can't hotplug DDR memory :P)") 13.23.55 # i i wish there was a way of easily getting to know the archetecture 13.24.21 # someone should do a ipod for dummies kernel series like chris geise did for x86 13.24.26 # Hehehe 13.24.32 # that was what taught me how to do that, 13.24.42 # and then i could do stuff easily 13.24.52 # i'd be happy to help someone do that... 13.25.02 # BUT i don't know ipod.... 13.25.02 # Well, you could learn ARM, and then just read the various (limited) hardware docs at the iPodLinux wiki 13.25.26 # hmm - how would i learn arm? 13.25.44 # there isn't really anything else for me to develop on (no arm h/w) 13.27.23 # There are arm emulators out there, and tutorials. Though I'm not the best to recommend anything, since I don't know anything myself. 13.28.06 # A large portion of the code though is just written in C, and compiled with a crosscompiler. It's primarily optimizations and I think the lower level stuff that require actual knowledge of the hardware. 13.28.28 # Well, clearly the lower level stuff requires actual knowledge of the hardware. :) It was originally going to say "ARM assembler" 13.29.55 Join mafj2 [0] (n=mafj2@tor/session/x-94ff4f2fc762103e) 13.30.38 # yeh 13.30.55 # i might just try and do some stuff on the ipod port 13.31.09 # but that's not as fun... 13.32.01 # Well, as it is, unless you don't want to use a GPL license if you plan to redistribute, you're probably better off using a lot of the stuff already developed in the ipodport or ipodlinux anyway. 13.32.36 # Since the vast majority of the iPod's hardware is undocumented outside the reverse engineering of the iPodLinux project, it's a pretty major undertaking to start from near-scratch 13.33.13 # yeh but no offense to rockbox, but it seems to run quite slow whilst decoding music, and i'd rather have something that i could say - "i did that"... 13.33.19 # if you know what i mean 13.34.17 # Well, I understand that. 13.35.15 # Though, as for the performance thing, are you planning on writing your own codecs from scratch too, or just hope to achieve better performance some other way? 13.36.19 # i'd prob start from a standard decoder (such as fraunhofer) and optimiser my own from thaqt 13.36.38 # * ashridah fondly remembers how slow decoding was initially on the H140 when they first started working on that 13.36.53 # like, 2% of realtime or something :) 13.36.57 # Yeah ashridah. I was watching the project back then, from afar. :) 13.37.10 # lol 13.37.22 # i installed rockbox on my unit back when the bootloader was v1 for the H1xx 13.37.31 # Therx: These are, for the most part, fairly optimized codecs, though arm-specific optimizations haven't been implemented in as many of them yet. 13.37.38 # no music then 13.37.51 # none on nano yet either :P 13.37.55 # Also, right now the other core isn't used at all. The idea is to try to see how much can be done on just one in the hopes of having better battery life. 13.38.09 # No what on nano? 13.38.14 # sound 13.38.17 # Yeah there is 13.38.23 # not for me... 13.38.29 # says it's playing, but no music 13.38.30 # I'm listening to Q8 vorbis files right now 13.38.38 # mp3 13.38.42 # Those work too 13.38.49 # i hear nothing 13.38.54 # Hrm 13.38.59 # What version are you running? 13.39.11 # Like, how recent is your build? 13.39.18 # volume? 13.39.27 # latest i'd thought, i'll redownlaod from CVS 13.39.33 # it shouldn't be zero by default tho 13.40.12 # tried that 13.40.29 # When was the first time you installed rockbox on your ipod? 13.41.10 # And, of course, is your build patched in any way? 13.41.28 # last week, no 13.42.58 # Hrm 13.43.46 # I wonder if any of the changes affected the bootloader, and if as a result it screws up hardware initialization. 13.44.08 # wait a sec 13.44.11 # i'll let you know 13.44.33 # Specifically: Is your bootloader from before the 28th? 13.45.37 Nick billiob^eating is now known as billiob (n=billiob@ADijon-256-1-69-185.w81-51.abo.wanadoo.fr) 13.46.29 # yes 13.47.41 # If a new install doesn't work for you then, I'd recommend installing a new bootloader. Hopefully you saved your apple_os.bin or bootpartition.bin. :) 13.47.50 # yeh 13.48.35 # I know that it uses the .s file that was updated in the audio driver patch, so it's possible there's some actions going on in the bootloader that rockbox expects and aren't happening on yours. 13.55.46 # k 13.57.40 # kk works 13.58.02 # Cool 13.58.17 # Also, as far as I can tell, MP3 is the wost codec in terms of "interface lag" 13.58.28 # Though I haven't tried them all yet 13.58.55 # hmm, why is reasonable listening volume "-40dB"? 13.59.11 # Paul_The_Nerd, about my issue with rockboy, what can i do in order to find why it fails ? 13.59.12 # 0db is maximum output (i.e. no attenuation) 13.59.13 # Because 0db is "0db relative to the line level" 14.00.01 # turns normal ipod headphones into speakers :P 14.00.03 # billiob: I really don't know, honestly. It's a port of an emulator called gnuboy, so ideally find out if it's known to have a bug with that game. 14.00.17 # ok, thx, i'll try it 14.00.26 # billiob: which game was it? 14.00.37 # link's awakening 14.00.48 # i've played that through with gnuboy on the pc 14.00.49 # works fine 14.00.54 # must be a rockboy bug 14.01.14 # does it not use the coprocessor yet? 14.01.34 # the rom works fine with visualboyadvance 14.01.43 # safetydan: that depends on the platform 14.02.04 # true 14.02.06 # Therx: Not at all 14.02.45 # does anyone know what OggFLAC is? ive never heard of it, but apparently Foobar can play it 14.02.53 # some ogg-flac hybrid? 14.03.19 # ogg is a container; flag is the encode algorithme 14.03.25 # Membrillo: Ogg is a container. Most people call Vorbis format files in Ogg containers "oggs" but Ogg can also contain a FLAC stream 14.03.28 # k, and when i pause a track, it nicely fades out, then suddenly plays a small clip at normal volume before pausing 14.03.29 # like ogg-vorbis 14.03.57 # Therx: Indeed. Remember, audio support for the iPod's a week old. Not all the bugs are ironed out yet. You'll also notice that playback doesn't always work properly when you hit next/prev 14.03.58 # makes sense 14.04.04 # If you seek a small amount though, then release, it'll resum 14.04.07 # resume 14.05.09 Join soundman [0] (n=524aa604@labb.contactor.se) 14.05.48 Quit aliask ("Chatzilla 0.9.70 [Firefox 1.5.0.1/2006011112]") 14.07.16 Quit soundman (Client Quit) 14.07.33 # yeh fair enough 14.07.42 # just checking they weren't unknown 14.08.25 # Indeed. Better to repeat a known bug than stay silent with an unknown. 14.08.51 # are there plans for rockbox to support diskmode by itself (i.e. like the apple firmware)? would probably look cleaner (even if it has no advantage) 14.09.47 # Paul_The_Nerd: it can also contain video iirc, can't it? (oggs i mean) 14.09.52 # Therx: It's hardly a priority. 14.10.29 # ashridah: It can. They're very often renamed .ogm. In fact the Theora video codec is designed by the same group iirc. 14.10.41 # * ashridah nods 14.10.57 # Therx: But I imagine it'll happen at some point. The "Disk Mode" on nanos is *slooooow* 14.11.15 # I have mine patched to load retailOS when you insert the cable instead. 14.11.36 # Also, if you wake your ipod by inserting the cable, it'll hang at the USB logo. 14.13.43 # yeh 14.15.02 # Also, don't use the hold switch. 14.15.27 # kk 14.15.31 # There's a bug right now where, when you turn hold off, it may stay holding for an indeterminate amount of time / button presses. (You can hard reboot with Menu+Select if you get tired of waiting.) 14.16.07 # The fix for it will probably go in today, with luck. It's a fairly small thing, and as long as linuxstb or preglow sees it in the log, it'll be set. 14.16.39 # will rockbox be able to play itunes bought music (trouble of protection stuff) 14.16.41 # Paul_The_Nerd, the rom works fine with gnuboy 14.16.43 # Well, "fix" may not be the right word, since it's less of a "the cause is known" and more of a "this causes it to stop happening, we're not sure why" thing. 14.17.02 # Therx: DRM wrapped music will not be playable. Probably ever. 14.17.37 # billiob: Well, unfortunately, this means you need to find someone familiar specifically with the rockboy code. That person is not me. Sorry I can't be of more help. 14.18.04 # right. linuxstb said to help out on plugins, porting stuff to nano... 14.18.19 # is that the best idea? 14.18.23 # or anything else? 14.18.30 # Paul_The_Nerd, ok; thx 14.18.38 # as long as no arm assembly is involved i think i 14.18.44 # 'll be able to give it a go 14.21.47 # Well, there's a few specific ones that people are looking forward to. Sudoku hasn't had the art converted to a smaller size (easy) and I don't know if the code needs changed to cope with the smaller screen (relative to the other color targets). As well, Rockboy doesn't build for Nano either. It assumes that if the screen is color, then it can display the image full size, which isn't true with the Nano. Again, I don't think either 14.22.23 # so one of those, ok 14.22.29 # Really, there's several plugins that just need some minor adaptations, or sometimes even a just a few #ifdefs with button mappings, and they're good to go. 14.24.10 # k, i'll try one of those 14.24.40 # actually, just a thought - i could try and work on a itunes database reader, so you can use the existing music store 14.24.48 Quit Membrillo () 14.24.56 # Yeah, there's a lot of information about the db itself around 14.24.56 # store == database 14.24.59 # yeh 14.25.11 # noone's working on that at the moment are they? 14.25.24 # And Rockbox has a setup for viewing a database, though it's designed to use Rockbox's own format. 14.25.37 # As far as I know, nobody's working on support for the iTunesDB 14.26.23 # You could potentially just add another menu choice to the "View Files" after ID3 Database with iTunesDB, and then reuse a lot of the basic UI code from the ID3 Database portion (which needs to be renamed anyway) I imagine. 14.27.55 # where's "View Files"? 14.28.28 # Sorry 14.28.40 # General Settings->File View->Show Files 14.29.22 # The current ID3 database requires you to run a script or java program on your files in advance to generate it, though I believe someone's working on integrating that behaviour into rockbox itself 14.30.56 # don't quite get how that works... the ID3 database causes a hang at the moment 14.31.09 # Yeah 14.31.15 Join Rondom [0] (n=Rondom@mrbg-3e3422fa.pool.mediaWays.net) 14.32.09 # Since the script only works on a couple formats, and it's not widely used, it's not really been worked on for iPod, since much of the new system may negate that anyway 14.32.22 # "new system"? 14.32.46 # Well, I think the idea is that rockbox can scan your files in the background, and generate the database itself. 14.33.01 # But I don't know how that's coming, or much about it. 14.33.28 # so if i wanted to add something that allowed browsing of the itunesdn 14.33.30 # *db 14.33.47 # where abouts would i start adding the code (sry, don't really know the whole code base) 14.36.31 # Well, I'm not wholly sure. That's why I was recommending looking at how the current database system is in. I would guess that's app/database.c and .h, for starters. Also settings_menu.c I suppose, for how the menus are set up. 14.36.40 # But really, most of the code should probably be in its own source files. 14.38.44 # yeh ok 14.38.46 # bbl 14.38.49 Quit Therx ("Leaving") 14.38.51 Join soundman [0] (n=524aa604@labb.contactor.se) 14.39.08 Part Paul_The_Nerd 14.40.01 Join kernel_sensei [0] (n=boris@81.56.253.161) 14.41.44 Join spupek [0] (n=newmaste@195.56.183.132) 14.42.17 Quit soundman (Client Quit) 14.42.27 # hi!maybe i am soo lama, but where or how can i change the text colour on rockbox h300 optimized? 14.42.38 # or background color 14.42.39 # ? 14.42.46 # lcd settings 14.42.50 # under general settings 14.43.16 # but i have no color settings... 14.43.17 # :( 14.44.32 # no kind of item in there...what's wrong? 14.46.21 # i dont know...how to get those? 14.47.53 # in lcd settings there is only: backlight, backli/pluged, caption backlight, brightness, contrast, lcdmode, upside down, line selector, clear backdrops 14.50.35 # ?i missed install something? 14.52.42 Join elinenbe [0] (i=elinenbe@207-237-225-224.c3-0.nyr-ubr1.nyr.ny.cable.rcn.com) 14.53.15 # nobody? 14.53.51 Quit kernelsensei (Connection timed out) 14.53.51 Nick kernel_sensei is now known as kernelsensei (n=boris@81.56.253.161) 14.54.27 # anyone?what i did wrong? 14.55.07 Quit elinenbe (Read error: 104 (Connection reset by peer)) 14.55.08 # hi kernel_sensei :) 14.55.38 Join elinenbe [0] (n=elinenbe@207-237-225-224.c3-0.nyr-ubr1.nyr.ny.cable.rcn.com) 14.56.37 Join webguest59 [0] (n=864c035d@labb.contactor.se) 14.57.33 # spupek: the colorchanger was removed from the optimized build 14.57.46 Quit Rob2222 (Read error: 104 (Connection reset by peer)) 14.58.07 # oo.but former i have not the optimized, and also there was no kind option... 14.58.23 # so i can change the text's color? 14.58.24 Join tomal [0] (n=tomek@155-moo-7.acn.waw.pl) 14.58.39 # i mean can't..:) 14.58.41 # currently not 14.58.52 # ok, thanx 15.01.50 Quit JdGordon (Read error: 104 (Connection reset by peer)) 15.03.16 Join mikearthur [0] (i=mike@82-41-205-190.cable.ubr11.edin.blueyonder.co.uk) 15.06.27 Quit ashridah (Read error: 110 (Connection timed out)) 15.06.50 *** Saving seen data "./dancer.seen" 15.06.56 Join pabs_ [0] (n=pabs@xor.pablotron.org) 15.07.33 Quit DangerousDan ("Miranda IM! Smaller, Faster, Easier. http://miranda-im.org") 15.08.39 Join petur [0] (i=petur@d54C1A64C.access.telenet.be) 15.09.12 Join ashridah [0] (i=ashridah@220-253-121-110.VIC.netspace.net.au) 15.09.41 Join vektek [0] (n=50eb86c7@labb.contactor.se) 15.10.43 # Hi guys, anyone know if we are close to getting video to play on the iriver? 15.10.44 Quit pabs (Read error: 110 (Connection timed out)) 15.12.35 # hahaha. close. that's funny :) 15.13.05 Quit spupek () 15.13.13 Join Rob2222 [0] (n=Miranda@ACB34EE3.ipt.aol.com) 15.20.18 Join DangerousDan [0] (n=Miranda@newtpulsifer.campus.luth.se) 15.22.57 Quit mikearthur (Read error: 104 (Connection reset by peer)) 15.23.23 Join mikearthur [0] (i=mike@82-41-205-190.cable.ubr11.edin.blueyonder.co.uk) 15.24.06 Quit ashridah ("Leaving") 15.26.53 Join Matze [0] (i=Miranda@p5484E784.dip.t-dialin.net) 15.29.04 Join mirak [0] (n=mirak@AAubervilliers-152-1-14-104.w82-121.abo.wanadoo.fr) 15.29.34 Quit einhirn ("Miranda IM! Smaller, Faster, Easier. http://miranda-im.org") 15.30.07 Join Paul_The_Nerd [0] (n=Paul_The@cpe-66-68-93-2.austin.res.rr.com) 15.33.30 Join DrMoos [0] (i=DrMoos@m53.net81-66-159.noos.fr) 15.33.31 Quit Moos (Read error: 104 (Connection reset by peer)) 15.36.27 Join gtkspert_laptop [0] (i=gtkspert@084.a.001.rkh.iprimus.net.au) 15.37.51 Quit DangerousDan (Read error: 104 (Connection reset by peer)) 15.40.13 Quit Rob2222 () 15.41.02 Join Rob2222 [0] (n=Miranda@ACB34EE3.ipt.aol.com) 15.41.21 Quit Rob2222 (Client Quit) 15.41.57 Join Rob2222 [0] (n=Miranda@ACB34EE3.ipt.aol.com) 15.51.33 Quit gtkspert_laptop () 15.52.06 Join DangerousDan [0] (n=Miranda@newtpulsifer.campus.luth.se) 15.54.01 Quit vektek ("CGI:IRC (Ping timeout)") 15.58.31 Quit NicoFR () 15.58.58 # Is the simulator working for any of the iPod targets? 15.59.46 Quit DangerousDan ("Miranda IM! Smaller, Faster, Easier. http://miranda-im.org") 16.01.30 # safetydan: What do you mean? 16.01.51 # I know the Win32 one was working a few days ago, at least. 16.04.11 # hrm... the X11 doesn't 16.04.20 # well it compiles, but it doesn't show anything 16.04.29 # Let me test real quick then, just compiling a new win32 16.04.33 # I was hoping to test my new graphical UI on the iPod sim 16.04.47 # Is there anything in the archos folder for it to show? 16.05.21 # there's a few files 16.05.31 # Well, the Win32 one seems to work 16.05.31 # apparently there's only two keys hooked up though 16.05.39 # maybe I'll try the SDL one 16.05.46 # Yeah, give the SDL one a shot 16.06.09 # That's what I'm doing, but since I've not gotten an SDL sim to work yet, my results are not indicative of anything. 16.06.33 # safetydan: Also, the bugs in the graphical UI show up on both iPod Nano and H120 physical targets 16.06.45 # Those are fixed now I hope 16.06.49 # Okay 16.06.59 # Just wanted to make sure you'd gotten the part where it wasn't just the ipod. :) 16.07.00 # They do appear in the sim as well (or did) 16.07.04 # Aaah 16.07.17 # Did you see the post in the forum? 16.07.21 # yup 16.07.37 # I'm hoping to have everything fixed and working sometime soon 16.07.46 # at least on H100/300 and iPod 16.07.48 Quit mafj2 ("Leaving") 16.08.12 # Well, since those are the only once with equalizer routines so far, I think that's all that can be expected. ;-) 16.08.33 # I personally don't tend to fiddle with equalizer settings, but it seems a lot of people are excited about all this. 16.09.38 # The funny thing is I have no interest in the equalizer 16.09.52 # Just saw an opportunity to do some C coding again 16.10.02 # new GUI version works on the iPod 16.10.04 # freak :) 16.10.07 # at least the sim 16.10.30 # :) 16.10.33 # I like my EQ like I like my floors. Flat. 16.10.38 # Aye, agreed 16.10.41 # same here 16.10.54 # I can see it as being of some benefit to people who have earphones that noticeably alter the sound though 16.11.04 # true 16.11.19 # okay, now to add a pre-amp so the EQ doesn't blow the sound so easily 16.11.34 # Hehehe 16.14.34 # I still don't get sound in my sim. Ah well 16.15.33 # Try the SDL sim in windows 16.15.48 # I did 16.16.05 # Says something about the temp codec dll not being a valid windows image 16.16.19 # Have you updated recently? 16.16.32 # About 5 minutes ago. 16.16.36 # oh 16.16.44 # LinusN seemed to think he'd fixed that 16.16.46 # ah well 16.16.53 # Clean build folder and everything 16.17.04 Part tomal 16.17.15 # If only it wasn't such a pain to reboot in to Windows I'd try and fix it again 16.17.40 # what's the pain? 16.17.51 # I'm not sure he ever actually committed the fix, now that I think about it 16.18.22 # Or was that part of the big "Improved SDL simulator" patch? I thought he was talking about it after... 16.18.29 # it should have been 16.18.33 # it was the whole O_BINARY thing 16.18.45 Join Henrico [0] (n=henrico@cn-mss-cb01-0746.dial.kabelfoon.nl) 16.18.57 # Where is that set? 16.19.15 # uisimulator/common/io.c 16.19.21 # http://www.rockbox.org/viewcvs.cgi/uisimulator/common/io.c.diff?r1=1.22&r2=1.23 16.19.40 # Hrm 16.19.52 # petur: takes too damn long to boot and Cygwin is a lot slower to compile than Linux 16.19.54 # I wonder if WIN32 gets set for the SDL sim? 16.20.05 # ... 16.20.10 # no, I don't think it does 16.20.19 # Then it wouldn't do much good, I imagine. 16.20.20 # I can certainly agree on the second bit :/ 16.20.32 # actually I lie 16.20.39 # WIN32 should be set 16.21.22 # or not 16.21.24 # * safetydan stops speculating 16.22.17 # Okay, according to the tools/configure script, WIN32 isn't set in the SDL builds for Windows 16.23.14 # Yeah, I'd just gotten to that point myself 16.23.51 # But, defining WIN32 will probably break all sorts of stuff. Will having it do that on all SDL sim builds break many things? 16.23.51 Quit DT291 (Read error: 104 (Connection reset by peer)) 16.23.51 Quit Rondom ("I'm leaving on a jetplane, don't know when I'll be back again...") 16.24.11 Join DreamTactix291 [0] (n=DreamTac@adsl-149-149-154.bna.bellsouth.net) 16.24.28 # Though, at this point it's probably about time to strip out all the WIN32 sim code that's not for the SDL sim, at which point it becomes safe to define WIN32 again... 16.24.47 Quit bluey ("Leaving") 16.24.49 Join IcyStorM [0] (n=51e6175a@labb.contactor.se) 16.24.51 # Hello guys 16.24.55 # possibly it will break things 16.25.13 # Can I still use apple firmware after installing this? Multi bootable ? 16.25.19 # Worth just editing io.c and seeing if it works 16.25.28 # Yeah 16.25.29 # that way we know that fix will work 16.25.31 # That's what I'm doing now. :) 16.25.34 # someone else can do the Makefile magic 16.25.50 Quit elinenbe (Read error: 110 (Connection timed out)) 16.25.53 # Can anybody answer me plz 16.26.07 # IcyStorM: Yes. 16.29.45 # Man, I hate using cygwin. 16.30.00 # All these people talking about how much faster their compile times are than mine. 16.30.36 # hehe 16.30.39 # safetydan: The fix does not appear to work. 16.30.40 # just install linux 16.30.57 # Paul_The_Nerd: Well that's annoying 16.31.22 # Rob2222: I've tried a few times, but I've not yet managed to get it happy with the wireless built into this laptop. I should just get a compatible pc card 'n be done with it. 16.31.25 # There's probably other WIN32 code that's needed 16.31.31 # I'm going to try colinux some day (when I get the time) 16.31.50 # Paul_The_Nerd: you could try ndiswrapper which lets you use the windows driver in Linux 16.32.05 # works well enough with my RTL8180 based card 16.32.14 # safetydan: Tried it. Still doesn't love me. 16.32.23 # ah well 16.32.26 # Yeah 16.32.46 # bah, the H120 sim lies 16.32.49 # Oh? 16.33.01 # it's screen is another 20 pixels taller than the target 16.33.07 # Wha? 16.33.15 # That's strange 16.35.10 # very 16.36.01 # err... actually it's my fault 16.36.10 # calculating font size incorrectly 16.37.01 # * Paul_The_Nerd grins. 16.37.47 Join mirak_ [0] (n=mirak@AAubervilliers-152-1-14-104.w82-121.abo.wanadoo.fr) 16.40.26 Quit IcyStorM ("CGI:IRC (Ping timeout)") 16.45.20 Quit mirak (Connection reset by peer) 16.48.35 # *yawn* morning! 16.49.06 Join IcyStorM [0] (n=51e6175a@labb.contactor.se) 16.49.38 # Ok 16.49.53 # After install how to boot into apple firmware and how to boot inte rockbox ? 16.51.00 # Mornin' lostlogic 16.51.28 # IcyStorM: When you reboot it, it should by default boot into Rockbox. If you hold Menu down, it'll boot into Apple. 16.51.53 Quit Strath (Read error: 104 (Connection reset by peer)) 16.53.04 Quit IcyStorM (Client Quit) 16.54.09 Join Strath [0] (n=mike@dpc67143207026.direcpc.com) 16.55.42 # Ah well, time for me to go. Be back at some point after I've driven, driven again, and slept. Not necessarily in that order. 16.55.42 Part Paul_The_Nerd 16.58.35 Join darkless [0] (n=darkless@62.79.44.48.adsl.vby.tiscali.dk) 16.58.46 Join IcyStorM [0] (n=aknemyr@h173n12c1o1043.bredband.skanova.com) 16.58.50 # Hello folks 16.59.11 # Im using ipod 5G 16.59.36 # Will i have to use ipod_fw.exe of ipodpatcher.exe ? 16.59.45 Quit DJDD__ (Read error: 110 (Connection timed out)) 17.02.01 Join Myth`n`Legend [0] (i=Whatever@bzq-218-45-207.cablep.bezeqint.net) 17.02.43 # Will i have to use ipod_fw.exe of ipodpatcher.exe ? 17.02.44 # Will i have to use ipod_fw.exe of ipodpatcher.exe ? 17.02.50 # For iPod 5G / Video 17.02.53 # Answer me plz 17.02.55 # billiob: ? 17.03.00 # answer me plz 17.03.22 # kernelsensei, tu as bien un ihp-120, non ? 17.03.35 # h340 17.04.02 # IcyStorM: I think there are no ipod users in atm (Paul just left) 17.04.19 # kernelsensei, ok (je t'ai reconnu; admin du forum gentoo :p ) 17.04.35 # ;)] 17.04.35 # ;) 17.04.35 # il semble que je suis le seul qui ne peux pas jouer à zelda :( 17.04.41 # oh no 17.05.01 # IcyStorM: have you checked the wiki? 17.05.30 Join Bloody_Sorcerer [0] (n=BS@cpe-72-228-239-41.rochester.res.rr.com) 17.06.36 Join damaki__ [0] (n=Chocolat@ALille-153-1-19-34.w83-198.abo.wanadoo.fr) 17.06.51 *** Saving seen data "./dancer.seen" 17.07.41 Quit mirak_ (Remote closed the connection) 17.08.30 Join DJ_TCK [0] (n=tckocr@81-178-216-103.dsl.pipex.com) 17.09.50 Part IcyStorM 17.11.26 # what is so complicated about patience? 17.11.26 Join damaki [0] (n=Chocolat@ALille-153-1-28-234.w83-198.abo.wanadoo.fr) 17.14.53 # can someone look at this 17.14.53 # http://sourceforge.net/tracker/index.php?func=detail&aid=1423801&group_id=44306&atid=439120 17.15.11 # and tell me why its not work on the player? 17.15.28 # (on the simulator it works perfectly) 17.21.31 # Paprica: :( looked at it but I don't know anything about that code, so I'm no help 17.22.03 Quit damaki_ (Read error: 110 (Connection timed out)) 17.22.30 # =\ 17.26.00 Quit damaki__ (Read error: 110 (Connection timed out)) 17.27.00 Join RotAtoR [0] (n=e@12-210-82-91.client.insightBB.com) 17.27.15 # New EQ UI patch. 17.27.19 # Now with graphical editing. 17.27.32 # Oh, and fixes an issue where the first band's settings were ignored 17.29.11 Quit billiob (Nick collision from services.) 17.29.30 Join billiob [0] (n=billiob@ADijon-256-1-11-164.w81-51.abo.wanadoo.fr) 17.30.15 Join ghode|afk [0] (n=garudin@host-84-9-105-221.bulldogdsl.com) 17.30.52 # i've solved my problem with rockboy and link's awakening, i was pressing the stop button too long time ! 17.34.47 Join elinenbe [0] (i=elinenbe@207-237-225-224.c3-0.nyr-ubr1.nyr.ny.cable.rcn.com) 17.36.30 Join mirak [0] (n=mirak@AAubervilliers-152-1-16-109.w82-121.abo.wanadoo.fr) 17.42.05 Quit webguest59 ("CGI:IRC (EOF)") 17.43.34 Quit Bloody_Sorcerer (Read error: 104 (Connection reset by peer)) 17.45.24 Join Bloody_Sorcerer [0] (n=BS@cpe-72-228-239-41.rochester.res.rr.com) 17.52.32 Join kosa [0] (n=53105ad6@labb.contactor.se) 17.53.05 Join jjmontem [0] (i=jjmontem@cpe-24-166-63-210.neo.res.rr.com) 17.53.16 Part jjmontem 17.56.31 Join ender` [0] (i=ychat@84.52.165.220) 17.57.15 # ok... Doom for an mp3 player?! 17.57.22 # so rediculous. 17.57.29 # kudos to whoever got it working 17.59.58 Join damaki_ [0] (n=Chocolat@ALille-153-1-13-207.w83-198.abo.wanadoo.fr) 18.01.30 Join _FireFly_ [0] (n=FireFly@p54A46879.dip.t-dialin.net) 18.07.54 Join damaki__ [0] (n=Chocolat@ALille-153-1-44-134.w83-198.abo.wanadoo.fr) 18.09.43 # does anyone know how to paste text into cygwin? 18.09.57 Quit damaki__ (Read error: 104 (Connection reset by peer)) 18.10.57 # try right click 18.11.20 # nope :/ 18.11.23 # mm ok 18.11.25 # mm 18.11.38 Join damaki__ [0] (n=Chocolat@ALille-153-1-44-134.w83-198.abo.wanadoo.fr) 18.11.42 # go to properties of the window 18.12.04 # and then check the quick edit mode 18.12.48 # now try right clock 18.12.51 # i 18.14.41 Quit damaki (Read error: 110 (Connection timed out)) 18.14.53 Join Febs [0] (n=Febs@207-172-122-81.c3-0.rdl-ubr4.trpr-rdl.pa.cable.rcn.com) 18.15.51 # works, thanks Paprica 18.17.15 # =] 18.19.40 Quit petur ("here today, gone tomorrow") 18.19.44 Join Xomphos [0] (n=chatzill@CPE-65-26-127-180.kc.res.rr.com) 18.20.01 Quit Xomphos (Client Quit) 18.20.15 Join Xomphos [0] (n=411a7fb4@labb.contactor.se) 18.21.19 Quit pabs_ (Read error: 104 (Connection reset by peer)) 18.21.22 Join pabs [0] (n=pabs@xor.pablotron.org) 18.22.40 Quit damaki_ (Read error: 110 (Connection timed out)) 18.25.28 Quit Xomphos ("CGI:IRC") 18.25.55 Join Xomphos [0] (n=chatzill@CPE-65-26-127-180.kc.res.rr.com) 18.27.30 Join DangerousDan [0] (n=Miranda@newtpulsifer.campus.luth.se) 18.32.56 Quit aegray (Read error: 104 (Connection reset by peer)) 18.33.11 Join aegray [0] (n=aegray@12-210-86-210.client.insightBB.com) 18.39.12 Quit aegray (Read error: 104 (Connection reset by peer)) 18.40.25 Join Therx [0] (n=pete@i-195-137-39-215.freedom2surf.net) 18.41.01 Join aegray [0] (n=aegray@12-210-86-210.client.insightBB.com) 18.42.22 # i dont get it..how can i quit doom? 18.42.43 # get to the menu and go to "Quit"? 18.42.49 # to quit doom, flip the hold switch on-then u will see the menu 18.42.58 # then flip it off to control within the menu 18.43.16 # or you could just reset your ipod :P 18.43.32 # nah..own an iriver 18.44.07 # Myth`n`Legend went to the menu..how to confirm quit? 18.44.07 # I just hit play it brings me to the menu and then once on Rec and Navi 18.44.17 # Navi again 18.44.26 # doenst help 18.44.39 # works for me... 18.44.48 Join damaki_ [0] (n=Chocolat@ALille-153-1-71-33.w86-196.abo.wanadoo.fr) 18.45.30 # wow they have doom on irivers? cool :) 18.45.56 # myth not here..nothin happens 18.46.15 # anyone know where i can get some info on creating a script for cygwin? 18.46.21 # hit navi ->boss bla , ht enter to quit 18.46.26 # hit 18.46.54 # ghode|afk: read up on 'bash' scripting 18.46.56 # ghode|afk: can't make a script for cygwin... you probably run a bash shell in cygwin, so look for bash scripting 18.47.22 # ok will do 18.48.23 # safetydan: just tried your eq on a h140, is there a reset option? 18.48.25 # did you try all other buttons too and nothing works? 18.49.03 Quit elinenbe (Read error: 110 (Connection timed out)) 18.49.34 # yepp 18.49.34 Quit Bloody_Sorcerer (Read error: 104 (Connection reset by peer)) 18.49.41 # thats the point 18.49.43 Join Bloody_Sorcerer [0] (n=BS@cpe-72-228-239-41.rochester.res.rr.com) 18.49.55 # odd 18.50.49 # that new key aligns are strange at all 18.51.16 # I do not like them 18.51.37 # but I've managed to make it to level 2 in Doom II despite em lol 18.51.46 # ;) 18.52.19 # when i am in the menu..new game, options bla..what do you press to confirm/chose an option? 18.52.51 # I just hit the Navi again 18.53.08 # menu disappears 18.53.08 # he made Navi 'Enter' 18.53.19 # * Myth`n`Legend shrugs 18.54.17 # brb 18.55.29 # ghode|afk: no, but you can switch it off 18.56.06 # a reset option is probably a good idea though 18.57.21 Quit thegeek_ (Read error: 104 (Connection reset by peer)) 18.57.30 # is it best to have bass/treble set to 0 when using the eq? 18.58.47 # probably 18.58.47 Quit aegray (Read error: 104 (Connection reset by peer)) 18.59.01 # but preglow would be the man to ask since he wrote the actual EQ code, I just did an interface to it 19.00.02 # AFAIK the bass and treble options are handled by the hardware so would take effect after the EQ is applied 19.00.13 Quit damaki__ (Connection timed out) 19.01.12 Join aegray [0] (n=aegray@12-210-86-210.client.insightBB.com) 19.01.58 Quit aegray (Read error: 104 (Connection reset by peer)) 19.03.22 Quit Henrico ("BitchX: No windows left!") 19.05.05 Join PaulJ [0] (n=PaulJ@vpn-3024.gwdg.de) 19.06.12 Join aegray [0] (n=aegray@12-210-86-210.client.insightBB.com) 19.06.52 *** Saving seen data "./dancer.seen" 19.09.38 Quit Xomphos ("Chatzilla 0.9.69.1 [Firefox 1.5.0.1/2006011112]") 19.13.36 Quit Febs (" HydraIRC -> http://www.hydrairc.com <-") 19.17.44 Quit kosa ("CGI:IRC (EOF)") 19.18.24 # safetydan: are you eentually gong to remove the "eq gain" and "eq advanced settings" menus? 19.18.25 Quit aegray (Read error: 104 (Connection reset by peer)) 19.19.18 # If I can get the talk API working so blind people can still use it, yes 19.21.10 Join aegray [0] (n=aegray@12-210-86-210.client.insightBB.com) 19.21.17 # really liking it so far, only problem is that it takes about 20-30seconds to update 19.22.28 # yeah it takes as long as the pcm buffer 19.23.14 # I could update the settings more often, but I think the CPU usage would go up too much 19.23.52 Quit aegray (Read error: 104 (Connection reset by peer)) 19.26.10 Join aegray [0] (n=aegray@12-210-86-210.client.insightBB.com) 19.26.11 Quit aegray (Read error: 104 (Connection reset by peer)) 19.30.36 Join pabs_ [0] (n=pabs@xor.pablotron.org) 19.31.10 Join aegray [0] (n=aegray@12-210-86-210.client.insightBB.com) 19.31.34 Join ep0ch [0] (n=ep0ch@88-105-237-119.dynamic.dsl.as9105.com) 19.32.10 # is there some documentation on how to use the profiler? 19.34.20 Join Rondom [0] (n=Rondom@mrbg-d9b94aa6.pool.mediaWays.net) 19.38.08 Quit pabs (Read error: 110 (Connection timed out)) 19.39.55 Quit aegray (Read error: 104 (Connection reset by peer)) 19.41.44 Nick pabs_ is now known as pabs (n=pabs@xor.pablotron.org) 19.42.05 Join aegray [0] (n=aegray@12-210-86-210.client.insightBB.com) 19.43.07 Quit aegray (Read error: 104 (Connection reset by peer)) 19.44.23 Join ts-x [0] (n=0cad6dbb@labb.contactor.se) 19.45.09 Quit zhilik ("http://www.zhukovsky.net") 19.47.03 Join aegray [0] (n=aegray@12-210-86-210.client.insightBB.com) 19.47.16 Quit aegray (Read error: 104 (Connection reset by peer)) 19.51.33 # ep0ch: it's in the Docs/TECH file or somesuch 19.52.03 Join aegray [0] (n=aegray@12-210-86-210.client.insightBB.com) 19.52.03 Quit aegray (Dead socket) 19.52.48 # safetydan: the pcmbuffer is only like 3 seconds normally... the replaygain settings stuff forces playback restart... you could also do that. 19.54.07 # safetydan: thatway you are'nt checking something every X time in order to update the settings, you just do it at playback start 19.55.54 Nick billiob is now known as billiob^eating (n=billiob@ADijon-256-1-11-164.w81-51.abo.wanadoo.fr) 19.57.13 Join aegray [0] (n=aegray@12-210-86-210.client.insightBB.com) 19.57.14 Quit Myth`n`Legend (Read error: 104 (Connection reset by peer)) 19.58.25 Quit aegray (Read error: 104 (Connection reset by peer)) 19.59.35 Join damaki__ [0] (n=Chocolat@ALille-153-1-61-124.w86-196.abo.wanadoo.fr) 20.02.13 Join aegray [0] (n=aegray@12-210-86-210.client.insightBB.com) 20.04.26 Quit aegray (Read error: 104 (Connection reset by peer)) 20.05.08 Join Myth`n`Legend [0] (i=Whatever@bzq-218-45-207.cablep.bezeqint.net) 20.05.35 Quit ep0ch (Read error: 110 (Connection timed out)) 20.06.10 Join belze [0] (i=me@dslb-084-059-212-210.pools.arcor-ip.net) 20.06.25 # does the tagdb work for anyone? 20.06.32 # here it crashes my player 20.07.18 Join aegray [0] (n=aegray@12-210-86-210.client.insightBB.com) 20.07.43 # belze: which player are you using? 20.07.50 # the h110 20.08.05 # Don't choose tagdb through the Quick Menu 20.08.16 # what do you mean? 20.08.32 # i hold a-b and the tell him to use the id3-database 20.08.42 # Yes, that's the Quick Menu. 20.08.44 # on the h320 it helps if you enable the db in the settings menu and restart the player before returning to the browser 20.08.48 # This is a known bug. 20.08.55 # ah, ok 20.09.03 # so where is the non-quick menu? :) 20.09.13 # muesli__ are you using the optimized build with it or as a double boot-up? 20.09.36 # Press a-b rather than hold. 20.09.40 # it seems to only quit when it's seperated 20.09.45 Quit Strath (Read error: 104 (Connection reset by peer)) 20.09.53 Join Strath [0] (n=mike@dpc67143207026.direcpc.com) 20.09.54 # Myth`n`Legend optimized build 20.10.13 # ah, got it 20.10.28 # well nope doesn't work that way...needleboy has updated his build also and now it's a double boot-up there too, try it with that 20.10.56 # i am using needles combined build 20.11.06 Quit Therx (Remote closed the connection) 20.12.13 # seems to work fine for me when I boot up the other build, but not when it's just the optimized 20.12.36 # i can wait..its not that urgent ;) 20.13.10 # wait until kk changed the key alignments at all ;) 20.13.58 Quit damaki_ (Read error: 110 (Connection timed out)) 20.14.00 Join thegeek [0] (n=thegeek@s026b.studby.ntnu.no) 20.15.34 # dpassen1 & PaulJ: thanks, it works now ;) 20.18.28 Join thegeek_ [0] (n=thegeek@s026b.studby.ntnu.no) 20.18.29 Quit thegeek (Read error: 104 (Connection reset by peer)) 20.19.39 Quit _FireFly_ ("Leaving") 20.21.41 # LinusN: I'm not sure if you still need another H320 or not, but there's a US model with a dead harddrive on ebay right now that might be of interest. The auction ends in ~2 hrs (22:20 log time). If you're interested, let me know and I'll put in a bid and ship it over to you. 20.23.47 # The current price with shipping is only $75, so it seems like a decent deal 20.25.18 # lostlogic: I'll have a look at doing something like that. 20.25.45 # there's also the possibility of making the filter calculation faster 20.25.59 # preglow left a cryptic note about it in eq.c 20.26.17 # well, it's not really cryptic 20.29.44 Quit thegeek_ (Read error: 104 (Connection reset by peer)) 20.33.44 Join MoosCamaro [0] (i=DrMoos@m53.net81-66-159.noos.fr) 20.34.07 Quit DrMoos (Read error: 104 (Connection reset by peer)) 20.36.07 Join thegeek [0] (n=thegeek@s026b.studby.ntnu.no) 20.44.25 Quit MoosCamaro (Read error: 104 (Connection reset by peer)) 20.44.25 Quit thegeek (Read error: 104 (Connection reset by peer)) 20.44.36 Join MoosCamaro [0] (i=DrMoos@m53.net81-66-159.noos.fr) 20.44.41 Quit Myth`n`Legend (Read error: 104 (Connection reset by peer)) 20.44.51 Join bluey [0] (n=bluey@dslb-084-059-102-193.pools.arcor-ip.net) 20.45.02 Join Myth`n`Legend [0] (i=Whatever@bzq-218-45-207.cablep.bezeqint.net) 20.45.37 Join thegeek [0] (n=thegeek@s026b.studby.ntnu.no) 20.47.59 Quit Matze ("Miranda IM! Smaller, Faster, Easier. http://miranda-im.org") 20.48.07 Join Matze [0] (i=Miranda@p5484E784.dip.t-dialin.net) 20.52.37 Quit YouCeyE (Read error: 110 (Connection timed out)) 20.53.00 Join damaki [0] (n=Chocolat@ALille-153-1-80-53.w86-207.abo.wanadoo.fr) 20.54.35 Join ssnajper [0] (n=c635c9fe@labb.contactor.se) 20.55.17 # reading through the irc log, 3g ipods now boot rockbox? 20.56.18 Join Therx [0] (n=pete@i-195-137-39-215.freedom2surf.net) 20.56.26 # anyone? 20.57.15 # yes/no? 20.59.37 Join Rondom_ [0] (n=Rondom@mrbg-3e3422fb.pool.mediaWays.net) 21.00.04 Quit Rondom (Nick collision from services.) 21.00.13 # nobody on I guess, please answer that Q and if yes, installation instructions and I will check irc log later for answer...THANKS! 21.00.20 Quit ssnajper ("CGI:IRC") 21.00.30 Nick Rondom_ is now known as Rondom (n=Rondom@mrbg-3e3422fb.pool.mediaWays.net) 21.00.50 Quit mirak (Remote closed the connection) 21.06.12 Quit damaki__ (Read error: 110 (Connection timed out)) 21.06.56 *** Saving seen data "./dancer.seen" 21.10.45 Join linuxstb [0] (n=5343d4aa@labb.contactor.se) 21.11.31 # ssnajper: No, Rockbox doesn't boot on the 3g yet. The bootloader is starting to work, but Rockbox itself isn't. 21.13.51 # amiconn: Thanks for the CLZ you posted earlier today (it looks good, but I haven't tried it yet). Is that your implementation? 21.14.02 Join pabs_ [0] (n=pabs@xor.pablotron.org) 21.15.38 Quit pabs (Read error: 110 (Connection timed out)) 21.19.00 # linuxstb? 21.22.49 # Yes? 21.23.34 # can you help me with the makefile? 21.23.47 # Which Makefile? 21.24.05 # i want to add icons folder for the .rockbox 21.24.13 # and i want that to default files 21.24.19 # Then add it to buildzip.pl 21.24.23 # will include in the folder 21.26.42 # Then add it to buildzip.pl.... and what about the 2 files that i want to add to the folder in the build? 21.27.11 Quit thegeek (Read error: 113 (No route to host)) 21.27.14 # Which two files? 21.27.20 # bmp files 21.27.33 # with the icons 21.27.47 Join thegeek [0] (n=thegeek@s026b.studby.ntnu.no) 21.28.05 # Why don't you put them in apps/bitmaps/ and compile them into Rockbox? 21.28.56 # but i need them in bmp.. 21.29.10 # Why? 21.29.14 # this is for the custom statusbar icons 21.29.44 # But you can have the standard icons compiled into Rockbox, and then a user can replace them with his/her own files. 21.30.31 # mm 21.31.39 # but the icons load from bmp.. 21.31.39 # =\ 21.33.17 # linuxstb: You know that gcc has a "__builtin_clz" function that only takes 10 instructions to execute? 21.34.11 # IMO, Rockbox should have a standard set of icons (different for each size LCD) stored in apps/bitmaps/native/ which are compiled into Rockbox. 21.34.23 # Are you planning to distribute more than one set of icons, and let the user choose? 21.34.38 # yep 21.35.14 # Then you need to do something similar to the wps directory. 21.35.46 # imphasing: Are you saying that __builtin_clz takes 10 instructions on ARM? 21.36.45 # linuxstb: I'm pretty sure, yes. 21.36.53 # I'll try it, thanks. 21.37.12 # If you use the toolchain, it should put one in, rather than trying to use a clz instruction. 21.38.01 Join petur [0] (i=petur@d54C1A64C.access.telenet.be) 21.38.28 # It returns an int containing the number of leading 0 bits 21.44.28 # That 3G patch put some files in the wrong places.. 21.44.30 # creepy. 21.44.57 # Weird.. 21.45.04 # IT still doesn' 21.45.08 # doesn't build 21.50.05 Join amiconn_ [0] (n=jens@p54BD577F.dip.t-dialin.net) 21.53.37 Join aegray_ [0] (n=aegray@12-210-86-210.client.insightBB.com) 21.58.53 Join solexx_ [0] (n=jrschulz@d083092.adsl.hansenet.de) 22.01.25 Quit bluey ("Leaving") 22.02.37 Join XavierGr_ [0] (n=XavierGr@ppp15-adsl-80.ath.forthnet.gr) 22.03.11 Quit linuxstb ("CGI:IRC (Ping timeout)") 22.05.44 Nick billiob^eating is now known as billiob (n=billiob@ADijon-256-1-11-164.w81-51.abo.wanadoo.fr) 22.05.59 Quit billiob () 22.07.28 Quit aegray (Success) 22.08.46 Quit amiconn (Read error: 110 (Connection timed out)) 22.08.47 Nick amiconn_ is now known as amiconn (n=jens@p54BD577F.dip.t-dialin.net) 22.14.28 Quit solexx (Read error: 110 (Connection timed out)) 22.21.08 Join billiob [0] (n=billiob@ADijon-256-1-86-228.w86-204.abo.wanadoo.fr) 22.21.28 Quit pabs_ (Read error: 110 (Connection timed out)) 22.22.24 Join LinusN [0] (n=linus@labb.contactor.se) 22.23.21 Quit XavierGr (Read error: 110 (Connection timed out)) 22.25.29 Quit DJ_TCK (Read error: 104 (Connection reset by peer)) 22.27.49 Join pabs [0] (n=pabs@ip68-100-248-22.dc.dc.cox.net) 22.29.48 Quit XavierGr_ (Read error: 110 (Connection timed out)) 22.30.14 Quit Thus0 (Remote closed the connection) 22.31.26 Join Thus0 [0] (n=Thus0@248.111.102-84.rev.gaoland.net) 22.37.18 # imphasing: still no luck with 3G? 22.37.53 Quit Sinbios ("If the definition of a klutz is someone who doesn't have eyes on their ass, then yes, I suppose I am a klutz.") 22.43.25 Join Nam-Ereh-Won [0] (n=ed_iambu@cpe-66-68-176-102.austin.res.rr.com) 22.45.39 Quit DreamTactix291 (Read error: 110 (Connection timed out)) 22.46.23 # linuxstb: did you see what I posted last night about backgrounds in the WPS? 22.47.50 Join Xomphos [0] (n=chatzill@CPE-65-26-127-180.kc.res.rr.com) 22.48.30 # hey does anyone know where i can find a 24-bit color theme for the iPod nano I could use with rockbox? 22.48.39 # umm... in the cvs? 22.49.31 # cvs? 22.49.40 # i am a n00b at this-i know :P 22.50.07 # the latest build has one. 22.50.27 # ok 22.50.28 # thanks 22.50.32 # *looks* 22.50.37 Quit Therx (Remote closed the connection) 22.50.38 # how old is your rockbox 22.50.40 Nick MoosCamaro is now known as Moos (i=DrMoos@m53.net81-66-159.noos.fr) 22.50.54 # actaully, i installed the latest daily build 5 mins ago 22.51.24 # * Bagder sumed up the ports status 22.51.33 # (in a mail to the dev list) 22.51.36 # i was just looking for a 24-bit color one like the theme here: http://img76.imageshack.us/img76/5740/joltsteel2od.png 22.52.17 # then try making it yourself 22.52.26 # (though I've already started adapting that one to nano) 22.52.39 # Boxes is the only nano-friendly color wps afaik 22.52.46 # u have? awesome-when do you think it will be ready 22.53.00 # "We DO NOT estimate release dates." 22.53.03 # ^ :P 22.53.19 # lol 22.53.20 # they've been changing around the methods for wps's, so I dunno. 22.53.25 # ok 22.53.38 # well thank for your help-i just switched the theme to boxes 22.53.40 # bye :D 22.53.43 Quit Xomphos ("Chatzilla 0.9.69.1 [Firefox 1.5.0.1/2006011112]") 23.01.42 Join einhirn [0] (n=Miranda@p548603DB.dip0.t-ipconnect.de) 23.06.57 *** Saving seen data "./dancer.seen" 23.08.39 Join DarthLappy [0] (n=DarthShr@202-161-21-45.dyn.iinet.net.au) 23.09.59 # go away, DarthLappy ! 23.10.11 Join Henrico [0] (n=henrico@cn-mss-cb01-0746.dial.kabelfoon.nl) 23.10.55 # :( 23.16.26 Quit Rondom (Read error: 113 (No route to host)) 23.23.09 # Which is likelier to be able to maintain. Documentation that (internally) stores the key settings for Rockbox and all the plugins in a seperate file (meaning that the main text contains platform independent placeholders which are replaced by the actual key used) or storing the key information for each plugin / screen with the plugin / screen itself, and using conditional statements to fill in the tables of keymappings? 23.23.54 # * BHSPitLappy 's head explodes 23.24.10 # Yeah, I wish it was easier to explain. 23.24.35 Join hshah [0] (n=hshah@hirenshah.plus.com) 23.24.37 # One approach is like the Rockbox source. We keep the actual names of the keys in the platform specific header file. 23.24.46 # I think perhaps the first approach 23.24.50 Part safetydan ("Leaving") 23.25.01 # yeah 23.25.04 # The other has the advantage that all the information is in the place where it's used,. 23.25.10 # yes 23.25.42 # a more ideal system would be the first, and plugin authors have the option to nullify the settings and use their own 23.26.14 # There's nothing stopping plugin authors altering keymappings in the header file though. 23.27.13 # Basically you'd end up with variables like \key_plugin_snake2_left, the value of which would be set to eg LEFT in the platfform header file. 23.27.39 # (Trivial example, but you get the idea.) 23.27.41 Join linuxstb [0] (n=linuxstb@i-83-67-212-170.freedom2surf.net) 23.28.19 # linuxstb, can you check the IRC logs and give me your opinion on the question I just asked, please? 23.28.37 # ugha, we're on -13C now... 23.28.42 # I'm just reading it now. Are you talking about the upcoming LaTeX documentation? 23.28.50 # Yep. 23.29.01 # linuxstb: The CLZ I posted this morning is my own implementation; the idea to use a lookup table is taken from the gcc version 23.29.21 # Cassandra: the number of statements would be similar, the question is: what is easier to maintain? 23.29.25 # Bagder, it *feels* like that here. (although weather.com claims -3C 23.29.31 # hehe 23.29.52 # I think the LaTeX docs should share the same structure as the Rockbox source - so you would have the equivalent of #defines defining the buttons. Something like "SUDOKU_MENU" or "CUBE_INCREMENT_X" 23.29.58 # Henrico, I agree yes. I have an opinion, but I wanted to see what other people's opinions were. 23.32.44 # Hence why I asked which is likelier to be (easy) to maintain. 23.33.29 # linuxstb: The CLZ routine can be optimised further (or rather, tuned to the usage pattern), depending on the typical distribution of the possible results 23.34.04 # Yes, I thought about that as well. I can try logging the values using the standalone alac decoder, to see the statistical spread. 23.35.16 # You could also try gcc's __builtin_clz() 23.36.33 # Yes, imphasing mentioned that earlier. Do you know the correct way to use gcc builtin functions? Just using __builtin_clz(x) in the source works, but I don't know if there is a better way. 23.37.03 # It might end up slower, but not because the implementation is bad. Afair it uses a 128 byte lookup table, and this table will end up in DRAM because there is no way to tell the linker to put it in IRAM 23.37.08 # But looking at the objdump of __builtin_clz, it doesn't look very efficient. It also uses a 256 byte lookup table. 23.37.20 # It uses 256 byte? 23.37.42 Join Jolt [0] (n=56280280@labb.contactor.se) 23.38.35 # Maybe they cahnged the implementation. I remember reading comments that it was possible to cut down the table to 128 byte 23.38.45 # *changed back 23.39.38 # According to alac.map, __clz_tab starts at 0x01f019b0 and the next entry starts at 0x01f01ab0 23.40.04 # So unless there is 128 bytes of padding in there for some reason, I think it's 256 bytes. 23.44.17 Join damaki_ [0] (n=Chocolat@ALille-153-1-80-97.w86-207.abo.wanadoo.fr) 23.45.08 # * Bagder tries the x5 bmp 23.46.12 Join youngcereal [0] (n=youngcer@p54B21C67.dip0.t-ipconnect.de) 23.46.58 # is there now any reason why win32 users shouldn't build the SDL sim? 23.48.00 # * linuxstb spots Bagder hovering over the delete button... 23.48.10 # hehe 23.48.39 # I was actually considering making configure simply pick SDL, to start with 23.49.07 # maybe some more testing before that 23.49.28 # yes, and hence my question 23.49.43 # for example, does the screendump work? 23.50.37 # on x11 it does 23.50.42 # I mean SDL on x11 23.51.10 # funny though that the sim uses a differeng bg color in the LCD than what the screendump uses... 23.52.41 # how do you take a screendump in the sim? 23.52.45 # f5 23.53.05 # ah 23.53.50 Quit Nam-Ereh-Won ("Tetsumaki- senpuu-whatever!") 23.54.45 # doesn't seem to work in win32... 23.54.59 # :-/ 23.55.11 # oh, yes it does 23.55.58 # practical joke of the day, take a screenshot and then make it a backdrop 23.56.10 # :-) 23.58.35 Quit Matze ("Miranda IM! Smaller, Faster, Easier. http://miranda-im.org") 23.58.46 # hmmm, looks like our bitmap reader has problems with the bmp's created by the screendump function