--- Log for 24.10.110 Server: hubbard.freenode.net Channel: #rockbox --- Nick: logbot_ Version: Dancer V4.16 Started: 3 days and 20 hours ago 00.09.13 Quit bertrik (Quit: :tiuQ) 00.20.34 Join xxcv [0] (~asdf@c122-107-122-229.carlnfd1.nsw.optusnet.com.au) 00.21.15 Quit xxcv (Client Quit) 00.24.11 Quit bmbl (Quit: Verlassend) 00.25.58 Join xxcv [0] (~asdf@c122-106-158-60.carlnfd1.nsw.optusnet.com.au) 00.26.15 Join The-Compiler [0] (~compiler@unaffiliated/the-compiler) 00.27.02 # Hey there :) After I was using rockbox for years, then not using it for years (because my iPod broke), I now got me a iRiver H10 really cheap and I'm back again :> 00.33.11 # is there a question in there? ;0 00.33.59 # sorry, wasn't meant to be "shocked face", but "sarcastic grin face" ;) 00.34.10 Join Strife1989 [0] (~Strife89@adsl-80-132-137.mcn.bellsouth.net) 00.34.45 Quit Strife89 (Disconnected by services) 00.34.51 Nick Strife1989 is now known as Strife89 (~Strife89@adsl-80-132-137.mcn.bellsouth.net) 00.37.10 # S_a_i_n_t: I was about to ask one, but I could just resolve it 00.37.34 # the iRiver was detected as UMS instead of MTP so it didn't work 00.38.55 Quit robin0800 (Read error: Connection reset by peer) 00.41.19 Join edboyer93 [0] (~eboyer93@pool-71-185-65-59.phlapa.fios.verizon.net) 00.45.17 Quit Strife89 (Quit: Night.) 00.46.12 Join Judas_PhD [0] (~kevin@misterfluffy.dsl.xmission.com) 00.49.03 Quit elcan (Read error: Operation timed out) 00.50.53 Join ehntoo [0] (~ehntoo@lug.mtu.edu) 00.54.50 Quit domonoky1 (Read error: Connection reset by peer) 01.07.29 Join advcomp2019_ [0] (~advcomp20@97-114-240-60.sxcy.qwest.net) 01.07.29 Quit advcomp2019_ (Changing host) 01.07.29 Join advcomp2019_ [0] (~advcomp20@unaffiliated/advcomp2019) 01.07.30 Quit GeekShadow (Read error: Connection reset by peer) 01.08.10 Join GeekShadow [0] (~Antoine@reactos/tester/GeekShadow) 01.10.54 Quit advcomp2019 (Ping timeout: 276 seconds) 01.13.48 Quit ender` (Quit: sex is like math: - the clothes, + the bed, / the legs, ...and pray to god you don't multiply.) 01.17.39 Quit tchan (Read error: Connection reset by peer) 01.18.32 Join tchan [0] (~tchan@c-69-243-144-187.hsd1.il.comcast.net) 01.18.32 Quit tchan (Changing host) 01.18.32 Join tchan [0] (~tchan@lunar-linux/developer/tchan) 01.21.55 Join elcan [0] (user36@64.32.20.56) 01.23.24 Quit dys (Ping timeout: 276 seconds) 01.23.34 Join dys [0] (~andreas@krlh-5f7273c4.pool.mediaWays.net) 01.24.37 Quit {phoenix} (Remote host closed the connection) 01.31.37 # damn 01.31.41 # we have yet another nano2g FTL bug 01.33.34 # erm, is it normal for rockbox to show "." and ".." directory entries? 01.37.03 # I think so, yeah. 01.37.04 # TheSeven: doesn't seem to show them here 01.37.35 # i had a look at the dir, they're missing the 0x10 (directory) flag for some reason 01.39.03 # kugel: have you got a match for the multimedia keys? 01.39.26 *** Saving seen data "./dancer.seen" 01.46.29 Quit froggyman (Remote host closed the connection) 01.47.30 Quit _s1gma (Quit: Leaving) 01.49.36 # JdGordon: http://pastie.org/1243951 01.52.17 # hmm, can you have just one SYS_ event and a function to call to get the button pressed? 01.52.56 # the patch has no SYS_EVENT 01.58.13 Quit Staphylo (Read error: Connection reset by peer) 02.09.46 Quit xxcv () 02.13.20 Quit GeekShadow (Read error: Connection reset by peer) 02.34.15 Quit t0rc (Ping timeout: 276 seconds) 02.39.10 Join t0rc [0] (~t0rc@130.108.237.193) 02.39.14 Quit t0rc (Changing host) 02.39.14 Join t0rc [0] (~t0rc@unaffiliated/t0rc/x-5233201) 02.50.07 Join merbanan [0] (~banan@c-62-220-165-233.cust.bredband2.com) 03.02.00 Quit kugel (Ping timeout: 240 seconds) 03.07.26 Join Hillshum [0] (4ba5eeee@gateway/web/freenode/ip.75.165.238.238) 03.24.36 # Any thoughts on http://www.rockbox.org/tracker/task/11664? Should it be committed? 03.27.19 # My thoughts on that would be: "The author will probably commit this if/when it becomes "fix" for , as opposed to "workaround for " 03.27.27 Join webguest63 [0] (~8b8f05a0@giant.haxx.se) 03.28.03 # hi, can anyone help me with removing some menu items? i have source and compiler all setup 03.28.21 # have tried to remove various values/functions but always to no avail 03.28.26 # webguest63: What would you like to remove? 03.28.39 # things like the debug menu 03.29.45 # i'm not quite getting my head around how the menus are generated 03.30.05 # you want t be looking for MAKE_MENU calls 03.30.32 # within the \apps\menus folder only? 03.31.02 # that's one of the dominant places for cleaning the menus up. 03.31.31 # ok i'll have a quick look 03.32.08 Quit fdinel (Quit: Miranda IM! Smaller, Faster, Easier. http://miranda-im.org) 03.32.40 # comment out line 443 of main_menu.c 03.32.47 # (to remove debug menu) 03.32.48 # so i'm browsing main_menu.c and found line &debug_menu_item); 03.32.52 # S_a_i_n_t: The debug menu is disabled in release builds right? How is that done? 03.32.59 # is it anough to just comment that out? 03.33.06 # sure. 03.34.05 # ok...compiling.... 03.34.13 # Hillshum is quite correct though, there's probably a define specific to the debug menu...I just don't know eher eit is. 03.34.31 # commenting it out will achieve the same result in theory. 03.34.52 # It might just be included in a release define... 03.34.55 # thats what i thought but theory hasnt worked all night so far! 03.35.43 # When I cleaned up my menus, I had more specif requirements that just moving out the debug menu...so I edited the MAKE_MENU calls directly. works for me. 03.36.01 # *specific 03.36.06 # yep, doesnt compile: error: unterminated argument list invoking macro "MAKE_MENU" 03.36.29 # can you pastebin what you commented out please? 03.36.57 # MAKE_MENU(info_menu, ID2P(LANG_SYSTEM), 0, Icon_System_menu, #if CONFIG_RTC &timedate_item, #endif &show_info_item, &show_credits_item, &show_runtime_item, #if CONFIG_RTC == 0 &sleep_timer_call, #endif /* &debug_menu_item); */ /* INFO MENU */ /***********************************/ 03.37.23 # eeek, pastebin, not paste ;) 03.37.30 # that should work fine. 03.37.32 # am on web client 03.37.42 # but i still get that error 03.37.50 # that doesn't change anything, pastebin is a webpage. 03.37.52 # (nothing else has been changed) 03.38.15 # did you do a make clean? you shouldn;t need to...but I can't see why you're getting that error. 03.38.55 # it should look as "/*&debug_menu_item)*/;" 03.39.27 *** Saving seen data "./dancer.seen" 03.39.42 # position of semi colon matters/ 03.39.44 # ? 03.40.47 # I cut that straight out of my main_menu.c, so I'm gonna go with "possibly" ;) 03.41.19 # haha, ok! run make clean...running make now.... 03.47.47 Join JdGord [0] (~jd@pa58-109-188-190.pa.nsw.optusnet.com.au) 03.55.45 # make ran ok this time - still stuck with debug switched on! http://pastebin.com/5kLsfu4v 03.55.52 # utterly bizarre 03.57.15 # errrr...what the? 03.57.42 # can only think maybe its the sim? 03.57.52 # but the directorys cleared every time 03.58.10 # I'm not really *trying* to pass the buck here, but...tha works for me... JdGord certainly knows a lot more of the menu structure than I. 03.58.21 # I have to run in ~2min. 03.58.31 # no worries, thanks for lookin anyway! 03.58.41 # ? 03.59.00 # JdGord: Gettin rid of debug. 03.59.04 # +menu 03.59.04 # I'll. Be able to read the logs in 20mjn 03.59.13 # ah...sweet. 03.59.15 # hey jdgord 04.03.15 # What do you want to remove? 04.03.52 # just the debug option (for now) 04.04.00 # and to get a handle on the system 04.05.07 # The eaisest way is find the menu it appears in and just comment out the item 04.05.19 # http://pastebin.com/5kLsfu4v 04.05.22 # like that/ 04.05.29 # I c/p'd code that compiles fine on my end, and it erros for him. 04.05.32 # quite odd. 04.06.24 # The */ is on the wrong side of the ) 04.07.13 # why on earth does this compile for me then? magic? 04.07.37 # I bet it doesn't 04.07.46 # It certainly does. 04.07.52 # ok i have this now: http://pastebin.com/WcgP2UjM 04.08.04 # compiling 04.08.26 Join dys` [0] (~andreas@krlh-5f73443a.pool.mediaWays.net) 04.08.26 Quit dys (Ping timeout: 276 seconds) 04.13.45 # cpmiles but menu option is still there 04.16.28 Join Barahir [0] (~jonathan@frnk-590ff3e4.pool.mediaWays.net) 04.19.36 Quit Barahir_ (Ping timeout: 240 seconds) 04.22.55 Join JdGordon| [0] (~jonno@vl10.gw.ok-labs.com) 04.22.55 Quit JdGordon| (Changing host) 04.22.55 Join JdGordon| [0] (~jonno@rockbox/developer/JdGordon) 04.25.29 Quit webguest63 (Quit: CGI:IRC) 04.47.14 Quit JdGord (Quit: Bye) 04.49.50 Quit bluebrother (Disconnected by services) 04.49.51 Join bluebroth3r [0] (~dom@rockbox/developer/bluebrother) 04.51.26 # S_a_i_n_t: /.rockbox/wps/themename.settings or /.rockbox/wps/themename/settings.txt (or some other filename under the theme folder) 04.51.46 Quit amiconn (Disconnected by services) 04.51.46 Join amiconn_ [0] (quassel@rockbox/developer/amiconn) 04.51.49 Quit pixelma (Disconnected by services) 04.51.51 Join pixelma_ [0] (quassel@rockbox/staff/pixelma) 04.51.53 Nick pixelma_ is now known as pixelma (quassel@rockbox/staff/pixelma) 04.52.06 Nick amiconn_ is now known as amiconn (quassel@rockbox/developer/amiconn) 04.56.36 Quit TheSeven (Ping timeout: 240 seconds) 04.59.06 Join jfc^3 [0] (~john@dpc6682208002.direcpc.com) 05.00.33 Join TheSeven [0] (~TheSeven@rockbox/developer/TheSeven) 05.03.02 Quit jfc (Ping timeout: 264 seconds) 05.04.34 Quit Judas_PhD (Quit: This is a quitting message) 05.11.26 Quit MethoS- (Read error: Connection reset by peer) 05.24.07 Join clone4crw [0] (~Calvin@97-86-227-168.dhcp.roch.mn.charter.com) 05.24.19 Quit edboyer93 () 05.25.50 Quit JdGordon| (Quit: leaving) 05.28.09 Quit Hillshum (Quit: Page closed) 05.33.41 Join JdGord [0] (~jd@pa58-109-188-190.pa.nsw.optusnet.com.au) 05.34.19 Quit ps-auxw (Ping timeout: 265 seconds) 05.39.30 *** Saving seen data "./dancer.seen" 05.45.25 Quit clone4crw (Quit: leaving) 05.45.30 Join ps-auxw [0] (~arneb@p4FF7F167.dip.t-dialin.net) 05.52.46 Quit t0rc (Quit: Give someone code, help them with one project. Teach someone to code, help them rule the world.) 05.57.22 # JdGordon: /.rockbox/wps/themename/settings.txt gets me vote 05.57.27 # seems nicer to me. 05.57.38 # dunno why really, just, tidier. 05.57.51 # sorry for the delay, had to duck out for a bit. 06.01.35 Join saratoga [0] (9803c6dd@gateway/web/freenode/ip.152.3.198.221) 06.01.37 Quit JdGord (Ping timeout: 250 seconds) 06.02.05 Join JdGord [0] (~jd@pa58-109-188-190.pa.nsw.optusnet.com.au) 06.02.05 Quit JdGord (Client Quit) 06.02.26 Quit antil33t (Ping timeout: 264 seconds) 06.08.10 Join antil33t [0] (~Mudkips@124-197-51-80.callplus.net.nz) 06.10.43 Quit leavittx (Ping timeout: 240 seconds) 06.11.15 # i think i worked out the logic for how the faster libmad synth filter can work on arm9e and arm11 06.11.33 # lots of screwing around with memory accesses though, so i guess the test will be if it actually works once i write it :) 06.17.46 Join mike [0] (~6d417641@giant.haxx.se) 06.17.52 # hi 06.18.13 Nick mike is now known as Guest83130 (~6d417641@giant.haxx.se) 06.18.38 # Hey guys, is it better to use Win or Linux for RockBox development? 06.19.25 # doesn't really matter 06.19.28 # just don't use cygwin 06.20.15 # Ok... Because I have OpenSUSE installed on VirtualBox 06.21.43 # then i would use that 06.22.03 # Thanks :) 06.24.17 # i think it should be possible to get the synthesis filter on arm9E down to 1.5 cycles per filter tap (currently takes 5 cycles) 06.24.57 # since the synth filter takes something like 40% of the entire mp3 decode time, that would be a very nice speed up 06.25.14 # would bring MP3 performance roughly equal to Ogg 06.26.11 # there would be some small loss of accuracy, but probably nothing worth caring about 06.28.06 Quit pjm0616 (Ping timeout: 252 seconds) 06.28.24 Join pjm0616 [0] (~user@110.9.28.120) 06.29.45 Quit antil33t (Ping timeout: 265 seconds) 06.30.05 Quit Guest83130 (Quit: CGI:IRC) 06.33.03 Quit anewuser () 06.35.16 Join antil33t [0] (~Mudkips@124-197-51-80.callplus.net.nz) 06.36.55 Quit saratoga (Quit: Page closed) 06.40.12 Quit antil33t (Ping timeout: 252 seconds) 06.42.42 Quit S_a_i_n_t (Disconnected by services) 06.42.45 Join S_a_i_n_t [0] (S_a_i_n_t@203.184.0.14) 06.45.40 Quit S_a_i_n_t (Disconnected by services) 06.45.43 Join S_a_i_n_t [0] (S_a_i_n_t@203.184.3.208) 06.46.53 Join Judas_PhD [0] (~kevin@misterfluffy.dsl.xmission.com) 06.48.08 # S_a_i_n_t: yeah, I agree, i'll use settings.txt 07.12.32 Join advcomp2019 [0] (~advcomp20@unaffiliated/advcomp2019) 07.12.45 Quit advcomp2019 (Read error: Connection reset by peer) 07.19.17 Quit shai (Quit: Leaving) 07.27.04 Join froggyman [0] (~seth@unaffiliated/froggyman) 07.30.50 Quit Judas_PhD (Quit: This is a quitting message) 07.39.31 *** Saving seen data "./dancer.seen" 07.49.56 Quit Horschti (Ping timeout: 240 seconds) 07.51.01 Join Horschti [0] (~Horscht@xbmc/user/horscht) 08.00.18 # I know you're "supposed" to edit/create a disktidy_custom.config to add new filetypes to the lisy cor matching criteria...but, does anything actually stop you from editing disktidy.config directly? 08.01.13 # I mean, does it have any unexpected results, is it bad, will my hair fall out if I do, do I have to give the devs my firstborn child? 08.01.33 # it will be undone next time you unzip rockbox.zip 08.01.38 # thats why we have the seperate files 08.01.58 # Additionally, what dictates the ordering of what is displayed in the "list of files to clean" screen in the plugin? 08.02.29 # that file presumably 08.02.32 # I would have thought it was displayed in the order it is writting in disktidy.config but it doesn't appear to be so. 08.03.50 # the "headings/groups" follow the order of the configuration file...but individual files listed under said groups don;t seem to have a predictable ordering. 08.04.47 Quit panni_ (Read error: Connection reset by peer) 08.05.17 Quit simonrvn (Ping timeout: 240 seconds) 08.06.46 # use the source luke! 08.08.08 # I've tried to check the code to see if it matters, and I don't *think* it does but I'm well aware of the fact that there may well be something I am missing...do user-added match criteria *have* to be added uner "< Other >: no/yes"? 08.10.13 # I've shuffled things around a bit, and I added a < Rockbox >: no/yes heading/group, and it sems to work, but the wiki seems *very* certain of the fact that new entries should be put under "Other"...I was wondering why? 08.10.14 Join simonrvn [0] (simon@209.165-ppp.3menatwork.com) 08.13.37 # Additionally, is there a way to make plugins independant of the "show icons" setting? list style plugins like disktidy and shopper depend quite heavily on the use of icons for their display of selected inputs to the user...and some themes turn off "show icons" making these plugins impossible to use. 08.14.54 # of course there is a way.... how much effort is the real question 08.15.53 # I'll be the first to admit it's beyond my ability...but it would be *very* usefull IMO 08.16.20 # I was thinking that the plugins should just not use icons, but, that doesn't seem like the sollution to me. 08.16.32 Quit drizztbsd (Ping timeout: 272 seconds) 08.16.36 # It did initially, but then I thought about it properly ;) 08.48.49 Join Judas_PhD [0] (~kevin@misterfluffy.dsl.xmission.com) 08.50.56 Join Highlander [0] (~Highlande@mek33-4-82-236-45-205.fbx.proxad.net) 08.51.58 Join teru [0] (~teru@KD059133111160.ppp.dion.ne.jp) 08.54.53 Join bmbl [0] (~Miranda@unaffiliated/bmbl) 08.55.10 # S_a_i_n_t: disktidy should show icons independent to show_icons setting. if it is not the case, it is broken. 08.55.24 Quit bmbl (Client Quit) 08.56.34 Join bmbl [0] (~bmbl@dsl-217-161-2.pool.bitel.net) 08.56.34 Quit bmbl (Changing host) 08.56.34 Join bmbl [0] (~bmbl@unaffiliated/bmbl) 09.02.28 Nick dys` is now known as dys (~andreas@krlh-5f73443a.pool.mediaWays.net) 09.09.10 # teru: Well, then...it is indeed broken. 09.09.30 # Care to take a look at it? It's way over my head. 09.11.42 # S_a_i_n_t: i'll take a look. 09.11.50 Join n1s [0] (~n1s@rockbox/developer/n1s) 09.12.23 # teru: Ideally, I would like all plugins to be independant of the "show icons" setting. 09.12.34 # Do you believe you could accomplish this? 09.12.48 # thats not correct 09.13.29 # As plugins like "shopper.rock" also rely heavily on the use of icons, and themes that disable icons render these plugins (shopper, and disktidy) useless. 09.14.08 # then those plugins should be fixed 09.15.37 # I think it'd be better to make the show icons setting not apply to plugins 09.15.46 # I don;t believe it's supposed to, really. 09.15.55 # as the plugins require them. 09.16.29 # then those plugins are broken 09.16.31 # not the lists 09.16.55 # * JdGordon would like to see trivial c plugins banned and force people to use lua for them 09.16.59 # then have them online 09.17.20 # why? 09.17.41 # seems sensible.. although im a bit wierd 09.28.00 # S_a_i_n_t: could you test this patch? http://pastie.org/1244448 09.30.05 Join slooopy [0] (~sloo@p3E9E25EB.dip0.t-ipconnect.de) 09.30.15 Quit bmbl (Ping timeout: 255 seconds) 09.30.18 Join benedikt93 [0] (~benedikt9@unaffiliated/benedikt93) 09.33.45 Join bmbl [0] (~bmbl@dsl24-190.pool.bitel.net) 09.33.45 Quit bmbl (Changing host) 09.33.45 Join bmbl [0] (~bmbl@unaffiliated/bmbl) 09.37.37 Join stoffel [0] (~quassel@p57B4B2DE.dip.t-dialin.net) 09.39.33 *** Saving seen data "./dancer.seen" 09.41.24 # teru: Yes, I can...but not for a few hours. 09.41.31 # Thanks, by the way. 09.43.22 Quit benedikt93 (Ping timeout: 252 seconds) 09.57.42 Join Rob2222 [0] (~Miranda@p4FFF1696.dip.t-dialin.net) 09.59.30 Join utanapischti [0] (~username@p4FF2D5A0.dip.t-dialin.net) 10.01.09 Quit Rob2223 (Ping timeout: 255 seconds) 10.02.37 Quit sasquatch (Ping timeout: 240 seconds) 10.38.29 Join bertrik [0] (~bertrik@rockbox/developer/bertrik) 10.48.36 # Has anyone ever tried to use an ipod fm remote with the ipod color or the ipod 4g? 10.49.31 # I made a patch that implements LINE-IN bypass in audiohw_set_monitor for the codec in the ipod nano 1g and it works. 10.49.51 # The ipod color and ipod 4g use the same codec, so I guess it should work for them too then. 10.55.31 Join TheLemonMan [0] (~lemonboy@151.62.67.58) 10.56.19 Join ender` [0] (krneki@foo.eternallybored.org) 10.58.23 # S_a_i_n_t: I just did a full testing cycle (iloader uninstallation, reset to factory state, rockbox bootloader installation (with my patch), iloader installation) and everything worked fine 10.58.30 # can't reproduce your rockbox bootloader LCD problem 10.58.38 # do you have any local changes? 10.59.29 # Presently, yes...but at the time I was testing against clean SVN and SVN+LCD sleep. 11.00.20 # clean SVN black screens, and the LCD Sleep builds allow me to view rockbox, but only after the LCD had slept, and then woken. 11.01.01 # i only tested my current working copy (which is basically clean svn + screendump fix) and it worked fine (on an LDS176 ipod) 11.01.31 Join Jerom [0] (~jerome@95.171.137.111) 11.01.39 Join GeekShadow [0] (~Antoine@reactos/tester/GeekShadow) 11.02.04 # Hmmm...I'll have a *really* good test of it tonight. (make *certain* I have a absolutely clean SVN, no local changes, etc. etc.) 11.03.57 # S_a_i_n_t: btw, what broke it was apparently switching to eabi 11.05.19 # aha...IIRC it was busted (perhaps by something entirely different at that stage) before the eabi switch 11.05.49 # a problem we had on other targets with eabi, was that the eabi compiler is more aggressive optimising out simple for-loop delays 11.06.57 # bertrik: here it was ld and objcopy doing crazy things concerning section alignment (ld aligning every section to 0x10 byte boundaries, objcopy not emitting the alignment bytes and thus moving everything by a few bytes) 11.07.26 # S_a_i_n_t: well, you might just be seeing that original problem then 11.07.32 # which LCD type is that? also an LDS176? 11.08.09 # hm nasty :) 11.09.13 # bertrik: for the main binary we were apparently just lucky enough that the section boundary was 0x10 aligned anyway :) 11.09.47 # (the one between .intvect and .text) 11.15.01 # can repo on type 2 and 7 11.15.35 # S_a_i_n_t: btw, my nano needs exactly 4 seconds from poweron to the rockbox bootloader error screen that no rockbox.ipod is present, compared to ~1 second to the iloader boot menu (with the theme and a full screen menu bitmap on NAND) 11.17.31 # exactly 2 seconds to the rockbox main menu with the fastboot theme and rockbox on NAND (ucl compressed) 11.22.15 Quit S_a_i_n_t (Ping timeout: 264 seconds) 11.22.45 Quit EvanCarroll (Ping timeout: 272 seconds) 11.23.09 Join S_a_i_n_t [0] (S_a_i_n_t@203.184.3.208) 11.24.39 # New commit by 03bertrik (r28341): Fix FS#11559 - no sound from ipod fm remote on ipod nano 1g. ... 11.26.35 # r28341 build result: All green 11.28.07 Join EvanCarroll [0] (~ecarroll@64.200.109.13) 11.29.06 Quit RiJo (Quit: Page closed) 11.32.54 Join RiJo [0] (53e33081@gateway/web/freenode/ip.83.227.48.129) 11.38.38 Join {phoenix} [0] (~dirk@p57AA58A5.dip.t-dialin.net) 11.39.37 *** Saving seen data "./dancer.seen" 11.40.06 Join earcar [0] (~carmine@93-39-208-53.ip77.fastwebnet.it) 11.40.38 Join JdGordon1 [0] (~jonno@111-220-207-248.wbroadband.net.au) 11.40.44 Join wizhack [0] (~wiz@79.128.75-86.rev.gaoland.net) 11.40.57 Part wizhack ("Quitte") 11.41.19 Quit JdGordon (Ping timeout: 240 seconds) 11.44.52 Quit Highlander (Quit: Quitte) 11.45.42 Quit bmbl (Quit: Verlassend) 11.45.57 # TheSeven: ~1.5/2 seconds is what I'm getting with RB bootloader for Nano2G v1.0 and an SVN Rockbox build. 11.46.19 Join bmbl [0] (~bmbl@unaffiliated/bmbl) 11.46.58 # that's to get to the main menu, and have playback commence (assuming I'm resuming playback, and the database is already inited) 11.47.42 # I *really* want to get my hands on an 8Gb Nano2G now to see if the boot time is notably slower for me. 11.47.56 # Or, if it's just your unit for whatever reason. 11.51.08 Quit EvanCarroll (Ping timeout: 240 seconds) 11.53.13 Join EvanCarroll [0] (~ecarroll@64.200.109.13) 11.54.33 Join Eklekto [0] (~evangelio@dynamic-78-8-134-226.ssp.dialog.net.pl) 11.55.02 # hi all 11.55.04 # does anyone know if rockbox can print to the android logcat thingy? 11.55.51 # * bertrik doesn't know 11.56.12 # but i wonder how I can kill the panic'd rockbox app, it doesn't appear in task killer 11.56.42 # kill the service 11.56.55 # we need to put some button handling in there to manually kill it :) 11.58.20 Join foe [0] (76d1fd2c@gateway/web/freenode/ip.118.209.253.44) 11.58.44 # i have 1 question / fuze / checked v1 bootloader and v2 , and none can be installed / any ideas ? 11.59.43 # Has there been a major change with .wps files since 3.6? They appear to be broken. 11.59.53 # foe: Yes, the syntax was changed 11.59.55 Join benedikt93 [0] (~benedikt9@unaffiliated/benedikt93) 12.00.12 # Eklekto: You'll need to give more info - what you did, what error messages you got 12.00.34 # kk 12.01.38 # so is this current: http://www.rockbox.org/wiki/CustomWPS ? 12.01.52 # The manual has it, and I know that's current 12.02.32 # But from a quick glance, that looks current too 12.02.45 # If it was from the theme site, the majority of themes have been updated there 12.03.00 # And there is a tool in the source that has a pretty good go at updating an old one for you 12.03.29 # nah i created it 12.04.37 # Could you please convert it for me? http://www.rockbox.org/tracker/task/11657?getfile=22716 12.04.47 # nope 12.05.52 # and I don't understand why you are attaching a problem with a wps (which isn't a bug) to an unreleated bug report 12.06.29 # AlexP : i was trying to install bootloader by rockboxutility 1.2.8 / my FW on sansa fuze is 2.03.33 so i downloaded bootloader file to fuze v2 / got error Original FW version unknown, please try other wersion / so i tried v1 bootloader and got thesame error / bootloader files was - bootloader-fuzev2.sansa and bootloader-fuze.sansa 12.06.51 # it was just an aside 12.07.24 Join kugel [0] (~kugel@rockbox/developer/kugel) 12.07.43 # kugel: hey, can rockbox use android logcat? 12.07.54 # yes 12.08.04 # my userfile patch isnt working and im not entirely sure why 12.08.09 # S_a_i_n_t: so your'e not seeing an apple logo at all during boot? 12.08.10 # from the c code i mean 12.08.12 # just use DEBUGF, but you need a debug build 12.08.24 # Eklekto: It might be that RBUtil doesn't know about the latest OF as it checks them to make sure they are valid first - can you try and older OF? (OF for the fuze v1 definitely won't work) 12.08.24 # rockbox alone takes slightly above a second to boot for me 12.08.25 # ok cool 12.09.34 # * kugel wonders how multimedia buttons work on SDL/linux 12.09.44 # * JdGordon1 too 12.09.53 # AlexP: ok ill try to downgrade my OF and check if it work 12.10.15 # /home/jonno/rockbox-git/apps/misc.c:694: undefined reference to `rockboxlogo' <- with DEBUGF enabled... odd... 12.10.16 # Eklekto: You don't need to do that, you just need to give RBUtil an older OF file when it asks 12.11.17 Quit Jerom (Quit: Leaving.) 12.11.56 # Although I did think rbutil knew about them all 12.12.07 # Maybe not for fuze v2 though 12.12.25 # Eklekto: You can always try the manual method too (see the manual) 12.12.33 # kugel, on the lock screen the volume buttons still work, but I don't see any playback control buttons on it (I do see them with the built-in audio player) 12.12.50 # kk ill try 12.12.59 # bertrik: oh, hm strange 12.13.12 # I wonder if they're shown for winamp 12.13.23 # well rebtil sees my fuze as unstable v2 and dont ask me about OF 12.14.40 # JdGordon1, about the radio RSSI, what do you think is a good API? one getter for the min/max/current RSSI? or maybe one getter for the current RSSI and another for the min/max values? or perhaps one for min, one for max, one for current? 12.15.06 # one for each is I tinhk cleaner 12.15.06 # thanks alexp 12.15.12 Quit foe (Quit: Page closed) 12.15.34 Nick JdGordon1 is now known as JdGordon (~jonno@111-220-207-248.wbroadband.net.au) 12.16.36 # Eklekto: It should - when you try to install the bootloader, RBUtil pops up a box telling you where to download the OF, and then you have to browse to it 12.16.47 # Eklekto: I've just tried it, so I know it does :) 12.17.26 # /data/data/org.rockbox/app_rockbox/rockbox/codecs/flac.codec is correct right? 12.18.09 # arg, why app_rockbox? 12.19.30 Quit slooopy (Ping timeout: 250 seconds) 12.21.39 Quit EvanCarroll (Ping timeout: 264 seconds) 12.21.45 Join drizztbsd [0] (~quassel@unaffiliated/drizztbsd) 12.22.26 # yay, codecs working, now why dont bmps open? 12.22.42 Join EvanCarroll [0] (~ecarroll@64.200.109.13) 12.23.34 # AlexP: i was giving it wrong file when he ask for OF lol my bad ( i should read more carefully) 12.23.45 # ah, cool :) 12.24.13 # sry for taking time 12.24.19 # no problem 12.27.43 # working great :) 12.28.12 # great ;) 12.30.33 Join krabador [0] (~krabador@host206-24-dynamic.247-95-r.retail.telecomitalia.it) 12.31.01 # cu all 12.31.03 Part Eklekto 12.31.51 # the android apk dependancies are stuffed.... make apk should be rebuilding the zip right? 12.33.18 Join slooopy [0] (~sloo@p3E9E1463.dip0.t-ipconnect.de) 12.33.34 # JdGordon: no 12.34.30 # make zip means unpacking it when starting the app which is hugely annoying during developement and not needed 99% of the time 12.34.39 Quit RiJo (Quit: Page closed) 12.35.39 # S_a_i_n_t: hm, I'm observing USB storage slowness... 12.35.47 # it's back to <2MB/s again 12.35.59 # (on windows 7, copying music files to the ipod) 12.36.06 # this used to be >5MB some months ago... 12.36.11 # JdGordon, I agree about having one getter for each RSSI property is cleaner indeed 12.36.39 # rssi_get_min/max could even be #define 12.36.55 Join antil33t [0] (~Mudkips@124-197-51-80.callplus.net.nz) 12.37.23 # oh yeah! crashed on android 12.37.31 # ah yes, we include a tuner specific header file 12.37.48 # D/Rockbox (18226): Try: /data/data/org.rockbox/.rockbox/data/data/org.rockbox/.rockbox/data/data/org.rockbox/.rockbox/data/data/org.rockbox/.rockbox/data/data/org.rockbox/.rockbox/sdcard/rockbox/wps/cabbiev2/wpsbackdrop-480x800x16.bmp.... 12.37.52 # spot the recursion :) 12.38.45 # S_a_i_n_t: 440MB in 5:30mins, that's 1.3MB/s, apparently due to slow scattered page commits 12.40.50 # * TheSeven has no idea what could have caused that 12.41.23 # any major objections to changing the share directory on android to /data/data/org.rockbox/.rockbox ? 12.44.50 # JdGordon, I'll add #defines for min/max RSSI to the tuner driver header files, so you can get access to the defines by #including tuner.h 12.46.09 # I'll update the patch and send a feature announce message to the mailing list 12.47.41 # how do I fix this line in configure to not accept an empty arg? "--rbdir=*) ARG_RBDIR=`echo "$arg" | cut -d = -f 2`;;" 12.47.46 # or check after for emprt 12.47.48 # empty 12.50.14 # I think there's no way around app_rockbox 12.50.42 # how do you mean? that path works fine 12.51.20 # I've got transparent open() working on sdl and android apart from a minor annoyance with make reconf not working and something complainig that /.rockbox doesnt exist 12.51.57 Join einhirn [0] (~Miranda@p54851AD4.dip0.t-ipconnect.de) 12.57.26 Quit earcar (Quit: bye) 12.57.30 # is it a known bug that the resistor calculator plugin only flashes the result of the led resistor calculator for a split second and then returns to the menu? 12.59.53 # known to me... not sure if there a FS entry for it 13.00.22 # maybe this? http://www.rockbox.org/tracker/task/11675 13.00.27 # JdGordon: hm maybe I'm wrong 13.00.52 # I think that was return by some java function (getAppPath() or something like that) so I thought it should be used 13.01.18 # yeah maybe... Although this works with minial changes :) 13.01.37 # I think the open wrapper can be cleaned up a bit, but otherwise I tihnk its just about ready to go 13.01.45 # imo far better than the get_use_file_path() 13.01.46 # meh, apparently no way to do multimedia keys with sdl 13.02.18 # oh, new configure options? 13.02.32 # kugel: bah, really? 13.02.44 # what exactly do "bootchart", "profiling" and "small c lib" do? 13.03.05 # bootchart enables some timing stuff for bootup 13.03.26 # profiling enables profiling stuff (see docs/TECH) for details 13.03.30 # yea, firstly it doesn't have mappings for them, but then if I wanted to use X11 to do the mapping the scancode for the buttons is zero 13.04.19 # ok, time to port to qt 13.04.43 # TheSeven: In both instances (black screen, and white screen) I see the apple logo. 13.05.08 # i meant with a known-good bootloader 13.05.22 # does this only flash for far less than a second? 13.05.36 # Yes, I see the apple logo. 13.05.38 # And, yes. 13.11.24 Join domonoky [0] (~Domonoky@rockbox/developer/domonoky) 13.15.18 # "Make sure that the functions of interest will be compiled with the PROFILE_OPTS added to their CFLAGS" 13.15.23 # what's the best way to do that? 13.16.15 # hacking makefiles 13.17.51 # is it possible to just do it globally or will that break by definition? 13.18.26 # it should work i think but there's a major performance impact from the profiling code 13.19.37 # i've only used it with codecs so there it's very easy to just add PROFILE_OPTS to the CFLAGS in that codec's makefile 13.21.22 # i want to use it with a storage driver 13.21.53 # so it's easy to enable/disable it at the right points, but not to apply the cflags to the right files 13.23.24 # hmm, actually i donät know if the performace impact is as big for code running when it's disabled so maybe globaly adding the option will work well 13.23.44 # sdl seems to filter the multimedia key events out, I sometimes get the correct keycode if I press multiple multimedia keys at the same times 13.25.27 # n1s: what happens if the profiling functions themselves are getting profiled? infinite recursion? 13.26.00 # TheSeven: i hope they have the noinstrument_function attribute 13.26.44 # or maybe gcc figures that out by itself 13.26.57 Join wodz [0] (~wodz@chello087206240131.chello.pl) 13.27.48 # profiling explicitly disables inlining (it adds -fnoinline to flags) 13.29.27 # S_a_i_n_t: could you do a test_disk performance test on your ipod? 13.30.18 # btw, what does the "u" and "a" after the block size in test_disk mean? 13.30.23 # does anyone know why the application builds call `realpath $rbdir` ? 13.30.39 # it doesnt really make sense seen as the install puts it in the correct place anyway 13.31.04 # TheSeven: unaligned and aligned 13.31.23 # ah 13.34.38 # JdGordon: I think the rbdir handling in configure is slightly bugged 13.34.49 # S_a_i_n_t: can you test http://files.freemyipod.org/bootloader.ipodx? 13.34.53 # I'm sure it is :) I've cut it down a bit 13.34.58 Quit krabador (Ping timeout: 240 seconds) 13.35.03 # TheSeven: Yeah, I can do that at some point soon-ish. 13.35.11 # can anyone who can build a RaaA of either type test FS#11575 please? 13.35.17 # that's a known-working one on mine 13.35.25 # if it fails on yours i would be really puzzled 13.37.44 # can one tell test_disk to run unboosted? 13.37.59 # umm... doest default: have to be the last case in a switch? 13.39.41 *** Saving seen data "./dancer.seen" 13.41.58 # TheSeven: At least on coldfires you can force boost/unboost in debug menu 13.45.09 # oh damn 13.45.18 # calling profstop(); from storage isn't a good idea 13.46.25 # androids button/touch handling is fubar 13.46.29 # totally fubar! 13.48.44 # hm, can i call profile_thread()/profstop() from a thread? 13.48.57 # er, i mean from a plugin in the main thread? 13.49.07 # is that in the plugin api somewhere? 13.49.53 Join _s1gma [0] (~d.d.derp@77.107.164.131) 13.49.54 # apparently yes. 13.49.56 # rb->profile_thread() rb->profstop() but You have to compile plugin with profiling support 13.56.40 # kugel: do you think the button tick isnt happening fast enough on android so the press/release is getting missed somewhow? 13.57.14 # no, I don't think that 13.57.34 # what's wrong with the button handling? 13.57.55 # apart from it not working you mean? 13.58.03 # New commit by 03funman (r28342): AMSv2: fix bootloader build with USB enabled 13.58.10 # it's sure working 13.58.30 # the touchscreen is, the "hardware" buttons arnt 13.59.05 # they work fine for you? 13.59.44 # r28342 build result: All green 14.01.12 # JdGordon: ah you mean that. I didn't implement that 14.01.16 # no it's not working 14.01.31 # you havnt looked into it at all? 14.01.33 # you mentioned touch handling is fubar which is not true 14.01.40 # right 14.01.44 # yeah, I'm not so sure about that either 14.01.55 # if (last_state == STATE_DOWN) 14.01.56 # btn |= touch; 14.02.01 # ^ looks suspicios 14.02.33 # what's susupicious about that? 14.03.19 # shouldnt that only happen if the last button was a touch event? 14.03.24 # or there is touch data avilable 14.04.00 # New commit by 03teru (r28343): update Japanese translation. 14.04.45 # well, last_state was meant for the touchscreen state. it's possible that it wasn't fixed up when the hw buttons where implemented 14.05.31 # r28343 build result: All green 14.05.36 # but btn is initialized with last_btns so it should work 14.05.41 # I think there is at least 2 problems here, the app seems to go into a state where the soft buttons dont register anymore 14.05.59 # however they do sometimes 14.06.13 # yea I noticed that 14.06.21 # directions almost never though, but debug shows the buttons are getting to key_to_button() correctly 14.07.43 # New commit by 03teru (r28344): update Japanese translation. 14.08.57 Part xvello 14.13.02 Join xxcv [0] (~asdf@c211-30-185-176.carlnfd1.nsw.optusnet.com.au) 14.13.07 # hm 14.13.43 # enabling -finstrument-functions globally results a build that ends up in the unhandled IRQ handler during boot 14.15.01 Quit einhirn (Ping timeout: 276 seconds) 14.16.46 # \o/ 14.17.22 # well, its much better now anyway... long ball press doesnt work as I'd expect 14.17.58 # some debouncing would be good too 14.19.12 Join Eklekto [0] (~evangelio@dynamic-78-8-134-226.ssp.dialog.net.pl) 14.19.22 Part Eklekto 14.20.10 Quit ps-auxw (Ping timeout: 276 seconds) 14.21.24 # oh yeah, the IRQ handler is fucked up 14.21.28 # bertrik: is r28341 a candidate for 3.7? 14.22.22 # It could be, but we're already at post-freeze. OTOH it's a low-risk patch IMO. 14.22.26 Join DerPapst [0] (~Alexander@91-65-112-37-dynip.superkabel.de) 14.23.26 # low risk bug fixes should always go in.... assuming we want to try the rolling stable 14.24.33 # is there a power consumption cost to turning on said monitor? 14.24.59 Quit bluebroth3r (Ping timeout: 240 seconds) 14.25.05 Join bluebrother [0] (~dom@rockbox/developer/bluebrother) 14.25.26 Join tchan1 [0] (~tchan@c-69-243-144-187.hsd1.il.comcast.net) 14.26.03 Quit xxcv () 14.26.38 Quit tchan (Ping timeout: 276 seconds) 14.26.42 # soap, it's only switched on when needed. 14.26.50 # nvm ;) 14.27.47 # #dammit 14.28.02 # now that i've fixed the IRQ handler, i get a prefetch abort instead 14.29.43 Join ps-auxw [0] (~arneb@p4FF7F167.dip.t-dialin.net) 14.30.32 Join JdGordon1 [0] (~jonno@111-220-205-16.wbroadband.net.au) 14.30.59 # bertrik: OK, I was just going by fix - so I imagined it was a bug fix which is very allowed :) 14.31.24 # kugel: can we use up/down with kinetic scrolling? (and left/right as dpad direction) 14.31.51 # why should we do that? 14.32.04 # apparently the back button stops working once you use a screen touch 14.32.19 # and no, you couldn't select an item then 14.32.45 # because up/down (currently) only goes up/down one list item 14.32.45 # * JdGordon1 will commit what he's done 14.33.16 # ? 14.34.12 # and I think that's the correct behavior 14.34.38 # did you see any app on android which does kinetic scrolling with the trackball? 14.34.54 # no, fair enough... try it out and see how it feels 14.34.59 # it does feel wierd 14.35.45 Join ricemark20 [0] (~mark@99-20-182-188.lightspeed.elgnil.sbcglobal.net) 14.35.52 # can anybody tell me where UIE is defined? 14.35.56 # New commit by 03jdgordon (r28345): Fix android hardware button handling so it actually works. 14.37.37 # r28345 build result: All green 14.37.57 # nvm, found it 14.38.21 Quit dys (Ping timeout: 276 seconds) 14.38.41 Quit JdGordon (Ping timeout: 265 seconds) 14.39.18 Join dys [0] (~andreas@krlh-5f73443a.pool.mediaWays.net) 14.39.19 Quit JdGordon1 (Ping timeout: 240 seconds) 14.39.36 Join JdGordon [0] (~jonno@rockbox/developer/JdGordon) 14.40.17 Quit KiwiCam (Ping timeout: 276 seconds) 14.40.55 Join KiwiCam [0] (~Kiwicam@ip-118-90-75-25.xdsl.xnet.co.nz) 14.41.50 Quit jfc^3 (Read error: Connection reset by peer) 14.42.13 Join jfc^3 [0] (~john@dpc6682208002.direcpc.com) 14.43.36 # New commit by 03alex (r28346): Minor addition to Italian translation 14.43.49 # New commit by 03alex (r28347): Minor addition to Italian translation 14.44.12 Quit JdGordon (Ping timeout: 252 seconds) 14.45.19 Quit Sudos (Ping timeout: 240 seconds) 14.45.31 # r28347 build result: All green 14.49.48 Join Staphylo [0] (~Bullet@AMontsouris-159-1-37-29.w90-46.abo.wanadoo.fr) 14.54.26 Join JdGordon [0] (~jonno@rockbox/developer/JdGordon) 14.55.39 # hmm.. "back" goes back to the os if the last press was a touch. I wonder if we should keep this as a feature 14.57.08 # well, actually its worse than that. none of the hardware buttons seem to work if a touch was the last tihng to happen 14.57.20 # but without this we need some way to minimise rockbox 14.57.26 # unless the home button is good enough 14.59.00 # I don't see why not. Isn't that the usual way of leaving an app? It's certainly how I do it 14.59.23 Join hebz0rl [0] (~hebz0rl@dslb-088-067-205-053.pools.arcor-ip.net) 15.06.04 # I use the back button when I don't plan to come back to the app, else the home butotn 15.06.47 Quit antil33t (Read error: Connection reset by peer) 15.06.56 Join antil33t [0] (~Mudkips@124-197-51-80.callplus.net.nz) 15.10.05 # is http://developer.android.com/reference/android/view/ViewManager.html what we want to pop up a OS keyboard? 15.10.07 Quit ricemark20 (Quit: Leaving) 15.14.39 # I think an activity would be better 15.18.43 # ok, I think once a touch happens the view isnt focused anymore.. 15.19.42 # we have only 1 view, I would think it's always focused 15.21.15 # apparently the view isnt getting the button press for the front buttons after a touch, untill after the wheel is used to refocus the view 15.21.39 # requestFocus() in the touch handler isnt working though 15.28.51 # \o/ yep thats the problem 15.30.09 # how do the buttons work as a bitfield? 15.30.16 # on android app 15.30.33 # as for onscreen keyboard, connectbot has a good example 15.31.10 # also, is the zip extract code taken from anywhere or coded for rockbox? 15.34.31 # New commit by 03jdgordon (r28348): Make sure the view always has focus and can be focused in touch mode so the front buttons work after a touch 15.35.00 # tmzt_: rockbox doesnt support the keyboard at all yet 15.35.15 # I've got a patch for sdl but I dont know how well it would work for android 15.36.11 # r28348 build result: All green 15.37.06 # New commit by 03alex (r28349): Hebrew translation update by Tomer Shalev. 15.37.07 # bertrik: would it be possible to add helper values for RSSI maybe? where it will just return a value 1-4 (or whatver) based on if the signal is good enough 15.37.17 # New commit by 03alex (r28350): Hebrew translation update by Tomer Shalev. 15.38.58 # r28350 build result: All green 15.39.45 *** Saving seen data "./dancer.seen" 15.43.19 Quit antil33t (Read error: Connection reset by peer) 15.43.28 Join antil33t [0] (~Mudkips@124-197-51-80.callplus.net.nz) 15.46.08 # ok, there's a patch to sdl to add multimedia key support 15.46.25 # without it it's not easily possible to support them 15.47.12 # we could always add a seperate daemon to pass those keys to raaa 15.47.18 # needing to patch sdl le suck 15.47.32 # feel like doing the work? 15.48.04 # pass :) 15.49.27 Join domonoky1 [0] (~Domonoky@agsb-4d04ab91.pool.mediaWays.net) 15.49.39 Quit domonoky (Ping timeout: 240 seconds) 15.55.03 Quit stoffel (Remote host closed the connection) 15.59.17 Join anewuser [0] (anewuser@unaffiliated/anewuser) 16.00.32 Join kevku [0] (~kevku@2001:7d0:0:f000::135d) 16.07.33 Quit JdGordon (Ping timeout: 240 seconds) 16.17.48 Join Buschel [0] (~chatzilla@p54A3BB23.dip.t-dialin.net) 16.38.28 Quit slooopy (Ping timeout: 264 seconds) 16.51.15 Join 64MAASN20 [0] (~huelk@dtmd-4db78bb3.pool.mediaWays.net) 16.51.58 Quit teru (Quit: Quit) 16.52.07 Quit 64MAASN20 (Client Quit) 16.56.56 Quit kevku (Quit: KVIrc 4.0.2 Insomnia http://www.kvirc.net/) 17.11.43 Quit linuxguy3 (Read error: Operation timed out) 17.14.26 Join linuxguy3 [0] (~timj@adsl-75-57-189-204.dsl.emhril.sbcglobal.net) 17.39.46 *** Saving seen data "./dancer.seen" 18.00.39 Quit Buschel (Ping timeout: 240 seconds) 18.04.57 Join kevku [0] (~kevku@arch.tunnel.ipv6.estpak.ee) 18.07.46 Join panni_ [0] (hannes@ip-178-203-81-220.unitymediagroup.de) 18.21.04 Join soap0 [0] (~42c07542@giant.haxx.se) 18.22.18 Join Buschel [0] (~chatzilla@p54A3BB23.dip.t-dialin.net) 18.23.27 Join linuxguy4 [0] (~timj@adsl-75-57-189-204.dsl.emhril.sbcglobal.net) 18.25.28 Quit soap0 (Client Quit) 18.25.52 Join Soap0 [0] (~42c07542@giant.haxx.se) 18.26.19 Quit linuxguy3 (Ping timeout: 240 seconds) 18.29.46 Join _jhMikeS_ [0] (~jethead71@99.69.4.230) 18.29.47 Quit _jhMikeS_ (Changing host) 18.29.47 Join _jhMikeS_ [0] (~jethead71@rockbox/developer/jhMikeS) 18.29.47 Quit jhMikeS (Disconnected by services) 18.31.18 Quit Soap0 (Quit: CGI:IRC (Ping timeout)) 18.33.59 Quit markun (Read error: Connection reset by peer) 18.39.14 Nick benedikt93 is now known as benedikt93|AFK (~benedikt9@unaffiliated/benedikt93) 18.42.19 Join kazaik [0] (~kazaik@pool-71-166-20-182.bltmmd.east.verizon.net) 18.42.24 Quit kazaik (Read error: Connection reset by peer) 18.43.29 # New commit by 03pixelma (r28351): Update German translation, using '/' for the translation too, I'm all for a rethink of the original phrase though. 18.43.44 Join kazaik [0] (~kazaik@pool-71-166-20-182.bltmmd.east.verizon.net) 18.44.13 # New commit by 03pixelma (r28352): Update German translation. 18.45.20 # r28351 build result: All green 18.49.16 Join MethoS- [0] (~clemens@134.102.106.250) 18.50.56 Quit MethoS- (Remote host closed the connection) 18.58.48 Join markun [0] (~markun@rockbox/developer/markun) 18.59.32 Quit antil33t (Read error: Connection reset by peer) 18.59.41 Join antil33t [0] (~Mudkips@124-197-51-80.callplus.net.nz) 19.00.03 Join slooopy [0] (~sloo@p3E9E0C8E.dip0.t-ipconnect.de) 19.02.50 # saratoga: seems like I could manage to re-arrange mpc's synthesis in a first step (asm still unchanged). -> http://pastie.org/1245237 19.03.54 # saratoga: this would allow to re-write parts of the asm; in theory this could save up to 1 MHz. 19.04.51 # saratoga: the savings are reached via changed use of ldm. additionally the data reads are more local, so maybe the caching might be positively affected as well 19.11.58 # Buschel: if the data is not in iram, such improvements could help coldfire quite a bit too 19.11.59 Join MethoS- [0] (~clemens@134.102.106.250) 19.13.23 # S_a_i_n_t: did you find time to test my bootloader? 19.18.37 Quit bdrung (Quit: ZNC - http://znc.sourceforge.net) 19.23.23 Join robin0800 [0] (~robin0800@cpc2-brig8-0-0-cust964.3-3.cable.virginmedia.com) 19.25.56 # n1s: those arrays are located in iram 19.26.58 # ok, loading multiple will not be a large improvement for cf then, it makes much bigger difference from dram 19.28.12 # should still be somewhat faster though 19.29.55 # n1s: will take me a while to implement the next steps... I will ask you for help on the CF asm if I reached this point ;) 19.29.55 # ok 19.29.55 # I will need to further resort some things to allow ldm for all input data. right now it would only be possible for ~50% 19.29.55 Quit kazaik (Remote host closed the connection) 19.30.14 # yes, being able to use ldm is very nice on arm 19.30.22 # have to go now, see you later 19.30.26 Quit Buschel (Quit: ChatZilla 0.9.86 [Firefox 3.6.11/20101012113537]) 19.31.24 Join kazaik [0] (~kazaik@pool-71-166-20-182.bltmmd.east.verizon.net) 19.31.53 Quit logbot_ (Ping timeout: 264 seconds) 19.31.53 *** ERROR: (Closing Link: giant.haxx.se (Ping timeout: 264 seconds)) from hubbard.freenode.net 19.31.53 *** Cleanup 19.31.53 *** Cleanup 19.31.53 *** Saving seen data "./dancer.seen" 19.31.53 *** Exit 19.31.55 *** Started Dancer V4.16 19.31.55 *** Connected to irc.freenode.net on port 6667 19.31.55 *** Logfile for #rockbox started 19.31.55 Mode "logbot :+i" by logbot 19.31.56 Ctcp Version from frigg!~frigg@freenode/utility-bot/frigg 19.31.59 *** Server message 501: 'logbot :Unknown MODE flag' 19.31.59 Join logbot [0] (~rockbox@giant.haxx.se) 19.31.59 Join kazaik [0] (~kazaik@pool-71-166-20-182.bltmmd.east.verizon.net) 19.31.59 Join robin0800 [0] (~robin0800@cpc2-brig8-0-0-cust964.3-3.cable.virginmedia.com) 19.31.59 Join MethoS- [0] (~clemens@134.102.106.250) 19.31.59 Join slooopy [0] (~sloo@p3E9E0C8E.dip0.t-ipconnect.de) 19.31.59 Join antil33t [0] (~Mudkips@124-197-51-80.callplus.net.nz) 19.31.59 Join markun [0] (~markun@rockbox/developer/markun) 19.31.59 Join _jhMikeS_ [0] (~jethead71@rockbox/developer/jhMikeS) 19.31.59 Join linuxguy4 [0] (~timj@adsl-75-57-189-204.dsl.emhril.sbcglobal.net) 19.31.59 Join panni_ [0] (hannes@ip-178-203-81-220.unitymediagroup.de) 19.31.59 Join kevku [0] (~kevku@arch.tunnel.ipv6.estpak.ee) 19.31.59 Join anewuser [0] (anewuser@unaffiliated/anewuser) 19.31.59 Join domonoky1 [0] (~Domonoky@agsb-4d04ab91.pool.mediaWays.net) 19.31.59 Join hebz0rl [0] (~hebz0rl@dslb-088-067-205-053.pools.arcor-ip.net) 19.31.59 Join Staphylo [0] (~Bullet@AMontsouris-159-1-37-29.w90-46.abo.wanadoo.fr) 19.31.59 Join jfc^3 [0] (~john@dpc6682208002.direcpc.com) 19.31.59 Join KiwiCam [0] (~Kiwicam@ip-118-90-75-25.xdsl.xnet.co.nz) 19.31.59 Join dys [0] (~andreas@krlh-5f73443a.pool.mediaWays.net) 19.31.59 Join ps-auxw [0] (~arneb@p4FF7F167.dip.t-dialin.net) 19.31.59 Join tchan1 [0] (~tchan@c-69-243-144-187.hsd1.il.comcast.net) 19.31.59 Join bluebrother [0] (~dom@rockbox/developer/bluebrother) 19.31.59 Join DerPapst [0] (~Alexander@91-65-112-37-dynip.superkabel.de) 19.31.59 Join _s1gma [0] (~d.d.derp@77.107.164.131) 19.31.59 Join wodz [0] (~wodz@chello087206240131.chello.pl) 19.31.59 Join EvanCarroll [0] (~ecarroll@64.200.109.13) 19.31.59 Join drizztbsd [0] (~quassel@unaffiliated/drizztbsd) 19.31.59 Join kugel [0] (~kugel@rockbox/developer/kugel) 19.31.59 Join benedikt93|AFK [0] (~benedikt9@unaffiliated/benedikt93) 19.31.59 Join bmbl [0] (~bmbl@unaffiliated/bmbl) 19.31.59 Join {phoenix} [0] (~dirk@p57AA58A5.dip.t-dialin.net) 19.31.59 Join S_a_i_n_t [0] (S_a_i_n_t@203.184.3.208) 19.31.59 Join GeekShadow [0] (~Antoine@reactos/tester/GeekShadow) 19.31.59 Join ender` [0] (krneki@foo.eternallybored.org) 19.31.59 Join TheLemonMan [0] (~lemonboy@151.62.67.58) 19.31.59 Join bertrik [0] (~bertrik@rockbox/developer/bertrik) 19.31.59 Join utanapischti [0] (~username@p4FF2D5A0.dip.t-dialin.net) 19.31.59 Join Rob2222 [0] (~Miranda@p4FFF1696.dip.t-dialin.net) 19.31.59 Join n1s [0] (~n1s@rockbox/developer/n1s) 19.31.59 Join Judas_PhD [0] (~kevin@misterfluffy.dsl.xmission.com) 19.31.59 Join simonrvn [0] (simon@209.165-ppp.3menatwork.com) 19.31.59 Join Horschti [0] (~Horscht@xbmc/user/horscht) 19.31.59 Join froggyman [0] (~seth@unaffiliated/froggyman) 19.31.59 Join pjm0616 [0] (~user@110.9.28.120) 19.31.59 Join TheSeven [0] (~TheSeven@rockbox/developer/TheSeven) 19.31.59 Join pixelma [0] (quassel@rockbox/staff/pixelma) 19.31.59 Join amiconn [0] (quassel@rockbox/developer/amiconn) 19.31.59 Join Barahir [0] (~jonathan@frnk-590ff3e4.pool.mediaWays.net) 19.31.59 Join merbanan [0] (~banan@c-62-220-165-233.cust.bredband2.com) 19.31.59 Join elcan [0] (user36@64.32.20.56) 19.31.59 Join advcomp2019_ [0] (~advcomp20@unaffiliated/advcomp2019) 19.31.59 Join ehntoo [0] (~ehntoo@lug.mtu.edu) 19.31.59 Join The-Compiler [0] (~compiler@unaffiliated/the-compiler) 19.31.59 Join avacore [0] (~avacore@1008ds1-rdo.0.fullrate.dk) 19.31.59 Join Rondom [0] (~quassel@lvps178-77-79-47.dedicated.hosteurope.de) 19.31.59 Join parafin [0] (parafin@paraf.in) 19.31.59 Join MagusG [0] (magusg@c-71-59-57-46.hsd1.ga.comcast.net) 19.31.59 Join Ramsey[LC] [0] (~RamseyLC]@71.158.161.74) 19.31.59 Join Xerion [0] (~xerion@541939BB.cm-5-2a.dynamic.ziggo.nl) 19.31.59 Join S00row [0] (~Administr@27-33-98-164.static.tpgi.com.au) 19.31.59 Join factor [0] (~factor@r74-195-220-23.msk1cmtc02.mskgok.ok.dh.suddenlink.net) 19.31.59 Join balintx [0] (~balintx@fibhost-67-58-201.fibernet.hu) 19.31.59 Join GodEater [0] (~bibble@rockbox/staff/GodEater) 19.31.59 Join linuxstb [0] (~linuxstb@rockbox/developer/linuxstb) 19.31.59 Join Stummi [0] (Stummi@doppeldenk.org) 19.31.59 Join Llorean [0] (~DarkkOne@rockbox/user/Llorean) 19.31.59 Join feisar- [0] (jljhook@sienikerho.com) 19.31.59 Join jordan` [0] (~jordan@jem75-13-78-235-252-137.fbx.proxad.net) 19.31.59 Join wastrel [0] (~wastrel@nylug/member/wastrel) 19.31.59 Join timccc [0] (~tim@112.166.15.141) 19.31.59 Join krazykit [0] (~kkit@99-126-205-52.lightspeed.cicril.sbcglobal.net) 19.31.59 Join ranmachan [0] (ranma@yumi.tdiedrich.de) 19.31.59 Join bzed [0] (~bzed@devel.recluse.de) 19.31.59 Join simabeis [0] (~simabeis@lobmenschen.de) 19.31.59 Join Dreamxtreme [0] (Dre@92.30.65.15) 19.31.59 Join kisak [0] (~kisak@pool-72-70-187-188.hrbgpa.fios.verizon.net) 19.31.59 Join mc2739 [0] (~mc2739@rockbox/developer/mc2739) 19.31.59 Join chattr [0] (~mike@244.87.189.72.cfl.res.rr.com) 19.31.59 Join lostlogic [0] (~lostlogic@rockbox/developer/lostlogic) 19.31.59 Join kadoban [0] (~mud@cpe-67-247-80-129.rochester.res.rr.com) 19.31.59 Join FOAD [0] (~dok@83.161.135.61) 19.31.59 Join thegeek [0] (~nnscript@172.80-203-148.nextgentel.com) 19.31.59 Join YPSY [0] (~ypsy@geekpadawan.de) 19.31.59 Join ved [0] (ved@ddsbox.co.cc) 19.31.59 Join tmzt_ [0] (~tmzt@adsl-99-164-62-33.dsl.akrnoh.sbcglobal.net) 19.31.59 Join powell14ski_ [0] (~powell14s@c-174-51-160-240.hsd1.co.comcast.net) 19.31.59 Join Zambezi [0] (Zulu@unaffiliated/zambezi) 19.31.59 Join Utchybann [0] (~Utchy@rps6752.ovh.net) 19.31.59 Join miceh [0] (~mtq@h1439481.stratoserver.net) 19.31.59 Join elinenbe [0] (~elinenbe@207-237-241-192.c3-0.80w-ubr1.nyr-80w.ny.cable.rcn.com) 19.31.59 Join BlakeJohnson86 [0] (~bjohnson@c-24-118-162-123.hsd1.mn.comcast.net) 19.31.59 Join iq [0] (~iq@unaffiliated/iq) 19.31.59 Join Loto [0] (~ctrlproxy@xbmc/user/Loto) 19.31.59 Join AlexP [0] (~alex@rockbox/staff/AlexP) 19.31.59 Join sinthetek [0] (~sinthetek@unaffiliated/sinthetek) 19.31.59 Join alexbobP [0] (~alex@75.34.101.138) 19.31.59 Join Bagder [0] (~daniel@rockbox/developer/bagder) 19.31.59 Join dionoea [0] (~dionoea@yop.chewa.net) 19.31.59 Join rasher [0] (~rasher@rockbox/developer/rasher) 19.31.59 Join Hadaka [0] (~naked@naked.iki.fi) 19.31.59 Join soap [0] (~soap@rockbox/staff/soap) 19.31.59 Join aexin [0] (eivindsy@unaffiliated/aevin) 19.31.59 Join Dhraakellian [0] (~ntryon@cpe-67-240-248-41.rochester.res.rr.com) 19.31.59 Join Torne [0] (torne@rockbox/developer/Torne) 19.31.59 Join zu [0] (~zu@ks355000.kimsufi.com) 19.31.59 Join literal [0] (hinrik@v.nix.is) 19.31.59 Join scorche|sh [0] (~scorche@rockbox/administrator/scorche) 19.31.59 Join xavieran [0] (~xavieran@ppp118-209-248-234.lns20.mel6.internode.on.net) 19.31.59 Join preglow [0] (thomj@rockbox/developer/preglow) 19.31.59 Join CIA-107 [0] (~CIA@208.69.182.149) 19.31.59 Join ThomasAH [0] (~thomas@aktaia.intevation.org) 19.31.59 Join knittl [0] (~knittl@unaffiliated/knittl) 19.31.59 Join rvvs89 [0] (rvvs89@mussel.ucc.gu.uwa.edu.au) 19.31.59 Join crwl [0] (~crwlll@dsl-jklbrasgw1-fe10fb00-173.dhcp.inet.fi) 19.31.59 Join guymann [0] (~charles@64-252-121-164.adsl.snet.net) 19.31.59 Join noamsml [0] (~noamsml@75.45.237.148) 19.31.59 Join jepler [0] (~jepler@emc/developer/pdpc.professional.jepler) 19.31.59 Join scorche [0] (~scorche@rockbox/administrator/scorche) 19.31.59 Join Gabe_G23 [0] (~gabe@bzflag/player/GabrielG) 19.31.59 Join Kohlrabi [0] (~kohlrabi@kohlio.de) 19.31.59 Join gevaerts [0] (~fg@rockbox/developer/gevaerts) 19.31.59 Join maraz [0] (maraz@kapsi.fi) 19.31.59 Join Farthen [0] (~Farthen@static.225.178.40.188.clients.your-server.de) 19.31.59 Join ack [0] (~ack@mingbai.org) 19.31.59 Join Galois [0] (djao@efnet.math.uwaterloo.ca) 19.31.59 Join mikroflops [0] (~yogurt@h-34-59.A238.priv.bahnhof.se) 19.31.59 Join Battousai [0] (~bryan@gentoo/developer/battousai) 19.31.59 Join yosafbridge [0] (~yosafbrid@li14-39.members.linode.com) 19.31.59 Join jae [0] (~jae@jaerhard.com) 19.31.59 Join Amec [0] (~twcleary@ids.tuu.utas.edu.au) 19.31.59 Join n17ikh [0] (~n17ikh@c-68-59-25-51.hsd1.sc.comcast.net) 19.31.59 Join Beta2K [0] (1000@d24-36-97-38.home1.cgocable.net) 19.31.59 Join Shapeshifter [0] (~Shapeshif@unaffiliated/shapeshifter) 19.31.59 Join Unhelpful [0] (~quassel@rockbox/developer/Unhelpful) 19.31.59 Join docgnome [0] (~docgnome@174.120.42.4) 19.31.59 Join @ChanServ [0] (ChanServ@services.) 19.39.06 Nick benedikt93|AFK is now known as benedikt93 (~benedikt9@unaffiliated/benedikt93) 19.55.14 Join GLiBERN [0] (~glibern@p54ABAFAF.dip.t-dialin.net) 19.57.25 Quit robin0800 (Remote host closed the connection) 20.34.10 Nick YPSY is now known as Ypsy (~ypsy@geekpadawan.de) 20.56.59 Quit froggyman (Ping timeout: 240 seconds) 21.00.27 Quit MethoS- (Read error: Connection reset by peer) 21.03.19 Quit slooopy (Ping timeout: 240 seconds) 21.09.56 Join froggyman [0] (~seth@unaffiliated/froggyman) 21.09.59 Join NickPapagiorgio [0] (~opera@dslb-088-067-010-195.pools.arcor-ip.net) 21.20.38 Join MethoS- [0] (~clemens@134.102.106.250) 21.21.36 Quit GeekShadow (Quit: The cake is a lie !) 21.31.58 *** Saving seen data "./dancer.seen" 21.34.59 Part NickPapagiorgio 21.44.19 Join robin0800 [0] (~robin0800@genld-224-248.t-mobile.co.uk) 21.49.21 Quit robin0800 (Remote host closed the connection) 21.53.15 Quit TheLemonMan (Quit: Help me, i got shot! *DIES*) 21.53.56 Quit krazykit (Ping timeout: 265 seconds) 21.54.55 Join robin0800 [0] (~robin0800@genld-218-248.t-mobile.co.uk) 21.59.45 Join krazykit [0] (~kkit@99-126-205-52.lightspeed.cicril.sbcglobal.net) 22.15.22 Join RoC_MasterMind [0] (~Free@c-76-122-36-52.hsd1.fl.comcast.net) 22.26.51 Quit benedikt93 (Quit: Bye ;)) 22.43.37 Quit robin0800 (Remote host closed the connection) 23.03.19 Quit wodz (Quit: Leaving) 23.08.10 Quit {phoenix} (Remote host closed the connection) 23.10.22 Join saratoga [0] (9803c6dd@gateway/web/freenode/ip.152.3.198.221) 23.10.34 # anyone manage to get libmad to actually compile as a stand alone app? 23.11.09 # i doubt anyone has even tried in a long time 23.12.39 # apparently haven rewritten several parts of it does not make me smart enough to decipher their stupid build directions 23.13.00 # i did it once years ago, but i can't figure it out this time 23.21.45 Join Kiwi_Cam [0] (~Kiwicam@ip-118-90-75-25.xdsl.xnet.co.nz) 23.22.03 Quit MethoS- (Read error: Connection reset by peer) 23.23.57 # Font sizes: How many pixels high are the fonts? ie Is 27-Adobe-Helvetica-Bold.fnt actually 27 Pixels high? Thanks. 23.25.09 Join MethoS- [0] (~clemens@134.102.106.250) 23.26.15 # int32_t (*D0ptr)[32]; ++D0ptr; 23.26.25 # does that increment the pointer by 32 ints or just 1? 23.26.57 # i'm fairly sure it's 32 23.27.09 Quit bmbl (Quit: Verlassend) 23.27.30 # * TheSeven wonders what kind of weird expression that is 23.28.23 # libmad is fun like that 23.28.30 # it's a "pointer to an array of 32 ints" 23.29.10 # this one is better: D1ptr = (void*)&D[0][-p]; 23.29.31 # is that defining the type of something pre-existing? or is it defining D0ptr in that line? 23.29.37 # its like they wanted to see how many of the parts of c no one can remember could be fit into one assignment 23.29.51 # the second one actually is more intuitive to me 23.30.14 # this is all in the top of the synth_full funtion in libmad's synth.c 23.30.38 # what's the type of D? 23.30.52 # something that typdedefs to int32_t 23.31.06 # that can't be true 23.31.13 # it must be some kind of array/pointer 23.31.22 # i remember i looked at that stuff a while ago and ended up compiling a small test app and looking at the asm to see what those pointers really were 23.31.30 # then i found cdecl 23.31.59 *** Saving seen data "./dancer.seen" 23.32.40 # Kiwi_Cam: it's the font's complete height including "spacing", so more like line height and yes it's accurate or at least should be 23.32.57 # characters are usually a bit smaller 23.34.31 # cdecl gives "declare D0ptr as pointer to array 32 of int" for "int (*D0ptr)[32]", it doesn't like the const for some reason 23.35.20 # cool, just found the web interface for it 23.37.20 Quit linuxguy4 (Ping timeout: 240 seconds) 23.38.26 Join linuxguy3 [0] (~timj@adsl-75-57-189-204.dsl.emhril.sbcglobal.net) 23.41.15 Quit domonoky1 (Read error: Connection reset by peer) 23.43.17 # pixelma: Thanks. They just seem a little smaller than the viewport size. The "spacing" seems to be above the fonts rather than top and bottom of the fonts. 23.47.45 # depends on the fonts 23.48.05 # Got ya. How do I perform an AND? ie %?mp<|%Vd(a) AND Vd(b)|%Vd(c)||| 23.48.47 Quit BlakeJohnson86 (Ping timeout: 240 seconds) 23.50.52 # just list both (so that line without the " AND ") if you always use the two together you can also give both the "a" identifier in the %Vl tag 23.51.41 # you will only need the %Vd(a) once then, of course 23.51.50 Join BlakeJohnson86 [0] (~bjohnson@c-24-118-162-123.hsd1.mn.comcast.net) 23.55.03 Quit GLiBERN (Quit: Leaving) 23.55.49 # Great. So, say I have two viewports, one above the other. I have a third viewport which overlays over BOTH of those other viewports upon a certain action. Therefore the first two viewport windows can be referred to as Vl(a,...)? 23.56.26 Quit BlakeJohnson86 (Ping timeout: 252 seconds) 23.56.27 # Sorry, which are triggered by Vd(a) only. 23.57.05 # yes (if I understand you correctly, maybe just try ;) ) 23.58.53 # Thanks. Just trying to make sure my code is n00b tight :)