--- Log for 07.08.112 Server: kornbluth.freenode.net Channel: #rockbox --- Nick: logbot_ Version: Dancer V4.16 Started: 1 month and 23 days ago 00.02.07 Quit Guest52135 (Quit: Hmmm...) 00.21.24 # The text view does incremental loading 00.21.28 # *viewer 00.21.48 Quit XavierGr () 00.28.06 # Is the Sansa Clip Zip supported. It is not listed at http://www.rockbox.org/. 00.28.46 # it is listed as unstable 00.28.52 # but works pretty well 00.29.16 # lebellium: Thanks. I'm not technical, should I wait? 00.29.54 # no you shouldn't, it is stable enough for daily use 00.30.45 Quit BHSPitMonkey (Remote host closed the connection) 00.30.53 # actually I don't know why the clip zip is not considered as stable yet 00.31.00 # <[Saint_]> were you to wait, it could be a _very_ long wait. 00.31.08 # I would be using Zip for Podcasts and Audiobooks mainly. 00.31.22 # <[Saint_]> lebellium: installation, iiuc. 00.31.42 # ah ok 00.31.45 # so nothing major 00.31.46 # <[Saint_]> Or, does RbUtil support the Clip Zip now? 00.31.51 # saint: I'm very impatient, but also very limited brain power. 00.32.46 # <[Saint_]> donsd: That's fine, but, with the nature of the project...the workflow could mean that it will achieve the status of stable anywhere between now, and never. 00.32.51 # donsd: don't wait for a stable status, the port works well (except USB connection sometimes), and it can be easily installed without the utility 00.33.51 # <[Saint_]> My understanding of the requirements for stable are: Works as expected, has a complete manual, and can be installed using RbUtil 00.33.59 # lebellium: USB connection? I could still charge battery though? And transfer files. 00.34.09 # Of course 00.34.25 # if it doesn't work well enough with RB you can use the USB connection of the official firmware 00.34.49 # <[Saint_]> Even if you couldn't do so with Rockbox, duakl-boot allows you to boot the original firmware. So you could transfer files from there. 00.34.49 # Okay, will start reading manuals and website info. Thanks, guys. 00.35.10 # <[Saint_]> s/duakl/dual/ 00.35.52 # oh and actually the clip zip is supported by the RB utility 00.36.00 # I almost forgot I use it to update the build lol 00.36.44 # lebellium: Does that mean file transfering would work through USB? 00.36.57 # <[Saint_]> lebellium: Ah, I see, thanks. I wasn't quite sure. 00.37.07 # <[Saint_]> donsd: yes. 00.37.17 # Great! 00.38.47 # [Saint_]: the clip zip is considered as "Instable" in RB utility but works though 00.39.36 # Unstable* 00.47.49 Quit ender` (Quit: The trouble with quotes found on the Internet is that they often turn out to be unreliable. -- William Shakespeare) 00.48.14 # what is missing is mostly the manual 00.48.31 # and i guess figuring out whats up with the occasional USB issues people have 00.48.48 # yeah but i guess this applies to the other amsv2 as well 00.50.19 # it seems a lot worse on the zip though 00.50.30 # and also some people have reported issues with themes breaking depending on USB insert 00.50.41 # so i guess there is likely some memory corruption between theme and usb 00.51.07 # hmm i thought a theme problem was fixed by JdGordon already 00.51.16 # i think some weirdness still exists 00.51.21 # lebellium could probably say more 00.51.42 # indeed 00.51.53 # the Zip doesn't like my theme :D 00.52.12 # does it work in the sim? 00.52.44 # the only issue remaining with my theme is USB connection and I haven't tested that in the sim 00.53.19 # i guess nows a good time to commit 00.53.51 # Commit d46b090 in rockbox by 03Michael Giacomelli: Introduce logging to disk feature into rockbox. 00.54.02 # now i need to go and enable it on specific devices 00.54.10 # <[Saint_]> nice. 00.54.20 # <[Saint_]> Well done, saratoga. 00.55.49 # its unbelievable how much i hate git 00.56.44 # <[Saint_]> I did too, initially. Now I find it unbelievable how braindead subversion is. 00.56.46 # d46b090 build result: All green 00.59.13 # PLATFORM_NATIVE is all the device targets? 01.02.05 # #if CONFIG_PLATFORM == PLATFORM_NATIVE && !defined(SIMULATOR) && !defined(BOOTLOADER) 01.02.07 # that look good? 01.02.36 # also, should I include HWCODEC? seems like it would be useful but maybe not worth the binary size? 01.04.34 # if it is useful (and used) then it should be enabled 01.04.44 # amiconn: i'm going to enable logging to disk for HWCODEC, if you think its not worth the binary size please disable it 01.04.46 # cool 01.06.32 # just a heads up, I didn't make dummy defines yet for the logdisk stuff, so don't put them in code that gets compiled for app builds yet 01.07.31 # ok 01.09.14 # Commit 97c1dc0 in rockbox by 03Michael Giacomelli: Enable logdiskf to for all device targets, but not bootloaders or application 01.09.25 # hope that doesn't break anything 01.12.07 # 97c1dc0 build result: 6 errors, 9 warnings (Michael Giacomelli committed) 01.13.47 # sour 01.15.21 # oh, it might be nice if it splashes "error/warning logged" every so often when it does a log so the user knows to check 01.16.21 Quit brendyn (Ping timeout: 245 seconds) 01.16.27 Join factor [0] (~factor@74.196.174.25) 01.16.52 Join brendyn [0] (brendyn@2a01:7e00::f03c:91ff:fedf:65b4) 01.17.05 # so the database tool defines platform_target???? 01.17.06 # really 01.21.00 # Commit 633dd49 in rockbox by 03Michael Giacomelli: Remove copy/pasted preprocessor defines that shouldn't have been included. 01.21.41 # JdGordon: i'm not really sure how to do that 01.21.51 # or at least to do it safely 01.22.01 # JdGordon: i was going to say there should be an option/setting to output errors to screen 01.22.09 # arg, different threads? 01.23.01 # hmm i don't know 01.23.08 # i guess the code could be called from anything thread 01.23.36 # 633dd49 build result: 10 errors, 0 warnings (Michael Giacomelli committed) 01.26.48 # Commit 6f55433 in rockbox by 03Michael Giacomelli: Don't enable log to disk on PCTOOL builds since there is no disk to log to. 01.27.13 # JdGordon: ok now you can fix the theme code :) 01.29.27 # 6f55433 build result: All green 01.35.07 # i guess putting some error logging in the USB code might be interesting too 01.36.32 Quit donsd (Quit: Ex-Chat) 01.38.57 # also could someone look at the codec.c/h changes in g#292 and tell me if i'm doing that right? 01.38.59 # 3Gerrit review #292 at http://gerrit.rockbox.org/r/292 : Introduce new logging system to codeclib. by Michael Giacomelli (changes/92/292/4) 01.43.58 *** Saving seen data "./dancer.seen" 01.47.45 # if someone says its good, i'll push it 01.48.08 # just some basic logging for codecs, and a nice example of how the new logging system works 01.56.54 # there isnt a way to decide the color of the scroll bar is there? 01.57.03 # i read the manual and googled it 02.01.26 Quit lebellium (Quit: ChatZilla 0.9.88.2 [Firefox 15.0/20120731150526]) 02.02.59 Quit mgottschlag (Ping timeout: 246 seconds) 02.05.29 # hmm something is wrong with the includes in that patch 02.05.49 Quit perrikwp_ (Read error: Connection reset by peer) 02.07.05 Join perrikwp [0] (~quassel@cpe-024-163-024-033.triad.res.rr.com) 02.51.53 Quit bertrik (Read error: Operation timed out) 02.55.20 Quit perrikwp (Read error: Connection reset by peer) 02.56.46 Join perrikwp [0] (~quassel@cpe-024-163-024-033.triad.res.rr.com) 03.11.22 Join webguest56 [0] (~724f0c33@www.haxx.se) 03.13.23 # Hi all, can i ask help for the download link for rockbox for htc evo 4g lte ? im searching already but still cant find... thanks a lot before 03.15.03 Quit webguest56 (Client Quit) 03.15.13 Join webguest114 [0] (~724f0c33@www.haxx.se) 03.16.56 Quit webguest114 (Client Quit) 03.16.59 # <[Saint_]> Are the build client files in git? 03.17.05 # <[Saint_]> If so, ...where? :-S 03.18.06 # <[Saint_]> (rbclient.pl; runclient.sh) 03.19.21 # no 03.19.31 # err, yes they are but not the main repo i tinhk 03.19.57 # the www repo 03.20.05 # http://www.rockbox.org/wiki/BuildClient 03.22.14 # <[Saint_]> aha. 03.34.29 Quit [Saint_] (Remote host closed the connection) 03.36.33 Join [Saint] [0] (~sinner@unaffiliated/saint/x-8516940) 03.39.33 Join perrikwp_ [0] (~quassel@cpe-024-163-024-033.triad.res.rr.com) 03.40.46 Quit perrikwp_ (Read error: Connection reset by peer) 03.41.41 Quit perrikwp (Ping timeout: 255 seconds) 03.42.00 Join perrikwp [0] (~quassel@cpe-024-163-024-033.triad.res.rr.com) 03.44.02 *** Saving seen data "./dancer.seen" 04.01.22 Quit [Saint] (Remote host closed the connection) 04.03.09 Join zz_TheSphinX^ [0] (~briehl@p5B3215AA.dip.t-dialin.net) 04.05.25 Join [Saint] [0] (~sinner@unaffiliated/saint/x-8516940) 04.07.08 Quit TheSphin_ (Ping timeout: 272 seconds) 04.07.15 # <[Saint]> Hmmmmm...is RaaA using API16 yet? 04.07.31 # <[Saint]> errr...RaaAoA, rather 04.24.05 Join pixelma_ [0] (pixelma@rockbox/staff/pixelma) 04.24.05 Quit amiconn (Disconnected by services) 04.24.05 Quit pixelma (Disconnected by services) 04.24.06 Join amiconn_ [0] (amiconn@rockbox/developer/amiconn) 04.24.10 Nick amiconn_ is now known as amiconn (amiconn@rockbox/developer/amiconn) 04.34.12 Quit Thra11 (Remote host closed the connection) 04.49.05 Quit TheSeven (Disconnected by services) 04.49.13 Join [7] [0] (~quassel@rockbox/developer/TheSeven) 04.55.26 Join keatsta [0] (~18d48f8f@www.haxx.se) 04.57.57 Quit keatsta (Client Quit) 04.58.24 Quit Jack87 (Quit: Jack has left the building.) 04.59.22 Join Jack87|Away [0] (Jack87@nasadmin/admin/jack87) 04.59.23 Nick Jack87|Away is now known as Jack87 (Jack87@nasadmin/admin/jack87) 05.01.19 Join Rower85 [0] (husvagn@v-413-alfarv-90.bitnet.nu) 05.23.57 Quit mc2739 (Ping timeout: 250 seconds) 05.25.55 Join mc2739 [0] (~mc2739@rockbox/developer/mc2739) 05.26.27 # <[Saint]> Hmmmmm...I thought that openjdk-7-jdk was supported for RaaAoA building now? 05.27.16 # <[Saint]> It seems that jarsigner isn't compatible 05.27.20 # <[Saint]> "jarsigner error: java.security.SignatureException: private key algorithm is not compatible with signature algorithm" 05.35.43 # <[Saint]> openjdk-6-jdk is fine. 05.36.53 # <[Saint]> gevaerts: (for the logs) Do I remember correctly that you added (or, fixed up(?)) support for openjdk-7-jdk/RaaAoA? 05.44.05 *** Saving seen data "./dancer.seen" 05.45.20 Part amayer 06.09.38 Join eckoit [0] (~ryan@50.65.10.24) 06.11.39 Quit saratoga (Quit: Page closed) 07.12.20 Quit perrikwp (Read error: Connection reset by peer) 07.13.38 Join perrikwp [0] (~quassel@cpe-024-163-024-033.triad.res.rr.com) 07.17.16 Join stoffel [0] (~quassel@pD9E418CE.dip.t-dialin.net) 07.20.13 Quit Wardo (Read error: Connection reset by peer) 07.22.00 Quit [Saint] (Quit: reboot required) 07.40.30 Quit stoffel (Remote host closed the connection) 07.41.38 Join perrikwp_ [0] (~quassel@cpe-024-163-024-033.triad.res.rr.com) 07.44.08 *** Saving seen data "./dancer.seen" 07.44.27 Quit perrikwp (Ping timeout: 265 seconds) 07.50.36 Join [Saint] [0] (~sinner@unaffiliated/saint/x-8516940) 07.55.54 Quit perrikwp_ (Read error: Connection reset by peer) 07.57.08 Join perrikwp [0] (~quassel@cpe-024-163-024-033.triad.res.rr.com) 08.00.41 Join perrikwp_ [0] (~quassel@cpe-024-163-024-033.triad.res.rr.com) 08.03.13 Join perrikwp__ [0] (~quassel@cpe-024-163-024-033.triad.res.rr.com) 08.03.27 Quit perrikwp (Ping timeout: 245 seconds) 08.04.28 Quit perrikwp__ (Read error: Connection reset by peer) 08.04.56 Quit eckoit (Quit: eckoit) 08.05.44 Join perrikwp [0] (~quassel@cpe-024-163-024-033.triad.res.rr.com) 08.06.08 Quit perrikwp_ (Ping timeout: 252 seconds) 08.15.12 Join perrikwp_ [0] (~quassel@cpe-024-163-024-033.triad.res.rr.com) 08.18.00 Quit perrikwp (Ping timeout: 246 seconds) 08.19.54 Nick Jack87 is now known as Jack87|Away (Jack87@nasadmin/admin/jack87) 08.28.28 Join Zagor [0] (~bjst@sestofw01.enea.se) 08.28.28 Quit Zagor (Changing host) 08.28.28 Join Zagor [242] (~bjst@rockbox/developer/Zagor) 08.46.22 Join ender` [0] (krneki@foo.eternallybored.org) 08.46.26 Join Keripo [0] (~Keripo@c-76-22-63-234.hsd1.wa.comcast.net) 08.53.36 Quit funman (Ping timeout: 240 seconds) 08.56.02 Join funman [0] (~fun@rockbox/developer/funman) 09.01.40 Quit funman (Ping timeout: 245 seconds) 09.03.30 Join funman [0] (~fun@rockbox/developer/funman) 09.06.40 Join perrikwp [0] (~quassel@cpe-024-163-024-033.triad.res.rr.com) 09.08.14 Join einhirn [0] (~Miranda@bsod.rz.tu-clausthal.de) 09.09.39 Quit perrikwp_ (Ping timeout: 248 seconds) 09.09.41 Join [Saint_] [0] (~Saint]@unaffiliated/saint/x-8516940) 09.20.57 Quit [Saint_] (Ping timeout: 245 seconds) 09.23.19 Join nick_p [0] (~nick@82-69-105-120.dsl.in-addr.zen.co.uk) 09.23.58 Join perrikwp_ [0] (~quassel@cpe-024-163-024-033.triad.res.rr.com) 09.26.57 Quit perrikwp (Ping timeout: 268 seconds) 09.28.25 Quit nick_p (Quit: Leaving) 09.29.04 Join nick_p [0] (~nick@82-69-105-120.dsl.in-addr.zen.co.uk) 09.29.49 Quit nick_p (Client Quit) 09.35.42 Quit FOAD (Ping timeout: 250 seconds) 09.35.50 Join FOAD [0] (~foad@83.161.135.61) 09.35.50 Quit FOAD (Changing host) 09.35.50 Join FOAD [0] (~foad@unaffiliated/foad) 09.40.19 Join mortalis [0] (~mortalis@77.108.98.177) 09.43.19 Join FOAD_ [0] (~foad@83.161.135.61) 09.43.37 Quit FOAD (*.net *.split) 09.43.37 Quit Zagor (*.net *.split) 09.43.37 Quit zz_TheSphinX^ (*.net *.split) 09.43.37 Quit Viperfang (*.net *.split) 09.43.37 Quit ser_ (*.net *.split) 09.43.38 Quit froggyman (*.net *.split) 09.43.42 Nick FOAD_ is now known as FOAD (~foad@83.161.135.61) 09.44.10 *** Saving seen data "./dancer.seen" 09.51.23 Join mgottschlag [0] (~quassel@reactos/tester/phoenix64) 09.53.12 Quit perrikwp_ (Read error: Connection reset by peer) 09.54.33 Join perrikwp [0] (~quassel@cpe-024-163-024-033.triad.res.rr.com) 09.57.46 Join LinusN [0] (~linus@giant.haxx.se) 10.11.44 Join Zagor [242] (~bjst@rockbox/developer/Zagor) 10.11.44 Join zz_TheSphinX^ [0] (~briehl@p5B3215AA.dip.t-dialin.net) 10.11.44 Join Viperfang [0] (~Viperfang@x.viperfang.net) 10.11.44 Join ser_ [0] (~ser@host1.tldp.ibiblio.org) 10.11.44 Join froggyman [0] (~froggyman@unaffiliated/froggyman) 10.14.22 # why does the logging system exclude RaaA? 10.38.28 Join perrikwp_ [0] (~quassel@cpe-024-163-024-033.triad.res.rr.com) 10.38.30 Quit perrikwp (Ping timeout: 256 seconds) 10.51.07 Nick ukleinek_ is now known as ukleinek (~ukl@2001:6f8:1178:2:21e:67ff:fe11:9c5c) 10.54.48 # [Saint]: yes. That message makes me suspect you have a private key generated by a previous attempt before those fixes 10.56.54 Join webguest884 [0] (~795bb465@www.haxx.se) 11.01.23 Quit webguest884 (Client Quit) 11.02.06 Join bertrik [0] (~bertrik@rockbox/developer/bertrik) 11.11.37 Join lebellium [0] (~chatzilla@i02m-212-194-176-149.d4.club-internet.fr) 11.13.38 Quit bluebrother (Disconnected by services) 11.13.42 Join bluebrother^ [0] (~dom@rockbox/developer/bluebrother) 11.15.04 Quit fs-bluebot (Ping timeout: 264 seconds) 11.16.32 Join fs-bluebot [0] (~fs-bluebo@g231122113.adsl.alicedsl.de) 11.38.13 Join perrikwp [0] (~quassel@cpe-024-163-024-033.triad.res.rr.com) 11.40.16 Quit perrikwp_ (Ping timeout: 256 seconds) 11.43.05 Quit uberRegenbogen () 11.44.13 *** Saving seen data "./dancer.seen" 11.49.52 # <[Saint]> gevaerts: fresh system. 11.50.04 # <[Saint]> First time I had ever tried to compile RaaA on this machine. 11.50.04 Join bootini [0] (~Pro7@87.254.81.21) 11.50.27 # No other android-related building? 11.50.29 # <[Saint]> I kept getting that error until I installed openjdk-6-jdk 11.50.35 # <[Saint]> gevaerts: nope. 11.51.00 # In that case, it's your task to figure out what's wrong ;) 11.51.16 # <[Saint]> later tonight I'll set up a vm and try to debug it. 11.53.55 # <[Saint]> It was my intention to try to troubleshoot the issue later on anyway, I just wanted to check if my memory served me correctly and that openjdk-7-jdk was actually expected to work. 11.54.27 # Well, "expected"... I'm not sure if anyone ever reported success 11.54.42 # <[Saint]> Sorry if that seemed like me saying "Hey, its broke, fix it!" 11.57.06 # I committed some fixes back in June that I had expected would fix things, but things can go wrong I guess 11.57.13 # The file involved is .android/debug.keystore 11.57.45 # If that's not there, it should be regenerated, and that's the step that according to your output didn't do the right thing 11.58.08 # So that's the first thing to test I suspect: make sure it's not there, and try 12.00.44 Quit soap (Read error: Connection reset by peer) 12.18.04 Join soap [0] (~soap@cpe-76-181-64-173.columbus.res.rr.com) 12.18.07 Quit soap (Changing host) 12.18.07 Join soap [0] (~soap@rockbox/staff/soap) 12.28.15 Quit mgottschlag (Ping timeout: 246 seconds) 12.31.28 Quit perrikwp (Read error: Connection reset by peer) 12.32.40 Join perrikwp [0] (~quassel@cpe-024-163-024-033.triad.res.rr.com) 12.34.31 Join wodz [0] (~wodz@89-76-32-53.dynamic.chello.pl) 12.34.35 # mortalis: ping 12.35.38 Quit factor (Read error: Connection reset by peer) 12.39.01 # wodz: pong 12.41.44 # mortalis: look at g306 - it needs adjustments for hifimans but you should get the concept. It is still not 100% correct as first logo is f*** up but after this first screen update everything work correctly. No artefacts, update speed is descent. 12.41.46 # 3Gerrit review #306 at http://gerrit.rockbox.org/r/306 : rk27xx lcd code rework by Marcin Bukat (changes/06/306/1) 12.42.34 # if this will work on hifimans I'll be more then happy :-) 12.42.36 Quit funman (Ping timeout: 252 seconds) 12.43.38 Join funman [0] (~fun@rockbox/developer/funman) 12.44.56 # ok, i'll take a look at it 12.48.45 Join mgottschlag [0] (~quassel@2a00:1398:200:200:34d3:e776:bd48:daa8) 12.48.45 Quit mgottschlag (Changing host) 12.48.45 Join mgottschlag [0] (~quassel@reactos/tester/phoenix64) 12.52.57 Join factor [0] (~factor@74.196.174.25) 12.54.25 Quit perrikwp (Read error: Connection reset by peer) 12.55.41 Join perrikwp [0] (~quassel@cpe-024-163-024-033.triad.res.rr.com) 12.56.41 Quit funman (Ping timeout: 265 seconds) 12.57.26 Quit wodz (Read error: Connection reset by peer) 12.58.13 Join funman [0] (~fun@rockbox/developer/funman) 13.02.42 Quit Keripo (Quit: Leaving.) 13.07.40 Join perrikwp_ [0] (~quassel@cpe-024-163-024-033.triad.res.rr.com) 13.08.01 Quit perrikwp (Ping timeout: 245 seconds) 13.11.13 Join Ward [0] (~Mirandaha@bpb01-1-88-162-4-186.fbx.proxad.net) 13.11.36 Nick Ward is now known as Guest59034 (~Mirandaha@bpb01-1-88-162-4-186.fbx.proxad.net) 13.14.15 Quit funman (Ping timeout: 252 seconds) 13.15.23 Join funman [0] (~fun@rockbox/developer/funman) 13.24.50 Quit mortalis (Quit: KVIrc 4.1.3 Equilibrium http://www.kvirc.net/) 13.25.59 Quit [Saint] (Remote host closed the connection) 13.26.27 Join [Saint] [0] (~sinner@unaffiliated/saint/x-8516940) 13.27.20 Quit funman (Ping timeout: 252 seconds) 13.28.57 Join funman [0] (~fun@rockbox/developer/funman) 13.34.57 Quit mgottschlag (Ping timeout: 246 seconds) 13.34.57 Join XavierGr [0] (~xavier@rockbox/staff/XavierGr) 13.41.46 Quit funman (Ping timeout: 245 seconds) 13.43.41 Join funman [0] (~fun@rockbox/developer/funman) 13.44.16 *** Saving seen data "./dancer.seen" 13.45.24 Join Thra11 [0] (~thrall@32.108.113.87.dyn.plus.net) 13.49.51 Quit funman (Ping timeout: 265 seconds) 13.56.43 Join funman [0] (~fun@rockbox/developer/funman) 14.05.05 Quit funman (Ping timeout: 240 seconds) 14.05.48 Join funman [0] (~fun@rockbox/developer/funman) 14.17.32 Quit funman (Ping timeout: 244 seconds) 14.18.13 Quit factor (Quit: Leaving) 14.19.22 Join funman [0] (~fun@rockbox/developer/funman) 14.27.41 Join benedikt93 [0] (~benedikt9@unaffiliated/benedikt93) 14.58.11 Join amithkk [0] (u4289@2buntu/writers/amithkk) 15.16.20 Quit [Saint] (Remote host closed the connection) 15.31.56 Join [Saint] [0] (~sinner@unaffiliated/saint/x-8516940) 15.38.31 Join y4n [0] (~y4n@unaffiliated/y4ndexx) 15.44.20 *** Saving seen data "./dancer.seen" 16.00.38 Join mgottschlag [0] (~quassel@reactos/tester/phoenix64) 16.03.47 Quit Zagor (Quit: Clint excited) 16.04.57 Join Linus [0] (~linus@giant.haxx.se) 16.05.13 Quit LinusN (Ping timeout: 260 seconds) 16.21.48 Part Linus 16.21.51 Join Linus [0] (~linus@giant.haxx.se) 16.21.59 Part Linus 16.22.20 Join LinusN [0] (~linus@giant.haxx.se) 16.22.29 Part LinusN 16.36.31 Quit Thra11 (Ping timeout: 252 seconds) 16.36.48 Join Beta2K [0] (~Beta2K@d24-36-163-88.home1.cgocable.net) 16.44.24 Join Thra11 [0] (~thrall@72.44.113.87.dyn.plus.net) 16.47.48 Join Zagor [0] (~bjst@46.35.227.87.static.tab.siw.siwnet.net) 16.47.48 Quit Zagor (Changing host) 16.47.48 Join Zagor [242] (~bjst@rockbox/developer/Zagor) 16.48.00 Quit Thra11 (Read error: Operation timed out) 16.49.01 Join Thra11 [0] (~thrall@193.24.113.87.dyn.plus.net) 16.57.47 Quit Thra11 (Read error: Operation timed out) 17.00.57 Join eckoit [0] (~ryan@50.65.10.24) 17.01.53 Join Thra11 [0] (~thrall@87.113.239.120) 17.03.53 Join hype [0] (~hype@82.199.174.16) 17.05.41 Quit benedikt93 (Quit: Bye ;)) 17.26.46 Quit eckoit (Quit: eckoit) 17.44.23 *** Saving seen data "./dancer.seen" 18.01.47 Quit thegeek (Read error: Connection reset by peer) 18.02.46 Join thegeek [0] (~thegeek@171.17.9.46.customer.cdi.no) 18.04.08 Quit Zagor (Quit: Clint excited) 18.07.21 Quit einhirn (Quit: Miranda IM! Smaller, Faster, Easier. http://miranda-im.org) 18.10.18 Quit bootini (Read error: Connection reset by peer) 18.10.43 Join bootini [0] (~Pro7@87.254.81.21) 18.11.20 Quit amiconn (Quit: No Ping reply in 64 seconds.) 18.12.01 Join amiconn [0] (amiconn@rockbox/developer/amiconn) 18.12.19 Quit pixelma_ (Quit: No Ping reply in 120 seconds.) 18.12.36 Join pixelma [0] (pixelma@rockbox/staff/pixelma) 18.33.27 Join eckoit [0] (~ryan@96.53.108.182) 18.36.57 # funman, I committed my opus work in the github of freqmod 18.37.24 # it has pre-skip now, also rewinds a bit further when seeking to skip the first 80 ms of audio 18.37.55 # and freqmod ported ogg seeking from speex to opus, although it doesn't always seem to work, e.g. when trying to seek to 0 18.38.06 # bertrik: \o/ 18.38.14 # bertrik: Need any help debugging the seek to 0? 18.43.51 # derf, you can checkout the opus github from freqmod and experiment 18.44.13 # URL? 18.54.45 Join stoffel [0] (~quassel@pD9E412BD.dip.t-dialin.net) 18.57.33 # derf, https://github.com/freqmod/rockbox-opus 19.04.34 Quit Rower85 (Read error: Connection reset by peer) 19.04.57 Join Rower85 [0] (husvagn@v-413-alfarv-90.bitnet.nu) 19.07.51 # Commit 6b16ac1 in rockbox by 03Bertrik Sikken: (Author: Asier Arsuaga) FS#12725 - Basque translation 19.10.25 # 6b16ac1 build result: All green 19.12.08 Join saratoga [0] (980329b4@gateway/web/freenode/ip.152.3.41.180) 19.27.36 Quit pixelma (Quit: No Ping reply in 120 seconds.) 19.27.57 Join pixelma [0] (pixelma@rockbox/staff/pixelma) 19.33.25 Join wagnerf [0] (~wagnerf@vib38-2-78-226-236-29.fbx.proxad.net) 19.35.02 Quit stoffel (Read error: Operation timed out) 19.35.24 # hi, is valgrind working with the rockboxui simulator ? 19.35.28 # I got a lot of 19.35.33 # "Thread creation failed. Retryingmake_context(): Operation not permitted" 19.36.52 # bertrik, freqmod: Not the real issue, but: 19.36.53 # if(abs(pos-curpos)>10000 && headerssize>0 && curoffset-headerssize>10000) { 19.37.15 # wagnerf: you might have more luck if you run configure with --sdl-threads. Our default threading setup might not be very valgrind-friendly 19.37.25 # The comment says "if seeking for more than 10sec" but pos-curpos is in units of 1/48000 seconds. 19.37.41 # gevaerts, ok, i'll give it a try. thanks for the tip 19.37.43 # So it's actually "if seeking for more than about half a second" 19.38.16 # Err, a fifth. 19.43.25 Join stoffel [0] (~quassel@pD9E412BD.dip.t-dialin.net) 19.44.27 *** Saving seen data "./dancer.seen" 19.51.38 Quit stoffel (Read error: Operation timed out) 19.59.47 # the seeking code is very fast hacked from the speex.c file 20.00.16 # so it's not very supprising that it has corner cases which does not work 20.00.56 # but I have started to work, and it is working well for me 20.00.57 # freqmod: Also, it'll take me a while to test, but it seems to me like the offset that's computed should have headersize added to it before passing it to ci->seek_buffer(). 20.01.13 # And I don't understand the purpose of this check: 20.01.13 # if (ogg_page_granulepos(&og) == 0 && pos > 5000) { 20.01.16 # so I am not sure if i'll fix it very soon 20.01.23 # hmm 20.02.42 # the guessing code is particulary bad 20.03.00 # and not neccessary, so it is probably best to remove line 208-254 20.04.45 # the test at line 208 is trying to figure out if we have enough data to take the avridge of the bytes read and the time and use as a base for guessing the location to jump to 20.04.48 # to seek faster 20.08.17 Quit Bagder (Remote host closed the connection) 20.10.47 Quit eckoit (Quit: eckoit) 20.10.53 # freqmod: Yes, I understood that bit. 20.11.25 # What I didn't understand was the granpos==0 && pos>5000 check afterwards. 20.14.11 # i think the meaning of that was to stop seeking if the stream seeked earlier than the first packet 20.14.24 # so it is probably wrong or not applicable for opus 20.19.42 Quit hype (Ping timeout: 246 seconds) 20.27.18 Join Deas [0] (~Deass@78.133.30.15) 20.28.31 # not sure if someone is working on a port for Sony NWZ-A8000-Series but can someone put this link up to the wiki for some1 that is intresseted/have the skills to make a port? http://www.sony.net/Products/Linux/Audio/NWZ-S715.html 20.29.13 # found the link during a random re-visit to rockbox 20.30.05 # this is also a pretty hefty list for sony players :p http://www.sony.net/Products/Linux/Audio/category01.html 20.34.11 Join Bagder [0] (~daniel@178.174.211.166) 20.34.12 Quit Bagder (Changing host) 20.34.12 Join Bagder [241] (~daniel@rockbox/developer/bagder) 20.35.34 # hello. 20.47.02 Join stoffel [0] (~quassel@pD9E412BD.dip.t-dialin.net) 20.47.45 Quit Deas (Ping timeout: 268 seconds) 20.49.09 Join saratoga_ [0] (98032941@gateway/web/freenode/ip.152.3.41.65) 20.52.59 Join Rave [0] (~Rave@cpc3-basf9-2-0-cust86.12-3.cable.virginmedia.com) 20.54.53 Part Rave 20.58.17 Join Thra11_ [0] (~thrall@211.235.125.91.dyn.plus.net) 20.59.59 Quit Thra11 (Ping timeout: 245 seconds) 21.00.02 Quit guymann (Read error: Connection reset by peer) 21.01.30 Join guymann [0] (~c@108-237-202-52.lightspeed.wlfrct.sbcglobal.net) 21.01.32 Join Thra11 [0] (~thrall@31.185.236.178) 21.04.51 Quit Thra11_ (Ping timeout: 265 seconds) 21.20.23 Quit saratoga_ (Ping timeout: 245 seconds) 21.24.16 # bertrik: freqmod: will you keep the gerrit patch in sync with github ? 21.24.34 # i will not :/ 21.26.12 # perhaps it's better to close the gerrit patch with a link to your github ? 21.27.56 Quit wagnerf (Quit: Quitte) 21.44.28 *** Saving seen data "./dancer.seen" 21.50.16 Quit mgottschlag (Remote host closed the connection) 21.50.57 Quit y4n (Quit: AMIGAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHAHAHAHAAAAAAAAAAAAHAHAAA) 21.51.12 Quit Guest59034 (Quit: Blarglarg) 21.51.50 Quit stoffel (Read error: Connection reset by peer) 21.53.32 Join Wardo [0] (~Mirandaha@bpb01-1-88-162-4-186.fbx.proxad.net) 22.04.50 Join bryguy_ [0] (~bryguy@pdpc/supporter/student/bryguy) 22.07.00 # I don't have time to get registered in your bug tracking system but there are two pretty serious problems. First, the 64 bit graphical installer actually crashes X on my Fedora 16 desktop. Second, the development page still refers to the svn repository and makes no mention of git, it took a little forums searching to find where the repository lives now. 22.07.17 # I'm trying to build a new copy of the installer from git right now and see if it still crashes X. 22.07.30 # which development page ? 22.07.40 # dev page I'm talking about is http://www.rockbox.org/wiki/RockboxUtilityDevelopment#How_To_Compile linked from the main rockbox.org page 22.08.40 # the crash, by the way, happens when I try to select an item in one of the list menus 22.08.51 # something weird with qt I'm guessing 22.09.12 # I'd expect the fedora people to also be interested if it actually crashes X 22.10.24 # A fresh-built copy of the current git code also crashes my X server, just confirmed. 22.11.47 # yeah you should report it to fedora 22.12.05 # I will... looking at the X logs now to see if I can see anything amiss. 22.12.30 # Love rockbox by the way, had it on my Sansa in my car for years, flash drive is finally dying so I bought a clip+ to replace it and had these issues. 22.16.06 Join bertrik_ [0] (~bertrik@77.62.164.85) 22.18.15 Quit bertrik_ (Read error: Connection reset by peer) 22.18.47 Join bertrik_ [0] (~bertrik@77.62.164.85) 22.19.45 Quit bertrik_ (Read error: Connection reset by peer) 22.19.46 Join bertrik__ [0] (~bertrik@77.62.164.85) 22.20.16 Quit bertrik__ (Read error: Connection reset by peer) 22.20.47 Join bertrik__ [0] (~bertrik@77.62.164.85) 22.27.23 Quit bertrik__ (Quit: Leaving) 22.28.30 Quit thegeek (Read error: Connection reset by peer) 22.29.15 Join bertrik_ [0] (~bertrik@rockbox/developer/bertrik) 22.29.36 # just fyi the 32 bit version doesn't crash my ubuntu netbook 22.29.59 Join thegeek [0] (~thegeek@171.17.9.46.customer.cdi.no) 22.30.35 Join saratoga_ [0] (98032941@gateway/web/freenode/ip.152.3.41.65) 22.38.33 Quit bertrik_ (Quit: Leaving) 22.39.52 Join bertrik_ [0] (~bertrik@rockbox/developer/bertrik) 22.45.49 # how close are we to having opus in our builds? 22.46.11 Quit KiwiCam (Ping timeout: 248 seconds) 22.48.03 Quit bryguy_ (Quit: Leaving) 23.05.43 # IIUC only seeking is missing ? 23.05.53 Join TomColler [0] (~thomas@ppp-47-148.25-151.libero.it) 23.06.03 Part TomColler 23.07.04 # http://gerrit.rockbox.org/r/#/c/300 says speex seek code was used so I don't know 23.13.30 Quit bertrik_ (Quit: Leaving) 23.20.17 Quit Rower85 (Quit: Hmmm...) 23.42.41 Join icheyne [0] (~5245772d@www.haxx.se) 23.44.13 # please can someone give me wiki access? 23.44.22 # my wikiname is IainCheyne 23.44.30 *** Saving seen data "./dancer.seen" 23.44.32 # I want to update the usefultools page 23.46.58 # icheyne: done. Welcome! 23.47.26 # thank you frank :) 23.50.51 Quit icheyne (Quit: CGI:IRC)