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-10-20

00:03:53pixelmahmm, I thought sound settings aren't supposed to wrap?
00:04:23 Join Xerion [0] (~xerion@541939BB.cm-5-2a.dynamic.ziggo.nl)
00:04:31 Quit kevku (Read error: Operation timed out)
00:04:46 Join kevku [0] (~kevku@arch.tunnel.ipv6.estpak.ee)
00:05:01LloreanI thought it was more depending on if the setting could be "dangerous" like volume or gain adjustments that could hurt your hearing if wrapping from bottom to top
00:06:00pixelmaah, ok. I just noticed that the MAS' MDB settings all don't wrap but the difference is not "dangerous"
00:09:37wodzI almost hacked profiling support in sim - the problem is that 1)I get one symbol that is not in .map 2)my hack is linux specific
00:12:15pixelmawodz: sound settings all seem to work correctly (as I think there are some that the Player's MAS doesn't have)
00:13:16wodzpixelma: what about recording?
00:13:39pixelmacurrently testing
00:16:25 Join soap_ [0] (~soap@rockbox/staff/soap)
00:16:54 Quit soap (Disconnected by services)
00:16:56 Nick soap_ is now known as soap (~soap@rockbox/staff/soap)
00:17:17 Quit stripwax (Ping timeout: 252 seconds)
00:17:23 Join soap_ [0] (~soap@rockbox/staff/soap)
00:17:29 Join stripwax [0] (~Miranda@87-194-34-169.bethere.co.uk)
00:20:48 Quit Rob2223 (Quit: Rob2223)
00:21:05 Quit domonoky (Read error: Connection reset by peer)
00:21:06 Join Rob2222 [0] (~Miranda@p4FFF267D.dip.t-dialin.net)
00:22:37 Quit ender` (Quit: Some people like my advice so much that they frame it upon the wall instead of using it. -- Gordon R. Dickson)
00:25:20pixelmawodz: available settings are all the same if I saw correctly. Two short test recordings (one with the internal mic, one from radio) worked, just testing the standards though - the resulting average bitrate looked correct (respecting the quality setting)
00:25:43pixelmawould the patch have influence on wav recording too which is done in a plugin?
00:28:17wodzpixelma: patch moves functions around so it's better to check
00:31:11 Quit stripwax (Quit: Miranda IM! Smaller, Faster, Easier. http://miranda-im.org)
00:31:37 Join stripwax [0] (~Miranda@87-194-34-169.bethere.co.uk)
00:36:30pixelmawav recording and playback also looks correctly
00:38:14pixelmaindependent from the patch: I wonder though why e.g. the filename in the recording screen (and wavrecord) are displayed as "//Rec_*" when the recording directory is root
00:38:26pixelmawhy two slashes?
00:38:55 Quit kevku (Read error: Operation timed out)
00:39:01pixelmaas I said it doesn't have to do with the patch, SVN does the same
00:41:31 Nick drizztbsd_ is now known as drizztbsd (~quassel@unaffiliated/drizztbsd)
00:41:39 Quit DerPapst1 (Read error: Connection reset by peer)
00:42:15 Join DerPapst [0] (~Alexander@p5797C14F.dip.t-dialin.net)
00:45:06 Join BHSPitMonkey [0] (~stephen@unaffiliated/bhspitmonkey)
00:46:20 Quit soap (Quit: Leaving)
00:46:41 Join soap [0] (~soap@rockbox/staff/soap)
00:47:54 Quit dfkt (Quit: -= SysReset 2.53=- Sic gorgiamus allos subjectatos nunc.)
00:51:45 Join JdGord [0] (~jd@122.110.198.103)
01:00
01:00:57pixelmawodz: I also played around with the png viewer (the v5 patch) on both Ondio and M5. Works on both, the files that were rejected by an earlier version on the M5 work now. I'm wondering a bit why I sometimes get "file too large" and sometimes "out of memory" on larger files but I could imagine that it has to do with compressed and decompressed size?
01:03:19pixelmathe Archos version still doesn't do aspect ratio correction like e.g. the bmp viewer does and I noticed when comparing with a square file (200x200) that the bmp player states "decoding 200x160" (so corrected) and the png viewer "decoding 200x200", so to me it looks like the difference is already at the loading step (?)
01:03:34pixelmait's not very important but would be nice :)
01:04:08wodzpixelma: thanks for all testings
01:04:21wodzI'll look at this
01:04:40pixelmanp. Shall I paste the comments to flyspray too?
01:04:50wodzyes, please
01:06:35 Quit stripwax (Read error: Connection reset by peer)
01:06:45 Quit wodz (Quit: Leaving)
01:06:49 Quit JdGord (Quit: Bye)
01:08:40***Saving seen data "./dancer.seen"
01:09:19 Join kugel [0] (~kugel@rockbox/developer/kugel)
01:09:33 Part toffe82
01:15:24 Join JdGordon| [0] (~jonno@vl10.gw.ok-labs.com)
01:15:25 Quit JdGordon| (Changing host)
01:15:25 Join JdGordon| [0] (~jonno@rockbox/developer/JdGordon)
01:18:27JdGordon|S_a_i_n_t: are you still confused about Sl/Sv?
01:18:37S_a_i_n_tA little.
01:19:03 Quit _s1gma (Quit: Leaving)
01:19:34S_a_i_n_tLike, I understand *how* to define a custom variable, and how to define its options...and how to call it with the config file...but for the life of me I can't really think of anything usefull to put in there.
01:19:35 Quit leavittx_ (Ping timeout: 240 seconds)
01:19:38S_a_i_n_tOr, how to code it.
01:20:23JdGordon|your themes have conditional viewports and comments like "enable this one for X to happen" right?
01:20:46S_a_i_n_tcorrect.
01:20:53JdGordon|so simply, you'd just do %?Sl(aa)<%Vd(a)|%Vd(b)> instead
01:21:04JdGordon|umm, %Sv there
01:21:16S_a_i_n_tAha, right. I kinda get it now.
01:22:41 Join dfkt [0] (~dfkt@unaffiliated/dfkt)
01:23:19 Join CaptainKewl [0] (~jason@207-38-215-126.c3-0.nyr-ubr1.nyr.ny.cable.rcn.com)
01:25:01JdGordon|I'm not sure if this is actually going to be possible or not, but it would be awesome if it could actually be used to rewrite part of the skin, so %Sv(clock) would end up getting "%cm:%ch" in the actual skin, or %Sv(font) could be 12-helvetica.fnt
01:26:26S_a_i_n_tI remember discussing that before, and yeah...it would be nice. But more well suited to being "its own thing" as opposed to being incorporated into this.
01:26:39S_a_i_n_t'Twould also allow for user based translation.
01:27:04S_a_i_n_ttranslation/word sunstitution
01:27:11S_a_i_n_t*substitution
01:27:47JdGordon|I bourght up user translation in the mailing list. all thre are really the same idea
01:28:05JdGordon|rewriting the skin is going to be the hardest one though and very probably not doable
01:36:25 Quit DerPapst (Quit: Leaving.)
01:41:24 Join linuxstb [0] (~linuxstb@rockbox/developer/linuxstb)
01:46:44 Join fdinel [0] (~Miranda@modemcable235.127-131-66.mc.videotron.ca)
02:00
02:05:17 Quit moos (Quit: ChatZilla 0.9.86 [Firefox 3.6.10/20100914125854])
02:15:22 Join thals1992 [0] (18a44362@gateway/web/freenode/ip.24.164.67.98)
02:17:45 Quit dfkt (Quit: -= SysReset 2.53=- Sic gorgiamus allos subjectatos nunc.)
02:23:55thals1992Hi, I've recently downloaded the Linux copy for Rockbox development. Is there anything else I need to download to the VM to compile to iPod Nano (1st Gen)?
02:30:12soapis the ARM compiler on the VMware image current, scorche?
02:38:14S_a_i_n_tAnyone know what's needed to get the Nano2G to power on on USB plug?
02:40:45 Join dfkt [0] (~dfkt@unaffiliated/dfkt)
02:43:44 Join olll [0] (4ca6839b@gateway/web/freenode/ip.76.166.131.155)
02:48:15 Quit liar (Quit: Leaving)
02:51:47thals1992My reasoning was that I read the page to using the VMware image to compile rockbox, but it is difficult to follow the directions to compile rockbox. Could anyone in a few lines explain how I'd go along with compiling for an iPod Nano (1st Gen.)
02:52:28S_a_i_n_tmake a build folder, cd to it, run configure, run make, make zip, done.
02:52:42JdGordon|cd rockbox; svn up; mkdir build; cd build; ../tools/configure; make
02:59:31 Quit timccc (Ping timeout: 264 seconds)
03:00
03:04:48LloreanSo, bringing it in from -community, some people feel it might be great if there were some interaction directly between the themesite and the forums
03:05:18LloreanOne idea is a possible themesite forum account that would start a thread for each posted theme, and update that thread (by updating the first post, as well as replying at the end with a notification post) when the theme is updated.
03:07:03thals1992I think it would be good as it lets them better explain their theme and the could extensively tell them/ show them what has changed from patch to patch
03:07:46JdGordon|I have a strong suspiscion that the only thing stopping this would be the need to update the template to contain the link, and the script to create the thread
03:07:48Lloreanthals1992: Well, mainly this needs discussed to look for problems (and how to overcome them) and someone interested enough to do the actual work
03:08:30 Join timccc [0] (~tim@112.166.15.141)
03:08:43***Saving seen data "./dancer.seen"
03:09:33JdGordon|I assume the thread could be created with one or two POST commands?
03:10:10LloreanI haven't looked, but I'd guess so.
03:10:34S_a_i_n_tquite probably, but...would that involve signing in to the themesite, as one would the forums, before posting a theme?
03:10:50S_a_i_n_tOr would the notification come from "Blah-Bot" and not "Author"?
03:11:14JdGordon|the simplest suggestion is having a themebot account
03:11:30S_a_i_n_tYeah, I figured as much.
03:11:55JdGordon|Of course we could ask the user in the theme upload page for their forum user/pass to have them create the thread
03:12:08thals1992@Llorean well I would think the -only- good uses for it would be to give a place where the theme designer could recieve comments on how crappy their work is or a place for the author to recieve comments about how their theme is not displaying correctly.
03:12:12JdGordon|or even just username if we can change the thread owner
03:12:44LloreanJdGordon|: It might be beneficial to have the initial post standardized though. If they enter their user/pass, it could create an immediate second post for them, so that they're right there at the top though...
03:12:52S_a_i_n_tIndeed....but, the question arises, would anyone actually read these? Would this info not be more well suited on the themesite/theme's page itself?
03:13:05LloreanOr even just give them a field to type in the content of a second post "if you're already signed into the forum when visiting this page" or something
03:13:23LloreanS_a_i_n_t: The idea would be to have the content of the thread visible as "comments" on the theme's page.
03:13:35soapif the themesite bot had admin access could it post as a common user? Therefore the user need not give the themesite his/her forum account credentials?
03:13:36JdGordon|S_a_i_n_t: I would say 100% it would be better for longer comments to be in the forum thread
03:13:51soapThough, now that I say that, there be a horrible hole.
03:14:21JdGordon|it doesnt look like my admin access lets me change a threads owner
03:14:24thals1992I believe if it needed a forum it should be an extension of the Themes download page to allow minimal support from the theme author.
03:14:28JdGordon|maybe higher mods can thouhg
03:15:13soapyea, neither you nor I have "admin".
03:15:29LloreanI don't remember being able to
03:15:43LloreanI mean you could go into the database account and do it, but that's the only way I think.
03:15:45S_a_i_n_tMy concern is, do we give the forum a new section "Theme Notifications"? Or will it be cluttering up the Theme Customisation section?
03:16:05JdGordon|it would go in a sub orum of the skin/themeing forum
03:16:11LloreanS_a_i_n_t: I'd recommend it be submenus under themes like the manual installation ones.
03:16:14S_a_i_n_taha.
03:16:35soapIt is another discussion, but the current topography is a bit bothersome to me.
03:16:38LloreanOf the forum?
03:16:47LloreanOr the themesite?
03:17:05JdGordon|the theme template would then simply get a link "Comments: _(<number)_"
03:17:09soapyes. Subforums are not my favorite idea.
03:17:16JdGordon|the numbe being a link to the forum thread
03:17:19*JdGordon| likey
03:17:20S_a_i_n_tIf == Forum, I have thought that also...I tried to come up with a "beter" proposed layout, but it got far too labrynthine
03:17:25Lloreansoap: Do you have a proposal to replace them?
03:17:43soapLlorean, I would if I were able to put into words my objection. ;)
03:18:06S_a_i_n_t"I don't like it" ;)
03:18:10Lloreansoap: I mean we only use subforums for manual installation, and mainly because having them all listed would clutter things up something awful on the front page.
03:18:45soap*currently
03:19:48LloreanI mean given our current tools, the only alternative to subforums is "no subforums" which basically puts them all at the same level?
03:20:02JdGordon|I'd like more splitting up of the current forums, but otherwise I think its not too bad
03:20:39LloreanJdGordon|: Splitting? Any specific lines?
03:20:58JdGordon|"
03:21:02LloreanWasn't someone recently suggesting a merger of Themes and User Interface (for flyspray, but the same would apply to forums)
03:21:02JdGordon|grr
03:21:18soapI'd rather see the themesite "talk" in its own "branch" of the forums, and not burried in a subbranch.
03:21:54Lloreansoap: Ah, a themesite subcategory.
03:21:58LloreanThat'd be equally good in my mind
03:22:02JdGordon|"Audio Playback, Database and Playlists" should be split, db and playlists could go together maybe.
03:22:02LloreanEspecially since those can be collapsed.
03:22:10S_a_i_n_tUI/Voice and Costomisation don't really mix
03:22:25S_a_i_n_terr..., spelt correctly.
03:22:28JdGordon|themeing+customisation shouldnt be in support :)
03:22:32soapSubforums tend to "rank" messages. I like everything on one level where possible.
03:22:37LloreanS_a_i_n_t: Except themes are allowing far more interaction now (especially on touchscreen)
03:22:58S_a_i_n_tYes, but the Voice doesn't fit.
03:23:10LloreanVoice doesn't fit with UI?
03:23:15LloreanIt is the same as the text.
03:23:17S_a_i_n_tAnd Voicing doesn't really needs its own seperate thread.
03:23:38S_a_i_n_tVoice fits with UI, but not customization.
03:23:48LloreanVoice is just an alternate output for the menus, and it can be nearly impossible to distinguish a menu problem from a voice problem for someone using only the voice UI.
03:23:52soapnot to mention it is the third slowest of the original groups. Voice in there likely gains more attention than it would if it sat alone.
03:24:10soap*slowest as in forum traffic
03:24:19LloreanS_a_i_n_t: But voice goes with UI, and UI goes with customization. And UI customization is increasing rapidly.
03:24:44LloreanEventually I wouldn't be surprised if we had "voice on touch" features in the WPS or something similar anyway
03:25:00*JdGordon| has done that patch
03:25:02soapThere is a point at which division leads to miscatagorization by users and increasing inconvience in finding what you're looking for.
03:25:05S_a_i_n_tIf someone didn't throw a fit about it, probably.
03:26:19Lloreansoap: More or less why Voice and UI are together, and why themes makes a good fit - it helps *users* who may not be sure of the exact dividing lines put it in someplace someone is likely to be looking for that type of issue.
03:27:15JdGordon|I tihnk customisation and UI/voice should be kept seperate
03:27:40JdGordon|the latter is more about development, the first is more about helping users get around the craziness of ht ehtmeing
03:27:56LloreanI don't think they'll be able to *too* much longer, especially if we get customizable menus or graphically customizable menus.
03:28:18LloreanI'm not saying it should merge now, but the line between them is growing finer.
03:28:27JdGordon|sure
03:28:46JdGordon|someone sniff the headers and see how a forum htread is created....
03:37:27DEBUGEOF from server (Connection reset by peer) (snapshot: netstuff.c line 545)
03:37:27***Cleanup
03:37:27***Cleanup
03:37:27***No seen item changed, no save performed.
03:37:27***Exit
03:37:29***Started Dancer V4.16
03:37:29***Connected to irc.freenode.net on port 6667
03:37:29***Logfile for #rockbox started
03:37:31Mode"logbot_ :+i" by logbot_
03:37:32CtcpVersion from frigg!~frigg@freenode/utility-bot/frigg
03:37:34***Server message 501: 'logbot_ :Unknown MODE flag'
03:37:34 Join logbot_ [0] (~rockbox@giant.haxx.se)
03:37:34 Join The3_14ed|r [0] (~ntryon@cpe-67-240-248-41.rochester.res.rr.com)
03:37:34 Join krazykit` [0] (~kkit@99-126-205-52.lightspeed.cicril.sbcglobal.net)
03:37:34 Join feisar-_ [0] (jljhook@sienikerho.com)
03:37:34 Join TorneWuff [0] (torne@lowell.wolfpuppy.org.uk)
03:37:34 Join JdGordon1 [0] (~jonno@vl10.gw.ok-labs.com)
03:37:34 Join panni__ [0] (hannes@ip-178-203-81-220.unitymediagroup.de)
03:37:34 Join timccc [0] (~tim@112.166.15.141)
03:37:34 Join olll [0] (4ca6839b@gateway/web/freenode/ip.76.166.131.155)
03:37:34 Join thals1992 [0] (18a44362@gateway/web/freenode/ip.24.164.67.98)
03:37:34 Join fdinel [0] (~Miranda@modemcable235.127-131-66.mc.videotron.ca)
03:37:34 Join linuxstb [0] (~linuxstb@rockbox/developer/linuxstb)
03:37:34 Join CaptainKewl [0] (~jason@207-38-215-126.c3-0.nyr-ubr1.nyr.ny.cable.rcn.com)
03:37:34 Join JdGordon| [0] (~jonno@rockbox/developer/JdGordon)
03:37:34 Join kugel [0] (~kugel@rockbox/developer/kugel)
03:37:34 Join soap [0] (~soap@rockbox/staff/soap)
03:37:34 Join BHSPitMonkey [0] (~stephen@unaffiliated/bhspitmonkey)
03:37:34 Join Rob2222 [0] (~Miranda@p4FFF267D.dip.t-dialin.net)
03:37:34 Join soap_ [0] (~soap@rockbox/staff/soap)
03:37:34 Join Xerion [0] (~xerion@541939BB.cm-5-2a.dynamic.ziggo.nl)
03:37:34 Join JdGordon [0] (~jonno@rockbox/developer/JdGordon)
03:37:34 Join BlakeJohnson86 [0] (~bjohnson@c-24-118-162-123.hsd1.mn.comcast.net)
03:37:34 Join drizztbsd [0] (~quassel@unaffiliated/drizztbsd)
03:37:35 Join krazykit [0] (~kkit@99-126-205-52.lightspeed.cicril.sbcglobal.net)
03:37:35 Join {phoenix} [0] (~dirk@xGagC832.WH1.TU-Dresden.De)
03:37:35 Join Utchybann [0] (~Utchy@rps6752.ovh.net)
03:37:35 Join panni_ [0] (hannes@ip-178-203-81-220.unitymediagroup.de)
03:37:35 Join zu [0] (~zu@ks355000.kimsufi.com)
03:37:35 Join elcan [0] (user36@pr0.us)
03:37:35 Join antil33t [0] (~Mudkips@124-197-51-80.callplus.net.nz)
03:37:35 Join Horscht [0] (~Horscht@xbmc/user/horscht)
03:37:35 Join lostlogic [0] (~lostlogic@rockbox/developer/lostlogic)
03:37:35 Join T44 [0] (~Topy44@cable-78-34-73-174.netcologne.de)
03:37:35 Join slooopy [0] (~sloo@p3E9E205E.dip0.t-ipconnect.de)
03:37:35 Join Ramsey[LC] [0] (~RamseyLC]@adsl-71-158-161-74.dsl.rcsntx.sbcglobal.net)
03:37:35 Join elinenbe [0] (~elinenbe@207-237-241-192.c3-0.80w-ubr1.nyr-80w.ny.cable.rcn.com)
03:37:35 Join MethoS- [0] (~clemens@134.102.106.250)
03:37:35 Join fyrestorm [0] (~nnscript@cpe-69-203-144-35.si.res.rr.com)
03:37:35 Join literal [0] (hinrik@v.nix.is)
03:37:35 Join scorche|sh [0] (~scorche@squisch.net)
03:37:35 Join simonrvn [0] (simon@209.137-ppp.3menatwork.com)
03:37:35 Join kadoban [0] (~mud@cpe-67-247-80-129.rochester.res.rr.com)
03:37:35 Join xavieran [0] (~xavieran@ppp118-209-248-234.lns20.mel6.internode.on.net)
03:37:35 Join sinthetek [0] (~sinthetek@unaffiliated/sinthetek)
03:37:35 Join simabeis [0] (~simabeis@lobmenschen.de)
03:37:35 Join miceh [0] (~mtq@h1439481.stratoserver.net)
03:37:35 Join Kitar|st [0] (~Kitarist@BSN-210-249-71.dial-up.dsl.siol.net)
03:37:35 Join preglow [0] (thomj@rockbox/developer/preglow)
03:37:35 Join Judas_PhD [0] (~kevin@misterfluffy.dsl.xmission.com)
03:37:35 Join factor [0] (~factor@r74-195-220-23.msk1cmtc02.mskgok.ok.dh.suddenlink.net)
03:37:35 Join sasquatch [0] (~username@p4FF2D155.dip.t-dialin.net)
03:37:35 Join S00row [0] (~Administr@27-33-98-164.static.tpgi.com.au)
03:37:35 Join tchan [0] (~tchan@lunar-linux/developer/tchan)
03:37:35 Join Hadaka [0] (~naked@naked.iki.fi)
03:37:35 Join Barahir [0] (~jonathan@frnk-590fdf60.pool.mediaWays.net)
03:37:35 Join jfc^2 [0] (~john@dpc6682208002.direcpc.com)
03:37:35 Join ps-auxw [0] (~arneb@p4FF7EC2A.dip.t-dialin.net)
03:37:35 Join pixelma [0] (quassel@rockbox/staff/pixelma)
03:37:35 Join amiconn [0] (quassel@rockbox/developer/amiconn)
03:37:35 Join bluebroth3r [0] (~dom@rockbox/developer/bluebrother)
03:37:35 Join dys` [0] (~andreas@krlh-5f721541.pool.mediaWays.net)
03:37:35 Join chattr [0] (~mike@244.87.189.72.cfl.res.rr.com)
03:37:35 Join S_a_i_n_t [0] (S_a_i_n_t@203.184.2.222)
03:37:35 Join Llorean [0] (~DarkkOne@rockbox/user/Llorean)
03:37:35 Join parafin [0] (parafin@paraf.in)
03:37:35 Join CIA-107 [0] (~CIA@208.69.182.149)
03:37:35 Join rasher [0] (~rasher@rockbox/developer/rasher)
03:37:35 Join tah [0] (~thomas@aktaia.intevation.org)
03:37:35 Join kazaik [0] (~kazaik@pool-72-81-177-188.bltmmd.east.verizon.net)
03:37:35 Join knittl [0] (~knittl@unaffiliated/knittl)
03:37:35 Join Dreamxtreme [0] (~Dre@92.30.65.15)
03:37:35 Join thegeek [0] (~nnscript@172.80-203-148.nextgentel.com)
03:37:35 Join _jhMikeS_ [0] (~jethead71@rockbox/developer/jhMikeS)
03:37:35 Join Loto [0] (~ctrlproxy@xbmc/user/Loto)
03:37:35 Join merbanan [0] (~banan@c-62-220-165-233.cust.bredband2.com)
03:37:35 Join rvvs89 [0] (rvvs89@mussel.ucc.gu.uwa.edu.au)
03:37:35 Join Sudos [0] (~windstar_@c-71-225-176-43.hsd1.nj.comcast.net)
03:37:35 Join crwl [0] (~crwlll@dsl-jklbrasgw1-fe10fb00-173.dhcp.inet.fi)
03:37:35 Join froggyman [0] (~seth@unaffiliated/froggyman)
03:37:35 Join FOAD [0] (~dok@83.160.60.104)
03:37:35 Join SIGSEGV2 [0] (~user@110.9.28.120)
03:37:35 Join markun [0] (~markun@rockbox/developer/markun)
03:37:35 Join balintx [0] (~balintx@fibhost-67-58-201.fibernet.hu)
03:37:35 Join AlexP [0] (~alex@rockbox/staff/AlexP)
03:37:35 Join guymann [0] (~charles@64-252-121-164.adsl.snet.net)
03:37:35 Join advcomp2019 [0] (~advcomp20@unaffiliated/advcomp2019)
03:37:35 Join noamsml_ [0] (~noamsml@75.45.237.148)
03:37:35 Join jepler [0] (~jepler@emc/developer/pdpc.professional.jepler)
03:37:35 Join scorche [0] (~scorche@rockbox/administrator/scorche)
03:37:35 Join Gabe_G23 [0] (~gabe@bzflag/player/GabrielG)
03:37:35 Join GodEater_ [0] (~bibble@rockbox/staff/GodEater)
03:37:35 Join aevin [0] (eivindsy@unaffiliated/aevin)
03:37:35 Join hondza [0] (K5wNGm8J@unaffiliated/hondza)
03:37:35 Join alexbobP [0] (~alex@ppp-70-253-93-152.dsl.austtx.swbell.net)
03:37:35 Join kisak_ [0] (~kisak@pool-72-70-187-188.hrbgpa.fios.verizon.net)
03:37:35 Join Kohlrabi [0] (~kohlrabi@kohlio.de)
03:37:35 Join jordan` [0] (~jordan@jem75-13-78-235-252-137.fbx.proxad.net)
03:37:35 Join Stummi [0] (Stummi@doppeldenk.org)
03:37:35 Join shai [0] (~Shai@l192-117-110-233.cable.actcom.net.il)
03:37:35 Join dionoea [0] (~dionoea@yop.chewa.net)
03:37:35 Join mc2739 [0] (~mc2739@rockbox/developer/mc2739)
03:37:35 Join Ypsy_ [0] (~ypsy@geekpadawan.de)
03:37:35 Join Zambezi [0] (Zulu@unaffiliated/zambezi)
03:37:35 Join gevaerts [0] (~fg@rockbox/developer/gevaerts)
03:37:35 Join linuxguy3 [0] (~timj@adsl-75-57-189-204.dsl.emhril.sbcglobal.net)
03:37:35 Join feisar- [0] (jljhook@sienikerho.com)
03:37:35 Join xvello [0] (~quassel@mauvais-esprit.org)
03:37:35 Join Dhraakellian [0] (~ntryon@cpe-67-240-248-41.rochester.res.rr.com)
03:37:35 Join bdrung [0] (~bdrung@ubuntu/member/bdrung)
03:37:35 Join logbot [0] (~rockbox@giant.haxx.se)
03:37:35 Join powell14ski_ [0] (~powell14s@c-174-51-160-240.hsd1.co.comcast.net)
03:37:35 Join bzed [0] (~bzed@devel.recluse.de)
03:37:35 Join leavittx [0] (~leavittx@89.221.199.187)
03:37:35 Join tmzt_ [0] (~tmzt@adsl-99-164-62-33.dsl.akrnoh.sbcglobal.net)
03:37:35 Join maraz [0] (maraz@kapsi.fi)
03:37:35 Join ved [0] (ved@ddsbox.co.cc)
03:37:35 Join Torne [0] (torne@rockbox/developer/Torne)
03:37:35 Join Farthen [0] (~Farthen@static.225.178.40.188.clients.your-server.de)
03:37:35 Join ack [0] (~ack@mingbai.org)
03:37:35 Join Bagder [0] (~daniel@rockbox/developer/bagder)
03:37:35 Join Galois [0] (djao@efnet.math.uwaterloo.ca)
03:37:35 Join mikroflops [0] (~yogurt@h-34-59.A238.priv.bahnhof.se)
03:37:35 Join Battousai [0] (~bryan@gentoo/developer/battousai)
03:37:35 Join yosafbridge [0] (~yosafbrid@li14-39.members.linode.com)
03:37:35 Join jae [0] (~jae@jaerhard.com)
03:37:35 Join MagusG [0] (magusg@c-71-59-57-46.hsd1.ga.comcast.net)
03:37:35 Join Amec [0] (~twcleary@ids.tuu.utas.edu.au)
03:37:35 Join cjcopi [0] (~craig@adsl-75-10-134-224.dsl.bcvloh.sbcglobal.net)
03:37:35 Join n17ikh [0] (~n17ikh@c-68-59-25-51.hsd1.sc.comcast.net)
03:37:35 Join Beta2K [0] (1000@d24-36-97-38.home1.cgocable.net)
03:37:35 Join Shapeshifter [0] (~Shapeshif@unaffiliated/shapeshifter)
03:37:35 Join Unhelpful [0] (~quassel@rockbox/developer/Unhelpful)
03:37:35 Join docgnome [0] (~docgnome@174.120.42.4)
03:37:35 Join @ChanServ [0] (ChanServ@services.)
03:37:37 Join pjm0616 [0] (~user@110.9.28.120)
03:38:25 Join anewuser [0] (kvirc@190.78.17.89)
03:38:25 Quit anewuser (Changing host)
03:38:25 Join anewuser [0] (kvirc@unaffiliated/anewuser)
03:38:26 Join aexin [0] (eivindsy@unaffiliated/aevin)
03:38:26 Join hondza_ [0] (I23a5aZW@194.149.110.93.adsl.nextra.cz)
03:38:26 Quit hondza_ (Changing host)
03:38:26 Join hondza_ [0] (I23a5aZW@unaffiliated/hondza)
03:38:26 Quit hondza (Disconnected by services)
03:38:38 Quit krazykit (Ping timeout: 276 seconds)
03:38:38 Quit dys` (Ping timeout: 276 seconds)
03:38:39 Quit feisar- (Ping timeout: 276 seconds)
03:38:39 Quit Dhraakellian (Ping timeout: 276 seconds)
03:38:39 Quit Torne (Ping timeout: 276 seconds)
03:38:40 Quit JdGordon| (Ping timeout: 276 seconds)
03:38:40 Quit soap_ (Ping timeout: 276 seconds)
03:38:40 Quit Utchybann (Ping timeout: 276 seconds)
03:38:40 Quit panni_ (Ping timeout: 276 seconds)
03:38:40 Quit MethoS- (Ping timeout: 276 seconds)
03:38:40 Quit Hadaka (Ping timeout: 276 seconds)
03:38:40 Quit SIGSEGV2 (Ping timeout: 276 seconds)
03:38:40 Quit aevin (Ping timeout: 276 seconds)
03:38:40 Quit Zambezi (Ping timeout: 276 seconds)
03:38:40 Quit logbot (Ping timeout: 276 seconds)
03:38:40 Quit leavittx (Ping timeout: 276 seconds)
03:38:43 Join Zambezi_ [0] (Zulu@80.67.9.2)
03:38:44 Join soap__ [0] (~soap@cpe-76-181-78-156.columbus.res.rr.com)
03:38:44 Join MethoS-- [0] (~clemens@134.102.106.250)
03:38:44 Quit MethoS-- (Read error: Connection reset by peer)
03:38:48 Quit antil33t (*.net *.split)
03:38:48 Quit S_a_i_n_t (*.net *.split)
03:38:48 Quit parafin (*.net *.split)
03:38:48 Quit rasher (*.net *.split)
03:38:48 Quit Dreamxtreme (*.net *.split)
03:38:49 Quit dionoea (*.net *.split)
03:38:49 Quit linuxguy3 (*.net *.split)
03:38:50 Quit bzed (*.net *.split)
03:38:50 Join dys` [0] (~andreas@krlh-5f721541.pool.mediaWays.net)
03:38:50 Join leavittx [0] (~leavittx@89.221.199.187)
03:38:50 Join Utchybann [0] (~Utchy@rps6752.ovh.net)
03:38:50 Nick hondza_ is now known as hondza (I23a5aZW@unaffiliated/hondza)
03:42:01 Join Hadaka [0] (~naked@naked.iki.fi)
03:42:01 Join antil33t [0] (~Mudkips@124-197-51-80.callplus.net.nz)
03:42:01 Join S_a_i_n_t [0] (S_a_i_n_t@203.184.2.222)
03:42:01 Join parafin [0] (parafin@paraf.in)
03:42:01 Join rasher [0] (~rasher@rockbox/developer/rasher)
03:42:01 Join Dreamxtreme [0] (~Dre@92.30.65.15)
03:42:01 Join dionoea [0] (~dionoea@yop.chewa.net)
03:42:01 Join linuxguy3 [0] (~timj@adsl-75-57-189-204.dsl.emhril.sbcglobal.net)
03:42:01 Join bzed [0] (~bzed@devel.recluse.de)
03:47:15 Nick krazykit` is now known as krazykit (~kkit@99-126-205-52.lightspeed.cicril.sbcglobal.net)
03:54:10 Nick JdGordon1 is now known as JdGordon| (~jonno@vl10.gw.ok-labs.com)
04:00
04:03:51 Join Philippe_Ino [0] (ae65c42a@gateway/web/freenode/ip.174.101.196.42)
04:04:04Philippe_Inohey
04:04:14Philippe_InoIs there a simplified way to make themes?
04:04:40S_a_i_n_tcompared to...what?
04:04:52S_a_i_n_tthere's the themeeditor, other than that...nope.
04:04:53Philippe_Inothe whole zip process
04:05:08S_a_i_n_tEven the themeeditor requires a bit of knowledge of theme syntax.
04:05:24Philippe_Inoyeah...
04:05:39S_a_i_n_tPhilippe_Ino: No. If you intend to distribute the theme, it *must* be in a .zip
04:05:55S_a_i_n_tIf its just for your own use, it never need see a .zip, ever.
04:06:05Philippe_Inowell not so much not in a zip, but is there like, a dumbed down version of how to make it
04:06:28Philippe_InoI don't know too much about file editting and what not
04:06:36S_a_i_n_tNope, the descriptions you'll find are as "user friendly" as it gets.
04:06:42S_a_i_n_tIt really isn't complicated.
04:06:48Philippe_Inouhhh...
04:06:53Philippe_Inoalright then
04:06:57Philippe_InoI'll give it a shot
04:07:18Philippe_Inowait
04:07:33S_a_i_n_tIt seems daunting at first, but, it's really just a case of knowing what tag does what, and how to arrange the syntax correctly.
04:07:37Philippe_Inocan I like "steal" someone else's theme and just change a background or something?
04:07:51S_a_i_n_tof course, it's all GPL licensed.
04:07:57S_a_i_n_tit's not "theft" ;)
04:08:01Philippe_InoI know
04:08:03Philippe_Inobut how?
04:08:07Philippe_Inodo I just download one
04:08:14Philippe_Inothen change things?
04:08:18S_a_i_n_tDownload the theme, and, change the background ;)
04:08:30S_a_i_n_tIt still requires a knowledge of theme syntax though.
04:08:42S_a_i_n_tAs you'll have to do some editing if you change filenames, etc.
04:08:54Philippe_Inouhhh
04:09:08Philippe_Inoif I have no clue what I'm doing, should I install rockbox anyways?
04:09:12Philippe_Inoand just figure it out
04:09:17Philippe_Inoor is there a large learning curb?
04:09:44S_a_i_n_tDefinitely, but, it's pretty easy to figure out. You should definitely read the manual for you device though.
04:10:02Philippe_Inohaha, I'm pretty sure I lost that thing
04:10:12JdGordon|I started writing a complete step by step guide, but didnt get far enough before getting myself confused
04:10:34LloreanPhilippe_Ino: The Rockbox manual for your device.
04:10:43Philippe_Inoooooh
04:11:22 Quit Barahir (Ping timeout: 240 seconds)
04:11:36S_a_i_n_tPhilippe_Ino: What device do you have?
04:11:41 Join akpseudo [0] (~akpseudo@jabberd.draugr.de)
04:11:44Philippe_Inosansa fuze
04:11:55S_a_i_n_thttp://download.rockbox.org/daily/manual/rockbox-sansafuzev2/rockbox-build.html
04:11:58S_a_i_n_tthere.
04:12:35akpseudohaha, i came to ask about the fuze v2 too. i'm trying to find the changelog for v2.
04:13:28 Join Barahir [0] (~jonathan@frnk-590f4e46.pool.mediaWays.net)
04:13:33Philippe_Inooh I have v1 I think
04:13:45Philippe_Inobut I honestly can't tell
04:13:54JdGordon|the manual is the same
04:14:21S_a_i_n_tthe firmware revision, if it is 0.1 you have a V1, 0.2 you have a V2
04:14:34S_a_i_n_ts/it is/begins with/
04:14:40Philippe_InoI thought the hardware is new too?
04:14:56S_a_i_n_tIt is, but, the manual is the same.
04:15:25Philippe_Inookay
04:18:11akpseudocan one of y'all tell me where to find the changes for sansams v2 ;)
04:18:37JdGordon|changes from what?
04:18:45akpseudoa changelog
04:18:50JdGordon|of what?
04:20:33akpseudofor rockbox on fuze v2
04:21:19JdGordon|http://www.rockbox.org/wiki/MajorChanges
04:21:29JdGordon|linked amazingly from the webpage
04:23:14akpseudowas hoping for a svn changelog
04:26:10 Quit JdGordon| (Changing host)
04:26:11 Join JdGordon| [0] (~jonno@rockbox/developer/JdGordon)
04:26:56LloreanLike the one on the front page?
04:26:57krazykitakpseudo, it's also linked on the front page
04:28:32akpseudook i'll look around there. i've been trying to find it on google, was my problem.
04:34:53 Part kugel ("return(0);")
04:43:14 Quit dys` (Ping timeout: 276 seconds)
04:43:26 Join dys` [0] (~andreas@krlh-5f7362d4.pool.mediaWays.net)
04:43:33 Quit drizztbsd (Ping timeout: 272 seconds)
04:48:08 Join bluebrother [0] (~dom@f053153006.adsl.alicedsl.de)
04:48:08 Quit bluebrother (Changing host)
04:48:08 Join bluebrother [0] (~dom@rockbox/developer/bluebrother)
04:49:24 Join drizztbsd [0] (~quassel@unaffiliated/drizztbsd)
04:51:33 Quit bluebroth3r (Ping timeout: 265 seconds)
04:53:01 Quit thals1992 (Quit: Page closed)
04:54:39 Quit Philippe_Ino (Quit: Page closed)
04:56:00 Quit amiconn (Disconnected by services)
04:56:01 Join amiconn_ [0] (quassel@rockbox/developer/amiconn)
04:56:01 Quit pixelma (Disconnected by services)
04:56:03 Join pixelma_ [0] (quassel@rockbox/staff/pixelma)
04:56:05 Nick pixelma_ is now known as pixelma (quassel@rockbox/staff/pixelma)
04:56:21 Nick amiconn_ is now known as amiconn (quassel@rockbox/developer/amiconn)
05:00
05:23:27 Quit olll (Quit: Page closed)
05:31:28 Quit fdinel (Quit: Miranda IM! Smaller, Faster, Easier. http://miranda-im.org)
05:33:05 Quit GodEater_ (Ping timeout: 276 seconds)
05:33:46 Quit ps-auxw (Ping timeout: 265 seconds)
05:33:58 Join GodEater [0] (~bibble@cl-711.lon-02.gb.sixxs.net)
05:33:58 Quit GodEater (Changing host)
05:33:58 Join GodEater [0] (~bibble@rockbox/staff/GodEater)
05:37:32***Saving seen data "./dancer.seen"
05:42:35 Part akpseudo
05:45:08 Join ps-auxw [0] (~arneb@p4FF7F6AB.dip.t-dialin.net)
06:00
06:04:40 Join TheSeven [0] (~TheSeven@rockbox/developer/TheSeven)
06:46:12 Quit anewuser ()
06:48:32 Quit panni__ (Quit: ( www.nnscript.de :: NoNameScript 3.81 :: www.XLhost.de ))
06:52:36 Quit CaptainKewl (Remote host closed the connection)
06:53:18 Quit MagusG (Read error: Connection reset by peer)
06:53:27 Join MagusG [0] (magusg@c-71-59-57-46.hsd1.ga.comcast.net)
07:00
07:06:38 Quit alexbobP (Ping timeout: 264 seconds)
07:15:56 Quit BHSPitMonkey (Remote host closed the connection)
07:24:02 Quit TheSeven (Ping timeout: 264 seconds)
07:29:49 Join alexbobP [0] (~alex@ppp-70-253-86-54.dsl.austtx.swbell.net)
07:35:36 Join leavittx_ [0] (~lev@89.221.199.187)
07:37:34***Saving seen data "./dancer.seen"
07:45:59 Join stoffel [0] (~quassel@p57B4C5BA.dip.t-dialin.net)
07:57:02 Quit Horscht (Ping timeout: 264 seconds)
08:00
08:01:28 Join Horscht [0] (~Horscht@xbmc/user/horscht)
08:01:59 Join Guest33329 [0] (~bjst@giant.haxx.se)
08:01:59 Quit Guest33329 (Changing host)
08:01:59 Join Guest33329 [0] (~bjst@rockbox/developer/Zagor)
08:04:12 Quit bluebrother (Quit: leaving)
08:07:58 Join bluebrother [0] (~dom@rockbox/developer/bluebrother)
08:22:29 Join TheSeven [0] (~TheSeven@rockbox/developer/TheSeven)
08:23:42 Join Llorean1 [0] (~DarkkOne@adsl-69-153-207-220.dsl.hstntx.swbell.net)
08:23:58 Quit Llorean (Ping timeout: 252 seconds)
08:26:30 Nick Guest33329 is now known as Zagor (~bjst@rockbox/developer/Zagor)
08:32:06 Join ender` [0] (krneki@foo.eternallybored.org)
08:34:06 Join bertrik [0] (~bertrik@ip117-49-211-87.adsl2.static.versatel.nl)
08:34:11 Quit bertrik (Changing host)
08:34:11 Join bertrik [0] (~bertrik@rockbox/developer/bertrik)
08:38:40 Quit Judas_PhD (Quit: This is a quitting message)
08:43:01 Join Judas_PhD [0] (~kevin@misterfluffy.dsl.xmission.com)
08:46:10 Join kevku [0] (~kevku@arch.tunnel.ipv6.estpak.ee)
08:51:30 Join stripwax [0] (~Miranda@87-194-34-169.bethere.co.uk)
09:00
09:00:27 Quit stripwax (Read error: Connection reset by peer)
09:03:56 Join Rob2223 [0] (~Miranda@p4FFF33A4.dip.t-dialin.net)
09:07:16 Quit Rob2222 (Ping timeout: 240 seconds)
09:12:50 Nick dys` is now known as dys (~andreas@krlh-5f7362d4.pool.mediaWays.net)
09:14:20 Join KiwiCam [0] (~KiwiCam@ip-118-90-75-25.xdsl.xnet.co.nz)
09:17:00KiwiCamHi. I'm trying to upload a WPS Theme but am getting the message "Your wps didn't pass checkwps. Here's the output: WPS screenshot". However I can't see the output. There is an error message at the top of the screen. Could this be the Output? "Warning: join() [function.join]: Invalid arguments passed in /home/themes/www/upload.php on line 109". Thanks.
09:18:18JdGordon|did you include a screenshot?
09:18:37KiwiCamYes. Just one. A .png
09:18:59KiwiCamThe theme works on both my Clip V2 & Plus.
09:22:29KiwiCamDarn. I think I have the solution. My bitmaps folder isn't in the wps folder, but on the same level. That must be it. Oops.
09:25:28KiwiCamThat worked. Doh. So, now what happens please? I presume it's waiting for approval. Is that correct?
09:26:44 Quit bertrik (Ping timeout: 240 seconds)
09:29:54 Quit TheSeven (Ping timeout: 276 seconds)
09:32:31JdGordon|don't they go straight up?
09:35:03 Quit stoffel (Remote host closed the connection)
09:36:33KiwiCamThere were 24 themes in each of the Sansa Clip categories. There still are. I chose the Sansa Clip V2 category. I'm pretty sure I didn't upload it to any other.
09:37:36***Saving seen data "./dancer.seen"
09:49:42KiwiCamExcellent. It's there now. I had to verify my email address before it would put the theme in place.
09:54:00 Join hebz0rl [0] (~hebz0rl@dslb-088-065-217-047.pools.arcor-ip.net)
09:54:41 Quit T44 (Quit: Leaving)
09:55:42 Join n1s [0] (~n1s@nl118-174-240.student.uu.se)
09:55:42 Quit n1s (Changing host)
09:55:42 Join n1s [0] (~n1s@rockbox/developer/n1s)
09:59:03 Quit sasquatch (Quit: WeeChat 0.3.2)
09:59:29 Join sasquatch [0] (~username@p4FF2DDA8.dip.t-dialin.net)
10:00
10:08:06 Join swilde [0] (~wilde@aktaia.intevation.org)
10:15:07KiwiCamI see in the WPS notes that you can detect if the volume and hold keys in the Sansa Clip are pressed, but is there a way of being able to detect if the Submenu key has been pressed while in the WPS screen? Currently it has no function in that screen, so I'd like to make use of that.
10:16:12n1sno
10:17:02KiwiCamMake that "while a track is playing". When it's paused I get the playlist.
10:17:39n1sthat sounds wrong
10:17:40KiwiCamNo (sorry, didn't spot that in time. Thanks :(
10:18:14n1sdoes the button open the playlist viewer when playback is paused and it does nothing while playing?
10:18:28KiwiCamYes. That's it.
10:19:16 Quit slooopy (Ping timeout: 265 seconds)
10:19:32KiwiCamWait. Long keypress in play brings up the playlist. Maybe the key is sticking?
10:19:40n1sthat sounds very much like a bug, it should do the same, regardless of if playback is paused or playing
10:22:24KiwiCamJust tried both Clip V2 & +. It's a long keypress. So, do you think I could make us of the short keypress? I'd like to set it to show the next track.
10:23:02n1sthe wps can't do things like that so you would need to patch the code
10:23:17n1sso the button does do the same thing while playing and paused?
10:23:34n1ss/do //
10:23:47KiwiCamYes. Long press. Short doesn't work.
10:24:09n1sdoesn't work or does nothing?
10:25:09KiwiCamEither play or pause; Long press give the same result. Nothing for a short press.
10:25:49n1sthat sounds like it was done intentionally
10:26:37 Quit JdGordon| (Quit: leaving)
10:26:50 Join LinusN [0] (~linus@rockbox/developer/LinusN)
10:26:52 Join wodz [0] (~5f303f8a@giant.haxx.se)
10:26:54KiwiCamMakes no sense really, for a short press not to have a function.
10:27:56KiwiCamCheckwps. How can I install this in Linux? Or even Windows. I can't find it on the Rockbox site.
10:29:06 Join JdGord [0] (~jd@122.110.154.105)
10:29:21n1sa long press of down/submenu should bring up the pitchscreen on clip afaict (reading the keymap)
10:29:36wodzCan someone explain me how 'aspect ration correction' works in bmp viewer? I looked at apps/recorder/resize.c but this is rather scary piece of code
10:30:20n1sKiwiCam: check tools/checkwps/readme in the source tree
10:30:29n1ssorry s/readme/README/
10:31:41 Join slooopy [0] (~sloo@p3E9E207A.dip0.t-ipconnect.de)
10:31:52 Nick TorneWuff is now known as Torne (torne@lowell.wolfpuppy.org.uk)
10:31:53 Quit Torne (Changing host)
10:31:53 Join Torne [0] (torne@rockbox/developer/Torne)
10:32:36KiwiCamPitchscreen? It states Playlist at the top of the screen and certainly looks like it. I'll see if I can find that readme. Thanks.
10:34:13n1sah, no sorry, short press shoulöd go to pitchscreen, long is "hotkey" which defaults to the playlist viewer
10:39:39 Join DerPapst [0] (~Alexander@188.107.192.95)
10:40:37KiwiCamI see what the Pitchscreen is now. It's not bringing that up, so I guess I have that turned off. It would still be handy to be able to use that keypress for other options though :)
10:42:02AlexPI don't think you can turn it off
10:42:08AlexPIs this clip?
10:42:28pixelmaI wonder how short a short press is for you, KiwiCam
10:43:49AlexPhttp://svn.rockbox.org/viewvc.cgi?view=rev;revision=27982
10:44:16AlexPsomeone moaned in the forum IIRC
10:44:21 Quit JdGord (Quit: Bye)
10:45:03AlexPhttp://forums.rockbox.org/index.php?topic=25628.0
10:45:15n1si totally misread that diff, need more coffee
10:45:17AlexPI think it should do something personally, but...
10:45:52n1shaha, yes that is very stupid
10:46:16AlexPwell I'd support whoever changed it
10:46:25AlexPto make it do something I mean
10:46:28wodzpixelma: I posted explanation what give 'file to large' and what 'out of memory' in FS
10:46:38wodzs/give/gives/
10:47:20n1sAlexP: yes, me too, btw we have had this situation on other targets like the h300 rec button etc
10:47:24AlexPyeah
10:47:45AlexPn1s: What function do you think should go on it?
10:47:47pixelmawodz: yeah, thanks. I almost expected it after I noticed that mostly files that compressed well give me the "out of memory" which were small on disk but large after decompressing
10:47:58AlexPAs if there is a candidate I'll write to -dev
10:48:40n1sAlexP: i don't have a clip so i don't really know but if there is a long press action and no short press action i'd suggest moving the long press action to the short press
10:48:48AlexPindeed
10:48:57AlexPI did have a clip, but I long ago lost it
10:49:02AlexPDamn thing is just too small
10:49:28AlexPI'll have a look this evening maybe
10:49:40AlexP(not for the clip, with the sim :))
10:49:59wodzMAS-cleanup patch has been tested (I think more than usual) and I would like to commit it. As I understand ML discussion I should wait until we roll out the release right?
10:50:31n1swodz: not necessary, you can commit it to trunk, since we branched yesterday
10:51:10n1salthough the mail suggests we focus on fixing bugs in the release during the branch period :)
10:52:03wodzmy concern was that this patch is rather big code refactor which will make it hard to backport fixes to the branch
10:52:33n1shmm, ok so maybe waiting untill the release is out is better'
10:53:02AlexPProbably a good plan
10:53:06KiwiCamHeh heh. I'm not sure how short a short key press is. It's not working anyway. Sure would be nice to be able make use of it in a custom theme. Do you think it's possible?
10:53:18AlexPKiwiCam: Not in a theme, no
10:53:28AlexPYou need to edit the source then compile
10:53:37AlexPThemes can't change button actions
10:53:56wodzSo after release I am going to commit MAS patch and imageviewer patch
10:54:25KiwiCamOK. I don't think I'd be up for editing the source code. No skills.
10:54:25AlexPKiwiCam: And see the discussion we just had, there is nothing on it, so it isn't not working as such - it is just some of us think there should be something on it :)
10:54:37AlexPbutton maps are pretty easy tbh
10:55:04KiwiCamI'm a slow IRC reader :)
10:55:06wodzbut quite annoying
10:55:37AlexPwodz: Easy to change but annoying to get people to decide what to? :)
10:56:52wodzAlexP: I mean when doing port writing keymaps is really annoying
10:57:23AlexPah right, yeah
10:57:24KiwiCamSo how come the volume & hold keys can be checked in a custom theme? What am I not understanding?
10:57:36wodzthere is no good documentation, sim is not very usefull in this area...
10:57:43pixelmaAlexP: it's just weird if the purpose of the change was to have nothing on it in first place
10:57:43AlexPKiwiCam: only the hold key can
10:57:53AlexPKiwiCam: It's just that you can tell when volume is changing
10:57:57n1sKiwiCam: it's not the keys that are checked, its' the "volume is changing" condition that is ste
10:58:07n1sset
10:58:22KiwiCamI see. Makes a lot of sense now.
10:59:20AlexPpixelma: Yeah, it was unused so something (sensibly IMO) was put on it - then one person complained to it was set to nothing again
10:59:41AlexPI think this is wrong, it is silly not to use a short press of a main key in the WPS
11:00
11:00:09pixelmaKiwiCam: and it's also hold "status" which is checked - on a device with a physical switch it can be misunderstood to check the key but some devices (e.g. the Clip+) have hold in software as a key combo, the WPS can still show if you enabled it or not
11:00:37AlexPyes, sorry
11:00:47AlexPSo in fact no actual keys are checked :)
11:00:59wodzbtw. I made profiling work in sim. The problem is inlining - gcc on x86 inline a lot. And my hack is linux specific. Is it worth patch on FS?
11:01:49n1swodz: on target inlining basically disables all inlining
11:02:07wodzhmm?
11:02:20linuxstbprofiling disables inlining?
11:02:42n1syep
11:02:46wodz:-)
11:03:06KiwiCamInteresting. I have all sorts of ideas for that key. I was thinking of maybe another custom screen, a large clock for instance, or next track. Shame. I'm wanting to find a theme that makes use of animation (pseudo).
11:03:24wodzthis in theory may be usefull in RaaA
11:03:49n1si had to mark some of the inline asm stuff in tremor with __attribute__((no_instrument_function, always_inline)) to get them to inline
11:03:55AlexPKiwiCam: There is an ace moving tape tapedeck one on the theme site IIRC
11:04:19AlexPKiwiCam: Well, ace as in looks cool - I don't think I'd actually want to use it for anything other than "look at this!"
11:04:50S_a_i_n_tI'm not sure changing Hotkey to short press is a good idea
11:04:55pixelmait's probably a bit hard to pprt that to the Clip's screen ;)
11:05:00pixelma*port
11:05:07S_a_i_n_tI believe it is long press so as to make it less likely to be an accidental keypress.
11:05:14S_a_i_n_tI seem to remember that discussion.
11:07:07wodzn1s: When I force linker to emitt .map files in sim not all functions are in it. __atribute__(noinline) doesn't fix this but removing 'static' does. But I am not an expert on this field
11:07:32KiwiCamLong press for Pitch is best IMO. I'd get annoyed with it if it was a short.
11:08:23S_a_i_n_tits *NOT* for pitchscreen
11:08:28S_a_i_n_tIt just defaults to that.
11:08:31 Join casainho [0] (~chatzilla@pal-213-228-181-14.netvisao.pt)
11:08:50S_a_i_n_tIt is for the Hotkey function, which is semi-user defineable
11:09:19 Quit Judas_PhD (Quit: This is a quitting message)
11:10:21S_a_i_n_tbtw KiwiCam, if you want to look at animation...have a look at iCatcher, or Symmetry, or iLike (last two are mine)...there's no need for "psuedo" animation, animation is indeed quite possible, and rather trivial.
11:11:18wodzS_a_i_n_t: what about 'battery charging' animation for MPIO?
11:12:19S_a_i_n_twodz: Aha, that's right...I knew there was something I had to remember to talk to you about.
11:12:38S_a_i_n_tI have some files floating around somewhere I was working on, I'll have to dig them up.
11:13:14KiwiCamExcellent. Thanks Saint. I'll download them now. Now that my theme is uploaded, can I amend it, or do I have to upload another version?
11:13:52S_a_i_n_tKiwiCam: As long as you upload the theme with the same credentials, it will replace the latter theme.
11:14:12S_a_i_n_tso, same name, same author name, same email address...replaces the theme.
11:17:54n1swodz: map files only contain externally visible symbols, staic functions are not externally visible, inlined or not
11:18:48wodzn1s: from my experience I disagree
11:19:43wodzI mean I see entries in map file for static functions but not for all
11:19:51S_a_i_n_tThis is going to sound *lame* coming from me, but, who remembers the syntax to install a bootloader (.ipodx) on a Nano2G?
11:20:40S_a_i_n_tI've only ever had to install the bootloaders like, twice, and use RButil as it never changes for the 2G, but there's a new one now...and I can't remember the syntax the 2G Nano likes.
11:21:09KiwiCamI'll bear that in mind. Making themes are addictive. I just need to study more existing themes to work out how many of the Image functions work.
11:21:30S_a_i_n_tOther iPods are quite flexible, and a variety of ways can be used to install the bootloader.
11:22:07wodzS_a_i_n_t: Isn't it described in manual in details?
11:22:13S_a_i_n_tKiwiCam: I recently placed a theme for iPod Video and iPod Nano in the forums that is very heavily commented in the theme code.
11:22:33S_a_i_n_tIt should be able to give you an idea of what's happening.
11:22:43S_a_i_n_twodz: Hmmm...possibly.
11:23:14n1swodz: maybe sim builds are different, but that is the way it works for target builds at least
11:23:20S_a_i_n_tKiwiCam: http://forums.rockbox.org/index.php?topic=25961.0
11:23:27S_a_i_n_tthere's the link ^
11:23:56S_a_i_n_tThe theme code is quite well commented, so, you can see where I did what, and how...especially if you're using the themeeditor.
11:24:01KiwiCamGreat. I put plenty of comments in my own theme, mostly to remind myself, but I hope it makes sense enough for other to quickly get to grips with what I've done.
11:24:04 Quit n1s (Quit: Lämnar)
11:26:52S_a_i_n_twodz: There's a blurb about iPodpatcher in the Manual Installation section...
11:27:35S_a_i_n_tbut it just says "download iPodPatcher, and run it as Admin"...It says noting about passing iPodpatcher a bootloader and installing through the commandline
11:28:02*S_a_i_n_t makes a note of the fact that it possibly should.
11:28:59pixelmaI thought ipodpatcher tells you the options?
11:29:16wodzS_a_i_n_t: so the wiki is the last resort
11:29:23AlexPS_a_i_n_t: should it? I don't know how irt works on the 2nd gen, but if the passing options is to do anvanced stuff then I don't think it should
11:29:32S_a_i_n_tHmmm..it may, if run without any arguments.
11:29:51AlexPIf to do a standard install is just run it without arguments, then I don't think we should confuse people with advanced stuff
11:29:54S_a_i_n_tBut, it wouldn;t give device specific install instruction I don't think.
11:31:04Zagorwe need better testing, badly
11:31:30S_a_i_n_tIs someone wants to save me pissing around, the Nano2G bootloader in SVn needs to be tagged and added to the DL server ;)
11:31:52S_a_i_n_tSVN needs the new bootloader to be able to use the "boot OF with Menu" the other iPods have. :D
11:32:06S_a_i_n_ts/Is/if/
11:32:20 Quit leavittx_ (Ping timeout: 240 seconds)
11:32:44AlexPZagor: very true
11:37:37***Saving seen data "./dancer.seen"
11:37:48 Quit Kitar|st (Ping timeout: 276 seconds)
11:41:59 Quit kazaik (Ping timeout: 252 seconds)
11:43:30 Join Kitar|st [0] (~Kitarist@89.142.61.99)
11:54:42 Join sia [0] (~5b6281f1@giant.haxx.se)
11:57:47siaHi I wonder if some one could help me with using the Ipod as a mouse ?! I have installed rockbox 3.6 for ipod video 80gb changed to 240gb everything work fine, except when I connect it to the computer it restarts and goes to ipod mod connection!!!!! how do I connect it as a USB device only ?
11:58:15TorneThe 3.6 release doesn't have Rockbox's USB mode enabled
11:58:32siaso what should I do?
11:58:38Tornewhat do you mean?
11:58:57TorneYou can copy files to it just fine from the Apple disk mode
11:59:28siaI need to use it as a mouse the option that is available in the general setting of the rockbox
11:59:59TorneYou can't use the USB HID mode on 3.6
12:00
12:00:21siahow about the USB Keypad MOde?
12:00:23TorneIf you want Rockbox-specific USB features you will need to update to the current development build, or wait for 3.7
12:00:42Torne(which has branched and will be released in the next couple of weeks)
12:01:17siathank you very much for ur help I appreciate it :)
12:01:28 Join earcar [0] (~carmine@93-39-208-53.ip77.fastwebnet.it)
12:01:41Torneno problem
12:03:48 Quit sia (Quit: CGI:IRC (EOF))
12:10:48wodzI just ordered rockchip 2706 based DAP. Time to hack something more recent than coldfires :-)
12:12:43pixelmawhat's the HD300 port doing? ;)
12:12:59wodzHD300 has gone...
12:13:01 Quit kevku (Quit: KVIrc 4.0.2 Insomnia http://www.kvirc.net/)
12:13:22pixelmaoh, didn't know that
12:14:43wodzThere is no 1.8V on Vcore rail and this is not DC-DC converter fault as I replaced the chip. I am afraid that mcf5249 has died
12:16:07wodzI am going to document my findings as well as do some reverse engineering of the tourch module but thats all I can do unless I find another unit in working condition
12:24:53wodzIf rockchip port will be sucessfull there will be nice playground for our codec guys as this SoC contains interesting DSP core for which there is some documentation available
12:25:24 Quit merbanan (Ping timeout: 265 seconds)
12:45:37gevaertsS_a_i_n_t: "of course, it's all GPL licensed" is wrong about themes :)
12:46:25 Join teru [0] (~teru@KD059133111160.ppp.dion.ne.jp)
12:49:46Zagorwodz: do you have or expect to get any docs for the RK2706?
12:51:47 Join dfkt [0] (dfkt@unaffiliated/dfkt)
12:54:30wodzZagor: I have some documentation as well as some source for generic firmware
12:57:43wodzZagor: The problem is I don't know ARMs at all so this will take me some time to get familiar with all this
12:58:04 Join TheSeven [0] (~TheSeven@rockbox/developer/TheSeven)
13:00
13:05:53 Join merbanan [0] (~banan@c-62-220-165-233.cust.bredband2.com)
13:06:42 Nick Llorean1 is now known as Llorean (~DarkkOne@adsl-69-153-207-220.dsl.hstntx.swbell.net)
13:06:49 Quit Llorean (Changing host)
13:06:49 Join Llorean [0] (~DarkkOne@rockbox/user/Llorean)
13:23:55Zagorwodz: can you share it?
13:28:43 Quit casainho (Quit: ChatZilla 0.9.86 [Firefox 3.6.10/20100922073514])
13:31:34 Join dfkt_ [0] (~dfkt@unaffiliated/dfkt)
13:32:05wodzZagor: I don't think it is a good idea to put it somewhere on rb site. This documents leaked from manufacturer and are floating in net but all are labeled confidential etc.
13:32:32Zagorok
13:35:09 Quit dfkt (Ping timeout: 245 seconds)
13:35:24 Nick dfkt_ is now known as dfkt (~dfkt@unaffiliated/dfkt)
13:37:41***Saving seen data "./dancer.seen"
13:38:26 Join mrcool [0] (~7a6b85c2@giant.haxx.se)
13:39:28mrcoolhi
13:39:58mrcoolhow does rockbox compare to samsungs dnse and cowons bbe?
13:41:13AlexPI have no idea what they are
13:42:10mrcoolsound enhancements from their players
13:42:20AlexP"enahancements"
13:42:36AlexPWe have a full five band parametric equaliser, crosefeed, etc. etC.
13:42:45AlexPYou can tweak it exactly as you want
13:43:21mrcoolok but why do people rockbox their players
13:43:33AlexPAs it adds so much more
13:43:33mrcoolbecause i see you can rockbox lots of cowon players there
13:43:45mrcoolbut cowon has a very good rep for its sq
13:43:49mrcoolso if u rockbox it
13:43:53AlexPand that doesn't change
13:43:57AlexPAlso, real words please
13:43:58mrcooldoes that mean cowon loses its own eq and bbe
13:44:10mrcoolthe sound quality doesnt change?
13:44:13AlexPhttp://www.rockbox.org/wiki/WhyRockbox
13:44:25AlexPSound quality is down to the hardware
13:44:46mrcoolyes but cowon has this thing called BBE
13:44:57mrcoolwill rockbox get rid of my BBE?
13:45:01AlexPyes
13:46:18linuxstbmrcool: Rockbox is easily uninstalled - try it, and if you don't like it, just remove it. The Rockbox manual has both install and uninstall instructions.
13:47:04linuxstbSound processing effects like BBE is just personal taste.
13:47:31JdGordonam I imagining it or was there a theme site development VM?
13:49:14 Quit mrcool (Quit: CGI:IRC (EOF))
13:50:30 Quit earcar (Quit: earcar)
13:57:21 Quit Bagder (Remote host closed the connection)
14:00
14:00:04 Join Bagder [0] (~daniel@1-1-5-26a.hud.sth.bostream.se)
14:00:04 Quit Bagder (Changing host)
14:00:04 Join Bagder [0] (~daniel@rockbox/developer/bagder)
14:05:53 Quit antil33t (Read error: Connection reset by peer)
14:06:02 Join antil33t [0] (~Mudkips@124-197-51-80.callplus.net.nz)
14:22:00wodzpixelma: ping
14:28:24 Quit {phoenix} (Remote host closed the connection)
14:31:37 Join {phoenix} [0] (~dirk@xGagC832.WH1.TU-Dresden.De)
14:33:39 Quit cjcopi (Ping timeout: 264 seconds)
14:42:19 Join MethoS- [0] (~clemens@134.102.106.250)
14:43:35 Quit wodz (Quit: CGI:IRC)
14:50:48 Quit krazykit (Quit: later)
14:56:17 Join evilnick_B [0] (0c140464@rockbox/staff/evilnick)
14:59:14 Quit MethoS- (Remote host closed the connection)
15:00
15:02:07 Part Zagor
15:05:30 Quit linuxstb (Ping timeout: 252 seconds)
15:10:00 Join komputes [0] (~komputes@ubuntu/member/komputes)
15:12:06 Quit antil33t (Ping timeout: 252 seconds)
15:17:53 Join leavittx_ [0] (~lev@89.221.199.187)
15:17:58 Join antil33t [0] (~Mudkips@124-197-51-80.callplus.net.nz)
15:20:59 Join MethoS- [0] (~clemens@134.102.106.250)
15:37:44***Saving seen data "./dancer.seen"
15:41:56 Quit hebz0rl (Quit: Leaving)
15:44:45 Quit teru (Quit: Quit)
15:49:56 Join kevku [0] (~kevku@arch.tunnel.ipv6.estpak.ee)
16:00
16:00:07 Quit MethoS- (Remote host closed the connection)
16:02:59 Join MethoS- [0] (~clemens@134.102.106.250)
16:04:53 Quit Zambezi_ (Changing host)
16:04:53 Join Zambezi_ [0] (Zulu@unaffiliated/zambezi)
16:05:03 Nick Zambezi_ is now known as Zambezi (Zulu@unaffiliated/zambezi)
16:07:26 Join t0rc [0] (~t0rc@unaffiliated/t0rc/x-5233201)
16:07:35 Join Strife89TX [0] (~cstrife89@207.144.201.128)
16:11:26 Join |MB| [0] (MB2@217-19-26-171.dsl.cambrium.nl)
16:15:54|MB|i mjst have missed something, but I cannot seem to get windows to detect my rockboxed clip+, and i looked in the manual but i dont see anythign about it
16:17:32 Join n1s [0] (~n1s@nl118-174-240.student.uu.se)
16:17:32 Quit n1s (Changing host)
16:17:32 Join n1s [0] (~n1s@rockbox/developer/n1s)
16:26:16evilnick_B|MB|: What happens when you plug the clip+ in?
16:31:19|MB|nothing
16:31:27|MB|its not detected
16:31:39|MB|ofc i can boot into og firmware and put files on then
16:32:44 Join robin0800 [0] (~robin0800@cpc2-brig8-0-0-cust964.3-3.cable.virginmedia.com)
16:33:07 Part LinusN
16:33:49*evilnick_B isn't sure that USB on the clip+ is supported under Rockbox
16:34:39|MB|looks liek it
16:34:47|MB|just reading about it
16:35:01|MB|Clip+/Clipv2/Fuzev2: USB support is currently disabled because it fails randomly.
16:35:06|MB|from port status
16:35:25|MB|guess ill have to boot into the orig fw then if i want to put music on
16:37:58 Join liar [0] (~liar@clnet-p09-185.ikbnet.co.at)
16:40:38 Quit Strife89TX (Quit: Man in motion.)
16:41:01 Join jgarvey [0] (~jgarvey@cpe-065-190-066-089.nc.res.rr.com)
16:41:01 Quit markun (Read error: Connection reset by peer)
16:50:37 Join pSiKO [0] (~tbox@213.56.158.253)
16:56:42 Join markun [0] (~markun@5ED33C2C.cm-7-4a.dynamic.ziggo.nl)
16:56:42 Quit markun (Changing host)
16:56:42 Join markun [0] (~markun@rockbox/developer/markun)
16:58:01 Join Judas_PhD [0] (~kevin@misterfluffy.dsl.xmission.com)
16:58:09 Quit Judas_PhD (Client Quit)
17:00
17:06:44 Join Judas_PhD [0] (~kevin@misterfluffy.dsl.xmission.com)
17:06:51 Quit TheSeven (Ping timeout: 252 seconds)
17:10:12alexbobP|MB|: btw it should automatically boot original firmware if you plug it into usb while it's turned off
17:10:43 Join avacore [0] (nobody@1008ds1-rdo.0.fullrate.dk)
17:19:15 Join captainkewllllll [0] (2669ecc2@gateway/web/freenode/ip.38.105.236.194)
17:24:34 Join earcar [0] (~carmine@93-39-208-53.ip77.fastwebnet.it)
17:30:57 Quit t0rc (Quit: Give someone code, help them with one project. Teach someone to code, help them rule the world.)
17:34:13 Join DSStrife89 [0] (~Strife89@207.144.201.128)
17:35:21 Part pSiKO
17:35:33 Join pSiKO [0] (~tbox@213.56.158.253)
17:37:46***Saving seen data "./dancer.seen"
17:45:36 Quit robin0800 (Remote host closed the connection)
17:52:56 Part {phoenix} ("Konversation terminated!")
17:52:59 Join toffe82 [0] (~chatzilla@maf.wirelesstcp.net)
17:53:50 Join LambdaCalculus37 [0] (~3f74f70d@rockbox/staff/LambdaCalculus37)
17:54:11LambdaCalculus37gevaerts: Ping
17:54:20*gevaerts jumps
17:54:25gevaertsLambdaCalculus37: gnip
17:55:20LambdaCalculus37gevaerts: Regarding the SA9200 bootloader discussion on the forum... any thoughts?
17:55:34gevaertsYou mean other than I wrote there?
17:55:43LambdaCalculus37Yes.
17:55:53gevaertsno. I don't know the thing at all really
17:56:01LambdaCalculus37I'm sure that dual-booting on the SA9x00 is possible. lowlight didn't seem to do any work on that front, however.
17:56:31LambdaCalculus37But the bigger problem is the messy install method on the wiki.
17:57:30gevaertsEnable USB in the bootloader and you only need to go to recovery mode once
17:57:44 Join TheSeven [0] (~TheSeven@rockbox/developer/TheSeven)
17:58:01LambdaCalculus37Does b0hoon ever come onto IRC? He's about the only other guy that has any knowledge of the GoGear devices.
17:58:10gevaertsHe does, yes
17:58:33LambdaCalculus37gevaerts: I'll try out enabling USB in the bootloader then.
17:58:44gevaertsI think we need bootloader USB on any device that doesn't have in-ROM USB or an always working OF
17:59:13LambdaCalculus37gevaerts: What about for MTP-only devices?
17:59:35gevaertss/OF/OF with MSC/ :)
18:00
18:00:00 Quit |MB| (Quit: .•«UPP»•.)
18:02:37LambdaCalculus37gevaerts: It looks like b0hoon may have an idea for getting dual-boot enabled on the HDD63x0, although to be honest, I don't see any real need for dual-booting on the GoGears. USB works very well from within Rockbox on these devices.
18:03:05*gevaerts nods
18:03:13gevaertsSo all you need is bootloader USB
18:03:26LambdaCalculus37Yup, and from there, installation should be a snap.
18:03:31gevaertsDoes it use the standard PP bootloader?
18:03:45LambdaCalculus37gevaerts: It's mi4 based, if that's what you're asking.
18:04:05LambdaCalculus37The installation instructions are similar to the H10 and PB Vibe instructions.
18:04:24gevaertsI mean, does it use main-pp.c
18:04:31gevaertsApparently it does
18:06:18LambdaCalculus37Yes, and the SA9200 and HDD1630 appear to have dual-boot functionality defined in main-pp.c already.
18:07:03 Join Strife89TX [0] (~cstrife89@207.144.201.128)
18:07:38 Part pSiKO
18:07:49gevaertsI guess you'll have to start by adding enable_irq() and enable_fiq() to main_pp.c
18:08:07gevaertsAnd I suspect we want this on all PP players eventually
18:09:07LambdaCalculus37gevaerts: And bootloader USB?
18:09:19gevaertsthat's next, obviously :)
18:09:28n1sthe beast has bootloader usb, maybe you can steal something from it
18:10:12gevaertsThen you unravel the #ifdef in usb.c
18:10:14 Nick noamsml_ is now known as noamsml (~noamsml@75.45.237.148)
18:11:01Tornethe beast's bootloader usb triggers if there's a usb cable plugged in at boot, right?
18:11:07Tornepreventing rockbox from loading?
18:11:09n1syep
18:11:13TorneThat's kinda annoying. :)
18:11:17Tornecan we do better?
18:11:21gevaertsmaybe
18:11:25n1si like it
18:11:26Tornebecause people rarely update the bootloader, so they won't be using the latest usb code in that case
18:11:33Tornemost of the time it'd be better to boot rockbox first
18:11:34 Join stoffel [0] (~quassel@p57B4B418.dip.t-dialin.net)
18:11:40gevaertsI agree
18:11:42Torneand only use bootlaoder usb if the rockbox binary is missing
18:11:46Torneor maybe on some button press?
18:11:57 Quit DSStrife89 (Ping timeout: 252 seconds)
18:12:06Torneon ipods, currently the bootloader ignores USB unless the binary is missing or checksum bad
18:12:09n1son the beast that is good since usb in the bootloader works nicely while the usb in rockbox kills the backlight untill next boot for some reason :)
18:12:19gevaertsI have a similar problem with the gigabeat F flashed bootloader actually. It powers on to charge, but stays in the bootloader
18:12:20Torneand then if the usb cable is inserted on the error screen, it boots the in-rom disk mode
18:12:29gevaertsWhich is no fun with car adapter mode
18:12:33Tornethat works fairly well for the ipod..
18:12:53LambdaCalculus37n1s: It's also good to have the bootloader USB mode on the Beast because it also allows one to update builds easily.
18:12:55gevaertsA button for USB seems reasonable
18:13:27Tornen1s: well that's a bug, thoguh, we should just fix it :)
18:13:33n1sLambdaCalculus37: yes, updates without rolo are easy and fast, h300 does the same
18:13:51Tornei'm not sure how it's any easier to update builds in the bootloader..
18:14:14n1splayer is off, plug it in, unzip build, umount and uplug
18:14:20gevaertsBootloader USB is essential on the beast for the same reason as on the SA9200
18:14:37 Join {phoenix} [0] (~dirk@xGagC832.WH1.TU-Dresden.De)
18:14:46n1sgevaerts: yes but it could still detect an installed rockbox and ignore usb
18:15:00 Quit {phoenix} (Remote host closed the connection)
18:15:01Tornei'm saying we should probably just have bootloader usb on every target, but not invoke it automatically unless the binary for rockbox is unbootable
18:15:11Torneexcept maybe ipods where rebooting to rom disk mode is probably better
18:15:15gevaertsor unless a button is held
18:15:18Torneyeah
18:15:39Torneon the subject of button holding, maybe now 3.7 is branched we should discuss removing the hold switch as the dualboot/reset-settings button on ipod ;)
18:15:47Tornebecause that's really limiting..
18:15:53Strife89TXLambdaCalculus37: I spotted the Flyspray comment. I *will* try to update the theme when I get the chance, but I need to relearn the syntax. :/
18:16:20Tornehold switch is fine on targets where it's impossible to turn the player on when hold is enabled
18:16:24n1sTorne: i suggest taking that to the Mailing List
18:16:26Tornebut ipods boot on external power or on RTC
18:16:27LambdaCalculus37Strife89TX: No worries.
18:16:41Tornei'd like to migrate over a reasonable period away from using the hold switch for both those things
18:16:42LambdaCalculus37Strife89TX: We need to get some kinks ironed out of the port while we're at it.
18:16:58Torneso that you can just boot rockbox normally with hold turned on.
18:17:07Tornen1s: yeah, probably.
18:17:08n1si *hate* having hold as dualboot switch on the beast too since you need a paperclip or similar to escape the OF
18:17:37n1sbut on the beast i think reading the real buttons is a bit involved for a bootloader
18:17:37Torneone minor issue with the ipod is there aren't a lot of buttons to use for reset-settings which won't get hit by accident ;)
18:17:57Tornen1s: there are plenty of targets that have a fairly complex button driver linked into the bootloader
18:18:11Strife89TXWhat IS the reset-settings combo on the iPods.
18:18:13Strife89TX?
18:18:16TorneStrife89TX: hold being turned on
18:18:28Tornei.e. you have to boot with hold off, then turn it on *after* the bootloader decides to load rockbox
18:18:39Strife89TXAh.
18:18:42Strife89TXSmall window.
18:18:42LambdaCalculus37Strife89TX: Hold turned on immediately before Rockbox starts (usually when the backlight turns on initially).
18:18:46Tornethis is a huge barrier to having ipods whihc *don't* dual boot
18:18:47n1sTorne: hmm, maybe that should be changed then, but otoh i should install a single boot bootloader instead
18:19:00Tornen1s: single boot bootloaders don't always work, thoguh
18:19:07n1sindeed
18:19:21LambdaCalculus37I really want to get another GoGear HDD6330 to get some more stuff done on the power. Would it be possible for the Rockbox fund to buy one for me?
18:19:25Torneif you install rockbox on the ipod without the bootloader, for a faster boot time, then rather than booting with hold accidentally booting the OF, it accidentally erases your settings instead
18:19:29Tornewhich is kinda annoying
18:19:32Torne:)
18:19:40LambdaCalculus37I sent mine off to lowlight, and it was originally toffe's.
18:19:47Torneunfortunately just about every reasonable combination of buttons on te ipod already *does* something at boot time on the ipod..
18:19:55n1sLambdaCalculus37: i don't see why not
18:20:16Tornemenu boots the OF, select powers on normally, rewind boots diag mode if yo uhold it with select, play boots disk mode if you hold it with select, or ipodlinux if you don't, and fastforward turns on bootloader verbose messages :)
18:20:21Strife89TXTorne: Select + Right(Forward)
18:20:30Torneso that's basically every reasonable set of buttons already doing something either in apple's rom or in our bootloader
18:20:38Strife89TXAh.
18:20:43TorneStrife89TX: ffwd on its own is already the "verbose bootloader" button
18:20:48LambdaCalculus37n1s: Once I get keymaps for plugins done and enabled, the HDD6330 will be much closer to Unstable status.
18:21:02Strife89TXTorne: I hit ENter too late.
18:21:26Torneyeah :)
18:21:37Torneso yeah, technically rewind on its own, or sel+ffwd, is not used
18:21:56Tornebut it's kinda important to minimise the chance of it being hit by accident
18:22:02Strife89TXIndeed.
18:22:05n1sLambdaCalculus37: i'm all for it especially since it's one of the less common targets so more people around here having it is better
18:22:15LambdaCalculus37n1s: :)
18:22:22TorneHm, is it possible to press menu+play, or ffwd+rew at once, on the older targets with a physical rotating wheel/
18:22:30Torneit appears to be possible on the touchwheel ipods
18:22:37Tornedunno if it can read it in software but you can physically do it
18:22:43n1sTorne: don't think so on the mechanical wheel ones
18:22:43LambdaCalculus37n1s: Plus, I've been away from any active development work for WAY, WAY too long!
18:22:50Tornen1s: right, i suspected probably not
18:23:27n1sTorne: amiconn probably knows for sure (and has probably mentioned something about it in here sometime :))
18:23:39Tornewell, i'll ponder it and write something on the list
18:25:04*LambdaCalculus37 makes a mental note to go to his storage and find his SA9200
18:26:01LambdaCalculus37n1s: Who should I speak to about getting the funding to buy another HDD6330 off of eBay?
18:26:22gevaertsLambdaCalculus37: Zagor is the fund manager
18:26:46LambdaCalculus37gevaerts: Guess I've got to wait till he comes back online.
18:27:39 Nick Ypsy_ is now known as Ypsy (~ypsy@geekpadawan.de)
18:29:30*LambdaCalculus37 will be back online in a couple of minutes; going to switch to a proper IRC client
18:29:33 Quit LambdaCalculus37 (Quit: CGI:IRC 0.5.9 (2006/06/06))
18:34:26 Join TheLemonMan [0] (~lemonboy@ppp-133-212.32-151.iol.it)
18:34:30pixelmaStrife89TX: there is an updater tool (in the source) for the new theme syntax (and someone may build a linux binary or whatever you need for you). One thing you have to do manually is putting the progressbar in some viewport if you have it in the default one currently
18:38:52 Join _s1gma [0] (~d.d.derp@77.107.164.131)
18:38:53Strife89TXpixelma: Sounds good. I'd like to talk about it later if that's okay.
18:39:15 Quit DerPapst (Quit: Leaving.)
18:40:13 Quit swilde (Quit: ERC Version 5.3 (IRC client for Emacs))
18:42:29 Join bertrik [0] (~bertrik@ip117-49-211-87.adsl2.static.versatel.nl)
18:42:30 Quit bertrik (Changing host)
18:42:30 Join bertrik [0] (~bertrik@rockbox/developer/bertrik)
18:44:06 Join LambdaCalculus37 [0] (~rmenes@64.134.240.153)
18:44:13 Quit LambdaCalculus37 (Changing host)
18:44:13 Join LambdaCalculus37 [0] (~rmenes@rockbox/staff/LambdaCalculus37)
18:53:32 Quit Strife89TX (Quit: Critically low batl)
19:00
19:01:03CIA-107New commit by rmenes (r28315): The c200's blind description also applies to the c200 ...
19:02:56CIA-107r28315 build result: All green
19:04:01LambdaCalculus37Yay, managed to keep it green. :)
19:07:11 Join DerPapst [0] (~Alexander@p4FE8FEF2.dip.t-dialin.net)
19:10:15 Quit stoffel (Ping timeout: 252 seconds)
19:15:37 Join Strife89TX [0] (~cstrife89@207.144.201.128)
19:17:19 Join domonoky [0] (~Domonoky@rockbox/developer/domonoky)
19:18:59LambdaCalculus37Ack, UI sim for HDD6330 doesn't build; there's no definitions in sim-ui-defines.h
19:19:17*LambdaCalculus37 adds in some defines for now just to get it to build
19:23:46amiconnTorne: On the old non-clickwheel ipods (1st..3rd Gen, i.e. scrollwheel and touchwheel) there are no mechanical or electrical constraints for pressing multiple buttons at once
19:23:59LambdaCalculus37Getting errors when building the HDD6330 UI sim: http://lambdacalculus379.pastebin.com/9Yh6ZCAX
19:24:19amiconnOn these ipods apple put hard reset on Menu+Play and diskmode on Left+Right
19:25:02Torneahp, hmm
19:25:19amiconnThey changed it later for the clickwheel. While it may be possible to press opposite directions on clickwheel as well, it's at least (mechanically) hard to do so.
19:25:41amiconnThat's probably why they moved reset to Select+Play and diskmode to Select+Menu
19:26:12LambdaCalculus37I'll be back on again in a bit. Can someone advise me about the errors I'm getting?
19:26:16 Quit LambdaCalculus37 (Quit: back soon)
19:31:37 Join bmbl [0] (~bmbl@unaffiliated/bmbl)
19:37:24 Join LambdaCalculus37 [0] (~3f74f70d@rockbox/staff/LambdaCalculus37)
19:37:47***Saving seen data "./dancer.seen"
19:43:03*LambdaCalculus37 tries to figure out the error he got from building the HDD6330 sim
19:48:58LambdaCalculus37The error is pointing to apps/plugin.h:44, but this is all that the line in question contains: char* strncpy(char *, const char *, size_t);
19:49:26LambdaCalculus37And I know I didn't make any changes to my local copy of this file; mine's still a vanilla SVN copy.
19:50:12 Quit Strife89TX (Quit: Strife89TX)
19:50:22n1sLambdaCalculus37: i'd guess something gets messed up in some preprocessor condition in a header file which messes up the resulting code
19:52:04n1sif you compile with make V=1 you can see the exact command line used to build that file, running that manually for the affected file and adding the -i switch gives you back the preprocessed soure with should have the clues you neeed
19:52:37n1ss/with should/which should/
19:52:57LambdaCalculus37n1s: I'll try that when I get another chance to pull out my Mac.
19:53:46 Join linuxstb [0] (~linuxstb@95.214.21.84)
19:53:46 Quit linuxstb (Changing host)
19:53:46 Join linuxstb [0] (~linuxstb@rockbox/developer/linuxstb)
19:55:58 Join Strife89 [0] (a80dbf53@gateway/web/freenode/ip.168.13.191.83)
20:00
20:02:04 Quit Horscht (Quit: Verlassend)
20:02:32 Join stoffel [0] (~quassel@p57B4B418.dip.t-dialin.net)
20:07:58 Quit linuxstb (Ping timeout: 265 seconds)
20:09:10LambdaCalculus37toffe82: lowlight still has the HDD6330 and is sending it back to me once he finds it again. :)
20:09:22*LambdaCalculus37 should still get an extra one though
20:10:42 Quit bmbl (Quit: Verlassend)
20:10:52 Join bmbl [0] (~bmbl@dsl-217-171-71.pool.bitel.net)
20:10:52 Quit bmbl (Changing host)
20:10:52 Join bmbl [0] (~bmbl@unaffiliated/bmbl)
20:11:10toffe82LambdaCalculus37: ok, quit it to finish the port, then send it back or buy it ;)
20:11:22toffe82quit > keep
20:12:36 Quit Xerion (Ping timeout: 240 seconds)
20:13:28toffe82LambdaCalculus37: do you still have the dock ? and the remote ?
20:13:53LambdaCalculus37toffe82: I think I gave those to lowlight along with the HDD6330.
20:26:49 Join anewuser [0] (kvirc@unaffiliated/anewuser)
20:32:32 Quit earcar (Quit: bye)
20:32:53 Join panni_ [0] (hannes@ip-178-203-81-220.unitymediagroup.de)
20:38:05 Quit alexbobP (Read error: Connection reset by peer)
20:40:52 Nick Ypsy is now known as YPSY (~ypsy@geekpadawan.de)
20:47:19 Join alexbobP [0] (~alex@75.34.101.138)
20:49:23 Quit KiwiCam (Quit: Leaving)
20:57:47 Join linuxstb [0] (~linuxstb@rockbox/developer/linuxstb)
21:00
21:12:42 Join krazykit [0] (~kkit@99-126-205-52.lightspeed.cicril.sbcglobal.net)
21:14:20 Quit stoffel (Remote host closed the connection)
21:15:21 Join wodz [0] (~wodz@chello087206240131.chello.pl)
21:23:34 Join earcar [0] (~carmine@93-39-208-53.ip77.fastwebnet.it)
21:24:20 Quit anewuser ()
21:26:57 Quit linuxstb (Ping timeout: 265 seconds)
21:28:26wodzpixelma: ping
21:30:50 Quit sinthetek (Ping timeout: 240 seconds)
21:31:31 Join b0hoon [0] (~quassel@public-gprs101844.centertel.pl)
21:32:01 Join thegeek_ [0] (~nnscript@172.80-203-148.nextgentel.com)
21:32:36 Join sinthetek [0] (~sinthetek@unaffiliated/sinthetek)
21:33:02 Quit miceh (Ping timeout: 250 seconds)
21:33:14b0hoongevaerts: HDD6330 has in-ROM USB (standard UMS/MTP mode in the original bootloader), there is no need to enable USB in the Rockbox bootloader
21:33:25pixelmawodz: pong
21:34:59gevaertsb0hoon: I thought that was about the SA9x00?
21:35:38 Quit thegeek (Ping timeout: 250 seconds)
21:36:08b0hoongevaerts: http://www.rockbox.org/irc/log-20101020#17:58:44
21:36:24LambdaCalculus37b0hoon: Do you know how to access UMS mode on the HDD6330? I've never been able to find anything of the sort.
21:36:45b0hoongevaerts: i'm just saying there is no need for this target
21:36:49wodzpixelma: I don't understand what you mean by 'aspect correction' in your FS comment. I converted Flag_of_the_United_Kingdom.png to bmp and both versions look the same for me
21:37:05b0hoonLambdaCalculus37: yes, it is described as service mode - method 1
21:37:48***Saving seen data "./dancer.seen"
21:37:54b0hoonLambdaCalculus37: however it should be described as "UMS mode"
21:38:00b0hoonon the Wiki
21:38:00LambdaCalculus37b0hoon: Looks like that'll have to be our official install method, then.
21:38:22b0hoonLambdaCalculus37: yes of course, just like in case of other PPs
21:38:47b0hoonthe same for HDD1630
21:38:52LambdaCalculus37b0hoon: Well, to the best of my knowledge, it's closest to the H10 install method.
21:39:46LambdaCalculus37I don't have the YH-92x or YH-820 players, or a Vibe500.
21:39:49b0hoonSA9200 may be tricky, gevaerts is right that it is rather recovery mode (forum)
21:40:18LambdaCalculus37b0hoon: You don't have an SA9x00, do you?
21:40:19b0hoonLambdaCalculus37: the method for the Vibe is the same
21:40:54pixelmawodz: yes, in a sim. The bitmap Archoses' display doesn't have square pixels - their width is only 80% of their height. For the bmp viewer and also pictureflow (maybe other plugins) Rockbox adds a factor to the width (or height) so that the picture looks correctly on the screen (the dimensions are not the same in number of pixels anymore)
21:41:13b0hoonLambdaCalculus37: no unfortunately not and my HDD6330 is broken partially
21:42:01b0hoonLambdaCalculus37: most of the PPs (with the HDD) has the UMS mode triggered in some way
21:42:05LambdaCalculus37b0hoon: I have an SA9200 in storage. It should still be working. My HDD1630 doesn't work, and the HDD6330 I had is with lowlight currently.
21:43:15b0hoonLambdaCalculus37: i found out how to run the OF on HDD6330 today, through the "code of death" :P
21:43:33LambdaCalculus37b0hoon: Is there anything else we really need to do with the HDD6330 port, besides the plugin keymaps and enabling them?
21:44:02*LambdaCalculus37 really just wants to get the damn port pushed to "Unstable" already
21:44:11b0hoonLambdaCalculus37: yes, i must commit fix for the dual boot
21:44:41 Join guest123 [0] (~82712637@giant.haxx.se)
21:44:41b0hoonLambdaCalculus37: there is no lcd blit functions in the lcd driver so mpeg player will not work
21:45:00guest123Hey rockbox devs where can I send you a used Sansa Fuze V2
21:45:06 Quit thegeek_ (Read error: Connection reset by peer)
21:45:17wodzpixelma: do you know where this aspect correction is defined?
21:45:32LambdaCalculus37b0hoon: We can disable mpegplayer temporarily.
21:45:43b0hoonLambdaCalculus37: yep, of course
21:46:10LambdaCalculus37b0hoon: Unless you know how to get the LCD blit functions into the driver. ;)
21:46:46b0hoonLambdaCalculus37: battery reading is from the hdd1630 IIRC, so it's not appropriate at all
21:47:27b0hoonLambdaCalculus37: no, i'm afraid
21:47:33 Quit slooopy (Ping timeout: 265 seconds)
21:47:56LambdaCalculus37b0hoon: I haven't nary a clue of how to get the LCD blit functions into the driver myself.
21:48:17 Quit liar (Quit: Leaving)
21:48:31b0hoonLambdaCalculus37: the main problem is we don't know what kind of controller it has
21:48:36LambdaCalculus37Is the battery reading bad enough to cause any major issues? Aside from significantly shorter battery life, that is.
21:49:14AlexPguest123: Probably best to post on the -dev list saying where you are, where you can send it, etc. etc.
21:49:18b0hoonLambdaCalculus37: i don't know because my target has this part broken
21:49:33AlexPguest123: And then see if anyone nearby takes you up on it :)
21:49:49b0hoonLambdaCalculus37: it even doesn't want to turn on without the charger or USB
21:50:02bertrikb0hoon, do you have an OF binary to find LCD routines in?
21:50:38LambdaCalculus37b0hoon: I can try with the one lowlight has once he sends it back to me.
21:52:38 Quit guest123 (Quit: CGI:IRC (EOF))
21:52:45LambdaCalculus37b0hoon: Look at the SA9200 thread on the forums; lowlight just posted a rather interesting patch that allows a bootloader install on the SA9200 with sendfirm.
21:52:57b0hoonbertrik: i have looked at it but i wasn't able to find it, there is no power saving routines for sure in the OF (well maybe almost sure) like in case of Vibe
21:53:29pixelmawodz: not exactly. There are LCD_PIXEL_ASPECT_HEIGHT and *_HEIGHT defined in the targets config files which will later be used in some plugins (bmp viewer, pictureflow). There is also something in recorder/resize.c but I can't tell you what bits are important and what would be the right thing
21:54:39bertrikb0hoon, I won't mind looking through a firmware file to see if I can find any LCD code
21:55:18 Quit n1s (Quit: Lämnar)
21:55:26b0hoonbertrik: great
21:55:42bertrikDAC/PCM should stay enabled after calling audiohw_set_monitor(true), right?
21:55:49b0hoonLambdaCalculus37: ok, i will look at it
21:55:55wodzpixelma: I just found the same
21:56:40b0hoonLambdaCalculus37: i think that lowlight has the most priceless knowledge about the PPs
21:56:51pixelmawodz: hmm, can it be that a hwcodec sim doesn't build with the MAS patch?
21:57:02pixelmathought you fixed it :)
21:57:20wodzpixelma: I didn't uploaded FS
21:57:33pixelmaah
21:57:35bertrikb0hoon, do you have a file for me to look at?
21:57:41b0hoonLambdaCalculus37: about dissasembling i mean, i'm not so good at it
21:58:09wodzpixelma: It is easy fix - in firmware/SOURCES move archos-sound.c (or how it is called) to be compiled in sim build also
21:58:55*LambdaCalculus37 has to go now
21:59:03LambdaCalculus37b0hoon: I'll try to get onto IRC again later.
21:59:23 Quit LambdaCalculus37 (Quit: CGI:IRC 0.5.9 (2006/06/06))
21:59:40b0hoonbertrik: i can send you it on email or you can download it from the site
22:00
22:00:42b0hoonbertrik: http://www.p4c.philips.com/cgi-bin/dcbint/cpindex.pl?ctn=HDD6320/05&scy=gb&slg=en
22:01:32b0hoonbertrik: "Firmware Upgrade Software"
22:02:09pixelmawodz: target/sh/archos/audio-archos.c ?
22:02:17wodzpixelma: Comming back to aspect correction - for downscaled versions of the image this is easy to implement. The problem arises for scale=1.
22:02:21wodzpixelma: yes
22:02:37bertrikb0hoon, ok thanks
22:03:54 Quit panni_ (Read error: Connection reset by peer)
22:04:28 Quit bmbl (Quit: Verlassend)
22:05:01pixelmawodz: the bmp viewer seems to do something at the beginning. It loads the 200x200 test image as 200x160 (and I expect it to do something similar with a 50x50 image which would fit on the display without scaling), guess it always "scales2
22:05:41 Join confuseling [0] (~5d616f4d@giant.haxx.se)
22:05:59wodzpixelma: yes - there is routine scaled_read_bmp_fd() which do the trick
22:07:01confuselingHi all - I noticed there was some discussion about Clip+ keymaps. Just to make anyone who's interested aware, I wrote a patch for a keymap, fs 11605
22:07:44 Join panni_ [0] (hannes@ip-178-203-81-220.unitymediagroup.de)
22:08:13confuselingI noticed a couple of days ago that it has a problem with the 'short power' exiting twice from some plugins. I'll try to fix that tonight.
22:08:58confuselingWould be grateful for testers though - I think even if you don't want to commit it entirely, some of it may be useful - for example, the prior keymap for the radio was pretty messy.
22:15:07 Quit AlexP (Remote host closed the connection)
22:15:28 Quit confuseling (Quit: CGI:IRC (EOF))
22:15:37 Join AlexP [0] (~alex@rockbox/staff/AlexP)
22:19:18 Quit earcar (Quit: bye)
22:20:26 Join {phoenix} [0] (~dirk@xGagC832.WH1.TU-Dresden.De)
22:24:10 Part b0hoon ("GTG, bye.")
22:25:05 Join Horscht [0] (~Horscht@xbmc/user/horscht)
22:26:05 Part Strife89
22:26:32 Nick AlexP is now known as AlexP_ (~alex@rockbox/staff/AlexP)
22:26:36 Nick AlexP_ is now known as AlexP (~alex@rockbox/staff/AlexP)
22:28:53pixelmawodz: my OndioFM sim still doesn't compile, I moved the mentioned file below the "#endif /* SIMULATOR */" inside the OndioSP and OndioFM specific part
22:29:18pixelmathe error message is the same as before
22:29:53wodzlet me check
22:33:34wodzpixelma: yes something is still wrong
22:34:25 Join AlexP_ [0] (~alex@rockbox/staff/AlexP)
22:34:38 Quit AlexP_ (Remote host closed the connection)
22:34:42pixelmabtw. I also tested voice in the meantime with the patch on the Ondio and it works ok
22:35:58 Quit AlexP (Ping timeout: 252 seconds)
22:36:25 Join AlexP [0] (~alex@rockbox/staff/AlexP)
22:37:20 Join mirak [0] (~mirak@81-64-223-104.rev.numericable.fr)
22:40:39 Join linuxstb [0] (~linuxstb@rockbox/developer/linuxstb)
22:42:38 Quit scorche|sh (Changing host)
22:42:38 Join scorche|sh [0] (~scorche@rockbox/administrator/scorche)
22:43:07 Quit S00row (Ping timeout: 252 seconds)
22:45:46wodzpixelma: When I figure out why this doesn't compile I'll post updated patch to FS. Thank You again for extensive testing
22:46:41pixelmayou're welcome. I also agree with AlexP about the two versions of the patches in case of the imageviewer :)
22:47:22 Join S00row [0] (~Administr@27-33-98-164.static.tpgi.com.au)
22:54:31 Join EvanCarroll [0] (~ecarroll@64.200.109.13)
22:56:06EvanCarrollI'm running last nights SVN on Sansa AMS (e200 v2), since the update (from a very old version 3+ months) I now here a popping in the left channel when playing mp3s
22:56:18EvanCarrollis this a known issue? I don't see a mention on the wiki
22:58:24 Join LambdaCalculus37 [0] (~rmenes@rockbox/staff/LambdaCalculus37)
23:00
23:01:14LambdaCalculus37n1s: Ping
23:03:27 Quit mirak (Read error: Connection reset by peer)
23:04:07LambdaCalculus37n1s: (for the logs) Regarding the error I had earlier: http://www.rockbox.org/irc/log-20101020#19:23:59
23:04:32 Join mirak [0] (~mirak@81-64-223-104.rev.numericable.fr)
23:05:02LambdaCalculus37n1s: Here's what I get when I use V=1 with make: http://lambdacalculus379.pastebin.com/APLS28dZ
23:05:03 Quit evilnick_B (Quit: Page closed)
23:06:26wodzpixelma: I sorted out the problem with Ondio sim. I'll post updated patch tomorrow I hope
23:06:47 Quit kevku (Read error: Operation timed out)
23:07:48pixelmaI'll have an eye on it
23:10:32 Quit jgarvey (Quit: Leaving)
23:11:36 Join grawity [0] (grawity@snow.nullroute.eu.org)
23:11:54grawityWhat does Rockbox use for ReplayGain tags −− RVA2 or foobar2000's TXXX?
23:13:07gevaertsBoth I think
23:13:53grawityGood
23:15:08bertrikEvanCarroll, svn revision 28000 is a bit suspicious. If you have the tools, you could revert that and see if it helps
23:15:42bertrikI could create a test-build for you
23:19:37 Join liar [0] (~liar@clnet-p09-185.ikbnet.co.at)
23:19:38 Quit LambdaCalculus37 (Quit: NYLUG time)
23:22:03 Quit grawity (Quit: Good night.)
23:23:51EvanCarrollIf you want/can do that I'll be happy to giv eit a shot, I highly doubt such an obvious bug was missed, but in the event it was I wanted to be sure I brought light on it
23:24:03EvanCarrolleverything was working fine, I think I was running the last stable release.
23:24:18AlexPEvanCarroll: It is only for very few people (if it is the same bug)
23:24:30AlexPAnd none of the devs with the same players experience it
23:24:32EvanCarrollI had some usb corruption, or faulty playback in a few areas, (so minor it never really bothered me), big transfers via usb were out of the question
23:24:40EvanCarrollbut everything else was working absolutly great.
23:25:03EvanCarrollis there a flyswat thing for it?
23:25:15AlexPflyspray, and yes
23:25:34EvanCarrollcool, drop link and build, I'll give it shot if you've got binary and get back to you tomorrow
23:25:38bertrikAlexP, svn r28000 was the suspect, right?
23:26:29AlexPI don't know which off the top of my head, but recent, and r28000 was the revision
23:26:34AlexPbertrik: yep
23:28:04pixelmaflyspray #11608
23:28:12 Quit mirak (Quit: Ex-Chat)
23:33:55bertrikEvanCarroll, I'm building a patched e200v2 build now, I'll post a link in a few minutes
23:36:11 Quit liar (Quit: Leaving)
23:37:43EvanCarrollbertrik++ # nifty
23:37:51***Saving seen data "./dancer.seen"
23:39:14 Join Strife89TX [0] (~cstrife89@207.144.201.128)
23:42:47bertrikEvanCarroll, http://filebin.ca/vegmuj/rockbox.zip
23:49:18 Quit TheLemonMan (Quit: Help me, i got shot! *DIES*)
23:53:48dfkti've assigned balance to the left and right buttons of the quick menu (clip+, x5). changes to the balance only take effect when the quickmenu is closed (returning to WPS), while other sound tweaks like crossfeed or eq on/off are immediately executed. i wouldn't call that a bug, just wanted to ask if that balance behavior could be made 'realtime' as well.
23:54:11dfktseems to be a special case, since it uses two buttons of the quickmenu, while all other functions only use one.
23:55:37 Join DSStrife89 [0] (~Strife89@207.144.201.128)
23:58:12 Quit shai (Quit: Leaving)

Previous day | Next day