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 Logo icon identifies that the person is a core developer (has commit access).

#rockbox log for 2010-06-15

00:01:08wodzpixelma: Nearly everything can be affected. I didn't changed code by itself but strange things may come out
00:01:55wodzworking playback is *BIG* success in my eyes :-)
00:02:22soapthe virus could write an autorun.inf file and deliver an .exe payload that preys upon autorun being on on legacy Windows systems.
00:02:59soapsaid .exe installs a system service which writes (mind you the _correct_) rock file to any mounted removeable device with Rockbox installed.
00:03:51bertrikpamaury, what file and what line has the offending d2 delay code?
00:04:03kisakinfect rockbox with an AI that can direct connect to other mp3 players and attack the hardware until it can survive in the hostile environment, then learn from the assimilated port to move even quicker the next time
00:04:09soapeven better the HID capabilities could be subverted to randomly issue an Alt+F4.
00:04:49 Quit bmbl (Quit: Bye!)
00:05:03pamaurybertrik: i2c-telechip.c, I'm trying to rewrite in assembly
00:05:11wodzALT+CTRL+BACKSPACE on unices :-)
00:05:47kisakon X sessions which have that still enabled wodz
00:06:04pixelmawodz: all sound effect seem to take effect (just tested adjusting though, not setting something else)
00:06:14bertrikguys, this sounds more like #rockbox-community talk
00:06:33 Quit obo_ (Ping timeout: 252 seconds)
00:07:02wodzbertrik: discussion about rockbox virus development? are you kidding? ;-)
00:10:03pixelmathat pictureflow thing doesn't do much on hwcodec. You couldn't start playback from it before and there was no change in the plugin itself. Still these got the same "framework" as swcodec
00:11:09 Quit wodz (Quit: Leaving)
00:11:30simonrvni keep seeing the sim crash. wth.
00:13:55pamauryhum, I rewrote the delay_loop thing in assembly but it just crashes, I'm not used to write arm assembly though, however I can't see how I could have get it wrong
00:14:49 Quit elcan (Read error: Connection reset by peer)
00:19:02 Quit notlistening (Quit: Leaving)
00:19:08 Part domonoky1
00:21:36 Join elcan [0] (user36@ipv6.eclipse.sh3lls.net)
00:21:41 Join S_a_i_n_t [0] (S_a_i_n_t@203.184.2.128)
00:21:41stripwaxpamaury - pastebin? and/or are you certain that that is the thing that crashes?
00:22:49 Quit ender` (Quit: We're not lost. We're locationally challenged. -- John M. Ford)
00:23:09 Join Curtman [0] (~curt@S010600248c269238.wp.shawcable.net)
00:25:54pamauryno sorry, it freezes, just wait a minute
00:34:13pamaurystripwax: http://pastebin.com/5bmFKSrm
00:36:37 Quit Rob2222 (Quit: Rob2222)
00:38:26bertrikpamaury, maybe I'm missing something, but wouldn't this work: http://pastebin.ca/1883241 ?
00:39:45stripwaxpamaury - hrm, %0 should be an output register, since you're modifying it.
00:40:04stripwaxand %1 should be an input register.
00:40:25stripwaxlooks like you have both 0 and 1 as input registers
00:41:09bertrikAlso, i2c communication can hardly be *too slow* I think
00:41:33pamauryah ok, did you compile the asm volatile("nop") trick with gcc 4.4.0 ? I would be nice if it worked
00:42:09kisak"I would be nice" ... you're not nice otherwise?
00:42:31kisak:P
00:42:32bertrikpamaury, no, I only tried with the new arm eabi 4.4.4
00:43:26stripwaxwhy not just initialise to freq>>2, and subs,bne.
00:43:34stripwax^ >>22 i mean
00:44:01stripwaxor is idea that delay loop has exactly 4 instructions?
00:44:03pamauryI don't know, I tried to get the same code as the old abi compiler
00:44:52stripwaxhrm. presumably someone has a calibration in mind with this delay loop? or does it not really matter if it takes maybe 25% more or less time?
00:45:14stripwaxor is that actually the problem? (wasn't really watching the conversation earlier)
00:45:30pamauryok, the asm volatile("nop") generates good code for both compilers it seems but adds a nop. Let's try with this. I don't know if the timing is highly critical or not
00:45:43stripwaxdid you see what I wrote about making %0 an *output* register?
00:46:20gevaertspamaury: you can always add some more NOPs and change that shift to compensate
00:46:31pamauryyep, I forgot about this, I've not written inline assembly for ages
00:46:58pamauryit seems to work with the nop, at least backlight and touchscreen
00:46:59pamaury\o/
00:47:53stripwaxscary that we have calibrated delay loops that are written in c
00:49:06pamauryI'm not sure the timing is that critical. It just can't be too fast or too slow probably but I don't know the details of i2c
00:49:14pamauryLet's try with the old abi
00:50:14pamauryseems to work too
00:50:55bertrikAFAIK, I2C cannot really be too slow. Probably all I2C devices can work at 100 kHz clock and most at 400 kHz clock.
00:51:27pamauryYes but can it accomodate every frequency inbetween ? Because our implementation is not really precise
00:52:24bertrikYes it can
00:52:38pamauryShould I commit that ?
00:52:51pamauryIt works on the D2 I have with both old and new abi so it should be fine
00:55:37 Quit Curtman (Quit: Leaving)
00:56:29***Saving seen data "./dancer.seen"
00:56:44pamauryOk, let's go ahead. We will stick with the old abi compiler but with the new fix and after more testing, we'll switch to eabi
00:57:55gevaertssounds good
00:58:16bertrikSounds like a good plan! I have no d2 and never developed for it, so I'm not really the one to decide.
00:59:02 Quit bertrik (Quit: De groeten)
00:59:19 Quit bluebroth3r (Ping timeout: 265 seconds)
01:00
01:01:32CIA-6New commit by pamaury (r26850): cowond2: make sure the i2c delay loop code is actually generated by the eabi compiler. ...
01:02:05pamauryThe next step would be to recalculate the FREQ>>2 magic to acknowledge this nop instruction probably
01:02:15pamaury(if it really matter)
01:03:03 Quit efyx (Remote host closed the connection)
01:03:31CIA-6r26850 build result: All green
01:05:02 Quit pamaury (Remote host closed the connection)
01:10:00 Nick fxb is now known as fxb__ (~felixbrun@h1252615.stratoserver.net)
01:14:22 Quit ranma (Ping timeout: 248 seconds)
01:15:32 Join ranma [0] (ranma@mx.tdiedrich.de)
01:15:50 Join bluebrother [0] (~dom@f053155076.adsl.alicedsl.de)
01:15:51 Quit bluebrother (Changing host)
01:15:51 Join bluebrother [0] (~dom@rockbox/developer/bluebrother)
01:19:59 Join kramer3d [0] (~kramer@unaffiliated/kramer3d)
01:20:00 Join kramer3d_ [0] (~kramer@unaffiliated/kramer3d)
01:21:41 Join BHSPitMonkey [0] (~stephen@unaffiliated/bhspitmonkey)
01:24:41 Quit Buschel (Ping timeout: 264 seconds)
01:28:37 Quit jfc (Ping timeout: 264 seconds)
01:32:35 Join jfc [0] (~john@dpc6682208002.direcpc.com)
01:37:06 Quit stripwax (Read error: Connection reset by peer)
01:41:37 Quit literal (Read error: Connection reset by peer)
01:51:13S_a_i_n_tIs there a themesite admin in the house?
01:54:26 Join literal [0] (hinrik@v.nix.is)
01:59:54 Join uhhhh [0] (www-data@giant.haxx.se)
02:00
02:01:41 Quit uhhhh (Client Quit)
02:10:48 Join CaptainKwel [0] (~jason@207-237-113-115.c3-0.nyr-ubr1.nyr.ny.cable.rcn.com)
02:15:55S_a_i_n_tCan someone please look at committing FS #5855? I adds AI to the plugin pong.rock so it can be played as a 1 player game, which I personally find quite awesome as on some targets in particular even attempting to play 2 player is a bit of a mission. And, on the iPods for instance playing 2 player requires either perfect cooperation, or risking damaging the clickwheel by trying to get it to do something it is definitely not designed for.
02:16:25S_a_i_n_t(ie. pressing two buttons on opposite sides of the clickwheel at the same time)
02:16:54S_a_i_n_tAdditionally, I find the idea of a solely 2 player game on a DAP a little ridiculous ;)
02:27:46 Quit BradC (Ping timeout: 240 seconds)
02:30:54 Join anewuser [0] (anewuser@unaffiliated/anewuser)
02:32:27 Quit DerPapst1 (Quit: Leaving.)
02:39:44 Quit saratoga (Quit: Page closed)
02:56:31***Saving seen data "./dancer.seen"
02:57:08 Join Darkknight512 [0] (~Darkknigh@CPE00212968356c-CM00186845dd46.cpe.net.cable.rogers.com)
02:57:11 Quit kramer3d_ (Quit: Leaving)
03:00
03:07:32 Join Rob2222 [0] (~Miranda@p4FDCA437.dip.t-dialin.net)
03:28:03 Join CGL [0] (~CGL@190.207.202.226)
03:33:26 Quit Darkknight512 (Quit: ChatZilla 0.9.86 [Firefox 3.6.3/20100401080539])
03:35:09 Quit Rob2222 (Quit: Rob2222)
03:38:49 Quit steve|m (Ping timeout: 276 seconds)
03:49:03 Join panni__ [0] (hannes@ip-95-222-52-93.unitymediagroup.de)
03:49:55 Quit MethoS- (Read error: Connection reset by peer)
03:52:04 Quit panni_ (Ping timeout: 258 seconds)
03:55:25 Join steve|m [0] (~steve@p4FD47961.dip.t-dialin.net)
04:00
04:06:47 Quit TheSeven (Ping timeout: 265 seconds)
04:08:23 Join Rob2222 [0] (~Miranda@p4FDCA437.dip.t-dialin.net)
04:10:10 Join TheSeven [0] (~TheSeven@rockbox/developer/TheSeven)
04:11:43 Quit liar (Read error: Connection timed out)
04:12:09 Join moparx [0] (~moparx@unaffiliated/moparx)
04:12:18 Join liar [0] (~liar@clnet-p09-185.ikbnet.co.at)
04:13:01 Join BradC [0] (~joust@58.171.44.81)
04:19:11 Join obo [0] (~obo@rockbox/developer/obo)
04:21:52 Join dhansen7 [0] (~dhansen7@c-67-161-186-248.hsd1.ca.comcast.net)
04:22:28dhansen7is it safe to use the RockboxUtility (1.2.6) with the sansa clip+?
04:23:55 Quit Barahir (Ping timeout: 265 seconds)
04:24:19JdGordonyes
04:24:40 Quit BradC (Ping timeout: 265 seconds)
04:24:47dhansen7ok, so I just download the utility run it, and voila?
04:24:51dhansen7it works?
04:25:15 Join Barahir [0] (~jonathan@frnk-590f49a1.pool.mediaWays.net)
04:25:52dhansen7JdGordon: should I upgrade to the latest OF first?
04:36:18 Quit XStatik (Quit: Leaving)
04:41:44 Quit amiconn (Disconnected by services)
04:41:46 Join amiconn_ [0] (quassel@rockbox/developer/amiconn)
04:42:06 Nick amiconn_ is now known as amiconn (quassel@rockbox/developer/amiconn)
04:42:42 Join pixelma_ [0] (quassel@rockbox/staff/pixelma)
04:42:42 Quit pixelma (Disconnected by services)
04:42:52 Nick pixelma_ is now known as pixelma (quassel@rockbox/staff/pixelma)
04:46:38 Quit mc2739 (Ping timeout: 265 seconds)
04:48:04 Join mc2739 [0] (~mc2739@rockbox/developer/mc2739)
04:49:18*JdGordon wonders why the d2 wont start rockbox
04:56:35***Saving seen data "./dancer.seen"
05:00
05:02:09JdGordonwhat the heck? it only boots rockbox if hold is on?
05:02:20S_a_i_n_tOdd.
05:02:55S_a_i_n_tWhen did you get a D2? Is it a D2, or a D2+?
05:04:15JdGordongot it today, regular d2
05:04:26S_a_i_n_tNice.
05:04:40JdGordon8gb internal, 16gb external :)
05:06:14 Quit dhansen7 (Quit: Leaving)
05:09:05 Quit togetic (Read error: Operation timed out)
05:10:51 Quit anewuser (Quit: for SELL 2 by the price of 1 now!)
05:11:56JdGordonanyone awake that knows arm?
05:15:02 Quit moparx (Ping timeout: 240 seconds)
05:16:05S_a_i_n_tAnyone awake that happens to be a themesite admin?
05:16:35JdGordonsend an email to them...
05:16:54S_a_i_n_tHmmm, good point.
05:17:35S_a_i_n_tI saw scorche floating around in -community earlier...thought maybe I could catch him.
05:24:48 Join togetic [0] (~togetic@unaffiliated/ibuffy)
05:26:16JdGordonfirst thing I need to do is get the skin touch regions working in the sbs...
05:33:06 Join S_a_i_n_t_ [0] (S_a_i_n_t@203.184.3.156)
05:34:29 Quit S_a_i_n_t (Ping timeout: 265 seconds)
05:40:32 Quit panni__ (Quit: ( www.nnscript.de :: NoNameScript 3.81 :: www.XLhost.de ))
05:41:43 Quit Horscht (Quit: Verlassend)
05:52:30 Join dhansen7 [0] (~dhansen7@c-67-161-186-248.hsd1.ca.comcast.net)
05:52:55dhansen7do people generally find that rockbox has better sound quality than the OF for the clip+?
05:53:53S_a_i_n_t_that depends on the perception of "better" I suppose...people like different things.
05:54:22S_a_i_n_t_It definitely has better options to customise the sound than the OF though.
05:54:32dhansen7yeah, I'm trying to decide right now if I like it or not, it seems like the quality is pretty good
05:54:37dhansen7at least as good as the OF
05:56:30S_a_i_n_t_I think (personally) that even if the sound quality *was* a little "worse" (again, this is subjective) that everything else that RB allows a DAP to do makes it a pretty straightforward choice.
05:56:42S_a_i_n_t_There simply *isn't* an OF that comes close to RB.
06:00
06:19:06 Join kaylinsigswort [0] (~Zigtown@CPE00259ce0fdb2-CM0014f8cc807a.cpe.net.cable.rogers.com)
06:25:18 Quit fdinel (Quit: Miranda IM! Smaller, Faster, Easier. http://miranda-im.org)
06:32:29scorchedhansen7: it depends on the target, but generally rockbox sounds the same as the original firmware, though rockbox gives you many more options to change how it sounds through the use of things like parametric EQ, crossfeed, etc
06:36:30 Join BradC [0] (~joust@120.153.2.9)
06:40:34dhansen7I've read the manual and searched a bit, but I can't seem to find the "Pitch Screen"
06:43:30 Join webguest96 [0] (www-data@giant.haxx.se)
06:44:08webguest96does Rockbox for the Snasa Fuze still drain more battery then the stock firmware?
06:44:12webguest96*sansa
06:44:25scorchethe clip+ is not a stable port...therefore, some things may not be working properly or even at all...if you do not see it in the manual, it is possible that that feature does not exist yet for that device - however i do not have one and have not been involved in its development, so i do not know
06:44:27dhansen7oh my.....gapless playback is so smooth
06:44:50scorchedhansen7: it isnt "lessgap" playback ;)
06:45:24dhansen7scorche: yes, finally an affordable player/firmware that can do it right :)
06:45:47webguest96Because when I was using the unstable port it did drain more... but I was wondering if that has changed.
06:46:10scorchewebguest96: well, you could test it yourself...
06:46:40dhansen7what does "wps" stand for?
06:46:54webguest96Just making sure if someone might have already tested ;)
06:47:20scorchedhansen7: "while playing screen"...the manual should say as much...
06:47:53dhansen7scorche: sorry to bother, I just found it
06:47:59dhansen7just thinking out loud a bit
06:48:22 Quit hebz0rl (Quit: Ex-Chat)
06:50:12webguest96So, has their been any progress with hacking Zunes/iPods?
06:50:28webguest96Just curious :P
06:53:21 Join mscoolnerd [0] (~Mark@adsl-75-37-166-183.dsl.sndg02.sbcglobal.net)
06:53:35dhansen7amazingly, the clip+ rockbox port hasn't given me any problems or crashed yet
06:53:39dhansen7everything seems to work
06:53:52mscoolnerdI need some help with building
06:54:50mscoolnerdthe configure tool reports as being unable to find arm-elf-eabi-gcc or arm-elf-eabi-ld
06:56:11mscoolnerdi ajusted the path but still nothing
06:56:39***Saving seen data "./dancer.seen"
06:58:36 Quit webguest96 (Quit: CGI:IRC (EOF))
07:00
07:02:48mscoolnerdcould someone please help me?
07:03:24 Quit CaptainKwel (Quit: Ex-Chat)
07:10:49 Join einhirn [0] (~Miranda@bsod.rz.tu-clausthal.de)
07:11:07 Quit BradC (Ping timeout: 272 seconds)
07:13:10 Quit dhansen7 (Quit: Leaving)
07:18:22 Part mscoolnerd
07:25:45 Quit CIA-6 (Ping timeout: 240 seconds)
07:30:29 Quit togetic (Ping timeout: 265 seconds)
07:43:59 Join togetic [0] (~togetic@c-71-228-184-130.hsd1.al.comcast.net)
07:44:01 Quit togetic (Changing host)
07:44:01 Join togetic [0] (~togetic@unaffiliated/ibuffy)
07:47:03 Join CIA-6 [0] (cia@208.69.182.149)
07:56:08 Join LinusN [0] (linus@rockbox/developer/LinusN)
08:00
08:05:00 Join Buschel [0] (~~andree@p54A3EEFE.dip.t-dialin.net)
08:06:31 Quit BHSPitMonkey (Read error: Connection reset by peer)
08:10:10 Join lev_ [0] (~lev@89.221.199.187)
08:17:00 Join dhansen7 [0] (~dhansen7@c-67-161-186-248.hsd1.ca.comcast.net)
08:17:20dhansen7has anyone ever gotten the "FAT corrupted" message with rockbox on the clip+?
08:17:58dhansen7I'm getting that message, and I've connected the device to the computer in MSC mode, but I keep getting I/O errors when I try to reformat it
08:18:20dhansen7that message is coming from the OF by the way
08:20:22JdGordonhavnt seen that before
08:20:26JdGordondo a format from inside the of
08:20:45dhansen7How can I do that?
08:20:52dhansen7it won't boot into the OF
08:21:08dhansen7usually you hit the left button right?
08:22:39dhansen7well, I think I managed to ruin my clip+, it can't read or write properly to the device in MSC mode, even fdisk generates I/O errors
08:24:36 Join Zagor [0] (bjst@rockbox/developer/Zagor)
08:24:50dhansen7JdGordon: can I somehow force it into the of?
08:24:58dhansen7even with fat corrupted?
08:25:04JdGordonhold left
08:25:10 Quit MagusG (Read error: No route to host)
08:25:23 Quit kaylinsigswort (Ping timeout: 265 seconds)
08:25:36dhansen7yeah, it says to connect the clip to a PC
08:25:42 Join MagusG [0] (magusg@c-76-97-148-35.hsd1.ga.comcast.net)
08:25:44dhansen7which doesn't seem to be working either
08:26:04JdGordoneek
08:27:00dhansen7I think I might have accidentally triggered a database update and initialization simultaneously
08:27:18dhansen7it looks like the flash memory itself might have been overloaded
08:27:27dhansen7looks like it's trashed
08:27:43dhansen7dammit
08:28:46 Join bertrik [0] (~bertrik@rockbox/developer/bertrik)
08:29:48JdGordonthat should be fixable...
08:30:57dhansen7JdGordon: is there some kind of recovery mode, the other day you mentioned there was some way to unbrick it
08:31:22JdGordonyes, you need to open it up and connect two pins
08:32:07dhansen7something tells me that it needs a hard reset
08:32:24dhansen7like there's still some kind of resource that is tying up the flash controller
08:32:32 Join pondlife [0] (~Steve@rockbox/developer/pondlife)
08:32:42dhansen7but, I've already held down the power button for 20 seconds
08:32:46dhansen7and that didn't do anything
08:33:15 Quit TheSeven (Ping timeout: 240 seconds)
08:36:02 Join ender` [0] (krneki@foo.eternallybored.org)
08:38:32 Join wodz [0] (~wodz@chello087206240004.chello.pl)
08:39:09 Join Highlander [0] (~Highlande@mek33-4-82-236-45-205.fbx.proxad.net)
08:39:30 Quit Buschel (Ping timeout: 258 seconds)
08:39:35wodzI just got email from a guy that he send HD200 remote for me by post :-) Do we have list of donators or something like this?
08:43:06JdGordonI dont tihnk so...
08:45:54dhansen7JdGordon: where are the two pins I need to short, and is it a momentary thing, or do I need to keep them shorted?
08:48:15JdGordonits in the wiki somewhere... cant find it now though
08:48:48 Quit mc2739 (Ping timeout: 265 seconds)
08:50:34 Join mc2739 [0] (~mc2739@rockbox/developer/mc2739)
08:53:15 Join Buschel [0] (~~andree@p54A3EEFE.dip.t-dialin.net)
08:53:21simonrvnSansaAMS page probably
08:55:01CIA-6New commit by bieber (r26851): Theme Editor: Changed color to colour in preferences. Made parse tree viewer alternate line colors and auto-scroll/expand with cursor in editor ...
08:55:24CIA-6New commit by jdgordon (r26852): FS #11096 - fix the "last touch" tag from being true on boot
08:56:41***Saving seen data "./dancer.seen"
08:56:46CIA-6r26851 build result: All green
08:58:35CIA-6r26852 build result: All green
09:00
09:00:42pondlifeCan somebody who has access add Fuze/M:Robe 100/Vibe 500 to the Flyspray "Player Type" list now they are stable..?
09:02:47Stummierm.. has the used compiler for the sansa-fuse-v2 changed from arm to arm-eabi last days or so?
09:03:55JdGordonyes
09:05:45Stummiok
09:05:48 Join Rob2223 [0] (~Miranda@p4FDCA7B6.dip.t-dialin.net)
09:06:50 Join funman [0] (~fun@rockbox/developer/funman)
09:07:37funmangevaerts: http://img15.imageshack.us/img15/6403/captureterminal.png < does that remind you something?
09:08:38CIA-6New commit by pondlife (r26853): FS #10336 - Simplify list redrawing to improve voicing when scrolling to top/bottom.
09:08:57 Join GeekShadow [0] (~Antoine@reactos/tester/GeekShadow)
09:08:57funmanthat'd be the m6sl OF code for LCD SPI, just checking i'm reading the good thing
09:09:02 Quit Rob2222 (Ping timeout: 264 seconds)
09:10:19CIA-6r26853 build result: All green
09:15:45 Join petur [0] (d408b802@rockbox/developer/petur)
09:17:46 Quit Buschel (Ping timeout: 240 seconds)
09:18:59bertrikAlexP, domonoky, can you try this patch on your beast and e200v2 respectively: http://www.rockbox.org/tracker/task/11403 ?
09:19:20AlexPbertrik: I can, but I'm at work so I can't build until this evening
09:19:32 Join Luca_S [0] (www-data@giant.haxx.se)
09:19:37AlexPbertrik: If you put a build up somewhere for me, I can test now though :)
09:20:06bertrikok, thanks in advance, and tonight is fine, have to go to work myself :)
09:20:11Luca_Shello funman - here is the battery bench you asked two days ago (fuzev2, unpatched): http://pastebin.com/Q8cfV7b0
09:20:26funmanbertrik: nice work
09:20:34AlexPbertrik: OK :)
09:20:34*JdGordon has no idea how to add touchscreen regions to other screens :(
09:20:51funmanLuca_S: thanks, i've seen it. my fuzev2 is still running
09:21:35Luca_Sok, gotta go (work), see you later
09:21:37 Quit Luca_S (Client Quit)
09:22:01 Quit bertrik (Quit: ->work)
09:25:46 Quit wodz (Quit: Leaving)
09:26:35JdGordonfunman: I didnt get any crashes on the bench, but after 90min it did autoshutdown, but that might have been me playing
09:26:37 Join stripwax [0] (~Miranda@87-194-34-169.bethere.co.uk)
09:26:47JdGordon15h sounds damn nice :)
09:33:39JdGordonso here is my problem.... in each screen there is a different set of possible actions... ACTION_WPS_* ACTION_FM_* ACTION_TREE_* ACTION_STD_*... this works well for hardware buttons but in the touchscreen skin thing we have a mapping from "next" to ACTION_WPS_NEXT...
09:34:08JdGordondo I setup a bunch of new ACTIONS_*'s for this and then have each button handler work out which we want to use?
09:34:20JdGordonin which case which would be good generic button names?
09:34:51JdGordonor, do I just setup a new set for each place they could work? (so wps, fm, sbs)
09:35:06JdGordonin which case "menu" and some other ones would be problematic
09:38:01JdGordonI'm thinking the first way probably is better...
09:41:04 Join swilde [0] (~wilde@aktaia.intevation.org)
09:42:41funmanJdGordon: patch seems to give +30mins on clipv2
09:42:59JdGordonhardly worth the effort :p
09:43:03JdGordon... I mean.. woo!
09:43:08*funman slaps JdGordon
09:43:35funmani think i can get more runtime by removing all this useless skin stuff
09:43:47*funman laughs evily AHAH
09:44:15JdGordonuseless aye?!
09:44:55funmanjust kidding
09:45:04funmanyou know what's the OF battery life on your clip+ ?
09:45:26funmanalso, autoshutdown after 90minutes -> looks like you forgot repeat all ?
09:46:42 Join pamaury [0] (~quassel@rockbox/developer/pamaury)
09:46:49JdGordonno clue, and yeah maybe
09:49:40*JdGordon grumbles
09:52:44 Quit stripwax (Quit: http://miranda-im.org)
09:52:44 Quit slck (Ping timeout: 248 seconds)
10:00
10:05:15 Join dfkt [0] (dfkt@unaffiliated/dfkt)
10:05:25 Join slck [0] (Venci@Slackware.SlackPix.Com)
10:06:41 Join BradC [0] (heh12895@202-89-178-44.static.dsl.amnet.net.au)
10:09:16 Quit funman (Quit: free(random());)
10:09:37 Join webguest19 [0] (www-data@giant.haxx.se)
10:09:38 Join wodz [0] (~wodz@skatol.ch.pw.edu.pl)
10:10:09 Quit webguest19 (Client Quit)
10:10:17 Join webguest45 [0] (www-data@giant.haxx.se)
10:10:38webguest45is it possible to have a different size font on the now playing screen than on the menus?
10:12:45JdGordonyes
10:12:45 Quit webguest45 (Client Quit)
10:12:57JdGordonimpatience ftw!
10:14:16 Join DerPapst [0] (~Alexander@dslb-088-069-146-079.pools.arcor-ip.net)
10:15:05AlexPMight just be the rubbish web irc
10:23:36 Part dhansen7 ("Leaving")
10:27:14 Part Zagor
10:27:24 Join efyx [0] (~efyx@lap34-1-82-225-185-146.fbx.proxad.net)
10:27:28 Join anewuser [0] (anewuser@unaffiliated/anewuser)
10:28:04 Quit Highlander (Quit: Quitte)
10:32:19 Join sfinx1 [0] (~sfinx@aesv63.neoplus.adsl.tpnet.pl)
10:33:23 Part sfinx1
10:34:08JdGordonthe sim is pretty useless for touchscreen testing apparently :(
10:37:45 Quit perrikwp (Quit: CGI:IRC)
10:38:25CIA-6New commit by jdgordon (r26854): first step of making touch regions usable in all skins, not just the WPS.. no user viewable changes just yet
10:38:30 Join Jaykay [0] (~chatzilla@p5DC576B8.dip.t-dialin.net)
10:40:22CIA-6r26854 build result: All green
10:41:29 Quit FlynDice (Remote host closed the connection)
10:42:50 Quit anewuser (Ping timeout: 276 seconds)
10:47:42 Quit S_a_i_n_t_ (Ping timeout: 265 seconds)
10:50:21 Join perrikwp [0] (www-data@giant.haxx.se)
10:53:17wodzamiconn: ping
10:53:47 Join S_a_i_n_t [0] (S_a_i_n_t@203.184.3.156)
10:55:30CIA-6New commit by funman (r26855): test_disk: print return values in case of error ...
10:56:43***Saving seen data "./dancer.seen"
10:57:14CIA-6r26855 build result: All green
11:00
11:00:44 Join hamish_ [0] (~hamish@119.224.50.74)
11:01:45 Part hamish_
11:02:13 Join moparx [0] (~moparx@unaffiliated/moparx)
11:10:16 Join webguest02 [0] (www-data@giant.haxx.se)
11:10:35 Join n1s [0] (~n1s@rockbox/developer/n1s)
11:10:57webguest02is it possible to have a fiddernt font size for the menus and the while playing screen?
11:11:51 Join pyro_maniac [0] (foobar@p57BB9B84.dip0.t-ipconnect.de)
11:12:36pyro_maniachey all, was the samsung yh-920 comfirmed for working with eabi?
11:20:03 Quit webguest02 (Quit: CGI:IRC (EOF))
11:20:55amiconnwodz: pong
11:21:25Stummibuilding rockbox from svn for fuze v2 fails on my machine (debian stable). Somebody here to reproduce this problem?
11:22:33wodzamiconn: I have some problems with introducing line transfers to lcd_grey_data() for HD200. Do You have time to look?
11:22:44n1sStummi: if you tell us what the problem is
11:23:14S_a_i_n_tStummi: Pastebin the error, that'd help ;)
11:23:18amiconnwodz: Not now; maybe tonight
11:24:14wodzamiconn: ok I'll fiddle with it now on my own than
11:26:34S_a_i_n_tStummi:.....?
11:36:14 Quit Jaykay (Ping timeout: 258 seconds)
11:39:47Stummii was afk, moment
11:40:25StummiS_a_i_n_t: http://nopaste.info/8717009e63.html
11:43:20S_a_i_n_tAh, so was I just now sorry ;)
11:43:25S_a_i_n_tI'll take a look.
11:45:20S_a_i_n_tStummi: I must say I have no idea myself, it's not something I've seen before personally.
11:45:52S_a_i_n_tI'm sure someone will come along at some stage that does though.
11:46:23Stummithe file core_asmdefs.h just seems to be missing
11:47:02gevaertsStummi: did you start from a clean directory?
11:47:48Stummigevaerts, you mean the build-process? Yes i created an direcotry "build" where I did all
11:50:49amiconnpamaury: Regarding that delay loop - you don't need the 'nop' (which makes things slower
11:50:51amiconn)
11:51:23n1sStummi: do you get any errors before this or when running configure?
11:51:30amiconnJust using asm volatile (""); in the loop body should be sufficient to stop gcc from optimizing it away
11:51:38wodzgevaerts: do we have consensus to what eol-style should be set?
11:52:18gevaertswodz: if it's set, it should be "LF" (or "CRLF" for some windows-specific files possibly)
11:52:21n1swodz: i think everyone agrees that it should be LF if kept at all
11:52:50n1sapps/core_asmdefs.h doesn't exist btw
11:53:08gevaertsit's a generated file
11:53:21Stummin1s, no
11:54:00n1sgevaerts: hah
11:54:13wodzdo we know which windows-specific files do we have? Can we add rule based on extension for example? (I mean *.bat should be CRLF for example)
11:55:27 Join dfkt_ [0] (dfkt@unaffiliated/dfkt)
11:59:30 Quit dfkt (Ping timeout: 265 seconds)
12:00
12:00:06 Join dfkt [0] (dfkt@unaffiliated/dfkt)
12:00:12 Join watto [0] (~watto@193.203.81.165)
12:02:18 Quit dfkt_ (Ping timeout: 245 seconds)
12:03:52wodzAnd finally there ware no voice that keywords property is very useful. Can we agree to drop this (and remove $id) line from files?
12:05:35 Quit pamaury (Read error: No route to host)
12:05:50 Join pamaury [0] (~quassel@rockbox/developer/pamaury)
12:06:29 Quit moparx (Ping timeout: 265 seconds)
12:09:22pamauryamiconn: you're right, I though that an empty asm volatile statement was optimized away but apparently I was wrong. I'll change it in a few hours anyway
12:09:32pamaury* thought
12:18:04gevaertsStummi: what does "make $PWD/apps/core_asmdefs.h" say?
12:18:27JdGordonsincehen is makeinfo needed by rocknboxdev.sh?
12:19:06gevaertsJdGordon: newer gcc seems to need it
12:19:22gevaertsYou might be able to get it to build without of course
12:19:38JdGordonwhat package is it in?
12:19:55JdGordonapt-cache search only sees it in texi2html and that has no install candidate?
12:19:58gevaertstexinfo
12:20:29JdGordonta
12:22:29Stummigevaerts, "ASMDEFS core_asmdefs.h", and then, make doesn't fail there anymore :)
12:23:06Stummibut it fails on an other step now
12:23:44gevaertshave you already tried make clean?
12:23:51Stummihttp://pastebin.com/Nm19KbK8
12:23:53Stummino, moment
12:23:56gevaertsAlso, your disk isn't full or anything like that?
12:24:33Stumminope
12:24:44Stummiso, i did make clean now and will try to make another time
12:24:56gevaertsok, either your build directory was *not* clean when you started, or your toolchain isn't correct
12:25:48Stummii maked the arm-eabi-compiler directly before trying to make today
12:33:22n1sStummi: did you make it with rockboxdev.sh?
12:33:34wodzamiconn: I found the bug in my patch that introduce line transfers to lcd_grey_data for HD200. test_fps (boosted) gives 152.0 fps (47% load) -> 190.0 fps (33% load) improvement :-)
12:33:59Stummin1s, yes
12:34:32n1sStummi: and then you ran configure in your build dir?
12:34:44 Join Kitr88 [0] (~Kitar_st@BSN-176-227-91.dial-up.dsl.siol.net)
12:34:49Stummiyes
12:34:59n1s... and configure didn't complain?
12:35:34Stummino, it worked fine
12:36:59n1sbut it used to work with the old arm-elf compiler?
12:37:23 Quit Kitar|st (Ping timeout: 240 seconds)
12:37:57 Join Zagor [0] (bjst@rockbox/developer/Zagor)
12:38:22Stummithe last try before today was last friday. An there it worked, so, maybe yes it can be related to the new compiler
12:38:36Stummioh, moment
12:38:52Stumminow it worked
12:39:15 Quit Kitr88 (Ping timeout: 260 seconds)
12:39:19Stummimaybe i forgot "make clean" earlier
12:39:43n1syou said you did make clean ...
12:39:48 Nick radagast is now known as kenguest (~radagast@lir.talideon.com)
12:41:45CIA-6New commit by wodz (r26856): HD200 - use line transfers in lcd_grey_data. This gives ~25% speedup.
12:42:14Stummiyes, i thought. but maybe i forgot it or something went wrong. No idea, but now it works
12:43:59CIA-6r26856 build result: All green
12:45:03 Join Kitar|st [0] (Kitar_st@BSN-210-244-116.dial-up.dsl.siol.net)
12:46:28amiconnwodz: Nice speedup, but the loop is still not optimal :)
12:49:08 Part Zagor
12:56:02wodzamiconn: I am not very skilled asm coder
12:56:45***Saving seen data "./dancer.seen"
12:57:10 Quit AlexP (Read error: Connection reset by peer)
12:57:44 Join AlexP [0] (~ap@rockbox/staff/AlexP)
12:58:08 Quit n1s (Quit: Lmnar)
13:00
13:00:58literalcan some one commit FS #11358 so I can continue translating? :)
13:06:43CIA-6New commit by mcuelenaere (r26857): Theme editor: only accept valid colors in the preference dialog
13:08:13CIA-6r26857 build result: All green
13:08:58 Join TheSeven [0] (~TheSeven@p50993c69.dip0.t-ipconnect.de)
13:09:01 Quit TheSeven (Changing host)
13:09:01 Join TheSeven [0] (~TheSeven@rockbox/developer/TheSeven)
13:22:02 Join robin0800 [0] (~quassel@cpc2-brig8-0-0-cust964.brig.cable.ntl.com)
13:23:10 Nick fxb__ is now known as fxb (~felixbrun@h1252615.stratoserver.net)
13:35:53wodzdo I need update rbclient.pl as well when providing arm-elf-eabi tools?
13:36:21Topy44i just realized there already is an FFT plugin, but its currently not very useful and does not support line in
13:36:34wodzor is it just a matter of adding arm-eabi to the runclient.sh ?
13:36:37Topy44if this were to be expanded slightly it would be very useful
13:36:58gevaertswodz: rbclient.pl is auto-updated
13:37:24wodzok
13:37:44wodzkeyword for new tools is arm-eabi ?
13:38:54 Quit TheSeven (Ping timeout: 258 seconds)
13:42:21AlexPwodz: See e.g. r26814 and r26815
13:43:26wodzI figured out (arm-eabi-gcc444)
13:45:04 Join tchan [0] (~tchan@lunar-linux/developer/tchan)
13:46:16 Join TheSeven [0] (~TheSeven@rockbox/developer/TheSeven)
13:46:27 Quit tchan (Client Quit)
13:50:02 Join feisar_ [0] (jljhook@irkki.fi)
13:52:09 Quit robin0800 (Remote host closed the connection)
13:52:32 Join robin0800 [0] (~quassel@cpc2-brig8-0-0-cust964.brig.cable.ntl.com)
13:53:29 Join Filliphy [0] (~filliphy@60-241-216-36.static.tpgi.com.au)
13:56:02 Quit Filliphy (Client Quit)
13:58:51 Join Jaykay [0] (~chatzilla@p5DC57311.dip.t-dialin.net)
14:00
14:15:41 Join panni_ [0] (hannes@ip-95-222-52-93.unitymediagroup.de)
14:18:31JdGordongevaerts: you have (had?) a d2 right? have you thought at all about how it does the disk mounting?
14:19:03JdGordonor is that not close enough to the storage layer for you to worry about?
14:23:14pamauryJdGordon: I am the one who has the d2 now.
14:23:33 Quit togetic (Ping timeout: 260 seconds)
14:26:40*JdGordon wonders if we can create a 1MB ram disk if rockbox is booted from internal storage so it has pretend write access, and it occasionally tries to write it to the sd card if it is present
14:27:37pamauryFor which purpose ?
14:30:38JdGordonbecause having internal storage in the file browser as <microSD1> is bloody wierd, and booting from internal apparently causes lots of write errors because it is read only
14:30:59JdGordonso I'm trying to hide the fact that internal storage isnt writeable without messing too much
14:32:18 Join koen_ [0] (~koen@53542C83.cable.casema.nl)
14:34:09 Join Zagor [0] (bjst@rockbox/developer/Zagor)
14:35:51 Quit wodz (Read error: Connection reset by peer)
14:36:07 Join wodz [0] (~wodz@skatol.ch.pw.edu.pl)
14:37:50 Join togetic [0] (~togetic@unaffiliated/ibuffy)
14:38:38amiconnJdGordon: Then make the internal storage writable...
14:39:13JdGordonI'm pretty confident mceueleuenr and shotofads are smarter than me and they havnt got it going...
14:40:02JdGordonI'm just thinking if we need to do a kludge to make it work my suggestion feels less messy for users than what is happening now
14:42:18 Join n1s [0] (~n1s@rockbox/developer/n1s)
14:42:42 Quit wodz (Quit: Leaving)
14:46:31amiconnWell, the D2 is considered unstable for that reason (and maybe others). Imo we don't need a kludge; having one would even be bad, since it would reduce the pressure for a proper solution
14:46:51 Join giovanni [0] (~giovanni@95.232.38.145)
14:47:11giovanniHi all!
14:47:15mc2739bertrik: (logs) radio works on my e260v2 with mystery chip patch - my radio id is 1242 0850 - tested with r26857
14:47:24 Quit S_a_i_n_t (Ping timeout: 240 seconds)
14:47:58giovanniI'm working on a theme for the ONDA VX777, but I need some ui elements
14:48:00giovanniwh
14:48:13 Quit TheSeven (Ping timeout: 248 seconds)
14:48:20JdGordonamiconn: I agree, I guess the current kludge is to make it usable (without this rockbox is pretty useless)
14:48:29giovanniYou can see the theme called fulltouch in the themes page for ondas
14:48:34 Join S_a_i_n_t [0] (S_a_i_n_t@203.184.3.156)
14:48:55JdGordonthe no write access is the FTL issue yeah? where we can write but cant do it in a way that lets the OF use it also?
14:48:58giovanniis there any place where i can find good png's for the ui?
14:49:36giovannithanks
14:49:57JdGordongoogle, deviantart?
14:50:07giovannihi jdgordon
14:50:18giovanniI haven't find really that much...
14:51:21giovanniabout touch screen devices, I've seeen that you are enabling touch features also for the sbs, right?
14:51:40JdGordonthat's the plan
14:52:28giovannigreat
14:53:21giovanniI would like also a new touch feature: go to the database
14:53:27giovannisorry for my english...
14:53:31n1sliteral: that patch doesn't apply cleanly
14:54:27n1s37 out of 38 hunks fail
14:55:26JdGordons/cleanly/at all/ :p
14:55:43literalhm
14:56:28n1sit seems to do a lot more than adding new strings
14:56:47***Saving seen data "./dancer.seen"
14:58:03literalif so, then that's the web UI's doing
14:58:27literalI just added strings and clicked the "Finish translating" button :P
14:58:43n1sit seems to include some of the changes i did in 26584
15:00
15:01:10n1sit should be an easy cleanup, i'll take a look
15:02:10literalok, cool
15:02:18n1sseems the checkout that the translation site had was not up to date
15:05:21*JdGordon found the usb detect pin on the d2 :)
15:05:33 Quit CGL (Remote host closed the connection)
15:09:58 Join tkteun [0] (www-data@giant.haxx.se)
15:10:07 Quit tkteun (Client Quit)
15:11:15pamauryJdGordon: how does rockbox detect usb insertion currently ?
15:11:25 Join tkteun [0] (~tkteun@ip5456963e.speed.planet.nl)
15:11:50JdGordonit doesnt... comment in the usb-cowond2.c file "don;t know how to detect usb"
15:11:54 Quit S_a_i_n_t (Ping timeout: 245 seconds)
15:12:06JdGordonexcept usb_detect() always returns true so I need to see how to hook that up
15:12:13 Join S_a_i_n_t [0] (S_a_i_n_t@203.184.3.156)
15:12:55JdGordonis there any chance usbtcc.c just works?
15:13:13*n1s doesn't really understand how the translation site could manage this
15:14:34pamauryJdGordon: not sure, perhaps gevaerts knows that, I can't remember. I'll probably have a look at it but only when I'm done with clip+ usb driver
15:14:34n1sit even includes changes from literal's earlier patch
15:14:55literalodd
15:15:10tkteunI have a problem with my iPod Video 5G 30GB...
15:15:14tkteun I've done some stuff to it, but now there's no audio. Although I the static level corresponds to the volume setting, there's absolutely no sound. I've tried the stable and current releases, no difference.
15:15:33JdGordonpamaury: cool :) I'm mostly more interested in gettting the bootloader to boot OF on usb untill rockbox usb works, and get it rebooting like other targets without usb
15:16:24tkteunCould I've broken audio with formatting the HD??
15:20:11n1stkteun: not really
15:20:29 Quit robin0800 (Remote host closed the connection)
15:21:22koen_hi, I'm trying to compile rockbox, but I get the following error: /home/koen/rockbox/apps/action.c:26:18: error: lang.h: No such file or directory
15:21:32JdGordonyay! usb detect works... now to get it rebooting
15:21:54tkteunI thought it could be a hardware defect, but then I wouldn't be able to know the volume settings work
15:22:26JdGordongevaerts: any hints where that happens?
15:22:49tkteunI'll try installing iTunes :( to my PC and test it from the original firmware
15:23:01n1stkteun: does the audio work in the Original Firmware?
15:23:41n1sgah, this even adds in deprecated strings i had removed
15:23:55gevaertsJdGordon: can you quickly summarise?
15:24:03*gevaerts hasn't really been following
15:24:06tkteundon't know, no itunes (althought the apple button clicker works with the buit-in speaker)
15:24:11 Join FlynDice [0] (~FlynDice@64.134.138.40)
15:24:24JdGordond2 has no rockbox usb stack, so I want to reboot on connection. I have it now displaying the usb screen when it connects but not rebooting
15:24:42gevaertsah, ok
15:25:08gevaertsAre you actually sure you detect USB? IIRC the method we've been using detects power, which could also be from the charger
15:25:26gevaertsAnyway, IIRC reboot isn't implemented. I'm not sure if it's known how to do it
15:26:01gevaertsOur USB stack is a bit buggy, but it mostly works. Only it's a bit useless if you can't then write anyway
15:26:16JdGordonsystem_reboot() currently powers off, if we cant load the of I'll change crt0.S to boot usb if it is connected on boot
15:27:05JdGordonwatching the hw screen, GPIOC very obviously has a pin changing on usb connection.. weather its power or usb I dunno
15:27:06n1sliteral: there are a few strings that you haven't changed from english, is that intentional?
15:27:20literaln1s: hm, like what, for example?
15:27:48n1s"Advanced EQ Settings"
15:28:45literalI would consider that to be still untranslated
15:29:15pamauryJdGordon: it would be interesting to know if this pin is power or usb. If you can't check that, I should have a charger at home to check it
15:29:17JdGordonbooting the OF in the bootloader would be much nicer than in crt0.S...
15:29:30literaln1s: maybe the translation site just added it because it was missing from islenska.lang?
15:29:37JdGordonI'm sure i have a regular usb power plug here somewhere
15:30:14n1sliteral: the ones that are missing is what it should prompt you to translate
15:30:24JdGordon#define USB_HANDLED_BY_OF didnt work :(
15:30:49n1sthere seems to be quite a few of these unchanged from english, i'll delete them and if they were intentional, it's not much work to add them back
15:31:24literalsure
15:31:27 Nick koen_ is now known as Kakoon (~koen@53542C83.cable.casema.nl)
15:32:20pamauryJdGordon: if we don't know how to reboot the d2, defining USB_HANDLED_BY_OF is unlikely to have any effect
15:32:44JdGordondo we know how to power_off()?
15:33:10JdGordonapparently yes, so I'd expect that to work
15:33:16JdGordonsystem_reboot() calls power_off()
15:33:22gevaertsJdGordon: the D2 has a separate power socket as well
15:33:59 Join komputes [0] (~komputes@ubuntu/member/komputes)
15:34:35pamauryI can't answer now, I don't have rockbox source code at hand. Are sou sure system_reboot is actually called ?
15:34:52JdGordonsame pin :(
15:35:01JdGordonbugger
15:35:47gevaertsAnyway, that's not really the issue. We do have a USB driver, so we can use the standard trick we use on e.g. released ipod builds, use the power detection as USB detect, and reboot if we get enumerated
15:35:54gevaertsThe problem is the "reboot" bit
15:37:14JdGordonwe don't store the OF in the same spot always do we?
15:38:01gevaerts?
15:39:30JdGordoncrt0.S boots the OF by jumping to its known address, which presumably changes with each bootloader build?
15:40:01JdGordoncould we set a magic in ram, reboot to our bootloader and check that magic value to see if we should boot of?
15:40:02 Join bmbl [0] (~Miranda@unaffiliated/bmbl)
15:42:20*gevaerts doesn't know
15:43:58tkteunJust sat thru the 93.1MB of iTunes installation, just to find out the original firmware also doesn't produce any sound on playback
15:44:33tkteunBut it does produce an amount of static that's directly related to the volume setting
15:44:56tkteunanyone think I'm going to have to replace the headphone jack??
15:47:03 Quit giovanni (Quit: Sto andando via)
15:51:10 Quit Kakoon (Remote host closed the connection)
15:51:46 Join notlistening [0] (~tom@iatech-adsl.demon.co.uk)
15:55:48FlynDiceccc
15:56:27 Quit FlynDice (Remote host closed the connection)
15:57:47 Part LinusN
15:58:40 Part Zagor
15:59:16 Join Zagor [0] (bjst@rockbox/developer/Zagor)
16:00
16:01:11 Join FlynDice [0] (~FlynDice@64.134.138.40)
16:02:11 Join jgarvey [0] (~jgarvey@cpe-065-190-066-089.nc.res.rr.com)
16:03:56ranmatkteun: If you hear static affected by volume setting I'd think there is some problem with the i2s connection between cpu and codec (I seem to be having that problem on my Zaurus)
16:08:44 Join LinusN [0] (linus@rockbox/developer/LinusN)
16:09:27 Part Zagor
16:18:50 Join krabador [0] (~krabador@host25-179-dynamic.47-79-r.retail.telecomitalia.it)
16:19:25 Quit togetic (Ping timeout: 248 seconds)
16:26:31 Join toffe82 [0] (~chatzilla@12.169.218.14)
16:29:48 Join casainho [0] (~chatzilla@bl17-243-59.dsl.telepac.pt)
16:30:39 Quit antil33t (Ping timeout: 264 seconds)
16:34:29 Join BHSPitMonkey [0] (~stephen@unaffiliated/bhspitmonkey)
16:35:20tkteun@ranma: Would this I2S connection be a software or hardware defect?
16:36:28 Join antil33t [0] (~Mudkips@203-184-54-232.callplus.net.nz)
16:39:57 Part LinusN
16:48:08 Join MethoS- [0] (~clemens@134.102.106.250)
16:48:13 Join Zigtown [0] (~Zigtown@CPE00259ce0fdb2-CM0014f8cc807a.cpe.net.cable.rogers.com)
16:48:13 Quit einhirn (Quit: Miranda IM! Smaller, Faster, Easier. http://miranda-im.org)
16:56:49***Saving seen data "./dancer.seen"
16:57:31 Quit casainho (Quit: ChatZilla 0.9.86 [Firefox 3.6.3/20100423141150])
17:00
17:02:19 Quit notlistening (Quit: Ex-Chat)
17:05:48 Join Xerion [0] (~xerion@82-170-197-160.ip.telfort.nl)
17:14:13 Quit BHSPitMonkey (Remote host closed the connection)
17:16:57 Join TheSeven [0] (~TheSeven@rockbox/developer/TheSeven)
17:17:30 Quit linuxguy3 (Read error: Connection reset by peer)
17:20:25 Join linuxguy3 [0] (~timj@adsl-75-57-178-162.dsl.emhril.sbcglobal.net)
17:24:24 Quit krabador (Ping timeout: 245 seconds)
17:24:49 Quit dfkt (Ping timeout: 245 seconds)
17:25:24 Join dfkt [0] (dfkt@unaffiliated/dfkt)
17:28:18tkteunI just opened my iPod up, there's no visible reason there isn't any sound... The internal buzzer is also on the jack connector and it works, also there's no problem with the hold button
17:29:13tkteunIs it possible I broke the I2S support by formatting the HD??
17:29:34tkteunwhere can I see some debug information about the DAC??
17:31:52krazykitit's not possible to have broken i2s support by formatting the disk
17:34:24 Quit GeekShadow (Quit: The cake is a lie !)
17:34:26gevaertsunless you formatted it with a chisel
17:36:53 Join krabador [0] (~krabador@host74-54-dynamic.244-95-r.retail.telecomitalia.it)
17:40:07 Join webguest47 [0] (www-data@giant.haxx.se)
17:42:46 Quit webguest47 (Client Quit)
17:42:56 Join shai_ [0] (~Shai@l192-117-110-233.cable.actcom.net.il)
17:46:36 Quit shai (Ping timeout: 264 seconds)
17:47:41tkteunone day it works fine... next day there's no sound
17:47:58tkteunarghh... All my technology dies on me
17:49:17tkteunthere's no physical connection problem, the processor detects unplugging my headphones
17:49:32tkteunI hear clicks on the speakers when resetting
17:49:39tkteunand volume related static
17:49:52tkteunbut no music
17:56:18 Join flydutch [0] (~flydutch@host110-154-dynamic.14-87-r.retail.telecomitalia.it)
17:56:45 Join bertrik [0] (~bertrik@rockbox/developer/bertrik)
17:57:48 Join GeekShadow [0] (~Antoine@reactos/tester/GeekShadow)
17:58:44 Quit pamaury (Remote host closed the connection)
17:59:16 Join CGL [0] (~CGL@190.207.202.226)
18:00
18:04:06 Quit tkteun (Ping timeout: 260 seconds)
18:04:25 Quit logbot (Ping timeout: 260 seconds)
18:04:25***ERROR: (Closing Link: giant.haxx.se (Ping timeout: 260 seconds)) from jordan.freenode.net
18:04:25***Cleanup
18:04:25***Cleanup
18:04:25***Saving seen data "./dancer.seen"
18:04:25***Exit
18:04:27***Started Dancer V4.16
18:04:27***Connected to irc.freenode.net on port 6667
18:04:27***Logfile for #rockbox started
18:04:28Mode"logbot :+i" by logbot
18:04:29CtcpVersion from frigg!~frigg@freenode/utility-bot/frigg
18:04:29***Server message 501: 'logbot :Unknown MODE flag'
18:04:30 Join logbot [0] (rockbox@giant.haxx.se)
18:04:30 Join CGL [0] (~CGL@190.207.202.226)
18:04:30 Join GeekShadow [0] (~Antoine@reactos/tester/GeekShadow)
18:04:30 Join bertrik [0] (~bertrik@rockbox/developer/bertrik)
18:04:30 Join flydutch [0] (~flydutch@host110-154-dynamic.14-87-r.retail.telecomitalia.it)
18:04:30 Join shai_ [0] (~Shai@l192-117-110-233.cable.actcom.net.il)
18:04:30 Join krabador [0] (~krabador@host74-54-dynamic.244-95-r.retail.telecomitalia.it)
18:04:30 Join dfkt [0] (dfkt@unaffiliated/dfkt)
18:04:30 Join linuxguy3 [0] (~timj@adsl-75-57-178-162.dsl.emhril.sbcglobal.net)
18:04:30 Join TheSeven [0] (~TheSeven@rockbox/developer/TheSeven)
18:04:30 Join Xerion [0] (~xerion@82-170-197-160.ip.telfort.nl)
18:04:30 Join Zigtown [0] (~Zigtown@CPE00259ce0fdb2-CM0014f8cc807a.cpe.net.cable.rogers.com)
18:04:30 Join MethoS- [0] (~clemens@134.102.106.250)
18:04:30 Join antil33t [0] (~Mudkips@203-184-54-232.callplus.net.nz)
18:04:30 Join toffe82 [0] (~chatzilla@12.169.218.14)
18:04:30 Join jgarvey [0] (~jgarvey@cpe-065-190-066-089.nc.res.rr.com)
18:04:30 Join bmbl [0] (~Miranda@unaffiliated/bmbl)
18:04:30 Join komputes [0] (~komputes@ubuntu/member/komputes)
18:04:30 Join S_a_i_n_t [0] (S_a_i_n_t@203.184.3.156)
18:04:30 Join n1s [0] (~n1s@rockbox/developer/n1s)
18:04:30 Join panni_ [0] (hannes@ip-95-222-52-93.unitymediagroup.de)
18:04:30 Join Jaykay [0] (~chatzilla@p5DC57311.dip.t-dialin.net)
18:04:30 Join feisar_ [0] (jljhook@irkki.fi)
18:04:30 Join AlexP [0] (~ap@rockbox/staff/AlexP)
18:04:30 Join Kitar|st [0] (Kitar_st@BSN-210-244-116.dial-up.dsl.siol.net)
18:04:30 Join watto [0] (~watto@193.203.81.165)
18:04:30 Join pyro_maniac [0] (foobar@p57BB9B84.dip0.t-ipconnect.de)
18:04:30 Join perrikwp [0] (www-data@giant.haxx.se)
18:04:30 Join efyx [0] (~efyx@lap34-1-82-225-185-146.fbx.proxad.net)
18:04:30 Join DerPapst [0] (~Alexander@dslb-088-069-146-079.pools.arcor-ip.net)
18:04:30 Join BradC [0] (heh12895@202-89-178-44.static.dsl.amnet.net.au)
18:04:30 Join slck [0] (Venci@Slackware.SlackPix.Com)
18:04:30 Join swilde [0] (~wilde@aktaia.intevation.org)
18:04:30 Join petur [0] (d408b802@rockbox/developer/petur)
18:04:30 Join Rob2223 [0] (~Miranda@p4FDCA7B6.dip.t-dialin.net)
18:04:30 Join mc2739 [0] (~mc2739@rockbox/developer/mc2739)
18:04:30 Join ender` [0] (krneki@foo.eternallybored.org)
18:04:30 Join pondlife [0] (~Steve@rockbox/developer/pondlife)
18:04:30 Join MagusG [0] (magusg@c-76-97-148-35.hsd1.ga.comcast.net)
18:04:30 Join lev_ [0] (~lev@89.221.199.187)
18:04:30 Join CIA-6 [0] (cia@208.69.182.149)
18:04:30 Join pixelma [0] (quassel@rockbox/staff/pixelma)
18:04:30 Join amiconn [0] (quassel@rockbox/developer/amiconn)
18:04:30 Join Barahir [0] (~jonathan@frnk-590f49a1.pool.mediaWays.net)
18:04:30 Join obo [0] (~obo@rockbox/developer/obo)
18:04:30 Join liar [0] (~liar@clnet-p09-185.ikbnet.co.at)
18:04:30 Join steve|m [0] (~steve@p4FD47961.dip.t-dialin.net)
18:04:30 Join literal [0] (hinrik@v.nix.is)
18:04:30 Join jfc [0] (~john@dpc6682208002.direcpc.com)
18:04:30 Join kramer3d [0] (~kramer@unaffiliated/kramer3d)
18:04:30 Join bluebrother [0] (~dom@rockbox/developer/bluebrother)
18:04:30 Join ranma [0] (ranma@mx.tdiedrich.de)
18:04:30 Join elcan [0] (user36@ipv6.eclipse.sh3lls.net)
18:04:30 Join Topy44 [0] (~topy@my.fastsh.it)
18:04:30 Join storm` [0] (~lol@ip98-179-182-180.ri.ri.cox.net)
18:04:30 Join crculver [0] (~crculver@host-94-101-2-145.igua.fi)
18:04:30 Join blithe [0] (~blithe@72.14.176.144)
18:04:30 Join niekie [0] (quasselcor@CAcert/Assurer/niekie)
18:04:30 Join whydoubt [0] (~whydoubt@ip68-12-76-9.ok.ok.cox.net)
18:04:30 Join r0b- [0] (~nnscript@adsl-99-156-28-54.dsl.klmzmi.sbcglobal.net)
18:04:30 Join grndslm [0] (~grndslm@174-126-14-4.cpe.cableone.net)
18:04:30 Join bieber [0] (~quassel@162-78.97-97.tampabay.res.rr.com)
18:04:30 Join Zarggg [0] (~zarggg@65-78-69-194.c3-0.eas-ubr6.atw-eas.pa.cable.rcn.com)
18:04:30 Join scorche [0] (~scorche@rockbox/administrator/scorche)
18:04:30 Join sinthetek [0] (~sinthetek@unaffiliated/sinthetek)
18:04:30 Join JdGordon| [0] (~jonno@rockbox/developer/JdGordon)
18:04:30 Join krazykit [0] (~kkit@206.183.185.8)
18:04:30 Join jae [0] (~jae@jaerhard.com)
18:04:30 Join Strife89 [0] (~Strife89@adsl-80-148-79.mcn.bellsouth.net)
18:04:30 Join simonrvn [0] (simon@211.48-ppp.3menatwork.com)
18:04:30 Join sevard [0] (sev@216.164.6.24)
18:04:30 Join bzed [0] (~bzed@devel.recluse.de)
18:04:30 Join guymann [0] (~charlie@69.0.83.229)
18:04:30 Join cjcopi [0] (~craig@charon.craig.copi.org)
18:04:30 Join pjm0616 [0] (~user@61.250.113.98)
18:04:30 Join kenguest [0] (~radagast@lir.talideon.com)
18:04:30 Join Battousai [0] (~bryan@gentoo/developer/battousai)
18:04:30 Join bucko [0] (~bucko@91.107.246.26)
18:04:30 Join simabeis [0] (~simabeis@lobmenschen.de)
18:04:30 Join soap [0] (~soap@rockbox/staff/soap)
18:04:30 Join detaos [0] (~quassel@ip72-218-104-242.hr.hr.cox.net)
18:04:30 Join wombat23 [0] (~beuteltie@adsl-99-39-2-249.dsl.pltn13.sbcglobal.net)
18:04:30 Join nk_ [0] (nk@xob.kapsi.fi)
18:04:30 Join xavieran [0] (~xavieran@ppp118-209-103-81.lns20.mel4.internode.on.net)
18:04:30 Join JdGordon [0] (~jonno@rockbox/developer/JdGordon)
18:04:30 Join Stummi [0] (stummi@doppeldenk.org)
18:04:30 Join FOAD [0] (~dok@83.160.60.104)
18:04:30 Join Farthen [0] (~Farthen@static.225.178.40.188.clients.your-server.de)
18:04:30 Join Torne [0] (torne@rockbox/developer/Torne)
18:04:30 Join rasher [0] (~rasher@rockbox/developer/rasher)
18:04:30 Join Bagder [0] (~daniel@rockbox/developer/bagder)
18:04:30 Join leavittx [0] (~leavittx@89.221.199.187)
18:04:30 Join sharp [0] (~sharp@sauropod.org)
18:04:30 Join rvvs89 [0] (ivo@pdpc/supporter/base/rvvs89)
18:04:30 Join maraz [0] (maraz@kapsi.fi)
18:04:30 Join scorche|sh [0] (~scorche@rockbox/administrator/scorche)
18:04:30 Join Tuplis [0] (~jani@adsl-77-109-221-158.kymp.net)
18:04:30 Join Beta2K [0] (~Beta2K@d24-36-97-38.home1.cgocable.net)
18:04:30 Join Zambezi [0] (Zulu@unaffiliated/zambezi)
18:04:30 Join gibbon_ [0] (gibbon_@not.a.servant4you.org)
18:04:30 Join n17ikh [0] (~n17ikh@host-64-234-82-192.nctv.com)
18:04:30 Join advcomp2019_ [0] (~advcomp20@unaffiliated/advcomp2019)
18:04:30 Join jordan` [0] (~jordan@jem75-13-78-235-252-137.fbx.proxad.net)
18:04:30 Join GodEater [0] (~bibble@rockbox/staff/GodEater)
18:04:30 Join avacore [0] (nobody@1008ds1-rdo.0.fullrate.dk)
18:04:30 Join Galois [0] (djao@efnet.math.uwaterloo.ca)
18:04:30 Join sbhsu [0] (~a6530466@Zion.dorm.au.edu.tw)
18:04:30 Join gevaerts [0] (~fg@rockbox/developer/gevaerts)
18:04:30 Join BeFalou [0] (~mamutoi@unaffiliated/befalou)
18:04:30 Join yosafbridge [0] (~yosafbrid@li14-39.members.linode.com)
18:04:30 Join kisak [0] (~kisak@c-98-235-209-218.hsd1.pa.comcast.net)
18:04:30 Join Slasheri [0] (miipekk@rockbox/developer/Slasheri)
18:04:30 Join Utchybann [0] (~Utchy@rps6752.ovh.net)
18:04:30 Join lostlogic [0] (~lostlogic@rockbox/developer/lostlogic)
18:04:30 Join ThomasAH [0] (~thomas@aktaia.intevation.org)
18:04:30 Join solrize [0] (~phr@adsl-75-57-243-88.dsl.snfc21.sbcglobal.net)
18:04:30 Join mk429 [0] (mk429@spoon.netsoc.tcd.ie)
18:04:30 Join Unhelpful [0] (~quassel@rockbox/developer/Unhelpful)
18:04:30 Join dionoea [0] (~dionoea@videolan/developer/dionoea)
18:04:30 Join Dhraakellian [0] (~ntryon@cpe-66-66-76-248.rochester.res.rr.com)
18:04:30 Join ehntoo_ [0] (~ehntoo@lug.mtu.edu)
18:04:30 Join ps-auxw [0] (~arneb@2001:470:c807:0:1532:4e5f:2ad3:4123)
18:04:30 Join YPSY [0] (~ypsy@geekpadawan.de)
18:04:30 Join BlakeJohnson86 [0] (~bjohnson@2002:1876:a27b:0:227:13ff:fe65:1262)
18:04:30 Join aevin [0] (eivindsy@unaffiliated/aevin)
18:04:30 Join keanu [0] (~keanu@unaffiliated/keanu)
18:04:30 Join tmzt [0] (~ircuser@99-157-224-139.lightspeed.bcvloh.sbcglobal.net)
18:04:30 Join preglow [0] (thomj@tvilling2.pvv.ntnu.no)
18:04:30 Join kadoban [0] (~mud@cpe-67-247-80-129.rochester.res.rr.com)
18:04:30 Join MuscleNerd [0] (eric@75-30-121-120.lightspeed.arlhil.sbcglobal.net)
18:04:30 Join incant [0] (~philippe@zone42.rdc.uottawa.ca)
18:04:30 Join Kamyk [0] (kamyk@szluug.org)
18:04:30 Join crwl [0] (~crwlll@dsl-jklbrasgw1-fe10fb00-173.dhcp.inet.fi)
18:04:30 Join piroko [0] (~jeremy@pohl.ececs.uc.edu)
18:04:30 Join ved [0] (ved@ddsbox.co.cc)
18:04:30 Join Kohlrabi [0] (~Kohlrabi@frustum.nosebud.de)
18:04:30 Join @ChanServ [0] (ChanServ@services.)
18:04:30 Join topik [0] (awesome@wtf.grmpf.org)
18:04:30 Join fxb [0] (~felixbrun@h1252615.stratoserver.net)
18:04:30 Join Hadaka [0] (~naked@naked.iki.fi)
18:04:49 Join mikroflops [0] (~yogurt@90-224-31-157-no112.tbcn.telia.com)
18:04:54 Join FlynDice [0] (~FlynDice@64.134.138.40)
18:06:52pondlifeIs there a program/script to update an old theme to the new format? Specifically, one I can build/run under Cygwin...
18:08:18 Join tkteun [0] (~tkteun@ip5456963e.speed.planet.nl)
18:08:30tkteunor what the ADC is doing?
18:13:03 Quit petur (Quit: now sports...)
18:13:10 Quit piroko (Ping timeout: 260 seconds)
18:21:42bluebrotherpondlife: check utils/skinupdater
18:22:03n1snow lets see if this hand edited diff aplies
18:22:11n1ss/p/pp/
18:22:28pondlifebluebrother: Thanks
18:22:34n1snop
18:22:43 Quit Tuplis (Ping timeout: 248 seconds)
18:23:18 Join pamaury [0] (~quassel@p5DDEFBC7.dip.t-dialin.net)
18:23:19 Quit pamaury (Changing host)
18:23:19 Join pamaury [0] (~quassel@rockbox/developer/pamaury)
18:23:26 Join wodz [0] (~wodz@chello087206240004.chello.pl)
18:23:45wodzamiconn: ping
18:23:55 Quit AlexP (Read error: Connection reset by peer)
18:29:14 Join AlexP [0] (~ap@rockbox/staff/AlexP)
18:34:01CIA-6New commit by nls (r26858): Manually cleaned up version of FS #11358 by Hinrik Örn Sigurðsson
18:35:53CIA-6r26858 build result: All green
18:41:07 Quit AlexP (Remote host closed the connection)
18:41:23 Part pondlife
18:42:41 Join pamaury_ [0] (~quassel@p5DDECC14.dip.t-dialin.net)
18:43:23 Quit pamaury (Ping timeout: 265 seconds)
18:43:23*bluebrother wonders if tests should use the same copyright header as source
18:44:26 Nick pamaury_ is now known as pamaury (~quassel@p5DDECC14.dip.t-dialin.net)
18:44:44 Quit pamaury (Changing host)
18:44:44 Join pamaury [0] (~quassel@rockbox/developer/pamaury)
18:47:29 Join evilnick_B [0] (0c140464@rockbox/staff/evilnick)
18:51:06 Join hebz0rl [0] (~hebz0rl@dslb-088-065-060-252.pools.arcor-ip.net)
18:54:56 Join Buschel [0] (~~andree@84.163.179.146)
18:58:47 Join AlexP [0] (~ap@rockbox/staff/AlexP)
18:59:17 Quit AlexP (Remote host closed the connection)
19:00
19:01:02 Quit swilde (Quit: ERC Version 5.3 (IRC client for Emacs))
19:04:51 Quit S_a_i_n_t (Ping timeout: 248 seconds)
19:05:36 Join Zagor [0] (bjst@rockbox/developer/Zagor)
19:06:29 Join S_a_i_n_t [0] (S_a_i_n_t@203.184.0.162)
19:06:46 Join AlexP_ [0] (5642c6b4@rockbox/staff/AlexP)
19:07:36 Join domonoky [0] (~Domonoky@rockbox/developer/domonoky)
19:08:46 Nick fxb is now known as fxb__ (~felixbrun@h1252615.stratoserver.net)
19:10:55AlexP_bertrik: Radio still works fine with the patch on the beast
19:11:08bertrikgreat
19:11:09AlexP_bertrik: Do you want any of the details from the debug menu?
19:11:27bertrikno, not needed
19:11:31AlexP_OK
19:11:57bertrikThe debug menu still shows some non-zero numbers, right?
19:12:47AlexP_For the SI4700 regs?
19:13:07bertrikyes
19:13:58AlexP_Yeah, it starts 1242 060E - there are some groups of 0000, but only a few (the entire last row for instance)
19:14:44 Quit panni_ (Read error: Connection reset by peer)
19:15:09bertrikAlexP_, ok, still looks pretty normal then :)
19:15:22CIA-6New commit by bluebrother (r26859): Theme Editor: add generated files and folders to svn:ignore.
19:16:22 Quit wodz (Ping timeout: 260 seconds)
19:17:06CIA-6r26859 build result: All green
19:17:11 Join panni_ [0] (hannes@ip-95-222-52-93.unitymediagroup.de)
19:20:04 Quit storm` (Ping timeout: 252 seconds)
19:22:59 Quit DerPapst (Quit: Leaving.)
19:23:45 Join Horscht [0] (~Horscht2@xbmc/user/horscht)
19:25:57 Join storm` [0] (~lol@ip98-179-182-180.ri.ri.cox.net)
19:31:42 Quit Buschel (Ping timeout: 258 seconds)
19:36:01 Join bba1973 [0] (www-data@giant.haxx.se)
19:36:01 Join advcomp2019__ [0] (~advcomp20@unaffiliated/advcomp2019)
19:38:50 Quit advcomp2019_ (Read error: Operation timed out)
19:39:05bba1973I've got a playback issue with my v2 Fuze. Whenever I'm browsing around while music is playing, it will start skipping and making other weird unwanted noises.
19:39:13bba1973Has anyone else had this issue?
19:39:40bba1973Didn't see it in the wiki or on FS.
19:41:40 Quit lev_ (Ping timeout: 258 seconds)
19:44:03 Nick shai_ is now known as shai (~Shai@l192-117-110-233.cable.actcom.net.il)
19:44:25 Quit antil33t (Read error: Connection reset by peer)
19:44:31 Join antil33t [0] (~Mudkips@203-184-54-232.callplus.net.nz)
19:45:34 Join togetic [0] (~togetic@unaffiliated/ibuffy)
19:51:41 Join wodz [0] (~wodz@chello087206240004.chello.pl)
19:55:08 Quit bba1973 (Quit: CGI:IRC (EOF))
20:00
20:00:28 Join Skip [0] (www-data@giant.haxx.se)
20:01:34 Join stripwax [0] (~Miranda@87-194-34-169.bethere.co.uk)
20:02:13 Quit evilnick_B (Quit: Page closed)
20:04:29***Saving seen data "./dancer.seen"
20:04:34 Join dfkt_ [0] (~dfkt@unaffiliated/dfkt)
20:05:28 Quit dfkt (Disconnected by services)
20:05:32 Nick dfkt_ is now known as dfkt (~dfkt@unaffiliated/dfkt)
20:05:57 Join DerPapst [0] (~Alexander@p5797CEB5.dip.t-dialin.net)
20:07:10 Quit grndslm (Quit: Leaving)
20:09:11 Join lev_ [0] (~lev@89.221.199.187)
20:10:55 Quit flydutch (Quit: /* empty */)
20:13:44 Join grndslm [0] (~grndslm@174-126-14-4.cpe.cableone.net)
20:16:24 Join AlexP [0] (~ap@rockbox/staff/AlexP)
20:16:53bertrikranma, could you test http://www.rockbox.org/tracker/task/11403 for me on your clip+?
20:17:03bertrikand see if the radio still works
20:18:09 Quit AlexP_ (Quit: Page closed)
20:18:54 Join Jaykay_ [0] (~chatzilla@p5DC56FCC.dip.t-dialin.net)
20:21:22 Quit Jaykay (Ping timeout: 276 seconds)
20:21:35 Nick Jaykay_ is now known as Jaykay (~chatzilla@p5DC56FCC.dip.t-dialin.net)
20:27:32 Quit n1s (Quit: Lmnar)
20:27:37 Quit Skip (Quit: CGI:IRC (EOF))
20:29:19amiconnwodz: pong
20:29:33FlynDicebertrik: Anything special about ranma's clip+ or I could do it in about 10 mins when eabi toolchain is done installing in my laptop?
20:30:06bertrikFlynDice, I know his clip+ has a different radio chip than mine. Does your clip+ radio currently work?
20:30:38FlynDiceyes but I haven't updated for about a week
20:31:15bertrikCould you update to current SVN, apply the patch and see if the radio still works for you?
20:32:35bertrikWhat's I've done basically is enable dual-tuner support for the clip+ because it seems it can have two types of tuner chip inside. I'd like to know if the tuner chip is still auto-detected correctly.
20:32:37FlynDiceYes, I'm doing that now but I hav'nt installed the eabi toolchain on my laptop yet so that's happening now. Give me 10 mins and I should have some results
20:33:58CIA-6New commit by mcuelenaere (r26860): SDL target: remove mouse polling and replace it with an event-based mechanism, this makes touchscreen on the sim much smoother
20:34:40wodzamiconn: I played with test_grey and found out that there are some greylib shades that produce much more "noise". Is it normal?
20:35:40CIA-6r26860 build result: All green
20:36:31 Quit Jaykay (Ping timeout: 252 seconds)
20:38:30 Join mitk [0] (~mitk@chello089078013092.chello.pl)
20:38:41 Join m1tk [0] (~mitk@chello089078013092.chello.pl)
20:38:45 Part m1tk
20:40:08 Quit CGL (Remote host closed the connection)
20:40:45 Join kramer3d_ [0] (~kramer@unaffiliated/kramer3d)
20:41:41 Join moparx [0] (~moparx@unaffiliated/moparx)
20:43:48 Quit S_a_i_n_t (Ping timeout: 240 seconds)
20:44:13 Quit kramer3d (Ping timeout: 264 seconds)
20:44:28amiconnwodz: It is normal, although the noise shouldn't be much of an issue on an LCD with such a high scan rate. Did you run the test boosted?
20:47:54wodzno but I thought it always runs boosted (define in grey_core.c)
20:48:59wodzamiconn: I mean that usually noise is not an issue but there are some particular shades which look very "sharp" and noisy
20:50:09amiconnyes
20:51:16amiconnI might find a better way of calculating the sequence (probably at the cost of some shades) for very fast displays (i.e. OLED - Sansa Clip)
20:51:42amiconnThis will require quite a bit of extra cpu power, and hence most probably not work on coldfire or portalplayer though
20:53:57FlynDicebertrik: Seems to work fine for clip+, I can try fuzev1 also
20:54:36bertrikNice, thanks. There's no need to test on the fuzev1.
20:54:51bertrikI think I'll commit this soon
20:55:14FlynDiceDo you need any register values from the FM radio HW debag page?
20:55:35FlynDiceer debug...
20:55:36bertrikyes, could you verify that the top-left number is 1242?
20:55:44FlynDiceyes it is
20:55:59bertrikgood, that's all, thanks!
20:57:00 Join S_a_i_n_t [0] (S_a_i_n_t@203.184.0.162)
20:58:12 Join icMaker [0] (www-data@giant.haxx.se)
20:59:23 Quit icMaker (Client Quit)
20:59:41 Quit AlexP (Ping timeout: 265 seconds)
21:00
21:00:22bertrikmaybe I could make the FM tuner debug menu a little nicer before committing
21:00:42 Join AlexP [0] (~ap@rockbox/staff/AlexP)
21:01:58 Part watto
21:02:34 Quit S_a_i_n_t (Ping timeout: 260 seconds)
21:03:54 Quit stripwax (Quit: http://miranda-im.org)
21:07:04 Quit AlexP (Ping timeout: 240 seconds)
21:08:12 Join S_a_i_n_t [0] (~st.lasciv@203.184.0.162)
21:11:36 Join AlexP [0] (~ap@rockbox/staff/AlexP)
21:12:14AlexPI assume the DNS problems has been forgotten in the topic :)
21:12:57 Quit S_a_i_n_t (Ping timeout: 265 seconds)
21:13:30Topic"Rockbox 3.6 now released! | Please read before speaking: http://www.rockbox.org/wiki/IrcGuidelines | http://www.rockbox.org/devcon2010/| Please direct offtopic/social chat to #rockbox-community | This channel is logged at http://www.rockbox.org/irc" by ChanServ (ChanServ@services.)
21:16:49 Join Jennifur [0] (~jennifur@cpe-72-224-19-1.nycap.res.rr.com)
21:19:07bertrikdo we have some macro defined in rockbox to determine the number of elements in an array?
21:25:37pamauryany arm asm expert ? Does this sounds correct: http://pastebin.com/EzAi6uUG ?
21:28:00 Join Variable [0] (www-data@giant.haxx.se)
21:28:16 Join S_a_i_n_t [0] (S_a_i_n_t@203.184.0.162)
21:28:30 Nick Variable is now known as Guest53954 (www-data@giant.haxx.se)
21:31:08 Quit tkteun (Quit: tkteun)
21:32:58Guest53954Does anyone have/know where to find the up-to-date list of recognized album art filenames?
21:33:19Guest53954folder.jpg, cover.jpg, etc...
21:34:39oboDoes anyone have any experience with identifying JTAG pinouts? The View has a 9 pin header (different to all other sansas?) - first how to confirm it is infact a JTAG, and second how to ID each pin?
21:37:38oboOh, I stumbled upon some very familiar PP-like registers in the android Tegra branch - I added them to the PortalPlayer wiki page. I'm not sure there isn't anything there which hasn't already been discovered via REing, but maybe worth a look.
21:38:01tmztobo: you working on zune HD?
21:38:15FlynDiceobo: I know ranma has hooked up a clip+ and a c200 to JTAG
21:38:25obotmzt: no, the Sansa View
21:38:39tmztah, just using the nvidia kernel as a reference
21:39:01AlexPGuest53954: http://download.rockbox.org/daily/manual/rockbox-iaudiox5/rockbox-buildap2.html#x17-366000B.18
21:39:13oboFlynDice: sounds promising
21:40:34FlynDiceobo: He documented some here : http://www.rockbox.org/wiki/SansaAMSJTAG
21:40:58Guest53954Perfect, thanks.
21:43:57oboFlynDice: it's a different (and unknown) pinout unfortunately
21:44:08Guest53954And am I correct in understanding that Rockbox does not currently use embedded ID3 album art?
21:44:24bluebrotherobo: this might be interesting (haven't watched the video yet): http://events.ccc.de/congress/2009/Fahrplan/events/3670.en.html
21:44:29JennifurGuest53954: indeed
21:44:43 Nick Guest53954 is now known as Variable (www-data@giant.haxx.se)
21:45:13 Nick Variable is now known as Guest67090 (www-data@giant.haxx.se)
21:45:44bluebrotherobo: you can find the video linked here (search for the ID): http://events.ccc.de/congress/2009/wiki/Conference_Recordings
21:48:07 Join stripwax [0] (~Miranda@87-194-34-169.bethere.co.uk)
21:49:45CIA-6New commit by bluebrother (r26861): Add cleaned up tests used for Utils::compareVersionStrings().
21:51:10obobluebrother: I'd found that pdf before, but it only has once sentence about JTAG identification - which links to http://www.elinux.org/JTAG_Finder , but I don't have the hardware they use
21:51:24CIA-6r26861 build result: All green
21:51:33obobut I haven't looked at the video yet...
21:53:51 Quit Zigtown (Read error: Operation timed out)
21:53:56 Nick Guest67090 is now known as Isolinear (www-data@giant.haxx.se)
21:54:21 Join Buschel [0] (~~andree@p54A3A9C2.dip.t-dialin.net)
21:55:42 Quit FlynDice (Remote host closed the connection)
21:59:10 Join Buschel_ [0] (~~andree@p54A3A9C2.dip.t-dialin.net)
22:00
22:00:42 Join kaylinsigsworth [0] (~Zigtown@CPE00259ce0fdb2-CM0014f8cc807a.cpe.net.cable.rogers.com)
22:00:56 Quit Buschel (Ping timeout: 240 seconds)
22:04:33***Saving seen data "./dancer.seen"
22:04:40 Join Jaykay [0] (~chatzilla@p5DC56FCC.dip.t-dialin.net)
22:06:04 Join S_a_i_n_t_ [0] (S_a_i_n_t@203.184.1.53)
22:06:30 Quit S_a_i_n_t (Ping timeout: 260 seconds)
22:10:19 Quit S_a_i_n_t_ (Ping timeout: 240 seconds)
22:10:53 Join S_a_i_n_t [0] (S_a_i_n_t@203.184.0.201)
22:12:53 Join nano [0] (~n@ks29694.kimsufi.com)
22:18:59 Join Luca_S [0] (www-data@giant.haxx.se)
22:20:52 Quit moparx (Quit: moparx)
22:22:00 Quit Jennifur (Quit: rebooting, hopefully i didn't break anything too bad)
22:31:29CIA-6New commit by bieber (r26862): Theme Editor: Added copyright headers to ConfigDocument files, continued work on configuration editing
22:33:08CIA-6r26862 build result: All green
22:41:36 Join katg [0] (~quassel@cpc1-rdng15-0-0-cust791.winn.cable.ntl.com)
22:45:04katgHi, just wondering if anyone can help me install rockbox on a 4g ipod, iI keep getting Could not open Ipod: permission denied
22:47:11 Quit Isolinear (Quit: CGI:IRC)
22:47:56katgalthough i'm trying the automatic way, maybe I should give the Manual way a try
22:53:07 Quit Jaykay (Ping timeout: 248 seconds)
22:56:01CIA-6New commit by bieber (r26863): Theme Editor: Implemented save/save as in the configuration file editor
22:57:35CIA-6r26863 build result: All green
22:57:54CIA-6New commit by bertrik (r26864): Support for mystery FM chip in some Sansa Clip+, FS #11403 by me
22:59:51CIA-6r26864 build result: All green
23:00
23:02:28 Join playing-the-fool [0] (~zic@lin67-4-78-239-42-148.fbx.proxad.net)
23:04:24AlexPkatg: On linux? If so use sudo/su
23:06:28katgAlexP: ah for the rockbox utility? i hadn't thought of that
23:07:10 Quit bertrik (Quit: De groeten)
23:08:47 Join bertrik [0] (~bertrik@rockbox/developer/bertrik)
23:09:22katgAlexP: Thanks, all working now had gone through all the disk permissions, but forgot the application
23:09:45AlexPNo worries - bootloader installation needs raw disk access
23:10:06AlexPNo update the build in the future you don't need it
23:10:13Luca_Sbertrik: fuzev2 fm radio still works fine here :)
23:10:34AlexPer, to update
23:11:10 Quit S_a_i_n_t (Read error: Connection reset by peer)
23:11:31katgKwl, glad to finally get an ipod to try rockbox on, been wanting to try it since hearing about it years ago, but non of the players i had were supported
23:12:58 Quit playing-the-fool (Quit: Ухожу я от вас)
23:13:38 Quit Buschel_ (Ping timeout: 264 seconds)
23:14:17CIA-6New commit by bluebrother (r26865): Remove ugly RTL writing direction hack. ...
23:15:59 Join S_a_i_n_t [0] (S_a_i_n_t@203.184.0.14)
23:16:06CIA-6r26865 build result: All green
23:16:11Luca_Swould it be impossible to release a new version of the VMware development environment, already configured for the eabi toolchain? I'm no expert, but I tried for a few hours and still can't build the compiler
23:16:26 Quit mitk (Quit: Leaving)
23:16:44AlexPLuca_S: Yes, someone just needs to do it
23:18:31 Quit kaylinsigsworth (Ping timeout: 260 seconds)
23:18:57 Quit komputes (Remote host closed the connection)
23:20:52 Join moparx [0] (~moparx@unaffiliated/moparx)
23:22:37Luca_Sconfigure: error: cannot guess build type; you must specify one
23:23:10 Quit bieber (Ping timeout: 252 seconds)
23:25:52 Quit wodz (Quit: Leaving)
23:29:33katgSorry probs a silly question, but can you only dual boot, or is it possible to just get rid of all the apple and only have rockbox?
23:35:14 Quit S_a_i_n_t (Read error: Connection reset by peer)
23:35:46 Quit moparx (Remote host closed the connection)
23:36:41 Quit whydoubt (Ping timeout: 240 seconds)
23:37:16bluebrotherkatg: the apple bootloader will always run. There is a way to load Rockbox directly (without the Rockbox bootloader), but this doesn't make much of a difference while booting and makes updating Rockbox harder.
23:37:21bluebrotherso it's not recommended.
23:38:18katgah kk, i'll leave it for the moment then.
23:38:53 Quit bmbl (Quit: Bye!)
23:39:53katgStill don't really know if i'll keep it, it's just a small project to keep me busy
23:41:46 Join S_a_i_n_t_ [0] (S_a_i_n_t@203.184.1.56)
23:48:58 Join whydoubt [0] (~whydoubt@ip68-12-76-9.ok.ok.cox.net)
23:49:49 Join Buckwheat [0] (~chatzilla@64.68.182.251)
23:50:26 Join playing-the-fool [0] (~zic@lin67-4-78-239-42-148.fbx.proxad.net)
23:50:28 Nick YPSY is now known as Ypsy (~ypsy@geekpadawan.de)
23:50:40*amiconn got the somewhat crazy idea to use the emac in h1x0/M5/HD200 grey blitting
23:50:52amiconnThis requires special care, since it means using the emac in an isr
23:50:59BuckwheatDoes anybody know why the sansa fuze v2 unstable when everything says yes
23:51:07Buckwheatis unstable*
23:52:02BuckwheatAny body there?
23:52:45gevaertsBuckwheat: http://www.rockbox.org/wiki/SansaAMS#Specific_problems might give some hints
23:52:52bluebrotherBuckwheat: everything says yes? How does "yes" compare to "unstable"?
23:53:05BuckwheatOne second let me get a link
23:53:23 Quit playing-the-fool (Client Quit)
23:54:05BuckwheatNever mind gavaerts awnsered it for me. Thank you gavaerts
23:54:14Luca_Swtf... i try to update config.guess and still no worky :/
23:57:01 Quit dfkt (Quit: -= SysReset 2.53=- Ph'nglui mglw'nafh Cthulhu R'lyeh wgah'nagl fhtagn.)
23:57:01 Nick Ypsy is now known as YPSY (~ypsy@geekpadawan.de)
23:58:27 Quit Luca_S (Quit: CGI:IRC)

Previous day | Next day