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 2011-05-03

00:00:21amiconnH300 OF handles files >2 GB just fine (4GB -1 is the fat32 limit)
00:01:43bertrikI vaguely remember size_t being the problem, because it's both used for reporting the size and for a seeking offset within a file (which can be a negative number too)
00:02:27n1samiconn: aha
00:07:31 Join ender` [0] (krneki@foo.eternallybored.org)
00:09:23amiconnbertrik: Exactly, and in several places in the posix file api <0 means error
00:09:41amiconnWhen trying to play a 2.5 GB WAV file, rockbox just skips to the next track
00:09:53bertrikouch :)
00:11:15n1swould just switching over to 64 bit types work or does it need some cleverness?
00:12:05bertrikI guess a 64 bit type would work, but it seems a bit of a waste
00:12:20amiconnYes - we'd just need one extra bit..
00:12:55n1swould a 33 bit type be any cheaper?
00:12:57amiconnWe could only change the signed types to 64 bit and keep the unsigned ones 32 bit - I'm not sure that's a good idea though
00:13:55amiconnWe *might* support other filesystems in the future (if any new target demands that), e.g. exfat (if possible wrt licenses)
00:15:47n1susing 64 bit types for offsetts should mainly be a code size cost
00:17:01bertrikI think the problem just isn't a problem for most users to notice
00:17:46amiconnWe could also move away from posix style
00:18:16 Quit robin0800 (Quit: Leaving)
00:18:54amiconnIf seek direction and error reporting are separate from file offsets, 32 bit offsets would be sufficient, but it would make porting external stuff harder
00:19:29 Join krazykit [0] (~krazykit@99-126-205-52.lightspeed.cicril.sbcglobal.net)
00:19:58 Quit bertrik (Quit: sleep)
00:23:00saratogai don't know how hard it would be to do, but as a compile time option it might be nice to have
00:29:13 Quit liar (Quit: hallowed are the ori!)
00:31:25 Quit simonlnu (Ping timeout: 252 seconds)
00:34:34 Quit Judas_PhD (Quit: This is a quitting message)
00:43:47 Join sideral [0] (~sideral@rockbox/developer/sideral)
00:43:52 Quit Jerom1 (Quit: Leaving.)
00:44:05 Quit n1s (Remote host closed the connection)
00:45:43 Join Judas_PhD [0] (~kevin@misterfluffy.dsl.xmission.com)
00:48:18sideraljhMikeS: The rewind-on-pause patch, FS #11931, doesn't work quite right since the playback-engine rework. Can you help figuring out why?
00:50:19 Join stripwax [0] (~Miranda@87-194-34-169.bethere.co.uk)
00:52:48CIA-87New commit by pamaury (r29816): fuze+: use mdelay and not udelay in lcd sequences
00:52:57CIA-87New commit by pamaury (r29817): sbtools: generate a unique name for each section ...
00:55:51CIA-87r29816 build result: All green
00:59:31CIA-87r29817 build result: 0 errors, 5 warnings (pamaury committed)
01:00
01:00:27[7]hm, jupiter again...
01:01:46*[7] wonders if he should switch to that build setup as well to produce even more yellows :)
01:02:12pamauryat least, those warning are not mine ;)
01:02:57[7]yeah, bertrik is trying to take care of them :)
01:05:44 Quit pamaury (Remote host closed the connection)
01:10:05 Quit ender` (Quit: The word 'politics' is derived from the word 'poly', meaning 'many', and the word 'ticks', meaning 'blood sucking parasites'. -- Larry Hardiman)
01:15:11 Join [Saint] [0] (~st.lasciv@124-197-3-117.callplus.net.nz)
01:15:13 Quit mudd1 (Quit: Ex-Chat)
01:15:15 Quit MethoS- (Remote host closed the connection)
01:17:16jhMikeSBuschel: you need to tell me if it happens during a transition (last few second of a track) and exactly what the thread states are when it does happen. I do know of some things that can happen with pcmbuf.
01:21:38jhMikeSsideral: swcodec requires audio_pre_ff_rewind if you want a seek _now_ that removes old pcm
01:22:24sideraljhMikeS: Thanks, I'll try adding that!
01:22:24jhMikeSit used to matter if it was paused or not, but not now
01:26:52 Quit boghog (Quit: boghog)
01:26:58jhMikeSBuschel: Ok (read above again), you said in the middle of a track...still need to know the thread states though.
01:34:32 Join Topy [0] (~Topy44@f048200081.adsl.alicedsl.de)
01:36:48 Quit sideral (Quit: Leaving.)
01:38:10 Quit T44 (Ping timeout: 240 seconds)
01:47:07 Quit mshathlonxp ()
01:53:14 Join Scromple [0] (~Simon@115-64-195-104.tpgi.com.au)
01:59:46***Saving seen data "./dancer.seen"
02:00
02:03:53 Quit DerPapst1 (Quit: Leaving.)
02:07:08 Join JoshuaChang [0] (~JoshuaCha@180.175.4.98)
02:20:07[Saint]Bwaahahahaha! iLike Nano is at ~11K downloads since the 15th of January this year 0_o
02:35:27 Quit [Saint] (Ping timeout: 248 seconds)
02:36:15 Join [Saint] [0] (~st.lasciv@124-197-3-117.callplus.net.nz)
02:52:22jeplersweet. rebuilt 'dualboot' so that my clip+ boots into rockbox when hooked into USB
02:52:29jepler-> fixing it for car mode
02:53:07*jepler was unsure whether it was OK to build dualboot with 'make CROSS_PREFIX=arm-elf-eabi' .. but it is
02:53:20jepler(before editing I built and saw that dualboot.c was identical)
03:00
03:04:18 Quit advcomp2019 (Read error: Connection reset by peer)
03:04:47 Join advcomp2019 [0] (~advcomp20@unaffiliated/advcomp2019)
03:05:18 Join Bovinos [0] (Bovinos@187.105.198.254)
03:06:01BovinosHello! Is there any kind sould who could help me with an issue with my Clip+?
03:06:17saratogajepler: could you pastebin your diff?
03:06:34 Quit GodEater_ (Ping timeout: 240 seconds)
03:07:13jeplersaratoga: http://pastebin.com/ZvFJHkez but it's noisy
03:07:42jeplerthe -#ifdef SANSA_CLIPV2 is for a different device. It's really the -#if defined(SANSA_CLIPPLUS) that is important.
03:07:57jeplerand the rest is changes to generated files that are stored in svn, so they're not too interesting to look at
03:09:53 Join GodEater [0] (~bibble@5ad8c3ba.bb.sky.com)
03:09:54 Quit GodEater (Changing host)
03:09:54 Join GodEater [0] (~bibble@rockbox/staff/GodEater)
03:13:50 Quit stripwax (Quit: http://miranda-im.org)
03:14:34 Join stripwax [0] (~Miranda@87-194-34-169.bethere.co.uk)
03:17:01 Quit stripwax (Client Quit)
03:27:30 Join simonlnu [0] (simon@unaffiliated/simonrvn)
03:27:38 Quit dfkt (Quit: -= SysReset 2.55=- Sic gorgiamus allos subjectatos nunc.)
03:32:10 Join Keripo1 [0] (~Keripo@dhcp0101.kin.resnet.group.upenn.edu)
03:32:34 Quit Keripo (Ping timeout: 246 seconds)
03:34:08 Join ChickeNES [0] (~ChickeNES@128.135.100.102)
03:34:16 Quit bluefoxx (Ping timeout: 264 seconds)
03:35:39 Join L-Strife89 [0] (~Strife89@168.16.236.126)
03:41:00 Quit ChickeNES (Quit: Computer has gone to sleep.)
03:43:33 Join bluefoxx [0] (fuzzylomba@S0106485b3917092d.vs.shawcable.net)
03:51:49 Quit bluefoxx (Ping timeout: 246 seconds)
03:59:44 Join bluefoxx [0] (fuzzylomba@S0106485b3917092d.vs.shawcable.net)
03:59:50***Saving seen data "./dancer.seen"
04:00
04:03:07 Quit JoshuaChang (Quit: ChatZilla 0.9.86.1 [Firefox 4.0.2pre/20110415144045])
04:04:25 Join bluefoxx_ [0] (fuzzylomba@S0106485b3917092d.vs.shawcable.net)
04:04:41 Quit [7] (Disconnected by services)
04:04:47 Join TheSeven [0] (~TheSeven@rockbox/developer/TheSeven)
04:07:26 Quit bluefoxx_ (Client Quit)
04:08:38 Quit bluefoxx (Ping timeout: 260 seconds)
04:12:51 Quit pixelma (Disconnected by services)
04:12:53 Join pixelma_ [0] (quassel@rockbox/staff/pixelma)
04:12:55 Nick pixelma_ is now known as pixelma (quassel@rockbox/staff/pixelma)
04:13:56 Quit amiconn (Disconnected by services)
04:13:57 Join amiconn_ [0] (quassel@rockbox/developer/amiconn)
04:14:14 Nick amiconn_ is now known as amiconn (quassel@rockbox/developer/amiconn)
04:24:10 Join bluefoxx [0] (fuzzylomba@S0106485b3917092d.vs.shawcable.net)
04:30:39 Join kugel [0] (~kugel@g231111180.adsl.alicedsl.de)
04:30:39 Quit kugel (Changing host)
04:30:39 Join kugel [0] (~kugel@rockbox/developer/kugel)
04:31:42 Quit [Saint] (Quit: I'm only going to Heaven if it feels like Hell, I'm only going to Heaven if it tastes like caramel...)
04:33:51 Quit kugelp (Ping timeout: 240 seconds)
04:34:25 Join [Saint] [0] (~St.]@124-197-3-117.callplus.net.nz)
04:38:17 Quit [Saint] (Client Quit)
04:38:23 Quit Judas_PhD (Quit: This is a quitting message)
04:44:27 Quit soap_ (Ping timeout: 260 seconds)
04:53:41 Join [Saint] [0] (~st.lasciv@124-197-3-117.callplus.net.nz)
04:57:54 Join soap_ [0] (~soap@rockbox/staff/soap)
05:00
05:04:59 Join BHSPitMonkey [0] (~stephen@unaffiliated/bhspitmonkey)
05:15:56 Join Rob2223 [0] (~Miranda@p4FFF31D9.dip.t-dialin.net)
05:19:19 Quit Rob2222 (Ping timeout: 260 seconds)
05:36:00 Quit Horscht (Quit: Verlassend)
05:53:03 Quit JesusChrysler (Quit: JesusChrysler)
05:57:01 Quit Topy (Read error: Connection reset by peer)
05:59:22 Quit Strife89 (Quit: Might as well rule out the router and software problems in one go.)
05:59:52***Saving seen data "./dancer.seen"
06:00
06:01:14 Join Topy44 [0] (~Topy44@f048200081.adsl.alicedsl.de)
06:11:10 Join Peddy [0] (~apc@unaffiliated/peddy)
06:11:43Peddyis there a tool to decrypt sansa official firmware files?
06:32:20 Quit L-Strife89 (Quit: Leaving)
06:33:01saratogaPeddy: which player?
06:33:12Peddysaratoga, Fuze v2
06:33:30saratogai don't think they're encrypted
06:33:44saratogabut we do have a tool for dumping it into library blocks
06:33:48Peddyhow would the .bin firmware be... extracted (decompiled?) is it possible?
06:33:53saratogaits in utils/amsinfo
06:34:00Peddythat sounds useful, thank you
06:34:20 Join advcomp2019_ [0] (~advcomp20@97-114-224-157.sxcy.qwest.net)
06:34:26 Quit advcomp2019_ (Changing host)
06:34:26 Join advcomp2019_ [0] (~advcomp20@unaffiliated/advcomp2019)
06:36:06 Join tchan [0] (~tchan@lunar-linux/developer/tchan)
06:36:22 Join advcomp2019__ [0] (~advcomp20@97-114-224-157.sxcy.qwest.net)
06:36:22 Quit advcomp2019__ (Changing host)
06:36:22 Join advcomp2019__ [0] (~advcomp20@unaffiliated/advcomp2019)
06:37:55 Join JoshuaChang [0] (~JoshuaCha@180.175.4.98)
06:38:03 Quit advcomp2019 (Ping timeout: 260 seconds)
06:38:57 Quit Scromple (Quit: Gone)
06:39:49 Quit advcomp2019_ (Ping timeout: 248 seconds)
06:41:57 Join Scromple [0] (~Simon@115-64-195-104.tpgi.com.au)
07:00
07:04:41 Join DerPapst [0] (~Alexander@p57954397.dip.t-dialin.net)
07:10:15 Join ChickeNES [0] (~ChickeNES@128.135.100.102)
07:10:31saratogawhat is with that seier guy on the tracker, hes been told like a dozen times to stop screwing around with stupid/meaningless bug reports
07:12:36JdGordonwell he does have a small point on that one
07:14:37saratogayeah but hes posted random bug reports that are just complaining about things a half dozen times, and everytime we tell him to come and talk about it on IRC or the mailing list
07:14:48saratogaand instead he just does the same thing over again
07:14:51 Join JesusChrysler [0] (~JesusChry@c-68-83-138-211.hsd1.pa.comcast.net)
07:15:05saratogaso i'm not really sympathetic that he doesn't seem to be able to get anywhere
07:17:09 Quit Scromple (Ping timeout: 240 seconds)
07:17:28 Quit bluefoxx (Read error: Connection reset by peer)
07:17:57Peddysaratoga, i asked about 'decompiling' firmware before - do you know if it's possible to 'extract' images from the OF? e.g., the bootlogo or charging animation
07:18:29 Join bluefoxx [0] (fuzzylomba@S0106485b3917092d.vs.shawcable.net)
07:18:31saratogaPeddy: use a hex editor?
07:19:23Peddyso I'd look for the... file headers (don't know English term) of jpg files, for example?
07:19:52saratogai doubt theres jpeg files in there, but thats one thing you could do
07:19:59Peddybitmap?
07:20:05saratogaprobably
07:20:47Peddyokay, thanks. one last thing - when my fuze v2 is powered off, and I plug it in with USB, it boots to OF instead of rockbox. Is there a flag to change this behavior?
07:21:16[Saint]Nope, this is intended. I believe there is a patch on the tracker to enable USB though.
07:21:36[Saint]The OF is booted because (currently) we're using the OF for USB.
07:22:29Peddyah, I see. Well, I'm pleased to report I enabled the USB stack (no patches) and it's rock-solid so far!
07:23:05[Saint]Yes, some people have mixed results with USB ans these devices.
07:23:21[Saint]For some people it is very solid, for others it's not possible to mount at all.
07:23:57JoshuaChangipod classic using the S5L8702 chip, does it still based on a arm940 core?
07:24:38Peddy[Saint], is that on just the clip+, or the fuze v2 too? I don't understand why it would work for some devices, if they're on the same hardware revision
07:24:45Peddywouldn't*
07:25:04[Saint]it's all AMS V2 devices IIUC
07:25:46saratogaJoshuaChang: no IIRC its arm9e
07:26:03 Join Scromple [0] (~Simon@115-64-195-104.tpgi.com.au)
07:26:30 Quit [Saint] (Quit: I'm only going to Heaven if it feels like Hell, I'm only going to Heaven if it tastes like caramel...)
07:27:21 Join Buschel [0] (~chatzilla@p54B66D29.dip.t-dialin.net)
07:27:41BuscheljhMikeS: you there?
07:27:56JoshuaChangbut arm940 and arm926 have very different efficiency with same frequency
07:28:24saratogayeah
07:30:23 Join Strife89 [0] (~Strife89@168.16.226.82)
07:32:11 Join [Saint] [0] (~St.]@124-197-3-117.callplus.net.nz)
07:46:31jhMikeSBuschel: about to turn off
07:46:52saratogajhMikeS: FWIW I haven't had any issues on my CLipv1 using the second to last version of the playback rework
07:47:04saratogaput a couple hours on it this weekend
07:47:13saratoganeed to try the latest version but its in my car
07:47:39Buschelmy nano 2G was just again stuck -> you thread states from the "OS stack" debug screen?
07:48:16jhMikeSsaratoga: that's good to hear
07:48:21jhMikeSBuschel: yes
07:48:53Buschelcodec = *R 16 16 11%, audio = T 15 15 57%, buffering = T 15 15 25%
07:49:14jhMikeSBuschel: pcm?
07:49:15saratogadoes anyone understand how Ogg actually works?
07:49:30saratogai'm trying to figure out how to make the decoder skip embedded album art and not getting very far
07:49:57BuscheljhMikeS: I did not write it down :/ I already shut it down as I am on my way to work
07:50:11BuscheljhMikeS: will give you more details the next time
07:50:25jhMikeSBuschel: make sure codec really isn't *R/T
07:50:42Buschelit was not changing at all
07:51:03jhMikeSyou were holding an inert key to make it refresh differently?
07:51:06BuschelI compared it to a working playback where codec showed alternating *R/T
07:51:57jhMikeSthe timing is different now and sometimes it shows just *R if you aren't pressing anything (missing the T state entirely)
07:52:36jhMikeSesp. if just filling and waiting
07:52:40jhMikeS*filled
07:52:43BuschelI had to touch the scrollwheel sometimes to wake up backlight. no change, it kept *R
07:52:48 Quit [Saint] (Quit: I am a brother to dragons, and a companion to owls. My skin is black upon me, and my bones are burned with heat.)
07:53:31jhMikeSBuschel: nowhere in the engine should it do that, ever...hmmm. which is why knowing the pcm state is important.
07:53:53BuschelI will write this down next time
07:53:56jhMikeSthanks
07:55:17 Join [Saint] [0] (~st.lasciv@124-197-3-117.callplus.net.nz)
07:55:55jhMikeSwhat about the .config file?
07:56:19Buschelshall I open a bug report and attach it?
07:56:25jhMikeSsure
07:56:43jhMikeSthe nano 2g's pcm driver is certainly interestingly odd
07:58:21saratogahaha wait just freeing the pages containing the coverart as they're parsed seems to work fine
07:58:31saratogaeven though it lets all sorts of freed pointers keep floating around
07:58:39 Join mudd1 [0] (~cmertes@ip-78-94-202-227.unitymediagroup.de)
07:59:56***Saving seen data "./dancer.seen"
08:00
08:00:36saratogahmm maybe not
08:05:06BuscheljhMikeS: FS #12093 -> will add the .config file later today
08:05:08Buschelsee you
08:05:11 Quit Buschel (Quit: ChatZilla 0.9.86.1 [Firefox 3.6.17/20110420140830])
08:06:56 Quit Guinness (Ping timeout: 250 seconds)
08:11:51 Join Scromple_ [0] (~Simon@115-64-195-104.tpgi.com.au)
08:11:59Peddywhere should I report a bug in a theme? I have the fix, too
08:12:39 Quit Scromple (Ping timeout: 240 seconds)
08:13:14 Join Guinness [0] (Slayer@c-68-55-111-159.hsd1.va.comcast.net)
08:18:39 Join liar [0] (~liar@clnet-p09-185.ikbnet.co.at)
08:18:40 Quit Llorean (Read error: Connection reset by peer)
08:18:55 Join Llorean [0] (~DarkkOne@99-68-45-56.lightspeed.hstntx.sbcglobal.net)
08:19:11 Quit Llorean (Changing host)
08:19:11 Join Llorean [0] (~DarkkOne@rockbox/user/Llorean)
08:23:24 Quit Guinness (Ping timeout: 240 seconds)
08:29:13 Join sideral [0] (~sideral@213.165.85.248)
08:29:22 Quit sideral (Changing host)
08:29:22 Join sideral [0] (~sideral@rockbox/developer/sideral)
08:29:44 Join Guinness [0] (Slayer@c-68-55-111-159.hsd1.va.comcast.net)
08:32:26 Quit sideral (Remote host closed the connection)
08:32:50 Join sideral [0] (~sideral@213.165.85.248)
08:32:50 Quit sideral (Changing host)
08:32:50 Join sideral [0] (~sideral@rockbox/developer/sideral)
08:37:43 Join mem_ [0] (~mem@mem-irc.netnod.se)
08:37:44 Quit jhMikeS (Ping timeout: 258 seconds)
08:37:53 Quit alexbobp (Quit: leaving)
08:37:54 Quit BHSPitMonkey (Read error: Connection reset by peer)
08:38:33 Join ender` [0] (krneki@foo.eternallybored.org)
08:42:40 Quit sideral (Remote host closed the connection)
08:43:40 Join sideral [0] (~sideral@213.165.85.248)
08:43:40 Quit sideral (Changing host)
08:43:40 Join sideral [0] (~sideral@rockbox/developer/sideral)
08:45:03 Join kevku [0] (~kevku@2001:470:28:773:babe:feed:dead:bee)
08:52:35 Join Scr0mple [0] (~Simon@115-64-195-104.tpgi.com.au)
08:52:55 Quit sideral (Remote host closed the connection)
08:53:34 Join sideral [0] (~sideral@213.165.85.248)
08:53:34 Quit sideral (Changing host)
08:53:34 Join sideral [0] (~sideral@rockbox/developer/sideral)
08:53:50 Join alexbobp [0] (~alex@ppp-70-253-82-23.dsl.austtx.swbell.net)
08:54:06 Quit Scromple_ (Ping timeout: 260 seconds)
08:55:25 Nick Scr0mple is now known as Scromple (~Simon@115-64-195-104.tpgi.com.au)
09:00
09:00:17 Join bertrik [0] (~bertrik@ip117-49-211-87.adsl2.static.versatel.nl)
09:00:17 Quit bertrik (Changing host)
09:00:17 Join bertrik [0] (~bertrik@rockbox/developer/bertrik)
09:11:05 Join Bagder [0] (~daniel@www.haxx.se)
09:11:05 Quit Bagder (Changing host)
09:11:05 Join Bagder [0] (~daniel@rockbox/developer/bagder)
09:14:10 Join Zagor [0] (~bjst@rockbox/developer/Zagor)
09:17:19 Quit JesusChrysler (Quit: JesusChrysler)
09:18:42 Join petur [0] (~petur@rockbox/developer/petur)
09:26:02 Join einhirn [0] (~Miranda@bsod.rz.tu-clausthal.de)
09:27:28 Quit DerPapst (Quit: Leaving.)
09:28:59 Quit sasquatch (Quit: WeeChat 0.3.2)
09:29:29 Join sasquatch [0] (~username@p4FF2DDA3.dip.t-dialin.net)
09:30:56 Quit Scromple (Read error: Connection reset by peer)
09:31:45 Join Scromple [0] (~Simon@115-64-195-104.tpgi.com.au)
09:33:04 Quit bertrik (Ping timeout: 252 seconds)
09:37:48 Quit Scromple (Ping timeout: 252 seconds)
09:55:10 Join efyx [0] (~efyx@lap34-1-82-225-185-146.fbx.proxad.net)
09:59:21 Join robin0800 [0] (~robin0800@cpc3-brig8-0-0-cust703.3-3.cable.virginmedia.com)
09:59:58***Saving seen data "./dancer.seen"
10:00
10:12:16 Quit Peddy (Read error: Connection reset by peer)
10:24:38 Quit JoshuaChang (Quit: ChatZilla 0.9.86.1 [Firefox 4.0.2pre/20110429182132])
11:00
11:12:51 Quit kevku (Quit: KVIrc 4.0.4 Insomnia http://www.kvirc.net/)
11:19:57 Quit antil33t (Read error: Connection reset by peer)
11:20:08 Join antil33t [0] (antil33t@124-197-51-80.callplus.net.nz)
11:28:56 Quit ChickeNES (Quit: Computer has gone to sleep.)
11:36:12 Join Judas_PhD [0] (~kevin@misterfluffy.dsl.xmission.com)
11:53:48 Quit robin0800 (Quit: Leaving)
12:00
12:00:02***Saving seen data "./dancer.seen"
12:02:19 Quit sasquatch (Quit: WeeChat 0.3.2)
12:04:06 Join pamaury [0] (81680b01@rockbox/developer/pamaury)
12:27:21 Join swilde [0] (~wilde@aktaia.intevation.org)
12:27:39 Join DerPapst [0] (~Alexander@p57954397.dip.t-dialin.net)
12:36:51 Quit Bovinos ()
12:40:13 Join n1s [0] (~quassel@rockbox/developer/n1s)
12:41:51 Join WalkGood [0] (~WalkGood@unaffiliated/walkgood)
12:55:05 Join DerPapst1 [0] (~Alexander@p579541F0.dip.t-dialin.net)
12:56:28 Quit DerPapst (Ping timeout: 258 seconds)
13:00
13:00:29 Join sasquatch [0] (~username@p4FF2D998.dip.t-dialin.net)
13:08:58 Join eGen [0] (generat0r@gate.mmdecin.cz)
13:11:01 Quit eGen_ (Ping timeout: 276 seconds)
13:16:50 Join antil33t| [0] (antil33t@124-197-51-80.callplus.net.nz)
13:16:51 Quit antil33t (Read error: Connection reset by peer)
13:44:14 Quit WalkGood (Ping timeout: 240 seconds)
13:48:43 Join WalkGood [0] (~WalkGood@adsl-72-144-86-64.mia.bellsouth.net)
13:48:46 Quit WalkGood (Changing host)
13:48:46 Join WalkGood [0] (~WalkGood@unaffiliated/walkgood)
13:49:15 Quit DerPapst1 (Quit: Leaving.)
14:00
14:00:06***Saving seen data "./dancer.seen"
14:15:21 Join webguest485 [0] (~c3294de8@giant.haxx.se)
14:22:20 Join dfkt [0] (dfkt@unaffiliated/dfkt)
14:30:43 Quit Bagder (Quit: Konversation terminated!)
14:46:29 Quit Keripo1 (Quit: Leaving.)
14:50:51 Quit factor (Quit: Leaving)
14:58:46 Join DerPapst [0] (~Alexander@dslb-088-069-159-152.pools.arcor-ip.net)
15:00
15:07:52 Join wodz [0] (~wodz@87-206-240-131.dynamic.chello.pl)
15:08:28wodz\o/ - I just read MBR successfully from sd on rockchip
15:09:55kugelsaratoga: how does embedded albumart on ogg/vorbis work?
15:12:10n1skugel: the ones i've seen just have a custom vorbis comment field containing a jpeg
15:12:28pamaurywodz: nice
15:12:28kugelas binary data?
15:12:44kugelUnhelpful once said somehting about base64 encoding
15:12:45n1swhich can make the first page or packet (i never remember the term) quite large
15:13:14n1skugel: ah, dunno about that, afaik there's no standard to it so you can probably find all manner of weird things
15:13:23kugelgreat!
15:13:37kugelthat means we can cook our own stuff :D
15:14:07pamaurywodz: to compete with you, I can only provide the video data that is played at boot time by the OF :) It's a 240x320 videos with 10 frames !
15:14:48wodzpamaury: -)
15:14:58pamaurythat's rather useless, I admit it
15:15:26pamaurybut at least I reverse engineered 3mb of code in two hours ;)
15:17:16n1skugel: seems you are right and base64 encoding is recommended http://wiki.xiph.org/index.php/VorbisComment#Cover_art
15:17:26n1sapparently the smae as flac
15:32:43 Quit antil33t| (Read error: Connection reset by peer)
15:32:53 Join antil33t [0] (antil33t@124-197-51-80.callplus.net.nz)
15:37:54preglowany android hackers around?
15:49:56kugelpreglow: here for a bit
15:49:57kugelpreglow: here for a bit
15:53:14Unhelpfuln1s: i'm pretty sure that a raw binary jpeg as a vorbis comment is illegal?
15:53:35Unhelpfulthere isn't a spec for what tags mean but their contents are supposed to be utf-8
15:53:56 Quit jordan` (Quit: Coyote finally caught me)
15:53:58n1sah, that's probably true
15:54:17n1si've only come across album art in a few files that don't play
15:55:52n1syeah wikipedia agrees
15:55:56 Join lineinthesand [0] (~tom@faochcn87.tu-graz.ac.at)
15:56:30lineinthesandWhere can I get the tcctool source code?
15:57:03n1slineinthesand: from our svn repo
15:57:30pamaurylineinthesand: http://svn.rockbox.org/viewvc.cgi/trunk/utils/tcctool/
15:57:42 Join jordan` [0] (~gromit@ALagny-154-1-26-60.w83-112.abo.wanadoo.fr)
15:58:15lineinthesandpamaury: thanks
15:58:52lineinthesandAnother thing: can I compile and run tcctool on linux?
16:00
16:00:07***Saving seen data "./dancer.seen"
16:00:58pamauryI think it is meant to be compile and run on linux (or cygwin)
16:02:06lineinthesandOk, thank you. I'm desperately trying to get my new J3 debricked after a failed firmware update… :o(
16:02:12preglowkugel: playback often freezes when i press the power button to wake it up again, known issue?
16:02:20preglowwake the phone up again, that is
16:02:46kugelkind of known, it seems to happen only in HTC firmwares
16:03:05kugelFS #12064
16:03:15pregloweasy enough to resume playback as well, just seek a time or too
16:03:16preglowtwo
16:06:25lineinthesandHey! It works!!
16:06:35kugelpreglow: you can try if that patch help
16:06:35kugels
16:07:13preglowkugel: yeah, i will
16:10:37 Join L-Strife89 [0] (~Strife89@168.16.232.173)
16:26:12 Quit lineinthesand (Remote host closed the connection)
16:30:33 Quit pamaury (Quit: Page closed)
16:35:10 Quit ender` (Quit: Documentation is like sex: when it's good, it's very good, and when it's bad it's still better than nothing.)
16:48:53 Quit Topy44 (Read error: Connection reset by peer)
16:49:14 Nick YPSY is now known as Ypsy (~ypsy@geekpadawan.de)
16:57:39 Join Topy44 [0] (~Topy44@f048200081.adsl.alicedsl.de)
16:58:02 Quit n1s (Remote host closed the connection)
17:00
17:01:44 Part Zagor
17:05:44 Nick Ypsy is now known as YPSY (~ypsy@geekpadawan.de)
17:20:11 Join benedikt93 [0] (~benedikt9@unaffiliated/benedikt93)
17:25:46 Join u42p [0] (~v35b@d096185.adsl.hansenet.de)
17:28:07 Quit FOAD (Quit: I'll be back)
17:28:28 Join FOAD [0] (~dok@83.161.135.61)
17:43:08 Quit sideral (Ping timeout: 276 seconds)
17:44:47 Quit Topy44 (Ping timeout: 240 seconds)
17:45:34 Join Topy44 [0] (~Topy44@f048200081.adsl.alicedsl.de)
17:47:58 Join pamaury [0] (~quassel@rockbox/developer/pamaury)
17:59:04 Join t0rc [0] (~t0rc@unaffiliated/t0rc/x-5233201)
17:59:46 Quit Topy44 (Ping timeout: 248 seconds)
18:00
18:00:09***Saving seen data "./dancer.seen"
18:01:31 Quit petur (Quit: Ex-Chat)
18:04:06 Quit einhirn (Quit: Miranda IM! Smaller, Faster, Easier. http://miranda-im.org)
18:04:10 Join webguest58 [0] (~ce12a820@giant.haxx.se)
18:04:42webguest58hello
18:05:35webguest58is anyone there
18:05:40 Join evilnick_B [0] (0c140464@rockbox/staff/evilnick)
18:06:08saratogayes
18:06:17webguest58hi saratoga
18:06:26saratogaabout a hundred people
18:06:36webguest58do you know who I would ask about a c clip+
18:07:14[Saint]that depends what you want to ask about it, assuming it's Rockbox related, just ask the question.
18:07:22[Saint]If someone can answer, they will.
18:09:18webguest58well I have a brocken clip+ It was stuck in a reboot loop an would not get past the sansa logo. I took the unit apart and found the leads to short to get the unit into recovory mode. I now see the unit a s 4gb removeable media. I was able to do the install with the rockbox installer but now the unit will not boot at all. any ideas
18:10:48saratogadid you see this page: http://www.rockbox.org/wiki/SansaAMSUnbrick
18:11:01saratogaI think your best bet is to try and get it back into recovery mode and then follow those directions
18:11:23webguest58yes that is where i found how to get into recovory mode.
18:11:35saratogadid you follow them?
18:11:39[Saint]Doesn't that assume that one just so happens to have a dd image of the OFW?
18:11:59saratogayeah its unclear to me what happens if you just DD an OF image file patched with rockbox to it
18:12:07saratogado you get rockbox working and no OF, or nothing at all
18:12:17[Saint]Correct.
18:12:18webguest58I get nothing at all
18:12:27saratogawhat did you dd to it?
18:12:27[Saint]RB will work if you dd a patched OF on there.
18:12:32[Saint]but not the OF iiuc
18:12:38webguest58I can plug into a computer and i see it as a gb removable hard drive
18:13:00 Join ibhan_ [0] (~yaaic@109.59.163.4.data.3.dk)
18:13:03webguest58I tried both a of and using a patched of
18:13:21[Saint]Are you actually DDing to the recovery partition, or just the whole FS?
18:13:28[Saint]*dd'ing
18:13:40webguest58what is DDing?
18:13:43saratogalol
18:13:59saratogadid you read those instructions :)
18:14:08[Saint]apparently not ;)
18:14:18webguest58yes i did
18:14:32saratogaso when you got to the part where it tells you to dd something, what did you do
18:14:40Torneyou need to actually follow the instructions for how to copy the image on there as well, not just how to get it into recovery mode
18:14:55Tornethe recovery mode is not just something you can use normally
18:15:11 Nick ibhan_ is now known as ibhan (~yaaic@109.59.163.4.data.3.dk)
18:16:13 Part ibhan
18:16:39webguest58the drive needed to be formated so I did after that I ran the rock box installer
18:17:05saratogathats not a good idea
18:17:11TorneIt does not need to be formatted
18:17:15[Saint]so, after reading the instructions...you decided to ignore them completely?
18:17:17TorneIt needs to be accessed using dd, not using explorer
18:17:17 Quit L-Strife89 (Ping timeout: 258 seconds)
18:17:28TorneYou can't use any of the normal tools of your operating system to access it.
18:17:37Torneignore them and anything they tell you to do :)
18:17:38webguest58I do not know what the dd was I do not have a linux computer
18:17:41Torneand follow the actual instructions.
18:17:57TorneWell then you ignored the instructions :)
18:18:16Tornethere is a windows version of dd, but it's harder to use because windows's raw device names are hard to infer
18:18:18webguest58guys I am sorry I did the best I could with what i had
18:18:31TorneSure, but don't say you followed the instrutions if you didnt
18:18:35Tornebecause that makes it hard for us to help
18:18:45webguest58again I am sorry
18:18:49TorneYou need to use dd. there's not really a way around it.
18:18:54 Join bertrik [0] (~bertrik@rockbox/developer/bertrik)
18:19:09[Saint]the best advice at this point, is to get a linux distro LiveCD or a VM
18:19:34Tornehttp://www.chrysocome.net/dd is dd for windows
18:19:41Tornebut you will need to be very sure you are using the right device
18:19:46bertrik[Saint], you have both a nano 2g and an accessory, right?
18:19:48saratogaunrelated point: is there some code somewhere to dump the firmware area from inside rockbox?
18:19:48Torneotherwise you may destroy data on youra ctual hard drive.
18:19:56bertrikan ipod accessory I mean
18:20:39[Saint]bertrik: Yes, I have an inline remote.
18:21:47bertrikcan you try http://www.rockbox.org/tracker/task/12082 ? I likely won't work, but there's a small chance it does.
18:22:13[Saint]Oh, yes...thanks for reminding me. I need to comment on the tracker task for that.
18:22:27bertrikor perhaps you can find out which ADC channel monitors the accessory port
18:22:36[Saint]I did try it, but the remote doesn't function at all in RB
18:24:31[Saint]It's just a simple thing with a volume rocker, play/pause and next/prev/ffwd/rew bottuns...but, I'm pretty sure it's an "accessory" still.
18:24:48[Saint]*buttons
18:25:20bertrikok thanks for trying, there's a lot of things that can make it fail unfortunately, like wrong baudrate calculation, another magic multiplexer that needs to be enabled, stupid bug on my side, etc.
18:25:55bertrik[Saint], does it work in RB with other ipods?
18:26:15Tornemaybe we should make the installer able to handle recovery mode on the ams devices.
18:26:19[Saint]Must be hard to work on, having neither part of the hardware that makes up the equation.
18:27:00[Saint]bertrik: It can't fit any other iPods.
18:27:16[Saint]It's specifically for the N2G
18:27:41 Quit saratoga (Ping timeout: 252 seconds)
18:27:48bertrikoh, I thought many ipod models shared at least the wide dock connector, including the nano 2g
18:28:18 Quit webguest485 (Quit: CGI:IRC (EOF))
18:28:32[Saint]It does, but this particular thing has the 3.5mm jack connected to the dock connector also, as one unit.
18:28:35Torne[Saint]: if it uses the mic ring on the headphone port then we don't support any of those devices yet
18:28:56Torneon any ipod
18:29:03[Saint]At first glance it looks as if it would fit the Nano1G, but the jack and dock are slightly differently spaced on the 1~2G nanos
18:29:10bertrikTorne, good idea. There are at least three modes known now though AFAIK: 1) normal mode, 2) mode which exposes memory + 30 MB 3) 4 MB mode
18:29:24TheSeven[18:22:34] <bertrik> or perhaps you can find out which ADC channel monitors the accessory port << i might have a look later today
18:29:46webguest58Hey guys thats for pointing me in the correct dircetion. I have downloaded chrysocome. I am not sure what command to type.
18:30:08Tornewebguest58: If you cannot figure it out then don't try, to be honest; you are likely to accidentally destroy your hard drive
18:30:13 Join saratoga [0] (9803c6dd@gateway/web/freenode/ip.152.3.198.221)
18:30:23Torneit is not in any way logical or intuitive to work out which device is which on windows
18:30:38[Saint]Yes, that software is *dangerous*.
18:30:50[Saint]Not at all for an inexperienced user.
18:31:07webguest58darn I guess I will have to get a live distro
18:31:16TorneIt's not really any safer on linux, incidentally ;)
18:31:18TheSevenyou might want to try hxd or something instead
18:31:29Torneour recovery instructions assume you are already reasonably comfortable with normal unix command line usage ;)
18:31:44Tornelinux's dd is just as dangerous if you identify the device incorrectly
18:32:57 Quit krazykit (Remote host closed the connection)
18:33:51Tornebertrik: i assume that in recovery mode the device is still identifiable by its VID/PID and so on?
18:33:57Torneand there's some reasonably sensible way to tell that it's in recovery mode
18:34:05Torneif so tehre's no problem :)
18:34:30Torneit's "just" a matter of working out what the block device name for it is, and writing the image on there.
18:35:05 Part mem_
18:35:15 Join JesusChrysler [0] (~JesusChry@c-69-253-15-232.hsd1.pa.comcast.net)
18:36:08 Quit webguest58 (Quit: CGI:IRC)
18:37:36 Join Topy44 [0] (~Topy44@f048200081.adsl.alicedsl.de)
18:46:27 Join kevku [0] (~kevku@2001:470:28:773:babe:feed:dead:bee)
18:47:27 Quit Buganini (Quit: switch from screen to tmux)
18:48:45 Quit Topy44 (Ping timeout: 240 seconds)
18:49:08 Join ChickeNES [0] (~ChickeNES@128.135.100.102)
18:49:40 Join domonoky [0] (~Domonoky@rockbox/developer/domonoky)
18:49:54 Join Topy44 [0] (~Topy44@f048200081.adsl.alicedsl.de)
18:50:10 Join Keripo [0] (~Keripo@eng319.wireless-resnet.upenn.edu)
18:50:10 Join Buganini [0] (~buganini@2001:288:c237:0:dead:beef:cafe:babe)
18:51:11bertrik[Saint], if your remote is some kind of resistor-based one, it shouldn't be that hard to get it to work, once we find what ADC it is on
18:52:19 Join Jerom1 [0] (~jerome@95.171.148.84)
18:52:33 Quit DerPapst (Quit: Leaving.)
18:52:33saratogabertrik: in sd_transfer_sectors, if I remove then the += AMS_OF_SIZE, then block 0 is the start of the OF right?
18:52:40 Join DerPapst [0] (~Alexander@dslb-088-069-159-152.pools.arcor-ip.net)
18:52:52bertrikyes, pretty sure of that
18:53:17bertrikI don't know why the reserved space is twice as big as the OF image size though
18:53:32bertrikmaybe as some kind of backup copy?
18:54:44saratogaaccording to funman, if you don't setup that reserved space, the OF won't boot (although rockbox dual boot still works)
18:54:52saratogawas going to try and dump it to disk and see whats in it
18:56:06 Quit ChickeNES (Quit: Computer has gone to sleep.)
18:56:56 Quit DerPapst (Ping timeout: 246 seconds)
19:00
19:05:37 Join boghog [0] (~aphax@2001:980:34c7:0:1e6f:65ff:fe86:1e03)
19:07:00[Saint]I wonder...could we make a plugin that makes a backup of this area of the disk?
19:07:33[Saint]Or an option in RButil perhaps?
19:07:39Tornea plugin yes
19:07:50Tornewell, if you extend pluginapi
19:07:55Tornethere's no raw sector access functions in there atm
19:08:10[Saint]It seems to me that having a backup of the OF image would be a handy thing to have, and iiuc, we can't distribute it.
19:09:11 Quit Judas_PhD (Quit: This is a quitting message)
19:15:24 Join Luca_S [0] (~5d925b73@giant.haxx.se)
19:17:26CIA-87New commit by funman (r29818): AMSv2 USB: Write usb_delay() in assembly ...
19:18:50 Join TheLemonMan [0] (~lem0n@151.62.131.223)
19:21:09CIA-87r29818 build result: All green
19:23:11 Part u42p ("Leaving")
19:24:35 Quit bertrik (Ping timeout: 240 seconds)
19:24:58 Join Horscht [0] (~Horscht@p5DD57883.dip.t-dialin.net)
19:24:58 Quit Horscht (Changing host)
19:24:58 Join Horscht [0] (~Horscht@xbmc/user/horscht)
19:25:46 Join {phoenix} [0] (~dirk@p5DF2DCE4.dip.t-dialin.net)
19:27:21 Join bertrik [0] (~bertrik@ip117-49-211-87.adsl2.static.versatel.nl)
19:27:21 Quit bertrik (Changing host)
19:27:21 Join bertrik [0] (~bertrik@rockbox/developer/bertrik)
19:29:06bertrikwodz, what was the breakthrough that made sd access work?
19:30:04 Join Stummi [0] (~Stummi@rockbox/developer/Stummi)
19:30:31 Quit {phoenix} (Read error: Operation timed out)
19:31:26 Join {phoenix} [0] (~dirk@p5DF2DCE4.dip.t-dialin.net)
19:39:44 Join Horschti [0] (~Horscht@p5DD57883.dip.t-dialin.net)
19:39:45 Quit Horschti (Changing host)
19:39:45 Join Horschti [0] (~Horscht@xbmc/user/horscht)
19:39:53 Quit Keripo (Quit: Leaving.)
19:41:36 Join DerPapst [0] (~Alexander@p579541F0.dip.t-dialin.net)
19:42:11 Quit WalkGood ()
19:43:23 Quit Horscht (Ping timeout: 276 seconds)
19:44:06 Quit Horschti (Ping timeout: 240 seconds)
19:45:41 Join jhMikeS [0] (~jethead71@rockbox/developer/jhMikeS)
19:49:23 Join gbl08ma [0] (~gbl08ma@195-23-182-177.net.novis.pt)
19:59:31 Quit Luca_S (Quit: CGI:IRC)
20:00
20:00:11***Saving seen data "./dancer.seen"
20:04:44DEBUGEOF from server (Connection reset by peer) (snapshot: netstuff.c line 545)
20:04:44***Cleanup
20:04:44***Cleanup
20:04:44***No seen item changed, no save performed.
20:04:44***Exit
20:04:46***Started Dancer V4.16
20:04:46***Connected to irc.freenode.net on port 6667
20:04:46***Logfile for #rockbox started
20:04:49Mode"logbot :+i" by logbot
20:04:52***Server message 501: 'logbot :Unknown MODE flag'
20:04:53 Join logbot [0] (~rockbox@giant.haxx.se)
20:04:53 Join gbl08ma [0] (~gbl08ma@195-23-182-177.net.novis.pt)
20:04:53 Join jhMikeS [0] (~jethead71@rockbox/developer/jhMikeS)
20:04:53 Join DerPapst [0] (~Alexander@p579541F0.dip.t-dialin.net)
20:04:53 Join {phoenix} [0] (~dirk@p5DF2DCE4.dip.t-dialin.net)
20:04:53 Join Stummi [0] (~Stummi@rockbox/developer/Stummi)
20:04:53 Join bertrik [0] (~bertrik@rockbox/developer/bertrik)
20:04:53 Join TheLemonMan [0] (~lem0n@151.62.131.223)
20:04:53 Join boghog [0] (~aphax@2001:980:34c7:0:1e6f:65ff:fe86:1e03)
20:04:53 Join Jerom1 [0] (~jerome@95.171.148.84)
20:04:53 Join Buganini [0] (~buganini@2001:288:c237:0:dead:beef:cafe:babe)
20:04:53 Join Topy44 [0] (~Topy44@f048200081.adsl.alicedsl.de)
20:04:53 Join domonoky [0] (~Domonoky@rockbox/developer/domonoky)
20:04:53 Join kevku [0] (~kevku@2001:470:28:773:babe:feed:dead:bee)
20:04:53 Join JesusChrysler [0] (~JesusChry@c-69-253-15-232.hsd1.pa.comcast.net)
20:04:53 Join saratoga [0] (9803c6dd@gateway/web/freenode/ip.152.3.198.221)
20:04:53 Join evilnick_B [0] (0c140464@rockbox/staff/evilnick)
20:04:53 Join t0rc [0] (~t0rc@unaffiliated/t0rc/x-5233201)
20:04:53 Join pamaury [0] (~quassel@rockbox/developer/pamaury)
20:04:53 Join FOAD [0] (~dok@83.161.135.61)
20:04:53 Join benedikt93 [0] (~benedikt9@unaffiliated/benedikt93)
20:04:53 Join jordan` [0] (~gromit@ALagny-154-1-26-60.w83-112.abo.wanadoo.fr)
20:04:53 Join antil33t [0] (antil33t@124-197-51-80.callplus.net.nz)
20:04:53 Join wodz [0] (~wodz@87-206-240-131.dynamic.chello.pl)
20:04:53 Join dfkt [0] (dfkt@unaffiliated/dfkt)
20:04:53 Join eGen [0] (generat0r@gate.mmdecin.cz)
20:04:53 Join sasquatch [0] (~username@p4FF2D998.dip.t-dialin.net)
20:04:53 Join swilde [0] (~wilde@aktaia.intevation.org)
20:04:53 Join efyx [0] (~efyx@lap34-1-82-225-185-146.fbx.proxad.net)
20:04:53 Join alexbobp [0] (~alex@ppp-70-253-82-23.dsl.austtx.swbell.net)
20:04:53 Join Guinness [0] (Slayer@c-68-55-111-159.hsd1.va.comcast.net)
20:04:53 Join Llorean [0] (~DarkkOne@rockbox/user/Llorean)
20:04:53 Join liar [0] (~liar@clnet-p09-185.ikbnet.co.at)
20:04:53 Join mudd1 [0] (~cmertes@ip-78-94-202-227.unitymediagroup.de)
20:04:53 Join [Saint] [0] (~st.lasciv@124-197-3-117.callplus.net.nz)
20:04:53 Join Strife89 [0] (~Strife89@168.16.226.82)
20:04:53 Join bluefoxx [0] (fuzzylomba@S0106485b3917092d.vs.shawcable.net)
20:04:53 Join advcomp2019__ [0] (~advcomp20@unaffiliated/advcomp2019)
20:04:53 Join tchan [0] (~tchan@lunar-linux/developer/tchan)
20:04:53 Join Rob2223 [0] (~Miranda@p4FFF31D9.dip.t-dialin.net)
20:04:53 Join soap_ [0] (~soap@rockbox/staff/soap)
20:04:53 Join kugel [0] (~kugel@rockbox/developer/kugel)
20:04:53 Join amiconn [0] (quassel@rockbox/developer/amiconn)
20:04:53 Join pixelma [0] (quassel@rockbox/staff/pixelma)
20:04:53 Join TheSeven [0] (~TheSeven@rockbox/developer/TheSeven)
20:04:53 Join simonlnu [0] (simon@unaffiliated/simonrvn)
20:04:53 Join GodEater [0] (~bibble@rockbox/staff/GodEater)
20:04:53 Join bzed [0] (~bzed@devel.recluse.de)
20:04:53 Join knittl [0] (~knittl@unaffiliated/knittl)
20:04:53 Join bluebrother [0] (~dom@rockbox/developer/bluebrother)
20:04:53 Join guymann [0] (~charles@66-159-172-85.adsl.snet.net)
20:04:53 Join markun [0] (~markun@rockbox/developer/markun)
20:04:53 Join martii [0] (martii@sokrates.mimuw.edu.pl)
20:04:53 Join niekie [0] (~niek@CAcert/Assurer/niekie)
20:04:53 Join scorche [0] (~scorche@rockbox/administrator/scorche)
20:04:53 Join Zarggg [0] (~zarggg@24.229.139.169.res-cmts.sm.ptd.net)
20:04:53 Join Elfish [0] (amba@2a01:4f8:100:90a1:abc:abc:abc:abc)
20:04:53 Join mc2739 [0] (~mc2739@rockbox/developer/mc2739)
20:04:53 Join plux [0] (~yogurt@h-34-156.A238.priv.bahnhof.se)
20:04:53 Join user890104 [0] (~Venci@6bez10.info)
20:04:53 Join mystica555 [0] (~mike@71-33-152-71.hlrn.qwest.net)
20:04:53 Join bieber [0] (~quassel@162-78.97-97.tampabay.res.rr.com)
20:04:53 Join Beta2K [0] (~Beta2K@d24-36-131-14.home1.cgocable.net)
20:04:53 Join FoH [0] (~foh@adsl-98-83-123-68.bhm.bellsouth.net)
20:04:53 Join tmzt [0] (~tmzt@adsl-99-164-58-59.dsl.akrnoh.sbcglobal.net)
20:04:53 Join slooopy [0] (~sloo@95-90-30-123-dynip.superkabel.de)
20:04:53 Join simabeis [0] (~simabeis@lobmenschen.de)
20:04:53 Join n17ikh [0] (~n17ikh@c-68-59-25-51.hsd1.sc.comcast.net)
20:04:53 Join merbanan [0] (~banan@c-94-255-221-202.cust.bredband2.com)
20:04:53 Join sinthetek [0] (~sinthetek@unaffiliated/sinthetek)
20:04:53 Join Xerion [0] (~xerion@5419A078.cm-5-2c.dynamic.ziggo.nl)
20:04:53 Join Utchy [0] (~Utchy@rps6752.ovh.net)
20:04:53 Join yosafbridge [0] (~yosafbrid@li125-242.members.linode.com)
20:04:53 Join dionoea [0] (~dionoea@videolan/developer/dionoea)
20:04:53 Join z35 [0] (~z35@ool-18bdad71.dyn.optonline.net)
20:04:53 Join Unhelpful [0] (~quassel@rockbox/developer/Unhelpful)
20:04:53 Join balintx [0] (~quassel@szerver1.gulyasp-koll.sulinet.hu)
20:04:53 Join gevaerts [0] (~fg@rockbox/developer/gevaerts)
20:04:53 Join Galois [0] (djao@efnet-math.org)
20:04:53 Join Torne [0] (~torne@rockbox/developer/Torne)
20:04:53 Join cjcopi [0] (~craig@charon.craig.copi.org)
20:04:53 Join ThomasAH [0] (~thomas@aktaia.intevation.org)
20:04:53 Join parafin [0] (parafin@paraf.in)
20:04:53 Join TBCOOL [0] (~tb@c-3c3671d5.09-42-73746f22.cust.bredbandsbolaget.se)
20:04:53 Join pjm0616 [0] (~user@110.8.235.86)
20:04:53 Join maraz_ [0] (maraz@kapsi.fi)
20:04:53 Join rasher [0] (~rasher@rockbox/developer/rasher)
20:04:53 Join froggyman [0] (~seth@unaffiliated/froggyman)
20:04:53 Join tguinot [0] (~tguinot@ks22840.kimsufi.com)
20:04:53 Join B4gder [0] (~daniel@rockbox/developer/bagder)
20:04:53 Join ender| [0] (krneki@foo.eternallybored.org)
20:04:53 Join YPSY [0] (~ypsy@geekpadawan.de)
20:04:53 Join scorche|sh [0] (~scorche@rockbox/administrator/scorche)
20:04:53 Join AlexP [0] (~alex@rockbox/staff/AlexP)
20:04:53 Join Zambezi [0] (Zulu@unaffiliated/zambezi)
20:04:53 Join jfc [0] (~john@pool-72-73-80-12.ptldme.east.myfairpoint.net)
20:04:53 Join bthomson [0] (~bthomson@pool-71-114-64-197.washdc.dsl-w.verizon.net)
20:04:53 Join zu [0] (~zu@ks355000.kimsufi.com)
20:04:53 Join Rondom [0] (~rondom@2a01:488:66:1000:b24d:4f2f:0:1)
20:04:53 Join linuxstb [0] (~linuxstb@rockbox/developer/linuxstb)
20:04:53 Join ps-auxw [0] (~arneb@2001:470:c807:0:1532:4e5f:2ad3:4123)
20:04:53 Join jae [0] (~jae@dedicated.jaerhard.com)
20:04:53 Join Staphylo [0] (staphylo@hyperion.epimeros.org)
20:04:53 Join logvelc [0] (~erik@elbereth.midgard.liu.se)
20:04:53 Join avacore [0] (~avacore@1008ds1-rdo.0.fullrate.dk)
20:04:53 Join amee2k [0] (~thomas@ve504.cugnet.net)
20:04:53 Join [fred] [0] (~fred@ircop.efnet.at)
20:04:53 Join Barahir [0] (~jonathan@fb08schindler24.anorg.chemie.uni-giessen.de)
20:04:53 Join JdGordon [0] (~jonno@rockbox/developer/JdGordon)
20:04:53 Join pikytcus [0] (~bigd@failbox.co.cc)
20:04:53 Join linuxguy3 [0] (~timj@adsl-76-202-250-104.dsl.emhril.sbcglobal.net)
20:04:53 Join jepler [0] (~jepler@emc/developer/pdpc.professional.jepler)
20:04:53 Join kkit|sh [0] (~kkit@li135-248.members.linode.com)
20:04:53 Join feisar-_ [0] (jljhook@ihq.in)
20:04:53 Join aevin [0] (eivindsy@unaffiliated/aevin)
20:04:53 Join ack` [0] (~ack@mingbai.org)
20:04:53 Join preglow [0] (thomj@rockbox/developer/preglow)
20:04:53 Join crwl [0] (~crwlll@dsl-jklbrasgw1-fe8edf00-29.dhcp.inet.fi)
20:04:53 Join literal [0] (hinrik@w.nix.is)
20:04:53 Join CIA-87 [0] (~CIA@208.69.182.149)
20:04:53 Join Farthen [0] (~Farthen@static.225.178.40.188.clients.your-server.de)
20:04:53 Join ved [0] (ved@ddsbox.co.cc)
20:04:53 Join Hadaka [0] (~naked@naked.iki.fi)
20:04:53 Join ranmachan [0] (ranma@yumi.tdiedrich.de)
20:04:53 Join @ChanServ [0] (ChanServ@services.)
20:07:18 Join LambdaCalculus37 [0] (~rmenes@c-68-36-232-73.hsd1.nj.comcast.net)
20:07:18 Quit LambdaCalculus37 (Changing host)
20:07:18 Join LambdaCalculus37 [0] (~rmenes@rockbox/staff/LambdaCalculus37)
20:11:01 Join Horscht [0] (~Horscht@p5DD56E92.dip.t-dialin.net)
20:11:01 Quit Horscht (Changing host)
20:11:01 Join Horscht [0] (~Horscht@xbmc/user/horscht)
20:11:05 Join ender` [0] (krneki@foo.eternallybored.org)
20:15:38 Join drizztbsd_ [0] (~quassel@unaffiliated/drizztbsd)
20:17:53 Join Judas_PhD [0] (~kevin@misterfluffy.dsl.xmission.com)
20:20:47 Quit LambdaCalculus37 (Quit: Fwump)
20:22:07 Quit t0rc (Quit: WeeChat 0.3.4)
20:22:14pixelma[16:02:51] <kugel> kind of known, it seems to happen only in HTC firmwares <- it happens on my phone too, running the stock Sony Ericsson Android. I'm sure I told it already
20:25:02 Quit Judas_PhD (Quit: This is a quitting message)
20:25:41pixelmabluebrother's patch helps in my case
20:27:12 Join n1s [0] (~quassel@rockbox/developer/n1s)
20:40:23 Quit drizztbsd_ (Remote host closed the connection)
20:41:18 Join drizztbsd_ [0] (~quassel@unaffiliated/drizztbsd)
20:43:57 Quit bertrik (Quit: :tiuQ)
20:44:26 Join bertrik [0] (~bertrik@ip117-49-211-87.adsl2.static.versatel.nl)
20:44:27 Quit bertrik (Changing host)
20:44:27 Join bertrik [0] (~bertrik@rockbox/developer/bertrik)
20:44:27 Join stripwax [0] (~Miranda@87-194-34-169.bethere.co.uk)
20:46:05 Quit gbl08ma (Read error: Connection reset by peer)
20:57:03 Quit Buganini (Ping timeout: 260 seconds)
21:00
21:06:07 Quit bertrik (Ping timeout: 260 seconds)
21:14:24 Quit wodz (Quit: Leaving)
21:18:01bluebrotherpixelma: might help if all affected (isn't [Saint] too with a non-HTC phone?) could add a comment to the patch :)
21:18:37bluebrotherbtw, I'd really like to get that patch committed. Is there any better solution for this issue?
21:19:47bluebrotherpreglow: ^^
21:20:05bluebrotherplus I'm convinced it's not a HTC issue at all but a load problem
21:22:38 Quit GodEater (Read error: Connection reset by peer)
21:23:16pixelmaI believe [Saint] has a Samsung phone
21:23:32 Quit evilnick_B (Ping timeout: 252 seconds)
21:23:38 Join evilnick_B_ [0] (0c140464@rockbox/staff/evilnick)
21:23:45 Nick evilnick_B_ is now known as evilnick_B (0c140464@rockbox/staff/evilnick)
21:23:52 Join GodEater [0] (~bibble@5ad8c3ba.bb.sky.com)
21:23:52 Quit GodEater (Changing host)
21:23:53 Join GodEater [0] (~bibble@rockbox/staff/GodEater)
21:23:53 Quit drizztbsd_ (Remote host closed the connection)
21:24:46bluebrothermaybe I should ask people in the forums if the issue is more widely experienced (and if my patch helps in all cases)
21:25:44 Join ChickeNES [0] (~ChickeNES@128.135.100.102)
21:28:58 Quit stripwax (Quit: http://miranda-im.org)
21:32:51 Join webguest58 [0] (~ce12a820@giant.haxx.se)
21:36:03webguest58hi guys i am trying to unbrick my sansa clip+. I have downloaded ubuntu and i am running it from a live cd. I am at the point where i am running the dd but I don't know where to bup the OF "Im a newb"
21:37:00 Quit tchan (Read error: Connection reset by peer)
21:37:54 Join tchan [0] (~tchan@lunar-linux/developer/tchan)
21:40:30 Join krazykit [0] (~krazykit@99-126-205-52.lightspeed.cicril.sbcglobal.net)
21:40:39webguest58you guys where a big help last time I was here I don't think I would be able to do it without you
21:47:53webguest58anyone know how to unbrick a sansa clip+
21:50:56 Join robin0800 [0] (~robin0800@cpc3-brig8-0-0-cust703.3-3.cable.virginmedia.com)
21:51:54 Quit benedikt93 (Quit: The higher the IQ of the individual...The more they enjoy watching a robot drive into a wall at top speed)
21:54:32 Quit kevku (Quit: KVIrc 4.0.4 Insomnia http://www.kvirc.net/)
22:00
22:03:24webguest58hello I'm a new guy and I could use some help with a clip+
22:04:49***Saving seen data "./dancer.seen"
22:05:26 Join bertrik [0] (~bertrik@ip117-49-211-87.adsl2.static.versatel.nl)
22:05:26 Quit bertrik (Changing host)
22:05:26 Join bertrik [0] (~bertrik@rockbox/developer/bertrik)
22:05:32 Join Lear [0] (chatzilla@141.191.216.81.static.g-hn.siw.siwnet.net)
22:06:58 Quit efyx (Remote host closed the connection)
22:07:52 Quit krazykit (Ping timeout: 276 seconds)
22:09:18 Join krazykit [0] (~krazykit@99-126-205-52.lightspeed.cicril.sbcglobal.net)
22:10:10 Quit Topy44 (Ping timeout: 240 seconds)
22:11:07 Join Buschel [0] (~chatzilla@p54A3B17A.dip.t-dialin.net)
22:13:27 Quit TheLemonMan (Quit: Ex-Chat)
22:17:51 Join Buganini [0] (~buganini@2001:288:c237:0:dead:beef:cafe:babe)
22:24:56 Quit antil33t (Ping timeout: 240 seconds)
22:28:06 Quit Stummi (Quit: Bye!)
22:29:03CIA-87New commit by Buschel (r29819): Fix even more 'variable set but not used' warnings reported from GCC 4.6.0.
22:32:29CIA-87r29819 build result: All green
22:33:06 Join antil33t [0] (antil33t@124-197-51-80.callplus.net.nz)
22:36:02 Join stripwax [0] (~Miranda@87-194-34-169.bethere.co.uk)
22:36:59webguest58hi i have a question for someone that knows how to unbrick a clip+
22:42:39 Quit krazykit (Quit: awe yeeeeeee)
22:46:41 Join krazykit [0] (~krazykit@99-126-205-52.lightspeed.cicril.sbcglobal.net)
22:49:35saratogajust ask a question, if someone knows they'll probably answer
22:56:23 Join ibhan [0] (~ibhan@109.56.191.26)
22:57:39 Join webguest93 [0] (~6d38bf1a@giant.haxx.se)
23:00
23:02:54 Quit {phoenix} (Remote host closed the connection)
23:03:37 Join sideral [0] (~sideral@213.165.85.248)
23:03:37 Quit sideral (Changing host)
23:03:37 Join sideral [0] (~sideral@rockbox/developer/sideral)
23:05:06 Quit ibhan (Quit: Leaving.)
23:05:33 Quit bluebrother (Ping timeout: 260 seconds)
23:06:57 Join bluebrother [0] (~dom@g224237069.adsl.alicedsl.de)
23:06:58 Quit bluebrother (Changing host)
23:06:58 Join bluebrother [0] (~dom@rockbox/developer/bluebrother)
23:07:14 Quit Buschel (Quit: ChatZilla 0.9.86.1 [Firefox 3.6.17/20110420140830])
23:07:41 Join ibhan [0] (~ibhan@109.56.191.26)
23:13:20 Quit Lear (Quit: ChatZilla 0.9.86.1 [Firefox 4.0.1/20110413222027])
23:15:50 Quit webguest93 (Quit: CGI:IRC (EOF))
23:18:04 Quit bertrik (Quit: Leaving)
23:21:36 Join lovasoa [0] (~lovasoa@cac94-9-88-162-232-8.fbx.proxad.net)
23:23:53 Quit liar (Quit: hallowed are the ori!)
23:25:34 Quit avacore (Quit: Leaving)
23:28:16 Quit domonoky (Read error: Connection reset by peer)
23:29:56sideraljhMikeS: Thanks for your audio_pre_ff_rewind hint last night, that fixed the problem with the rewind-on-pause patch (FS #11931)
23:30:03 Join avacore [0] (~avacore@1008ds1-rdo.0.fullrate.dk)
23:31:02 Quit lovasoa (Ping timeout: 260 seconds)
23:31:19 Quit robin0800 (Quit: Leaving)
23:31:31 Join robin0800 [0] (~robin0800@cpc3-brig8-0-0-cust703.3-3.cable.virginmedia.com)
23:32:02 Quit robin0800 (Client Quit)
23:32:47 Join robin0800 [0] (~robin0800@cpc3-brig8-0-0-cust703.3-3.cable.virginmedia.com)
23:37:35*bluebrother has pause on headphone unplug working on Android :)
23:37:57 Quit ChickeNES (Quit: Computer has gone to sleep.)
23:38:18bluebrotherit lags a bit though.
23:41:28bluebrotherhow often does Rockbox check the headphone state?
23:41:54sideralI thought that typically would be interrupt-driven, not polled?
23:42:18Tornedepends on hardware
23:42:24bluebrotherwell, the application calls headphones_inserted()
23:43:00bluebrotherand either this JNI stuff getting the value is really slow or headphones_inserted() isn't called that often
23:43:28bluebrothersince on unplugging the headphones it takes long enough for the phone to playback around 1 second via speaker until pause kicks in
23:45:00 Quit robin0800 (Quit: Leaving)
23:45:11 Join robin0800 [0] (~robin0800@cpc3-brig8-0-0-cust703.3-3.cable.virginmedia.com)
23:45:46 Quit robin0800 (Client Quit)
23:45:56 Join robin0800 [0] (~robin0800@cpc3-brig8-0-0-cust703.3-3.cable.virginmedia.com)
23:47:33 Quit robin0800 (Client Quit)
23:48:49 Join robin0800 [0] (~robin0800@cpc3-brig8-0-0-cust703.3-3.cable.virginmedia.com)
23:50:30 Quit evilnick_B (Quit: Page closed)

Previous day | Next day