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-09-04

00:01:18 Quit lebellium (Quit: ChatZilla 0.9.88.2 [Firefox 16.0/20120828083259])
00:05:26 Part wincent
00:10:52 Quit uwe_ (Ping timeout: 246 seconds)
00:11:08 Join uwe_ [0] (~uwe_@dslb-088-064-209-125.pools.arcor-ip.net)
00:37:31CIA-9Commit a1b101b in rockbox by Amaury Pouly: imx233: disable cpu frequency scaling
00:37:51 Join amayer [0] (~amayer@h84.26.25.72.ip.windstream.net)
00:38:05 Join Scromple [0] (~Simon@119.225.209.134)
00:38:12 Join lyzkov [0] (~lyzkov@178-37-58-20.adsl.inetia.pl)
00:40:04CIA-9a1b101b build result: All green
00:40:52lyzkovirc:pamaury:
00:41:06pamauryyes ?
00:41:11lyzkovhello
00:41:39pamauryhello, if you have a question simply ask
00:42:16lyzkovi corious what is a work progress in usb audio?
00:42:58lyzkovit is supposed to work with ipod 6G in near future?
00:44:53pamauryI have some code written but it doesn't work with the current HEAD. I was planning to work on it after the release but we have some problem with the release candidare. Unfortunately the ipod 6G doesn't use a usb driver that I know so I can't even tell you if it's capable of usb audio
00:45:23pamauryif it does, in theory it should be pretty easy, let me check
00:48:29pamaurythe datasheet says it support isochronous transfers so in theory it's capable of usb audio. I'm sorry but I don't have any answer better than "check again in one month".
00:51:07pamaurylyzkov: I guess you can follow the development and when you see something about usb audio, you can pop up to test some code if your are willing to
00:56:28 Quit GermanMushroom (Quit: Ik ga weg)
00:58:55 Quit pamaury (Remote host closed the connection)
00:59:59 Quit ender` (Quit: Working computer hardware is a lot like an erect penis. It stays up as long as you don't fuck with it.)
01:00
01:01:58 Quit lyzkov (Ping timeout: 246 seconds)
01:01:58 Quit bertrik (Remote host closed the connection)
01:35:58 Quit TheLemonMan (Quit: WeeChat 0.3.8)
01:39:24***Saving seen data "./dancer.seen"
02:00
02:03:07 Quit ps-auxw (Ping timeout: 260 seconds)
02:04:19 Join ps-auxw [0] (~arneb@2001:470:c807:0:1532:4e5f:2ad3:4123)
02:29:13 Quit Scromple (Quit: Leaving)
02:34:36 Join KiwiCam [0] (~KiwiCAM@101.98.171.48)
03:00
03:10:21 Quit TheSphin_ (Ping timeout: 252 seconds)
03:15:06 Join zz_TheSphinX^ [0] (~briehl@p5B32181D.dip.t-dialin.net)
03:24:51 Nick jm_ is now known as jm (jm@epicsol.org)
03:24:56 Quit jm (Changing host)
03:24:56 Join jm [0] (jm@unaffiliated/nsx)
03:39:28***Saving seen data "./dancer.seen"
03:42:11 Nick jm is now known as nsx (jm@unaffiliated/nsx)
04:00
04:00:54 Join Tim_Elliott [0] (~Tim@68.179.137.177)
04:05:37 Quit Tim_Elliott (Client Quit)
04:09:49 Quit pedro_angelo (Remote host closed the connection)
04:13:12 Join spyroboy_ [0] (~spyroboy@tuxhacker/spyroboy)
04:13:27 Nick spyroboy_ is now known as spyroboy (~spyroboy@tuxhacker/spyroboy)
04:17:56 Join Totalled [0] (~Totalled@c-98-245-9-211.hsd1.co.comcast.net)
04:20:52 Part spyroboy
04:22:06 Join TheSphin_ [0] (~briehl@p579CC3A5.dip.t-dialin.net)
04:25:56 Quit zz_TheSphinX^ (Ping timeout: 260 seconds)
04:33:19 Join perrikwp [0] (~quassel@cpe-024-163-024-033.triad.res.rr.com)
04:47:48 Join amiconn_ [0] (amiconn@rockbox/developer/amiconn)
04:47:48 Quit amiconn (Disconnected by services)
04:47:52 Nick amiconn_ is now known as amiconn (amiconn@rockbox/developer/amiconn)
04:49:36 Quit pixelma (Disconnected by services)
04:49:36 Join pixelma_ [0] (pixelma@rockbox/staff/pixelma)
04:49:38 Nick pixelma_ is now known as pixelma (pixelma@rockbox/staff/pixelma)
04:59:22 Part eckoit
05:00
05:08:23amayerim trying to do 2 %Sx() statements in 1 line but for some reason it wont work
05:08:25amayer%al%Sx(Track) %pp %Sx(of) %pe
05:08:27amayercan someone help?
05:08:47amayerif i put:
05:08:50amayer%alTrack %pp %Sx(of) %pe
05:08:52amayerit works
05:31:36 Quit dfkt (Quit: -= SysReset 2.55=- Sic gorgiamus allos subjectatos nunc.)
05:31:49 Quit [7] (Read error: Operation timed out)
05:33:47 Join TheSeven [0] (~quassel@rockbox/developer/TheSeven)
05:36:48JdGordonamayer: is Sx translation or setting?
05:37:37amayertranslation
05:37:37JdGordonah, yes, its because you're trying to translate a string which istn in english.lang
05:37:53JdGordonyou cant arbitrarily translate things (yet)
05:38:03amayeroh, ok
05:38:19amayerso track isnt in the translation yet?
05:38:53amayerI would have thought that would have been in there.
05:38:55amayerJdGordon: thank you
05:39:29***Saving seen data "./dancer.seen"
05:39:55JdGordonamayer: pop open apps/lang/english.lang in a text editor and you can see what can be translated
05:40:21JdGordonI really do want to have a mechnism where any text in any wps is automatically translatable so %St can dissapear
05:40:24JdGordonbut thats not happening
05:41:19amayershould we add track to translation or is there a reason that isnt there?
05:43:32JdGordonWe want to avoid adding generic terms because it makes the voice files bigger
05:43:42JdGordonthough im pretty sure there is will Track: in the lang file
05:44:08JdGordonhttp://git.rockbox.org/?p=rockbox.git;a=blob;f=apps/lang/english.lang;h=26c0051b588e6dbc4b47d38e31fc2cde20857e64;hb=HEAD
05:44:54JdGordonoh wow, there isnt
05:50:12amayerill just add it to my theme without translation for now.
05:50:36amayeri was just trying to follow the guide lines that say it should have %Sx if your making static text
06:00
06:12:57 Quit XavierGr ()
06:19:58 Quit sakax (Remote host closed the connection)
06:28:48JdGordonamayer: how are you going with the theme site?
06:30:13amayerJdGordon: still running into some problems.
06:30:16amayerI really want to get your forum posting thing up tho
06:30:19amayeri think that was a briliant idea
06:30:31amayerbut my local version still doesnt work right
06:30:36JdGordonlame
06:30:44JdGordonrebuild the site from scratch! :)
06:34:41amayerim not too fond of the smarty engine. i understand what it used for and how its used but i think its just in the way
06:45:30amayerJdGordon: i think its just that i dont have the right file/database data combination to make it work
06:46:43amayerthis one query is supposed to return a multi-dimensional array but it only returns a single dimesion. so the themes populate as "a theme" "i theme" "m theme" which is the first letter of each theme when they are supposed to be the first entry in an array
06:47:15amayeri just need to take time and read all the code so i can see which files/entries im missing
06:47:27amayerthe querys in the code are crazy tho
06:58:06 Part amayer
07:00
07:10:46 Quit Rower85 (Quit: Hmmm...)
07:12:57 Join clipzipq [0] (32352e52@gateway/web/freenode/ip.50.53.46.82)
07:14:50clipzipqdoes sansa clip zip have support for last.fm scrobbling? I've looked around online and can't get a definite answer. I couldn't find it either on rockbox's site.
07:16:48 Join mortalis [0] (~mortalis@195.34.194.126.kalibroao.ru)
07:17:36JdGordonclipzipq: yes, you can upload the scrobble log with various apps and i think there is a site to do it too
07:17:40JdGordonyou need to enable the setting
07:18:01clipzipqoh okay, thanks JdGordon, I just wanted to make 100% sure before buying. thank you
07:18:43 Quit clipzipq (Quit: Page closed)
07:35:09 Quit fs-bluebot (Ping timeout: 246 seconds)
07:36:28 Join fs-bluebot [0] (~fs-bluebo@g224237024.adsl.alicedsl.de)
07:36:54 Quit bluebrother (Ping timeout: 246 seconds)
07:39:05 Join bluebrother [0] (~dom@rockbox/developer/bluebrother)
07:39:32***Saving seen data "./dancer.seen"
07:52:38 Quit jatz^ (Read error: Connection reset by peer)
07:52:58 Join jatz^ [0] (~simon@142.163.83.63)
07:59:35 Join kevku [0] (x@indeed.tastes.like.everything.mm.am)
08:00
08:28:59 Quit jatz^ (Read error: Connection reset by peer)
08:41:46 Join n1s [0] (~n1s@nl118-168-30.student.uu.se)
08:41:47 Quit n1s (Changing host)
08:41:47 Join n1s [0] (~n1s@rockbox/developer/n1s)
08:45:03 Join ender` [0] (krneki@foo.eternallybored.org)
08:57:21 Join LinusN [0] (~linus@giant.haxx.se)
09:00
09:02:16 Join bertrik [0] (~quassel@rockbox/developer/bertrik)
09:03:12 Join einhirn [0] (~Miranda@bsod.rz.tu-clausthal.de)
09:06:17 Join Zagor [0] (~bjst@sestofw01.enea.se)
09:06:17 Quit Zagor (Changing host)
09:06:17 Join Zagor [242] (~bjst@rockbox/developer/Zagor)
09:13:45 Quit bertrik (Remote host closed the connection)
09:31:07 Quit kevku (Ping timeout: 260 seconds)
09:39:33***Saving seen data "./dancer.seen"
09:49:12CIA-9Commit 072bade in rockbox by Marcin Bukat: rk27xx: Put some nand handling functions for reference
09:51:11 Join wodz [0] (~wodz@89-76-32-53.dynamic.chello.pl)
09:51:16CIA-9072bade build result: All green
09:52:12wodzpamaury: The proper way to disable frequency scaling is to undefine HAVE_ADJUSTABLE_CPU_FREQ in config file IMO.
09:55:11 Quit wodz (Client Quit)
10:00
10:11:58 Quit nosa-j (Ping timeout: 240 seconds)
10:20:27 Join nosa-j [0] (~m00k@184.76.254.130)
10:30:07 Quit nosa-j (Ping timeout: 252 seconds)
10:32:02 Join nosa-j [0] (~m00k@184.76.254.130)
10:33:44 Quit [Saint] (Remote host closed the connection)
10:35:10 Quit nosa-j (Client Quit)
10:37:08bluebrotherBagder: ping
10:37:27 Join nosa-j [0] (~m00k@184.76.254.130)
10:37:38bluebrotherZagor: ping
10:37:47 Join [Saint] [0] (~saint@rockbox/user/saint)
10:45:12 Join TheLemonMan [0] (~LemonBoy@ppp-178-44.26-151.libero.it)
10:45:12 Quit TheLemonMan (Changing host)
10:45:12 Join TheLemonMan [0] (~LemonBoy@unaffiliated/thelemonman)
10:49:36 Quit [Saint] (Remote host closed the connection)
10:50:51 Join [Saint] [0] (~saint@rockbox/user/saint)
10:52:22 Join pamaury [0] (~quassel@rockbox/developer/pamaury)
10:56:46 Quit linuxstb (Quit: This computer has gone to sleep)
11:00
11:30:19 Join linuxstb [0] (~linuxstb@94-195-193-195.zone9.bethere.co.uk)
11:37:19 Quit TheLemonMan (Quit: WeeChat 0.3.8)
11:38:50 Join TheLemonMan [0] (~LemonBoy@unaffiliated/thelemonman)
11:39:35***Saving seen data "./dancer.seen"
11:55:17 Join kevku [0] (x@indeed.tastes.like.everything.mm.am)
12:00
12:12:17 Join wodz [0] (~wodz@iwl138.internetdsl.tpnet.pl)
12:17:11Zagorbluebrother: pong
12:17:32mortaliswodz: resume playback sometimes lead to data abort on hm-801.
12:19:02mortalisi couldn't reproduce it on 601. that's strange
12:19:27wodzmortalis: thats strange
12:19:47wodzmortalis: you mean with freq scaling or always?
12:26:22mortalisi appeared after scalling and i2c/adc clock patches. I'll check latter what exactly cause this.
12:26:26mortalis*it
12:28:49 Join Topy [0] (Topy44@f049229081.adsl.alicedsl.de)
12:31:57 Quit T44 (Ping timeout: 246 seconds)
12:35:13bluebrotherZagor: can you move Rockbox Utility 1.3.0 binaries to the download server?
12:35:22Zagorok
12:36:26Zagorbluebrother: where did you put them?
12:36:29bluebrotherhttp://www.alice-dsl.net/dominik.riebeling/rockbox/rbutil-releases/1.3.0/
12:37:13bluebrotherthanks :)
12:38:39Zagordone
12:53:51 Join Thra11 [0] (~thrall@222.112.125.91.dyn.plus.net)
13:00
13:01:29 Join Rower85 [0] (husvagn@v-413-alfarv-90.bitnet.nu)
13:09:48 Quit Thra11 (Read error: Connection reset by peer)
13:10:48 Quit linuxstb (Quit: This computer has gone to sleep)
13:11:53 Join Thra11 [0] (~thrall@222.112.125.91.dyn.plus.net)
13:20:01wodzfirmware/export/mipsreg.h definitely comes from linux tree. It does not state under which version of GPL it is distributed.
13:21:55wodzok so it implies GPL v2 only
13:28:37wodzfirmware/export/mips.h comes from uC/OS-II mips port - distribution terms are not not stated
13:29:41wodzwho is our license/legal expert?
13:37:19n1snot sure we have one
13:39:30wodzanyway we shifted to GPLv2+ and so we should get rid of v2 only files
13:39:38***Saving seen data "./dancer.seen"
13:39:54n1syes
13:40:49n1sI think Zagor handled c&d letters comming rb's wa su perhaps he's the legal guy
13:41:05n1ss/wa su/way so/
13:44:20 Quit CIA-9 (Ping timeout: 252 seconds)
13:55:15 Join CIA-16 [0] (cia@cia.vc)
13:57:13 Quit n1s (Read error: Connection timed out)
13:58:37 Join n1s [0] (~n1s@nl118-168-30.student.uu.se)
13:58:37 Quit n1s (Changing host)
13:58:37 Join n1s [0] (~n1s@rockbox/developer/n1s)
13:59:24funmani remember i had to rewrite an header coming from linux for this exact problem
14:00
14:05:32 Quit factor (Quit: Leaving)
14:13:05 Join amayer_ [0] (~alex@mail.weberadvertising.com)
14:24:00 Quit wodz (Quit: Leaving)
14:27:18 Join GermanMushroom [0] (~c@s5146db6a.adsl.wanadoo.nl)
15:00
15:00:35 Quit linuxguy3 (Ping timeout: 248 seconds)
15:08:52kugelwodz, pamaury: I agree with wodz, a1b101b is nasty
15:09:38freqmodcouldn't it just be replaced with something from a suitable BSD derived distro
15:09:42freqmod?
15:11:51kugelI would ignore this
15:12:39kugela list of register addresses (that's easily autogenerated) shouldnt be copyrightable
15:12:42kugel(IMO)
15:32:54 Part LinusN
15:39:39***Saving seen data "./dancer.seen"
15:47:52 Quit mortalis (Quit: Leaving)
15:50:14 Quit n1s (Read error: Connection timed out)
15:55:25 Join minus [0] (minus@mnus.de)
16:00
16:07:22 Quit Zagor (Quit: Clint excited)
16:16:58 Join pretty_function [0] (~sigBART@123.252.213.82)
16:17:01 Join WalkGood [0] (~4@unaffiliated/walkgood)
16:20:30 Quit jordan` (Ping timeout: 246 seconds)
16:20:52 Join RAThomas [0] (~chatzilla@r74-195-239-222.stl1cmta01.stwrok.ok.dh.suddenlink.net)
16:41:07 Join pedro_angelo [0] (~pedro_ang@201-29-195-109.user.veloxzone.com.br)
16:51:24 Quit Thra11 (Ping timeout: 246 seconds)
16:53:33 Join linuxstb [0] (~linuxstb@host86-136-64-97.range86-136.btcentralplus.com)
16:54:52funmanfreqmod: bertrik: I am currently with opus authors and they ask me what is missing for final rockbox integration. Any way they can help?
16:55:25freqmodi have not written very much on it the last month because i started to work
16:55:37freqmodbut i think the biggest issue is the stack size
16:56:01freqmodi.e. that opus only use stack, and we have a big codec buffer of heap, but not enough stack allocated to the codec
16:56:11funmanright
16:56:20freqmodso either we have to figure out a way to use the heap as a stack, or they have to minimize stack usage
16:57:49freqmodcurrently i believe bertik found a way to allocate more stack to the codec
16:58:06freqmodbut that change is a bit radical to put in the main svn
16:58:13freqmodand will probably not work on all targets
16:58:18 Quit pedro_angelo (Remote host closed the connection)
17:00
17:00:16 Join Zagor [0] (~bjst@46.35.227.87.static.tab.siw.siwnet.net)
17:00:16 Quit Zagor (Changing host)
17:00:16 Join Zagor [242] (~bjst@rockbox/developer/Zagor)
17:00:24 Quit GermanMushroom (Ping timeout: 246 seconds)
17:03:55 Join Thra11 [0] (~thrall@87.114.175.227)
17:05:23 Quit pretty_function (Ping timeout: 248 seconds)
17:14:28 Join T44 [0] (Topy44@f049229081.adsl.alicedsl.de)
17:14:28 Quit Topy (Read error: Connection reset by peer)
17:27:39 Join lebellium [0] (~chatzilla@g231223049.adsl.alicedsl.de)
17:28:21 Join y4n [0] (~y4n@unaffiliated/y4ndexx)
17:39:42***Saving seen data "./dancer.seen"
17:41:29 Quit shamus (Read error: Connection reset by peer)
17:41:45 Join shamus [0] (~shamus@ip-206-192-195-49.marylandheights.ip.cablemo.net)
17:51:53 Join XavierGr [0] (~xavier@rockbox/staff/XavierGr)
17:52:16 Join dfkt [0] (dfkt@unaffiliated/dfkt)
17:55:02 Quit Zagor (Quit: Clint excited)
17:55:45 Quit kevku (Quit: KVIrc 4.2.0 Equilibrium http://www.kvirc.net/)
18:00
18:03:05 Quit einhirn (Quit: Miranda IM! Smaller, Faster, Easier. http://miranda-im.org)
18:06:24minustoo bad there's nothing happening with the usb soundcard patch
18:12:05 Quit pamaury (Ping timeout: 240 seconds)
18:36:18 Join GermanMushroom [0] (~c@s5146db6a.adsl.wanadoo.nl)
18:37:22[Saint]minus: you're free to do something about that if you wish...
18:37:46minuswell i know that ._.
18:37:51[Saint]other than lament, I mean :)
18:38:03minus:)
18:39:03 Join eckoit [0] (~ryan@96.53.108.182)
18:40:03minushaving a clue about rockbox, usb or sound cards would be great. who knows, if i get pissed enough from the crappy volume levels from my onboard card i might do it - or get an amp
18:40:10[Saint]you're right, though. there's a few cool USB related chunks of awesomeness lying around the place.
18:40:48[Saint]mounting a disk image via USB is one I'd ♥ to see finished.
18:40:52 Quit TheLemonMan (Quit: WeeChat 0.3.8)
18:40:56[Saint]way over my head though.
18:41:46minuslike, making rockbox emulate a (cd) drive?
18:42:01*[Saint] nods
18:44:59[Saint]http://gerrit.rockbox.org/r/#/c/67/
19:00
19:05:01 Quit T44 (Read error: Connection reset by peer)
19:05:19 Join T44 [0] (~Topy44@f049229081.adsl.alicedsl.de)
19:05:30 Join bertrik [0] (~quassel@rockbox/developer/bertrik)
19:18:05 Join zoktar [0] (~zoktar@78-72-44-112-no186.tbcn.telia.com)
19:20:39bluebrotherthis is interesting (from that review): Also, this really only works by accident because unmounting a filesystem
19:20:42bluebrotherdoesn't forcibly close file handles.
19:21:09bluebrotherespecially when thinking about the current USB issue
19:22:49*bluebrother prepares for some bisecting fun
19:23:03 Join predelnik [0] (~predelnik@195.91.244.177)
19:32:07 Quit amayer_ (Quit: going ~/)
19:32:56[Saint]bluebrother: I seem to recall someone else looking into file handles being left open...but, don't quote me on it.
19:34:15 Join amayer_ [0] (~alex@mail.weberadvertising.com)
19:34:34 Quit WalkGood ()
19:39:43***Saving seen data "./dancer.seen"
19:49:35 Quit Thra11 (Ping timeout: 240 seconds)
19:51:00*bluebrother is almost done with bisecting
19:51:11bluebrothernow it gets interesting ...
19:51:57bluebrotherfs-bluebot: .describe 8bbd4d91a0d7a2933b3bec4cb74da50016e8dd1e
19:51:59fs-bluebotZero out voice buffer memory immediately after allocation. by Michael Sevakis (from Thu, 17 May 2012 15:16:20 +0000)
19:52:02 Join pamaury [0] (~quassel@82.67.248.70)
19:52:02 Quit pamaury (Changing host)
19:52:02 Join pamaury [0] (~quassel@rockbox/developer/pamaury)
19:54:10bluebrotherok, let's see if simply reverting that commit fixes things
19:56:09bluebrotherlooks good. Though it doesn't explain if reverting that causes other issues ...
19:56:49 Join pretty_function [0] (~sigBART@123.252.213.82)
19:59:50bluebrotherhmm, at least mp3 still plays. The mod files on the player don't though I don't know if they played before
20:00
20:00:56 Join ender1 [0] (krneki@foo.eternallybored.org)
20:01:45bluebrotherAlexP: check FS #12743 :)
20:01:46fs-bluebothttp://www.rockbox.org/tracker/task/12743 'Data Abort' on USB connection (bugs, unconfirmed)
20:01:50 Join Thra11 [0] (~thrall@87.113.125.17)
20:02:31 Quit amayer_ (Remote host closed the connection)
20:03:00bluebrotherI guess we definitely need another RC ...
20:03:27 Join amayer_ [0] (~alex@mail.weberadvertising.com)
20:03:59 Quit ender` (Ping timeout: 272 seconds)
20:03:59 Quit ender| (Ping timeout: 272 seconds)
20:04:21 Join ender| [0] (~ender1@2a01:260:4094:1:42:42:42:42)
20:09:19 Quit archels (Ping timeout: 252 seconds)
20:18:22 Nick joshin1 is now known as joshin (~josh@unaffiliated/joshin)
20:20:25 Join archels [0] (~foo@sascha.esrac.ele.tue.nl)
20:22:40 Quit eckoit (Quit: eckoit)
20:25:57CIA-16Commit 49cded1 in rockbox by Amaury Pouly: imx233: properly disable frequency scaling for now
20:28:05CIA-1649cded1 build result: All green
20:40:56 Join Thra11_ [0] (~thrall@87.115.25.186)
20:43:01AlexPbluebrother: wow, great work
20:43:04AlexPalso, wtf?
20:43:38 Quit Thra11 (Ping timeout: 244 seconds)
20:44:32AlexPIs logbot right, is it really a couple of months since jhMikeS was last about?
20:45:06 Join kevku [0] (x@indeed.tastes.like.everything.mm.am)
20:45:34bluebrotherno idea if logbot is right but I was also a bit surprised by the number :)
20:46:38bluebrotherAlexP: well, without knowing any details I would speculate that zeroing the buffer interferes with some buffer move and (partially) overwrites settings
20:47:05bluebrotherwhich when getting read again make some code that's not too robust against wrong input choke
20:47:25bluebrothergetting read as in applied again after USB disconnect
20:47:36bluebrotherbut that's just me guessing :)
20:50:07 Quit Thra11_ (Ping timeout: 260 seconds)
20:50:56 Join Thra11_ [0] (~thrall@191.212.125.91.dyn.plus.net)
20:51:39pixelmaIIRC, I read in the the last weeks- logs that amiconn also reported a hang of rb with enabling/disabling voice (on H1x0 or so)
20:51:49pixelmamaybe related?
20:53:21bluebrotherI guess I should try on h100 then as well ...
20:54:34bluebrotheroh nice. Came up with "no .rockbox directory". Reboot, works.
20:54:47bluebrotherso either the filesystem is broken or the hard disk dying :(
21:00
21:03:08bluebrotheroh, btw. I've managed to build Rockbox Utility with Qt5. Wasn't too much work actually, but we need to get rid of the QHttp usage
21:06:17 Quit Thra11_ (Ping timeout: 240 seconds)
21:07:57 Join eckoit [0] (~ryan@96.53.108.182)
21:08:49 Quit GermanMushroom (Ping timeout: 276 seconds)
21:11:10minusis there some kind of overview of rockbox?
21:12:29amiconnpixelma, bluebrother: For me it hangs consistently when trying to enable voice from a .cfg. Disabling works
21:13:08amiconnI'm not sure whether I tried enabling it from the menu. I ended up editing config.cfg through usb...
21:14:15 Join Thra11 [0] (~thrall@206.16.125.91.dyn.plus.net)
21:15:23bluebrotherminus: something like http://www.rockbox.org/wiki/FeatureComparison ?
21:15:38bluebrotheror rather http://www.rockbox.org/wiki/WhyRockbox ?
21:15:45minuseh, i meant over the code
21:15:56bluebrotherwell, yes. The code :)
21:17:07minussomething like a dependency/structure graph to get a grasp of what's happening where more easily
21:17:37 Quit Thra11 (Client Quit)
21:27:17 Join GermanMushroom [0] (~c@s5146db6a.adsl.wanadoo.nl)
21:39:45***Saving seen data "./dancer.seen"
21:43:57 Quit pretty_function (Ping timeout: 246 seconds)
21:57:16 Quit y4n (Quit: only amiga makes it possible)
22:00
22:02:42 Join pedro_angelo [0] (~pedro_ang@201-29-195-109.user.veloxzone.com.br)
22:13:12bluebrotheramiconn: I couldn't reproduce a hang (created a configuration file that simple enables / disabled the "talk menu" option) neither with HEAD nor with the commit in question reverted
22:13:28 Quit ender1 (Read error: Connection reset by peer)
22:13:50bluebrothermaybe it's related to your voice file? I'm using a simple espeak english one right now
22:16:20 Join ender` [0] (krneki@foo.eternallybored.org)
22:19:42 Join megal0maniac [0] (~quassel@dsl-244-149-163.telkomadsl.co.za)
22:29:27bluebrotherhmm, my mr100 still forgets any updated Rockbox binary. And it still shows the USB screen corruption :/
22:29:41 Quit ender| (Quit: War is a way of shattering to pieces, or pouring into the stratosphere, or sinking in the depths of the sea, materials which might otherwise be used to make the masses too comfortable, and hence, in the long run, too intelligent. -- George Orwell: 1984)
22:33:58 Quit Unhelpful (Ping timeout: 276 seconds)
22:36:24 Join Thra11 [0] (~thrall@206.16.125.91.dyn.plus.net)
22:45:30 Join ender| [0] (~ender1@2a01:260:4094:1:42:42:42:42)
22:53:20 Join lebellium_ [0] (~chatzilla@e179076005.adsl.alicedsl.de)
22:54:36 Quit lebellium (Ping timeout: 246 seconds)
22:54:43 Nick lebellium_ is now known as lebellium (~chatzilla@e179076005.adsl.alicedsl.de)
23:00
23:04:25 Join factor [0] (~factor@r74-195-182-168.msk1cmtc01.mskgok.ok.dh.suddenlink.net)
23:05:30 Quit amayer_ (Quit: going ~/)
23:10:18 Quit eckoit (Quit: eckoit)
23:22:32 Join eckoit [0] (~ryan@50.65.10.24)
23:23:49predelnikHello. Can someone here review my changes plz?
23:25:21AlexPWhich ones?
23:25:41AlexPThe three latest gerrit ones?
23:25:49predelnikyes
23:31:17AlexPI think lorenzo92 and kugel have been involved in the ypr0 stuff
23:31:34AlexPThey would seem to be good people to badger :)
23:31:58predelnikok
23:32:20AlexPHang around here and see if they appear, the other option is to send a mail to the -dev list
23:33:04AlexPNot sure who is best for the scrobbler one
23:33:16AlexPdouble scrobbling I mean
23:33:48predelnikyeah that bug appears on all players I guess
23:34:00AlexPIt sounds like it
23:38:04predelnikThank you very much anyway, I wrote to kugel privately for now)
23:38:18AlexPno worries
23:39:49***Saving seen data "./dancer.seen"
23:52:47 Quit megal0maniac (Remote host closed the connection)
23:54:12 Quit Totalled (Quit: PETTAN PETTAN, TSURUPETTAN!)
23:58:38 Quit pamaury (Ping timeout: 246 seconds)

Previous day | Next day