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 2012-02-12

00:05:48n1sthe buildsystem doesn't automatically update the client blacklist from git, does it?
00:07:44n1shmm, the ipod classic sim doesn't build
00:08:45gevaertsn1s: it should
00:10:27n1srigaud-dannya is still building (and throwing errors on sim builds
00:10:48 Quit ender (Quit: Knowledge is power. Power corrupts.)
00:10:48gevaertshm
00:11:15gevaertsWe'll have to poke Zagor when he's online again
00:17:59KiwiCamI see that it's only for Tags. Darn. What's the best way to do something like this but not create a huge line of conditionals? I'd like to use a subimage for each minute %?if(%cM,=,%or(04,14,24,34,44,54))<%xd(Ei)|%cM>
00:20:48 Quit pamaury (Remote host closed the connection)
00:25:44 Quit soap (Ping timeout: 276 seconds)
00:30:29 Join jdgord [0] (~jdgord@rockbox/developer/JdGordon)
00:31:42 Join emp^ [0] (~thc@p579ABB5C.dip.t-dialin.net)
00:33:53***Saving seen data "./dancer.seen"
00:34:02jdgordKiwicam:) that works
00:35:35CIA-44Commit e61f42a in rockbox by Nils Wallménius: Add description of the speaker keyckick setting
00:36:58funmansome of the web pages are symlinks to a svn repo, perhaps they need update to point to the git repo
00:37:57 Join soap [0] (~soap@rockbox/staff/soap)
00:38:43KiwiCamjdgord: I'm using the latest Sim build and it isn't for me. So, the syntax is correct? If I remove that %or and just place a value it works, but not with the %or.
00:39:42 Quit jdgord (Ping timeout: 245 seconds)
00:39:45 Quit n1s (Quit: Ex-Chat)
00:41:44emp^is the usb connection of the clip+ stable with the newer builds? Version: 91b52a1M-120122
00:42:15 Join jdgord [0] (~jdgord@1.44.117.27)
00:42:24 Quit jdgord (Changing host)
00:42:24 Join jdgord [0] (~jdgord@rockbox/developer/JdGordon)
00:42:33emp^the version above crashed when i plugged it in (windows didn't recognise the clip+)
00:43:06funmanmore or less stable
00:43:45funmanfor me it only crashes on unplug and less than 50% times
00:44:21 Quit Rower85 (Quit: Hmmm...)
00:45:32emp^ok, maybe i'll wait a little bit longer an downgrade to a version which uses the original firmware usb connection
00:45:51jdgordKiwicam: hmm looks correct
00:46:32jdgordOh no. Or takes tags, not generic numbers
00:46:39emp^but rockbox is a masterpiece of software... couldn't live without it :D
00:46:41jdgordYeah, that's not possible
00:46:50jdgordI'll think about it
00:49:58emp^really strange behavior though(the crash at plugging it in/windows not recognising it/hardboot necessary to shut the player down)
00:51:03KiwiCamjdgord: Does the %or work on the 3.10 version? How long ago did that come into effect?
00:51:27jdgordKiwicam: yeah, %or(a, b, c) means "be true if any of the tags a, b, c are true)
00:51:56KiwiCamjdgord: Shame. I thought it was a good feature.
00:52:24jdgordWhat have want is a bit harder to do
00:54:10KiwiCamSo, looking at this: http://forums.rockbox.org/index.php/topic,26960.msg176709.html#msg176709 How do I get your suggestion to work, instead of the OP's way. I can't see it in my mind.
00:55:50funmanemp^: you can still use OF usb connection with recent builds
01:00
01:00:30jdgordDidn't gevearts add a tag to get a character from a tags return value?
01:04:58jdgordYeah %ss
01:05:51KiwiCamDoesn't work for Values. Tried that. That was my first port of call.
01:06:09jdgordSo if want something like %xd(numbers, %ss(1, 1, %cM))
01:06:40jdgordI'm not sure of the ss tag syntax
01:07:32KiwiCamI'll try it again.
01:09:10 Join nosa [0] (~m00k@adsl-74-235-26-147.clt.bellsouth.net)
01:10:30KiwiCamThis doesn't work %xd(El,%ss(1, 1, %cM)) This does %ss(1, 1, %cM) So, it seems to return a string and not a number. does that sound right?
01:10:56KiwiCam%ss would be perfect, if I could get that to work.
01:11:32jdgordOh hell, yeah %ss probably doesn't set the number
01:12:09 Quit nosa-j (Ping timeout: 252 seconds)
01:12:09 Nick nosa is now known as nosa-j (~m00k@adsl-74-235-26-147.clt.bellsouth.net)
01:12:20jdgordFile a bug and ill try looking at it this week
01:14:33KiwiCamI haven't actually done that before. Can you start me off with a link please?
01:15:04jdgordPress the bugs link on the frontpage
01:15:43KiwiCamFound it.
01:17:31 Quit lebellium (Quit: ChatZilla 0.9.88 [Firefox 11.0/20120201153158])
01:26:34 Join TheLemonMan [0] (~LemonBoy@adsl-ull-148-196.50-151.net24.it)
01:27:50KiwiCamPosted http://www.rockbox.org/tracker/task/12586 I hope it's correct. You know, I think the %or() idea I had might actually be better. There'd be a lot less coding. Would you agree?
01:32:44emp^@funman: i could, but it boots rockbox per default when the player was off (i would have to boot OF first if i want plug it in)
01:32:50emp^correct me if i'm wrong
01:40:13jdgordKiwicam: no the or tag probably won't be fixable to work
01:40:40jdgordFixing ss should be simple
01:46:02 Quit amithkk (Excess Flood)
01:47:11 Quit Staphylo (Ping timeout: 240 seconds)
01:48:04KiwiCamjdgord: At least there's a solution on the way. I'll carry on theming. Thanks.
01:48:13 Join Staphylo` [0] (~Staphylo@mareo.fr)
01:48:23 Join Horscht [0] (~Horscht@xbmc/user/horscht)
01:50:17 Quit jdgord (Ping timeout: 252 seconds)
01:50:44 Quit TheLemonMan (Quit: WeeChat 0.3.6)
01:51:30 Join jdgord [0] (~jdgord@rockbox/developer/JdGordon)
01:58:25 Quit jdgord (Read error: Connection reset by peer)
02:00
02:01:43 Join [Saint] [0] (~Saint]@unaffiliated/saint/x-8516940)
02:04:24 Join hej [0] (50d8b99d@gateway/web/freenode/ip.80.216.185.157)
02:04:34hejhey hey some here ?
02:05:36 Join Horschti [0] (~Horscht@xbmc/user/horscht)
02:06:39[Saint]hej: 120 people.
02:06:47[Saint]Not including yourself.
02:08:32[Saint]...you have a question, or you're curious about the channels population? :)
02:08:44 Quit hej (Ping timeout: 245 seconds)
02:08:52 Quit Horscht (Ping timeout: 245 seconds)
02:14:36 Join perrikwp [0] (~quassel@cpe-071-076-184-171.triad.res.rr.com)
02:28:39 Join kadoban [0] (~kadoban@ip98-165-177-158.ph.ph.cox.net)
02:33:56***Saving seen data "./dancer.seen"
02:42:27 Join Fury4 [0] (1844752f@gateway/web/freenode/ip.24.68.117.47)
02:50:22Fury4Hello. I'm trying to get a Sansa Fuze into recovery mode to reflash OF, and have a question about bridging the NAND contacts
02:50:55[Saint]What...wait.
02:51:19[Saint]*why* are you needing to go to recovery mode? It wont boot normally?
02:51:54Fury4yup, screwed up rockbox install and now can't get either firmware to load http://forums.rockbox.org/index.php/topic,32847.0.html
02:52:38[Saint]You've tried a standard hard-reset first?
02:52:58Fury4the holding power toggle up for 30sec one? yah
02:53:06[Saint]A lot of people jump to conclusions about it being "bricked" and do way more harm than good.
02:53:21[Saint]Just...make sure you're certain.
02:54:20Fury4fuze shuts off within 5sec of startup, regardless of if holding left while powering on
02:54:33Fury4no access to internal storage when connected to PC
02:55:50[Saint]Yeah, right. Sounds like a fair guess then. I just wanted to be sure...some people jump to cracking the device open before even trying a reset.
02:56:08[Saint]Then *actually* brick their devices.
02:57:19Fury4yeah, I can see that happening a fair bit, lol
02:57:32Fury4especially considering how tiny the contacts are
02:58:28 Join anewuser [0] (~anewuser@186.93.217.22)
02:58:28 Quit anewuser (Changing host)
02:58:28 Join anewuser [0] (~anewuser@unaffiliated/anewuser)
02:58:33 Quit anewuser_ (Ping timeout: 252 seconds)
02:58:48Fury4as it is the fuze already has a near non-functional screen, so I'm not THAT concerned about further damage
03:00
03:00:19Fury4Basically, I'm unsure about the instructions. http://www.rockbox.org/wiki/SansaAMSUnbrick mentions to bridge two pads with wire, connect to PC, run fdisk -l and then remove the wire
03:00:35Fury4but then goes on to describe how to use the recovery mode to write the firmware
03:01:15Fury4unsure if the second set of instructions require the bridging wire still in place, or removed
03:01:52[Saint]The bridge only needs yo be in place during USB insertion/enumeration
03:02:01[Saint]*to be
03:02:16 Quit kadoban (Ping timeout: 260 seconds)
03:02:47 Quit curtism (Quit: Live Long and Prosper)
03:03:31Fury4ahh, so once it's mounted properly, I remove the bridge and write firmware?
03:05:08[Saint]Yeppers.
03:11:48 Join [Saint_] [0] (~Saint]@101.98.129.152)
03:11:48 Quit [Saint_] (Changing host)
03:11:48 Join [Saint_] [0] (~Saint]@unaffiliated/saint/x-8516940)
03:12:45Fury4I've read mention of removing the battery connection first when unbricking a Clip, is this required for a Fuze?
03:13:49 Quit [Saint] (Quit: Quit)
03:14:10 Nick [Saint_] is now known as [Saint] (~Saint]@unaffiliated/saint/x-8516940)
03:14:16Fury4implication seems to be that it's just to make sure the device is fully off, but just wanted to be sure before I whip out the soldering iron
03:16:46funmanemp^: you can press left button when plugging
03:17:03funmanFury4: hi
03:17:40funmanyou can bridge with a knife or screwdriver
03:19:38emp^ok, sorry for the noobish - already in the documentation answered - question
03:19:56emp^as if you guys have nothing better to do^^
03:20:59 Quit MethoS- (Quit: Konversation terminated!)
03:23:06Fury4hey funman
03:23:44Fury4that sounds muuch easier than trying to solder to the contacts and then un-solder afterwards :D
03:26:18Fury4I've done soldering on this scale before, it just can be rather stressful
03:26:31[Saint]AFAIK the battery disconnection is just to ensure the device is in an off state and not hanging.
03:26:44[Saint]In this case, you know its off.
03:28:57Fury4good to know
03:29:20Fury4hmmmm... now all I need is Linux (unless there's some way to do this from windows?)
03:53:01[Saint]there's various implementations of dd for windows, yes.
03:53:16[Saint]Google "Windows+dd"
04:00
04:02:50Fury4turns out it takes less than 10min to download+create a bootable linux USB
04:09:02 Quit [7] (Disconnected by services)
04:09:11 Join TheSeven [0] (~TheSeven@rockbox/developer/TheSeven)
04:09:55 Quit LambdaCalculus37 (Quit: Fwump)
04:19:35 Quit Fury4 (Ping timeout: 245 seconds)
04:24:29 Quit leavittx (Ping timeout: 272 seconds)
04:30:55 Quit amiconn (Disconnected by services)
04:30:55 Join amiconn_ [0] (quassel@rockbox/developer/amiconn)
04:31:17 Nick amiconn_ is now known as amiconn (quassel@rockbox/developer/amiconn)
04:31:56 Quit pixelma (Disconnected by services)
04:31:57 Join pixelma_ [0] (quassel@rockbox/staff/pixelma)
04:32:17 Nick pixelma_ is now known as pixelma (quassel@rockbox/staff/pixelma)
04:33:57***Saving seen data "./dancer.seen"
04:40:02 Quit anewuser (Read error: Connection reset by peer)
04:51:58 Join Fury4 [0] (1844752f@gateway/web/freenode/ip.24.68.117.47)
04:53:43Fury4first two attempts at recovery mode didn't appear to work. Trying a 3rd time, but fdisk -l continues to list the sansa even when disconnected. Is there some sort of device removal I need to do in between?
04:59:17funman1/ make sure it's powered off before plugging
04:59:25funman2/ repeat several times it's hard to get it right
04:59:53funmanyou can run this in a terminal:
04:59:59funmanwhile :;do sudo dmesg -c;sleep 1;done
05:00
05:00:18funmanif you do it right you'll see 'UNDEF STORAGE' or something liek that appear very quickly
05:00:29funmanand the screen will stay black
05:02:06 Join Emph4s3r^24h [0] (~thc@p5798B3B9.dip.t-dialin.net)
05:02:20 Quit Emph4s3r^24h (Client Quit)
05:02:53 Quit emp^ (Ping timeout: 240 seconds)
05:04:38Fury4turns out I was identifying the wrong drive, the sansa didn't show at all (I'd forgotten about the identical sized USB flashdrive running the OS, LOL)
05:07:12 Quit pixelma (Disconnected by services)
05:07:14 Join pixelma_ [0] (quassel@rockbox/staff/pixelma)
05:07:16 Nick pixelma_ is now known as pixelma (quassel@rockbox/staff/pixelma)
05:16:22 Join beslayed [0] (~user@adsl-99-190-44-27.dsl.rcsntx.sbcglobal.net)
05:18:46 Join Keripo [0] (~Keripo@eng303.wireless-resnet.upenn.edu)
05:21:34 Join Rob2223 [0] (~Miranda@p4FFD1865.dip.t-dialin.net)
05:23:20 Quit Fury4 (Ping timeout: 245 seconds)
05:23:37 Quit GeekShadow (Ping timeout: 240 seconds)
05:23:52 Join GeekShadow [0] (~antoine@56.134.197.77.rev.sfr.net)
05:24:02 Join Horscht [0] (~Horscht@p57B575BB.dip.t-dialin.net)
05:24:02 Quit Horscht (Changing host)
05:24:02 Join Horscht [0] (~Horscht@xbmc/user/horscht)
05:24:15 Quit Horschti (Ping timeout: 244 seconds)
05:24:28 Join Fury4 [0] (~Fury4@www.nowhere-else.org)
05:24:54 Quit Fury4 (Remote host closed the connection)
05:25:24 Quit Rob2222 (Ping timeout: 248 seconds)
05:26:25 Quit Keripo (Quit: Leaving.)
05:26:58 Join Fury4 [0] (~Fury4@www.nowhere-else.org)
05:27:46Fury4ahh failing IRC servers, brings back so many memories
05:29:24[Saint]quit message suggests your client barfed.
05:31:49Fury4webchat.freenode.net died or something
05:32:37Fury4and then using different webchat client it picked a server that seemed to die immediately
05:38:27Fury4hnmmm. Sansa's connected, black screen. Terminal window with that script running threw up a bunch of I/O errors (unhandled sense code) and then sde: detected capacity change from 1027342336 to 0
05:38:45Fury4fdisk still shows nothing
05:40:04 Join Keripo [0] (~Keripo@eng303.wireless-resnet.upenn.edu)
05:40:19 Quit Keripo (Ping timeout: 260 seconds)
05:41:48funmannope
05:42:34Fury4Errors : http://pastebin.com/5H5pj9ja
05:42:38funmanmust be the capacity of your player (actually, a bit more than what you would usually see since the space which stores OF is shown)
05:42:39Fury4gonna try again
05:42:49funmandid you unplug the battery>
05:42:55Fury4no.
05:42:58 Quit ender| (Ping timeout: 276 seconds)
05:43:32funmanmake sure the player's off when you plug it. since for you it semi works it should be fine
05:44:32Fury4seems to be off
05:46:20funmanit's hard to do with 2 hands
05:47:06funmani plug the cable on the fuze, put it ready to be plugged on the pc, then bridge while holding the board firmly on the desk, and plug with the other hand
05:47:10funmangood luck!
05:48:32Fury4worst part has to be the PCB-mounted button that likely does something unrelated
05:48:42Fury4would be sooo much easier, but no, gotta be difficult :P
05:51:05[Saint]that's the "Home" button.
05:54:26 Join Keripo [0] (~Keripo@eng303.wireless-resnet.upenn.edu)
05:54:48Fury4ahhh, lol
05:56:39Fury4yet again it's booting with screen off, same results as above in pastebin. perhaps 4th time will be the charm
05:58:13 Join ender| [0] (~ender1@foo.eternallybored.org)
05:59:54Fury4... I think it worked?
06:00
06:00:15Fury4or... at the very least failed in a different manner, lol
06:04:12Fury4now ends with [ 2231.166740] sd 11:0:0:0: [sde] Attached SCSI removable disk [ 2231.168359] sd 11:0:0:1: [sdf] Attached SCSI removable disk
06:04:34Fury4and none of the hardware errors
06:04:52Fury4but still not shown in fdisk -l
06:23:04Fury4zomg, it's showing in fdisk!
06:26:33Fury4dd successful in copying firmware.... now the moment of truth
06:32:36 Quit CaptainKewl (Ping timeout: 248 seconds)
06:33:02Fury4hmmmm, screen now stays lit for longer than 5sec after boot
06:34:01***Saving seen data "./dancer.seen"
06:36:51 Quit [Saint] (Quit: Quit)
06:37:14 Join [Saint] [0] (~Saint]@unaffiliated/saint/x-8516940)
06:58:21 Quit Slasheri_ (Ping timeout: 276 seconds)
06:58:28 Join Slasheri [0] (miipekk@rockbox/developer/Slasheri)
07:00
07:07:27 Quit nosa-j (Excess Flood)
07:10:44 Join nosa-j [0] (~m00k@adsl-74-235-26-147.clt.bellsouth.net)
07:11:13Fury4funman: It now boots and stays on with screen lit, but otherwise non-functional. I suspect I may have hit the same snag you describe under "hacking" in the SansaAMSUnbrick guide. Any chance you've still got that "full reserved data" image?
07:13:43[Saint]A patched OF was enough to get mine booting Rockbox, but the OF was all weird.
07:18:15Fury4plugging in without bridging recovery pads doesn't work show me a drive to reinstall rockbox on
07:18:31Fury4*doesn't show me a drive
07:18:59[Saint]dd a patched OF on.
07:19:45Fury4hmmm, good idea. with luck the other part of rockbox is still intact
07:20:18[Saint]likely not, but you should be able to mount it with bootloader USB.
07:21:22[Saint]well, not "likely not" (I was lucky this way, for instance), but, don't rely on the disk contents being intact. :)
07:22:52Fury4does the current bootloader have USB support on the Fuze? I ran into conflicting info when reading
07:23:04Fury4some ppl said it's disabled/defaults to OF
07:25:03[Saint]The *current* version does, I'm not sure if the *release* version does.
07:26:32 Join perrikwp_ [0] (~quassel@cpe-071-076-184-171.triad.res.rr.com)
07:26:43 Quit Keripo (Quit: Leaving.)
07:26:59Fury4looks like it was the 3.10 version from Dec 11 that I installed previously
07:28:52 Quit perrikwp (Ping timeout: 260 seconds)
07:30:14Fury4release notes say USB is disabled for Fuze v2, v1 isn't mentioned
07:31:53Fury4guess I can try a current build patched OF
07:32:51Fury4and hope it doesn't conflict with the older release rockbox remnants
07:36:00[Saint]What the screwnuts?!?
07:36:22[Saint]Why does "Recent Posts" in the forums stop listing posts at page 3?
07:36:34*[Saint] pokes scorche
07:37:08[Saint]http://forums.rockbox.org/index.php?action=recent;start=30
07:38:08*scorche doesnt know, but is tempted to blame gevaerts for some odd reason =)
07:39:03[Saint]Ok...I can run with that.
07:39:05[Saint];)
07:45:00 Join robin0800 [0] (~robin0800@genkt-057-078.t-mobile.co.uk)
08:00
08:04:47Fury4hmm.... mkamsboot keeps giving me a permission denied error
08:10:55Fury4pfft, wasn't flagged as an executable, working now
08:11:19Fury4at least I'm learning about linux, lol
08:32:31Fury4"Rockbox internal storage USB device" ready to use!
08:34:05***Saving seen data "./dancer.seen"
08:45:48[Saint]...who's your man? ;)
08:46:43*[Saint] reminds Fury4 that he takes cash, cheque, or direct credit.
08:46:46[Saint]:)
09:00
09:00:49 Join n1s [0] (~n1s@nl118-175-223.student.uu.se)
09:00:50 Quit n1s (Changing host)
09:00:50 Join n1s [0] (~n1s@rockbox/developer/n1s)
09:04:12Fury4rockbox is working flawlessly now, and the blind voice feature let's me actually start music playback without the screen
09:04:44Fury4I dont think the OF works, but it was rather useless with no display anyways
09:04:52Fury4thanks for your assistance
09:12:31[Saint]That's fine, I was kidding...I hope you realize (seems pretty obvious, but, sometimes...you never know ;))
09:12:44[Saint]I'm glad its running again, good job.
09:26:04 Quit robin0800 (Ping timeout: 252 seconds)
09:26:28 Quit Fury4 (Remote host closed the connection)
09:26:43 Join Fury4 [0] (~Fury4@www.nowhere-else.org)
09:39:10 Join robin0800 [0] (~robin0800@149.254.60.168)
09:43:56 Join leavittx [0] (~leavittx@cl-534.mbx-01.si.sixxs.net)
09:49:03 Quit robin0800 (Ping timeout: 252 seconds)
09:54:54 Join robin0800 [0] (~robin0800@149.254.61.42)
10:00
10:03:32 Quit mystica555 (Ping timeout: 240 seconds)
10:08:06 Join mystica555 [0] (~mystica@mystica.mobi)
10:34:07***Saving seen data "./dancer.seen"
10:34:41 Join ender` [0] (~ender@foo.eternallybored.org)
10:36:01 Join kadoban [0] (~kadoban@ip98-165-177-158.ph.ph.cox.net)
10:50:55 Join y4n [0] (y4n@unaffiliated/y4ndexx)
10:51:06 Join bertrik [0] (~bertrik@ip117-49-211-87.adsl2.static.versatel.nl)
10:51:07 Quit bertrik (Changing host)
10:51:07 Join bertrik [0] (~bertrik@rockbox/developer/bertrik)
11:00
11:01:50n1sour patch tracker is a really sad thing
11:12:05 Join [Saint_] [0] (~Saint]@unaffiliated/saint/x-8516940)
11:13:37 Quit kadoban (Ping timeout: 240 seconds)
11:33:49 Join pamaury [0] (~quassel@cez63-2-88-164-98-172.fbx.proxad.net)
11:33:49 Quit pamaury (Changing host)
11:33:49 Join pamaury [0] (~quassel@rockbox/developer/pamaury)
11:43:48 Quit [Saint_] (Quit: Quit)
11:45:54 Quit leavittx (Ping timeout: 272 seconds)
12:00
12:13:35 Join lebellium [0] (~chatzilla@f052144191.adsl.alicedsl.de)
12:25:19 Quit robin0800 (Ping timeout: 245 seconds)
12:34:08***Saving seen data "./dancer.seen"
12:36:47 Quit Fury4 (Remote host closed the connection)
12:37:04 Join Fury4 [0] (~Fury4@www.nowhere-else.org)
12:44:43 Join robin0800 [0] (~robin0800@149.254.60.42)
12:53:46 Quit robin0800 (Ping timeout: 260 seconds)
12:55:09 Quit Fury4 (Remote host closed the connection)
12:57:38 Join anewuser [0] (~anewuser@186.93.217.22)
12:57:39 Quit anewuser (Changing host)
12:57:39 Join anewuser [0] (~anewuser@unaffiliated/anewuser)
13:00
13:00:55 Quit [Saint] (Quit: Quit)
13:01:09 Join [Saint] [0] (~Saint]@unaffiliated/saint/x-8516940)
13:25:55 Join TheLemonMan [0] (~LemonBoy@ppp-13-4.26-151.libero.it)
13:31:31 Join fyre^OS [0] (~nnscript@cpe-68-173-235-85.nyc.res.rr.com)
13:34:23 Quit fyrestorm (Ping timeout: 252 seconds)
13:39:00 Join MethoS- [0] (~clemens@134.102.106.250)
13:50:03 Join dfkt [0] (dfkt@unaffiliated/dfkt)
13:57:02 Join TomColler [0] (~thomas@net-93-144-133-177.cust.dsl.teletu.it)
13:57:08 Part TomColler
14:00
14:01:12 Quit [Saint] (Read error: Connection reset by peer)
14:04:22 Quit TheLemonMan (Quit: WeeChat 0.3.6)
14:05:23 Join leavittx [0] (~leavittx@cl-534.mbx-01.si.sixxs.net)
14:16:45 Join webguest267 [0] (~5288ced2@www.haxx.se)
14:20:42webguest267Hi, I'm having issues running RButil on Mac osx. It gives back No mount point found, yet it autodetects both my 2gnano and 5.5g ipod
14:22:58webguest267I've killed iTunes and the helper, ran rbutils as root, to no success tho
14:26:09webguest267and both iPods are Winpods
14:34:09***Saving seen data "./dancer.seen"
14:42:36bluebrotherwebguest267: does autodetection actually detect the mountpoint?
15:00
15:01:33webguest267Autodectection sees the ipods correctly at the correct moutn point, yet wehn I continue it gives me the error
15:05:40 Join TheLemonMan [0] (~LemonBoy@ppp-13-4.26-151.libero.it)
15:08:21webguest267The 5.5g already has a RB installation (3.9) which I wanted to update. At first I thought my USB connection was flacky, but on my other mac (osx 10.5.8) it gives me the same error as on the first one (osx 10.7.3).
15:20:38 Join mystica555_ [0] (~Mike@mystica.mobi)
15:28:23 Join CaptainKewl [0] (captainkew@207-237-110-248.c3-0.nyr-ubr2.nyr.ny.cable.rcn.com)
15:28:59webguest267It seems that something is preventing rbutil to use the proper mountpoints on OSX. Manual installation (using ipodpatcher seperatly) also spits out an error.
15:30:25 Quit Synergist (Read error: Connection reset by peer)
15:33:14 Join Synergist [0] (~synfn@node1.customhost.org.uk)
15:33:14 Quit Synergist (Changing host)
15:33:14 Join Synergist [0] (~synfn@unaffiliated/synergist)
15:37:27 Join nosa [0] (~m00k@adsl-74-235-26-109.clt.bellsouth.net)
15:39:23 Quit nosa-j (Ping timeout: 260 seconds)
15:39:28 Nick nosa is now known as nosa-j (~m00k@adsl-74-235-26-109.clt.bellsouth.net)
15:49:03 Join gartral [0] (~gareth@ip184-189-215-49.cl.ri.cox.net)
15:49:36gartralWhat's up with the latest RBUtil builds not having the right URL for the manuals?
15:50:42 Quit Horscht (Quit: Verlassend)
16:00
16:20:01gartralIs there a soft "force reset" key combo for the h140?
16:21:25gevaertsthere's the reset button
16:23:33gartralgevaerts: I had too improvise for a tool too stick in there, a toothpick was too fat
16:28:50 Quit leavittx (Remote host closed the connection)
16:29:14 Join leavittx [0] (~leavittx@89.221.199.187)
16:34:11***Saving seen data "./dancer.seen"
16:38:49 Join Guest012 [0] (~Guest@75-134-123-215.dhcp.aldl.mi.charter.com)
16:41:13 Quit Guest012 (Client Quit)
16:46:34 Quit anewuser (Read error: Connection reset by peer)
16:46:55 Join benedikt93 [0] (~benedikt9@unaffiliated/benedikt93)
16:48:12 Join anewuser [0] (~anewuser@186.93.217.22)
16:48:12 Quit anewuser (Changing host)
16:48:12 Join anewuser [0] (~anewuser@unaffiliated/anewuser)
16:48:19 Part anewuser
16:57:33 Join robin0800 [0] (~robin0800@149.254.61.42)
16:57:48 Quit bertrik (Read error: Connection timed out)
16:58:33 Join bertrik [0] (~bertrik@ip117-49-211-87.adsl2.static.versatel.nl)
16:58:33 Quit bertrik (Changing host)
16:58:33 Join bertrik [0] (~bertrik@rockbox/developer/bertrik)
17:00
17:01:12 Join amithkk [0] (u4289@2buntu/writers/amithkk)
17:04:25gartralI added a new bug for RButil.
17:06:29 Quit robin0800 (Ping timeout: 265 seconds)
17:09:05 Join cod3r [0] (~3bb2d85e@www.haxx.se)
17:10:19 Quit cod3r (Client Quit)
17:10:40 Join R0ckb0xc0d3r [0] (~3bb2d85e@www.haxx.se)
17:13:13R0ckb0xc0d3rI want ti work on Rockbox for GSoc, but i am a newbie.. I have worked a lot on embedded system, and amateur in device driver in linux ... Can anyone help me with any idea that can be worked on with Rockbox
17:16:44gevaertsR0ckb0xc0d3r: do you have any specific interest?
17:17:07gevaertsI mean, UI level stuff, the android port, codecs, device drivers, ...
17:17:39 Quit bertrik (Read error: Connection timed out)
17:18:07*gevaerts would like to point out that it's not at all certain yet that rockbox will be in gsoc
17:18:24 Join bertrik [0] (~bertrik@ip117-49-211-87.adsl2.static.versatel.nl)
17:18:25 Quit bertrik (Changing host)
17:18:25 Join bertrik [0] (~bertrik@rockbox/developer/bertrik)
17:20:40R0ckb0xc0d3r@ grevaerts: I am interested in device driver and android ..
17:21:43gartralgevaerts: Have you guys "missed" a year in GSoC?
17:22:18gevaertsgartral: no, why?
17:22:25R0ckb0xc0d3rrockbox may not be in Gsoc this yr , but i love to gain knowledge.. and work on these stuffs
17:23:29gartralgevaerts: Just curious.
17:23:43 Join curtism [0] (~curtis@bas11-montreal02-1128531121.dsl.bell.ca)
17:24:38R0ckb0xc0d3rgevaerts: what should i start with.. i do want to continue working woth device driver. any suggestion.
17:25:03gevaertsR0ckb0xc0d3r: have you used rockbox before?
17:26:54R0ckb0xc0d3rmy friend has a philips player, that time i used it. but not a frequent user.
17:27:23gevaertsI'm not too sure what sort of device driver work suitable for gsoc we have
17:27:58gevaertsThere could be things like refactoring existing code to improve code reuse, but I'm not the person to talk to about that
17:28:54gevaertsOr there could be various USB related things, or filesystem work. That's not really device driver work though
17:30:12gartralgevaerts: What kind of "Admin Work" is needed on the themes page at themes.rockbox.org?
17:30:45R0ckb0xc0d3rlisten, i have deep knowledge on embedded microcontrollers( mainly AVR and PIC). i had run a RTOS on my AVR chip too. recently i started gaining knowledge on device drivers inlinux
17:31:46R0ckb0xc0d3rand i will also love to work on audio codecs and all
17:31:48gevaertsgartral: it means some themes have been "reported", which can mean various things, from people saying they like it (don't ask me why they report it then...) to people saying it doesn't work for some reason
17:35:15R0ckb0xc0d3rgevaerts: suggest me where to start with, jst give me something to work on , that cn be useful in GSoc.
17:35:35LalufuIs there a specific reason (apart from: noone has volunteered to do the work) why rockbox does not use the virtual memory capabilities of the chips it runs on?
17:35:53gevaertsLalufu: most of the chips we run on don't *have* an MMU
17:35:58 Quit TheLemonMan (Ping timeout: 265 seconds)
17:36:58gevaertsR0ckb0xc0d3r: at this point we're still trying to collect ideas and getting mentors interested, so it might be a bit early for real concrete advice, but checking out the source and building it is probably a good start
17:37:01gartralalso, Rockbox has awesome memory management >.>
17:37:29 Join TheLemonMan [0] (~LemonBoy@ppp-13-4.26-151.libero.it)
17:37:29 Quit TheLemonMan (Client Quit)
17:37:32gartralR0ckb0xc0d3r: Also, go look in the forums, and FlySpray
17:38:23R0ckb0xc0d3rthankx for that
17:45:15 Join robin0800 [0] (~robin0800@149.254.61.216)
17:46:18bertrikLalufu, on the chips that do have an MMU, I think we try to keep things simple by still having a mostly flat memory map
17:47:34bertrikfor AMS targets, IIRC, we use the MMU to move some memory space closer together so we can use smaller ASM command (use relative addresses instead of absolute)
17:49:32Lalufubertrik: thanks
17:50:11LalufuI was under the impression that the ARMs used in the ipods had an MMU, but it seems I was wrong about that.
17:55:45 Join kadoban [0] (~kadoban@ip98-165-177-158.ph.ph.cox.net)
18:00
18:01:10 Join TheLemonMan [0] (~LemonBoy@ppp-13-4.26-151.libero.it)
18:04:36gartralanyone know of a reliable source for batteries for the h1x0?
18:09:02 Quit R0ckb0xc0d3r (Quit: CGI:IRC (Ping timeout))
18:10:58 Quit robin0800 (Ping timeout: 244 seconds)
18:13:24 Quit leavittx (Ping timeout: 248 seconds)
18:34:12***Saving seen data "./dancer.seen"
18:59:09 Join lebellium_ [0] (~chatzilla@g225185035.adsl.alicedsl.de)
19:00
19:00:32 Quit lebellium (Ping timeout: 240 seconds)
19:00:35 Nick lebellium_ is now known as lebellium (~chatzilla@g225185035.adsl.alicedsl.de)
19:05:04 Join webguest727 [0] (~45415970@www.haxx.se)
19:05:14 Quit webguest727 (Client Quit)
19:08:36 Join leavittx [0] (~leavittx@cl-534.mbx-01.si.sixxs.net)
19:13:35 Join Rower85 [0] (~husvagn@v-413-alfarv-90.bitnet.nu)
19:16:47 Join Horscht [0] (~Horscht@p57B575BB.dip.t-dialin.net)
19:16:48 Quit Horscht (Changing host)
19:16:48 Join Horscht [0] (~Horscht@xbmc/user/horscht)
19:41:42 Join guymann_ [0] (~charles@69.0.9.213)
19:42:03 Quit guymann (Read error: Operation timed out)
20:00
20:07:14webguest267My 5.5g ipod is showing aprox half of it's capacity
20:08:23webguest267Yet it's completely empty except the .rockbox and ipod control dirs
20:09:20gevaertsitunes puts all its music in ipod_control
20:10:13webguest267But I ahven't synced it, it's just after a fresh install of Rockbox
20:10:58gevaertsJust to make sure, how are you checking the used space?
20:11:34 Join ChickeNES [0] (~ChickeNES@128.135.100.102)
20:11:36webguest267I've checked it using finder and diskutility
20:13:35gevaertsThen I'd say it's either music in ipod_control, or one of the various places where different operating systems store removed files
20:13:36webguest267df gives me the same
20:14:18webguest267I'll throw out .Trashes
20:14:26webguest267To see what it does
20:15:20 Quit webguest267 (Quit: CGI:IRC)
20:15:28 Join webguest267 [0] (~5288ced2@www.haxx.se)
20:16:11webguest267Whoops, thanks, it were the .Trashes was the issue here.
20:17:08 Quit ChickeNES (Quit: Computer has gone to sleep.)
20:18:16 Quit leavittx (Ping timeout: 272 seconds)
20:18:34webguest267One other question, if I want to rebuild my database, can I just remove the related database.tcd in the rb dir?
20:19:37gevaertsYou can. Well, there's more than one file involved
20:20:41 Nick guymann_ is now known as guymann (~charles@69.0.9.213)
20:20:47webguest267It's just all the tcd's right?
20:20:53gevaertsyes
20:21:13webguest267Thanks, much appriciated.
20:32:20 Join Bebe [0] (~4d0a6b80@www.haxx.se)
20:32:50 Quit Bebe (Client Quit)
20:33:00 Join Bebe [0] (~4d0a6b80@www.haxx.se)
20:33:06 Quit Bebe (Client Quit)
20:33:12 Join Bebe [0] (~4d0a6b80@www.haxx.se)
20:33:14 Quit Bebe (Client Quit)
20:33:47 Join Fuze_V2_webguest [0] (~4d0a6b80@www.haxx.se)
20:34:15***Saving seen data "./dancer.seen"
20:35:33 Quit CaptainKewl (Quit: ( www.nnscript.com :: NoNameScript 4.22 :: www.esnation.com ))
20:57:28 Quit benedikt93 (Quit: Bye ;))
21:00
21:01:26gartralfor devices that have a configurable battery capacity, is there any safties in place if you accidentally set the wrong level?
21:01:54gevaertsThe battery capacity setting doesn't actually mean anything
21:02:05gevaertsIt's *only* used to estimate remaining time
21:02:15gartralgevaerts: Ahh, OK.
21:02:31gartralgevaerts: do you have an h1x0?
21:05:05 Join domonoky [0] (~Domonoky@rockbox/developer/domonoky)
21:05:17 Quit bluebrother (Disconnected by services)
21:05:17 Join bluebrother^ [0] (~dom@rockbox/developer/bluebrother)
21:08:52 Quit fs-bluebot (Ping timeout: 240 seconds)
21:09:53 Quit webguest267 (Quit: CGI:IRC)
21:10:26 Join fs-bluebot [0] (~fs-bluebo@f053153036.adsl.alicedsl.de)
21:12:55 Join petur [0] (~petur@rockbox/developer/petur)
21:20:44 Quit y4n (Quit: Today is the perfect day for a perfect day.)
21:22:04 Join saratoga [0] (980329b4@gateway/web/freenode/ip.152.3.41.180)
21:23:07 Join lorenzo92 [0] (~chatzilla@host40-41-dynamic.50-82-r.retail.telecomitalia.it)
21:27:03lorenzo92kugel: hey! my module is pretty ready, but I had troubles integrating it into rockbox. Don't know why, but the register cache in si4700.c driver makes a segmentation fault I fear!
21:27:14lorenzo92I'll send you the drafts
21:28:26lorenzo92and the strange thing: I get non-correct values when using the device in rockbox, while in a small C app to test my module, everything works uhm
21:30:39lorenzo92kugel: http://dl.dropbox.com/u/38710278/radio-ypr0.c.zip
21:31:34lorenzo92finally, I decided to add also direct i2c access, since the rockbox driver suits perfectly with this...when you have time, please have a look at it ;)
21:35:13lorenzo92* for the seg fault, I mean rockbox's driver, not my own..
21:38:42 Quit TheLemonMan (Quit: WeeChat 0.3.6)
21:38:55kugellorenzo92: I suggest putting it on gerrit or some external git repo
21:39:35lorenzo92kugel: indeed. but time limited, so I will create a nice patch next week, don't worry ;)
21:45:52 Quit lorenzo92 (Quit: ChatZilla 0.9.88 [Firefox 10.0/20120129141257])
21:49:13 Join Fury4 [0] (~Fury4@www.nowhere-else.org)
21:55:02 Join stripwax [0] (~Miranda@87-194-34-169.bethere.co.uk)
21:58:41 Quit stripwax (Client Quit)
21:59:41 Join stripwax [0] (~Miranda@87-194-34-169.bethere.co.uk)
22:00
22:00:47 Join Rob2222 [0] (~Miranda@p5B024E90.dip.t-dialin.net)
22:04:14gartralMy h140 just froze up when i went into the shortcuts menu. it's "on" but it wont even respond too the reset button at all
22:04:34 Quit Rob2223 (Ping timeout: 252 seconds)
22:05:10 Nick sinthete1 is now known as sinthetek (~sinthetek@cpe-174-111-026-094.triad.res.rr.com)
22:05:20 Quit sinthetek (Changing host)
22:05:20 Join sinthetek [0] (~sinthetek@unaffiliated/sinthetek)
22:15:38gartralheh.. i removed the bottom panel too look at the button.. it's *GONE*
22:16:11gartralI guess i'm stuck waiting till the battery dies >.<
22:22:10 Quit gartral (Quit: Lost terminal)
22:24:10 Quit dfkt (Quit: -= SysReset 2.55=- Sic gorgiamus allos subjectatos nunc.)
22:25:41 Quit mystica555_ (Ping timeout: 244 seconds)
22:28:18kugelyea, the shortcuts menu is buggy when it's empty
22:31:48n1sthose reset buttons are quite fragile, i guess you're not supposed to use them too often :)
22:34:19***Saving seen data "./dancer.seen"
22:43:32 Quit stripwax (Quit: http://miranda-im.org)
22:45:40 Quit Fury4 (Remote host closed the connection)
22:45:56 Join Fury4 [0] (~Fury4@www.nowhere-else.org)
22:46:37funmanFury4: good work
22:49:37 Quit pamaury (Remote host closed the connection)
22:56:55 Join [Saint] [0] (~Saint]@101.98.129.152)
22:56:55 Quit [Saint] (Changing host)
22:56:55 Join [Saint] [0] (~Saint]@unaffiliated/saint/x-8516940)
23:00
23:10:36saratogashould CabbiV2 specify the global font setting in its cfg file, or just load one in the WPS file?
23:11:11saratogaIIUC, right now if you try to change the menu text size and then load cabbie, you'll be forced to use the old text size, when some people might want to use larger fonts on the menus
23:12:41 Quit Horscht (Quit: Verlassend)
23:14:33 Quit domonoky (Read error: Connection reset by peer)
23:16:29 Join anewuser_ [0] (~anewuser@186.93.217.22)
23:17:20 Quit bertrik (Ping timeout: 260 seconds)
23:22:04 Join nosa [0] (~m00k@adsl-74-235-26-109.clt.bellsouth.net)
23:23:15 Quit nosa-j (Ping timeout: 248 seconds)
23:23:16 Nick nosa is now known as nosa-j (~m00k@adsl-74-235-26-109.clt.bellsouth.net)
23:29:47 Join bertrik [0] (~bertrik@ip117-49-211-87.adsl2.static.versatel.nl)
23:29:47 Quit bertrik (Changing host)
23:29:47 Join bertrik [0] (~bertrik@rockbox/developer/bertrik)
23:33:15 Quit Scr0mple (Read error: Connection reset by peer)
23:35:52 Join leavittx [0] (~leavittx@cl-534.mbx-01.si.sixxs.net)
23:36:17 Join Scromple [0] (~Simon@119.225.209.134)
23:51:32Fury4funman: thanks a ton for your help. I think my OF is still messed, but its sorta useless without a screen lol
23:52:17Fury4now all I've gotta do is learn how to navigate the immense amount of menu options by voice
23:54:11 Quit Fuze_V2_webguest (Quit: CGI:IRC (EOF))
23:54:54 Quit petur (Quit: Leaving)
23:55:32Fury4that, and perhaps an english voice file that's a bit more understandable :D
23:58:01[Saint]RButil can take care of that for you.
23:58:15[Saint]There's a fair few supported TTS engines.

Previous day | Next day