--- Log for 19.07.109 Server: simmons.freenode.net Channel: #rockbox --- Nick: @logbot Version: Dancer V4.16 Started: 1 month and 16 days ago 00.04.47 Join matsl [0] (n=matsl@host-90-233-176-146.mobileonline.telia.com) 00.05.41 Join martian67_ [0] (n=martian6@about/linux/regular/martian67) 00.09.34 # saratoga: I'll work on joint_decode now if you haven't already got there. 00.09.46 # mt: no i haven't been working on it today 00.09.59 # Great. I'll give it a shot then. 00.10.03 # mt: are you interested in optimization? 00.10.19 # i'm wondering if I should do the easy stuff or leave you a chance to learn about it? 00.11.28 # The latter. :) 00.12.09 # ok i'll keep that in mind 00.12.18 Join n00b81 [0] (n=n00b81@unaffiliated/n00b81) 00.12.47 # one other thing, I noticed that switching the output to 32 bit samples (and therefore changing the output buffer to 32 bits) results in a prefetch abort on ARM, but works fine on the Sim 00.13.05 # i suspect that theres some kind of alignment issue thats triggered by changing the size of buffers 00.13.16 # do you have any idea where that might be? 00.13.18 Quit martian67 (Read error: 110 (Connection timed out)) 00.14.16 # I'm able to "fix" it by moving things around in memory but thats not a good solution 00.15.32 # I'm not sure. Do you have a patch ? 00.16.05 # http://www.duke.edu/~mgg6/rockbox/cook_output_precision.patch 00.16.06 Quit martian67_ (Read error: 60 (Operation timed out)) 00.16.20 # let me try it with just the larger buffer but no change to precision to make sure its not some other bug 00.20.22 # just doubling the size of outbuf in codecs/cook.c is enough to crash the decoder 00.20.26 Join p3tur [0] (n=peter@rockbox/developer/petur) 00.20.46 Join martian67 [0] (n=martian6@about/linux/regular/martian67) 00.20.54 Quit petur ("switching....") 00.21.10 Nick p3tur is now known as petur (n=peter@rockbox/developer/petur) 00.21.53 # saratoga: hmm .. Doesn't 'Prefetch Abort' == executing code at an invalid memory address ? 00.22.16 # mt: yeah, and the address it gives isn't even memory, so something is badly screwed up 00.22.25 # where are the bootloader build instructions again? 00.23.10 # aidy: probably somewhere on the wiki, but the process is the same except when prompted you chose "Bootloader" instead of "Normal Build" 00.23.39 # i get these though /home/adriaan/Programs/source/rockbox/bootloader/show_logo.c:27:33: error: bitmaps/rockboxlogo.h: No such file or directory 00.24.03 # aidy: that means something has gone wrong with your build directory and you need to do make clean, or else delete it and rerun configure 00.24.48 # okay 00.24.53 # works now... wierd 00.25.21 # how do i do the bootloader patching again? 00.26.08 # saratoga: Have you tried find_addr ? 00.26.31 # mt: the addresses it gives me are all nonsense, did you get any that looked real? 00.26.49 # aidy: what are you trying to do? 00.27.27 # put the firmware in the bootloader 00.27.31 # Not yet no. 00.27.41 # aidy: ok but which target . . . 00.27.46 # D2 00.27.57 # can't help you with that 00.28.01 # About the sample, did you calculate it using the same method you told me about before ? 00.28.18 # which sample is this? 00.28.19 # *sample depth 00.28.22 # ah ok 00.28.40 # the old code shifted it 11 bits, so I assumed that I just needed to increase the current depth by 11 bits 00.29.00 # skimming the code it seemed like that was right but I'm not 100% sure 00.29.16 # i guess I should dump a wav and make sure the volume is the same before and after 00.29.30 # aidy: http://www.rockbox.org/twiki/bin/view/Main/CowonD2Info may have what you need 00.30.12 # ohh right 00.30.13 # thanks 00.33.45 # mt: ok i'm going to head out for a couple hours at least, I'll be on tomorrow 00.34.14 # the alignment issue isn't a huge deal but its something we should keep an eye on since who knows what other changes might break playback if we don't fix it 00.35.22 Join martian67_ [0] (n=martian6@about/linux/regular/martian67) 00.36.02 Quit saratoga ("Page closed") 00.36.15 # saratoga: Sure. I'm playing around with the 32-bit precision now, so I'm not sure if I'm going to reach joint_decode tonight. 00.43.47 Quit martian67 (Connection timed out) 00.43.58 Join MrDuck [0] (n=kachna@r4ax178.net.upc.cz) 00.45.05 Quit roolku () 00.45.34 Join evilnick_home1 [0] (n=evilnick@pool-173-52-144-203.nycmny.east.verizon.net) 00.45.54 # gevaerts: yeah, it looks ok but it doesn't seem to work 00.47.04 Quit martian67_ (Operation timed out) 00.49.20 # Is it normal to get a data abort from a codec at an address in plugin space ? 00.49.52 # mcuelenaere: maybe some careful use of logf() will help? I don't really have an idea 00.50.14 # hmm yes, debugging will probably help 00.50.19 # mt: not really.. 00.50.25 Join martian67_ [0] (n=martian6@about/linux/regular/martian67) 00.50.49 # gevaerts: I already know SD is disk 1, but don't know why 00.51.05 # SD should be inited first, and NAND after it according to storage.c 00.51.55 Join Ubuntuxer [0] (n=johannes@dslb-088-078-113-022.pools.arcor-ip.net) 00.52.30 # mcuelenaere: hm, weird indeed 00.54.41 # mcuelenaere: does it work better if you use only STORAGE_SD? 00.54.59 # gevaerts: yep, that gives the intended behaviour 00.56.04 Quit DarkDefender ("Leaving") 00.56.59 # gevaerts: could the NAND driver handing out invalid partition data somehow got to do with it? 00.57.10 # (it just reads raw NAND pages atm) 00.57.38 # mcuelenaere: if it already goes wrong during storage_init(), I don't think it can be that 00.58.01 # what makes you say it goes wrong during storage_init()? 00.58.17 # that's where it calls sd_num_drives() 00.58.50 Quit stripwax ("http://miranda-im.org") 00.59.14 # yes, and sd_num_drives() returns 1 and assigns 0 to sd_drive_nr 00.59.25 # but somehow the 'real' drive number for the SD card is 1 00.59.37 # ah ok. I see what you mean now 00.59.49 *** Saving seen data "./dancer.seen" 01.00.26 # so storage_drivers[] is wrong? 01.01.55 # I'm not sure 01.02.13 # or what do you mean by the 'real' drive number? 01.02.38 # I dumped storage_drivers[], and it contains (4 << DRIVER_OFFSET | 0 << DRIVE_OFFSET) & (2 << DRIVER_OFFSET | 0 << DRIVE_OFFSET); does that sound right? 01.03.03 # gevaerts: with the 'real' drive number I mean the one passed to disk_mount() & disk_unmount() (needed for hotswapping) 01.03.45 # mcuelenaere: I'd expect (4 << DRIVER_OFFSET | 0 << DRIVE_OFFSET) and (8 << DRIVER_OFFSET | 0 << DRIVE_OFFSET) (4 is SD and 8 is NAND) 01.04.04 # ah, could be 8 (I just repeated it out of my head) 01.04.07 # mcuelenaere: where do you see this to be 1? 01.04.47 # gevaerts: if I do disk_unmount(1) it unmounts the SD card, if I do disk_unmount(0) it doesn't 01.05.07 # ah 01.05.28 # yep, confirmed 01.05.48 Join martian67 [0] (n=martian6@about/linux/regular/martian67) 01.05.52 # and 1 doesn't match sd_drive_nr (got from sd_num_drives() ) 01.05.58 Quit evilnick_home (Read error: 113 (No route to host)) 01.05.59 # nice 01.06.03 # sd card works 01.06.29 Join n00b2Hack [0] (n=Administ@190.207.182.58) 01.06.47 Nick n00b81 is now known as n00b81|afk (n=n00b81@unaffiliated/n00b81) 01.07.12 # Hey!!! I'm writing to u from Venezuela 01.07.21 # Whats up!!! 01.07.47 # n00b2Hack: hi, it's spelled 'you' 01.07.51 # n00b2Hack: this is an on-topic channel.. 01.08.32 # I Know that, but thanks XD 01.08.34 Nick evilnick_home1 is now known as evilnick_home (n=evilnick@pool-173-52-144-203.nycmny.east.verizon.net) 01.08.49 # if you know that, then why did you say it in the first place? 01.11.10 # Well Forget it, and scuse my bad english. Remember, i'm writing you From Venezuela. The lenguage here is the Spanish 01.11.44 # regardless of what language you speak, this channel is about rockbox. please take your not-rockbox conversations elsewhere 01.11.49 # do you have an actual question? 01.13.31 # You cant visit http://www.n00b2hack.com.ve and talk about what do you think?? 01.13.45 Quit martian67_ (Connection timed out) 01.14.13 # lool 01.14.36 Join rambo [0] (n=heytharr@76.91.233.37) 01.15.09 # !seen dj-fu 01.15.18 Join z35 [0] (n=z35@ool-45701ce5.dyn.optonline.net) 01.15.27 # Remember, i'm a newbie! 01.15.39 # n00b2Hack: you're not a newbie, you're a spammer. Now go away 01.15.47 Quit rambo (Client Quit) 01.16.10 # gevaerts: his site is about rockbox actually 01.16.10 # but 01.16.27 # unless someone speaks spanish here he can't do much here 01.17.16 # ah, ok. In that case, I do apologise 01.17.29 Quit martian67 (Read error: 60 (Operation timed out)) 01.17.53 # No i'm not a spammer. My page it's about rockbox Sansa e200 01.19.36 # New commit by 03gevaerts (r21963): Attempt to add c200v2 builds 01.20.01 # i'm working in one theme and i like to know opinions!!! 01.20.25 Join martian67 [0] (n=martian6@about/linux/regular/martian67) 01.20.54 # n00b2Hack: stop using so much exclamation marks 01.21.12 # Ok 01.22.34 # @n00b2Hack: Do you know you can upload your theme here: http://themes.rockbox.org/upload.php 01.22.53 # ugh, upon first mount disk_mount(0) returns 1, disk_unmount(0) also returns 1 (it's not dismounted from the filebrowser!) but when re-mounting disk_mount(0) returns 0 (even though it's mounted; playing songs works..) 01.22.55 Quit mt (Read error: 113 (No route to host)) 01.25.55 # huh? disk_unmount(1) & disk_mount(0) gives the intended behaviour.. 01.26.20 # * gevaerts stares at disk.c 01.26.54 # New commit by 03Ubuntuxer (r21964): Replace bitmap menu with a standard menu, add highscore table, save last achieved level and add difficulty (part of FS#10193) 01.29.57 # hmm fat_mount() doesn't seem to get called upon remounting 01.30.02 # mcuelenaere: I assume it runs disk_mount_all() during boot? 01.30.16 # gevaerts: I guess so 01.30.29 # it should anyway 01.30.34 # yep, line 492 at apps/main.c 01.31.49 # the remount would be the one where disk_mount(0) returns 0, right? 01.32.31 # the remount is when I replug the SD card in (ideally disk_mount(0) should return 1 then) 01.33.58 Join funman [0] (n=fun@rockbox/developer/funman) 01.33.58 # it should, yes. If fat_mount() doesn't get called, either the partition table is weird (which shouldn't be the case here), or get_free_volume() finds nothing 01.34.05 Quit graey (Read error: 110 (Connection timed out)) 01.34.43 # or there are read issues, but if it works in single-driver mode that shouldn't be the case 01.35.23 # is anyone familiar with touch screen code? 01.35.31 Quit Ubuntuxer ("Leaving.") 01.35.34 Join martian67_ [0] (n=martian6@about/linux/regular/martian67) 01.35.57 # what i want to ask is if the absolute point mode is meant to be useable 01.36.16 # I'd hope so :) 01.36.29 # aidy: in most places, yes 01.36.40 # when a place isn't ported, it automatically switches to grid mode 01.36.57 # but say in the playing screen 01.37.07 # nothing much happens in absolute point mode 01.37.10 # when i press around 01.37.37 # gevaerts: fat_unmount() gets called when I call disk_unmount(sd_drive_nr); but the file tree doesn't want to show the unmount though 01.37.42 Quit n00b2Hack ("Saliendo") 01.37.44 # aidy: that depends on the WPS 01.37.47 # what player are you on? 01.38.09 # D2 01.38.12 # heh 01.38.17 Nick n00b81|afk is now known as n00b81 (n=n00b81@unaffiliated/n00b81) 01.38.23 # now it stopped reacting to the touch screen altogether 01.38.33 # I think the D2 has a WPS where an on-screen menu gets showed when you press the WPS? 01.38.45 # also it should pause/play when pressing the play/pause button 01.41.46 # mcuelenaere: I really don't see anything that would explain what you're seeing :\ 01.41.48 # the wps i'm using is cabbiev2 01.42.03 # gevaerts: neither do I ... 01.42.15 # * mcuelenaere guesses this is something wrong in his SD driver 01.42.17 # which is what was enabled when I installed rockbox 01.43.28 # mcuelenaere: but how could a bug in your SD driver cause disk_unmount() not to work properly, especially when it works on its own? 01.43.48 Quit martian67 (Read error: 110 (Connection timed out)) 01.44.00 # funman: by the way, now FS#9545 is in, you can start experimenting with more storage cleanups properly :) 01.44.12 # gevaerts: dunno, but most of the time when stuff is broken it's due to target-specific code :) 01.44.29 # gevaerts: i thought the function needed for disk storage would be left as stubs? 01.44.35 # mcuelenaere: normally, yes, but the entire multi-driver bit is new... 01.44.35 # functions* 01.45.25 # funman: if you manage to find a way to get rid of the stubs without adding #ifdefs to the apps/ code, I'm all for it! 01.45.52 Quit n00b81 ("Leaving") 01.46.01 # gevaerts: if the functions are present in the plugin API struct, they have to be defined 01.46.18 Quit Tristan (Nick collision from services.) 01.46.43 # a potential solution would be to use storage_sleep() in apps/ code, and #define storage_sleep to rb->storage_sleep or (void)0 in plugin.h 01.46.51 # aidy: hmm you're right, the D2 's WPS doesn't seem to be adjusted for absolute point mode 01.46.56 # funman: you could try some of those weird tricks like Unhelpful did for in-core vs pluginlib jpeg 01.47.00 Join Trista391 [0] (i=tristan@i.dont.want.to.die.virgin.net.in) 01.47.31 Quit vedlith ("unhandled exception") 01.47.37 # gevaerts: can you point me to a specific commit ? 01.47.47 # aidy: try porting the WPS over from the Onda and/or M:Robe 500 01.47.50 Quit petur ("Zzzzz") 01.47.56 # no, sorry. All I know is that there is such code somewhere 01.48.03 # (the latter should have a basic OSD when pressing the screen) 01.48.12 # mcuelenaere: is that going to be harder than just changing some coordinates? 01.48.21 # aidy: not really 01.48.30 # okay 01.48.35 # then i might just try that 01.48.45 # don't forget posting a patch ;) 01.48.55 # sure 01.49.08 # are those wps's in the source tree? 01.50.39 Join martian67 [0] (n=martian6@about/linux/regular/martian67) 01.52.06 # aidy: yes, in wps/ 01.52.18 # look at the cabbiev2.*.mrobe500 version 01.52.32 # (the %T tags are touchscreen area tags IIRC) 01.53.32 # * mcuelenaere wonders whether 'NOTE: If you boot with an SD card inserted and then remove it, there is currently a bug where you can't access files on the internal NAND either until you insert a card again. Need to look into this...' is related to his bug.. 01.53.56 Quit funman ("good night!") 01.54.10 # um 01.54.13 # hm, could be 01.54.20 # i should probably build the simulator 01.54.22 # to test the wps 01.55.30 # aidy: if you're on Windows, you can get them from http://rasher.dk/rockbox/simulator/ 01.55.38 # i'm not :) 01.55.49 # then you can't :) 01.56.04 # the sim only works on windows? 01.56.04 # hmm doesn't the build system offer sim builds? 01.56.09 # yes 01.56.18 # no, the ones on rasher site only work on Windows :) 01.56.24 # rasher's* 01.56.28 # sure 01.56.34 # mcuelenaere: no. They aren't uploaded 01.58.02 # btw is there a calendar plugin that supports ical files or something like that 01.58.44 Quit martian67_ (Read error: 110 (Connection timed out)) 01.59.37 # aidy: try the patch tracker 02.04.20 # gevaerts: should the root path on my µSD card be / or / ? 02.04.29 Quit matsl ("Leaving") 02.04.34 # hm 02.04.42 # (it is /, according to Lua) 02.04.55 # * gevaerts slaps forehead 02.05.34 # hm, wait... 02.05.45 # I think it will turn out to be / 02.05.47 Join martian67_ [0] (n=martian6@about/linux/regular/martian67) 02.06.05 # Which also might mean that hotswap is going to behave strangely 02.06.47 # well it currently is /, I'm not sure whether it should be / when there's only 1 drive (atm) 02.07.05 # why would hotswap behave strangely? 02.07.12 # Volume 0 is always / 02.07.23 # this is volume 1 02.07.29 # uh sorry 02.07.32 # volume 0, you're right 02.08.12 Quit bertrik (Read error: 60 (Operation timed out)) 02.08.39 # I'm not sure, but I suspect that there are some hidden assumptions about volume 0 always being there 02.09.41 # hmm making SD volume 1 didn't help 02.10.24 # you can't, actually. You can make it *drive* 1, but as long as NAND isn't readable, SD will remain volume 0 02.10.47 # you could try something with ramdisks, but I'm not sure how that will work out 02.11.01 # ramdisk at drive 0 and SD at 1? 02.11.12 # funman: apps/plugins/lib/wrappers.h contains macro wrappers for *some* core functions, for the purpose of building the same code in core and in pluginlib. if you want to import a core file that needs something that's not in there, you can just add it. 02.11.17 # but doesn't the ramdisk need a valid partition and FAT before boot? 02.12.16 # I *think* you can get around that by booting from SD (same case as with NAND before SD, so that should work), and then using USB to format it 02.12.34 # then unplug, and you should be running from ramdisk 02.12.49 Quit martian67 (Read error: 110 (Connection timed out)) 02.12.56 # the simulator binay doesn't get linked because of the SD patches or something http://omploader.org/vMXp5cQ 02.12.58 # * gevaerts decides to try this on c200 02.13.35 # aidy: you have the D2 SD patch applied? 02.14.31 # yes 02.15.47 Quit martian67_ (Read error: 60 (Operation timed out)) 02.15.54 # does Rockbox support FAT12? 02.16.07 # no 02.16.55 # I use a 24MB ramdisk. FAT16 works well on that 02.16.56 # can you format the ramdisk as FAT32? 02.17.00 # ah 02.17.21 # * mcuelenaere only has 16MB of RAM 02.17.39 # that's huge :O:O:O 02.17.54 # not really, there are targets with 64MB RAM 02.17.57 # nice i have 32 02.18.00 # :D 02.18.16 # mcuelenaere: playing with mkfs.vfat options may make it work 02.18.19 # used to be 12 on the X5 i think 02.18.32 # aidy: tried compiling without the SD patch? 02.18.44 # mcuelenaere: will do that now 02.19.04 # * mcuelenaere had that bug too for the VX747 02.19.34 # how do force svn to take a clean revision 02.20.01 # aidy: try moving the HAVE_MULTIDRIVE etc defines in config-cowond2.h into a #ifdef SIMULATOR block 02.20.28 # aidy: svn revert -R -f * should do it 02.20.43 # ah there's no -f for revert 02.21.14 Nick fxb is now known as fxb__ (n=felixbru@h1252615.stratoserver.net) 02.22.02 # aidy: I mean #ifndef SIMULATOR 02.22.05 # I meant* 02.22.27 # ya 02.24.32 # mcuelenaere: the ramdisk trick does work to get / to be ramdisk 02.26.23 # mcuelenaere: mkfs.vfat -F 16 -s 1 /dev/1 02.26.31 # works on an 8MB ramdisk 02.26.47 Quit Sajber^ (Read error: 54 (Connection reset by peer)) 02.26.59 # first need to do fdisk 02.27.03 # yes 02.28.42 # hm, the sansa sd driver doesn't handle the first_drive bit correctly yet, so this weird setup of mine behaves extra strangely 02.29.28 # mcuelenaere: that didn't work 02.29.40 # hm ok this seems to create a subdirectory in my root? (between the other files on my SD card) 02.29.53 # is that normal behaviour? 02.30.15 # read the comments on the patch 02.30.22 Join martian67 [0] (n=martian6@about/linux/regular/martian67) 02.30.30 # wait, did you also change the order in storage_init()? You need to do that in order to get the ramdisk on volume 0 02.30.52 # ah no 02.30.57 # Also, I strongly recommend using USB to put marker files on all drives, so you can recognise them easily :) 02.31.13 # hmm I'm getting USB resets now 02.31.22 # ah my DAP crashed :) 02.31.47 # * mcuelenaere should add a backlight_on() call to panicf 02.32.15 # * gevaerts is sure that some people wondered what this ramdisk thing was good for when he added it :) 02.36.36 # gevaerts: to speed up build times on our rockbox devices. ;) 02.36.57 # well the sim builds on a clean tree so i'll use that 02.37.32 Quit Thundercloud (Remote closed the connection) 02.37.35 # gevaerts: now the µSD card gets properly unmounted, but it doesn't want to remount :) 02.38.13 # mcuelenaere: this is what they call progress :) 02.38.35 # yeey, and Rockbox hangs when shutting down :) 02.39.37 # Anyway, you're now in the situation that people had in mind when hotswap was introduced, so it should be easier to track down the bugs 02.41.51 # mcuelenaere: "This probably breaks compiling for the simulator; if so try moving the HAVE_MULTIDRIVE, HAVE_HOTSWAP & NUM_DRIVES defines into a #ifndef SIMULATOR block." - if you do that you get '/home/adriaan/Programs/source/rockbox/firmware/export/config.h:591:2: fout: #error HAVE_MULTIDRIVE needs to have an explicit NUM_DRIVES 02.43.48 # aidy: also move the CONFIG_STORAGE define 02.45.26 Join martian67_ [0] (n=martian6@about/linux/regular/martian67) 02.50.07 # gevaerts: yay 02.50.12 # seems to work 02.50.48 Join mcuelenaere_ [0] (n=mcuelena@78-21-191-122.access.telenet.be) 02.53.04 Quit mcuelenaere (Nick collision from services.) 02.53.19 Quit martian67 (Success) 02.53.19 Nick mcuelenaere_ is now known as mcuelenaere (n=mcuelena@rockbox/developer/mcuelenaere) 02.59.53 *** Saving seen data "./dancer.seen" 03.00.52 Quit gevaerts (Nick collision from services.) 03.01.03 Join gevaerts [0] (n=fg@rockbox/developer/gevaerts) 03.01.14 Quit mcuelenaere () 03.08.25 Quit Trista391 (Remote closed the connection) 03.08.35 Quit martian67_ (Connection timed out) 03.12.27 Join dmb [0] (n=Dmb@unaffiliated/dmb) 03.20.48 Join martian67 [0] (n=martian6@about/linux/regular/martian67) 03.36.03 Quit dmb (Read error: 113 (No route to host)) 03.42.14 Join Trista209 [0] (n=Tristan@i.dont.want.to.die.virgin.net.in) 03.45.26 Join martian67_ [0] (n=martian6@about/linux/regular/martian67) 03.45.44 Join dmb [0] (n=Dmb@unaffiliated/dmb) 03.53.16 Quit martian67 (Success) 04.02.41 Quit r0b- (Read error: 110 (Connection timed out)) 04.05.20 Join martian67 [0] (n=martian6@about/linux/regular/martian67) 04.06.27 Quit TheSeven (Nick collision from services.) 04.06.42 Join The_Seven [0] (n=theseven@dslb-084-056-133-225.pools.arcor-ip.net) 04.06.48 Nick The_Seven is now known as TheSeven (n=theseven@dslb-084-056-133-225.pools.arcor-ip.net) 04.08.24 Quit martian67_ (Read error: 110 (Connection timed out)) 04.15.31 Quit martian67 (Read error: 60 (Operation timed out)) 04.16.48 Quit dmb (Remote closed the connection) 04.19.47 Join r0b- [0] (n=rob@adsl-76-235-193-61.dsl.klmzmi.sbcglobal.net) 04.31.44 Join martian67 [0] (n=martian6@about/linux/regular/martian67) 04.32.10 Quit martian67 (Remote closed the connection) 04.32.34 Join martian67 [0] (n=martian6@about/linux/regular/martian67) 04.45.26 Join martian67_ [0] (n=martian6@about/linux/regular/martian67) 04.50.38 Quit n1s ("Lämnar") 04.53.12 Quit martian67 (Read error: 110 (Connection timed out)) 04.54.23 Join DarkSpectrum [0] (n=ZX@c-67-167-179-42.hsd1.mi.comcast.net) 04.56.19 # why is RBUTIL saying the current build is r21884 ? 04.56.27 Quit martian67_ (Read error: 60 (Operation timed out)) 04.58.54 Join dys`` [0] (n=andreas@krlh-5f72ff67.pool.einsundeins.de) 04.59.55 *** Saving seen data "./dancer.seen" 05.00.40 Join mc2739 [0] (n=mc2739@cpe-67-10-234-29.satx.res.rr.com) 05.02.07 # DarkSpectrum: That was the last build from the old build system. RBUTIL may need an update for the new build system, or there may be a problem in the build system. 05.03.34 # oh 05.03.36 # ty 05.05.25 Join martian67 [0] (n=martian6@about/linux/regular/martian67) 05.10.30 Join antil33t [0] (n=Mudkips@119.224.12.185) 05.11.47 Quit dys` (Read error: 110 (Connection timed out)) 05.14.53 Join pabs_ [0] (n=pabs@xor.pablotron.org) 05.15.16 Quit pabs (Nick collision from services.) 05.15.21 Nick pabs_ is now known as pabs (n=pabs@xor.pablotron.org) 05.16.35 Quit martian67 (Read error: 60 (Operation timed out)) 05.17.40 Part wincent ("Kopete 0.12.7 : http://kopete.kde.org") 05.20.22 Join martian67 [0] (n=martian6@about/linux/regular/martian67) 05.25.03 Quit mc2739 ("ChatZilla 0.9.85 [Firefox 3.0.11/2009060215]") 05.35.24 Join martian67_ [0] (n=martian6@about/linux/regular/martian67) 05.43.58 Quit martian67 (Read error: 110 (Connection timed out)) 05.50.26 Join martian67 [0] (n=martian6@about/linux/regular/martian67) 05.58.13 Quit martian67_ (Read error: 110 (Connection timed out)) 06.05.28 Join martian67_ [0] (n=martian6@about/linux/regular/martian67) 06.13.47 Quit martian67 (Read error: 110 (Connection timed out)) 06.22.16 Quit DarkSpectrum () 06.25.26 Join martian67 [0] (n=martian6@about/linux/regular/martian67) 06.26.33 Quit mirak (Read error: 104 (Connection reset by peer)) 06.28.13 Quit martian67_ (Read error: 110 (Connection timed out)) 06.35.23 Join martian67_ [0] (n=martian6@about/linux/regular/martian67) 06.37.00 Quit martian67 (Read error: 60 (Operation timed out)) 06.59.57 *** Saving seen data "./dancer.seen" 07.05.28 Join martian67 [0] (n=martian6@about/linux/regular/martian67) 07.08.29 Quit martian67_ (Read error: 110 (Connection timed out)) 07.08.38 # funman: (for the logs) Pertains to mmci clocks but sounds similar to pl180(pl181 in fact): http://infocenter.arm.com/help/index.jsp?topic=/com.arm.doc.faqs/ka3476.html 07.16.26 Quit martian67 (Read error: 60 (Operation timed out)) 07.20.26 Join martian67 [0] (n=martian6@about/linux/regular/martian67) 07.20.28 Quit yziquel (Ping timeout: 180 seconds) 07.31.58 Quit martian67 (Read error: 60 (Operation timed out)) 07.35.15 Quit CaptainKwel (Remote closed the connection) 07.35.30 Join martian67 [0] (n=martian6@about/linux/regular/martian67) 07.44.52 Quit aditya (Connection timed out) 07.50.07 Quit advcomp2019 (Read error: 110 (Connection timed out)) 07.56.06 Join robin0800 [0] (n=robin080@general-ld-216.t-mobile.co.uk) 07.56.13 Join Horschti [0] (n=Horscht2@xbmc/user/horscht) 07.57.55 Join Nikkado [0] (n=xP@ip-216-194-109-30.wildroseinternet.ca) 07.58.46 Quit martian67 (Read error: 110 (Connection timed out)) 07.59.01 Part Nikkado ("out") 07.59.06 Join martian67 [0] (n=martian6@about/linux/regular/martian67) 08.13.32 Quit Horscht (Read error: 110 (Connection timed out)) 08.32.44 Join dmb [0] (n=Dmb@unaffiliated/dmb) 08.35.48 Quit scorche|sh (Remote closed the connection) 08.35.48 Quit fuzzie (Remote closed the connection) 08.35.51 Join scorche|sh [0] (n=scorche@squisch.net) 08.37.25 Join fuzzie [0] (n=fuzzie@twinsen.warpedgames.com) 08.37.48 Nick Overand is now known as Overand|Bitchy_m (i=overand@crappy.domain.name) 08.37.53 Nick Overand|Bitchy_m is now known as Overand|Bitchy (i=overand@crappy.domain.name) 08.40.56 Quit amiconn (Nick collision from services.) 08.40.58 Join amiconn_ [0] (i=quassel@rockbox/developer/amiconn) 08.41.04 Quit pixelma (Nick collision from services.) 08.41.04 Join pixelma_ [0] (i=quassel@rockbox/staff/pixelma) 08.41.19 Nick amiconn_ is now known as amiconn (i=quassel@rockbox/developer/amiconn) 08.41.24 Nick pixelma_ is now known as pixelma (i=quassel@rockbox/staff/pixelma) 08.43.02 Join Rob2223 [0] (n=Miranda@p4FDCCAB0.dip.t-dialin.net) 08.47.54 Join advcomp2019 [0] (n=advcomp2@unaffiliated/advcomp2019) 08.50.09 Join mt [0] (n=mt@196.221.199.202) 08.57.10 Nick Overand|Bitchy is now known as Overand (i=overand@crappy.domain.name) 08.59.58 *** Saving seen data "./dancer.seen" 09.00.48 Quit Rob2222 (Read error: 110 (Connection timed out)) 09.16.55 Join stoffel [0] (n=quassel@p57B4F33B.dip.t-dialin.net) 09.32.22 Join petur [0] (n=peter@d54C6F267.access.telenet.be) 09.32.24 Part Overand 09.42.44 Join flydutch [0] (n=flydutch@host87-202-dynamic.15-87-r.retail.telecomitalia.it) 09.45.39 Quit stoffel (Remote closed the connection) 09.47.58 Quit dmb (Read error: 113 (No route to host)) 09.56.07 # amiconn: ping 10.00.04 Join mcuelenaere [0] (n=mcuelena@78-21-191-122.access.telenet.be) 10.00.38 # amiconn (or anyone else with coldfire targets): Could you test this patch http://www.pastie.org/551034 and then put outpuf in iram and see the speedup ? I got about 4% on a e200v1 (PP5024). 10.03.42 Join darkhamm [0] (n=darkhamm@host225-183-dynamic.53-79-r.retail.telecomitalia.it) 10.03.57 # hey people, i look this http://picasaweb.google.com/peturbox/RockBoxDevcon2009#5349549960278571330 10.04.14 # what about rockbox on archos av320? 10.05.18 # there is a preliminary port in SVN, but it isnt anywhere near "functional"...it just needs someone to work on it (or me to have the time to do it...) 10.06.41 # mt: I could try on my M5 but only if you tell me exactly what to do (or give me a full patch). I can compile on my own but not code 10.06.56 # ah no 10.07.25 # scorche: it's a dream would come true.... 10.08.02 # mt: the M5 is currently running a battery_bench... although... I would abort it if you find no other tester 10.08.56 # darkhamm: maybe you can find other interested users which are able and willing to help coding 10.09.15 # http://rationreality.com/2007/09/25/the-chicago-bulls-logo-robot-alien-menace/ 10.09.16 # D: 10.09.25 # scorche: what are the main points o f work? 10.09.37 # you mean the main bits to be done? 10.09.43 # yes 10.10.37 # pretty much all of it... 10.13.38 # pixelma: It's not that urgent, I'm working on something else currently, could you ping me when it's done ? 10.14.23 # I expect somewhen tomorrow (arounnd the same time) and then it will need a bit of charging) 10.16.30 # Oh ok. I'll just wait then. :) 10.17.00 Nick dys`` is now known as dys (n=andreas@krlh-5f72ff67.pool.einsundeins.de) 10.18.16 Join bmbl [0] (n=Miranda@unaffiliated/bmbl) 10.21.43 Join stripwax [0] (n=Miranda@87-194-34-169.bethere.co.uk) 10.22.31 Quit mcuelenaere (Remote closed the connection) 10.23.10 Join mcuelenaere [0] (n=mcuelena@78-21-191-122.access.telenet.be) 10.29.57 Join aditya [0] (n=aditya@59.95.53.104) 10.30.34 Quit notlistening ("Leaving") 10.32.53 Join _zic [0] (n=user@83-156-155-168.rev.libertysurf.net) 10.34.52 Quit stripwax ("http://miranda-im.org") 10.35.35 Quit GodEater ("leaving") 10.37.30 Join bertrik [0] (n=bertrik@ip117-49-211-87.adsl2.static.versatel.nl) 10.37.40 Quit bertrik (Read error: 104 (Connection reset by peer)) 10.37.46 Join bertrik [0] (n=bertrik@ip117-49-211-87.adsl2.static.versatel.nl) 10.37.53 Join GodEater [0] (n=bibble@bb-87-80-121-64.ukonline.co.uk) 10.38.18 Join Blob [0] (n=exiles@68-118-69-76.dhcp.mdfd.or.charter.com) 10.39.31 Quit cg_ (Read error: 110 (Connection timed out)) 10.54.05 Join DarkDefender [0] (n=rob@78-69-30-229-no36.tbcn.telia.com) 10.55.01 Join PaulJam [0] (i=Paule@vpn-3028.gwdg.de) 10.59.59 *** Saving seen data "./dancer.seen" 11.18.15 Join cg_ [0] (n=cromos@cable-kmi-fe71de00-186.dhcp.inet.fi) 11.18.38 Join stoffel [0] (n=quassel@p57B4F33B.dip.t-dialin.net) 11.26.00 Quit mcuelenaere (Remote closed the connection) 11.30.32 Quit martian67 ("out") 11.31.09 Quit kadoban (Read error: 104 (Connection reset by peer)) 11.31.12 Join martian67 [0] (n=xP@ip-216-194-109-30.wildroseinternet.ca) 11.32.02 Quit martian67 (Client Quit) 11.32.05 Join Rondom [0] (n=Rondom@dslb-084-057-171-170.pools.arcor-ip.net) 11.32.42 Join martian67 [0] (n=xP@ip-216-194-109-30.wildroseinternet.ca) 11.48.04 Join DarkSpectrum [0] (n=ZX@c-67-167-179-42.hsd1.mi.comcast.net) 12.10.59 Join AndyIL [0] (i=AndyI@212.14.205.32) 12.22.36 Quit AndyI (Read error: 110 (Connection timed out)) 12.24.36 Join evilnick_home1 [0] (n=evilnick@pool-173-52-144-203.nycmny.east.verizon.net) 12.25.21 Join matsl [0] (n=matsl@host-90-233-176-146.mobileonline.telia.com) 12.26.14 # when will FS#9955 be committed? 12.42.31 Quit evilnick_home (Read error: 113 (No route to host)) 12.48.34 Join Thundercloud [0] (i=thunderc@persistence.flat.devzero.co.uk) 12.51.35 Nick fxb__ is now known as fxb (n=felixbru@h1252615.stratoserver.net) 13.00.01 *** Saving seen data "./dancer.seen" 13.14.14 Join matsl_ [0] (n=matsl@host-90-233-221-10.mobileonline.telia.com) 13.14.31 Quit matsl (Read error: 110 (Connection timed out)) 13.22.53 Join mcuelenaere [0] (n=mcuelena@78-21-191-122.access.telenet.be) 13.37.46 Join n1s [0] (n=n1s@rockbox/developer/n1s) 13.39.56 Nick YpsyZNC is now known as Ypsy (n=ypsy@geekpadawan.de) 13.46.32 Quit PaulJam (Nick collision from services.) 13.46.39 Join PaulJam_ [0] (i=Paule@134.76.3.87) 13.48.34 Quit petur ("gone for a walk") 13.49.49 Quit darkhamm (Client Quit) 13.52.15 Join Sajber^ [0] (n=Sajber@c-313271d5.012-155-73746f22.cust.bredbandsbolaget.se) 13.53.25 Join daurnimator [0] (n=daurnima@unaffiliated/daurnimator) 14.02.09 Quit aditya (Read error: 110 (Connection timed out)) 14.04.15 Quit PaulJam_ (Nick collision from services.) 14.04.20 Join PaulJam [0] (i=Paule@vpn-3018.gwdg.de) 14.05.36 Quit PaulJam (Nick collision from services.) 14.05.42 Join PaulJam_ [0] (i=Paule@vpn-3059.gwdg.de) 14.06.57 Quit PaulJam_ (Nick collision from services.) 14.10.38 Join PaulJam__ [0] (i=Paule@vpn-3046.gwdg.de) 14.15.36 Quit robin0800 ("Leaving") 14.16.46 Quit Thundercloud (Remote closed the connection) 14.18.01 Quit J-23 ("wszed³em") 14.19.24 Join robin0800 [0] (n=robin080@general-ld-216.t-mobile.co.uk) 14.19.41 Quit PaulJam__ (Nick collision from services.) 14.19.47 Join PaulJam_ [0] (i=Paule@vpn-3100.gwdg.de) 14.34.19 Quit Rondom ("Ex-Chat") 14.38.56 Quit z35 (Read error: 110 (Connection timed out)) 14.40.54 Quit robin0800 (Read error: 60 (Operation timed out)) 14.41.55 Nick fxb is now known as fxb__ (n=felixbru@h1252615.stratoserver.net) 14.42.31 Join robin0800 [0] (n=robin080@general-ld-216.t-mobile.co.uk) 14.42.40 Join aditya [0] (n=aditya@59.95.14.33) 14.43.22 # 2 14.43.40 Join z35 [0] (n=z35@ool-45701ce5.dyn.optonline.net) 14.53.04 # linuxstb: Just want to make sure, is libfaad only for aac in mp4 or could it be used for aac in rm too? 14.56.48 # libfaad is just the aac codec. It doesn't handle mp4 parsing at all. So yes, that will be used for both aac-in-mp4 and aac-in-rm 14.57.01 Quit TheSeven ("ChatZilla 0.9.85 [Firefox 3.5.1/20090715094852]") 14.57.32 Quit PaulJam_ (Nick collision from services.) 14.57.40 Join PaulJam__ [0] (i=Paule@vpn-3031.gwdg.de) 14.58.34 Quit matsl_ (Read error: 104 (Connection reset by peer)) 15.00.02 *** Saving seen data "./dancer.seen" 15.02.36 # does anyone know if there's a list of touch screen wps tags? 15.04.01 Quit PaulJam__ (Nick collision from services.) 15.04.08 Join PaulJam [0] (i=Paule@vpn-3027.gwdg.de) 15.05.26 # aidy: I don't think they're documented 15.05.34 # you'll need to look in the source 15.06.13 # search for HAVE_TOUCHSCREEN parts in apps/gui/wps_parser.c 15.06.45 # aidy: would you be willing to add them to CustomWps? 15.06.46 Join funman [0] (n=fun@115.174.86-79.rev.gaoland.net) 15.07.03 # (the wiki page) 15.07.11 Quit PaulJam (Nick collision from services.) 15.07.18 Join PaulJam_ [0] (i=Paule@vpn-3031.gwdg.de) 15.12.47 # i'll do that 15.13.12 # also, i think using the mrobe touch screen wps on the D2 15.13.16 # works 15.13.33 # the simulator doesn't do anything if you toggle play though 15.14.01 # FlynDice: thanks for the link on mmci, if you can find a copy of PL181 datasheet that could help (to see how similar it is to the pl180) 15.14.43 # mcuelenaere: is there a tool to generate wps packs? say i want all the images needed for cabbiev2.320x240x16.mrobe500.wps 15.15.07 # I don't think so 15.15.19 # but writing a script to do that shouldn't be hard 15.16.48 # but there should be such a thing already because the correct images get put into the theme directory when you build rockbox for a specific target 15.17.17 # it's part of the build system 15.17.44 Join einhirn [0] (n=Miranda@p5DCC04C0.dip0.t-ipconnect.de) 15.18.18 # ah, well grep '.bmp' cabbiev2.320x240x16.mrobe500.wps | sed 's/.*|\(.*\.bmp\)|.*/\1/' should give you all the bitmaps 15.18.40 # how complex (what kind of tool do you need) is it to measure the frequency of a clock (in the 20-100MHz range) ? 15.19.10 # We could measure it on the CLK pin of a µSD card, and relate it to the clocks running on AMS. 15.19.20 # I suspect the MCLK could be the IDE clock 15.19.41 # mcuelenaere: thanks :) 15.21.33 Join dfkt [0] (i=dfkt@unaffiliated/dfkt) 15.24.53 Join matsl_ [0] (n=matsl@host-90-233-219-202.mobileonline.telia.com) 15.26.56 Join stripwax [0] (n=Miranda@87-194-34-169.bethere.co.uk) 15.27.04 # umm http://www.rockbox.org/twiki/bin/oops/Main/CustomWPS?template=oopsaccessdenied;def=topic_access;param1=change;param2=access%20not%20allowed%20on%20web 15.27.12 # when trying to edit any wiki page 15.27.19 # after logging in 15.28.00 # aidy: I can edit fine, what is your wiki name ? 15.28.11 # AdriaanLeijnse 15.29.09 Quit stripwax (Client Quit) 15.30.06 # aidy: now you can edit the wiki (you have to be authorized by a person who already has wiki writing rights) 15.30.36 # oh ok 15.30.37 # thanks :) 15.31.18 # aidy: I just added the %T tag though :) 15.32.21 Join TheSeven [0] (n=theseven@dslb-084-056-133-225.pools.arcor-ip.net) 15.32.38 # but there's also Tl 15.33.01 # 349 { WPS_TOKEN_LASTTOUCH, "Tl", WPS_REFRESH_DYNAMIC, parse_timeout }, 15.33.07 # not sure what it's for 15.33.26 # yeah, was going to add that; but seems like funman is editing the page 15.33.32 # ok 15.33.35 # aidy: # toggle the touchscreen button viewport 15.33.52 # it toggles the display of the additional viewport with buttons (the OSD) 15.35.00 # oh 15.35.50 # mcuelenaere: sorry i closed the tab, i'll see if i can open it again to remove the lock 15.36.22 # done 15.36.32 # what's the 2.5 in %?Tl2.5<%Vdt|%Vdu> 15.37.10 # a timeout I think 15.37.20 # see the description of %mv 15.37.31 # that also uses parse_timeout 15.37.32 Join stripwax [0] (n=Miranda@87.194.34.169) 15.39.20 # aha 15.39.38 # * mcuelenaere added Tl to the wiki 15.41.20 # heh that mrobe wps isn't exactly great 15.41.39 # which (existing) utility could I use to parse a binary file for finding bitmaps ? 15.41.50 Nick Horschti is now known as Horscht (n=Horscht2@xbmc/user/horscht) 15.41.59 # in my case, the "hold" bitmap in c200v2 firmware 15.42.22 Quit DarkDefender ("Leaving") 15.42.28 # funman: I'd say a hex dump thing with a very small font, and look for patterns 15.43.02 # JdGordon: shouldn't the %T & %Tl tags be in an #ifdef HAVE_TOUCHSCREEN block? 15.43.52 # I remember having great tools for recognising bitmaps on the amiga 15.44.06 # funman: there's some old tool used for "modding" the OF for the h300 that could do such a thing 15.44.42 # funman: I find http://www.mp4nation.net/forum/viewtopic.php?f=24&t=2435 very useful (it works under wine) 15.46.49 Quit einhirn (Read error: 54 (Connection reset by peer)) 15.48.22 # funman - google for ISE 15.48.45 # http://www.cerebus.de/iriver/ supposedly works pretty well too 15.48.55 # (that's the h300 mod thing) 15.48.56 # http://www.google.co.uk/search?hl=en&q=+ise+%22image+searching+engine%22&meta= 15.48.57 # stripwax: mcuelenaere just linked me to it, now I must find something to unrar it (unrar-free doesn't like the file) 15.49.20 # funman: I could zip it for you 15.49.20 # the nonfree unrar? 15.49.47 # mcuelenaere: it would be nice 15.51.18 # funman: http://www.mediafire.com/download.php?m0jynyewnoj 15.53.08 Quit stripwax ("http://miranda-im.org") 15.53.44 Join stripwax [0] (n=Miranda@87-194-34-169.bethere.co.uk) 15.54.17 Join J-23 [0] (n=zelazko@unix.net.pl) 15.55.20 Quit robin0800 ("Leaving") 15.55.44 # thanks, it runs fine 15.55.49 Join tomcat_ha [0] (n=aksit@82-148-214-99.fiber.unet.nl) 15.57.08 # i just installed rockbox 3.2 monster build on my ipod 15.57.12 # unfortunately it doesn't find any image 15.57.18 # im trying to get a root playlist with all my music on it 15.57.31 # however i cant find the menu to increase the playlist limit of 10k 15.57.33 Join robin0800 [0] (n=robin080@149.254.192.199) 15.58.06 Quit BlakeJohnson86 (Read error: 104 (Connection reset by peer)) 15.58.12 # tomcat_ha: that's a unofficial build by the sound of it, which we can't support, the official build has the setting where the manualk tells you :) 15.58.16 # funman: what format is the image in? 15.58.25 # i dont find it in the manual :P 15.58.28 # and its mostly the same 15.58.29 # mcuelenaere: i don't know, perhaps there is no header at all 15.58.39 # there's no need for a header 15.58.56 # tomcat_ha: mostly the same != the same, and unsupported = unsupported :) 15.59.26 # tomcat_ha: http://download.rockbox.org/manual/rockbox-h100/rockbox-buildch8.html#x11-1380008.5.5 15.59.55 # general settings->system->limits 16.00.14 # mcuelenaere: like iriver H300 (16 bpp, 5-6-5, 16.00.18 Quit stripwax ("Miranda IM! Smaller, Faster, Easier. http://miranda-im.org") 16.00.32 # i am not sure if it is vertical or horizontal packing 16.01.00 Join stripwax [0] (n=Miranda@87-194-34-169.bethere.co.uk) 16.01.08 # ah found it 16.01.10 # thanks 16.02.00 # funman: can you download the fw somewhere? 16.02.25 # New commit by 03mcuelenaere (r21965): Onda VX747 WPS: add touchscreen areas for shuffle & repeat mode 16.03.24 # mcuelenaere: http://mp3support.sandisk.com/firmware/c200/c200v203.02.05a.zip 16.05.14 Join BlakeJohnson86 [0] (n=bjohnson@24.118.162.123) 16.07.20 Join petur [50] (n=petur@rockbox/developer/petur) 16.08.21 # the H3Mod doesn't run in wine 16.09.08 # funman: 003145F0 looks like some sort of image if you resize to 128 width in 16-bit colors 16.09.37 Join matsl [0] (n=matsl@host-90-233-148-38.mobileonline.telia.com) 16.09.38 Quit matsl_ (Connection timed out) 16.09.45 # no, it's an 32-bit image 16.10.39 # it's an image of the sansa 16.12.40 # mcuelenaere: how do you display raw rgb files ? 16.12.49 # funman: I see several images now 16.12.53 # there are also 16bit images 16.13.20 # funman: open the file, press 16 or 32 in the left column and resize the image with CTRL-RIGHT arrowkey 16.13.32 # (see the Size menu for the combo's) 16.13.43 # oh you mean with ISE, 16.14.27 # * stripwax recommends ISE 16.14.29 # images seem to start at 0029D2F4 16.14.52 # it's what I used to reverse engineer the iriver H1xx firmware encryption :) 16.17.02 # the c200v2 lcd is 132x80 16.17.08 Quit r0b- (Read error: 104 (Connection reset by peer)) 16.17.26 Join r0b- [0] (n=rob@adsl-76-235-202-62.dsl.klmzmi.sbcglobal.net) 16.18.01 # i found the lock icons at 0x29D588 16.18.21 Join mt_ [0] (n=mt@41.233.138.250) 16.18.43 Quit mt (Read error: 113 (No route to host)) 16.18.53 # the image format must be different from what ISE assumes 16.20.18 # yes the colors are rather weird 16.20.32 # I might have a go at enabling USB in the meizu bootloader 16.20.59 # perhaps byte order is different (i don't know how to reorder rgb channels in ISE) 16.23.22 # Settings->Image Modes 16.23.48 Quit Sajber^ (Read error: 104 (Connection reset by peer)) 16.23.59 # I can change channel widths but not order 16.24.30 # since I have found the images, I can now look at the code, thanks to both of you ;) 16.24.37 # gevaerts, what do I need to start/run usb, just call usb_init? 16.24.49 # the hold images are at the very beginning of the 1st header block by the way 16.25.03 # well there's byte reverse (CTRL+R), but that isn't any better 16.25.41 # bertrik: usb_init(), and then usb_start_monitoring() 16.27.41 Quit petur ("switching") 16.27.55 Join petur [0] (n=peter@d54C6F267.access.telenet.be) 16.30.58 Join evilnick_home [0] (n=evilnick@pool-173-52-144-203.nycmny.east.verizon.net) 16.34.11 # usb_start_monitoring is not compiled in for some reason 16.34.29 Join n00b81 [0] (n=n00b81@unaffiliated/n00b81) 16.34.46 # it depends on USB_FULL_INIT it seems 16.35.21 # ah yes, you need to add the meizu to the USB_FULL_INIT set at the top of usb.c 16.39.12 # strange because following images are fine (in 140x), except the background color (blue in the OF) 16.40.00 # usb-tcc.c will need some work to be able to re-use it for the meizus ... 16.42.46 Join shotofadds [0] (n=rob@rockbox/developer/shotofadds) 16.43.19 # bertrik: it needs some work to be able to be used on tcc. it's not exactly reliable :/ 16.45.58 # yay, it compiles ... 16.46.39 # what do i do if a plugin says 'not enough memory'? 16.46.56 # generayll stop music playback and try again 16.47.44 # ok works now 16.47.48 Quit evilnick_home1 (Read error: 113 (No route to host)) 16.47.59 Join dmb [0] (n=Dmb@unaffiliated/dmb) 16.48.43 # shotofadds: i'm on the D2 btw ;) 16.48.56 # works pretty good with the SD card as far as i've tried 16.49.27 # aidy: yeah I read you were trying to get the touchscreen WPS working. I haven't really tried any on that stuff yet, so good luck! 16.49.46 # I'll commit the SD driver today 16.50.37 # shotofadds: the mrobe wps works great 16.50.55 # but the extra 'buttons' are in the middle of the screen 16.51.11 # you could move them somewhere else :p 16.51.25 # i'll make a new one with the touchscreen buttons in the backdrop or something 16.51.48 Join fdinel [0] (n=Miranda@24.203.232.204) 16.51.49 # next to that top bar thingy the cabbie theme has 16.52.05 # if you make something that looks good, do let us know! 16.53.26 # i will :) 16.54.20 # gevaerts, nothing happens ... (at least it doesn't hang). Is there anything I can do to see if anything USB is going on? 16.55.03 # the interrupt is probably not connected 16.55.10 # bertrik: do you have a proper implementation if usb_detect()? 16.55.30 # yes, it calls charger_detected, which is implemented already and works 16.55.52 # charger_inserted I mean 16.56.22 # in that case maybe the interrupt, yes 16.57.07 # oh wait, maybe it isn't, was confusing it with charging_state 16.58.16 # * bertrik wonders how interrupts should be handled with the tcc driver 16.58.52 # New commit by 03kkurbjun (r21966): Jewels: Add graphics for 640x480 screens. 17.00.05 *** Saving seen data "./dancer.seen" 17.01.19 Quit dash32 (Remote closed the connection) 17.04.37 # What device(s) have 640x480 screens? 17.05.26 # mr500 17.05.52 # nice. thanks1 17.05.58 # * stripwax sighs at his shift key 17.07.20 # and if you thought the ipod video has a bad CPU power / screen size ratio, try the mr500 :) 17.07.51 # yeah, I was going to ask, what's the rockbox full-screen fps like for the mr500? 17.08.39 # * gevaerts lets kkurbjun answer the detailed questions 17.09.40 # shotofadds: how does saving work on rockboy (i presume this is a standard screen?) i can write a name but the only way to exit the screen is the power switch, which doesn't save it on a name 17.09.53 # I'm not sure that it runs at currently, there's dma hardware designed around image manipulation that is currently not used so I think once that is taken advantage of it will be fast than it currently is 17.10.04 # faster that is 17.10.21 # I did get about 7951 USB interrupts now but can't tell if anything else happened 17.10.42 # it's not too bad as it stands, games are mostly playable, doom runs reasonable 17.10.49 # aidy: welcome to the wonders of the on-screen keyboard. it hasn't really been reworked for touchscreen use yet. hold on a sec and I'll check the keymap... 17.11.28 # the m:robe 500 can run in 640x480 or 320x240 mode though, the lcd has a VGA na QVGA setting 17.12.12 # right now it's running QVGA, but I want to get everything working at VGA since it really shows off the screen :-D 17.12.20 # aidy: a long press of the centre 'button' should do the trick (see apps/keymaps/keymap-touchscreen.c) 17.12.26 # not ideal, I knoew 17.12.29 # *know 17.12.52 # well 17.13.00 # pretty okay for me 17.13.02 # I'll try to make the DEBUG macro in usb-tcc do something 17.13.44 # i checked the 13 10-bit ADC channels on my Sansa c200v2, I see no difference when I press the missing buttons 17.13.50 Quit robin0800 (Connection timed out) 17.14.39 Join robin0800 [0] (n=robin080@general-kt-199.t-mobile.co.uk) 17.15.40 Join saratoga [0] (i=41becb3b@gateway/web/freenode/x-544d264c3c5a22d6) 17.17.43 Quit flydutch ("/* empty */") 17.18.01 # funman: I think I can measure the SD clock on the e200v2 17.18.09 # via its SD connector 17.18.19 # is that good enough or are there prescalars in the way? 17.19.13 # saratoga: we don't know which clock source is used, but it should be in the 10-100MHz range 17.20.10 # the sd clock presented to the sd card is typically 10-20MHz right? 17.20.22 # since the timeouts calculations incorrectly assumes pclk, it might explain the data timeouts 17.20.41 # saratoga: i don't know 17.21.02 # "25 MHz for regular cards, and 50 MHz for high-speed cards" 17.21.10 # so theres a range of clocks it could be 17.21.24 Quit TheSeven (Read error: 113 (No route to host)) 17.21.29 # isn't that the data transfer speed ? 17.21.30 Quit petur ("argh") 17.21.38 # i have a spectrum analyser with a 1GHz bandwidth, so I can try, though i have no idea what hooking that up to the sansa will do 17.21.42 # 25 or 50 Mbits/s 17.21.59 # funman: its a 4 pin device, so I'd assume transfer speed is MHz/2 17.22.08 # err in Mbyte/s 17.22.41 Join TheSeven [0] (n=theseven@dslb-084-056-133-225.pools.arcor-ip.net) 17.27.06 # if you can't put a card in the slot at the same time you might need to modify the code to have the controller always running 17.27.27 Join Zagor [242] (n=bjst@rockbox/developer/Zagor) 17.28.28 # who runs build client rp_huriana? it disconnects and reconnects every 10 seconds and hence never gets any work done. 17.28.41 # linuxstb: do you know how the win32 version of tcctool at http://download.rockbox.org/utils/tcctool/ was built? It appears to be built with MSVC (links msvcrt.dll) yet tcctool.c doesn't build in MSVC due to lack of inttypes.h... 17.29.06 # I need to get it updated, since it is rather old and still has the bug where the last few bytes of the file might not get sent to the device 17.29.07 Quit funman ("free(random());") 17.30.08 # Zagor: I think the average scores look strange 17.31.48 Join Blue_Dude [0] (n=chatzill@201.229.221.17) 17.32.28 # Hi. Does anyone have some insight as to why FS#10199 might cause disk spinups on a h140 target? 17.34.19 Join Sajber^ [0] (n=Sajber@h-142-120.A213.priv.bahnhof.se) 17.35.37 # funman: maybe I can via the side pins in this picture, if i can find a probe small enough: http://www.flickr.com/photos/90053035@N00/2494640751/in/set-72157605072639496/ 17.35.59 # gevaerts: yes. my c3 keeps increasing. it has never achieved what is now its' "average score"... 17.36.39 # is that sigmatel sdk linked in the forums new? 17.36.52 # indeed. Exactly the same as with rb1 and rb2, and also I guess seattle-jdgordon 17.37.07 Join CaptainKwel [0] (n=jason@207-237-172-77.c3-0.nyr-ubr4.nyr.ny.cable.rcn.com) 17.37.25 # Zagor: did you see that I added the c200v2 to the builds file? 17.38.10 # Blue_Dude: are you sure the disk doesn't "spin up" a bit more often than usual on your e200 as well (do you use a WPS which shows disk activity or the standard status bar)? 17.39.08 Join stripwax__ [0] (n=Miranda@87-194-34-169.bethere.co.uk) 17.40.13 # pixelma: To be honest that had never occurred to me. I was thinking it was a peculiarity of HD based DAP's. I don't use a WPS with a disk indicator so I hadn't noticed. I *did* notice more use of CPU boost to keep the buffer full though. 17.40.42 # and "a bit more often" isn't very descriptive I think (and this comment is by Alex Wallis which is a blind user and I think he uses other patches as well, don't want to insult him but) 17.42.05 # huh its a DSP only core, so I guess we don't really care anyway 17.43.10 # pixelma: He did say that before the patch he didn't experience disk spinups at all with certain playlists, and gets them occasionally afterward. I'm just not sure what would cause them to begin with. Low memory, less file caching, what? 17.44.32 # gevaerts: I see it now :) 17.44.56 # it's nice that the system is not depending on me or bagder 17.46.07 # it is indeed 17.46.29 Join webguest23 [0] (n=d190ecda@gateway/web/cgi-irc/labb.contactor.se/x-8e13483e2f5dac78) 17.46.32 # hm, the delta table looks wrong 17.46.40 Quit webguest23 (Client Quit) 17.46.58 # oops 17.47.53 Quit stripwax (Read error: 110 (Connection timed out)) 17.48.19 Join webguest93 [0] (n=d190ecda@gateway/web/cgi-irc/labb.contactor.se/x-8dccf71e7b8bcab0) 17.51.12 Quit webguest93 (Client Quit) 17.51.21 # kkurbjun: interested in the portrait screen bubbles graphics? Though I'd need to prepare that for the e200 as well then... 17.52.27 # I am, but at the moment I'm working on getting the rest of the plugins working at 640x480 for the m:robe - I might mess around with bubbles after that, but I would like to get that flashwriter plugin in svn sometime too 17.52.42 Join Blue_Dude_ [0] (n=chatzill@64.25.25.6) 17.53.44 # alright, I put them somewhere to download. Just tell me and I can give you the link 17.57.05 # kkurbjun: getting the flash writer in would be nice 17.58.13 Join meermanr [0] (n=meermanr@robmeerman.co.uk) 17.58.26 Quit Blue_Dude (Read error: 60 (Operation timed out)) 17.58.37 Nick Blue_Dude_ is now known as Blue_Dude (n=chatzill@64.25.25.6) 17.58.58 Join Grahack [0] (n=chri@ip-159.net-82-216-142.rev.numericable.fr) 18.02.31 Join Ubuntuxer [0] (n=johannes@dslb-094-220-232-032.pools.arcor-ip.net) 18.04.20 Join ender` [0] (i=krneki@foo.eternallybored.org) 18.07.03 # Any objections if I add the 'erase dynamic playlist' warning to pictureflow? Currently it just plays the selected track without warning. Imho pictureflow should let you add/queue/insert/etc into the playlist too; happy to look into adding that if nobody else is working on something similar 18.07.08 Nick stripwax__ is now known as stripwax (n=Miranda@87-194-34-169.bethere.co.uk) 18.08.13 Nick fxb__ is now known as fxb (n=felixbru@h1252615.stratoserver.net) 18.10.55 # Anyone know how/where I can get a dump of the original firmware for an iriver H10 (6GB)? When you turn it on it claims some files are missing and that use of the iriver recovery tool is required. I found the tool, but it appears to download what it needs from the 'net, and whatever it's trying to download gets a 404... 18.11.52 # http://daniel.haxx.se/sansa/mi4.html has some 18.11.53 Quit Blue_Dude ("ChatZilla 0.9.85 [Firefox 3.5.1/20090715094852]") 18.12.09 # Wonderful thanks! 18.14.03 Quit Zagor ("Leaving") 18.17.24 Join dash32 [0] (n=dash32@p54AB7E7D.dip.t-dialin.net) 18.20.55 Join mc2739 [0] (n=mc2739@cpe-67-10-234-29.satx.res.rr.com) 18.24.09 Quit stripwax ("Miranda IM! Smaller, Faster, Easier. http://miranda-im.org") 18.24.39 Join stripwax [0] (n=Miranda@87-194-34-169.bethere.co.uk) 18.24.56 # shotofadds: are you aware that backlight off on hold doesn't work? 18.25.20 # aidy: can you describe what you mean a little more? 18.26.09 # in 'lcd settings' you can set backlight on hold to 'off' 18.26.39 # which should shut the backlight off when you put your player on hold 18.26.49 # it does, if you wait a few seconds 18.27.36 # yes, but it's supposed to go off immediately 18.27.41 # oh, isee what you mean. "Normal" and "Off" seem to do the same thing... 18.27.46 # yes 18.28.20 # I'll have a look later, I'm in the middle of something right now... 18.28.39 # okay np :) 18.32.13 # aidy: does it do the same in the sim? if so could you maybe try some other targets in the sim to check whether this is a D2 problem or something more general? 18.33.13 # gevaerts: Do you happen to know of a disk-image I can use to restore the flash? The error remains: "System files missing. To restore the system files, connect H10 to recovery tool" 18.33.21 Quit faemir ("Leaving") 18.33.56 # what's hold for the sim 18.34.06 Quit Ubuntuxer ("Leaving.") 18.34.28 # meermanr: not really. Did you put the H10.mi4 in System/? 18.35.04 # aidy: usually "h" 18.35.12 # Ah :) Well that's easy to try. (Oops, sorry) 18.35.36 # * bertrik found another error in the s5l8700 documentation 18.36.41 # I'm starting to consider to add errata to the wiki :/ 18.37.48 # shotofadds: the sim does really wierd things, nothing happens if i put it on hold, but once i click the screen it goes black 18.37.51 Join timc [0] (n=aoeu@c-68-45-191-214.hsd1.pa.comcast.net) 18.39.58 # aidy: that sounds weird. maybe post on the D2 forum thread and see if anyone wants to look into it... btw hold should be 'H' in the sim 18.40.50 # yes thanks, i got the little lock displaying and everything 18.41.01 # i'll check on the X5 simulator 18.41.52 Quit Grahack ("Leaving.") 18.42.32 Quit CaptainKwel (Read error: 104 (Connection reset by peer)) 18.45.19 Quit saratoga ("Page closed") 18.45.22 # same thing happens in the X5 simulator 18.46.25 # aidy: in that case you should raise a bug report on the tracker 18.47.30 Quit robin0800 (Connection timed out) 18.48.19 Join robin0800 [0] (n=robin080@general-kt-199.t-mobile.co.uk) 18.48.34 Quit PaulJam_ (Nick collision from services.) 18.48.44 Join PaulJam__ [0] (i=Paule@vpn-3053.gwdg.de) 18.50.47 # http://www.rockbox.org/tracker/task/10362?project=1&type=2&order=dateopened&sort=desc&pagenum=2 might be related? 18.51.30 # I'd raise a separate one, that look like a different problem 18.54.29 Join DarkDefender [0] (n=rob@78-69-30-229-no36.tbcn.telia.com) 18.54.40 Join Thundercloud [0] (i=thunderc@persistence.flat.devzero.co.uk) 18.58.00 Join lyngaas [0] (n=staale@19.81-167-149.customer.lyse.net) 19.00.08 *** Saving seen data "./dancer.seen" 19.04.26 Join faemir [0] (n=faemir@78.33.109.163) 19.06.29 Quit robin0800 ("Leaving") 19.06.40 # is there somebody that could test something for me 19.06.45 # on any target 19.09.23 # depends on what that something is... ;) 19.09.41 # gevaerts: I think I've seen it before (sigmatel SDK) 19.10.10 Quit n1s (Read error: 110 (Connection timed out)) 19.10.21 # mcuelenaere: ? 19.10.35 # well, on my D2 the backlight doesn't go off when you enable 'backlight off on hold' 19.10.44 # gevaerts: you asked earlier whether the sigmatel SDK on the forums was new 19.10.52 # I did? 19.10.57 # could somebody test this on their player 19.10.59 # aidy: the D2 port isn't finished yet though is it ? 19.11.08 # sure 19.11.15 # but i want to know if the same thing happens with other players 19.11.26 # because there's no reason why it shouldn't work on the D2 19.11.39 # aidy: didn't you say you tested this in the X5 sim? 19.11.47 # and it was broken there too? 19.11.58 # works as expected on my c200 - btw. not all players have backlight or hold switches 19.12.03 # gevaerts: ah sorry, saratoga did 19.12.13 # * mcuelenaere misread 19.12.51 # shotofadds: but maybe this is a 'feature' or something 19.12.52 # aidy: though I admit I'm not running the very latest build (r21795-090712) 19.13.18 # * shotofadds notes that both the X5 and D2 use BACKLIGHT_FADING_SW_HW_REG, whatever that does ;-) 19.13.31 # * shotofadds wonders if kugel knows anything more about it 19.13.56 # I think that's backlight fading through setting backlight brightness 19.14.18 # although... not sure 19.14.54 # yes, that's what it should do, but I'm not familiar with the code 19.15.00 Join flydutch [0] (n=flydutch@host87-202-dynamic.15-87-r.retail.telecomitalia.it) 19.16.59 # mcuelenaere: could you test this? 19.23.44 # Does someone here have a (working) iriver H10 I can get a filelisting from? I'm not having any luck guessing which "system files" are missing (and it's preventing me booting my device!) 19.24.48 Quit matsl ("Leaving") 19.28.06 # meermanr: have you seen http://www.misticriver.net/forums/h-10-h-20-series/39007-6g-ums-system-files-missing-restore-system-files-connect-h10.html ? 19.29.44 # .. no idea how I missed that during my search... Thank you, this'll keep me busy a while. 19.30.12 Join CaptainKwel [0] (n=jason@207-237-172-77.c3-0.nyr-ubr4.nyr.ny.cable.rcn.com) 19.31.59 # New commit by 03rob (r21967): D2: A working read/write SD(HC) driver, based on the PP equivalent. See CowonD2Info wiki for usage notes/restrictions. 19.32.07 Join kadoban [0] (n=mud@cpe-24-93-17-195.rochester.res.rr.com) 19.35.16 Quit fdinel ("Miranda IM! Smaller, Faster, Easier. http://miranda-im.org") 19.35.36 Join cxbr [0] (n=ilo@c-75-69-210-177.hsd1.nh.comcast.net) 19.36.24 # shotofadds: would an MMC work with the D2 now? 19.38.07 # pixelma: not currently, as I based the code on the PP driver. but it could be added in future 19.39.53 Quit PaulJam__ (Nick collision from services.) 19.39.59 Join PaulJam_ [0] (i=Paule@vpn-3006.gwdg.de) 19.42.53 # * gevaerts doesn't understand that warning 19.42.58 Join Zagor [242] (n=bjst@46.35.227.87.static.tab.siw.siwnet.net) 19.45.40 Join stripwax__ [0] (n=Miranda@87-194-34-169.bethere.co.uk) 19.47.18 # @gevaerts: Thanks for the help (no joy though!) 19.49.09 # New commit by 03gevaerts (r21968): fix ifdef (HAVE_HOTSWAP, not HOTSWAP) 19.49.40 Quit faemir ("Leaving") 19.50.52 Quit antil33t (Read error: 54 (Connection reset by peer)) 19.51.06 Join antil33t [0] (n=Mudkips@119.224.12.185) 19.53.15 Quit stripwax (Read error: 110 (Connection timed out)) 19.54.10 # gevaerts: thanks. I somehow managed to miss that one (there were a couple of other instances of the same problem earlier) 19.54.57 # I should have seen it on friday. I did test on sansa with sd+ramdisk 19.56.24 Quit _lifeless (Read error: 60 (Operation timed out)) 19.56.41 Join _lifeless [0] (n=lifeless@188.16.92.77) 19.59.14 Quit kadoban (Remote closed the connection) 19.59.52 Join kadoban [0] (n=mud@cpe-24-93-17-195.rochester.res.rr.com) 20.00.54 # markun, the phy registers in s5l8700 do not match the datasheet, is that intentional? 20.01.23 Join mankind_ [0] (n=mankind@bl13-2-219.dsl.telepac.pt) 20.01.42 # gevaerts: is the problem with the card on boot fixed now? 20.01.54 # no 20.03.19 # I guess this patch also hasn't been tested on Ondio yet? Especially thinking about the USB bridge specifics on the Ondio 20.03.45 # not yet, no 20.04.12 # but it really shouldn't change anything. I really don't understand why sd-on-boot stopped working 20.04.36 # so, I assume I have to do it... 20.05.09 # unless you manage to dig up another ondio owner somewhere :) 20.05.35 Join efyx_ [0] (n=efyx@lap34-1-82-224-140-171.fbx.proxad.net) 20.06.58 # markun, hm, it does seem to match up with what the OF does though 20.08.45 Nick fxb is now known as fxb__ (n=felixbru@h1252615.stratoserver.net) 20.08.53 # why would a build from the current builds page have an "M" revision? r21969M on e200v1 - http://build.rockbox.org/data/rockbox-sansae200.zip 20.08.55 # * shotofadds preps another huge delta 20.09.02 # New commit by 03rob (r21969): D2: Enable tagcache database 20.09.36 # meermanr: it shouldn't... 20.09.58 # mc2739 I mean 20.10.25 # that's what i thought. 20.10.38 # also, r21969 wasn't committed yet 20.11.08 # sorry, r21698 20.11.41 # wasn't there something that needed a change for people running build servers with ubuntu (to make it use the correct shell, otherwise it would break builds)? 20.11.56 # Looks like it's in the middle of a rebuild, would that affect anything? 20.11.59 # though I don't know if this is still true and applies here 20.12.26 # evilnick_home: it was downloaded before the new build round started 20.13.07 Quit efyx_ (Remote closed the connection) 20.13.19 Join efyx_ [0] (n=efyx@lap34-1-82-224-140-171.fbx.proxad.net) 20.15.56 # mc2739: Hmmm, I've just got r21969M too 20.16.28 # hmm... the rockbox-info.txt says "Red Hat" linux as biuld environment 20.16.45 # or build 20.17.11 # evilnick_home: yes, it was built on the same build client as the last one - matse-roolku 20.18.28 # Welll spotted, by the way :) 20.19.16 # maybe the build server should do an svn revert on the client to make sure this doesn't happen 20.23.52 # I was under the impression that builds mistakenly appearing as xxxxxM was not a new issue. 20.24.47 # one easy way to catch it is make configure abort instead of append the M when the tree is dirty, if you give --official-build or so 20.25.22 # I was thinking of http://www.rockbox.org/mail/archive/rockbox-dev-archive-2007-06/0011.shtml and following 20.26.17 # I had forgotten about that as I did the dash/bash swap a long time ago. 20.28.28 # though I think http://svn.rockbox.org/viewvc.cgi?view=rev;revision=20039 fixed the problem? 20.38.22 Quit cxbr ("leaving") 20.38.45 # I prefer rbclient alerting and aborting rather than automatically reverting 20.41.06 # Zagor: did you see FS#10450 20.41.36 # blah, where does rbutil look for builds? 20.44.42 Join petur [50] (n=petur@rockbox/developer/petur) 20.46.11 Quit mankind_ ("Leaving") 20.47.12 # shotofadds: Regarding tcctool, I just cross-compiled it in Debian ("make tcctool.exe") if you have the mingw32 package installed. 20.48.14 # does (could if it doesn't yet) rbclient do an svn up on startup? I know it will update anyway for a new buildround but this way it will be as up to date as all other clients even if it was turned off for a while. 20.48.57 # linuxstb: that does indeed sound the easiest way. I did get it to build in VC++ 2008, but I had to hack a couple of things and there are almost certainly dependencies on extra DLLs... 20.51.59 # linuxstb: I don't have mingw32 installed atm, could you possibly build an updated version and ask a Swede to replace the current download? 20.52.13 # pixelma: good idea. I'll add that in the new update. 20.53.40 # nice :) 20.54.03 # shotofadds: So current SVN is fine? Do we need binaries for other OSes/ 20.54.04 # ? 20.54.19 Join AfterDea1h [0] (n=icxcnika@freenode/weird-exception/network-troll/afterdeath) 20.54.42 Join roolku [0] (n=roolku@77-99-113-75.cable.ubr16.sgyl.blueyonder.co.uk) 20.55.47 # yes, the bug I'm talking about was fixed way back at r18787. I'm not sure of the need for other OS binaries, no-one has ever asked for one as far as I know. 20.55.53 # roolku: people were wondering why your "matse" client produces builds with an M in the revision number 20.56.05 # or after ;) 20.56.17 # the M was from editing rockboxdev.sh to build the tool chain. Now reverted - sorry 20.57.58 # New commit by 03zagor (r21970): Verify (at startup and before every build) that source tree is unmodified. ... 20.57.59 # why did the script need modifications? I'm just thinking if there is something that needs to be fixed it should be in svn, or? 20.58.18 # pixelma: just the install location 20.58.37 # ah, ok 20.58.38 # pixelma: not a fix, more a personal choice 21.00.10 *** Saving seen data "./dancer.seen" 21.00.24 # roolku: you can set some environment variables for that as well 21.00.55 # shotofadds: OK... 21.00.56 # gevaerts: good to know 21.00.58 # Zagor: where is the average calculated? 21.02.03 Quit stripwax__ (Read error: 110 (Connection timed out)) 21.02.29 # ah wait, I think I see it 21.03.14 # gevaerts: heh, I must have been pretty tired when I wrote that... 21.03.19 # Zagor: Could you replace http://download.rockbox.org/utils/tcctool-win32.zip with http://linuxstb.cream.org/rockbox/tcctool-win32.zip ? 21.03.27 # linuxstb: sure 21.03.48 # does anyone have the spec sheet/pin out of the sansa plug? 21.04.54 # linuxstb: done 21.06.55 # DarkSpectrum, I'm pretty sure it's on the wiki 21.07.08 Quit PaulJam_ (Nick collision from services.) 21.07.09 # * DarkSpectrum looked but didnt see it 21.07.14 # * DarkSpectrum goes to look again 21.07.16 Join PaulJam__ [0] (i=Paule@vpn-3072.gwdg.de) 21.07.21 # gevaerts: scratch that, I was looking at an old version. do you see anything fishy? 21.07.29 # Zagor: Thanks. 21.07.33 # shotofadds: Done! ;) 21.07.53 # Zagor: not really. Maybe things are correct there are wrong data in the database? 21.08.25 # http://www.rockbox.org/twiki/bin/view/Main/SanDiskSansae2x0PortPins 21.09.09 Join webguest83 [0] (n=bc18c087@gateway/web/cgi-irc/labb.contactor.se/x-5d9cc71f880b8317) 21.09.10 # linuxstb: now to do the same with mktccboot ;-) 21.09.31 Nick webguest83 is now known as Dydy (n=bc18c087@gateway/web/cgi-irc/labb.contactor.se/x-5d9cc71f880b8317) 21.09.36 # hello 21.09.36 # although some numbers keep going up. I'd expect wrong data to slowly correct itself 21.09.55 # somebody help me? 21.10.21 # Dydy: What is the problem? We can't help unless you tell us where you are stuck 21.10.29 # shotofadds: Are you trying to make the D2 "supported" or something? 21.10.43 # i want play video files on my ipod 21.10.59 # gevaerts: I think I'll do this another way: a new db table 'rounds' that keep track of who participated in each round (enabling statistics of 0-build clients). I can then use that table to do the rolling average too. 21.11.07 # and i dont know how 21.11.27 # we discussed this the other day, and using the new loose sense of "supported" the D2 is really not very far off 21.11.36 # bertrik: ty very much :) 21.11.42 # Dydy: Have you followed the instructions here: http://www.rockbox.org/twiki/bin/view/Main/PluginMpegplayer 21.11.46 # shotofadds: http://linuxstb.cream.org/rockbox/mktccboot.exe 21.11.55 # Zagor: sounds good. That will also allow other statistics and checking that we may want later on 21.11.55 # (can you test?) 21.12.04 # gevaerts: yes 21.12.09 # at the very least I would like to provide a pre-compiled bootloader and patcher 21.12.18 # linuxstb: I'll try it in a sec 21.12.28 # Dydy: if it's an ipod video, you will be much, much better off for video if you use the apple firmware for that 21.12.42 # shotofadds: So what's the install process? Take a D2 original firmware, patch it with mktccboot, then perform an OF firmware upgrade? 21.12.57 # yes, just like it says on the wiki :p 21.13.47 # my videos is .mp4 files 21.15.33 # Dydy: Sounds like you'd be better off using the OF for video then. Rockbox can't use the additional chip that Apple use to playback video so performance isn't as good. 21.16.34 # how return to apple firmware only for video? 21.16.37 # ok next question, does anyone know how the Sansa dock sends play/pause, FF/RW, Volume commands back through the data cable? 21.16.42 # linuxstb: mktccboot looks good here. 21.17.10 # although it behaves weirdly if the input file doesn't exist 21.18.04 # it seems to carry on regardless... hmm, actually it does that in debian too ;) 21.18.20 # shotofadds: If you want to commit a fix, I can easily rebuild 21.18.29 Join Grahack [0] (n=chri@ip-159.net-82-216-142.rev.numericable.fr) 21.18.40 # I'll have a look later. Now is beer time 21.19.02 # Dydy: Read the manual 21.19.23 # ok. thk`s 21.20.22 # aidy: test what? 21.22.00 # mcuelenaere: if backlight on hold works 21.22.05 # backlight off 21.22.15 # gevaerts, even if I can't actual device USB to work, I should at least be able to see some kind of (failed) connect event on the host side, right? 21.22.34 # aidy: where? sim? target? 21.22.43 # bertrik: I'd expect so, yes 21.23.16 # mcuelenaere: both would be best 21.23.23 # aidy: I don't have a D2 21.23.44 # mcuelenaere: i want to see if it happens on other players 21.24.00 Join stripwax [0] (n=Miranda@87-194-34-169.bethere.co.uk) 21.24.00 # mcuelenaere: here it doesn't work on any sim afaik 21.24.01 Quit stripwax (Client Quit) 21.24.15 # then it probably doesn't work on target either 21.25.11 # aidy: yes, seems to not affect backlight settings at all 21.25.41 # mcuelenaere: on what did you test? 21.25.47 # Onda VX747 21.25.48 Join merbanan [0] (n=banan@c-83-233-52-76.cust.bredband2.com) 21.26.06 # but this is apps/ code, so it should be the same for all targets 21.26.18 # right 21.27.03 # mcuelenaere: http://www.rockbox.org/tracker/task/10451?project=1&type=2&order=dateopened&sort=desc < that's what happens in the sim 21.27.27 # hmm I don't get that 21.27.41 # the backlight just turns off, and it doesn't turn on when pressing the screen 21.28.32 # wierd 21.28.49 Quit martian67 (Remote closed the connection) 21.28.55 # so you've got the problem on your player but not the sim? 21.29.18 # haven't tested the sim 21.29.40 # but it looks like the behaviour doesn't change at all when changing that setting 21.30.04 # hey can anyone point me to the rockbox svn? i just can't find it on the website... 21.30.12 # svn.rockbox.org 21.30.19 # somebody who speack romanian here? 21.30.29 Join martian67 [0] (n=xP@ip-216-194-109-30.wildroseinternet.ca) 21.31.05 # mcuelenaere: well k i'll make a new bug report 21.31.57 # mcuelenaere: i get a "moved temporarily" to viewvc.cgi there 21.32.14 # TheSeven: svn://svn.rockbox.org/rockbox/trunk 21.32.28 # gevaerts: thanks 21.32.38 # i'll just add a comment to the sim bug report 21.35.24 # mcuelenaere: do you have HAVE_HOTSWAP in your config-ondavx747.h file? 21.35.49 # TheSeven: http://www.rockbox.org/wiki/UsingSVN is a good place to start 21.36.47 # bye all and tnx 21.37.43 Quit Dydy ("CGI:IRC (EOF)") 21.41.04 Join evilnick_home1 [0] (n=evilnick@pool-173-52-144-203.nycmny.east.verizon.net) 21.44.35 Quit PaulJam__ (Nick collision from services.) 21.44.40 Join PaulJam [0] (i=Paule@vpn-3021.gwdg.de) 21.47.23 Join Nikkado [0] (n=xP@ip-216-194-109-30.wildroseinternet.ca) 21.48.11 Join rockband [0] (n=g@S0106002129b286c1.vc.shawcable.net) 21.48.12 Quit Nikkado (SendQ exceeded) 21.49.17 # how stable is this software 21.49.58 # generally very stable on supported players, work-in-progress targets are not guaranteed to be 21.50.25 Join Nikkado [0] (n=xP@ip-216-194-109-30.wildroseinternet.ca) 21.51.29 # what oppertunities are available for customization? 21.51.38 Quit stoffel (Remote closed the connection) 21.52.12 # rockband: Are you talking as a user, or as a developer willing to modify the source code (which is all available to you)? 21.52.54 # dev, not the whole code..just more addons 21.53.12 Quit martian67 (Connection timed out) 21.53.16 # Plugins are relatively easy to write, if you can program in C. 21.53.24 # plugins are fairly easy to write and can do most things 21.53.44 # * linuxstb wonders what is easier, "relatively easy" or "fairly easy" 21.53.47 Join saratoga [0] (i=9803c6dd@rockbox/developer/saratoga) 21.54.18 # rockband: Maybe you will get a more helpful answer if you describe what you want to do. 21.54.20 # not really on the same scale :) 21.54.24 # I would look more into it.. 21.54.38 # i have a few appls on iphone 21.54.42 # apps* 21.55.11 # i think you guys have a good cpncept 21.55.17 # concept* 21.56.01 # What do you mean? 21.56.02 # We should start a Rockbox app store 21.56.03 Part rockband 21.56.12 # And invenbt random reasons why things can't go in 21.59.30 Part Grahack 22.00.07 Join wincent [0] (n=wincent@host-091-097-067-213.ewe-ip-backbone.de) 22.02.13 Quit evilnick_home (Read error: 113 (No route to host)) 22.02.46 Join aaron424 [0] (n=chatzill@adsl-065-013-002-216.sip.asm.bellsouth.net) 22.04.41 Quit flydutch ("/* empty */") 22.05.27 Join m67_l3 [0] (n=xP@ip-216-194-109-30.wildroseinternet.ca) 22.06.37 # I can't boot into the OF of my sansa m250 v4 22.07.21 # holding left does nothing, and booting with the hold switch on says "hold switch on, shutting down" 22.11.07 Join advcomp2019_ [0] (n=advcomp2@unaffiliated/advcomp2019) 22.12.29 Quit r0b- (Read error: 110 (Connection timed out)) 22.12.36 Quit Nikkado (Read error: 110 (Connection timed out)) 22.12.49 Quit aaron424 ("ChatZilla 0.9.85 [Firefox 3.0.11/2009060308]") 22.12.51 Join r0b- [0] (n=rob@adsl-76-235-183-148.dsl.klmzmi.sbcglobal.net) 22.16.56 Nick evilnick_home1 is now known as evilnick_home (n=evilnick@pool-173-52-144-203.nycmny.east.verizon.net) 22.18.59 Quit PaulJam (Nick collision from services.) 22.19.05 Join PaulJam_ [0] (i=Paule@vpn-3034.gwdg.de) 22.27.22 Quit advcomp2019 (Read error: 113 (No route to host)) 22.28.08 Quit m67_l3 (Read error: 110 (Connection timed out)) 22.30.30 Quit dmb (Read error: 113 (No route to host)) 22.31.47 Quit merbanan (Remote closed the connection) 22.32.35 Nick advcomp2019_ is now known as advcomp2019 (n=advcomp2@unaffiliated/advcomp2019) 22.35.25 Join m67_l3 [0] (n=xP@ip-216-194-109-30.wildroseinternet.ca) 22.36.25 Quit DarkDefender ("Leaving") 22.38.47 Quit dash32 (Remote closed the connection) 22.40.40 Join RavoxX [0] (n=michael@unaffiliated/ravoxx) 22.40.43 # hey 22.41.07 # is there a hack-version of rockbox for fuzev2? inofficial e.g. 22.42.56 # not that I know of 22.44.31 Quit PaulJam_ (Read error: 113 (No route to host)) 23.00.04 Quit RavoxX ("www.zeichnemit.de / www.windowscast.de") 23.00.14 *** Saving seen data "./dancer.seen" 23.00.44 Join Nikkado [0] (n=xP@ip-216-194-109-30.wildroseinternet.ca) 23.04.43 Nick mt_ is now known as mt (n=mt@41.233.138.250) 23.06.16 Quit tomcat_ha ("If visible identification is not possible, the pathologist may be able to take fingerprints from the body until decay sets in) 23.08.17 Quit m67_l3 (Read error: 110 (Connection timed out)) 23.15.23 Join m67_l3 [0] (n=xP@ip-216-194-109-30.wildroseinternet.ca) 23.18.51 Join mc2739_ [0] (n=mc2739@cpe-67-10-234-29.satx.res.rr.com) 23.22.52 Quit Nikkado (Read error: 110 (Connection timed out)) 23.23.00 Join mc2739__ [0] (n=mc2739@cpe-67-10-234-29.satx.res.rr.com) 23.30.10 Quit _zic (Read error: 101 (Network is unreachable)) 23.30.51 Join Nikkado [0] (n=xP@ip-216-194-109-30.wildroseinternet.ca) 23.33.59 Quit mc2739 (Read error: 110 (Connection timed out)) 23.35.34 # amiconn, I looked again at how the uda1380 is clocked and still don't understand why it uses the WSPLL for regeneration of the 128fs clock instead of directly using the MCLK 23.36.18 # as far as I can tell, the coldfire targets (h100 and h300) that use it, only use it with sample rates of 11, 22, 44, 88 kHz, which is also the range of the MCLK as far as I understand 23.37.47 # I'll be able to work around that to enable the uda1380 codec driver for use by the meizus, I think 23.38.00 Quit mc2739_ (Read error: 110 (Connection timed out)) 23.38.14 Quit m67_l3 (Read error: 110 (Connection timed out)) 23.39.07 Quit Horscht ("Verlassend") 23.45.15 Join safetydan [0] (n=deverton@rockbox/developer/safetydan) 23.47.13 Join Horscht [0] (n=Horscht2@xbmc/user/horscht) 23.47.13 Join alexbobp_ [0] (n=alex@ppp-70-253-87-206.dsl.austtx.swbell.net) 23.49.18 # gevaerts: I do have it in my local tree (not in SVN) 23.49.36 # ok, that's not the problem then... 23.49.44 Quit alexbobp (Nick collision from services.) 23.49.49 Nick alexbobp_ is now known as alexbobp (n=alex@ppp-70-253-87-206.dsl.austtx.swbell.net) 23.50.23 Join m67_l3 [0] (n=xP@ip-216-194-109-30.wildroseinternet.ca) 23.50.51 # New commit by 03kkurbjun (r21971): M666591 (MRobe:500) USB: Driver works without restarting rockbox between connects. 23.51.39 Quit n00b81 ("Leaving") 23.52.57 Quit Nikkado (Read error: 110 (Connection timed out)) 23.53.14 # New commit by 03rob (r21972): Tidy up error handling in mktccboot 23.53.38 # linuxstb: hope that meets your approval :p 23.55.10 # shotofadds: http://linuxstb.cream.org/rockbox/mktccboot.exe 23.56.10 # shotofadds: Lots of nice gotos... ;)