Previous day | Jump to hour: 01 02 03 04 05 06 07 08 09 10 11 12 13 14 15 16 17 18 19 20 21 22 23 | Next day

Seconds: Show Hide | Joins: Show Hide | View raw
Font: Serif Sans-Serif Monospace | Size: Small Medium Large

Click in the nick column to highlight everything a person has said.
The icon identifies that the person is a core developer (has commit access).

#rockbox log for 2008-03-10

00:00:02linuxstb_Yes. But the first bit is the tricky bit - you need to find somewhere suitable to add the jump, and as amiconn said, ensure it's not overwritten by the OF
00:00:31 Join spiorf [0] (n=spiorf@host76-226-dynamic.25-79-r.retail.telecomitalia.it)
00:00:50saratogathats true, i have no idea how the binary is spread out in memory once its loaded
00:01:47jhMikeSonly use SDRAM is it's been decided to load rockbox
00:02:08saratogadoes rockbox zero the SDRAM memory when it boots?
00:02:12saratogajhMikeS: ?
00:02:20jhMikeSjust the IBSS area
00:02:21amiconnno
00:02:23linuxstb_saratoga: It will zero the bss (and ibss) sections
00:02:32amiconnIt zeroes BSS and IBSS, but no more
00:02:40*amiconn too slooow
00:02:53*jhMikeS forgot the "BSS" anyway :p
00:03:10saratogaso in theory i could dump most of the DRAM to disk and it'd still contain the OF after rebooting to rockbox?
00:03:38jhMikeSdoes the rbbl load retailos or is it already loaded?
00:04:13linuxstb_It loads it - either from the firmware partition or an OF.mi4 file in the FAT partition
00:05:33 Join bluebrother [0] (n=dom@rockbox/staff/bluebrother)
00:05:49jhMikeSright, so this should be simple. the bl just has to go back to IRAM execution and perform the firmware loads (or the bootloader can execute from an address out of the way of firmware load which the S does atm)
00:07:15saratogaso my original idea
00:07:29saratogabootloader in sdram, branch back to it after the of is booted
00:08:48Nico_PjhMikeS: hi! any progress with the S?
00:08:50jhMikeSit copies vectors to address 0 with absolute jumps into the bl to handle any exeptions. the firmware just has b instructions in the table.
00:10:46jhMikeSNico_P: I go back to that after the threading revisions (which is taking longer than I thought it would)
00:18:56 Quit hannesd (Read error: 113 (No route to host))
00:21:58 Join m0f0x [0] (n=m0f0x@189-47-72-74.dsl.telesp.net.br)
00:22:41 Quit einhirn ("Miranda IM! Smaller, Faster, Easier. http://miranda-im.org")
00:24:48amiconneurgh
00:25:08amiconnViewport lists are messed up on X5 remote
00:26:19linuxstb_Is that 2bpp?
00:26:39bblackif "gather runtime data" is enabled and "Load to RAM" is not, any operation that will affect the runtime data (like a play) followed very fast by a display operation will display garbage
00:26:58*linuxstb_ checks the config and sees that it is
00:27:28linuxstb_amiconn: What's the problem? Are the colours wrong?
00:27:35amiconnyes
00:27:45amiconnIt uses the main lcd colours, converted for the remote
00:28:09amiconnAnd yes, the remote is 2bpp
00:28:37amiconnFound that because I'm trying to convert that remote driver to a combined main/remote driver, like I already did for the 1bpp
00:28:38linuxstb_Yes, apps/gui/viewport.c is obviously wrong - the viewport_set_defaults() function
00:28:59amiconnPreparations for M3...
00:29:17 Quit jpt1 (Read error: 113 (No route to host))
00:29:29linuxstb_Would you like me to fix?
00:30:14amiconnWould be nice :)
00:34:48 Join jpt1 [0] (n=jpt9@pool-68-163-186-132.bos.east.verizon.net)
00:35:39bluebrotherM3? That player without a main LCD?
00:35:57 Quit tessarakt ("Client exiting")
00:36:34amiconnyes
00:36:43 Quit matsl (Read error: 110 (Connection timed out))
00:38:19saratogathere fixed another WMA seeking bug
00:38:22saratogathats 2 in one day
00:39:17 Quit robin0800 (" HydraIRC -> http://www.hydrairc.com <- Organize your IRC")
00:40:04linuxstb_amiconn: Did you say you're treating the remote as a main LCD?
00:40:21amiconnYes, I will
00:40:56amiconnThat's why I need to convert the driver for that pixel format into the flexible main/remote form
00:41:47 Join webguest59 [0] (n=83ac630f@gateway/web/cgi-irc/labb.contactor.se/x-9e457a55f6d8d0a4)
00:42:10linuxstb_OK, so I don't have to worry about the case of no main LCD...
00:42:34*linuxstb_ hopes he's got all these #ifdefs right...
00:42:54linuxstb_Does the X5 sim show the remote (like the H300 does) ?
00:45:03amiconnyes
00:45:52webguest59Hi guys, can I ask a stupid question....I had my gigabeat jumping to the next folder when playing, I recently updated to a newer rockbox and the settings have changed, ie. it no longer jumps folders....I found the "Auto-Change Directory" option, set it to yes and found it didnt fix the issue. I was hoping you may be able to point me to a menu item or some fix.....please help!!!! thanks
00:50:14 Nick JdGordon|zzz is now known as JdGordon (n=jonno@rockbox/developer/JdGordon)
00:50:16 Quit saratoga ("CGI:IRC (EOF)")
00:50:18 Quit jhMikeS (Nick collision from services.)
00:50:24 Join jhMikeS [50] (n=jethead7@rockbox/developer/jhMikeS)
00:50:26JdGordonamiconn: your treating the m3 remote lcd as the main lcd arnt you?
00:50:33 Join |AhIoRoS| [0] (n=ahioros@201.226.58.34)
00:50:57amiconnJdGordon: Check 10 minutes back...
00:51:45 Quit ender` (" The reason they call it the American Dream is because you have to be asleep to believe it. -- George Carlin")
00:52:40JdGordonI mean... SCREEN_MAIN in the screen struct is going to be the remote lcd... or the whole ui will not work
00:53:28Nico_Pwebguest59: there is a bug with auto dir change ATM :(
00:54:32webguest59ahhh....thanks Nico_P, I thought it was me......
00:55:02SSnakegood night guys
00:55:04 Part SSnake
00:55:09Nico_Phopefully we'll get it fixed soon
00:57:31amiconnJdGordon: No, even more basic: The remote ldc will provide the lcd_ functions
00:58:12amiconnIt's just that we can now have this special pixelformat on either main or remote, like we already do for the 1bit vertically packed format
00:58:19JdGordonok, so it will be the "0" screen... thats all I was making sure of
00:58:27 Quit bluebrother ("leaving")
00:59:04amiconnThe only other difference between this and a real main lcd will be that it can be detached, which the gui doesn't need to take care of
00:59:14JdGordongreat
00:59:34webguest59no big deal.....thanks again Nico_P
00:59:38amiconnThe buttons will be handled different though, but for the core, the button contexts will take care of that
00:59:42 Quit waldo (Read error: 104 (Connection reset by peer))
01:00
01:00:14*linuxstb_ breathes a sigh of relief at the green
01:01:05amiconn?
01:02:02 Quit webguest59 ("CGI:IRC")
01:02:02linuxstb_My lack of confidence with my commit.
01:02:24amiconnYOur commit hasn't been built yet...
01:02:42linuxstb_I guess I should look at more than the build table then... ;)
01:04:07 Quit mchua (Read error: 110 (Connection timed out))
01:06:53 Join FOAD_ [0] (n=dok@dinah.blub.net)
01:06:56amiconnWe have a duplicate target_id...
01:10:35amiconnGigabeat F and m:robe 500 both have target_id = 20
01:11:00amiconnShall I change m:robe 500 (as that one isn't listed as being supported yet)?
01:11:46linuxstb_The av300 and gigabeat S also share 26...
01:12:31linuxstb_Yes, it makes sense to change the less supported ones.
01:12:46amiconnSo in the latter case, av300?
01:12:59linuxstb_Yes...
01:13:12 Join ctaylorr [0] (n=ctaylorr@bas1-toronto43-1279529889.dsl.bell.ca)
01:14:13***Saving seen data "./dancer.seen"
01:14:28 Quit amiconn (Nick collision from services.)
01:14:35 Join amiconn [50] (n=jens@rockbox/developer/amiconn)
01:15:09 Quit moos ("Rockbox rules the DAP world")
01:20:14 Quit |AhIoRoS| (Remote closed the connection)
01:20:56 Quit amiconn (Nick collision from services.)
01:21:02 Join amiconn [50] (n=jens@rockbox/developer/amiconn)
01:22:54 Quit FOAD (Read error: 110 (Connection timed out))
01:22:54 Nick FOAD_ is now known as FOAD (n=dok@dinah.blub.net)
01:27:22 Quit mrkiko ("Lost terminal")
01:28:26 Nick midkay_ is now known as midkay (n=midkay@71-35-98-242.tukw.qwest.net)
01:30:57 Join major_works [0] (n=chatzill@ool-45745dcc.dyn.optonline.net)
01:32:01major_worksamiconn: Can you please have a look at lcd-remote-1bit-v.c in SVN?
01:32:19amiconn`What's wrong with that?
01:32:40major_worksWhen I downloaded fresh source... twice now... it's about 10 lines long.
01:33:02amiconnThis is on purpose. Check the last #include...
01:33:43major_worksOK. Thanks.
01:35:13 Quit Nico_P (Remote closed the connection)
01:39:37amiconnlinuxstb_: We also have a case of duplicate MODEL_NUMBER ...
01:39:54amiconnlogikdax and mrobe100 are both 23
01:40:22 Join perrikwp [0] (i=4aa794a0@gateway/web/ajax/mibbit.com/x-9363f8eac6c48ef7)
01:42:58 Quit DaCapn (Remote closed the connection)
01:52:54 Quit japc (Read error: 110 (Connection timed out))
02:00
02:04:22 Quit major_works ("ChatZilla 0.9.81 [Firefox 2.0.0.12/2008020121]")
02:06:21 Join cool_walking_ [0] (n=root@203-59-129-195.perm.iinet.net.au)
02:07:30 Join youngproguru [0] (n=root@cpe-76-180-239-199.buffalo.res.rr.com)
02:15:53 Join mchua [0] (n=mchua@PIKA-ONE-SIXTY-TWO.MIT.EDU)
02:17:55 Join nick89 [0] (n=nick89@58.174.38.229)
02:20:35 Quit ctaylorr (Read error: 110 (Connection timed out))
02:29:21 Quit desudesu ("Urusai!")
02:32:12 Join sbk [0] (n=kbs@dsl081-066-181.sfo1.dsl.speakeasy.net)
02:37:58 Quit BlakeJohnson86 ("Leaving.")
02:38:13 Quit ali_as ("zzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZz")
02:42:01 Join quaal [0] (n=rodney@pool-96-228-165-104.tampfl.fios.verizon.net)
02:42:29 Quit krazykit (Read error: 104 (Connection reset by peer))
02:45:25 Join krazykit [0] (n=josh@adsl-99-155-238-230.dsl.ipltin.sbcglobal.net)
02:48:28 Quit nick89 ("Gotta Go")
02:48:47 Part jpt1
02:58:45 Quit sbk ("leaving")
02:59:14 Quit quaal (Connection timed out)
03:00
03:04:52 Quit ol_schoola ()
03:09:45 Join BlakeJohnson86 [0] (n=bjohnson@70-13-137-214.area2.spcsdns.net)
03:12:17 Join kugel [0] (i=kugel@unaffiliated/kugel)
03:12:25 Quit kugel (Client Quit)
03:14:15***Saving seen data "./dancer.seen"
03:24:36 Quit mchua ("Holy shiny distraction, Batman!")
03:47:15 Join midgey [0] (n=tjross@westquad-188-46.reshall.umich.edu)
03:56:20 Quit csc` ("Powering Off")
03:59:24 Part youngproguru
04:00
04:04:48 Quit midgey ()
04:10:14 Join ctaylorr [0] (n=ctaylorr@bas1-toronto43-1279529889.dsl.bell.ca)
04:10:21 Join jcollie [0] (n=jcollie@dsl-ppp239.isunet.net)
04:12:09 Join midgey [0] (n=tjross@westquad-188-46.reshall.umich.edu)
04:16:25 Join Off-Life [0] (n=c8f41536@gateway/web/cgi-irc/labb.contactor.se/x-2a4146177334ed12)
04:17:52 Join quaal [0] (n=rodney@pool-96-228-165-104.tampfl.fios.verizon.net)
04:17:52 Quit Off-Life (Client Quit)
04:20:33 Join CaiqueBrazil [0] (n=c8f41536@gateway/web/cgi-irc/labb.contactor.se/x-085e0bd553a9c3da)
04:21:10CaiqueBrazilhi all
04:21:25 Quit miepchen^schlaf (Read error: 110 (Connection timed out))
04:21:48 Join miepchen^schlaf [0] (n=el_miep@p54BF4B69.dip.t-dialin.net)
04:22:34CaiqueBrazilAny can help me? I got a iPod Photo 60Gb and wanna play videos on this, its possible?
04:25:42krazykityes. read http://www.rockbox.org/twiki/bin/view/Main/PluginMpegplayer
04:31:00CaiqueBrazilIm checking :)
04:32:04CaiqueBrazilWell I just need download the Rockbox and run at windows with my iPod pluged?
04:32:51krazykitplease read the manual for specific installation instructions
04:33:47CaiqueBrazilwell ok...thx for attention
04:41:21 Quit CaiqueBrazil ("CGI:IRC (EOF)")
04:46:09 Nick BHSPitMonkey_ is now known as BHSPitMonkey (n=stephen@129.120.244.114)
05:00
05:06:26 Quit EspeonEefi ("さよăȘら")
05:07:15 Quit BlakeJohnson86 ("Leaving.")
05:11:21 Quit Thundercloud (Remote closed the connection)
05:14:18***Saving seen data "./dancer.seen"
05:21:52 Join BlakeJohnson86 [0] (n=bjohnson@c-67-190-234-51.hsd1.mn.comcast.net)
05:30:11 Quit ctaylorr (Read error: 110 (Connection timed out))
05:35:21 Quit Horscht ("I am root. If you see me laughing, you better have a backup")
05:52:36 Quit Zarggg ("If you see this message, something probably went wrong.")
05:54:12 Quit hcs ("Leaving.")
06:00
06:02:13 Join WatchDragon [0] (n=a@ip68-4-103-162.oc.oc.cox.net)
06:03:04WatchDragonAnyone know how to make ir realize its hooked up to a pc? i plug it in and it will not go into USB mode anymore
06:07:43 Join UbuSuresh [0] (n=40512613@gateway/web/cgi-irc/labb.contactor.se/x-26842759f508ebe1)
06:07:49UbuSureshhello?
06:08:08WatchDragonhi
06:08:31UbuSureshHi, I just wrote up a list of FM stations in LA for the sansa rockbox, and wanted to add it to the wiki.
06:08:45UbuSureshit said I need to come here to get write permissions?
06:09:00WatchDragon89.3 KPCC, hehe
06:09:09 Join webguest22 [0] (n=4cc0ca35@gateway/web/cgi-irc/labb.contactor.se/x-3eb65f64fb38d4ea)
06:09:44UbuSureshhah
06:09:45UbuSureshyeah
06:10:49WatchDragonim in orange so i get some of those channels, go to school in Long Beach
06:12:03UbuSureshChanServ: that's cool, where, CSLB?
06:12:17UbuSureshdo you have a sansa or use rockbox on something else?
06:12:31WatchDragonipod
06:12:40UbuSureshWhich one? Does it work pretty well?
06:12:54WatchDragonwhat ipod? Video gen5
06:12:56webguest22Hello I have a code question: when I use the function playlist_delete() to remove the next track in the playlist, it still shows up on the WPS as the next track, until it actually plays the next track. What can I do to force the WPS to update?
06:13:10WatchDragonit works fine, it just turns it to disk mode
06:13:14midgeyUbuSuresh: i've given you write permission
06:17:37UbuSureshupdated fm presets page on the wiki. seems pretty easy to write a script that pulls from ChanServ radio-locator.com and convert a zip code to the .fmr format, but i'm not doing it tonight.
06:17:52UbuSureshbye kids
06:17:59 Quit UbuSuresh ("CGI:IRC")
06:25:23 Join Wahaya [0] (i=featherd@wiktionary/neskaya)
06:36:50 Quit midgey ()
06:39:36 Quit Seed (Nick collision from services.)
06:39:44 Join Seed [0] (i=ben@bzq-84-108-237-178.cablep.bezeqint.net)
06:39:50 Join ol_schoola [0] (n=meatwad@c-67-167-20-91.hsd1.il.comcast.net)
06:40:29 Quit perrikwp ("http://www.mibbit.com ajax IRC Client")
06:47:24 Quit webguest22 ("CGI:IRC (EOF)")
07:00
07:01:17 Join hcs [0] (n=agashlin@rockbox/contributor/hcs)
07:02:06 Part toffe82
07:05:31 Join Isolinear [0] (n=A@c-71-236-163-66.hsd1.or.comcast.net)
07:11:42 Join JdGordon_ [0] (n=jonno@c211-28-95-90.smelb1.vic.optusnet.com.au)
07:14:20***Saving seen data "./dancer.seen"
07:19:35 Quit JdGordon (Read error: 110 (Connection timed out))
07:32:33 Join Nico_P [50] (n=nicolas@rockbox/developer/NicoP)
07:35:02 Join LinusN [0] (n=linus@rockbox/developer/LinusN)
07:44:17 Join DerDome [0] (n=DerDome@dslb-082-083-231-190.pools.arcor-ip.net)
07:49:12Slasheribblack: hmm, interesting. it might be that runtime stats writing doesn't lock the db
07:49:50 Quit quaal (No route to host)
07:51:13 Quit DerDome ("Leaving.")
07:56:52 Quit Nico_P (Remote closed the connection)
07:57:11 Quit cool_walking_ (Remote closed the connection)
07:58:38 Nick JdGordon_ is now known as JdGordon (n=jonno@rockbox/developer/JdGordon)
08:00
08:11:31 Quit BigBambi (Remote closed the connection)
08:13:36 Join Rob222241 [0] (n=Miranda@p4FDCCB39.dip.t-dialin.net)
08:21:03 Join einhirn [0] (n=Miranda@p5B031A11.dip0.t-ipconnect.de)
08:22:47 Part zwane ("Leaving")
08:30:40 Join GodEater [0] (i=c2cbc962@rockbox/staff/GodEater)
08:32:05 Quit Rob2222 (Read error: 110 (Connection timed out))
08:39:34 Join Mathiasdm [0] (n=Mathias@vpne165.ugent.be)
08:48:01 Quit JdGordon (Read error: 110 (Connection timed out))
08:52:24 Join Mathiasdm2 [0] (n=Mathias@vpnj026.ugent.be)
08:53:02 Join JdGordon [0] (n=jonno@c211-28-95-90.smelb1.vic.optusnet.com.au)
08:57:11 Join quaal [0] (n=rodney@pool-96-228-151-235.tampfl.fios.verizon.net)
09:00
09:00:50 Join ender` [0] (i=krneki@84-255-206-8.static.t-2.net)
09:01:34 Join [CBR]Unspoken|w [0] (n=cbr@212.98.160.129)
09:02:41 Join CaptainSquid [0] (n=Miranda@proxy14.netz.sbs.de)
09:02:57 Quit CyBergRind|w (Read error: 104 (Connection reset by peer))
09:09:43 Quit Mathiasdm (Read error: 110 (Connection timed out))
09:10:56 Join Zagor [242] (n=bjst@46.35.227.87.static.tab.siw.siwnet.net)
09:12:48 Join petur [50] (n=petur@rockbox/developer/petur)
09:14:24***Saving seen data "./dancer.seen"
09:17:15 Quit GodEater ("http://www.mibbit.com ajax IRC Client")
09:18:37 Join GodEater [0] (i=c2cbc962@rockbox/staff/GodEater)
09:24:19gibbon_haha! gevaerts is a genious! :P
09:24:53gibbon_the firmware that broke my sansas internal filesystem was the OF, not rockbox :) rockbox surpassed them victoriously
09:25:29gibbon_i have no proof for that, but i am really really sure about it
09:26:17 Join stripwax [0] (n=Miranda@87-194-34-169.bethere.co.uk)
09:26:31 Quit JdGordon (Read error: 110 (Connection timed out))
09:34:46 Quit Mathiasdm2 (Read error: 110 (Connection timed out))
09:35:33 Join JdGordon|uni [0] (i=d31c5f5a@gateway/web/ajax/mibbit.com/x-35a6ead0a02a38e8)
09:35:41 Nick JdGordon|uni is now known as JdGordon (i=d31c5f5a@gateway/web/ajax/mibbit.com/x-35a6ead0a02a38e8)
09:39:16 Nick stripwax is now known as stripwax_sick (n=Miranda@87-194-34-169.bethere.co.uk)
09:40:45preglowhmm
09:40:59preglowis initing after a soft reset a part of the ata spec?
09:43:08peturno
09:43:27peturbut it seems the nano and CF need it
09:50:26 Quit wisp_sh (Read error: 110 (Connection timed out))
09:54:44 Join JdGordon_ [0] (n=jonno@c211-28-95-90.smelb1.vic.optusnet.com.au)
10:00
10:08:37 Quit einhirn (Read error: 104 (Connection reset by peer))
10:19:14 Quit JdGordon ("http://www.mibbit.com ajax IRC Client")
10:29:45 Quit [CBR]Unspoken|w ("!")
10:39:12 Join wisp_sh [0] (n=wisp@node-29-1.adsl.tula.net)
10:40:13 Join gevaerts [0] (n=fg@rockbox/developer/gevaerts)
10:40:20 Join stripwax [0] (n=Miranda@87-194-34-169.bethere.co.uk)
10:46:02 Join FOAD_ [0] (n=dok@dinah.blub.net)
10:58:16 Quit stripwax_sick (Read error: 110 (Connection timed out))
11:00
11:02:38 Quit FOAD (Read error: 110 (Connection timed out))
11:02:39 Nick FOAD_ is now known as FOAD (n=dok@dinah.blub.net)
11:05:21preglowpetur: did you find any other source code that does it that way?
11:07:22peturdid not search much for code regarding that issue
11:09:01 Quit XavierGr (Nick collision from services.)
11:09:14 Join XavierGr [0] (n=xavier@rockbox/staff/XavierGr)
11:14:28***Saving seen data "./dancer.seen"
11:20:28 Quit XavierGr (Nick collision from services.)
11:20:41 Join XavierGr [0] (n=xavier@rockbox/staff/XavierGr)
11:27:55 Join carlospd [0] (n=55b7f647@gateway/web/cgi-irc/labb.contactor.se/x-6fda3d2344e3126b)
11:28:00carlospdhey guys
11:28:20peturhi
11:28:24carlospddoes anyone know if there is a rockbox version for the philips gogear series
11:28:46peturdid you read the frontpage of www.rockbox.org?
11:29:03carlospdhhmm
11:29:06carlospdyes :)
11:29:09carlospddidnt see any
11:29:16peturthat's right
11:29:42carlospdso no versions :(
11:29:57carlospdme beloved sansa died and was forced to move to a new one
11:30:23peturthis page lists development status: http://www.rockbox.org/twiki/bin/view/Main/TargetStatus
11:31:22carlospdoh thank you
11:31:25peturPhilips GoGear is listed and looks like another pp target, probably lacks a developer owning one to do the port
11:32:01carlospdyeah, seems like. It is acctually pretty popular over here in germany because it is pretty cheap
11:34:33 Join Crash91 [0] (n=d98bd903@gateway/web/cgi-irc/labb.contactor.se/x-8f2917125aa1d662)
11:37:51 Quit carlospd ("CGI:IRC")
11:41:00 Nick JdGordon_ is now known as JdGordon (n=jonno@rockbox/developer/JdGordon)
11:44:31 Quit Crash91 ("CGI:IRC")
11:49:18 Quit JdGordon (Remote closed the connection)
11:49:35 Join JdGordon [0] (n=jonno@c211-28-95-90.smelb1.vic.optusnet.com.au)
11:50:09 Join roolku [0] (n=roolku@77-99-112-231.cable.ubr16.edin.blueyonder.co.uk)
11:50:54 Join DaCapn [0] (n=dacapn@c-76-105-220-239.hsd1.or.comcast.net)
12:00
12:00:21 Quit Nevtus ("Gone")
12:00:28 Part LinusN
12:02:37amiconnroolku: around?
12:02:47roolkuyes
12:03:21amiconnI hope you don't mind that my driver unification moved the framebuffer into IRAM on the m:robe 100
12:04:26roolkunot at all - as long as it fits
12:04:27 Join barrywardell [0] (n=barry@barry-workstation.ucd.ie)
12:05:59 Quit GodEater ("http://www.mibbit.com ajax IRC Client")
12:06:13 Join GodEater [0] (i=c2cbc962@rockbox/staff/GodEater)
12:07:09roolkulowlight did the display driver though, so I am probably not qualified to comment
12:09:19roolkuamiconn: btw, are you planning to write the *blit functions for greyscale on the m:robe, or should I have a go (not this week though)
12:12:24 Join Nico_P [50] (n=nicolas@rockbox/developer/NicoP)
12:12:37 Quit DaCapn ()
12:14:51 Join pondlife [50] (n=Steve@rockbox/developer/pondlife)
12:14:54 Join Thundercloud [0] (n=thunderc@resnet23.nat.lancs.ac.uk)
12:20:46 Quit JdGordon (Remote closed the connection)
12:21:16 Join JdGordon [0] (n=jonno@c211-28-95-90.smelb1.vic.optusnet.com.au)
12:22:12 Quit JdGordon (Remote closed the connection)
12:22:32 Join JdGordon [0] (n=jonno@c211-28-95-90.smelb1.vic.optusnet.com.au)
12:28:28roolkuDoes anybody know if samplerates of 48khz are supported in our WMA codec? Can't find anything about it on the wiki.
12:29:35roolkuI've had a bugreport for the m:robe 100, but the file doesn't play on the gigabeat either, so I assume it is a problem with the codec
12:30:31 Quit rgould (Remote closed the connection)
12:33:46 Join DaCapn [0] (n=dacapn@c-76-105-220-239.hsd1.or.comcast.net)
12:36:13 Join Nevtus [0] (n=Nevtus@unaffiliated/nevtus)
12:44:54 Join mikeage [0] (n=mmiller@lotis.site5.com)
12:45:10 Quit jcollie ("Ex-Chat")
12:47:57 Part mikeage
12:49:42 Join mikeage [0] (n=mmiller@lotis.site5.com)
12:50:22 Quit jhMikeS (Nick collision from services.)
12:50:28 Join jhMikeS [50] (n=jethead7@rockbox/developer/jhMikeS)
12:51:07 Join shx [0] (n=5a502729@gateway/web/cgi-irc/labb.contactor.se/x-56d68ed2e0b0e3c3)
12:51:11amiconnroolku: Perhaps, but not the next few days. I'll work on the M3 port
12:52:00shxHi all. Has anyone heard of OpenMax which is an API dedicated to multimedia ?
12:52:40shxespecially the OpenMax IL, IL standing for Integration Layer
13:00
13:02:39amiconnInteresting adapter for archos jukebox users: http://www.addonics.com/products/flash_memory_reader/ad44midecf.asp
13:03:23amiconnInsert 2x 32GB CF (requires adding master/slave support to the rockbox ata driver)
13:10:00 Join gevaerts_ [0] (n=fg@195-144-092-136.dyn.adsl.xs4all.be)
13:10:15 Quit gevaerts (Nick collision from services.)
13:10:20 Nick gevaerts_ is now known as gevaerts (n=fg@195-144-092-136.dyn.adsl.xs4all.be)
13:10:41gevaertsDoes anyone here have a sansa dock ?
13:11:10advcomp2019gevaerts, what sansa dock
13:11:31gevaertsI'd like to see if http://forums.rockbox.org/index.php?topic=15867.0 happens to other people as well
13:13:01advcomp2019i have the griffin powerdock for my sansa e280r so hold on so i can try it
13:14:29***Saving seen data "./dancer.seen"
13:16:08*gevaerts i holding on
13:16:11gevaerts*is
13:19:53advcomp2019gevaerts, that does happen with mine
13:21:46advcomp2019gevaerts, it only happens when there is only power going to the dock
13:22:31 Quit OlivierBorowski (Remote closed the connection)
13:22:32gevaertsadvcomp2019: Are you running a revision after r16541 ?
13:23:29 Join OlivierBorowski [0] (n=OlivierB@ANancy-157-1-102-26.w86-218.abo.wanadoo.fr)
13:24:44advcomp2019i am using r16585.. i am going to try the newest one next
13:25:12gevaertsadvcomp2019: does that dock provide USB passthrough, or does it have a built-in USB hub ?
13:26:01gevaertsr16585 is recent enough. There are no changes after that one that could influence this
13:26:16advcomp2019i have openned the dock up before and it is a passthrough design
13:27:51gevaertsOK, so booting with only USB-power is the problem. I'll see what I can do tonight.
13:28:07*gevaerts thought he tested that...
13:29:01advcomp2019yea because i just tested it with only power with the sansa data cable and it does the same thing
13:31:40 Join DerDome [0] (n=DerDome@dslb-082-083-231-190.pools.arcor-ip.net)
13:31:41gevaertsAre you running a standard build (i.e. one with USB not enabled) ? If so, does it reboot when plugging it into a PC ?
13:34:47 Join midgey [0] (n=tjross@westquad-188-46.reshall.umich.edu)
13:35:11advcomp2019yes standard build without usb enabled.. yes it does reboot when you plug it in with the usb cable connected to the computer
13:35:22amiconngevaerts: As you seem to know usb well: Is it normal that a device plugged into an usb hub detects an usb connection even though the upstream port of that hub isn't plugged?
13:36:29gevaertsadvcomp2019: OK. Thanks for testing
13:38:13 Quit midgey (Client Quit)
13:38:37gevaertsamiconn: that depends. Some hubs always provide power (if their power supply is plugged in), so if USB detection depends on USB power detection (like rockbox does), it will detect that. On hubs with "proper" power switching, that shouldn't happen. Power switching is optional in the USB spec
13:40:43advcomp2019gevaerts, one more thing i just tested with the power only with the sansa data cable with rockbox turned on then i plugged it in usb cable to the sansa and it works fine
13:40:47 Quit Nevtus ("Gone")
13:43:39gevaertsamiconn: if the device uses D+ and D- signal levels to detect a connection, it won't see anything unless the hub is properly connected as well.
13:46:49gevaertsadvcomp2019: so it's just booting while power-only connected that's broken. I'll fix it tonight
13:47:58advcomp2019yes that is what it seems
13:51:06 Join Nevtus [0] (n=Nevtus@unaffiliated/nevtus)
13:54:50 Quit Nevtus (Client Quit)
14:00
14:02:22 Quit mikeage (Remote closed the connection)
14:02:55 Join mikeage [0] (n=mmiller@lotis.site5.com)
14:06:21 Join perrikwp [0] (i=982133c1@gateway/web/ajax/mibbit.com/x-3b044c0919eb66e2)
14:06:40 Join Nevtus [0] (n=Nevtus@unaffiliated/nevtus)
14:08:00 Join nplus [0] (n=nplus@141.25.globcom.net)
14:11:27ZagorI have now switched to the new svn-hosted homepage. yell if anything is missing.
14:11:52Zagor(you're not supposed to notice any difference)
14:14:18 Quit DerDome ("Leaving.")
14:14:51 Join rgould [0] (n=rgould@osgeo/member/rgould)
14:20:40peturZagor: http://www.rockbox.org/recent.shtml
14:21:07Zagorah
14:21:26 Join LambdaCalculus37 [0] (n=44a0430f@gateway/web/cgi-irc/labb.contactor.se/x-27ba202a93fb065b)
14:23:07 Join Mathiasdm [0] (n=Mathias@vpnf013.ugent.be)
14:23:56 Join LosNir [0] (n=nirazuel@bzq-79-178-3-171.red.bezeqint.net)
14:24:02peturZagor: that page also still has the old 'since augist 1' link below the svn history
14:24:05LosNirHey guys
14:24:12Zagorindeed
14:24:36LosNirI need help unbricking my sansa c250.
14:25:04advcomp2019LosNir, what is it doing
14:25:29LosNirI formatted it in ntfs mode, and it just screwed up, so i accdiently copid a e250 bootloader files to recovery mode and bricked it.
14:25:33 Join desowin [0] (n=desowin@atheme/developer/desowin)
14:26:17LosNirIt looks like Manufacturing Mode works
14:26:29LosNirthe screen is blank, only buttons light
14:26:30advcomp2019LosNir, use the "sansa.fmt" from recovery mode.. that is the best bet
14:26:40LosNirI can't get into recovery mode anymore
14:27:05advcomp2019LosNir, you will need to use the e200tool then
14:27:07LosNirWhen i turn it on i have a blank screne.
14:27:14LosNirThe Manufacturing Mode works tho
14:27:40LosNirso i'm planning to use Ubuntu live cd to fix it with e250tool
14:27:54LosNirWill ubuntu live cd work?
14:28:18LosNirOk i'm in ubuntu in the other computer
14:28:25advcomp2019yes it will
14:28:45LosNirGreat :)
14:28:48LosNiri'll update you as soon i'll try to run it
14:29:53LosNir2Ok which files to download for the c250?
14:29:56LosNirok*
14:30:12LosNirthis: http://daniel.haxx.se/sansa/c200/
14:30:19LosNiror this: http://daniel.haxx.se/sansa/c200/A1_01_06/
14:30:20LosNir?
14:31:50LosNirAnyone?
14:32:21GodEaterpatience...
14:32:47advcomp2019you need the sansa c200 bootloader, the c200 firmware, and maybe the "sansa.fmt" files
14:32:54LosNirDidn't know you nned to think about it so much :P
14:33:07LosNiryeah, put theres to links:
14:33:13LosNir<LosNir> this: http://daniel.haxx.se/sansa/c200/
14:33:14LosNir<LosNir> or this: http://daniel.haxx.se/sansa/c200/A1_01_06/
14:33:29 Quit hcs ("Leaving.")
14:33:39gevaertsLosNir: you will need firmware.mi4 and pribootLoader.rom from http://daniel.haxx.se/sansa/c200/A1_01_06/
14:33:49LosNirOk, thanks.
14:35:27LosNirIt says permissions denied when i try to run it..
14:35:40gevaertsRun "chmod +x e200tool"
14:36:20LosNirok it works.
14:36:24LosNirNo for the parameters?
14:36:27LosNirnow*
14:37:02LosNiri bet it's e200rool -recover pribootLoader.rom
14:37:03LosNirright?
14:37:10LosNir