Previous day | Jump to hour: 01 02 03 04 05 06 07 08 09 10 11 12 13 14 15 16 17 18 19 20 21 22 23 | Next day

Seconds: Show Hide | Joins: Show Hide | View raw
Font: Serif Sans-Serif Monospace | Size: Small Medium Large

Click in the nick column to highlight everything a person has said.
The Logo icon identifies that the person is a core developer (has commit access).

#rockbox log for 2010-09-24

00:01:05pixelmaI don't know, would have to try how this works exactly but some of the timeout tags work with out the ?, e.g. %t for the subline timeout
00:01:49 Quit captainkewllllll (Quit: Page closed)
00:02:18fmlpixelma: I thought all conditionals (which %t is not) require a ?
00:03:01pixelmahmm, true and a recent forum example states the same
00:04:12fmlpixelma: I'm now almost 100% sure that there should be a ?
00:04:28fmlBut I can't try it now
00:06:06 Join kugel [0] (~kugel@109.250.20.134)
00:06:06 Quit kugel (Client Quit)
00:06:34fmlI think we should change all the predicate tags (i.e. those that answer some question with Yes/No) to just return e.g. "T" in case of "true", not any special texts ("starting" for %pS)
00:06:45 Quit Jerom (Quit: Leaving.)
00:06:57 Quit HaimN (Ping timeout: 240 seconds)
00:08:20 Quit fml (Quit: ChatZilla 0.9.86 [Firefox 3.6.10/20100914125854])
00:13:44 Join tmzt_ [0] (~tmzt@adsl-99-164-62-33.dsl.akrnoh.sbcglobal.net)
00:15:43 Join kugel [0] (~kugel@rockbox/developer/kugel)
00:15:50kugelpixelma: ping
00:16:15pixelmapong
00:16:34 Quit tmzt (Ping timeout: 252 seconds)
00:16:42pixelmafml: maybe, but I don't want to decide this now
00:17:07kugelpixelma: did I fix any known playlist viewer bug? I saw your message but I wasn't sure what you meant exactly
00:18:37***Saving seen data "./dancer.seen"
00:18:37pixelmawell, the bug was fixed at least as far as I could tell as a user. I wondered thoug if it was only hidden or worked around in the code before when I saw your cleanup
00:18:50pixelmaor "though"
00:19:43kugelI believe my change was a real fix, but I'm not aware of any *known* (i.e. reported on FS) bug
00:21:19 Quit DerPapst (Quit: Leaving.)
00:21:57pixelmathere were none currently but shortly after the live "moving" of tracks if you edit the playlist was introduced there were some weird ones (like the track to move was off by one or couldn't be placed in the first or last position)
00:23:13pixelmaas I said it was "fixed" as I didn't experience them anymore, I was just curious how much "fix" or more hack it was before internally
00:25:46kugeloff by one sounds a lot like it could be fixed by my change
00:26:40kugelthe playlist viewer actually determined the selected item in a strange way (i.e. in another way than calling list_selected_item() when ACTION_STD_OK was returned)
00:28:32pixelmaguessed there was some hacking around then before
00:30:53kugelI'm not sure if it's "hacking". as you might've noticed from my monologues the past nights I'm very much confused by the list code. I think changes are higher that someone just got it wrong
00:31:47kugelbut I and [sko] are being working on improving the list code a bit, so it's come to my attention
00:32:12pixelmapossibly
00:32:21kugellist code w.r.t. to touchscreen*. I'm very happy how it works on "normal" targets but it just doesn't work as nice on touchscreen
00:33:05kugelI think we're on a good way, I'm actually surprised how little changes it needed to make basic swipe work
00:33:26 Part likemindead
00:35:32kugelbtw, I'm showing RaaA to some of my fellow studends, and they are quite impressed
00:36:11kugelI'm quite surprised, rb generally still sucks on both touchscreen and host integration, but our fine features apparently outweight it
00:36:40kugelI'm still shocked that the built-in player doesn't even have a dynamic playlist
00:36:48pixelmanice :) Do you think we'll get some more developers?
00:37:09 Join Synthbox [0] (~x@95.111.3.99)
00:37:23kugelthat's one of my strongest desires
00:37:58kugelif only there wasn't the HTC bug in our way
00:38:15kugelmost people are going to blame us because the HTC firmware is bugged
00:39:19 Quit ender` (Quit: The propeller is just a big fan in front of the plane used to keep the pilot cool. When it stops, you can actually watch the pilot start sweating.)
00:39:36Bagderis that particular bug explained in detail somewhere?
00:40:11 Quit togetic (Ping timeout: 245 seconds)
00:41:54 Join togetic [0] (~togetic@unaffiliated/ibuffy)
00:42:31 Join anewuser [0] (anewuser@unaffiliated/anewuser)
00:42:33 Join cjcopi [0] (~craig@adsl-76-241-98-53.dsl.bcvloh.sbcglobal.net)
00:42:37kugelBagder: http://groups.google.com/group/android-developers/browse_thread/thread/970a91cb7a768723 (google for "startForeground broken" and you'll have some more infos)
00:44:03kugelessentially the "make my app get more cpu by being a foreground service once I call startForeground()" just doesn't make it foreground on htc
00:46:12kugelI tested rb on some friend's android (non-htc) phones and it just worked perfectly
00:47:34Bagderwell, saying "htc" is a bit misleading since it works on some htc phones
00:48:06kugelhttp://code.google.com/p/android/issues/detail?id=9663 is the bug report
00:48:30Bagderyes, and it says the nexus one doesn't show it for example
00:49:30kugelyea, it has stock android
00:49:30Bagderweird thing in general methinks
00:50:10kugelit's manufactured by htc but it doesn't have the htc firmware (i.e. htc sense)
00:50:11Bagderthe entire concept I mean, talking about foreground and background etc
00:50:32BagderI have a htc magic, it runs the stock android too
00:50:53kugelso I guess it works fine for you
00:51:23Bagderbut how can all the other sound apps work in the background?
00:51:31Bagderor don't they?
00:51:53kugelwhat do you mean by "all others"
00:52:06Bagderthe stock music one, streaming music apps etc
00:52:33Bagderspotify, grooveshark, there are a bazillion
00:52:44kugelby guess is: there are the ones that use the PlayerManager (or whatever it's called) api which does decoding etc. for you
00:52:54kugelthat api probably isn't affected
00:53:17kugelbut those which use the AudioTrack api (which can only play back plain pcm data) are affected
00:53:19Bagderbut how is the API connected to the scheduling?
00:53:51kugelI suppose the PlayerManager api creates a system level propcess behind the scenes
00:54:19kugelyou can clearly see the the "/media/soundserver" process when running the stock music app
00:54:45kugelrockbox doesn't doesn't use this process, because we decode on our own
00:55:37Bagderok, thanks for the explanations!
00:55:44kugelit may very well be an intention of htc to cripple 3rd party music apps, but it seems to be fixed in their 2.2 updates (according to rasher's top output)
00:58:11kugelunfortunately we cannot do much about it, at best it stucks less once we enable our asm optimizations. But I'm afraid there are not as effective as they are on our classic targets so it'll probably still stuck sometimes on htc phones
00:59:27 Quit Staphylo (Quit: Bye les gens =))
00:59:43Bagderunless there's some funky work-around to be found
00:59:45kugelthe "PlayerManager" api is actually called MediaPlayer (I forgot the exact name)
01:00
01:00:38kugelwe could switch to that, but that'd mean losing 4/5 of our supported codecs which we most likely don't want :)
01:03:52Samuelkugel may i ask you a question which is not related to RockBox but to the hardware (ipod nano 1g) it supports?
01:04:23kugelno, sorry :)
01:04:47kugelipod nano1g just isn't my area of expertise
01:05:34 Quit leavittx (Ping timeout: 240 seconds)
01:05:38kugelbut I think it's the best you just ask and hope someone replies (keep watching the irc logs)
01:07:09SamuelI already posted it a few hours ago. I thought u could possible help me, cause you sound very familar with the rockbox Source
01:09:26kugelthat doesn't mean anything :)
01:10:15kugelpeople can look at sources, but forget everything after 3 month if they're not actively working on it
01:10:17 Quit BlakeJohnson86 (Read error: Connection reset by peer)
01:10:29 Quit togetic (Ping timeout: 252 seconds)
01:10:54SamuelIt is always worth a try, so i just asked :)
01:11:01 Join BlakeJohnson86 [0] (~bjohnson@c-24-118-162-123.hsd1.mn.comcast.net)
01:12:52 Join wodz [0] (~wodz@chello087206240131.chello.pl)
01:13:45wodz\o/ - just hacked png viewer to 1) correctly support mrobe500 2) support greyscale targets
01:14:54 Join Kitr88 [0] (~Kitarist@BSN-182-121-46.dial-up.dsl.siol.net)
01:17:39 Join togetic [0] (~togetic@unaffiliated/ibuffy)
01:18:28 Quit Kitar|st (Ping timeout: 252 seconds)
01:18:48 Join leavittx [0] (~leavittx@89.221.199.187)
01:19:20 Quit Kitr88 (Ping timeout: 265 seconds)
01:22:29 Quit wodz (Quit: Leaving)
01:23:26 Join mirak [0] (~mirak@81-64-223-104.rev.numericable.fr)
01:23:56kugelwodz (logs): \☺/
01:24:34 Join Dreamxtreme_ [0] (Dreamxtrem@92.30.99.91)
01:24:56 Join Kitar|st [0] (~Kitarist@BSN-182-117-75.dial-up.dsl.siol.net)
01:28:17 Quit Dreamxtreme (Ping timeout: 276 seconds)
01:29:40 Part toffe82
01:30:43 Quit mirak (Quit: Ex-Chat)
01:36:52 Quit togetic (Ping timeout: 245 seconds)
01:45:41 Quit Dreamxtreme_ (Quit: Nice Scotty, now beam my clothes up too!)
01:46:15 Join Dreamxtreme [0] (~Dreamxtre@92.30.99.91)
01:46:54 Quit notlistening (Remote host closed the connection)
01:58:06 Quit robin0800 (Remote host closed the connection)
01:59:23 Join fdinel [0] (~Miranda@modemcable235.127-131-66.mc.videotron.ca)
02:00
02:07:37 Join notlistening [0] (~tom@94-195-105-95.zone9.bethere.co.uk)
02:10:27notlisteningHi can someone give me 2 mins of their time I am compiling or trying to the Android app. configure is showing errors about arm-eabi-gcc) is not in your path!
02:10:28notlistening[WARNING] this may cause your build to fail since we cannot do the
02:10:28notlistening[WARNING] checks we want now.
02:10:36 Quit _s1gma (Quit: Leaving)
02:11:22notlisteninghowever which on the commandline gives /home/tom/rockbox/android_build/android-ndk-r4b/build/prebuilt/linux-x86/arm-eabi-4.4.0/bin//arm-eabi-gcc
02:11:47notlisteningwhich configure also tell me to use
02:12:00notlisteningbut that it is no in my path
02:12:43notlisteningI added it to .bashrc
02:12:57krazykitdid you log out and back in?
02:13:05notlisteningmany times :D
02:13:19krazykitare you sure you're using bash for your shell ;)
02:13:33notlisteningbut i will try again
02:14:01notlisteningwell i have used this method before when compiling for the Clip+ with arm
02:14:14notlisteningbrb
02:14:23 Quit notlistening (Remote host closed the connection)
02:14:59 Join rww [0] (~rww@ubuntu/member/robertwall)
02:16:16 Quit Samuel (Quit: CGI:IRC)
02:17:08 Join notlistening [0] (~tom@94-195-105-95.zone9.bethere.co.uk)
02:17:29 Quit komputes (Quit: I haven't slept for ten days, because that would be too long.)
02:17:41notlisteningNope same problem
02:17:48notlisteningwhich return the right location
02:18:01notlistening./configure warms about not finding them
02:18:40***Saving seen data "./dancer.seen"
02:22:59notlisteningchanged to the shell the script is using and exectute which and again it return the right location
02:26:07 Quit kugel (Remote host closed the connection)
02:33:16 Quit notlistening (Remote host closed the connection)
02:45:26 Join togetic [0] (~togetic@unaffiliated/ibuffy)
02:51:54 Quit Judas_PhD (Quit: This is a quitting message)
03:00
03:03:27 Quit froggyman (Quit: Bye)
03:16:44 Join Kitr88 [0] (~Kitarist@BSN-182-121-46.dial-up.dsl.siol.net)
03:16:55 Quit Kitar|st (Read error: Connection reset by peer)
03:18:43 Join froggyman [0] (~seth@unaffiliated/froggyman)
03:19:43 Quit MethoS- (Remote host closed the connection)
03:20:33 Join chileboy [0] (~60f2758e@giant.haxx.se)
03:21:12 Quit chileboy (Client Quit)
03:23:37 Join BHSPitMonkey [0] (~stephen@unaffiliated/bhspitmonkey)
03:25:47 Quit Kitr88 (Ping timeout: 252 seconds)
03:31:14 Join Kitar|st [0] (Kitarist@BSN-182-117-222.dial-up.dsl.siol.net)
03:36:02 Quit BHSPitMonkey (Remote host closed the connection)
03:37:12 Join BHSPitMonkey [0] (~stephen@unaffiliated/bhspitmonkey)
03:37:27 Quit dfkt (Quit: -= SysReset 2.53=- Sic gorgiamus allos subjectatos nunc.)
03:41:49 Join Kitr88 [0] (~Kitarist@BSN-182-121-46.dial-up.dsl.siol.net)
03:46:08 Quit Kitr88 (Ping timeout: 252 seconds)
03:46:36 Quit Kitar|st (Ping timeout: 276 seconds)
03:47:56 Join Judas_PhD [0] (~kevin@misterfluffy.dsl.xmission.com)
03:51:36 Join Kitar|st [0] (Kitarist@BSN-182-82-120.dial-up.dsl.siol.net)
03:53:30 Quit _jhMikeS_ (Ping timeout: 264 seconds)
03:53:45 Join jhMikeS [0] (~jethead71@rockbox/developer/jhMikeS)
03:54:10 Join webguest64 [0] (~63a975d7@giant.haxx.se)
03:54:10 Quit webguest64 (Client Quit)
03:54:19 Join loopernow [0] (~63a975d7@giant.haxx.se)
03:57:01loopernowhi, i tried to install rockbox on my sansa clip v1. First problem was there was is a problem with the automatic installer, it points to 3.6 firmware which gives 404. Then I tried current build and the installer got a zlib error of some kind while unpacking. Finally, tried manually pasting files into the clip and got an out of space msg. So, last but not least, I tried reformatting the drive and am still having problems. Only a quick format worked and th
04:00
04:02:34 Join clone4crw [0] (~calvin@97-86-227-168.dhcp.roch.mn.charter.com)
04:06:53 Quit parafin (Read error: Operation timed out)
04:07:33 Join parafin [0] (parafin@2001:470:1f0b:81::1)
04:09:00 Join G4Oblivion [0] (~186e2dc1@giant.haxx.se)
04:10:01 Quit z35 (Quit: Leaving)
04:10:06G4OblivionJust stopped by to report a theme I saw on the themes page. Someone submitted a theme called "Windows" it uses the windows icon and a couple other windows icons.
04:10:20G4OblivionI'm pretty sure this isn't allowed?
04:12:04 Quit G4Oblivion (Client Quit)
04:16:45loopernowI pasted the .rockbox folder into the empty player and now the firmware is working.
04:18:43***Saving seen data "./dancer.seen"
04:27:56 Quit amiconn (Disconnected by services)
04:27:58 Join amiconn_ [0] (quassel@rockbox/developer/amiconn)
04:27:58 Quit pixelma (Disconnected by services)
04:27:59 Join pixelma_ [0] (quassel@rockbox/staff/pixelma)
04:28:02 Nick pixelma_ is now known as pixelma (quassel@rockbox/staff/pixelma)
04:28:02 Join FlynDice [0] (~FlynDice@c-24-19-225-90.hsd1.wa.comcast.net)
04:28:04 Nick amiconn_ is now known as amiconn (quassel@rockbox/developer/amiconn)
04:28:58 Quit FlynDice (Remote host closed the connection)
04:31:51 Quit engwan_ (Ping timeout: 265 seconds)
04:38:20shuffle2how can i debug a lockup in a way which does not involve random guessing?
04:39:53 Join Rondom [0] (~quassel@dslb-084-057-170-171.pools.arcor-ip.net)
04:43:40shuffle2behold my random lockup finder! if (timetodie) { for(;;) { logf("still here!"); sleep(HZ); } }
04:43:40 Quit Rondom_ (Ping timeout: 276 seconds)
04:43:47shuffle2;_;
04:55:18 Quit edboyer93 ()
04:56:00 Join edboyer93 [0] (~eboyer93@pool-71-185-65-59.phlapa.fios.verizon.net)
05:00
05:01:48 Join factor [0] (~factor@74.197.182.72)
05:05:20 Join likemindead [0] (4715103a@gateway/web/freenode/ip.71.21.16.58)
05:14:26 Quit edboyer93 ()
05:15:51 Quit Judas_PhD (Quit: This is a quitting message)
05:16:47 Quit krabador (Ping timeout: 240 seconds)
05:17:15 Quit fdinel (Quit: Miranda IM! Smaller, Faster, Easier. http://miranda-im.org)
05:18:40 Join Judas_PhD [0] (~kevin@misterfluffy.dsl.xmission.com)
05:20:34 Quit loopernow (Quit: CGI:IRC)
05:34:42 Quit ps-auxw (Ping timeout: 265 seconds)
05:44:43 Part likemindead
05:45:42 Join ps-auxw [0] (~arneb@p4FF7EF29.dip.t-dialin.net)
05:49:10 Join portlandlinux [0] (~portlandl@184-76-18-187.war.clearwire-wmx.net)
05:49:16 Part portlandlinux
05:53:34shuffle2how is it that timer_unregister() takes no params?
05:54:30shuffle2only one timer may be registered at a time?
05:58:47 Quit clone4crw (Ping timeout: 240 seconds)
06:00
06:00:03 Quit rww (Quit: No Ping reply in 180 seconds.)
06:16:08 Quit bluebroth3r (Ping timeout: 255 seconds)
06:17:56 Join bluebrother [0] (~dom@f053155148.adsl.alicedsl.de)
06:17:57 Quit bluebrother (Changing host)
06:17:57 Join bluebrother [0] (~dom@rockbox/developer/bluebrother)
06:18:44***Saving seen data "./dancer.seen"
06:21:24 Join zzTss [0] (~4cd4c9d5@giant.haxx.se)
06:23:42 Join jaya [0] (~4cd4c9d5@giant.haxx.se)
06:23:58 Quit zzTss (Client Quit)
06:23:58 Quit jaya (Client Quit)
06:25:04 Join jaya [0] (~4cd4c9d5@giant.haxx.se)
06:28:12 Quit jaya (Client Quit)
06:43:39 Join Adublaptop [0] (~Aldubuc@67.201.160.156)
06:53:05 Quit Dreamxtreme (Quit: Going!)
07:00
07:02:04 Quit togetic (Quit: WeeChat 0.3.0)
07:02:33 Join togetic [0] (~togetic@unaffiliated/ibuffy)
07:07:22 Join Dreamxtreme [0] (~Dreamxtre@92.30.99.91)
07:12:30 Quit togetic (Quit: WeeChat 0.3.0)
07:12:51 Join togetic [0] (~togetic@unaffiliated/ibuffy)
07:14:01 Join simonrvn_ [0] (simon@197.100-ppp.3menatwork.com)
07:14:31 Quit krazykit (Ping timeout: 252 seconds)
07:16:16 Quit simonrvn (Disconnected by services)
07:16:16 Nick simonrvn_ is now known as simonrvn (simon@197.100-ppp.3menatwork.com)
07:27:04 Join Jaykay [0] (~chatzilla@p5DC577F3.dip.t-dialin.net)
07:27:23 Quit Horscht (Ping timeout: 240 seconds)
07:29:43 Quit anewuser ()
07:30:24 Join Horscht [0] (~Horscht@xbmc/user/horscht)
07:33:32 Quit Adublaptop (Read error: Connection reset by peer)
07:33:55 Quit Jaykay (Ping timeout: 240 seconds)
07:33:59 Join Adublaptop [0] (~Aldubuc@67.201.160.156)
07:49:20shuffle2aaand fixed again. for good this time :)
07:55:49 Part Adublaptop
08:00
08:03:57 Join Zagor [0] (~bjst@rockbox/developer/Zagor)
08:06:19 Quit Judas_PhD (Quit: This is a quitting message)
08:18:45***Saving seen data "./dancer.seen"
08:29:00 Join wodz [0] (~wodz@chello087206240131.chello.pl)
08:35:45 Join DerPapst [0] (~Alexander@dslb-088-069-140-088.pools.arcor-ip.net)
08:37:20 Quit markun (Read error: Connection reset by peer)
08:37:37 Join Judas_PhD [0] (~kevin@misterfluffy.dsl.xmission.com)
08:37:38 Join markun [0] (~markun@5ED33C2C.cm-7-4a.dynamic.ziggo.nl)
08:37:38 Quit markun (Changing host)
08:37:38 Join markun [0] (~markun@rockbox/developer/markun)
08:38:10 Join bmbl [0] (~Miranda@unaffiliated/bmbl)
08:42:05 Quit markun (Read error: Connection reset by peer)
08:42:49 Join markun [0] (~markun@5ED33C2C.cm-7-4a.dynamic.ziggo.nl)
08:42:49 Quit markun (Changing host)
08:42:49 Join markun [0] (~markun@rockbox/developer/markun)
08:46:33 Quit BHSPitMonkey (Read error: Connection reset by peer)
08:47:16 Join ender` [0] (krneki@foo.eternallybored.org)
08:48:01 Quit markun (Read error: Connection reset by peer)
08:48:12wodzhttp://www.pastie.org/1178626 <- what is the point of defining macro in this way?
08:48:17 Join markun [0] (~markun@5ED33C2C.cm-7-4a.dynamic.ziggo.nl)
08:48:17 Quit markun (Changing host)
08:48:17 Join markun [0] (~markun@rockbox/developer/markun)
08:50:19 Quit BlakeJohnson86 (Ping timeout: 240 seconds)
08:51:34 Join petur [0] (d408b802@rockbox/developer/petur)
08:53:34shuffle2so one is forced to place a ";" after using the macro
08:53:50 Quit MagusG (Ping timeout: 252 seconds)
08:54:17 Join MagusG [0] (magusg@c-71-59-57-46.hsd1.ga.comcast.net)
08:54:43shuffle2personally i think it's silly :p
08:54:49wodzme too
08:55:14wodzI'll have to check if compiler optimizes this artificial loop out
08:55:44 Join BlakeJohnson86 [0] (~bjohnson@c-24-118-162-123.hsd1.mn.comcast.net)
08:55:47shuffle2it is a constant expression: the compiler has to do so
09:00
09:01:18amiconnshuffle2: Yes, the timer can be used by only one application at a time
09:01:50amiconnThis is because (on most targets) there are only two hardware timers, one of which is permanently in use for the tick interrupt
09:02:58shuffle2it makes sense, but imo there should be an abstraction to juggle the single timer in the background, and register as many as you want
09:03:11shuffle2no big deal, worked around it already :p
09:04:17amiconnThat won't work
09:04:47amiconnThe timer is meant to be as accurate as the hardware allows, but not all platforms allow reprogramming the timer on the fly
09:05:21amiconnI mean, reprogramming on the fly in a way that still guarantees the correct cycle count
09:06:02 Join Rob2223 [0] (~Miranda@pD9FE3DC3.dip.t-dialin.net)
09:06:36amiconnThere is a mechanism that allows limited sharing. The register function allows to specify a priority and a callback. If there is a timer application that doesn't strictly require it, it can register with a low priority
09:07:14amiconnIf another application registers the timer specifying a higher priority, the first application gets unregistered and notified via callback
09:07:46amiconnThis mechanism is used on iriver H1x0, where the core does backlight fading using the timer, but we still want plugins using the timer to work
09:07:57 Join tchan1 [0] (~tchan@c-69-243-144-70.hsd1.il.comcast.net)
09:08:07amiconnThe core simply falls back to not fading while the timer is in use by the plugin
09:08:53 Quit togetic (Ping timeout: 245 seconds)
09:09:18 Quit tchan (Ping timeout: 245 seconds)
09:09:23 Quit Rob2222 (Ping timeout: 240 seconds)
09:09:43 Quit BlakeJohnson86 (Ping timeout: 245 seconds)
09:10:14 Quit n17ikh (Ping timeout: 276 seconds)
09:10:45 Join BlakeJohnson86 [0] (~bjohnson@c-24-118-162-123.hsd1.mn.comcast.net)
09:11:04 Join n17ikh [0] (~n17ikh@c-68-59-25-51.hsd1.sc.comcast.net)
09:15:14 Join togetic [0] (~togetic@unaffiliated/ibuffy)
09:19:07shuffle2http://gist.github.com/594966
09:19:09shuffle2rofl
09:19:18shuffle2github fails at binary =)
09:20:03shuffle2or am i just abusing it? hehe
09:20:19Stummihrhr
09:26:07 Join Llorean1 [0] (~DarkkOne@adsl-99-4-147-80.dsl.hstntx.sbcglobal.net)
09:26:33 Quit Llorean (Read error: Connection reset by peer)
09:29:26wodzI would like to call for test of FS #11641
09:29:37 Quit lostlogic (Read error: Connection reset by peer)
09:29:50 Join jfc^3 [0] (~john@dpc6682208002.direcpc.com)
09:29:54 Join lostlogic [0] (~lostlogic@erudite.lostlogicx.com)
09:29:54 Quit lostlogic (Changing host)
09:29:54 Join lostlogic [0] (~lostlogic@rockbox/developer/lostlogic)
09:31:19 Quit wodz (Quit: Leaving)
09:33:15 Quit jfc (Ping timeout: 265 seconds)
09:38:14 Nick Llorean1 is now known as Llorean (~DarkkOne@adsl-99-4-147-80.dsl.hstntx.sbcglobal.net)
09:38:20 Quit Llorean (Changing host)
09:38:20 Join Llorean [0] (~DarkkOne@rockbox/user/Llorean)
09:38:31 Join swilde [0] (~wilde@aktaia.intevation.org)
09:40:36 Join kadoban__ [0] (~mud@cpe-67-247-80-129.rochester.res.rr.com)
09:40:59 Quit kadoban_ (Ping timeout: 265 seconds)
09:42:12 Join LinusN [0] (~linus@giant.haxx.se)
09:42:12 Quit LinusN (Changing host)
09:42:12 Join LinusN [0] (~linus@rockbox/developer/LinusN)
09:42:26 Quit bmbl (Read error: Connection reset by peer)
09:45:54 Join bmbl [0] (~Miranda@unaffiliated/bmbl)
09:55:20 Quit jhMikeS (Read error: Connection reset by peer)
09:55:51gevaertsG4Oblivion: thanks for reporting
09:57:31 Quit swilde (Read error: Connection reset by peer)
09:58:13 Join einhirn [0] (~Miranda@bsod.rz.tu-clausthal.de)
10:00
10:00:33 Join jhMikeS [0] (~jethead71@adsl-75-45-224-165.dsl.sfldmi.sbcglobal.net)
10:00:33 Quit jhMikeS (Changing host)
10:00:33 Join jhMikeS [0] (~jethead71@rockbox/developer/jhMikeS)
10:04:37 Join Jaykay [0] (~chatzilla@p5DC577F3.dip.t-dialin.net)
10:06:39 Join swilde [0] (~wilde@aktaia.intevation.org)
10:07:14 Join notlistening [0] (~tom@94-195-105-95.zone9.bethere.co.uk)
10:09:42notlisteningRight again i have problems with the path for the build tools on the android build.. could the problem be that I have put the sdk in the build folder..?
10:18:46***Saving seen data "./dancer.seen"
10:24:12gevaertsnotlistening: what does "echo $PATH" say?
10:27:00 Join earcar [0] (~carmine@93-39-220-103.ip77.fastwebnet.it)
10:43:26 Join MethoS- [0] (~clemens@134.102.106.250)
10:48:25 Join RobHu [0] (~robhu@cpc1-cmbg3-0-0-cust793.5-4.cable.virginmedia.com)
10:48:53RobHuHow do I rebuild the database?
10:49:30 Quit RobHu (Client Quit)
10:57:05notlisteninggevaerts. /usr/local/arm-elf/bin:/home/tom/rockbox/android_build/android-ndk-r4b/build/prebuilt/linux-x86/arm-eabi-4.4.0/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games
11:00
11:03:48 Join wodz [0] (~5f303f8a@giant.haxx.se)
11:05:05gevaertsnotlistening: and /home/tom/rockbox/android_build/android-ndk-r4b/build/prebuilt/linux-x86/arm-eabi-4.4.0/bin/ *definitely* has the right binaries in it?
11:09:59wodzgevaerts: You own mrobe500 do you?
11:10:32gevaertswodz: yes, but I only own it. It's currently not in my possession :)
11:10:36gevaertspamaury has it
11:11:01wodzok
11:12:53*Llorean didn't know someone had gotten psgroove working on Rockbox.
11:16:30 Join robin0800 [0] (~robin0800@cpc2-brig8-0-0-cust964.3-3.cable.virginmedia.com)
11:16:44AlexPLlorean: I didn't think they had have they?
11:17:35AlexPhuh, he was here overnight but I didn't pick up from that that he had it anywhere near working
11:18:22*shuffle2 feels weird; this is the second time people spoke about him while he's right here, idling
11:19:28AlexPheh :)
11:19:39AlexPSo what is the status then?
11:19:40shuffle2also, gevaerts and pamaury deserve a lot of credit :)
11:19:57shuffle2github.com/shuffle2/rockbox_psgroove
11:22:09Torneso the important question here is "does that contain any changes to our usb code which might ever be useful for anything *else*"
11:22:25Torneand "can that be integrated without breaking normal usb" :)
11:22:26shuffle2almost definitely no
11:23:07 Quit bmbl (Ping timeout: 240 seconds)
11:23:42shuffle2would be nice to have ability to set packet size at run time...but i don't think rockbox really has a reason to do that
11:34:44 Join bmbl [0] (~Miranda@unaffiliated/bmbl)
11:35:33 Quit Jaykay (Ping timeout: 252 seconds)
11:48:35 Join Luman [0] (~541ac890@giant.haxx.se)
11:48:38LumanHello :)
11:49:52Luman?
11:49:56 Quit Luman (Client Quit)
11:50:01 Join Luman [0] (~541ac890@giant.haxx.se)
11:53:52Lumanhelloooo?
11:54:04 Quit Luman (Client Quit)
12:00
12:10:41 Join Luman [0] (~541ac890@giant.haxx.se)
12:10:44LumanHi
12:11:32Torneplease don't do that
12:11:38Torneif you want to say something, say it
12:12:12 Join treize [0] (~shaolin@c-67-181-44-97.hsd1.ca.comcast.net)
12:17:17 Quit earcar (Quit: bye)
12:18:50***Saving seen data "./dancer.seen"
12:24:53 Join dfkt [0] (dfkt@unaffiliated/dfkt)
12:49:09 Quit shuffle2_ (Quit: Lost terminal)
12:52:50soapgevaerts, I'll narrow it down when I get back from work in ~12 hours, but there is an issue with the work you did to cleanup the /firmware/export/config #defines the other day.
12:53:44soapDisabling pitchscreen / recording / tagcache / quickscreen / morse input breaks playback.
12:54:05soaps/disabling/undefining/ ?
12:54:38soapRegardless, playback (if you can call it that) happens at a faster-than-normal speed w/o actual audio being output.
12:55:44soapI ASSume it's related to pitch? I'll determine which one it is tonight when I get home, but I'm late as is.
12:55:51gevaertsno idea...
12:56:10soapbuilds clean, but doesn't work.
12:57:49soapoh, and the last piece of "knowledge" I have is that the issue is persistent across reboots, and persistent across .cfg clearing. Also I was attempting playback of MP3s, and FM works fine on the Sansa E200.
12:58:05soapBehavior seen in both E200 and iPod 5G.
13:00
13:05:41soapsorry it took so long to realize this, but I've only been using my e200 as an FM radio this week.
13:07:36 Join Wim [0] (~541ac890@giant.haxx.se)
13:07:40WimHi!
13:07:49Wim?
13:07:52Wim????????????????????????????????????????????????
13:07:55 Quit Wim (Client Quit)
13:18:55notlisteninggevaerts, umm i am not sure if it does have the right binaries in it.. i thought i was after arm-eabi-gcc etc
13:19:31gevaertsnotlistening: something similar to those, yes. I don't know the exact binaries for android though
13:21:26notlisteningOkay well i will wait till Mr Android come to chat
13:25:05 Quit treize (Quit: leaving)
13:26:33 Join esperegu [0] (~quassel@145.116.15.244)
13:27:46LumanHello?
13:29:23gevaertsLuman: if you have a question, just ask
13:29:23 Quit Luman (Quit: CGI:IRC (EOF))
13:34:03 Quit wodz (Quit: CGI:IRC (Ping timeout))
13:43:07Zagornotlistening: it doesn't actually have to be in your path. as long as $ANDROID_NDK_PATH points to the root ndk dir
13:47:17notlisteningright
13:49:18 Part LinusN
13:51:59 Quit notlistening (Remote host closed the connection)
13:55:27 Quit skx` ()
13:56:05 Join HaimN [0] (~HaimN@95.86.104.109)
13:56:12 Join Giova [0] (~giovanni@93.37.241.81)
13:58:54 Quit Giova (Read error: Connection reset by peer)
13:59:37 Join Giova [0] (~giovanni@93.37.241.81)
14:00
14:03:27CIA-81New commit by zagor (r28156): Minor build script tweaks to make android auto-buildable.
14:13:15 Join LinusN [0] (~linus@rockbox/developer/LinusN)
14:15:28CIA-81r28156 build result: 1 errors, 0 warnings (zagor committed)
14:16:52Zagorthat error will vanish next commit
14:18:53***Saving seen data "./dancer.seen"
14:22:32 Join krabador [0] (~krabador@host130-168-dynamic.116-80-r.retail.telecomitalia.it)
14:25:54 Join treize [0] (~shaolin@c-67-181-44-97.hsd1.ca.comcast.net)
14:30:43treize60 gb 5th gen ipod hard drive died. Going to replace it with 16 gb transcend x133 compact flash. Will I have to format it in itunes to install rockbox? As I understand it itunes 9 will not allow < 60 gb for 60 gb ipods. Also, I don't want to run down the battery, and tried to charge with hard drive disconnected (brand new battery) but ipod keeps restarting and occasionally saying low battery...is it possible to charge the ipod with no d
14:31:03 Quit krabador (Ping timeout: 240 seconds)
14:31:33 Join dfkt_ [0] (~dfkt@unaffiliated/dfkt)
14:32:06Tornetreize: it's easiest/best to format it with itunes, yes
14:32:15Torneand no, i don't think you can charge witn on disk
14:32:21Torneand no, itunes doesn't care how big your hard drive is
14:32:28Torneit should format any size drive in any ipod
14:33:22treizenot even itunes 9? I heard that the update that killed palm pre syncing checks that hard disk size is at least the amount your ipod should have... at least thats what it says on the guy selling the zif to compact flash adapters
14:34:00Tornethat seems like a weird and arbitrary thing for them to do, and i've never heard of it, but it's possible
14:34:15Tornepeople generally upgrade the drives, rather than fitting smaller ones.
14:34:26gevaertsI doubt that. There are 1GB ipods...
14:34:55treizeI don't want to make it seem like i'm doubting you guys... just checking. Thanks!
14:35:03 Quit dfkt (Read error: Connection reset by peer)
14:35:06Torneif itunes doesn't care that you put a 240GB drive in a 30GB ipod i don't see why they shoul care that you put a 16GB one in a 60GB ipod
14:35:12Torneit just formats it as whatever capacity the disk says it is
14:35:29 Join dfkt [0] (dfkt@unaffiliated/dfkt)
14:35:30Torneanyway, if it doesn't then you can format it manually
14:35:30 Part dfkt
14:35:42Tornebut it's slightly complicated and fiddly and sometimes people have trouble getting it to work
14:35:48treizeso I don't really need itunes to format it then right?
14:35:57Torneso we generally suggest people use itunes unless they absolutely can't get a windows machine
14:35:59treizeI wouldn't mind doing a manual install
14:36:09treizeI don't have a windows machine unfortunately
14:36:17treizeonly mac os x and linux
14:36:25gevaertstreize: http://www.rockbox.org/wiki/IpodManualRestore is what you need then
14:36:30 Join domonoky [0] (~Domonoky@rockbox/developer/domonoky)
14:36:45treizesweet... thanks gevaerts.
14:36:46Tornedoes the mac version of itunes still always format ipods as HFS? I guess..
14:37:12treizeit does, but I can use linux to format it
14:37:28treizeat least...thats what I did. Mine is fat32 formatted
14:37:38Torneprobably easiest then is to restore it on the mac on itunes
14:37:43Torneso the partition layout and firmware partition get filled in
14:37:49 Quit dfkt_ (Ping timeout: 240 seconds)
14:37:52Torneand then just reformat the data partition with any old fat format utility
14:38:06Tornesetting up the partitions and extracting the firmware onto it is the bit that's fiddly
14:38:08gevaertsTorne: I doubt that
14:38:17gevaertsThey use a different partition table format
14:38:17treizeI'll try it. My drive just died so I'm sitting on my hands till my cf card and adapter come in.
14:38:20Tornegevaerts: they do?
14:38:23Torneoh
14:38:29Tornelame.
14:38:52gevaertsAs far as I know, yes. They use the old mac partition table format I think
14:39:06Tornesucks.
14:39:22Tornedon't they know PC BIOS MBRs and FAT is the transport standard? :)
14:39:35treizewell it sucks because if you use a mac it won't update your firmware if your ipod is "pc formatted"
14:39:44 Quit Giova (Read error: Connection reset by peer)
14:40:35 Join Giova [0] (~giovanni@93.37.241.81)
14:42:03 Join dfkt [0] (dfkt@unaffiliated/dfkt)
14:42:35 Join krazykit [0] (~kkit@24-148-89-52.frg-bsr1.chi-frg.il.cable.rcn.com)
14:47:27 Part treize
14:52:51 Join dfkt_ [0] (~dfkt@unaffiliated/dfkt)
14:55:46 Quit dfkt (Ping timeout: 252 seconds)
14:56:41 Join dfkt [0] (dfkt@unaffiliated/dfkt)
14:57:14 Quit dfkt_ (Ping timeout: 245 seconds)
15:00
15:07:40 Quit antil33t (Read error: Connection reset by peer)
15:07:49 Join antil33t [0] (~Mudkips@124-197-51-80.callplus.net.nz)
15:11:49 Quit Giova (Ping timeout: 265 seconds)
15:15:24 Join evilnick_B [0] (0c140464@rockbox/staff/evilnick)
15:27:33amiconnZagor: Missing gfx...
15:28:16 Join moloko [0] (~loredana@host20-18-dynamic.117-80-r.retail.telecomitalia.it)
15:31:00 Join domonoky1 [0] (~Domonoky@agsb-d9bd96d6.pool.mediaWays.net)
15:31:24 Quit domonoky (Ping timeout: 245 seconds)
15:34:57 Join anewuser [0] (anewuser@unaffiliated/anewuser)
15:40:10 Quit moloko (Quit: Sto andando via)
15:40:16 Nick tchan1 is now known as tchan (~tchan@c-69-243-144-70.hsd1.il.comcast.net)
15:40:21 Quit tchan (Changing host)
15:40:21 Join tchan [0] (~tchan@lunar-linux/developer/tchan)
15:41:01Zagoramiconn: yeah, it wasn't supposed to be enabled yet
15:41:23ZagorI need to tweak the build server a little first
15:47:08 Quit MethoS- (Read error: Connection reset by peer)
15:49:49 Join Jaykay [0] (~chatzilla@p5DC571CF.dip.t-dialin.net)
15:53:19 Quit xavieran (Ping timeout: 240 seconds)
15:54:31 Part Zagor
15:54:40 Quit antil33t (Read error: Connection reset by peer)
15:54:49 Join antil33t [0] (~Mudkips@124-197-51-80.callplus.net.nz)
16:00
16:01:03 Join newbie [0] (~4e2ad135@giant.haxx.se)
16:01:14newbiehello
16:01:24newbiewhere i can download bootloader
16:01:31newbiesansa clip v1
16:03:09 Quit anewuser (Ping timeout: 276 seconds)
16:03:25Stummihm, the download-link for sansaclip seems to be dead on the website
16:04:04newbieyeah it is really dead, but i found one in the FAQ
16:04:07 Quit newbie (Client Quit)
16:08:22 Quit HaimN (Ping timeout: 252 seconds)
16:13:41 Join krabador [0] (~krabador@host20-18-dynamic.117-80-r.retail.telecomitalia.it)
16:18:56***Saving seen data "./dancer.seen"
16:21:58 Join likemindead [0] (4715103a@gateway/web/freenode/ip.71.21.16.58)
16:37:52 Join toffe82 [0] (~chatzilla@12.169.218.14)
16:38:37 Join TheSeven [0] (5d84be41@rockbox/developer/TheSeven)
16:42:57 Quit antil33t (Read error: Connection reset by peer)
16:43:08 Join antil33t [0] (~Mudkips@124-197-51-80.callplus.net.nz)
16:45:07 Quit Judas_PhD (Quit: This is a quitting message)
16:49:19 Part LinusN
16:53:29 Quit petur (Quit: Page closed)
16:59:25AlexPWhat is the feeling for the level of support we give to the psgroove stuff? I ask, as we have just got a question on the forums about how to use it: http://forums.rockbox.org/index.php?topic=25796.0
16:59:50AlexPAt the least it should be an unsupported build I think, but I'm not sure we should be offering support at all
17:00
17:00:10AlexPIt feels to me more like a seperate project using Rockbox as a base, rather than an unsupported build
17:00:13AlexPThoughts?
17:00:30gevaertsIt depends on what happens next I think
17:01:13LloreanAt the moment, any other patch. "Ask the author until it's on the tracker, ask in the tracker until there's a build, ask in the thread when there's a build" I think
17:01:52AlexPThing is, will it end up on the tracker? from what shuffle2 was saying, he doesn't think there is anything in there that Rockbox would want to reuse
17:02:11 Join t0rc [0] (~t0rc@unaffiliated/t0rc/x-5233201)
17:02:23 Join TheSphinX^ [0] (~cold@p57A67F53.dip.t-dialin.net)
17:03:36AlexPI just mean that if it is not going to be incorporated into Rockbox, and it isn't particularly related to Rockbox anyway (in function), should we be supporting it on the forums? It seems to me that if any support is going to be done, it might be better on shuffle2's github bit
17:03:58gevaertsFrom what I can see (from a quick look at the patch) it only needs one or two core driver changes to work, the HZ=1000 bit, and a way to select which USB driver to use.
17:04:33AlexPgevaerts: So you might want to incorporate bits of it?
17:04:45gevaertsThe HZ=1000 bit may point (I think) to a bug or design issue in our scheduler, and the selecting USB drivers bit will have to be done at some point
17:04:50 Quit bmbl (Quit: Bye!)
17:04:57gevaertsAlexP: not exactly.
17:05:33AlexPgevaerts: The actual thing replaces normal USB doesn't it, so it can't be added wholesale anyway?
17:05:33gevaertsIf especially those two last things are solved, you end up with something that's really a normal rockbox build, with one extra feature
17:05:56AlexPSo it could be added without breaking normal USB?
17:06:21 Quit robin0800 (Remote host closed the connection)
17:06:33gevaertsWell, I'm not at all sure if regular USB would work after using this without rebooting first, but as far as I understand the patch, yes
17:06:48AlexPah, OK, I've misunderstood somewhat
17:07:00AlexPThe next question then becomes more policy :)
17:07:10gevaertsI'm not saying we *should* add it, but it wouldn't really be very different from e.g. a build that adds the wikipedia plugin
17:08:15gevaertsRight now it is, but that's mainly because of things that can (and I think should) be fixed
17:09:54gevaertsI might be wrong about some details though. I'm sure shuffle2 will correct me though :)
17:13:02Tornei think if we can make minor changes to our code so that it's a more "normal" patch, then that's more useful, even if we don't actually put the patch in our tree
17:13:31Tornesince if nothing else currently it would increase binsize since usb has to be in core :)
17:14:06Tornebut yeah, it'd be nice if someone could reasonably do a custom build that was both a functional rockbox install and the exploit dongle, even if you had to reboot between or whatever.
17:14:20Tornesince you need to use the exploit thing every time, so wanting to do this is not a one-off event..
17:15:01gevaertsThe current solution is one RoLo away, so from a usage point of view it's not *that* bad
17:15:18Tornewell that's not awful, no
17:15:49 Join panni_ [0] (hannes@ip-178-203-81-220.unitymediagroup.de)
17:18:11gevaertsThe only driver bits I see are blocking receive (which is a one line function, and which I think pamaury's usb audio work adds as well), and settable max packet sizes (which should be there arguably anyway)
17:18:28Tornewell, the rolo option you could make it even easier..
17:18:34 Join AI6K [0] (~Randy@74.85.24.234)
17:18:34Tornejust have the patch also murder most of Rockbox :)
17:18:41Torneand build a rockbox.ipod (or whatever) which does nothing else
17:18:42Torneand just rolo that.
17:18:49Tornewith a button that reboots back again :)
17:19:23gevaertsOh, sure :)
17:19:53gevaertsThere are some changes to usb_core.c that I think can also be done cleanly
17:20:44gevaertsAnd then there's the psgroove.c file which does nasty things a normal USB device shouldn't even be thinking about, but as far as I can see it does those only by using existing functions
17:22:31 Join PaulJam [0] (~Paule@p54BE9E29.dip.t-dialin.net)
17:23:10gevaertsAnd then finally I'd really like it if this HZ=1000 hack wouldn't be needed to get sufficient latency. I suspect it's because of queue_wait() not returning immediately but instead waiting for the next tick
17:24:29gevaertsThat may be rather tricky to achieve though
17:25:20 Quit toffe82 (Ping timeout: 272 seconds)
17:25:58 Join _s1gma [0] (~d.d.derp@77.107.164.131)
17:27:39 Join bdrung_ [0] (~bdrung@ubuntu/member/bdrung)
17:28:07 Quit t0rc (Quit: Give someone code, help them with one project. Teach someone to code, help them rule the world.)
17:37:54 Quit panni_ (Quit: ( www.nnscript.de :: NoNameScript 3.81 :: www.XLhost.de ))
17:39:35*gevaerts tries to understand thread.c and kernel.c
17:44:28 Quit krabador (Quit: Sto andando via)
17:44:45shuffle2fwiw i don't think psgroove should really be merged into rockbox at all
17:45:17 Part likemindead
17:45:21shuffle2it has completely different use from rockbox...and destroys ability to act like other usb devices by design
17:45:50shuffle2rockbox as a firmware was just a means to an end
17:46:12shuffle2because i'm lazy and don't want to make a minimal firmware to do such a thing
17:46:17shuffle2=)
17:47:04shuffle2and also
17:47:35shuffle2psgroove is a bunch of hacks to exploit a temporary (and already twice fixed) bug...
17:48:01 Join anewuser [0] (anewuser@unaffiliated/anewuser)
17:48:48gevaertsshuffle2: the main problem we (rockbox) have right now is that people ask questions about it :)
17:49:00shuffle2heh
17:49:00 Join engwan_ [0] (~engwan@112.202.22.199)
17:49:21Torneshuffle2: also, just because this thing isn't high priority doesn't mean things like having to hack HZ are irrelevant to us
17:49:25gevaertsApart from that, your work has highlighted some issues, and *those* I think should be thought about
17:49:30Torneyou shouldn't really have had to do that
17:49:36shuffle2yes i saw some unsavory people come about already :p
17:49:37Torneand that might be an issue for something else in future :)
17:49:45Torneso, it's still useful
17:50:11gevaertsActually, fixing that latency issue might speed up usb storage a bit
17:50:19Torneyeah.
17:50:40shuffle2actually that was from before I started actually using the event queues
17:50:53*gevaerts thinks
17:50:54shuffle2...when it was a pile of magic spaghetti :>
17:51:05shuffle2so...i will try with HZ=100
17:51:12gevaertsright
17:51:24 Join komputes [0] (~komputes@ubuntu/member/komputes)
17:51:46shuffle2but also...i just like having ms granularity
17:51:49shuffle210ms just feels strange
17:52:05gevaertsActually, on ipod video we can do 12MB/s or thereabouts, and we use 64kb transfers on USB, so we do 200 transfers per second. That means that USB handling *doesn't* wait for ticks
17:52:31shuffle2psgroove was designed for shitty atmel usb controllers
17:52:50shuffle2i plan to try and get it working at high speed and 64B packets, sometime
17:53:18shuffle2and remove some other hacks which appeared because of laziness :>
17:53:35 Join toffe82 [0] (~chatzilla@12.169.218.14)
17:53:54gevaertsshuffle2: scheduling is cooperative, so scheduling latency doesn't depend on the tick frequency, and a 10ms interval therefore allows ten times longer low-power sleep periods than 1ms on mostly-idle systems :)
17:54:08gevaertsWhich is a big deal on battery powered devices
17:54:33shuffle2the problem is just that the ps3 needs rather fast responses
17:54:46gevaertsYes, but those should really not depend on HZ
17:54:54gevaertsIf they do, there's a bug somewhere
17:55:39gevaertsAnd if that bug is in our code, we want to know
18:00
18:07:28 Join notlistening [0] (~tom@94-195-105-95.zone9.bethere.co.uk)
18:09:45amiconn[17:18:32] <Torne> just have the patch also murder most of Rockbox :)
18:10:11amiconn^ That would be rather similar to what bootbox does on the archoses.
18:10:13Torneyeah
18:10:37amiconnIt's also almost the same to (normal) bootloaders - re-use the firmware layer, add custom app layer
18:18:19 Quit TheSphinX^ (Quit: XChat)
18:19:00***Saving seen data "./dancer.seen"
18:26:07 Join bertrik [0] (~bertrik@ip117-49-211-87.adsl2.static.versatel.nl)
18:26:07 Quit bertrik (Changing host)
18:26:07 Join bertrik [0] (~bertrik@rockbox/developer/bertrik)
18:32:10 Join GeekShadow [0] (~Antoine@reactos/tester/GeekShadow)
18:32:59 Join Ronj75 [0] (~ronj75@75-133-48-83.dhcp.trcy.mi.charter.com)
18:33:13 Join shuffle [0] (~5706abbd@giant.haxx.se)
18:33:21shufflehello
18:35:17 Quit shuffle (Client Quit)
18:43:48 Join Maggux_ [0] (~quassel@krlh-4d0206da.pool.mediaWays.net)
18:45:41 Join earcar [0] (~carmine@93-39-220-103.ip77.fastwebnet.it)
18:52:24 Quit swilde (Quit: ERC Version 5.3 (IRC client for Emacs))
18:53:15 Join Samuel [0] (~bc175a91@giant.haxx.se)
18:56:03 Join captainkewllllll [0] (2669ecc2@gateway/web/freenode/ip.38.105.236.194)
18:57:01shuffle2shuffle was ~5706abbd@giant.haxx.se * [host189-171-dynamic.6-87-r.retail.telecomitalia.i
18:57:06shuffle2strange...
18:58:16SamuelWasn't you?
18:58:24shuffle2no
19:00
19:02:32SamuelHey Papst I finally got the Display running :)
19:03:20 Join Jerom [0] (~jerome@95.171.137.111)
19:04:20SamuelBut i don't know where the bug is. I only need to reboot the iPod twice :S
19:14:47 Quit factor (Quit: Leaving)
19:18:09 Join slothearn [0] (~slothearn@pool-98-111-116-30.hrbgpa.fios.verizon.net)
19:18:22slothearnis there a way to replace rockbox.ipod without getting a checksum error?
19:18:27slothearnlike, with a modified version?
19:18:39gevaertsSure, use one for your model of ipod
19:18:48shuffle2hehe
19:20:38 Join krabador [0] (~krabador@host20-18-dynamic.117-80-r.retail.telecomitalia.it)
19:21:18PaulJamhi, i have an ipod video (g5.5), and in usb mode the disk spins down a few seconds after the last access. is there a way to increase this time untill the disk spins down in usb mode?
19:22:37 Quit DerPapst (Quit: Leaving.)
19:23:15gevaertsPaulJam: that uses the standard spindown timeout
19:23:29 Join factor [0] (~factor@74.197.182.72)
19:24:15PaulJamoh, i didn't expect that. wouldn't it make sense to have a longer spindown delay when the device is powered by usb?
19:24:34PaulJambut thanks for the info.
19:25:17 Quit shuffle2 (Ping timeout: 252 seconds)
19:25:40 Quit AI6K (Quit: Leaving)
19:32:00 Quit einhirn (Quit: Miranda IM! Smaller, Faster, Easier. http://miranda-im.org)
19:35:23 Join DerPapst [0] (~Alexander@dslb-088-069-140-088.pools.arcor-ip.net)
19:36:23 Join jgarvey [0] (~jgarvey@cpe-065-190-066-089.nc.res.rr.com)
19:36:26 Quit krabador (Ping timeout: 272 seconds)
19:36:30 Quit togetic (Ping timeout: 252 seconds)
19:37:43slothearngevaerts: guessing you've had a lot of my same question here today, eh?
19:39:45 Quit kisak (Ping timeout: 245 seconds)
19:39:54 Quit Horscht (Quit: Verlassend)
19:40:01 Join shuffle2 [0] (~shuffle2@cpe-74-74-168-216.rochester.res.rr.com)
19:44:34 Join Horscht [0] (~Horscht@p4FD4DB23.dip.t-dialin.net)
19:44:35 Quit Horscht (Changing host)
19:44:35 Join Horscht [0] (~Horscht@xbmc/user/horscht)
19:45:13shuffle2fwiw my ipod is model a1136
19:45:34shuffle2as far as i know, this is 5.0 generation video ipod...yes?
19:45:45slothearnsame model I have
19:45:49slothearn5.0 or 5.5G
19:45:55slothearnfairly certain it's 5 though
19:46:26gevaerts5.0 and 5.5 only have different disks and LCDs
19:46:49shuffle2the question is why his ipod doesn't accept firmware i compile
19:47:11shuffle2and no, i'm not aware of whatever protection is at work here :)
19:47:55slothearnafaik it just checks the data in the 8 byte header of the images
19:48:18shuffle2ya well, that's just a rockbox header, isn't it?
19:48:29slothearnI suppose
19:48:55 Quit DerPapst (Ping timeout: 245 seconds)
19:52:25slothearnhella mysterious :O
19:52:49*shuffle2 goes to compile rockbox again
19:52:57shuffle2no bsod this time, kthx gcc
19:53:02Tornesounds like the file might be corrupt..
19:53:29shuffle2ya i'll send him another compile once it's done :)
19:53:33shuffle2er
19:53:34gevaertsshuffle2: I noticed one thing in your patch. Why \ and not / as a path separator in your include statements?
19:53:37shuffle2them*
19:53:47shuffle2ahhh
19:53:53shuffle2from Visual Assist X
19:53:59shuffle2autofills paths
19:54:08shuffle2i'll change it
19:54:28Tornewell gcc is probably indifferent tbh
19:55:09shuffle2ya it depends on your FS. but it's bad style :p
19:55:33shuffle2or, maybe it's a patch on mingw's gcc...not sure
19:56:18Torneno, i mean gcc doesn't care at all
19:56:20Torneon any os
19:56:26shuffle2no, it does
19:56:33shuffle2at least g++ does
19:56:43Torneit shouldn't.
19:56:45shuffle2tbh i don't normally use C-only :)
19:56:57Torneand g++ is the exact same compiler
19:57:13shuffle2well I know from people bickering that \ causes problems on non-win32
19:57:17slothearnha, alright...
19:57:27slothearnpeople are distributing corrupt versions of your patch, shuffle2
19:57:36shuffle2good for them
19:57:38shuffle2i guess
19:57:41slothearnjust got it directly from your github
19:57:42Torneit can cause problems with some stuff, but gcc itself doesn't care
19:57:48slothearnthe iPod now shows up as a generic USB hub :)
19:57:55shuffle2yay, problem solved
19:58:17notlisteninghad anyone here build the rockbox apk..?
19:58:36shuffle2Torne are you going to get at what it *does* cause problems with?
19:59:05shuffle2i'd like to know. but i hate beating around bushes :p
20:00
20:00:47notlisteningafter running make apk the only .apk files are in the /bin file is that right..?
20:02:25shuffle2slothearn i would laugh very hard if these are people trying to edit the raw .ipod file to allow the backup manager
20:02:40slothearnI believe some of them are
20:02:42shuffle2as the file is obviously checksum'd ;p
20:02:47shuffle2ha, thought so
20:02:55slothearnsaw one guy who had the right idea though
20:03:03slothearnwas getting the Rockbox devkit stuff together
20:03:08slothearnbut he couldn't get it working
20:03:44AlexPThat's because there isn't a devkit
20:03:55AlexPSomeone called bluechip distributed one about 6 years ago
20:03:58AlexPBut that is it
20:03:59slothearnXD, any idea what the dude might have been downloading?
20:04:01slothearnhahahahaha
20:07:05slothearntbh though, someone will inevitably build a working backup manager compatible version
20:15:10slothearnbtw, Rockbox pwns hard guys.
20:15:27slothearnthink I only discovered it like last year.
20:16:18slothearnrecently replaced the HDD in my iPod too, simply to be able to run it. probably wouldn't use my 5G anymore if it didn't exist
20:16:25AlexPta :)
20:17:29 Quit PaulJam (Ping timeout: 264 seconds)
20:19:01***Saving seen data "./dancer.seen"
20:25:21shuffle2gevaerts :)
20:25:27shuffle2works fine with HZ=100
20:27:07gevaertsExcellent!
20:27:12*gevaerts can sleep properly now
20:27:14 Quit Jerom (Quit: Leaving.)
20:27:26 Quit Samuel (Quit: CGI:IRC (EOF))
20:27:39 Join Samuel [0] (~bc175a91@giant.haxx.se)
20:30:11Samuelshuffle2 psgroove finally working?
20:30:22shuffle2ya
20:30:33Samuelnice :)
20:31:18SamuelWhat payload are u using? The original one from psjailbreak?
20:31:53 Join DerPapst [0] (~Alexander@p4FE8EB82.dip.t-dialin.net)
20:32:22shuffle2all the descriptor data is unmodified from psgroove
20:32:27amiconngevaerts: On hdd targets with sw usb we should probably have a separate spindown setting for usb mode (with a sane default)
20:32:34slothearnodd, I'm not getting the install package menu :O
20:32:54shuffle2slothearn you know you have to hard reboot the ps3, right?
20:32:58slothearnyep
20:33:00slothearnand press eject
20:33:08shuffle2power then eject
20:33:11slothearnyup
20:33:20slothearntried spamming eject too, but to no avail :(
20:33:27slothearn3.41, etc...
20:34:01slothearnI do get, "Unknown USB device connected" though
20:34:13shuffle2reboot the ipod and try again
20:34:32slothearnwill do, do I need to have another dongle with a specific directory structure?
20:34:34shuffle2go to the debug menu and show the log while the ps3 boots up
20:34:40Samuelshuffle2 are you going to release your piece of work? :)
20:34:40shuffle2no
20:34:50shuffle2Samuel shuffle2/rockbox_psgroove">http://github.com/shuffle2/rockbox_psgroove
20:35:10Samueloh didn't know and couldn't find anything in the logs
20:35:30shuffle2slothearn in fact, no other usb devices should be plugged in before the ipod has finished doing it's job
20:35:53shuffle2also i heard that the drive should be empty
20:36:02shuffle2(when booting)
20:36:24shuffle2does that stuff already apply to you? :)
20:36:30Samuelwill try it with an ipod nano 1g
20:36:58 Join dfkt_ [0] (dfkt@unaffiliated/dfkt)
20:37:06 Quit dfkt (Read error: Connection reset by peer)
20:37:40 Join DEadPuNk [0] (~deadpunk@unaffiliated/deadpunk)
20:38:16 Nick dfkt_ is now known as dfkt (dfkt@unaffiliated/dfkt)
20:38:53Samuelslothearn u have a ps3 slim or fat?
20:39:57slothearnfat
20:40:05Samuelhm k :S
20:40:11slothearnpsgroove init 37.572
20:40:21slothearnis the log dump
20:40:30shuffle2it should take ~7 seconds to complete
20:40:40shuffle2it feels longer than it is :p
20:40:43slothearnand yep, I'll remove the dongle I just put in and try again. how bad is the window for timing between power and eject?
20:40:54shuffle2200ms
20:41:01pixelmaI'm not sure if this talk has a place in the Rockbox channel
20:41:16slothearnpixelma: but Rockbox makes it possible :)
20:41:21shuffle2efnet #ps3dev then
20:41:28slothearnindeed. one sec.
20:43:54AlexPpixelma: Yes, I was wondering about this earlier
20:44:07AlexPIt doesn't actually seem Rockbox related, it was just built on Rockbox
20:47:51 Join baptiste [0] (~chatzilla@vir91-12-78-231-137-156.fbx.proxad.net)
20:51:08 Join kisak [0] (~kisak@pool-72-70-187-188.hrbgpa.fios.verizon.net)
20:52:46bertrikIs it possible to make the file browser start at in specific directory on startup ("MUSIC" for example)?
20:58:02bertrika bit similar to how we can set a directory for recording, except now for playback
20:58:51 Join Buschel [0] (~chatzilla@p54A3AEB1.dip.t-dialin.net)
21:00
21:00:39 Quit earcar (Quit: bye)
21:06:51 Quit saratoga (Quit: Page closed)
21:07:05 Join Jerom [0] (~heidi@95.171.137.111)
21:07:12*Buschel just rockboxed his "new" nano2g :)
21:07:44CIA-81New commit by alle (r28157): Correct the examples of usage of %pS and %pE in the manual
21:09:34CIA-81r28157 build result: All green
21:11:33 Join [sko] [0] (~sko]@p57A9B862.dip0.t-ipconnect.de)
21:17:13 Join pamaury [0] (~quassel@sal63-1-82-243-96-220.fbx.proxad.net)
21:17:14 Quit pamaury (Changing host)
21:17:14 Join pamaury [0] (~quassel@rockbox/developer/pamaury)
21:30:44 Quit esperegu (Read error: Connection reset by peer)
21:38:14 Quit Samuel (Quit: CGI:IRC (Ping timeout))
21:42:16 Quit baptiste (Remote host closed the connection)
21:43:44 Quit shuffle2 (Ping timeout: 240 seconds)
21:52:44 Join CGL [0] (~CGL@190.77.217.134)
22:00
22:10:05factorI just got in my sansa fuze to rca cable , I could not get any audio or video out of the lines.
22:10:22factorso I guess its not active in my version , this is the orig kernel not the rock box.
22:14:34 Join wodz [0] (~wodz@chello087206240131.chello.pl)
22:19:04***Saving seen data "./dancer.seen"
22:20:28bertrikmaybe the OF only enables audio on the dock connector when it actually detects a dock
22:20:40bertrikI'm quite sure you can't get video out of it
22:20:42factorHow do I compile rbutil, what is the primary dir?
22:21:06factoryeah I could not get either audio or vid
22:22:11krazykitmaybe look in rbutil/
22:22:20factorthat is what I am trying now
22:22:27krazykitthe INSTALL document should have what you need
22:22:32factormake seems to work. qmake did not
22:22:48bertrikI think qmake was recently made obsolete
22:22:51factoryup that is what I read form that thanks
22:22:56factoroh ok
22:23:01bertrikfor rbutil building I mean
22:23:06factorso it seems
22:24:46factorwas hoping the audio would work with the dock so I could make a nice dock to my car stereo
22:26:20factorso does the rbutil install the kernel to the fuze ?
22:26:28factoror just manage rockbox
22:26:54bertrikI may have been wrong about no longer needing qmake
22:27:44factorI am running rockbox utility right now
22:29:01bertrikI don't know, I've never used rbutil to install rockbox on an ams sansa
22:29:45factorwill it do it?
22:29:53factoris that what its for?
22:30:06factorlooks like it I see boot loader
22:30:36 Quit slothearn (Quit: Lost terminal)
22:33:17gevaertsfactor: what do you mean by "the kernel"?
22:33:36factorfirmware
22:34:01 Quit Dreamxtreme (Quit: Never look down on someone unless you're helping them up.)
22:34:27 Join shuffle2 [0] (~shuffle2@cpe-74-74-168-216.rochester.res.rr.com)
22:35:37bertrikfactor, the most complex part is installation of the bootloader, the main rockbox firmware is basically just a bunch of files in the ".rockbox" directory on the player
22:36:19bertrikrbutil can do both, and install stuff like voice files, themes, etc. too
22:36:26 Quit drizztbsd (Ping timeout: 276 seconds)
22:36:50factorok. getting the firmware from the sansa sight right now
22:38:49 Quit froggyman (Remote host closed the connection)
22:39:57 Join Dreamxtreme [0] (~Dreamxtre@92.30.99.91)
22:40:19 Quit notlistening (Quit: Leaving)
22:40:55factorok installed now get out of gui app and disconnect the player
22:42:04 Quit Synthbox (Ping timeout: 240 seconds)
22:44:11factornice
22:45:53 Quit Jaykay (Read error: Connection reset by peer)
22:47:58factorHow do I boot back into the default firmware. So I can play my videos
22:49:14 Quit Maggux_ (Remote host closed the connection)
22:49:17evilnick_BIt's in the manual
22:51:03 Join clone4crw [0] (~calvin@97-86-227-168.dhcp.roch.mn.charter.com)
22:52:15 Quit DEadPuNk ()
22:53:03 Join edboyer93 [0] (eboyer93@pool-71-185-65-59.phlapa.fios.verizon.net)
22:54:21factoris any work in progress on getting mp4 's to play on rock box
22:54:40bertrikno
22:56:44 Quit pamaury (Remote host closed the connection)
22:56:52factortried to install a theme it went back to my defaul load
22:57:24 Join drizztbsd [0] (~quassel@dynamic-adsl-78-12-181-146.clienti.tiscali.it)
22:58:56 Join slothearn [0] (~euclid@pool-98-111-116-30.hrbgpa.fios.verizon.net)
22:59:44slothearnhttp://pastebin.com/h9hNgBab
22:59:57slothearnbr0ken :(
23:00
23:00:06slothearnrockbox.ipod is never built during make fullzip
23:00:13factornice tuxbox theme
23:00:34pixelmafactor: where did you get the theme from and which build did you install exactly
23:00:47gevaertsslothearn: was that in a clean directory?
23:00:52slothearnyup
23:00:59slothearnmkdir build; cd build; etc...
23:01:04slothearnthe toolchain built fine too
23:01:10gevaertsTry "make bin"
23:01:28factorthe RockBox utility
23:01:42factorLove the image background
23:01:48factornow if I had the mp4 playback
23:01:55slothearnthat worked :)
23:02:21 Quit drizztbsd (Remote host closed the connection)
23:02:28gevaertsOK. Now run "make" again
23:02:44factorok afk have to do some other stuff , rock box is nice though
23:04:48 Join drizztbsd [0] (~quassel@dynamic-adsl-78-12-181-146.clienti.tiscali.it)
23:05:44slothearnah, that seems to have worked just fine
23:05:51slothearnnow make zip/fullzip should be good to go?
23:05:53gevaertsyes
23:06:12gevaertsWe seem to have a makefile dependency issue again... :\
23:06:34slothearnthe script to build the toolchain is pretty baller btw
23:06:52slothearnthere's a similar setup on Gentoo, but it's very generic and sometimes breaks
23:08:30 Quit domonoky1 (Read error: Connection reset by peer)
23:09:07Bagderit's slightly easier to make it for rockbox as we make crafted for rockbox
23:09:21slothearncan imagine
23:09:37slothearnnot to hate on Gentoo's equivalent either
23:09:40AlexPWhat does baller mean?
23:09:41slothearnthat thing is extremely useful as well
23:09:42shuffle2http://pastie.org/private/mzcoxap5scqb7ubub9gpwa
23:09:44Bagderand in fact, the gentoo compilers are known to not build rockbox properly ;-)
23:09:48shuffle2anyone seen this before? :s
23:09:53slothearnAlexP: it's white suburban kid for "cool"
23:10:04AlexPah
23:10:24Bagderwhoa, compiler crash
23:10:28*gevaerts never fully understood what "cool" means anyway. Sometimes it seems to mean "hot"...
23:10:33AlexPnot being american and no longer being a kid (or indeed cool), that one had passed me by :)
23:10:43slothearngevaerts: but would you say it to a woman?
23:10:55slothearn"baby, you're so cool. I wanna give you moisture-touches"
23:11:01*evilnick_B coughs quietly and points to #rockbox-community
23:11:07slothearnmy bad :P
23:12:09*shuffle2 points at DOOM
23:12:13shuffle2bad doom :(
23:12:46gevaertsshuffle2: is that the compiler crashing, or some kernel or libc thing not liking some memory access patterns?
23:12:57shuffle2probably the latter
23:14:18shuffle2-fno-stack-protector
23:14:20shuffle2yay! :p
23:16:34wodzmay I ask for quick test of FS #11641?
23:19:38 Quit evilnick_B (Quit: Page closed)
23:24:03AlexPwodz: I can do H100 in a bit, I'll post on the task when I have
23:26:07soapYes, gevaerts, commenting out #define HAVE_PITCHSCREEN breaks playback. It also breaks the use of "make -j3".
23:26:36*TheSeven bets it also breaks "make -j4" then :P
23:26:41gevaertssoap: I believe the first bit, not the last. That one gets broken by something else :)
23:27:12soapnothing else I do prevents me from using -j or -j3
23:27:19gevaertsSee also about half an hour ago
23:27:29soapthe correlation here is 100%.
23:28:39wodzAlexP: thanks
23:28:43soapanything I can do to help you track it down?
23:28:57soaps/you/anyone/
23:29:30 Quit captainkewllllll (Quit: Page closed)
23:29:38 Join drizztbsd_ [0] (~quassel@82.84.103.222)
23:30:26gevaertssoap: the -j3 breakage is probably a subtle dependency issue. Possibly HAVE_PITCHSCREEN makes just the right difference, but that's not the only trigger
23:31:21 Quit drizztbsd_ (Remote host closed the connection)
23:31:43gevaertsNo audio if HAVE_PITCHSCREEN is undefined is going to be fun, unless someone who knows this area well steps in
23:31:49soapI can believe it's not the only trigger. I've been lucky, then, as it's the only one I've hit.
23:32:12soapno audio and playback appears speeded up if not stuttering.
23:32:41 Quit drizztbsd (Ping timeout: 272 seconds)
23:32:47soapThe track time remaining/passed moves ~200% realtime in what appears to be a jumpy fashion.
23:33:45soapI'll gladly get out my stopwatch and time exactly how fast it is running if that would be of any help. FM radio seems unaffected.
23:34:13gevaertsIt sounds to me as if something doesn't pass the audio to the pcm buffer, presumably because it used to go via the pitch stuff that now does nothing
23:34:40gevaertsDoes it go at different speeds if you try different codecs?
23:37:47soapI can test that.
23:38:04soaplet me get a stopwatch and some different codecs.
23:45:07 Quit Llorean (Quit: Leaving.)
23:45:15*gevaerts really sees nothing in the source that would explain this
23:48:24 Quit bertrik (Quit: :tiuQ)
23:50:40 Quit logbot (Ping timeout: 265 seconds)
23:50:40***ERROR: (Closing Link: giant.haxx.se (Ping timeout: 265 seconds)) from gibson.freenode.net
23:50:40***Cleanup
23:50:40***Cleanup
23:50:40***Saving seen data "./dancer.seen"
23:50:40***Exit
23:50:42***Started Dancer V4.16
23:50:42***Connected to irc.freenode.net on port 6667
23:50:42***Logfile for #rockbox started
23:50:42Mode"logbot :+i" by logbot
23:50:42CtcpVersion from frigg!~frigg@freenode/utility-bot/frigg
23:50:46***Server message 501: 'logbot :Unknown MODE flag'
23:50:46 Join logbot [0] (~rockbox@giant.haxx.se)
23:50:46 Join slothearn [0] (~euclid@pool-98-111-116-30.hrbgpa.fios.verizon.net)
23:50:46 Join edboyer93 [0] (eboyer93@pool-71-185-65-59.phlapa.fios.verizon.net)
23:50:46 Join clone4crw [0] (~calvin@97-86-227-168.dhcp.roch.mn.charter.com)
23:50:46 Join Dreamxtreme [0] (~Dreamxtre@92.30.99.91)
23:50:46 Join shuffle2 [0] (~shuffle2@cpe-74-74-168-216.rochester.res.rr.com)
23:50:46 Join wodz [0] (~wodz@chello087206240131.chello.pl)
23:50:46 Join CGL [0] (~CGL@190.77.217.134)
23:50:46 Join [sko] [0] (~sko]@p57A9B862.dip0.t-ipconnect.de)
23:50:46 Join Jerom [0] (~heidi@95.171.137.111)
23:50:46 Join Buschel [0] (~chatzilla@p54A3AEB1.dip.t-dialin.net)
23:50:46 Join kisak [0] (~kisak@pool-72-70-187-188.hrbgpa.fios.verizon.net)
23:50:46 Join dfkt [0] (dfkt@unaffiliated/dfkt)
23:50:46 Join DerPapst [0] (~Alexander@p4FE8EB82.dip.t-dialin.net)
23:50:46 Join Horscht [0] (~Horscht@xbmc/user/horscht)
23:50:46 Join jgarvey [0] (~jgarvey@cpe-065-190-066-089.nc.res.rr.com)
23:50:46 Join factor [0] (~factor@74.197.182.72)
23:50:46 Join Ronj75 [0] (~ronj75@75-133-48-83.dhcp.trcy.mi.charter.com)
23:50:46 Join GeekShadow [0] (~Antoine@reactos/tester/GeekShadow)
23:50:46 Join toffe82 [0] (~chatzilla@12.169.218.14)
23:50:46 Join komputes [0] (~komputes@ubuntu/member/komputes)
23:50:46 Join engwan_ [0] (~engwan@112.202.22.199)
23:50:46 Join anewuser [0] (anewuser@unaffiliated/anewuser)
23:50:46 Join bdrung_ [0] (~bdrung@ubuntu/member/bdrung)
23:50:46 Join _s1gma [0] (~d.d.derp@77.107.164.131)
23:50:46 Join antil33t [0] (~Mudkips@124-197-51-80.callplus.net.nz)
23:50:46 Join TheSeven [0] (5d84be41@rockbox/developer/TheSeven)
23:50:46 Join krazykit [0] (~kkit@24-148-89-52.frg-bsr1.chi-frg.il.cable.rcn.com)
23:50:46 Join jhMikeS [0] (~jethead71@rockbox/developer/jhMikeS)
23:50:46 Join kadoban__ [0] (~mud@cpe-67-247-80-129.rochester.res.rr.com)
23:50:46 Join lostlogic [0] (~lostlogic@rockbox/developer/lostlogic)
23:50:46 Join jfc^3 [0] (~john@dpc6682208002.direcpc.com)
23:50:46 Join n17ikh [0] (~n17ikh@c-68-59-25-51.hsd1.sc.comcast.net)
23:50:46 Join BlakeJohnson86 [0] (~bjohnson@c-24-118-162-123.hsd1.mn.comcast.net)
23:50:46 Join tchan [0] (~tchan@lunar-linux/developer/tchan)
23:50:46 Join Rob2223 [0] (~Miranda@pD9FE3DC3.dip.t-dialin.net)
23:50:46 Join MagusG [0] (magusg@c-71-59-57-46.hsd1.ga.comcast.net)
23:50:46 Join markun [0] (~markun@rockbox/developer/markun)
23:50:46 Join ender` [0] (krneki@foo.eternallybored.org)
23:50:46 Join simonrvn [0] (simon@197.100-ppp.3menatwork.com)
23:50:46 Join bluebrother [0] (~dom@rockbox/developer/bluebrother)
23:50:46 Join ps-auxw [0] (~arneb@p4FF7EF29.dip.t-dialin.net)
23:50:46 Join Rondom [0] (~quassel@dslb-084-057-170-171.pools.arcor-ip.net)
23:50:46 Join pixelma [0] (quassel@rockbox/staff/pixelma)
23:50:46 Join amiconn [0] (quassel@rockbox/developer/amiconn)
23:50:46 Join parafin [0] (parafin@2001:470:1f0b:81::1)
23:50:46 Join Kitar|st [0] (Kitarist@BSN-182-82-120.dial-up.dsl.siol.net)
23:50:46 Join leavittx [0] (~leavittx@89.221.199.187)
23:50:46 Join cjcopi [0] (~craig@adsl-76-241-98-53.dsl.bcvloh.sbcglobal.net)
23:50:46 Join tmzt_ [0] (~tmzt@adsl-99-164-62-33.dsl.akrnoh.sbcglobal.net)
23:50:46 Join jordan` [0] (~jordan@jem75-13-78-235-252-137.fbx.proxad.net)
23:50:46 Join YPSY [0] (~ypsy@geekpadawan.de)
23:50:46 Join threeothree [0] (generic@server1.unitedservers.de)
23:50:46 Join zu [0] (~zu@ks355000.kimsufi.com)
23:50:46 Join scorche|sh [0] (~scorche@squisch.net)
23:50:46 Join lestatar [0] (~chatzilla@cpe-72-229-41-214.nyc.res.rr.com)
23:50:46 Join miceh [0] (~mtq@h1439481.stratoserver.net)
23:50:46 Join scorche [0] (~scorche@rockbox/administrator/scorche)
23:50:46 Join Xerion [0] (~xerion@541907CA.cm-5-2a.dynamic.ziggo.nl)
23:50:46 Join linuxguy3 [0] (~timj@adsl-75-57-202-99.dsl.emhril.sbcglobal.net)
23:50:46 Join mc2739 [0] (~mc2739@rockbox/developer/mc2739)
23:50:46 Join avacore [0] (nobody@1008ds1-rdo.0.fullrate.dk)
23:50:46 Join simabeis [0] (~simabeis@lobmenschen.de)
23:50:46 Join AlexP [0] (~alex@rockbox/staff/AlexP)
23:50:46 Join evilnick [0] (~Evilnick@cpe-24-193-43-185.nyc.res.rr.com)
23:50:46 Join sasquatch [0] (~username@109.250.171.3)
23:50:46 Join Barahir [0] (~jonathan@frnk-590f7029.pool.mediaWays.net)
23:50:46 Join Galois [0] (djao@efnet.math.uwaterloo.ca)
23:50:46 Join FOAD [0] (~dok@83.160.60.104)
23:50:46 Join Zarggg [0] (~zarggg@24.229.139.169.res-cmts.sm.ptd.net)
23:50:46 Join alexbobP [0] (~alex@ppp-70-253-89-214.dsl.austtx.swbell.net)
23:50:46 Join preglow [0] (thomj@tvilling2.pvv.ntnu.no)
23:50:46 Join aevin [0] (eivindsy@unaffiliated/aevin)
23:50:46 Join maraz [0] (maraz@kapsi.fi)
23:50:46 Join bzed [0] (~bzed@devel.recluse.de)
23:50:46 Join ranma [0] (ranma@yumi.tdiedrich.de)
23:50:46 Join soap [0] (~soap@rockbox/staff/soap)
23:50:46 Join Battousai [0] (~bryan@gentoo/developer/battousai)
23:50:46 Join Utchybann [0] (~Utchy@rps6752.ovh.net)
23:50:46 Join mikroflops [0] (~yogurt@90-230-97-182-no112.tbcn.telia.com)
23:50:46 Join Farthen [0] (~Farthen@static.225.178.40.188.clients.your-server.de)
23:50:46 Join xnyhps [0] (~xnyhps@xnyhps.nl)
23:50:46 Join Gabe_G23 [0] (~gabe@bzflag/player/GabrielG)
23:50:46 Join Guest59303 [0] (~tim@112.166.15.141)
23:50:46 Join Bagder [0] (~daniel@rockbox/developer/bagder)
23:50:46 Join Kohlrabi [0] (~kohlrabi@kohlio.de)
23:50:46 Join fxb__ [0] (~felixbrun@h1252615.stratoserver.net)
23:50:46 Join crwl [0] (~crwlll@dsl-jklbrasgw1-fe10fb00-173.dhcp.inet.fi)
23:50:46 Join Zambezi [0] (Zulu@unaffiliated/zambezi)
23:50:46 Join merbanan [0] (~banan@c-94-255-214-103.cust.bredband2.com)
23:50:46 Join Tuplis [0] (~jani@adsl-77-109-221-158.kymp.net)
23:50:46 Join Ramsey[LC] [0] (~RamseyLC]@adsl-71-158-161-74.dsl.rcsntx.sbcglobal.net)
23:50:46 Join elcan [0] (user36@pr0.us)
23:50:46 Join GodEater [0] (~bibble@rockbox/staff/GodEater)
23:50:46 Join noamsml [0] (~noamsml@adsl-75-45-234-233.dsl.sfldmi.sbcglobal.net)
23:50:46 Join feisar- [0] (jljhook@irkki.fi)
23:50:46 Join Beta2K [0] (1000@d24-36-97-38.home1.cgocable.net)
23:50:46 Join gevaerts [0] (~fg@rockbox/developer/gevaerts)
23:50:46 Join guymann [0] (~charlie@adsl-69-177-38-223.adsl.snet.net)
23:50:46 Join Knuckle [0] (Knuckle@knuckle.student.utwente.nl)
23:50:46 Join jae [0] (~jae@jaerhard.com)
23:50:46 Join Shapeshifter [0] (~Shapeshif@unaffiliated/shapeshifter)
23:50:46 Join sinthetek [0] (~sinthetek@unaffiliated/sinthetek)
23:50:46 Join xvello_ [0] (~quassel@mauvais-esprit.org)
23:50:46 Join literal [0] (~hinrik@v.nix.is)
23:50:46 Join rvvs89 [0] (ivo@pdpc/supporter/base/rvvs89)
23:50:46 Join Unhelpful [0] (~quassel@rockbox/developer/Unhelpful)
23:50:46 Join neoxan [0] (neoxan@free.blinkenshell.org)
23:50:46 Join yosafbridge [0] (~yosafbrid@li14-39.members.linode.com)
23:50:46 Join wombat23 [0] (~beuteltie@adsl-76-230-21-225.dsl.pltn13.sbcglobal.net)
23:50:46 Join ack [0] (~ack@mingbai.org)
23:50:46 Join rasher [0] (~rasher@rockbox/developer/rasher)
23:50:46 Join advcomp2019 [0] (~advcomp20@unaffiliated/advcomp2019)
23:50:46 Join Stummi [0] (stummi@doppeldenk.org)
23:50:46 Join Hadaka [0] (~naked@naked.iki.fi)
23:50:46 Join ThomasAH [0] (~thomas@aktaia.intevation.org)
23:50:46 Join powell14ski_ [0] (~powell14s@c-174-51-160-240.hsd1.co.comcast.net)
23:50:46 Join ved [0] (ved@ddsbox.co.cc)
23:50:46 Join docgnome [0] (~docgnome@174.120.42.4)
23:50:46 Join dionoea [0] (~dionoea@yop.chewa.net)
23:50:46 Join blithe [0] (~blithe@72.14.176.144)
23:50:46 Join @ChanServ [0] (ChanServ@services.)
23:50:46 Join Torne [0] (torne@rockbox/developer/Torne)
23:50:46 Join pjm0616 [0] (~user@110.9.28.120)
23:50:46 Join CIA-81 [0] (~CIA@208.69.182.149)
23:51:30gevaertsOK, so disabling HAVE_PITCHSCREEN just turns everything into a giant test_codec
23:52:16 Quit Zarggg (Quit: Zarggg)
23:52:19*gevaerts thinks someone who understands the audio code should look at this
23:53:32soapMP3 goes at 400% realtime, but hangs the player if second in playlist. Acts "normally" if first file in playlist.
23:55:25soapany change in codec appears to hang the player. "playback" continues but the player becomes unresponsive to button presses and the battery meter displays an incorrect battery voltage.
23:55:56soapand Vorbis "plays" at 360% realtime.

Previous day | Next day