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

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

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

#rockbox log for 2011-03-03

00:01:06 Join mc2739 [0] (~mc2739@rockbox/developer/mc2739)
00:01:46thomasjfoxkugel: Almost got it. Need to adjust, the configuration_save()/load() code, too.
00:03:26 Quit bertrik (Quit: :tiuQ)
00:05:07 Quit L-Strife89 (Ping timeout: 240 seconds)
00:05:11sideraljhMikeS: The sim has a different issue: It randomly pauses playback of my MP4 file. Hrmpf.
00:05:45jhMikeS?? logf that!
00:05:49 Join ender| [0] (krneki@foo.eternallybored.org)
00:06:07 Quit ender` (Quit: Anyone who thinks people lack originality should watch them folding roadmaps.)
00:06:13jhMikeSsideral: the playback engine shows itself paused ?
00:06:31thomasjfoxsideral: If you compile the sim using "−−sdl-threads", you can run it inside valgrind and check for uninitialized memory access or buffer overflows
00:07:34 Join RoC_MasterMind [0] (~Free@c-76-122-36-52.hsd1.fl.comcast.net)
00:08:24sideralYes, the WPS says it's paused, and I can unpause. This is with an old release though. I don't have time to dig into this too deeply now, but I'll retry with a current release when I'm finished (or have given up) finding a good release for my ClipV2 and bisecting
00:08:40 Quit {phoenix} (Remote host closed the connection)
00:09:09[Saint]wtf?!?
00:09:19[Saint]there's no "create widget" anymore :/
00:09:49[Saint]either it's not there...or the huge RB logo combined with the addition of the cover art category bumped it off the bottom.
00:10:21[Saint](I dislike the massive RB logo personally...too much for 240x320)
00:10:29 Quit RoC_MasterMind (Client Quit)
00:11:36JdGordonwe really need a way to reboot RaaA on android :/
00:11:40 Join L-Strife89 [0] (~Strife89@168.16.226.187)
00:11:42JdGordonhow am i supposed to enable the databse?
00:11:49[Saint]yeah...it's pushed off the bottom of the screen...I can select it with the dpad (but not see it) and create the widget like that, but it's the only way to do it.
00:12:03[Saint]JdGordon: shutdown the service.
00:12:07[Saint]that's what I did.
00:13:04JdGordonPF sucks on my phone
00:13:09JdGordonand apparently doesnt find any images
00:14:43[Saint]Hmmm, if you start playback with the widget, if you launch the app with the widget the UI viewport doesn't change but the other %mp conditional tags do.
00:15:09[Saint]the UI viewport switches ok if the app is entered normally.
00:15:48 Quit pamaury (Remote host closed the connection)
00:16:10[Saint]JdGordon: Is it embedded? I don't think pictureflow does embedded AA.
00:17:06JdGordonnope
00:17:45[Saint]Hmmm...actually, perhaps the UI viewport *doesn't* behave correctly and switch on %mp, but it "just works" because I can't alter playback from the .sbs and leaving the .wps causes a fullscreen redraw.
00:18:23[Saint]Yes, I believe that's it actually...pissing around with the widget stopping playback and entering/laving the app suggests as much.
00:18:56[Saint]*leaving
00:19:10sideraljhMikeS: I'm now testing with r28308, a pre-3.7 rev, and I still cannot play back these two MP4 files on the device. Sometime I can see a "codec error" splash for a few milliseconds
00:19:39[Saint]JdGordon: Does that sound likely? As that is what is appearing to happen.
00:19:47JdGordonI dont understand :p
00:19:58JdGordonand dont blame me if the widget doesnt work :) not my beast
00:20:14sideraljhMikeS: So it looks like nothing between 3.7 and 3.8 broke it for these particular files :)
00:20:17kugelthomasjfox: why plugins.data?
00:20:23thomasjfoxkugel: Better idea?
00:20:27[Saint]The UI viewport doesn't seem to change (it's conditional to %mp) unless I leave the menu and come back to it again.
00:20:38kugelrocks.data, or just rocks?
00:21:03thomasjfoxkugel: If we just call it just "rocks" or "plugins", then the path on android would be easy "/sdcard/rockbox/rocks"
00:21:11thomasjfoxOne can't guess it's a data directory
00:21:16JdGordon[Saint]: well yeah, thats how is always worked...
00:21:17thomasjfoxkugel: rocks.data is fine with me
00:21:21 Quit domonoky (Read error: Connection reset by peer)
00:21:31JdGordonit only takes effect when the list is (re)inited
00:21:46[Saint]JdGordon: well, the fail case is things that can affect playback without the current screen changing.
00:21:55[Saint]as it doesn't draw the UI viewport correctly.
00:22:33[Saint]In this case I discovered it with the widget, but enabling playback control from the .sbs will uncover it also.
00:23:19JdGordonyeah
00:23:40[Saint]it worked, as the conditions I has previously guaranteed that the screen was changing, the widget makes this not true.
00:23:55[Saint]so would enabling playback control in the .sbs.
00:24:09[Saint]but I'm not smart enough to figure out how to make it work ;)
00:24:36thomasjfoxkugel: final version: http://pastie.org/1626609
00:24:42[Saint](forcing a fullscreen redraw when the UI viewport changes?)
00:24:56kugel[Saint]: plugins can also change playback state without changing the screen
00:25:29[Saint]kugel: any that use a UI viewport?
00:25:45[Saint]if so, they should display this also.
00:26:18[Saint](well, not necessarily, but they *could* if the .sbs had a conditional UI viewport set)
00:26:19 Quit liar (Ping timeout: 240 seconds)
00:26:38thomasjfoxkugel: Corrected one more typo in the solitare rock
00:26:55thomasjfoxkugel: Anyhow, pictureflow is now saving/caching correctly :)
00:27:05*kugel wonders if thomasjfox heard of strcat :)
00:27:23thomasjfoxkugel: Which place needs a strcat? ;)
00:27:33JdGordon[Saint]: I thought I had it so it would tr to reinit the list if the ui vp changed?
00:28:09kugelthomasjfox: path creation for sdl apps
00:28:30thomasjfoxkugel: Good idea!
00:28:35thomasjfoxkugel: I'll add it
00:28:42 Join liar [0] (~liar@clnet-p09-185.ikbnet.co.at)
00:29:20thomasjfoxkugel: Maybe not that good: We get HOME from outside
00:29:21kugelGoogle found a simple mkdirs() implementation
00:29:29 Join timccc [0] (~timccc@112.166.15.141)
00:29:46thomasjfoxkugel: strncat might be better
00:30:06kugelstrlcat even
00:30:17JdGordon[Saint]: apps/gui/statusbar-skinned.c there is a fucntion sb_set_info_vp(), copy the to two lines staring with viewportmanager_theme from sb_skin_get_info_vp() into it after the line thats there now, that might fix it
00:30:30kugelit was more about the cat part anyway ;)
00:32:07 Join tchan [0] (~tchan@lunar-linux/developer/tchan)
00:32:20kugelJdGordon: I think you took that out?
00:32:22sideralthomasjfox: I haven't used valgrind much in the past. Are there instructions on how to use it with rockbox somewhere?
00:32:59[Saint]JdGordon: Yeah...it's definitely not drawing the UI viewport correctly if I launch the app with it's shortcut, start & stop playback (to make sure the "stopped" condition is true), exit the app, start playback with the widget, then launch the app with the widget.
00:32:59thomasjfoxsideral: Just compile a normal sim build. Then do "valgrind ./rockboxui" and follow the on-screen messages
00:33:08[Saint]JdGordon: I can'
00:33:22thomasjfoxsideral: It's important to configure rockbox with "−−sdl-threads", otherwise valgrind won't work
00:33:25kugelviewportmanager_theme_changed() has no case for ui viewport anymore
00:33:27[Saint]t try your suggested fix either sorry, as I have no way to compile an .apk
00:33:57JdGordonbah :p
00:34:13JdGordonI'll hook you up with a pak?
00:34:16JdGordonapk?
00:34:39[Saint]kugel: do you know if the widget scales AA? Or what the minimum AA size it will display is?
00:34:39thomasjfoxkugel: I'll leave the snprintf in there for now as it's a separate thing
00:34:43 Quit liar (Ping timeout: 240 seconds)
00:34:52kugelthomasjfox: okay
00:34:53thomasjfoxkugel: my box doesn't have strlcat
00:34:54[Saint]It doesn't seem to display any AA for me unless I'm doing something wrong.
00:35:10kugel[Saint]: the widget scales, but with worse quality than rockbox
00:35:32kugelit can't do embedded aa yet if you're using it
00:35:53JdGordonis aa supposed to work in svn in the widget?
00:35:58JdGordon[Saint]: what screen size?
00:36:03[Saint]no, I have all my AA as Folder.jpg
00:36:25[Saint]240x320 <−−- JdGordon
00:37:20 Quit sampattuzzi (Quit: Ex-Chat)
00:37:22 Join liar [0] (~liar@clnet-p09-185.ikbnet.co.at)
00:37:31JdGordonyou'll have to uninstall first because of changed key :/
00:37:35JdGordonbuilding
00:38:03[Saint]you don't have AA fonts in your tree by chance do you?
00:38:10JdGordonplain svn
00:38:10[Saint]and the list height patch? :P
00:38:15[Saint]Ah, np ;)
00:38:51JdGordoncan we setup a wiki page to keep track of everyones git repos?
00:38:52[Saint]Hmmmm....I just can't get a widget to display AA, I have no idea what I'm doing wrong here.
00:38:58JdGordonor at least interesting links?
00:39:10kugelJdGordon: or get write acess to the mirror and have all our repos there!
00:39:48 Quit stripwax (Quit: http://miranda-im.org)
00:39:50JdGordonit wont be seperate repos there though will it? wont it be branches?
00:40:22kugelseparate repos are also possible
00:43:44JdGordon[Saint]: jdgordon.info/rockbox/rockbox.apk">http://jdgordon.info/rockbox/rockbox.apk
00:43:58CIA-70New commit by thomasjfox (r29506): RaaA: Fix write locations of plugins
00:44:16sideralthomasjfox: Thanks! Valgrind finds a few uses of uninitialized values in libasound, but not in Rockbox or the mp4 codec
00:44:36[Saint]JdGordon: Thanks, I'll give you a hoot yay or nay in a bit.
00:44:36kugelJdGordon: git.kernel.org is full of separate repos :)
00:45:28JdGordon[Saint]: also, i tinhk for the tablet 4 direction buttons (in a popup maybe) as it doesnt have any dpad and plenty of space
00:46:13[Saint]Way ahead of you ;) You'll be getting a big navigation/playback panel on the right of the "desktop".
00:46:28JdGordoncool!
00:46:51[Saint]So, more incentive to make playback controls work inthe .sbs if you'll have a pretty device with a pretty .sbs ;)
00:47:27CIA-70r29506 build result: All green
00:50:08***Saving seen data "./dancer.seen"
00:52:09thomasjfoxkugel: btw: I hope I didn't break the android build with the new "power" thread. Did you do a build today/tonight?
00:55:49kugelno
00:56:53sideraljhMikeS, thomasjfox: I just reproduced the strange self-pausing sim with r29505
00:57:47thomasjfoxsideral: Did you do anything special?
00:58:02sideralDon't think so
00:58:08jhMikeSif we wanted it to do that, things would be perfect
00:58:24sideralexcept playing the mp4 file my ClipV2 doesn't play at all
00:58:49jhMikeSmaybe it's actually two different things?
00:58:58sideralthe default debug output doesn't show anything special
00:59:10sideraljhMikeS: Quite likely
01:00
01:01:16 Join krazykit` [0] (~krazykit@99-126-205-52.lightspeed.cicril.sbcglobal.net)
01:01:28jhMikeSmaybe there's some memory issue on clip?
01:01:30 Quit krazykit (Read error: Connection reset by peer)
01:01:37 Nick krazykit` is now known as krazykit (~krazykit@99-126-205-52.lightspeed.cicril.sbcglobal.net)
01:02:04sideraljhMikeS: Why would it manifest with mp4 files only?
01:02:08JdGordonkugel: some things we really need to handle... losing the sdcard (it getting mounted) and headphone insert/remove
01:02:49jhMikeSsideral: you've verified that? if so, I'd generally lean towards the codec.
01:02:58sideralWhen I had differences between sim and target behavior in the past, it typically was related to a synchronization issue
01:03:50sideraljhMikeS: I'll try to reproduce self-pause with another codec tomorrow. I need to leave now, unfortunately
01:04:36jhMikeSok, keep me posted. later.
01:07:26 Quit robin0800 (Quit: Leaving)
01:08:14[Saint]where is the cabbie graphics pack located?
01:08:23[Saint]JdGordon: ^
01:08:41[Saint]I need to construct some new images rather than bother trying to resize anything and further degrade it.
01:09:23 Quit leavittx (Ping timeout: 240 seconds)
01:09:40 Quit Jerom (Quit: Leaving.)
01:10:16[Saint]kugel: ^ ?
01:10:32 Quit Dreamxtreme (Ping timeout: 264 seconds)
01:13:37 Quit mudd1 (Ping timeout: 272 seconds)
01:14:02JdGordon [Saint]: no idea
01:14:16JdGordonit REALLY REALLY should be in svn as svg
01:14:52[Saint]aha! found it in an ancient forum post.
01:15:19JdGordonlink?
01:15:26[Saint]they're .psd files iirc, i may be able to convert them to scalable .svg
01:15:36[Saint]http://www.rockbox.org/wiki/pub/Main/DefaultWPS/cabbie2graphics.zip
01:16:42 Quit Keripo1 (Quit: Leaving.)
01:20:00 Quit dfkt (Quit: -= SysReset 2.53=- Sic gorgiamus allos subjectatos nunc.)
01:21:21 Quit sideral (Quit: Leaving.)
01:22:12kugel[Saint]: an icon pack is on the wiki, some files are in svn
01:22:59kugelwps/cabbiev2/sources/
01:23:49 Join Dreamxtreme [0] (~Dre@92.18.101.101)
01:23:52 Join t0rc [0] (~t0rc@unaffiliated/t0rc/x-5233201)
01:24:01[Saint]JdGordon: Nup, that messes things up pretty badly (not all bitmaps loaded in the .sbs, no input from the screen (can't scroll, can't select anything), and after launching the app forces close in ~30 seconds)
01:24:31JdGordonok
01:24:44JdGordondid you backup your old apk?
01:25:08CIA-70New commit by thomasjfox (r29507): Fix bookmark creation on sleep timer. Fixes FS #11493
01:25:09[Saint]Y'know...that would have been a great idea huh? ;)
01:26:15[Saint]kugel: thomasjfox: Is the widget either one of you guys babies?
01:26:29[Saint]Or, who should I speak to about it?
01:26:47*thomasjfox didn't sell his soul to google yet
01:27:35kugel[Saint]: dionoea made the widget but I dived in
01:27:40[Saint]Oh, that's right... dionoea made it initially I think.
01:27:49[Saint]dionoea: Ping?
01:28:02kugelwhat's your question?
01:28:18 Quit krazykit (Read error: Operation timed out)
01:28:46CIA-70r29507 build result: 90 errors, 0 warnings (thomasjfox committed)
01:29:25[Saint]kugel: Oh, right...it's not really a queation. If the size of the buttons can't be physically reduced, or the screen cannot be made to scroll, the widget creation screen needs to disinclude the logo on 240x320 targets
01:29:32JdGordonthomasjfox: you dont need to bother taking ownership if patches 2min before commiting them :)
01:29:56kugel[Saint]: can you make a screen shot?
01:29:58thomasjfoxJdGordon: ok. That's just the workflow I'm used to in case the user reopens the bug
01:30:11 Join krazykit [0] (~krazykit@99-126-205-52.lightspeed.cicril.sbcglobal.net)
01:30:24kugelthe widget should work equally well on all resolutions (it's using android's density independent pixels)
01:30:28JdGordonthomasjfox: ok, well you can keep doing it if you want, just not sure if you thought you had to or not
01:30:29[Saint]the Rockbox logo on the widget creation screen (with the new addition of the cover art category) makes it exceed the dimensions of the screen.
01:30:45[Saint]kugel: Um, no sorry...what would I need to be able to do so?
01:30:51kugelah you only mean the creation screen?
01:30:56 Quit Judas_PhD (Quit: This is a quitting message)
01:31:06kugelddms in the sdk can make screen shots
01:31:07[Saint]kugel: Correct.
01:31:22[Saint]the creation screen exceeds the screen dimensions.
01:31:26kugelscrolling should be possible
01:31:41[Saint]it used to fit, but the cover art addition pushed it over the limit.
01:31:53[Saint]and, I can't scroll the screen.
01:32:30kugelwith possible I meant it's doable but not working right now
01:32:40kugelpixelma reported that some time ago
01:32:52[Saint]Oh, I see.
01:33:13[Saint]Yes, she has the same resolution screen as I do, so most likely saw the same or similar issue.
01:34:05CIA-70New commit by thomasjfox (r29508): Fix red in bootloader
01:34:31*thomasjfox kicks CIA-70. Work faster!
01:35:09pixelmaon my phone the list to chose the widget's buttons when my phone's display is in landscape mode
01:36:57 Join Strife1989 [0] (~Strife89@168.16.236.117)
01:37:47CIA-70r29508 build result: All green
01:38:41[Saint]pixelma: regardless of the phones orientation?
01:39:06[Saint]errrr...sorry, nvm.
01:39:11[Saint]I read that incorrectly.
01:39:31 Quit L-Strife89 (Ping timeout: 240 seconds)
01:39:52pixelmauh, the display is landscape when the keyboard is slid out
01:40:00pixelma+mode
01:40:22 Join BHSPitMonkey [0] (~stephen@unaffiliated/bhspitmonkey)
01:40:51 Quit JdGordon (Ping timeout: 272 seconds)
01:42:12 Join JdGordon| [0] (~jonno@vl10.gw.ok-labs.com)
01:42:12 Quit JdGordon| (Changing host)
01:42:12 Join JdGordon| [0] (~jonno@rockbox/developer/JdGordon)
01:45:47 Join Vovad [0] (~chatzilla@66.7.127.215)
01:46:15Vovadthe rockbox 3.8 download link doesn't seem to be working for me
01:46:20Vovadit takes me to the rockbox utility page
01:46:51 Quit BHSPitMonkey (Quit: Ex-Chat)
01:48:28 Quit lostlogic (K-Lined)
01:50:26Vovadnevermind
01:50:30 Part Vovad
01:50:54 Quit JdGordon| (Quit: leaving)
01:52:04 Join JdGordon| [0] (~jonno@vl10.gw.ok-labs.com)
01:52:04 Quit JdGordon| (Changing host)
01:52:04 Join JdGordon| [0] (~jonno@rockbox/developer/JdGordon)
02:00
02:01:30kugelthomasjfox: android compiles at least, [Saint] can tell you in a few if it works ;)
02:01:32 Quit liar (Quit: Leaving)
02:07:06 Quit FoH (Remote host closed the connection)
02:22:44*thomasjfox will give the RaaA sleep timer a good test run
02:24:10 Quit thomasjfox (Remote host closed the connection)
02:30:15 Quit factor (Read error: Connection reset by peer)
02:31:10 Join factor [0] (~factor@75.108.68.114)
02:39:06 Quit krazykit (*.net *.split)
02:39:06 Quit TheSeven (*.net *.split)
02:39:06 Quit sasquatch (*.net *.split)
02:39:06 Quit linuxguy3 (*.net *.split)
02:39:06 Quit antil33t (*.net *.split)
02:39:06 Quit Horscht (*.net *.split)
02:39:06 Quit Zarggg (*.net *.split)
02:41:33 Join Vovad [0] (~chatzilla@66.7.127.215)
02:41:40Vovadalright a new issue has arisen
02:41:53Vovadive got rockbox on the clip+ but when i plug it in, the device isnt showing up in my computer
02:42:07Vovadon the device its recognizing that its being plugged in but my computer doesnt see it
02:43:14 Join krazykit [0] (~krazykit@99-126-205-52.lightspeed.cicril.sbcglobal.net)
02:43:14 Join TheSeven [0] (~TheSeven@rockbox/developer/TheSeven)
02:43:14 Join sasquatch [0] (~username@p4FF2DA0C.dip.t-dialin.net)
02:43:14 Join linuxguy3 [0] (~timj@adsl-76-203-20-99.dsl.emhril.sbcglobal.net)
02:43:14 Join antil33t [0] (antil33t@124-197-51-80.callplus.net.nz)
02:43:14 Join Horscht [0] (~Horscht@xbmc/user/horscht)
02:43:14 Join Zarggg [0] (~zarggg@24.229.139.169.res-cmts.sm.ptd.net)
02:43:35Vovadanyone there?
02:43:49[Saint]yes, you just need to be patient.
02:45:28 Quit krazykit (*.net *.split)
02:45:29 Quit TheSeven (*.net *.split)
02:45:29 Quit sasquatch (*.net *.split)
02:45:29 Quit linuxguy3 (*.net *.split)
02:45:29 Quit antil33t (*.net *.split)
02:45:29 Quit Horscht (*.net *.split)
02:45:29 Quit Zarggg (*.net *.split)
02:50:11***Saving seen data "./dancer.seen"
02:51:00 Join krazykit [0] (~krazykit@99-126-205-52.lightspeed.cicril.sbcglobal.net)
02:51:00 Join TheSeven [0] (~TheSeven@rockbox/developer/TheSeven)
02:51:00 Join sasquatch [0] (~username@p4FF2DA0C.dip.t-dialin.net)
02:51:00 Join linuxguy3 [0] (~timj@adsl-76-203-20-99.dsl.emhril.sbcglobal.net)
02:51:00 Join antil33t [0] (antil33t@124-197-51-80.callplus.net.nz)
02:51:00 Join Horscht [0] (~Horscht@xbmc/user/horscht)
02:51:00 Join Zarggg [0] (~zarggg@24.229.139.169.res-cmts.sm.ptd.net)
02:51:53Vovadmy device is not automatically switching to OF when usb is inserted, thats all
02:52:00Vovad(im not holding select)
02:53:29 Join FoH [0] (~foh@adsl-71-69-118.bhm.bellsouth.net)
02:55:22pixelmayes, you need to manually start the OF or plug it in from the off state, automatic reboot into the OF has been disabled in you device since the procedure left some devices in a freeze state where you could only ger out by runninhg the battery flat - as far as I remember. Slight inconvevience for some was considered better than big inconvenience for others
02:55:37mc2739Vovad: you need to boot the original firmware for usb connection. the easiest way is to plug in with power off. after disconnecting, power off and back on to restart Rockbox.
02:57:01Vovadokay that makes sense, when i was reading the documentation it made it sound like even if it was already booted
02:57:04Vovadit would reboot automatically
02:57:13Vovadit seems as though this is how it is meant to work so thanks for the clarification
03:00
03:17:34 Join ubi4 [0] (~53182cf5@giant.haxx.se)
03:17:38ubi4hey hey hey
03:18:12ubi4does upgrading firmware on clip+ is reseting settings?
03:25:03krazykitupgrading rockbox will not reset your settings
03:29:22 Quit ubi4 (Quit: CGI:IRC (EOF))
03:45:54 Quit Vovad (Quit: ChatZilla 0.9.86 [Firefox 3.6.14/20110218125750])
03:52:19 Quit Topy44 (Ping timeout: 240 seconds)
04:00
04:07:08 Join kugel_ [0] (~kugel@rockbox/developer/kugel)
04:08:10 Quit kugel (Read error: Operation timed out)
04:11:29 Join L-Strife89 [0] (~Strife89@168.16.226.187)
04:14:28 Quit Strife1989 (Ping timeout: 250 seconds)
04:17:30 Quit GeekShadow (Quit: The cake is a lie !)
04:17:36 Quit DerPapst (Quit: Leaving.)
04:18:04 Join Keripo [0] (~Keripo@eng442.wireless-resnet.upenn.edu)
04:22:19 Quit pixelma (Disconnected by services)
04:22:21 Join pixelma_ [0] (quassel@rockbox/staff/pixelma)
04:22:23 Nick pixelma_ is now known as pixelma (quassel@rockbox/staff/pixelma)
04:23:24 Quit amiconn (Disconnected by services)
04:23:25 Join amiconn_ [0] (quassel@rockbox/developer/amiconn)
04:23:54 Nick amiconn_ is now known as amiconn (quassel@rockbox/developer/amiconn)
04:26:01 Quit L-Strife89 (Quit: Restart.)
04:29:41 Join L-Strife89 [0] (~Strife89@168.16.226.187)
04:33:19 Join edboyer93 [0] (~eboyer93@pool-71-185-65-59.phlapa.fios.verizon.net)
04:34:28edboyer93i just started initlize the database on fy Fuze about 4 mins ago and it is stuck at 1119 found, what is wrong?
04:35:49edboyer93it is stuck on my Clip+ as well
04:36:29edboyer93and this is 3.8
04:38:13 Quit ender| (Remote host closed the connection)
04:40:49JdGordon|edboyer93: is it actually stuck?
04:41:08JdGordon|if it has failed on both on the same file that would be very interesting...
04:41:38JdGordon|in system > debug menu there should be an option to enable "metadata logging", enable that and retry the build
04:41:47JdGordon|a file will be created which should say which file is causing the problem
04:42:53 Quit Barahir (Read error: Operation timed out)
04:47:14edboyer93this just started to happen with 3.8
04:47:15 Join Barahir [0] (~jonathan@frnk-590f719c.pool.mediaWays.net)
04:50:15***Saving seen data "./dancer.seen"
04:51:24 Quit TheSeven (Ping timeout: 252 seconds)
04:56:24 Join TheSeven [0] (~TheSeven@rockbox/developer/TheSeven)
05:00
05:01:04 Quit fkhodkov (Remote host closed the connection)
05:04:48 Join ivanf [0] (ivan@unaffiliated/kferdous)
05:08:21edboyer93after trying the metadata.log, windows is ask me to format my drive
05:09:05JdGordon|sounds like filesystem corruption
05:09:39JdGordon|oh.. what did you update from?
05:09:51edboyer93yeah i guess so, so should I format it and just use 3.7.1, since I had no problems with it
05:11:07JdGordon|a bug got in between 3.7 and 3.8 and we dont know where or how to reproduce it quickly/reliably but 3.8.1 should be safe
05:12:33edboyer93so use 3.7.1 one until then
05:12:54JdGordon|unless you want to help us track down the bug
05:13:16JdGordon|did you do any copying to disk after installing 3.8?
05:13:36edboyer93just a config file that I always use
05:14:41JdGordon|on both the clip and fuze?
05:14:51edboyer93yeah
05:15:17 Join Rob2223 [0] (~Miranda@p4FFF1C3E.dip.t-dialin.net)
05:15:31 Quit tchan (Quit: WeeChat 0.3.4)
05:16:07JdGordon|can you format one of them, install 3.8 then do a bunch of copying to it, then do a filescan and see if the filesystem got corrupted?
05:16:38edboyer93what do you mean by a filescane?
05:16:52JdGordon|dilesystem scan
05:18:01edboyer93how do i do that?
05:18:53 Join tchan [0] (~tchan@lunar-linux/developer/tchan)
05:18:59 Quit Rob2222 (Ping timeout: 264 seconds)
05:19:05JdGordon|windows?
05:19:14edboyer93yeah
05:19:16JdGordon|right click on the disk and go "scandisk"
05:19:38JdGordon|right click > properties > tools > "check now"
05:20:33edboyer93ok
05:20:56 Part ivanf
05:22:48edboyer93Fat32 right?
05:23:45edboyer93and can I do a quick format?
05:23:58JdGordon|yes, yes
05:31:18edboyer93I installed it, should I run rockbox before I do the copying?
05:32:40JdGordon|yes :)
05:32:57JdGordon|you need to be in the broken build to see if its problmeatic
05:33:30edboyer93so, then do the copying and boot into rockbox again?
05:34:03JdGordon|boot rockbox, copy some files across (in rockbox usb), eject, reconnect and run checkdisk
05:34:44edboyer93i didn't know usb transfers were enabled in 3.8
05:35:34edboyer93when i plug it in while in rockbox it just charges it
05:35:52JdGordon|ah ok
05:35:56JdGordon|I thught it was enabled
06:00
06:02:16 Quit Mephistopheles (Read error: Connection reset by peer)
06:02:30 Join Mephistopheles [0] (fuzzylomba@S0106485b3917092d.vs.shawcable.net)
06:05:27 Join kugel [0] (~kugel@rockbox/developer/kugel)
06:09:02 Quit kugel_ (Ping timeout: 276 seconds)
06:09:35 Quit kkit|sh (Ping timeout: 240 seconds)
06:09:39 Join kkit|sh [0] (~kkit@li135-248.members.linode.com)
06:23:47 Quit mystica555_ (Ping timeout: 264 seconds)
06:27:22 Join Horschti [0] (~Horscht@xbmc/user/horscht)
06:30:57 Quit Horscht (Ping timeout: 252 seconds)
06:38:35 Join mystica555_ [0] (~Mike@71-33-147-209.hlrn.qwest.net)
06:50:19***Saving seen data "./dancer.seen"
06:53:53 Quit edboyer93 ()
07:00
07:03:08 Join Topy44 [0] (~Topy44@89.204.153.165)
07:04:40 Join sideral [0] (~sideral@213.165.85.248)
07:04:40 Quit sideral (Changing host)
07:04:40 Join sideral [0] (~sideral@rockbox/developer/sideral)
07:07:09 Join fkhodkov [0] (~fedor76@ppp-78-24-25-163-bras0.istra.ru)
07:26:33 Quit Rob2223 (Read error: Connection reset by peer)
07:26:41 Quit L-Strife89 (Quit: Shutting down)
07:26:45 Join Rob2222 [0] (~Miranda@p4FFF1C3E.dip.t-dialin.net)
07:47:48 Quit t0rc (Remote host closed the connection)
07:50:27 Quit JdGordon| (Quit: leaving)
07:52:15 Join BHSPitMonkey [0] (~stephen@unaffiliated/bhspitmonkey)
08:00
08:08:35 Quit sideral (Quit: Leaving.)
08:13:46 Join mudd1 [0] (~cmertes@ip-78-94-203-49.unitymediagroup.de)
08:17:46 Quit bluebroth3r (Ping timeout: 264 seconds)
08:19:00 Join bluebrother [0] (~dom@rockbox/developer/bluebrother)
08:21:13amiconnEeek @ r29507/29508. Including an apps/ header from firmware/
08:23:28CIA-70New commit by Buschel (r29509): Fix peak handling in replaygain (FS #11981). This bug was introduced with r29388 and is caused by calling convert_gain() for peak values. This results ...
08:27:20 Join JdGordon| [0] (~jonno@124-168-180-95.dyn.iinet.net.au)
08:27:20 Quit JdGordon| (Changing host)
08:27:20 Join JdGordon| [0] (~jonno@rockbox/developer/JdGordon)
08:27:51CIA-70r29509 build result: All green
08:30:10 Join JdGordon [0] (~jonno@124-168-180-95.dyn.iinet.net.au)
08:30:10 Quit JdGordon (Changing host)
08:30:10 Join JdGordon [0] (~jonno@rockbox/developer/JdGordon)
08:38:08 Join kevku [0] (~kevku@2001:7d0:0:f9af:feed:feed:feed:feed)
08:41:06 Quit tchan (Quit: WeeChat 0.3.4)
08:45:04 Join tchan [0] (~tchan@lunar-linux/developer/tchan)
08:50:20***Saving seen data "./dancer.seen"
08:51:17 Quit tchan (Quit: WeeChat 0.3.4)
08:51:37 Join ender` [0] (krneki@foo.eternallybored.org)
08:54:03 Quit amiconn (Disconnected by services)
08:54:03 Join amiconn_ [0] (quassel@rockbox/developer/amiconn)
08:54:06 Quit BHSPitMonkey (Read error: Connection reset by peer)
08:54:21 Nick amiconn_ is now known as amiconn (quassel@rockbox/developer/amiconn)
08:55:36 Join Zagor [0] (~bjst@rockbox/developer/Zagor)
08:56:31 Join Horscht [0] (~Horscht@p5DD570A3.dip.t-dialin.net)
08:56:31 Quit Horscht (Changing host)
08:56:31 Join Horscht [0] (~Horscht@xbmc/user/horscht)
08:59:41 Quit Horschti (Ping timeout: 260 seconds)
09:00
09:01:10 Join leavittx [0] (~lev@89.221.199.187)
09:04:33 Join tchan [0] (~tchan@lunar-linux/developer/tchan)
09:10:52 Quit Keripo (Quit: Leaving.)
09:10:58 Join sideral [0] (~sideral@rockbox/developer/sideral)
09:13:41 Quit leavittx (Ping timeout: 260 seconds)
09:24:03 Join webguest531 [0] (c391b46a@gateway/web/freenode/ip.195.145.180.106)
09:24:41webguest531thomasjfox: ^^ (Eeek...)
09:24:44 Quit webguest531 (Client Quit)
09:38:56 Quit ender` (Ping timeout: 240 seconds)
09:43:29 Quit mc2739 (Ping timeout: 272 seconds)
09:45:10 Join mc2739 [0] (~mc2739@rockbox/developer/mc2739)
09:55:29 Join pamaury [0] (~quassel@sphinx.lix.polytechnique.fr)
09:55:29 Quit pamaury (Changing host)
09:55:29 Join pamaury [0] (~quassel@rockbox/developer/pamaury)
09:55:58 Join DerPapst [0] (~Alexander@p4FE8FED2.dip.t-dialin.net)
09:57:41 Quit fkhodkov (Remote host closed the connection)
10:00
10:04:35 Join fkhodkov [0] (~fedor76@ppp-78-24-25-163-bras0.istra.ru)
10:13:49 Join Sochiro_ [0] (~Sochiro@194.90.222.165)
10:21:59 Join n1s [0] (~n1s@rockbox/developer/n1s)
10:22:37CIA-70New commit by pamaury (r29510): sbinfo: fix a few typos (thanks to Kane Xie), correct coding style, now generate segments along with program sections to make elf files appear more ...
10:26:36CIA-70r29510 build result: All green
10:31:10 Part sideral
10:38:50gevaertsJdGordon: which bug got in between 3.7 and 3.8?
10:50:24***Saving seen data "./dancer.seen"
10:54:28pixelmaAlexP, scorche, soap: the post by Pangpond888 in "Where in the world..." looks much like spam
10:56:21 Quit scorche (Ping timeout: 260 seconds)
10:57:39 Join scorche [0] (~scorche@rockbox/administrator/scorche)
10:58:16 Quit Sochiro_ (Ping timeout: 276 seconds)
11:00
11:01:47 Join Sochiro_ [0] (~Sochiro@194.90.222.165)
11:10:05 Quit scorche (Disconnected by services)
11:10:15 Join scorche` [0] (~scorche@rockbox/administrator/scorche)
11:13:24 Quit timccc (Quit: Leaving.)
11:13:37 Join timccc [0] (~timccc@112.166.15.141)
11:18:30dionoea[Saint]: pong
11:19:04dionoea[Saint]: if you were talking about the logo in the 2x2 widget, we can add an option in the configuration activity to remove it if you want.
11:19:28dionoeaIn fact I'll probably change the configuration activity to provide better layout configuration options (such as chosing item ordering)
11:20:17pixelmawhich makes it even more necessary that you can scroll the options (you can't currently and I guess that's one of his questions too)
11:21:01dionoeaI plead guilty to only testing on 800x480 resolution emulators and devices :)
11:23:53kugeldionoea: logo in that configuration activity is the problem, not in the widgets
11:24:14kugelor that you can't scroll in it
11:24:56dionoeaah ok
11:25:13 Quit user890104 (Read error: Connection reset by peer)
11:26:30pixelmaI think the configuration dialogue should be scrollable anyway and the logo is really wasteful
11:27:50 Join user890104 [0] (~Venci@6bez10.info)
11:30:54dionoeait filled empty space nicely on my device
11:31:13 Quit TheSeven (Ping timeout: 240 seconds)
11:31:33dionoeaI'll probably configure it to not display if it requires scrolling to view the config options
11:32:51 Quit mudd1 (Ping timeout: 276 seconds)
11:34:11 Quit user890104 ()
11:34:17 Join user890104 [0] (~Venci@212.233.245.245)
11:45:56 Quit user890104 ()
11:49:31 Join dfkt [0] (dfkt@unaffiliated/dfkt)
11:56:48 Join benedikt93 [0] (~benedikt9@unaffiliated/benedikt93)
11:59:25 Quit Sochiro_ (Ping timeout: 250 seconds)
12:00
12:01:27 Join LinusN [0] (~linus@rockbox/developer/LinusN)
12:16:48 Join stoffel [0] (~quassel@p57B4ADE4.dip.t-dialin.net)
12:19:03 Join user890104 [0] (~Venci@212.233.245.245)
12:20:12 Part LinusN
12:20:25 Join mshathlonxp [0] (~mshathlon@5acd621c.bb.sky.com)
12:22:49 Part Zagor
12:23:19 Join Zagor [0] (~bjst@rockbox/developer/Zagor)
12:28:47 Quit JdGordon (Ping timeout: 272 seconds)
12:29:26 Join mudd1 [0] (~cmertes@2001:638:504:20e0:221:70ff:fe83:655e)
12:34:41JdGordon|gevaerts: it was file system corruptuin, i was tihnking the same ata dma thing but i just realised its completly different SoC so maybe not?
12:36:07gevaertsJdGordon|: yes, exactly. There might of course be file system corruption on AMSv2, but I doubt it's related to ATA DMA on PP502x :)
12:40:10JdGordon|does anyone want to guess a bunch of changes which might cause the problem between 3.7 and 3.8?
12:40:47JdGordon|im going to do a bunch of builds and store them on my ipod and just switch whenever the errors happen (away from comp for the weekend so doing a head of prebuilds)
12:43:09 Quit Strife89 (Ping timeout: 240 seconds)
12:49:05JdGordon|is there a ncie listing of the svn changes since 3.7?
12:49:41 Join Jerom [0] (~jerome@79.132.59.245)
12:50:28***Saving seen data "./dancer.seen"
12:51:14ZagorJdGordon|: I could make you a html page like the one on the front page
12:51:35JdGordon|yes please if its not too much effort :)
12:52:10JdGordon|that output makes it pretty easy to guess which revs to try
12:53:22Zagorsince 3.7 or 3.7.1?
12:53:54JdGordon|3.7
12:56:13Zagorhttp://www.rockbox.org/since-3.7.html
12:56:25JdGordon|thanks
12:58:01JdGordon|1100 changes, maybe i just do every ~250 and hope it narrows it down enough
13:00
13:02:08 Join LinusN [0] (~linus@rockbox/developer/LinusN)
13:15:43 Quit mudd1 (Quit: Ex-Chat)
13:17:12JdGordon|I'm not seeing any obvious candidates :/
13:19:30 Join casainho [0] (~chatzilla@pal-213-228-181-14.netvisao.pt)
13:22:41 Quit Jerom (Quit: Leaving.)
13:27:29JdGordon|bah, r29106 is when it actually gets enabled
13:31:24JdGordon|ah no, but it is a bug fix which meas its probably the break!
13:32:09JdGordon|nope, the diff wouldnt affect my mini
13:34:45 Join _jhMikeS_ [0] (~jethead71@adsl-99-36-14-53.dsl.sfldmi.sbcglobal.net)
13:34:45 Quit _jhMikeS_ (Changing host)
13:34:45 Join _jhMikeS_ [0] (~jethead71@rockbox/developer/jhMikeS)
13:34:45 Quit jhMikeS (Disconnected by services)
13:34:46 Nick _jhMikeS_ is now known as jhMikeS (~jethead71@rockbox/developer/jhMikeS)
13:46:12 Part Zagor
13:58:19 Join _thomasjfox [0] (~tomj@fw.intra2net.com)
13:58:31_thomasjfoxamiconn: You eeked? ;)
13:58:43 Join Zagor [0] (~bjst@rockbox/developer/Zagor)
14:00
14:02:16 Part Zagor
14:02:48 Join robin0800 [0] (~robin0800@cpc2-brig8-0-0-cust964.3-3.cable.virginmedia.com)
14:03:08_thomasjfoxamiconn: If you have a better idea how to implement auto bookmarking while the charger is connected, go for it
14:03:30_thomasjfoxamiconn: I won't have time to touch rockbox until Saturday
14:03:36 Join Zagor [0] (~bjst@rockbox/developer/Zagor)
14:06:43 Quit factor (Read error: Connection reset by peer)
14:07:33 Quit _thomasjfox (Remote host closed the connection)
14:11:08 Join bluefoxx_ [0] (fuzzylomba@70.71.22.173)
14:12:04 Part Zagor
14:12:25 Quit Mephistopheles (Ping timeout: 240 seconds)
14:17:22 Join Zagor [0] (~bjst@rockbox/developer/Zagor)
14:24:18 Join factor [0] (~factor@75.108.68.114)
14:44:10 Quit soap (Quit: soap)
14:46:05 Join esperegu [0] (~quassel@145.116.15.244)
14:50:32***Saving seen data "./dancer.seen"
14:56:20 Join TheLemonMan [0] (~lem0n@151.62.168.70)
15:00
15:05:13 Quit robin0800 (Quit: Leaving)
15:07:49 Join komputes [0] (~komputes@ubuntu/member/komputes)
15:09:44 Join GeekShadow [0] (~Antoine@reactos/tester/GeekShadow)
15:30:41 Quit DerPapst (Quit: Leaving.)
15:31:12 Join TheSeven [0] (~TheSeven@rockbox/developer/TheSeven)
15:34:03 Join soap [0] (~soap@cpe-76-181-78-156.columbus.res.rr.com)
15:34:03 Quit soap (Changing host)
15:34:03 Join soap [0] (~soap@rockbox/staff/soap)
15:44:33 Quit z35 (Ping timeout: 264 seconds)
15:47:03 Join lostlogic [0] (~lostlogic@erudite.lostlogicx.com)
15:47:03 Quit lostlogic (Changing host)
15:47:03 Join lostlogic [0] (~lostlogic@rockbox/developer/lostlogic)
15:47:38 Join Sochiro_ [0] (~Sochiro@194.90.222.165)
15:48:46 Part Zagor
15:55:11 Part LinusN
15:57:24 Quit komputes (Ping timeout: 240 seconds)
16:00
16:00:14 Quit TheSeven (Ping timeout: 240 seconds)
16:02:48 Quit TheLemonMan (Quit: free(me))
16:03:40 Join TheSeven [0] (~TheSeven@p578b86bd.dip0.t-ipconnect.de)
16:03:43 Join komputes [0] (~komputes@ubuntu/member/komputes)
16:03:45 Quit TheSeven (Changing host)
16:03:45 Join TheSeven [0] (~TheSeven@rockbox/developer/TheSeven)
16:05:50 Join Strife89 [0] (~Strife89@168.16.226.187)
16:13:07 Join leavittx [0] (~lev@89.221.199.187)
16:14:59 Quit antil33t (Read error: Connection reset by peer)
16:15:08 Join antil33t [0] (antil33t@124-197-51-80.callplus.net.nz)
16:40:57 Quit Sochiro_ (Ping timeout: 264 seconds)
16:41:32 Join Sochiro_ [0] (~Sochiro@194.90.222.165)
16:42:00 Join robin0800 [0] (~robin0800@cpc2-brig8-0-0-cust964.3-3.cable.virginmedia.com)
16:45:35 Quit komputes (Quit: I haven't slept for ten days, because that would be too long.)
16:46:04 Join komputes [0] (~komputes@ubuntu/member/komputes)
16:46:11 Quit robin0800 (Client Quit)
16:46:26 Join robin0800 [0] (~robin0800@cpc2-brig8-0-0-cust964.3-3.cable.virginmedia.com)
16:50:35***Saving seen data "./dancer.seen"
16:51:08 Nick mshathlonxp is now known as \ (~mshathlon@5acd621c.bb.sky.com)
16:51:21 Nick \ is now known as mshathlonxp (~mshathlon@5acd621c.bb.sky.com)
16:52:16 Nick mshathlonxp is now known as \\ (~mshathlon@5acd621c.bb.sky.com)
16:52:22 Nick \\ is now known as \\\ (~mshathlon@5acd621c.bb.sky.com)
16:52:30 Nick \\\ is now known as mshathlonxp (~mshathlon@5acd621c.bb.sky.com)
16:53:56 Quit pamaury (Ping timeout: 276 seconds)
17:00
17:15:21 Quit robin0800 (Ping timeout: 252 seconds)
17:27:53 Quit simabeis (Quit: leaving)
17:28:04 Join simabeis [0] (~simabeis@lobmenschen.de)
17:30:59 Quit casainho (Remote host closed the connection)
17:33:36 Join robin0800 [0] (~robin0800@cpc2-brig8-0-0-cust964.3-3.cable.virginmedia.com)
17:35:41 Join deeice_ [0] (~deeice@173-13-119-65-NewEngland.hfc.comcastbusiness.net)
17:37:34 Join ender` [0] (krneki@foo.eternallybored.org)
17:37:49 Join bmbl [0] (~bmbl@dsl22-208.pool.bitel.net)
17:37:49 Quit bmbl (Changing host)
17:37:49 Join bmbl [0] (~bmbl@unaffiliated/bmbl)
17:40:24deeice_Hello. Is this a good place for questions about the code?
17:47:05 Join dfkt_ [0] (dfkt@unaffiliated/dfkt)
17:47:51 Join T44 [0] (~Topy44@89.204.153.165)
17:49:16 Quit Topy44 (Read error: Connection reset by peer)
17:49:16 Quit dfkt (Ping timeout: 252 seconds)
17:49:16 Quit mystica555_ (Ping timeout: 252 seconds)
17:49:23 Join mystica555_ [0] (~Mike@71-33-147-209.hlrn.qwest.net)
17:49:49 Quit benedikt93 (Ping timeout: 252 seconds)
17:50:39 Quit n1s (Quit: Lämnar)
17:50:50 Join domonoky [0] (~Domonoky@rockbox/developer/domonoky)
17:51:25 Join benedikt93 [0] (~benedikt9@unaffiliated/benedikt93)
17:55:41 Join kugel_ [0] (~kugel@rockbox/developer/kugel)
17:55:44 Join Topy [0] (~Topy44@89.204.153.165)
17:55:58 Join Mephistopheles [0] (fuzzylomba@S0106485b3917092d.vs.shawcable.net)
17:56:43 Join dfkt [0] (dfkt@unaffiliated/dfkt)
17:56:49 Quit kugel (Remote host closed the connection)
17:57:56 Quit dfkt_ (Ping timeout: 264 seconds)
17:58:32 Quit T44 (Ping timeout: 264 seconds)
17:58:33 Quit bluefoxx_ (Ping timeout: 264 seconds)
18:00
18:00:52 Join jae [0] (~jae@dedicated.jaerhard.com)
18:01:19 Join antil33t| [0] (antil33t@124-197-51-80.callplus.net.nz)
18:01:21 Quit antil33t (Disconnected by services)
18:01:26 Quit jae_ (Read error: Operation timed out)
18:02:16 Quit yosafbridge (Ping timeout: 240 seconds)
18:04:56 Join afk [0] (~Dre@92.18.101.101)
18:05:23 Nick afk is now known as Guest39851 (~Dre@92.18.101.101)
18:07:21 Join yosafbridge [0] (~yosafbrid@li125-242.members.linode.com)
18:08:00 Quit Dreamxtreme (Ping timeout: 260 seconds)
18:08:14 Quit timccc (Ping timeout: 272 seconds)
18:09:00pixelmadeeice_: if it's Rockbox code then yes
18:19:37deeice_yes. rockbox code. I built it as an sdl app for the zipit but it doesn't build if I remove HAVE_TOUCHSCREEN and/or HAVE_BUTTON_DATA.
18:20:44deeice_The zipit doesn't have a touchscreen or a mouse, so I don't think I should need those.
18:22:10gevaertsThat's probably true, but you may well be the first to try building the sdl app without them
18:22:37gevaertsSo I'm not *entirely* surprised that there are errors
18:23:54deeice_Ahh, ok. Should I separate those bug fixes from my zipit patch?
18:26:49 Quit balintx (Remote host closed the connection)
18:26:54 Join CIA-63 [0] (~CIA@208.69.182.149)
18:27:12 Join balintx [0] (~quassel@szerver1.gulyasp-koll.sulinet.hu)
18:27:25gevaertsProbably
18:27:41 Join Jerom [0] (~jerome@79.132.59.245)
18:27:48deeice_Also, I see the log last month had some talk about 3 different thread options. Is that just in the android code?
18:28:02 Quit CIA-70 (Ping timeout: 260 seconds)
18:28:02 Quit froggyman (Ping timeout: 260 seconds)
18:28:39 Join froggyman [0] (~seth@unaffiliated/froggyman)
18:29:37 Join n1s [0] (~n1s@nl118-175-108.student.uu.se)
18:30:44 Quit n1s (Changing host)
18:30:44 Join n1s [0] (~n1s@rockbox/developer/n1s)
18:31:11 Quit robin0800 (Quit: Leaving)
18:32:47 Join saratoga [0] (600afc5f@gateway/web/freenode/ip.96.10.252.95)
18:33:19gevaertsIt's probably all for ARM. kugel will know this
18:35:47 Join DerPapst [0] (~Alexander@p4FE8FED2.dip.t-dialin.net)
18:37:17CIA-63New commit by gevaerts (r29511): Fix compilation issues for sdl when HAVE_BUTTON_DATA is not defined
18:38:10gevaertsdeeice_: that should fix some of the issues. The remaining one that I can see is that there's no get_context_mapping() implementation for SDL targets without touchscreen
18:38:32 Join Sochiro__ [0] (~Sochiro@194.90.222.165)
18:38:42 Join user890104_ [0] (~Venci@212.233.245.245)
18:39:03deeice_yeah, I just added the keymap-touchscreen.c to the SOURCES when SDL_PAD and no HAVE_TOUCHSCREEN.
18:39:14 Quit TheSeven (Disconnected by services)
18:39:15 Join [7] [0] (~TheSeven@rockbox/developer/TheSeven)
18:39:23 Join Ypsy_ [0] (~ypsy@geekpadawan.de)
18:39:28gevaertsThat's probably a good workaround for now
18:40:17 Join Llorean1 [0] (~DarkkOne@99-68-45-56.lightspeed.hstntx.sbcglobal.net)
18:40:32 Join bimbel [0] (~bmbl@dsl22-208.pool.bitel.net)
18:40:32 Quit bimbel (Changing host)
18:40:32 Join bimbel [0] (~bmbl@unaffiliated/bmbl)
18:40:41 Quit YPSY (Ping timeout: 240 seconds)
18:40:42 Join elcan [0] (user36@pr0.us)
18:40:42 Quit user890104 (Read error: Connection reset by peer)
18:40:42 Quit yawny (Ping timeout: 240 seconds)
18:40:42 Quit bmbl (Write error: Connection reset by peer)
18:40:51 Quit Llorean (Ping timeout: 240 seconds)
18:41:08CIA-63r29511 build result: All green
18:41:11 Quit Sochiro_ (Ping timeout: 240 seconds)
18:42:19deeice_So, to build plugins I need to add an SDL_PAD mapping to all of them?
18:43:00 Quit sasquatch (Quit: WeeChat 0.3.2)
18:43:45 Join sasquatch [0] (~username@p4FF2CE9A.dip.t-dialin.net)
18:44:29 Quit Mephistopheles (Read error: Connection reset by peer)
18:46:06 Quit benedikt93 (Read error: Connection reset by peer)
18:46:42 Join benedikt93 [0] (~benedikt9@unaffiliated/benedikt93)
18:46:50 Join Rob2223 [0] (~Miranda@p4FFF1C3E.dip.t-dialin.net)
18:47:23 Join bluefoxx_ [0] (fuzzylomba@S0106485b3917092d.vs.shawcable.net)
18:47:23gevaertsProbably.
18:47:23gevaertsI'm not sure what else is neede
18:47:23gevaertsd
18:48:54 Quit Rob2222 (Ping timeout: 240 seconds)
18:49:14 Join tchan1 [0] (~tchan@c-69-243-144-187.hsd1.il.comcast.net)
18:49:31 Join Stummi [0] (~Stummi@rockbox/developer/Stummi)
18:49:38 Quit Jerom (*.net *.split)
18:49:39 Quit tchan (*.net *.split)
18:49:39 Quit niekie (*.net *.split)
18:50:37***Saving seen data "./dancer.seen"
18:51:00 Join TheLemonMan [0] (~lem0n@151.62.168.70)
18:51:00 Join Jerom [0] (~jerome@79.132.59.245)
18:51:00 Join tchan [0] (~tchan@lunar-linux/developer/tchan)
18:51:00 Join niekie [0] (~niek@CAcert/Assurer/niekie)
18:51:12 Join robin0800 [0] (~robin0800@cpc2-brig8-0-0-cust964.3-3.cable.virginmedia.com)
18:51:56 Quit tchan (Ping timeout: 272 seconds)
18:57:38 Quit TheLemonMan (*.net *.split)
18:57:38 Quit Jerom (*.net *.split)
18:57:39 Quit niekie (*.net *.split)
19:00
19:00:13 Join TheLemonMan [0] (~lem0n@151.62.168.70)
19:01:08 Join Jerom [0] (~jerome@79.132.59.245)
19:01:56 Join CapsAdmun [0] (CapsAdmin@ti0143a340-dhcp0163.bb.online.no)
19:02:28 Join panni_ [0] (hannes@ip-178-203-73-7.unitymediagroup.de)
19:03:26 Nick Sochiro__ is now known as Sochiro (~Sochiro@194.90.222.165)
19:03:34 Part Sochiro ("Leaving")
19:03:40 Quit CapsAdmin (Ping timeout: 240 seconds)
19:07:06 Quit domonoky (Ping timeout: 252 seconds)
19:07:11 Quit benedikt93 (Ping timeout: 252 seconds)
19:08:00 Join domonoky [0] (~Domonoky@rockbox/developer/domonoky)
19:08:25 Join LambdaCalculus37 [0] (~3f74f70d@rockbox/staff/LambdaCalculus37)
19:12:08 Quit bimbel (Ping timeout: 240 seconds)
19:12:08 Quit balintx (Ping timeout: 250 seconds)
19:12:08 Join balintx [0] (~quassel@szerver1.gulyasp-koll.sulinet.hu)
19:12:41 Quit Jerom (Quit: Leaving.)
19:14:24 Quit CIA-63 (Ping timeout: 240 seconds)
19:14:29 Join CIA-12 [0] (~CIA@208.69.182.149)
19:14:33 Quit scorche` (Ping timeout: 250 seconds)
19:15:32 Quit nirv (Ping timeout: 250 seconds)
19:15:32 Quit user890104_ ()
19:15:32 Quit simabeis (Ping timeout: 240 seconds)
19:16:52 Join bmbl [0] (~bmbl@dsl22-208.pool.bitel.net)
19:16:52 Quit bmbl (Changing host)
19:16:52 Join bmbl [0] (~bmbl@unaffiliated/bmbl)
19:16:53 Join scorche [0] (~scorche@rockbox/administrator/scorche)
19:16:53 Nick mystica555_ is now known as mystica555 (~Mike@71-33-147-209.hlrn.qwest.net)
19:16:54 Join sdfsdf [0] (~dr3000@c-75-72-147-98.hsd1.mn.comcast.net)
19:16:54 Join liar [0] (~liar@clnet-p09-185.ikbnet.co.at)
19:16:54 Join simabeis_ [0] (~simabeis@lobmenschen.de)
19:18:15 Quit robin0800 (Ping timeout: 246 seconds)
19:18:24 Join niekie [0] (~niek@CAcert/Assurer/niekie)
19:22:12 Quit Galois (Ping timeout: 260 seconds)
19:22:39 Quit kevku (Ping timeout: 260 seconds)
19:22:41 Quit Kuitsi (Ping timeout: 260 seconds)
19:22:42 Join Galois [0] (djao@efnet-math.org)
19:22:44 Join Kuitsi- [0] (~Kuitsi@a88-113-118-171.elisa-laajakaista.fi)
19:22:59 Join niekie_ [0] (~niek@CAcert/Assurer/niekie)
19:23:13 Quit niekie (Read error: Connection reset by peer)
19:23:15 Quit preglow (Ping timeout: 260 seconds)
19:23:15 Quit TBCOOL (Ping timeout: 260 seconds)
19:23:21 Join preglow [0] (thomj@tvilling2.pvv.ntnu.no)
19:23:46 Join TBCOOL [0] (~tb@c-3c3671d5.09-42-73746f22.cust.bredbandsbolaget.se)
19:24:02 Join kevku [0] (~kevku@2001:7d0:0:f9af:feed:feed:feed:feed)
19:24:57LambdaCalculus37We still need an image for the GoGear SA9200 for the download page and the manual.
19:25:58 Join nullball [0] (~Stummi@p4FD3EA93.dip.t-dialin.net)
19:26:30 Join Buschel [0] (~chatzilla@p54A3A988.dip.t-dialin.net)
19:27:50 Quit bzed (Remote host closed the connection)
19:27:57 Join bzed [0] (~bzed@devel.recluse.de)
19:28:48 Quit Stummi (Ping timeout: 252 seconds)
19:29:12*Buschel thinks he should remove his email from the forums.
19:29:36 Quit LambdaCalculus37 (Quit: CGI:IRC 0.5.9 (2006/06/06))
19:30:11 Quit scorche (Disconnected by services)
19:30:21 Join scorche` [0] (~scorche@rockbox/administrator/scorche)
19:32:38 Join niekie [0] (~niek@CAcert/Assurer/niekie)
19:32:43 Quit Galois (Ping timeout: 260 seconds)
19:32:43 Quit [Saint] (Ping timeout: 260 seconds)
19:32:44 Quit pjm0616 (Ping timeout: 260 seconds)
19:32:44 Quit merbanan (Ping timeout: 260 seconds)
19:32:47 Join [Saint] [0] (S_a_i_n_t@203.184.2.85)
19:33:09 Quit niekie_ (Ping timeout: 260 seconds)
19:33:09 Quit simonrvn (Ping timeout: 260 seconds)
19:33:10 Quit ThomasAH (Ping timeout: 260 seconds)
19:33:16 Join ThomasAH [0] (~thomas@aktaia.intevation.org)
19:33:16 Join pjm0616 [0] (~user@sigfpe-1-pt.tunnel.tserv15.lax1.ipv6.he.net)
19:33:45 Join simonrvn [0] (simon@2001:470:8c85:11fe::c0a8:195)
19:34:55 Join merbanan [0] (~banan@c-94-255-218-11.cust.bredband2.com)
19:35:09 Join Luca_S [0] (~571049f1@giant.haxx.se)
19:42:31 Quit pjm0616 (Ping timeout: 260 seconds)
19:47:03 Quit guymann (Ping timeout: 250 seconds)
19:48:16 Quit Luca_S (Quit: CGI:IRC (EOF))
19:48:21 Quit fkhodkov (Ping timeout: 250 seconds)
19:49:41 Join Keripo [0] (~Keripo@SEAS114.wlan.seas.upenn.edu)
19:49:56 Quit kevku (Ping timeout: 260 seconds)
19:49:56 Quit bluebrother (Ping timeout: 260 seconds)
19:49:56 Join bluebrother [0] (~dom@rockbox/developer/bluebrother)
19:49:56 Quit TBCOOL (Remote host closed the connection)
19:49:56 Join TBCOOL [0] (~tb@c-3c3671d5.09-42-73746f22.cust.bredbandsbolaget.se)
19:49:58 Join pjm0616 [0] (~user@sigfpe-1-pt.tunnel.tserv15.lax1.ipv6.he.net)
19:49:59 Quit olejorgenb (Ping timeout: 260 seconds)
19:49:59 Join olejorgenb [0] (bronner@caracal.stud.ntnu.no)
19:50:00 Join kevku [0] (~kevku@2001:7d0:0:f9af:feed:feed:feed:feed)
19:50:00 Join Galaxor [0] (~rjhughes@zaxxon.gpcc.itd.umich.edu)
19:50:00GalaxorHi. I have a sansa clip+. I just got rockbox installed on it. When I plug it back into the usb, the computer does not notice it.
19:50:02GalaxorWhen I boot back to the original firmware, it does connect to the computer.
19:50:02pixelmacurrently you need to manually start the Sansa firmware for USB (by holding a certain button during boot, the manual should tell you the correct one) or by plugging USB from an off-state
19:50:02 Join benedikt93 [0] (~benedikt9@p5B0C2ECB.dip.t-dialin.net)
19:50:04 Quit benedikt93 (Changing host)
19:50:04 Join benedikt93 [0] (~benedikt9@unaffiliated/benedikt93)
19:50:07pixelmaRockbox USB is currently not working on your device and the automatic reboot was disabled because it caused major trouble for some
19:50:24 Quit crwl (Ping timeout: 240 seconds)
19:50:26 Join guymann_ [0] (~charles@66.159.148.187)
19:51:41 Join crwl [0] (~crwlll@dsl-jklbrasgw1-fe8edf00-29.dhcp.inet.fi)
19:52:12 Quit balintx (Quit: No Ping reply in 180 seconds.)
19:52:32Galaxorpixelma: Dang. I used to have the sansa e250. I had it for years and just now it got usb support and I was thrilled, and just then, it broke. I got the sansa clip because it's available at any drugstore and rockbox said it was a stable port. I think the "Stable ports" thing should mention if usb doesn't work on a device.
19:52:35 Join balintx [0] (~quassel@szerver1.gulyasp-koll.sulinet.hu)
19:53:28Galaxor(btw, when I say "it broke", I mean my e250 physically broke)
19:55:17 Quit antil33t| (Ping timeout: 250 seconds)
19:56:09 Quit Dr_Agasa (Ping timeout: 250 seconds)
19:56:09 Quit n17ikh (Ping timeout: 250 seconds)
19:56:12 Join stoffel_ [0] (~quassel@p57B4ADE4.dip.t-dialin.net)
19:56:35 Quit GeekShadow (Ping timeout: 250 seconds)
19:56:35 Quit stoffel (Ping timeout: 250 seconds)
19:56:35 Quit jepler (Ping timeout: 250 seconds)
19:57:01 Join jepler- [0] (~jepler@emc/developer/pdpc.professional.jepler)
19:57:11 Join n17ikh [0] (~n17ikh@c-68-59-25-51.hsd1.sc.comcast.net)
19:57:12 Join pamaury [0] (~quassel@vit94-1-82-67-248-70.fbx.proxad.net)
19:57:12 Quit pamaury (Changing host)
19:57:12 Join pamaury [0] (~quassel@rockbox/developer/pamaury)
20:00
20:00:39 Nick Kuitsi- is now known as Kuitsi (~Kuitsi@a88-113-118-171.elisa-laajakaista.fi)
20:00:46 Join Dr_Agasa [0] (uno@host135-126-dynamic.20-79-r.retail.telecomitalia.it)
20:01:11 Join antil33t [0] (antil33t@124-197-51-80.callplus.net.nz)
20:02:07 Join Luca_S [0] (~571049f1@giant.haxx.se)
20:02:35Luca_SGalaxor: you can always enable it by compiling yourself a custom build
20:03:05Luca_SI'm using rockbox USB on a FuzeV2 and lately it became much more stable than in the past
20:09:12 Join GeekShadow [0] (~Antoine@reactos/tester/GeekShadow)
20:14:22GalaxorLuca_S: Oh? A custom build? I figured it was disabled for a reason. Are we talking about bricking the machine? Always crashing it and having to reboot? Occasionally crashing?
20:14:51Torneusb crashing at random and your file transfers being interrupted
20:15:04Tornewhich may leave the filesystem corrupt
20:16:31Luca_Ssure, it's disabled for a reason: some users seem to have bad luck and find their player locked up, sometimes until battery drains down (which can take even a whole week)
20:17:06TorneLuca_S: that's why rebooting automatically is disabled.
20:17:08Luca_Smore frequently, the filesystem becomes corrupted (as Torne said)
20:17:11Tornenot why USB in rockbox is disabled.
20:17:16Tornethe two are seperate
20:17:50Tornerebooting automatically to the OF to do USB causes the player to lock up sometimes requiring waiting a week for it to discharge. rockbox USB just loses connection at random, possibly while you are transferring data and corrupting the fs as a result
20:17:52Luca_Swell... i was referring to the whole set of usb functionalities, but yes, your precisation is useful
20:18:00TorneThere's no such "whole set"
20:18:02Tornethe two are mutually exclusive
20:18:08Torneeither you reboot to the OF, or you use rockbox USB :)
20:18:09GalaxorTorne: When the filesystem is corrupted, is that fixable?
20:18:11Torneor neither.
20:18:19TorneGalaxor: you can format it :)
20:18:26Tornechkdsk may be able to repair corruption, or may not
20:18:30Torneand even if it repairs it you may lose data
20:18:41Tornebut you can always just format it and start over, it won't ever permanently damage anything
20:18:51GalaxorTorne: How often does the fs get corrupted?
20:18:58TorneTotally unpredictable
20:19:01TorneCould be every time you try adn use it
20:19:02Tornecould be never
20:19:13TorneDepends at exactly what moment usb disconnects, if it does.
20:19:21 Quit stoffel_ (Remote host closed the connection)
20:19:25GalaxorCuz I tell ya, every time I have to boot to the OF, I gotta wait for it to scan the device twice. Pain in the $#$@
20:20:10Luca_Sin my experience, only when rockbox crashes (I had some problems with the database) or when I forget to safely disconnect the device from windows
20:20:43TorneIt depends entirely on luck, though
20:20:58Tornethere are plenty of times during file copying/whatevwer where if it's interrupted at that exact moment it will corrupt the fs
20:21:09Torneyou just have to hope that it doesn't choose to crash at one of those times
20:21:22GalaxorI wish I could help with this stuff. I've never done such low-level stuff.
20:22:49GalaxorI'd like to learn, but I've overcommitted my free-time programming :(
20:22:54GalaxorI wish I was three people.
20:31:31CIA-12New commit by bluebrother (r29512): Don't link libz explicitly on Windows. ...
20:33:36 Nick Llorean1 is now known as Llorean (~DarkkOne@99-68-45-56.lightspeed.hstntx.sbcglobal.net)
20:34:01 Quit Keripo (Quit: Leaving.)
20:34:26 Quit Llorean (Changing host)
20:34:26 Join Llorean [0] (~DarkkOne@rockbox/user/Llorean)
20:35:02CIA-12r29512 build result: All green
20:37:17Buschelmshathlonxp: you there?
20:37:30mshathlonxpno I'm not :>
20:38:03Buschelthat's bad. then I cannot ask you if you could test the patch in FS #11973
20:38:05Buschel;)
20:38:28mshathlonxpI tought you are going to ask me something like that, so I'm not here
20:38:31*mshathlonxp laughs
20:38:54mshathlonxpis it in newest release?
20:39:09mshathlonxpcurrent build*
20:39:19BuschelI guess you're not there because you cannot build the software on your own?
20:39:37Buschelin this case I'll build it right now and send you a link to download it
20:39:41mshathlonxpok
20:39:42Buschelwill take ~20 min
20:42:18GalaxorOkay, I put a bunch of stuff on my sansa clip+, and then I rebooted over to rockbox. I told it to initialize the database. It said the number of files it had found, which climbed and climbed. Now it hit 903 files, and it's been there for several minutes, and the disk-access indicator is not on or flashing or anything. I can make that info window go away, and explore the rest of the UI, but it won't let me in to the database.
20:43:34saratogatheres been a lot of trouble with the database lately, particularly on the Sandisk players, so its probably just hung
20:44:08Luca_SGalaxor: I have the same problem, with my fuze. Now your only option is to force shutdown (i don't know how to do it on the clip+, probably just keep pressed the power button until it shuts down)
20:44:24Luca_Sunluckily, your file system will probably be broken when you restart it
20:44:38Luca_S(replace broken with corrupted in my previous sentence)
20:45:16Luca_Sso you should run a chkdsk on your clip+
20:45:20GalaxorLuca_S: Well, I restarted it, and the device seems to work just fine, but it still thinks the database is not initialized.
20:46:09GalaxorDude, what are the *un*stable ports like???
20:46:25Luca_SGalaxor: don't judge rockbox so fast
20:47:03Luca_Sit's great, and if you'll have the time to help the developers pinpoint the problem, these things will be ironed out
20:47:29GalaxorLuca_S: I used it for years on my e250. I loved it there.
20:47:32 Quit [7] (Ping timeout: 264 seconds)
20:47:42Luca_Sin my experience, building the database without the uSD inserted works (of course it doesn't index the files on uSD)
20:47:52Luca_Sis it the same for your player?
20:48:17GalaxorLuca_S: I don't have an sd card in there right now.
20:48:39Luca_Sso there it goes my only driver related explanation :D
20:49:06Luca_Si'm not a rockbox developer, just to make it clear...
20:49:14gevaertsThere's still the "metadata parser chokes on one particular file" option
20:49:35Luca_SGalaxor: have you tried toggling dircache?
20:50:03GalaxorLuca_S: No, I don't know what that means.
20:50:42***Saving seen data "./dancer.seen"
20:51:18Luca_SSettings > General > System > Disk > Directory Cache, then reboot
20:51:31*gevaerts doesn't see a real reason to suspect dircache
20:52:05GalaxorHm. Now I rebooted to OF and plugged it in to my machine to fsck. My machine can't read the device. Here's a line from dmesg: usb 4-1: device descriptor read/64, error -71
20:52:26Luca_Sgevaerts: me neither, but at some point while fiddling with those options my player succesfully built the database... i'm just trying to see if any of those options help anybody else
20:52:39Galaxor(now, I occasionally have problems with my external hard drive dropping out on this machine, so it may not be the device's fault)
20:54:38 Nick scorche` is now known as scorche (~scorche@rockbox/administrator/scorche)
20:55:42saratogaGalaxor: http://www.rockbox.org/wiki/TargetClassifications
20:56:50gevaertsGalaxor: after you've tried the dircache change, if it still doesn't work, go to "System -> Debug (Keep Out)", and pick "Metadata log". Then try rebuilding the database again
20:57:23bluebrotherany objections to deleting the old wpseditor from svn? It's unmaintained and we have the new shiny themeeditor since quite a while now
20:57:57 Quit Elfish (Ping timeout: 272 seconds)
20:59:30Galaxorgevaerts: That'll log its efforts to build the db, so I can figure out what the problem is?
21:00
21:00:04gevaertsGalaxor: that will log all files as they're scanned, so if it's one of your audio files triggering the problem, you'll know which one
21:00:43Galaxorgevaerts: Okee doke. Logging.
21:01:46Galaxorgevaerts: Though I'm not sure I'll be able to get any data off of there. Still unable to connect to usb even from OF. Rebooted a couple times. My computer is not usually that flaky with usb.
21:02:00Galaxorand the hard drive has not dropped out today.
21:02:03gevaertsGalaxor: you can view the log file on the device if needed
21:02:15 Join Elfish [0] (amba@2a01:4f8:100:90a1:abc:abc:abc:abc)
21:02:35Buschelmshathlonxp: here you go (nano 1G build) -> http://www.sendspace.com/file/c71cz6
21:02:38Galaxorgevaerts: How do I view the log on the device?
21:03:25saratogaits a text file stored on the root of the player
21:03:44gevaertsGalaxor: the file ends up as "metadata log" in the root of the filesystem. Navigate to it, get its context menu, pick "open with", and pick "text_viewer"
21:03:55saratogabut i think it won't show much, it seems like a lot of the problems reported aren't due to the file itself, but rather something wrong with the file system or database itself
21:04:36GalaxorI don't see the file in the files list. I wonder if the machine is just stuffed too full to write anything?
21:05:01Luca_SGalaxor: you may have to set the file filter to 'All'
21:05:31Luca_Son fuze, long press the center button on the Files menu entry to access its context menu, then select Show Files... > All
21:05:39 Quit saratoga (Quit: Page closed)
21:06:15GalaxorOh. The metadata.log file is there now.
21:06:19GalaxorI'm reading it.
21:07:17gevaertsGalaxor: If this is the problem, the last file listed will be the culprit
21:07:28GalaxorOkay, the last entry is something in ##MUSIC# −− something that came with the player, not something I put there.
21:10:14*mshathlonxp pulls his nano out of the dock
21:11:56 Quit sdfsdf (Ping timeout: 240 seconds)
21:12:13mshathlonxptwice turned recording on and off, afterwards still sound
21:12:31 Quit Elfish (Ping timeout: 272 seconds)
21:13:08mshathlonxpBuschel but I hope it's problem with your build and not patch that my nano crashed when I plugged it back :D
21:14:18 Join Elfish [0] (amba@2a01:4f8:100:90a1:abc:abc:abc:abc)
21:14:26mshathlonxpdamn
21:15:03*mshathlonxp just understood that in order to upload other rockbox version, default firmware now has to be booted :D
21:15:13gevaertshuh?
21:16:23mshathlonxpUndefined instruction at 0150058 (0)
21:17:42gevaertsWhen doing what?
21:18:27mshathlonxpconnecting to PC
21:19:04mshathlonxpit briefly shows usual "USB keyboard mode" and then crash
21:19:13Buschelyou are not running my build yet?
21:19:21mshathlonxpeh, welcome to original shitty firmware
21:19:41 Join mudd1 [0] (~cmertes@ip-78-94-203-49.unitymediagroup.de)
21:19:42*gevaerts tries to find the connection with "in order to upload other rockbox version"
21:20:05mshathlonxpBuschel we can say that I'm not using it anymore ;)
21:20:37GalaxorAll right. I deleted the offending file, and it can now complete the database scan.
21:20:39Buschelcould you test it or do you have any issues with installing it
21:20:45GalaxorI got music playing and everything!
21:20:54mshathlonxp...
21:20:56gevaertsGalaxor: you don't happen to have a copy of it?
21:21:10mshathlonxp[20:13] <mshathlonxp> twice turned recording on and off, afterwards still sound
21:21:34Galaxorgevaerts: Man, I couldn't keep it cuz I couldn't get connected to the pc. I deleted it thru the interface. Sorry.
21:21:42mshathlonxpis that enough?
21:21:45Buschelmshathlonxp: ooops ;) didn't see that.
21:21:54Buschelyes, fixed then. so I'll commit
21:22:04gevaertsGalaxor: ah, right. Pity, it would have been nice to look at it to figure out what went wrong. Oh well...
21:22:26mshathlonxpas I said, I hope your patch isn't the cause for my current problem
21:22:31Galaxorgevaerts: Yeah. If this happens again, I'll know what steps to take, and I'll make sure to keep a copy.
21:22:37Galaxorgevaerts: Thanks.
21:23:01gevaertsGalaxor: don't thank me. Thank the people who added the logging :)
21:24:01GalaxorMeanwhile, re: connecting to the pc −− I don't get any "error reading..." type messages in dmesg anymore. It just says "usb-storage: waiting for device to settle before scanning" and then apparently the device never settles, cuz I never hear from it again.
21:24:06Buschelmshathlonxp: what _exactly_ was the problem? crashing when connecting USB?
21:24:11mshathlonxpyes
21:24:27Buscheland current svn works for you?
21:24:35Galaxorgevaerts: Indeed. I love adding logging to things.
21:25:06*mshathlonxp pulls nano out of the dock, bye bye shitty firmware, I hope nobody will ever mess up rockbox again and I won't see you again :D
21:25:28mshathlonxpBuschel yes
21:25:45GalaxorAny ideas about this inability to connect to pc, even from OF? Or should I reboot my pc to see if that was the problem?
21:25:57 Quit factor (Read error: Connection reset by peer)
21:26:31Buschelmshathlonxp: my build has been built against r29502. you do not have this one available? otherwise I'll just resync, rebuild and ask for another test run
21:26:39gevaertsGalaxor: have you tried another cable or USB port?
21:27:22*mshathlonxp just installed newest, r29512
21:27:35mshathlonxpwhat do you want from 29502?
21:27:39Galaxorgevaerts: Yes and yes.
21:28:01gevaertsGalaxor: in that case, either rebooting or reloading the EHCI driver.
21:28:09 Quit TheLemonMan (Quit: Destructor called)
21:28:21 Join factor [0] (~factor@75.108.68.114)
21:28:23Buschelr29502 = the version from svn I used to patch and build for you. I'll now build again using r29512
21:28:43Buschelwill be done in ~3 minutes...
21:28:49mshathlonxpto see if USB will work?
21:29:15Buschelyes. and an unpatched r29512 works fine?
21:29:28mshathlonxpof course it does
21:30:04 Join TheLemonMan [0] (~lem0n@151.62.168.70)
21:31:03Galaxorgevaerts: Okay. Rebooting. brb.
21:31:14 Quit Galaxor (Quit: Lost terminal)
21:31:22Buschelbuild takes longer
21:35:22 Quit esperegu (Read error: Operation timed out)
21:35:37 Quit bmbl (Quit: Verlassend)
21:36:22 Join Galaxor [0] (~rjhughes@punchout.gpcc.itd.umich.edu)
21:36:44GalaxorOkay. Rebooted. Same usb problem. Looks like it's broken forever. Hope I like the music I put on there!
21:37:07gevaertsWeird
21:37:30 Join esperegu [0] (~quassel@145.116.10.163)
21:37:30 Quit esperegu (Read error: Connection reset by peer)
21:37:31Luca_SGalaxor: don't you have access to a windows box? it's the first time i ever heard of such a problem
21:37:56GalaxorLuca_S: Hm. I don't have windows around right now. How would that help?
21:39:06Luca_Syou said usb is sometimes flaky on your box, it could be a driver problem and maybe the clip+ is quite sensitive. usually windows has more forgiving drivers
21:41:24 Join stoffel [0] (~quassel@p57B4ADE4.dip.t-dialin.net)
21:41:53GalaxorOh, y'know what? I bet that after I installed rockbox, the original firmware lost its settings and forgot that it should be in MSC mode and not MTP.
21:42:31GalaxorBingo!
21:42:38Luca_Snice to hear :)
21:42:55GalaxorDang, I wish I'd thought of that in time to save that evil file.
21:43:03gevaertsOh, indeed
21:43:22Luca_SI should have somewhere the OF music files
21:43:23 Join robin0800 [0] (~robin0800@cpc2-brig8-0-0-cust964.3-3.cable.virginmedia.com)
21:43:29Luca_Sdo you remember which one was?
21:44:14 Join notlistening [0] (~tom@94-195-105-95.zone9.bethere.co.uk)
21:44:17GalaxorLuca_S: It was from someone with a first name of "Andrew", I think. The title of the album was "Single".
21:44:24Buschelmshathlonxp: http://www.sendspace.com/file/fwdstt
21:44:27Luca_Sandrew paul woodworth
21:44:31Luca_S:)
21:44:32GalaxorLuca_S: Yeah.
21:44:41notlisteningWould anyone be intrest in feedback on the Android Port?
21:45:05Luca_SI still have it, unluckily that song never gave me any problems :(
21:45:21 Join Jerom [0] (~jerome@79.132.59.245)
21:45:51Luca_Swell, let's delete the db on my device and see if it rebuilds correctly. I have about 10 gb of music, if it's song related it will happen again..
21:46:01GalaxorLuca_S: Hm. I wonder if it was just too full to write the database file, then. The device only had like 8MB free until I deleted that file.
21:46:11gevaertsMaybe
21:46:27Luca_SGalaxor: in my case, I had plenty of space.
21:46:58GalaxorLuca_S: Yeah, this device is only 2GB. I've got a 2GB card at home I'm hoping to use with it.
21:47:53GalaxorNow, that "Andrew Paul Woodworth" song was in a directory called /##MUSIC#, which was visible from the rockbox file browser, but is not visible when I mount the device as a drive.
21:48:10GalaxorIs that just some magic from the original firmware to prevent people from copying those files?
21:48:59Luca_Snot really, it's just the folder that gets exposed under MTP mode
21:49:27mshathlonxpBuschel it's fine now :)
21:49:32Luca_Sif you sync music using windows media player or any other mtp client, you won't see it in MSC mode
21:49:36Buschelgood :)
21:50:22Buschelthen I'll prepare the submit
21:50:25Luca_Suhm.. isn't there a "trash database option"?
21:50:37Luca_Swhat can I do to delete my existing database?
21:50:42Luca_Sjust delete the idx files?
21:51:59Luca_Soops, I meant tcd files :)
21:53:34CIA-12New commit by Buschel (r29513): Fix FS #11973. iPod nano1G needed reboot after entering record mode to have audio again.
21:54:18GalaxorOkay, well I think I am good to go now! Thanks, everybody!
21:55:18*Buschel thinks it would be good to have r29513 fixed for 3.8.1 as well
21:55:38Buschelahem, "migrated to" not "fixed for"
21:57:11CIA-12r29513 build result: All green
21:58:41*bluebrother uploaded Windows svn build of Rockbox Utility
21:58:52CIA-12New commit by Buschel (r29514): Integrate r29513 to v3.8 branch. Fixes FS #11973.
22:00
22:02:30 Join stripwax [0] (~Miranda@87-194-34-169.bethere.co.uk)
22:04:01Luca_Sgevaerts: are you still interested in a file that blocked my player during db rebuild?
22:04:39gevaertsLuca_S: I personally am not, since I don't know anything about that area of the code. Other people definitely will be though
22:05:05BuschelLuca_S: I am interested
22:07:25stripwaxis this a 'blocked during db rebuild and definitely NOT related to ata dma random memory corruption' ?
22:08:12Luca_SBuschel: uploading now, will give the address in Query if you don't mind
22:08:22Buschelfine for me
22:08:24Luca_Sstripwax: I have no idea to what it's related to
22:09:21 Nick nullball is now known as Stummi (~Stummi@p4FD3EA93.dip.t-dialin.net)
22:09:22 Quit Stummi (Changing host)
22:09:22 Join Stummi [0] (~Stummi@rockbox/developer/Stummi)
22:09:27stripwaxLuca_S - does your metadata.log (or your symptoms) look anything like the one in here http://www.rockbox.org/tracker/task/11976
22:09:28 Join TheSeven|Mobile [0] (~theseven@rockbox/developer/TheSeven)
22:09:38 Quit parafin (Quit: So long and thanks for all the fish)
22:09:47gevaertsstripwax: IIRC Luca_S has a fuze
22:10:12Luca_SFuzeV2, right
22:10:18gevaertsSo unrelated to the PP DMA thing
22:10:50 Quit [Saint] (Disconnected by services)
22:10:52 Join S_a_i_n_t [0] (S_a_i_n_t@203.184.1.217)
22:11:12stripwaxah, sorry. i was trying to read back through irc and guess I misread.
22:11:38Luca_Sno path corruption here...
22:13:30 Quit Stummi (Quit: Bye!)
22:18:55 Quit leavittx (Ping timeout: 276 seconds)
22:19:25 Join milk_ [0] (~milk@94-193-93-226.zone7.bethere.co.uk)
22:20:05BuschelLuca_S: file parser normally on sim
22:20:12Buschelparses
22:21:35Luca_Stough luck :(
22:21:40 Quit TheSeven|Mobile (Quit: TheSeven|Mobile)
22:22:08BuschelLuca_S: it was a fuzev2, correct?
22:22:43Luca_Syes, and the song was on a uSD, like many others that blocked the db in the past and that I had deleted
22:22:58Luca_Sejecting the uSD, the db rebuilds correctly
22:24:19Luca_Snow retrying building with the uSD inserted again
22:25:04 Nick milk_ is now known as milk (~milk@94-193-93-226.zone7.bethere.co.uk)
22:25:44Luca_Sstuck on a different song, one that was parsed succesfully before :/
22:25:46Buschelthe file has a _really_ large ID3v2 tag
22:26:05Buschel~370 KB
22:27:27Buschel~250 KB of that are 0x0
22:27:31Luca_Suhm... this time is not really stuck... it takes about 1 minute per file however
22:29:25pixelmaBuschel: I wonder why but I once found a 6MB jpg embedded in a file of mine and it didn't cause trouble in Rockbox. That was all before your recent fixes and before embedded albumart support
22:29:53Luca_Spixelma: I had troubles even before embedded AA support
22:29:56Buschelwow, the file has 350KB id3v2 tag at the file beginning, a classic id3v tag preceeded by apev2 and some other tag format which I do not know
22:30:23pixelmaI only use the database occasionally though and usually do a full "initialise", not update
22:30:46Luca_Smp3tag reports ID3v2.3, ID3v1 and APEv2
22:31:14Buschelpixelma: I am just wondering. there could be some filesize and space saved
22:32:02pixelmajust saying that it's probably not a simple "large tag = trouble" problem
22:32:11 Join parafin [0] (parafin@paraf.in)
22:33:00Buschelyes. as it is working in the sim here. I was just impressed by the vast number or 0x0's
22:34:17 Quit stoffel (Remote host closed the connection)
22:38:59Luca_Sthe same file plays fine, doesn't show the embedded AA, but I think that's not a jpeg file
22:39:15Buschelthe tag says it is a bmp file
22:39:38Luca_Showever it plays and shows metadata in track info
22:39:41 Quit notlistening (Remote host closed the connection)
22:40:09Buschelyep, I don't think the file or it's tags were your problem...
22:40:57Buschelhowever, need to get some sleep now
22:41:01Buschelgood night!
22:41:04 Quit Buschel (Quit: ChatZilla 0.9.86 [Firefox 3.6.13/20101203075014])
22:41:08Luca_Sgood night, thank you
22:44:21 Join TheSeven [0] (~TheSeven@rockbox/developer/TheSeven)
22:45:56 Quit parafin (Quit: So long and thanks for all the fish)
22:46:42pamaurydoes someone now which tools is used to compute the crc of a rockbox image ? scramble ?
22:50:43linuxstbpamaury: Yes. But for most targets it's just a simple checksum (a sum of all the bytes in the file, plus the value of "modelnum"), not a crc.
22:50:44***Saving seen data "./dancer.seen"
22:53:51pamauryhow does scramble know the offset of the crc field since it's not the same for all targets ?
22:56:16 Join Keripo [0] (~Keripo@SEAS030.wlan.seas.upenn.edu)
22:59:01 Quit benedikt93 (Quit: Bye ;))
22:59:39 Join parafin [0] (parafin@paraf.in)
23:00
23:00:25 Quit stripwax (Quit: http://miranda-im.org)
23:01:26 Quit avacore (Ping timeout: 272 seconds)
23:02:03 Join Galois [0] (djao@efnet-math.org)
23:02:32 Join avacore [0] (~avacore@1008ds1-rdo.0.fullrate.dk)
23:04:05linuxstbpamaury: I'm not sure which offset you mean, but scramble is passed the name of the target, and then it does the right thing. Have you looked at its source?
23:04:42 Quit parafin (Quit: So long and thanks for all the fish)
23:05:02pamaurylinuxstb: I don't understand the source
23:06:11 Join ender| [0] (krneki@foo.eternallybored.org)
23:11:02 Quit Galaxor (Quit: Lost terminal)
23:13:41S_a_i_n_t[23:31] <dionoea> it filled empty space nicely on my device <−−−− )n a 240x320 device, there *is* no free space ;)
23:14:07 Quit TheLemonMan (Quit: Destructor called)
23:15:05 Quit Luca_S (Quit: CGI:IRC)
23:15:23 Join parafin [0] (parafin@paraf.in)
23:17:16 Join JdGord [0] (~jonno@58.104.69.204)
23:17:35pamaurydoes the file produced by scramble has a different format depending on the target ?
23:19:10linuxstbpamaury: Yes. Maybe searching tools/configure for the various calls to scramble will be helpful.
23:20:18 Join bertrik [0] (~bertrik@ip117-49-211-87.adsl2.static.versatel.nl)
23:20:19 Quit bertrik (Changing host)
23:20:19 Join bertrik [0] (~bertrik@rockbox/developer/bertrik)
23:20:22linuxstbThe "-add" option is Rockbox's own format - an 8 byte header consisting of a 4-byte target identifier, and a 32-bit checksum. Other options will be for when Rockbox needs to be in a specific format - e.g. we use the "mi4" format for a lot of the PortalPlayer devices (Sansa etc)
23:21:25Tornescramble just does "whatever has to be done to turn a bin into what the loader needs on this target"
23:23:06pamauryok, I was looking for the rockbox's own format, now I have my answer :)
23:24:03 Join sideral [0] (~sideral@rockbox/developer/sideral)
23:25:03 Quit deeice_ (Quit: Leaving)
23:34:23 Quit JdGord (Read error: Connection reset by peer)
23:36:59 Quit Keripo (Quit: Leaving.)
23:38:38 Quit sideral (Remote host closed the connection)
23:41:42 Join sideral [0] (~sideral@rockbox/developer/sideral)
23:43:02 Quit avacore (Read error: Operation timed out)
23:48:32 Join avacore [0] (~avacore@1008ds1-rdo.0.fullrate.dk)
23:51:05 Quit sideral (Remote host closed the connection)
23:51:24 Join sideral [0] (~sideral@rockbox/developer/sideral)
23:55:12 Quit bzed (Remote host closed the connection)
23:55:19 Join bzed [0] (~bzed@devel.recluse.de)

Previous day | Next day