--- Log for 15.04.112 Server: gibson.freenode.net Channel: #rockbox --- Nick: logbot_ Version: Dancer V4.16 Started: 13 days and 22 hours ago 00.03.49 # If, when updating rockbox I just cd to the root of the device and unzip rockbox.zip there, is there a chance that old files that no longer exist in the new rockbox aren't replaced, so just stay there? 00.04.15 # yes 00.04.21 # but it doesn't really matter 00.04.35 # you may just end up with one or two plugins that if you try to load them, they fail 00.04.41 # it won't actually break anything 00.04.57 # so if I wanted to be squeaky clean I'd rm /.rockbox first, then unzip the new one? 00.05.12 # you could, but then you'd lose all your settings, database, etc 00.05.19 # there really isn't any need 00.05.33 # I'd lose themes as well. 00.05.49 # Cool. I will proceed as normal :) 00.06.04 # we do occasionally delete/rename plugins and codecs, but that's about it 00.06.06 # and only rarely 00.08.24 Quit enthdegree (Ping timeout: 252 seconds) 00.41.20 Join tower_fell [0] (~tower@pD9F98AA7.dip.t-dialin.net) 00.43.15 # Hi, I've a few general questions, slightly development oriented, regarding fuze 00.44.16 # is there anyone doing development on the Sansa connect? If yes would they be interested in a spare Connect? 00.44.24 # Mir: check the forum thread 00.44.40 # ok 00.44.58 # Getting hands on one soon, to liberate it...now I wonder if it's considered "safe" to put heavy load on the cpu for "as long as battery lasts" 00.45.07 Join antil33t [0] (~Ahurhurr@101.98.150.103) 00.46.30 # (regarding a thread I've seen of fuze v2's overheating, I didn't get for sure if it was breakage by excessive backlight, or normal for them to heat up) 00.47.47 Quit antil33t| (Ping timeout: 248 seconds) 00.52.01 Quit ender (Quit: We're not lost. We're locationally challenged. -- John M. Ford) 00.52.59 # no ideas/experiences? I mean they've been designed for mp3 & tiny video playback, so I thought maybe they don't like being abused too hard? 00.53.20 # I just don't want to break it right away :( 00.53.55 Join antil33t| [0] (~Ahurhurr@101.98.150.103) 00.55.09 Join enthdegree [0] (~enthdegre@wikimedia/enthdegree) 00.56.53 Quit antil33t (Ping timeout: 246 seconds) 00.57.36 # overheating comes from high setting for luminosity 00.57.44 # the CPU is cold as ice 00.58.19 # fwiw it's also always running at 240MHz, lowering frequency didn't work 00.58.32 # you can use and abuse it as you wish 00.59.48 Join SeaWeed [0] (~SeaWeed@c-67-187-7-172.hsd1.va.comcast.net) 01.03.24 # well that's great! frequency is not really a cause for heat, mostly it's load, the more a proc gets to bite the more it'll burn, normally... 01.04.40 # the majority of embedded CPUs can be run at full load indefinitely without any special thought paid to cooling. their peak power draw is just not that high. 01.05.02 # but if it's known freaks could play doom or rockboy for some hours w/o problems, I guess I'll be fine 01.05.21 # there are ARM cores way more powerful than anything in our supported players which have maximum power draws of <2W 01.05.51 # the fuze would probably struggle to draw 0.5W 01.07.23 # ok. soothed. instruction set of fuze is armv5te? I only have x86 experience, does it matter wether the whole thing runs in thump mode, and thus plugins would too? 01.07.49 # we don't use thumb 01.08.16 # great, all questions answered :) 01.08.47 # I guess I'll use thumb, i.e. of the right hand to manipulate buttons and such. 01.09.03 # there's a switch to give to configure to use thumb though 01.09.18 # --thumb 01.09.34 # btw should we remove --eabi/--no-eabi now ? 01.10.13 Part SeaWeed ("WoW The ( World Wide Web Will Just Have To Do With Out Me Till I Return !! ") 01.10.31 # funman: that doesn't actually work properly though yet, does it? 01.10.42 # i didn't think we'd finished all the interworking stuff and debugging all the random problems 01.10.51 # yes, we should probably drop --no-eabi 01.10.57 # nobody has been using/updating that toolchain for a long time 01.11.05 # and it's not even supporte din rockboxdev.sh any more, no? 01.11.09 # Torne: yes it works fine since it's default on clipv1 01.11.37 # on other platforms it might be buggy though but it's limited to target specific code 01.12.28 # oh. 01.12.28 # yeah it was removed in december 01.17.18 # a last one: once I want to test/debug my code, I guess I can compile it (and whole rockbox) for some sort of arm/linux system running in qemu using arm sdl libs? is such described a little somewhere, found nothing really helpful on the chaotic wiki! 01.18.54 Join antil33t [0] (~Ahurhurr@101.98.150.103) 01.19.35 # no 01.19.40 # not really. 01.19.41 *** Saving seen data "./dancer.seen" 01.20.03 Quit Misanthropos (Quit: Verlassend) 01.20.03 # well.. 01.20.15 # it depends exactly what you're doing. you can run stuff on the simulator 01.20.29 # but there isn't a lot of point in emualting ARM to run the simulator 01.20.43 # you might as well just run the simulator natively 01.20.50 # since it's not very representative anyway 01.21.42 # tweaking/debugging arm asm for graphics effects and synthesizing sounds, the ui simulator is probably not really suitable for such 01.21.44 Quit antil33t| (Ping timeout: 246 seconds) 01.24.00 # i'd suggest not writing assembly, for the mos tpart :) 01.24.15 # also, the simulator is a perfectly reasonable place to check graphics (though not the *performance* thereof) 01.24.27 # the graphics output functions work the same as real hardware 01.24.31 # sound is a bit more complicated 01.24.33 # Sure, but if you want to debug c code, you better know the assembly 01.24.50 # ..not really, not in the last twenty years or so 01.25.04 # it's perfectly simple to debug C code without knowing assembly :) 01.25.39 Join TheLemonMan [0] (~LemonBoy@ppp-110-52.26-151.libero.it) 01.25.47 # it's not clear what you are actually trying to do 01.26.04 # writing plugins for rockbox, of course :P 01.26.20 # right, but i don't see why assembly, or emulating ARM, is involved in that 01.26.24 # we don't :) 01.26.56 # people writing plugins, if they don't want to have to test on real hardware, usually use the simulator for their normal native os/cpu 01.27.02 # * funman mentions plugins can be written in lua 01.27.23 # btw plugins run on non ARM platforms too 01.27.41 # Yah; generall we prefer that stuff not be CPU dependent unless it really has to be 01.28.53 # o.k. I'm just used to check asm from certain routines for performance reasons (i.e. identify bottlenecks, reorder code & recheck results and such). I always keep a pure, readable c version, in case you're troubbled by the thought of that 01.29.31 # sure, but i still don't see what that has to do with how you test/debug 01.29.50 # you don't need to be able to run the code at all to look at the generated asm 01.29.51 # :) 01.29.54 # you just look at it 01.30.23 # also, that kind of optimisation is very rarely important 01.30.35 # especially on a project that targets four completely different cpu architectures 01.30.40 # which may well want contradictory changes :) 01.31.06 # the compiler knows better than you, for much less effort, almost always. in the cases where it doesn't, you generally *do* have to handwrite assmebly to fix it. 01.31.51 # it should be very rare to be able to improve C code by reordering bits of it, if you have a modern compiler. 01.32.26 # Hmm, man, I just enjoy lowlevelism. but you're right, mostly it's waste of time. 01.34.56 # if you like asm you should work on codecs 01.35.02 # That's why I'm so eager to code for that little device, even if it's useless stuff. 01.35.17 # do something useful instead? :) 01.35.29 # or reverse engineer the USB driver and fix it on nano2g 01.36.10 # yes, I've some little projects of my own to get into it first, then, why not. I like optimizing, but haven't done rev-eng yet. 01.37.19 # But, I'm no pro, I do this for the fun of it, and have rather little experience. 01.39.24 # I just like to learn stuff that's related to something flickering in rainbows, or sounding neat. but thanks for your attention, I'm off now. I be back when something useful is running. 01.39.52 # keep rocking the rockbox, is a cute little project! :) 01.41.14 Quit tower_fell (Quit: and if I say I babble, you better grab a nibble, shift 4 bits right, and babble the nabbel) 01.49.54 Join antil33t| [0] (~Ahurhurr@101.98.150.103) 01.52.31 Quit antil33t (Ping timeout: 245 seconds) 01.57.47 Quit lebellium (Quit: ChatZilla 0.9.88.2 [Firefox 12.0/20120411064248]) 01.58.40 Quit pamaury (Remote host closed the connection) 02.02.18 Join Strife89 [0] (~Strife89@207-144-44-195.cstel.net) 02.02.54 Quit TheLemonMan (Quit: WeeChat 0.3.7) 02.05.51 Quit RandomTime (Ping timeout: 252 seconds) 02.06.42 Join TheLemonMan [0] (~LemonBoy@ppp-110-52.26-151.libero.it) 02.08.05 Quit Sleepy_C1der (Changing host) 02.08.05 Join Sleepy_C1der [0] (~z_Z_z_Z_z@unaffiliated/sleepycoder/x-938672) 02.08.10 Nick Sleepy_C1der is now known as Sleepy_Coder (~z_Z_z_Z_z@unaffiliated/sleepycoder/x-938672) 02.12.08 Join Rower85 [0] (husvagn@v-413-alfarv-90.bitnet.nu) 02.26.30 Quit n1s (Quit: Ex-Chat) 02.26.31 Join antil33t [0] (~Ahurhurr@101.98.150.103) 02.29.39 Quit antil33t| (Ping timeout: 248 seconds) 02.32.43 Quit Thra11 (Ping timeout: 244 seconds) 02.36.52 Quit Rower85 (Quit: Hmmm...) 02.39.23 Quit anewuser_ () 02.43.03 Join antil33t| [0] (~Ahurhurr@101.98.150.103) 02.45.57 Quit antil33t (Ping timeout: 245 seconds) 02.49.50 Join Rower85 [0] (husvagn@v-413-alfarv-90.bitnet.nu) 03.19.44 *** Saving seen data "./dancer.seen" 03.25.12 Join CaptainKewl [0] (captainkew@207-237-110-248.c3-0.nyr-ubr2.nyr.ny.cable.rcn.com) 03.25.25 Quit Strife89 (Ping timeout: 252 seconds) 03.31.19 Join kadoban [0] (~kadoban@ip98-165-177-158.ph.ph.cox.net) 03.45.59 Quit bertrik (Ping timeout: 276 seconds) 03.57.25 Join antil33t [0] (~Ahurhurr@101.98.150.103) 04.00.49 Quit antil33t| (Ping timeout: 272 seconds) 04.04.58 Join Strife89 [0] (~Strife89@207-144-44-195.cstel.net) 04.10.06 Join Keripo [0] (~Keripo@eng256.wireless-resnet.upenn.edu) 04.16.53 Quit Xerion (Quit: ) 04.17.10 Quit Rower85 (Quit: Hmmm...) 04.24.12 Quit TheLemonMan (Quit: WeeChat 0.3.7) 04.26.18 Quit Strife89 (Ping timeout: 252 seconds) 04.32.53 Join TheSeven [0] (~quassel@rockbox/developer/TheSeven) 04.32.59 Quit [7] (Disconnected by services) 04.39.03 Join blackmatrix_ny [0] (~blackmatr@cpe-68-174-118-180.nyc.res.rr.com) 04.41.25 Quit amiconn (Disconnected by services) 04.41.26 Join amiconn_ [0] (amiconn@rockbox/developer/amiconn) 04.41.48 Quit pixelma (Disconnected by services) 04.41.48 Nick amiconn_ is now known as amiconn (amiconn@rockbox/developer/amiconn) 04.41.50 Join pixelma_ [0] (pixelma@rockbox/staff/pixelma) 04.41.52 Nick pixelma_ is now known as pixelma (pixelma@rockbox/staff/pixelma) 04.46.03 Quit pystar90 (Ping timeout: 265 seconds) 05.04.02 Join Strife89 [0] (~Strife89@207-144-44-195.cstel.net) 05.07.43 Quit Strife89 (Client Quit) 05.19.45 *** Saving seen data "./dancer.seen" 05.48.38 Quit bitcraft (Remote host closed the connection) 06.05.47 Join kevku [0] (x@Gizka-1-pt.tunnel.tserv24.sto1.ipv6.he.net) 06.14.42 Quit perrikwp (Read error: Connection reset by peer) 06.15.55 Join perrikwp [0] (~quassel@cpe-071-076-186-186.triad.res.rr.com) 06.39.37 Quit blackmatrix_ny (Ping timeout: 240 seconds) 07.19.48 *** Saving seen data "./dancer.seen" 07.22.27 Quit prof_wolfff (Ping timeout: 276 seconds) 07.29.15 Quit CaptainKewl (Ping timeout: 246 seconds) 07.58.59 Join robin0800 [0] (~robin0800@149.254.60.35) 08.05.53 Quit [Saint] (Read error: Connection reset by peer) 08.15.16 Join [Saint] [0] (~Saint]@unaffiliated/saint/x-8516940) 08.19.13 Join [Saint_] [0] (~Saint]@101.98.158.103) 08.19.13 Quit [Saint_] (Changing host) 08.19.13 Join [Saint_] [0] (~Saint]@unaffiliated/saint/x-8516940) 08.19.24 Join pjm0616 [0] (~user@175.209.206.227) 08.22.09 Quit [Saint] (Remote host closed the connection) 08.49.01 Join stoffel [0] (~quassel@pD9E4379B.dip.t-dialin.net) 09.11.08 Quit The_prospector (Read error: Connection reset by peer) 09.13.41 Join antil33t| [0] (~Ahurhurr@101.98.150.103) 09.15.07 Quit AlexP (Ping timeout: 246 seconds) 09.16.51 Quit antil33t (Ping timeout: 272 seconds) 09.17.26 Quit DethkLoK (Ping timeout: 252 seconds) 09.17.41 Join DethkLoK [0] (~NoName@d110-33-232-52.bla801.nsw.optusnet.com.au) 09.18.45 Join antil33t [0] (~Ahurhurr@101.98.150.103) 09.19.49 *** Saving seen data "./dancer.seen" 09.20.59 Quit antil33t| (Ping timeout: 252 seconds) 09.23.38 Join antil33t| [0] (~Ahurhurr@101.98.150.103) 09.26.59 Quit antil33t (Ping timeout: 272 seconds) 09.31.50 Join antil33t [0] (~Ahurhurr@101.98.150.103) 09.34.22 Quit antil33t| (Ping timeout: 265 seconds) 09.36.19 Join antil33t| [0] (~Ahurhurr@101.98.150.103) 09.37.14 Join mortalis [0] (~mortalis@77.108.98.177) 09.38.59 Quit antil33t (Ping timeout: 260 seconds) 09.40.28 Join leavittx [0] (~leavittx@89.221.199.187) 09.57.19 Quit tchan (Read error: Connection reset by peer) 09.58.08 Join tchan [0] (~tchan@lunar-linux/developer/tchan) 09.59.36 Quit stoffel (Ping timeout: 252 seconds) 10.06.28 Quit diginet (Read error: Connection reset by peer) 10.06.42 Join diginet [0] (~diginet@adsl-69-153-135-2.dsl.hstntx.swbell.net) 10.15.30 Quit Guinness (Read error: Connection reset by peer) 10.15.31 Join Guinness` [0] (Slayer@c-68-55-111-159.hsd1.va.comcast.net) 10.23.46 Quit kadoban (Ping timeout: 245 seconds) 10.38.26 Quit [Saint_] (Remote host closed the connection) 10.40.08 Join [Saint] [0] (~Saint]@unaffiliated/saint/x-8516940) 10.47.23 Join ender [0] (~ender@foo.eternallybored.org) 10.50.37 Quit ender (Client Quit) 10.54.33 Quit [Saint] (Remote host closed the connection) 10.55.49 Join ender [0] (~ender@foo.eternallybored.org) 10.59.06 Join [Saint] [0] (~Saint]@unaffiliated/saint/x-8516940) 11.11.06 Quit [Saint] (Remote host closed the connection) 11.19.45 Join [Saint] [0] (~Saint]@unaffiliated/saint/x-8516940) 11.19.50 *** Saving seen data "./dancer.seen" 11.22.15 Join RandomTime [0] (~RT@wikia/vstf/Randomtime) 11.28.21 Join Rower85 [0] (husvagn@v-413-alfarv-90.bitnet.nu) 11.44.13 Join TheLemonMan [0] (~LemonBoy@ppp-109-32.26-151.libero.it) 11.50.11 Quit remlap (Quit: Leaving.) 11.58.16 Join einhirn [0] (~Miranda@p4FC74ECD.dip0.t-ipconnect.de) 12.00.47 Join lebellium [0] (~chatzilla@g231208243.adsl.alicedsl.de) 12.01.15 Quit einhirn (Client Quit) 12.01.21 Join einhirn [0] (~Miranda@p4FC74ECD.dip0.t-ipconnect.de) 12.02.36 Quit einhirn (Client Quit) 12.02.43 Join einhirn [0] (~Miranda@p4FC74ECD.dip0.t-ipconnect.de) 12.06.49 Join bertrik [0] (~bertrik@ip117-49-211-87.adsl2.static.versatel.nl) 12.06.49 Quit bertrik (Changing host) 12.06.49 Join bertrik [0] (~bertrik@rockbox/developer/bertrik) 12.09.36 Join liar [0] (~liar@clnet-p09-185.ikbnet.co.at) 12.10.06 Join pamaury [0] (~quassel@cez63-2-88-164-98-172.fbx.proxad.net) 12.10.06 Quit pamaury (Changing host) 12.10.06 Join pamaury [0] (~quassel@rockbox/developer/pamaury) 12.12.02 Quit einhirn (Ping timeout: 260 seconds) 12.19.04 Quit [Saint] (Read error: Connection reset by peer) 12.20.18 Join remlap [0] (~Patrick@190.28.169.217.in-addr.arpa) 12.29.55 Join y4n [0] (~y4n@unaffiliated/y4ndexx) 12.32.05 Join prof_wolfff [0] (~prof_wolf@81.61.201.173.dyn.user.ono.com) 12.37.26 Quit TheLemonMan (Quit: WeeChat 0.3.7) 12.37.52 Join [Saint] [0] (~Saint]@101.98.158.103) 12.37.59 Quit [Saint] (Changing host) 12.37.59 Join [Saint] [0] (~Saint]@unaffiliated/saint/x-8516940) 13.00.40 Join TheLemonMan [0] (~LemonBoy@ppp-109-32.26-151.libero.it) 13.05.36 Quit y4n (Quit: Today is the perfect day for a perfect day.) 13.05.51 Quit Bagder (Ping timeout: 245 seconds) 13.12.04 Quit TheLemonMan (Quit: WeeChat 0.3.7) 13.12.35 Join kugel [0] (~kugel@rockbox/developer/kugel) 13.19.53 *** Saving seen data "./dancer.seen" 13.21.35 Join TheLemonMan [0] (~LemonBoy@ppp-109-32.26-151.libero.it) 13.27.19 Join dfkt [0] (dfkt@unaffiliated/dfkt) 13.33.18 Join fyrestorm [0] (~nnscript@cpe-68-173-235-85.nyc.res.rr.com) 13.34.18 Quit fyre^OS (Ping timeout: 245 seconds) 13.35.00 Join Thra11 [0] (~thrall@188.153.125.91.dyn.plus.net) 13.36.46 Join Bagder [0] (~daniel@1-1-5-26a.hud.sth.bostream.se) 13.36.47 Quit Bagder (Changing host) 13.36.47 Join Bagder [241] (~daniel@rockbox/developer/bagder) 14.09.52 Join stoffel [0] (~quassel@pD9E41FAF.dip.t-dialin.net) 14.24.08 Join T44 [0] (Topy44@g228227154.adsl.alicedsl.de) 14.27.33 Quit Topy44 (Ping timeout: 276 seconds) 14.38.52 Quit Bagder (Remote host closed the connection) 14.40.35 Join Bagder [241] (~daniel@rockbox/developer/bagder) 14.46.30 Join AlexP [0] (~alex@rockbox/staff/AlexP) 14.47.33 # AlexP, can you review/test a patch for upside mode on the beast? 14.48.00 # bertrik: Yes, but not until this evening at some point 14.48.10 # I'm not a home at the moment and my beast is :) 14.48.21 # Is it on gerrit? 14.48.35 # no, it's a very old patch on flyspray FS#10345 14.48.36 # http://www.rockbox.org/tracker/task/10345 3Gigabeat: Switch volume buttons in Upside Down mode (patches, unconfirmed) 14.48.50 # OK, I'll try later on 14.48.55 # thanks 14.48.59 # no worries 14.49.41 # we do actually have some rather old patches that are nice and non-controversial :) 14.50.13 Quit Bagder (Quit: connection reset by beer) 14.55.01 # bertrik: I refuse to believe it ) 14.58.00 # I strongly believe that any non-controversial patch on the tracker was posted when many people were on vacation and didn't see it 14.58.30 # That sounds reasonable 14.58.41 Join [Saint_] [0] (~Saint]@101.98.158.103) 14.58.41 Quit [Saint_] (Changing host) 14.58.41 Join [Saint_] [0] (~Saint]@unaffiliated/saint/x-8516940) 14.59.54 Join lebellium_ [0] (~chatzilla@g231210010.adsl.alicedsl.de) 15.00.17 Join antil33t [0] (~Ahurhurr@101.98.150.103) 15.00.59 Join jm_ [0] (jm@epicsol.org) 15.02.28 Quit TheSeven (Disconnected by services) 15.02.37 Join [7] [0] (~quassel@rockbox/developer/TheSeven) 15.02.39 Quit lebellium (Ping timeout: 276 seconds) 15.02.50 Nick lebellium_ is now known as lebellium (~chatzilla@g231210010.adsl.alicedsl.de) 15.03.06 Join Bagder [0] (~daniel@1-1-5-26a.hud.sth.bostream.se) 15.03.06 Quit Bagder (Changing host) 15.03.06 Join Bagder [241] (~daniel@rockbox/developer/bagder) 15.08.10 Quit [Saint] (*.net *.split) 15.08.10 Quit antil33t| (*.net *.split) 15.08.10 Quit jm (*.net *.split) 15.09.48 Quit AlexP (Ping timeout: 276 seconds) 15.19.55 *** Saving seen data "./dancer.seen" 15.23.04 Join AlexP [0] (~alex@rockbox/staff/AlexP) 15.28.39 Quit AlexP (Ping timeout: 276 seconds) 15.35.58 Join CaptainKewl [0] (captainkew@207-237-110-248.c3-0.nyr-ubr2.nyr.ny.cable.rcn.com) 15.39.03 # pamaury, can you confirm that FS#12592 is fixed now? 15.39.37 Quit bluebrother (Ping timeout: 244 seconds) 15.40.21 Quit fs-bluebot (Ping timeout: 276 seconds) 15.41.31 Join bluebrother [0] (~dom@rockbox/developer/bluebrother) 15.41.43 Join fs-bluebot [0] (~fs-bluebo@g225254066.adsl.alicedsl.de) 15.43.10 # I think so, at least bluebrother didn't report me any more failures 15.45.34 Quit liar (Read error: Connection timed out) 15.46.06 # Ok, I'll close it then 15.47.23 # closed, just 613 open tasks to go! :D 15.47.34 Quit stoffel (Ping timeout: 252 seconds) 15.49.25 Quit Bagder (Quit: connection reset by beer) 15.50.42 Quit Thra11 (Remote host closed the connection) 15.51.36 Join Thra11 [0] (~thrall@188.153.125.91.dyn.plus.net) 15.54.59 Join Bagder [241] (~daniel@rockbox/developer/bagder) 15.55.04 Quit Keripo (Quit: Leaving.) 15.56.39 Quit Thra11 (Remote host closed the connection) 15.59.59 Join Thra11 [0] (~thrall@188.153.125.91.dyn.plus.net) 16.00.01 Join y4n [0] (~y4n@unaffiliated/y4ndexx) 16.00.29 # oh nice, the keypad of the gigabeat F is called simply GIGABEAT_PAD, while for the gigabeat S it's called GIGABEAT_S_PAD 16.01.18 Join AlexP [0] (~alex@rockbox/staff/AlexP) 16.04.29 # AlexP, the patch I asked you about, turns out to apply only to the gigabeat F and X, not the gigabeat S 16.08.06 # bertrik: it probably should also be done for GIGABEAT_S_PAD though 16.08.46 # According to the config headers, the S does have HAVE_LCD_FLIP, and it does have the volume buttons on the side like the F 16.09.34 # yes, I'll update the patch to include the S 16.09.59 # I'm having a look at the manual images. I imagine there are more players like this 16.18.41 # bertrik: I think that apart from the gigabeats you also want PHILIPS_HDD1630_PAD PHILIPS_HDD6330_PAD MPIO_HD200_PAD SANSA_CLIP_PAD SANSA_FUZEPLUS_PAD 16.19.05 # I think I'll leave the scope of that specific patch to just the gigabeats 16.19.15 # Although I'm not entirely sure about MPIO_HD200_PAD 16.19.27 # pamaury: well, I don't know if _all_ error paths have been covered. The important ones at least do :) 16.20.09 # bluebrother: there are some exit left but only for critical errors which normally can't happen 16.20.54 Quit soap (Quit: soap) 16.21.28 # well, "normally can't happen" doesn't mean it can't happen at all ... 16.21.28 Join soap [0] (~soap@cpe-76-181-78-156.columbus.res.rr.com) 16.21.29 Quit soap (Changing host) 16.21.29 Join soap [0] (~soap@rockbox/staff/soap) 16.21.55 # either way, the major problem is fixed. 16.22.04 # * bluebrother grumbles about the mkamsboot API 16.23.48 # oh, there's an API for that? ;) 16.25.21 # well, that thing that's called from Rockbox Utility 16.31.31 # bluebrother: the ones left are things like default in a switch which must handle all cases for example 16.31.44 # what is the problem with mkamsboot ? 16.32.56 # pamaury: http://msdn.microsoft.com/en-us/library/ms235460%28v=vs.80%29.aspx 16.33.26 # it's effectively broken if you want to use it as DLL. And from a point of working with objects / dynamic memory as well. 16.33.39 # the one allocating things should also deallocate, not trust on someone else doing it. 16.33.58 # a better way would be to save some state instead, like mp3lame does 16.35.26 # having some state structure could also simplify function calls a lot 16.35.50 # ah, and you can't allocate a buffer and pass that to mkamsboot because you don't know in advance how big it will be 16.37.01 # yes (well, the way it's done right now) 16.37.44 # but mkimxboot is not better right ? 16.38.08 # the loading (and allocation) could be done outside of mkamsboot though. 16.38.22 # haven't checked that. If it uses the same kind of logic it's not better, I'm afraid 16.40.24 # mkimxboot does everything based on filenames 16.40.46 # but I will need change that in future versions 16.41.19 # why that? 16.41.47 # the other annoying thing is how mkamsboot returns error messages. That makes it impossible to translate some errors. Like the one with known firmware versions 16.43.44 # ah no sorry, that's the sb api which I will change 16.43.54 # mkimxboot will stay as it is 16.44.25 # and mkimxboot has clear error return codes 16.48.29 # well, the better. 16.48.49 Quit antil33t (Read error: Connection reset by peer) 16.48.54 # though passing FILE* instead of filenames isn't that bad since it avoids converting filenames around between encodings 16.49.02 # which might break 16.49.20 Join antil33t [0] (~Ahurhurr@101.98.150.103) 16.49.41 # can you passe CRT object like FILE * ? 16.50.30 # also why do you want them as DLL ? 16.50.35 # ah right, FILE* is CRt as well 16.50.49 # because that's the only way I can use VS on Windows 16.51.10 # why is that ? can't it link it statically ? 16.52.02 # it can't build some of the code, so it needs to be in a DLL created by MinGW 16.52.34 # even VS2010 doesn't support C99 16.52.39 # which is pretty annoying 17.00.02 Quit pamaury (Remote host closed the connection) 17.13.05 Join blackmatrix_ny [0] (~blackmatr@cpe-68-174-118-180.nyc.res.rr.com) 17.17.40 Quit Thra11 (Quit: kthxbai) 17.19.58 *** Saving seen data "./dancer.seen" 17.23.08 Join kadoban [0] (~kadoban@ip98-165-177-158.ph.ph.cox.net) 17.38.48 Quit robin0800 (Quit: Leaving) 17.44.42 Quit kevku (Quit: KVIrc 4.0.4 Insomnia http://www.kvirc.net/) 18.20.11 Join anewuser [0] (~anewuser@190.207.159.18) 18.20.11 Quit anewuser (Changing host) 18.20.11 Join anewuser [0] (~anewuser@unaffiliated/anewuser) 18.23.05 Quit nosa-j (Excess Flood) 18.24.29 Join nosa-j [0] (~m00k@adsl-74-235-42-90.clt.bellsouth.net) 18.26.13 Quit leavittx (Ping timeout: 252 seconds) 18.27.28 Quit TheLemonMan (Quit: WeeChat 0.3.7) 18.31.47 Quit blackmatrix_ny (Ping timeout: 260 seconds) 18.54.01 Join Horscht [0] (~Horscht@p549467C7.dip.t-dialin.net) 18.54.01 Quit Horscht (Changing host) 18.54.01 Join Horscht [0] (~Horscht@xbmc/user/horscht) 19.20.01 *** Saving seen data "./dancer.seen" 19.44.40 Quit ender (Quit: The early bird may get the worm, but the second mouse gets the cheese.) 19.47.16 Join liar [0] (~liar@clnet-p09-185.ikbnet.co.at) 19.47.29 Join The_Prospector [0] (baconmaste@unaffiliated/cornman) 19.50.28 Join ender [0] (~ender@foo.eternallybored.org) 19.57.06 Join perrikwp_ [0] (~quassel@cpe-071-076-186-186.triad.res.rr.com) 19.57.37 Quit perrikwp (Ping timeout: 240 seconds) 20.14.51 Join wodz [0] (~wodz@89-76-160-35.dynamic.chello.pl) 20.15.31 # gevaerts: about what you have doubts with HD200 - I can't understand from the logs? 20.17.59 # wodz: there's a setting somewhere to flip the display, and targets with separate volume buttons (sometimes) invert those buttons when that's set. Most such players have the volume buttons on the side where I think this makes sense, but the HD200 seems to have them on the top, and I'm not sure if they should be reversed when the display is flipped 20.19.26 # yes, volume buttons are on the top. I would leave it as is 20.19.51 # I have to admit that I don't entirely get the usefulness of that "flip display" setting anyway 20.21.23 # its one of this settings of type "we just can do this" I guess 20.25.52 # Yes. I wonder if anyone actually uses it 20.28.19 # gevaerts: any progress with mrobe100? 20.28.25 Quit nosa-j (Ping timeout: 244 seconds) 20.28.37 Quit liar (Read error: Connection timed out) 20.29.09 # gevaerts, I think pixelma once told me she uses it 20.29.23 # no. I can reproduce it, but the total lack of clues means I haven't done much about it. Also, while I do own an mr100, I don't know much about it 20.32.05 # gevaerts: is enough to revert just this one commit? 20.32.32 # I mean to restore sound 20.32.52 Join nosa-j [0] (~m00k@adsl-74-235-42-90.clt.bellsouth.net) 20.33.09 # Sound works in the revision before it. I don't think it's possible to revert that commit from HEAD 20.35.47 # does jhMikeS have an idea about it ? 20.36.44 # perhaps just lack of memory? 20.37.22 # bertrik: it has 32MB 20.39.08 # does sound work with the fallback (no theme) theme? 20.39.28 # I haven't tried that. Good idea 20.39.39 # The buffering thread data in the debug menu look normal. Everything works as far as I can see, just not as far as I can hear... 20.39.56 # hum and now i remember jean-louis(?) mentioned different themes affected USB on AMSv2 20.40.08 # yep, my them 20.40.10 # theme 20.41.17 # failsafe doesn't change things 20.57.59 Quit DethkLoK (Quit: Discover the IRC Difference.... - __- shall be back tomorrow arvo au time .....Play With the Best DIE LIKE THE REST!!!!) 21.07.38 Quit Rower85 (Quit: Hmmm...) 21.10.09 # bertrik: Seems to work fine 21.10.26 # the cross fucntions are reversed, as is the volume rocker 21.10.42 Quit dfkt (Quit: -= SysReset 2.55=- Sic gorgiamus allos subjectatos nunc.) 21.11.09 # Although I fail to see why anyone would want an upside down ,ode 21.11.11 # *mode 21.11.47 # Australians, maybe? 21.12.13 # Could be 21.12.27 # Although seeing as they are also upside down, it would appear to be correct to them 21.13.13 # kugel: how does configure determine arm variant? 21.15.37 # Commit 05ebf79 in rockbox by 03Rafaël Carré: configure: remove support for ARM non EABI compiler 21.20.04 *** Saving seen data "./dancer.seen" 21.20.05 Join domonoky [0] (~Domonoky@rockbox/developer/domonoky) 21.21.49 Join Rower85 [0] (husvagn@v-413-alfarv-90.bitnet.nu) 21.42.00 Join TheLemonMan [0] (~LemonBoy@ppp-109-32.26-151.libero.it) 21.51.24 # wodz: predefined cpp defines 21.51.36 Quit ender` (Quit: Trying to establish voice contact ... please yell into keyboard.) 21.52.17 Join ender| [0] (~ender1@foo.eternallybored.org) 21.53.19 # kugel: so it is determined by how host gcc was setup right? 22.04.42 # Hi. I note that because I've used the same name for my ALiEn theme, ported from the Clip+ to the Zip, that only one or the other appears on this page http://themes.rockbox.org/index.php?allthemes - Should I arrange for the name of the Zip theme to be named slightly differently, or can this be fixed on the site? 22.11.33 Quit y4n (Quit: only amiga makes it possible) 22.13.57 Quit ender| (Quit: You this read wrong.) 22.14.27 Join ender| [0] (~ender1@foo.eternallybored.org) 22.17.50 Quit mortalis (Quit: KVIrc 4.1.1 Equilibrium http://www.kvirc.net/) 22.19.02 Quit TheLemonMan (Quit: WeeChat 0.3.7) 22.19.59 Join mortalis [0] (~mortalis@77.108.98.177) 22.22.09 Quit wodz (Quit: Leaving) 22.26.02 Join stoffel [0] (~quassel@pD9E41FAF.dip.t-dialin.net) 22.26.03 Quit stoffel (Read error: Connection reset by peer) 22.36.31 Nick kugel is now known as kugelp (~kugel@rockbox/developer/kugel) 22.41.51 Quit mortalis (Quit: Leaving) 22.44.31 # AlexP, thanks for testing 22.45.37 # gevaerts, still no luck with the mrobe? 22.45.53 # bertrik: I'm not actively working on it 22.48.49 # bertrik: no worries 22.49.12 # who worked on the mrobe port? 22.55.29 # Mark Arigo and Robert Kukla it seems 22.56.02 Join XavierGr [0] (~xavier@rockbox/staff/XavierGr) 22.56.15 Part XavierGr 22.57.48 # Hmmm, neither are around too much 22.57.58 # Just thinking they might have some idea :) 22.59.09 # I wonder if it also affects the mr-500, or if it happens in the sim too 23.01.16 # gevaerts, have you checked the stacks? 23.01.20 # yes 23.07.09 # hm, audio plays in the sim, but the theme doesn't look quite right 23.07.28 # I don't see the artist/song name in the WPS for example 23.11.55 Quit Bagder (Quit: connection reset by beer) 23.16.26 # and UP seems to act as both UP and as PLAY 23.16.51 Join Bagder [0] (~daniel@1-1-5-26a.hud.sth.bostream.se) 23.16.52 Quit Bagder (Changing host) 23.16.52 Join Bagder [241] (~daniel@rockbox/developer/bagder) 23.18.02 # oh, and now I have a negative number of bytes allocated in the mem allocs screen in the sim 23.20.07 *** Saving seen data "./dancer.seen" 23.29.41 # Commit e92fbb4 in rockbox by 03Bertrik Sikken: FS#10345 - Gigabeat: Switch volume buttons in Upside Down mode 23.31.39 # e92fbb4 build result: All green 23.48.15 Quit Horscht (Quit: Verlassend) 23.56.30 Nick kugelp is now known as kugel (~kugel@rockbox/developer/kugel)