--- Log for 28.08.106 Server: sterling.freenode.net Channel: #rockbox --- Nick: logbot Version: Dancer V4.16 Started: 6 days and 14 hours ago 00.00.11 # That is, it only resets if you write zero to the reset bit and it wasn't already zero 00.00.12 # I don't know...it is reset after all...it's not documented or something? 00.00.18 # The transition is what matters 00.00.35 # so you write 1, then 0...then other stuf 00.01.30 # The fix is to just write 0 before writing the intended value 00.01.59 Join niskel [0] (n=niskel@fctnnbsc15w-156034080020.nb.aliant.net) 00.02.01 # I got 6.53MB of test builds, think the forums will complain? 00.02.08 # %pb 11 11 164 00.02.19 # which is the xy coordinate in that 00.02.30 # ...for a full restart. That was the cause for the 'oops' - the timer module allows on-the-fly cycle changes, in which case the timer shouldn't be reset 00.03.22 Join linuxstb_ [0] (i=5343d4aa@gateway/web/cgi-irc/labb.contactor.se/session) 00.10.05 Join ni1s [0] (n=ni1s@1-1-4-36a.dre.sth.bostream.se) 00.10.26 # Hmmm...can't post those on the formum... 00.12.56 # anyone here have experience in making a wps 00.13.02 # jhMikeS: I can host files for you 00.16.47 Join Mmmm [0] (n=mscarrat@cpc4-hem13-0-0-cust438.lutn.cable.ntl.com) 00.17.09 Join webguest29 [0] (i=937c9875@gateway/web/cgi-irc/labb.contactor.se/session) 00.17.56 # Bagder: I have 6 hardware scans I'd like to upload somewhere... 00.17.59 Part webguest29 00.18.45 Join Jason_ [0] (n=Jason@adsl-d37.84-47-4.t-com.sk) 00.18.58 # Bagder: BTW, did you received my scans? (mail) 00.19.06 # I did, thanks 00.19.36 # I'm slowly drowning in too much things to do... 00.19.53 # Hello 00.22.09 # hi 00.26.23 # hello 00.26.55 # hey 00.27.14 Quit solarflare ("This computer has gone to sleep") 00.28.38 # on the H300, do you lose a lot of speed when you do a multiplication from iram data instead of a register ? what is the difference ratio ? Is the iram some kind of cpu cache or is it different ? 00.28.56 Quit Massa ("IceChat - it may not be hot but damn it's cool") 00.31.27 # iram is just internal sram which is faster than the sdram 00.32.48 # ok 00.32.50 # anything in iram doesn't need to be cached 00.32.58 # why ? 00.33.08 # because it's internal? 00.33.15 # it's on the cpu ? 00.33.30 # coob: On coldfire there is no data cache anyway, only instruction cache 00.33.40 # iram doesn't generally imply non-cacheable, the term iram we use is simply that it is the internal ram 00.33.43 # if I do a add (a0),d0 , is it slower than add d1,d0 ? 00.33.46 # That's why it is so important to use iram for ften used data 00.34.33 # sorry, thought you were talking about the ipod :X 00.35.11 Quit Rob2222 () 00.35.24 # amiconn: http://forums.rockbox.org/index.php?topic=6152.msg47543#msg47543 00.35.33 # It has ondio FM there 00.35.36 # mirak: Yes it is slower - because the instruction execution time is longer, even though iram is single-cycle and 32bit 00.37.38 # can it be faster to do load a word to iram or register then do an operation like multiplication, instead of doing the multiplication like (a0) acces ? 00.38.19 # * amiconn recommends Section 3.6 thru 3.10 in MCF5249UM.pdf 00.38.54 Quit Arathis ("[rl_bot quit]") 00.39.05 # SDRAM access is another story. 00.39.05 # mirak: they sole purpose of registers is that they are faster to use than to use memory 00.39.23 # for all cpu archs actually ;-) 00.41.24 # I was wondering if move (a0),d0 mul d0,d1 could be faster than doing mul (a0),d1 00.46.00 # Bagder: how were you thinking the bootloader/rockbox firmware should be implemented on Sansa/H10? Would you use the standard mi4 format for rockbox.bin and use the crc32 in that as the checksum? 00.46.15 # amiconn: did you use pipelining ? 00.47.13 # barrywardell: I haven't really thought about it yet, but I think I'd rather re-use one of the methods already in use by the h[13]x0 and x5 ports 00.47.15 Join Rob2222 [0] (n=Miranda@ACB00B35.ipt.aol.com) 00.48.27 Quit rretzbach (Read error: 104 (Connection reset by peer)) 00.48.30 # ok. thanks. 00.48.39 # is Febs asleep at this hour? 00.49.51 # Soap: Febs is in the US, so i doubt he would be asleep 00.50.14 Quit lodesi ("leaving") 00.50.15 # thanks 00.50.21 Join sharpe [0] (i=sharpe@user-0c8hc2c.cable.mindspring.com) 00.50.34 # that's really a shame we can't use immediate data on the mac 00.56.06 # * lorijho is proud to announce that barrywardell and him are one step closer to having Rockbox fully working on H10. RTC works! 00.56.06 Quit San (Read error: 104 (Connection reset by peer)) 00.57.32 Quit Mmmm (Remote closed the connection) 00.57.48 # lorijho: great! 00.58.56 # Bagder: yep 00.59.03 Join [San] [0] (n=San@213-202-185-153.bas504.dsl.esat.net) 00.59.32 Join webguest84 [0] (i=937c9875@gateway/web/cgi-irc/labb.contactor.se/session) 00.59.50 # Bagder: I will send barrywardell the rtc driver patch for cvs as soon as it's completed. 01.02.33 Quit Rob2222 (Read error: 104 (Connection reset by peer)) 01.02.39 Join Rob2222 [0] (n=Miranda@ACB00B35.ipt.aol.com) 01.05.01 Quit Kohlrabi ("Quit") 01.06.25 Quit ender` (" sex is like math: - the clothes, + the bed, / the legs, ...and pray to god you don't multiply.") 01.07.53 # * amiconn just found out what the 'unknown config bit' of the PP timer does :) 01.08.26 # It switches counting direction, i.e. setting it makes the counter count down 01.09.15 Quit webguest84 ("CGI:IRC") 01.09.17 Quit Pyromancer ("Leaving") 01.12.15 Quit ni1s (Remote closed the connection) 01.13.43 Quit BHSPitMonkey (Remote closed the connection) 01.25.48 Join siv [0] (i=46b6ee7a@gateway/web/cgi-irc/labb.contactor.se/session) 01.26.32 Quit siv (Client Quit) 01.26.41 Quit damaki__ (Remote closed the connection) 01.27.21 Join damaki [0] (n=Chocolat@ALille-253-1-14-53.w90-7.abo.wanadoo.fr) 01.28.18 Quit fatherfork () 01.30.29 # brb 01.30.32 Quit TeaSea (Read error: 54 (Connection reset by peer)) 01.31.32 Join TeaSea [0] (n=thunderc@84-51-130-71.judith186.adsl.metronet.co.uk) 01.34.20 Join gromit` [0] (n=gromit@ras75-5-82-234-244-69.fbx.proxad.net) 01.36.48 Quit Rudy4Pez (Read error: 110 (Connection timed out)) 01.37.11 Join Pyromancer [0] (n=Pyromanc@dsl092-069-150.bos1.dsl.speakeasy.net) 01.38.02 Quit Bger ("nite") 01.40.41 Quit MarcoPolo (Remote closed the connection) 01.46.05 *** Saving seen data "./dancer.seen" 01.46.46 Join Nico_P [0] (n=nico404@rob92-6-82-231-243-63.fbx.proxad.net) 01.48.02 Part barrywardell 01.48.48 Join TCK [0] (n=tckocr@bb-87-80-197-109.ukonline.co.uk) 01.58.32 Quit spiorf (Read error: 54 (Connection reset by peer)) 02.00.08 Quit amiconn (sterling.freenode.net irc.freenode.net) 02.00.08 NSplit sterling.freenode.net irc.freenode.net 02.00.08 Quit Farpenoodle (sterling.freenode.net irc.freenode.net) 02.00.08 Quit slimeball (sterling.freenode.net irc.freenode.net) 02.00.08 Quit Seed (sterling.freenode.net irc.freenode.net) 02.00.08 Quit pill (sterling.freenode.net irc.freenode.net) 02.00.08 Quit xorAxAx (sterling.freenode.net irc.freenode.net) 02.00.08 Quit mbr (sterling.freenode.net irc.freenode.net) 02.00.08 Quit direkt (sterling.freenode.net irc.freenode.net) 02.00.08 Quit goffa (sterling.freenode.net irc.freenode.net) 02.00.08 Quit luckz (sterling.freenode.net irc.freenode.net) 02.00.09 Quit Rick (sterling.freenode.net irc.freenode.net) 02.00.09 Quit ax (sterling.freenode.net irc.freenode.net) 02.00.09 Quit slarti (sterling.freenode.net irc.freenode.net) 02.00.09 Quit webmind (sterling.freenode.net irc.freenode.net) 02.00.09 Quit joshua_ (sterling.freenode.net irc.freenode.net) 02.00.09 Quit aegray_ (sterling.freenode.net irc.freenode.net) 02.00.09 Quit preglow (sterling.freenode.net irc.freenode.net) 02.00.09 Quit belze (sterling.freenode.net irc.freenode.net) 02.00.09 Quit guillaumh (sterling.freenode.net irc.freenode.net) 02.00.09 Quit daurn|afk (sterling.freenode.net irc.freenode.net) 02.00.09 Quit MrStaticVoid (sterling.freenode.net irc.freenode.net) 02.00.09 Quit _Veseliq_ (sterling.freenode.net irc.freenode.net) 02.00.09 Quit nudelyn (sterling.freenode.net irc.freenode.net) 02.00.09 Quit Galois (sterling.freenode.net irc.freenode.net) 02.00.09 Quit netmasta10bt (sterling.freenode.net irc.freenode.net) 02.00.09 Quit gtkspert (sterling.freenode.net irc.freenode.net) 02.00.09 Quit cismo_ (sterling.freenode.net irc.freenode.net) 02.00.09 Quit ToyKeeper (sterling.freenode.net irc.freenode.net) 02.00.09 Quit meshuga (sterling.freenode.net irc.freenode.net) 02.00.09 Quit illogic-al (sterling.freenode.net irc.freenode.net) 02.00.09 Quit pixelma (sterling.freenode.net irc.freenode.net) 02.00.09 Quit Mikachu (sterling.freenode.net irc.freenode.net) 02.00.09 Quit t0mas_ (sterling.freenode.net irc.freenode.net) 02.00.09 Quit dpassen1 (sterling.freenode.net irc.freenode.net) 02.00.09 Quit Spida (sterling.freenode.net irc.freenode.net) 02.00.09 Quit crwl (sterling.freenode.net irc.freenode.net) 02.00.09 Quit _Lucretia_ (sterling.freenode.net irc.freenode.net) 02.00.09 Quit Quarryman (sterling.freenode.net irc.freenode.net) 02.00.09 Quit Lynx_ (sterling.freenode.net irc.freenode.net) 02.00.09 Quit HCl (sterling.freenode.net irc.freenode.net) 02.00.09 Quit Hadaka (sterling.freenode.net irc.freenode.net) 02.00.13 Quit mirak (sterling.freenode.net irc.freenode.net) 02.00.13 Quit damaki (sterling.freenode.net irc.freenode.net) 02.00.13 Quit Nibbier (sterling.freenode.net irc.freenode.net) 02.00.13 Quit scorche (sterling.freenode.net irc.freenode.net) 02.00.13 Quit [HO]vo|t (sterling.freenode.net irc.freenode.net) 02.00.13 Quit jhMikeS (sterling.freenode.net irc.freenode.net) 02.00.13 Quit Brock (sterling.freenode.net irc.freenode.net) 02.00.13 Quit Jason_ (sterling.freenode.net irc.freenode.net) 02.00.13 Quit BHSPitLappy (sterling.freenode.net irc.freenode.net) 02.00.13 Quit sleepo (sterling.freenode.net irc.freenode.net) 02.00.13 Quit JoeBorn (sterling.freenode.net irc.freenode.net) 02.00.13 Quit linuxstb (sterling.freenode.net irc.freenode.net) 02.00.13 Quit chendo_ (sterling.freenode.net irc.freenode.net) 02.00.13 Quit rotator (sterling.freenode.net irc.freenode.net) 02.00.13 Quit billytwowilly (sterling.freenode.net irc.freenode.net) 02.00.13 Quit jaebird (sterling.freenode.net irc.freenode.net) 02.00.13 Quit blx (sterling.freenode.net irc.freenode.net) 02.00.13 Quit daurnimator (sterling.freenode.net irc.freenode.net) 02.00.13 Quit lostnihilist (sterling.freenode.net irc.freenode.net) 02.00.13 Quit dwihno (sterling.freenode.net irc.freenode.net) 02.00.13 Quit pikester (sterling.freenode.net irc.freenode.net) 02.00.13 Quit idnar (sterling.freenode.net irc.freenode.net) 02.00.13 Quit blacks (sterling.freenode.net irc.freenode.net) 02.00.13 Quit eGen_ (sterling.freenode.net irc.freenode.net) 02.00.13 Quit Bagder (sterling.freenode.net irc.freenode.net) 02.00.13 Quit [H5N1] (sterling.freenode.net irc.freenode.net) 02.00.13 Quit akaias (sterling.freenode.net irc.freenode.net) 02.00.13 Quit firenx (sterling.freenode.net irc.freenode.net) 02.00.13 Quit ze (sterling.freenode.net irc.freenode.net) 02.00.13 NHeal sterling.freenode.net irc.freenode.net 02.00.13 NJoin webmind [0] (i=webmind@feather.perl6.nl) 02.00.15 NJoin netmasta10bt [0] (n=torment@pool-72-64-129-205.tampfl.fios.verizon.net) 02.00.20 NJoin Seed [0] (i=ben@85.64.207.9) 02.00.20 Join xorAxAx [0] (n=xorAxax@83.137.100.36) 02.00.20 *** Server message 505: 'logbot :Private messages from unregistered users are currently blocked due to spam problems, but you can always message a staffer. Please register! ( http://freenode.net/faq.shtml#privmsg )' 02.00.26 NJoin slimeball [0] (i=jew@trailer-park.net) 02.00.28 NJoin goffa [0] (n=goffa@216.220.23.105) 02.00.30 NJoin nudelyn [0] (i=nudel@dyn-62-56-86-157.dslaccess.co.uk) 02.00.33 NJoin Lynx_ [0] (n=lynx@tina-10-4.genetik.uni-koeln.de) 02.00.47 Join illogic-al [0] (n=Your@68-116-185-75.dhcp.oxfr.ma.charter.com) 02.00.48 *** Server message 505: 'logbot :Private messages from unregistered users are currently blocked due to spam problems, but you can always message a staffer. Please register! ( http://freenode.net/faq.shtml#privmsg )' 02.00.54 NJoin ToyKeeper [0] (i=spanky@c-24-9-90-246.hsd1.co.comcast.net) 02.01.00 Join _Lucretia_ [0] (n=munkee@62.56.79.131) 02.01.01 *** Server message 505: 'logbot :Private messages from unregistered users are currently blocked due to spam problems, but you can always message a staffer. Please register! ( http://freenode.net/faq.shtml#privmsg )' 02.01.06 Join amiconn [0] (n=jens@p54BD7193.dip.t-dialin.net) 02.01.07 *** Server message 505: 'logbot :Private messages from unregistered users are currently blocked due to spam problems, but you can always message a staffer. Please register! ( http://freenode.net/faq.shtml#privmsg )' 02.01.11 Join MrStaticVoid [0] (n=jlee@69.160.88.44) 02.01.11 Join Sivart0 [0] (i=TravisP@70.182.238.122) 02.01.11 NJoin pixelma [0] (i=pixelma@82.193.235.34) 02.01.11 Join Galois [0] (i=djao@69.60.109.125) 02.01.11 NJoin Farpenoodle [0] (n=solo84@60.49.99.38) 02.01.11 Join t0mas_ [0] (n=Tomas@80.60.8.209) 02.01.11 Join aegray [0] (n=aegray@71.194.37.21) 02.01.11 Join cismo [0] (i=cismo@85.217.36.247) 02.01.11 NJoin Jason_ [0] (n=Jason@adsl-d37.84-47-4.t-com.sk) 02.01.11 NJoin BHSPitLappy [0] (n=steve-o@adsl-66-141-170-52.dsl.rcsntx.swbell.net) 02.01.11 NJoin sleepo [0] (n=apo@dslb-084-057-078-180.pools.arcor-ip.net) 02.01.11 NJoin JoeBorn [0] (n=jborn@adsl-75-3-67-69.dsl.chcgil.sbcglobal.net) 02.01.11 NJoin linuxstb [0] (n=linuxstb@rockbox/developer/linuxstb) 02.01.11 NJoin chendo_ [0] (n=chendo@203-206-49-82.dyn.iinet.net.au) 02.01.11 NJoin rotator [0] (n=e@rockbox/developer/rotator) 02.01.11 NJoin billytwowilly [0] (n=chris@S01060016b649355d.ed.shawcable.net) 02.01.11 NJoin jaebird [0] (n=jae@03-210.netblk-38-96-210.coolaccess.net) 02.01.11 NJoin blx [0] (n=x@h17n3c1o1028.bredband.skanova.com) 02.01.11 NJoin daurnimator [0] (n=daurnima@unaffiliated/daurnimator) 02.01.11 NJoin lostnihilist [0] (n=lostnihi@c-67-175-35-181.hsd1.il.comcast.net) 02.01.11 NJoin dwihno [0] (n=dw@81.8.226.44) 02.01.11 NJoin pikester [0] (i=amiga@c83-249-120-24.bredband.comhem.se) 02.01.11 NJoin [H5N1] [0] (i=mrflu@laggy.us) 02.01.11 NJoin idnar [0] (i=mithrand@unaffiliated/idnar) 02.01.11 NJoin blacks [0] (i=rides@static24-72-88-241.regina.accesscomm.ca) 02.01.11 NJoin eGen_ [0] (i=generat0@boserver.mudecin.cz) 02.01.11 Join Bagder [0] (n=daniel@rockbox/developer/bagder) 02.01.11 NJoin akaias [0] (n=akaias@c-71-57-59-237.hsd1.il.comcast.net) 02.01.11 NJoin firenx [0] (n=firenx@d154-5-113-182.bchsia.telus.net) 02.01.11 NJoin ze [0] (i=ze@70.40.152.105) 02.01.13 Quit ze (sterling.freenode.net irc.freenode.net) 02.01.13 Quit firenx (sterling.freenode.net irc.freenode.net) 02.01.13 Quit Bagder (sterling.freenode.net irc.freenode.net) 02.01.13 Quit eGen_ (sterling.freenode.net irc.freenode.net) 02.01.13 Quit blacks (sterling.freenode.net irc.freenode.net) 02.01.13 Quit [H5N1] (sterling.freenode.net irc.freenode.net) 02.01.13 Quit jaebird (sterling.freenode.net irc.freenode.net) 02.01.13 Quit billytwowilly (sterling.freenode.net irc.freenode.net) 02.01.13 Quit rotator (sterling.freenode.net irc.freenode.net) 02.01.13 Quit chendo_ (sterling.freenode.net irc.freenode.net) 02.01.13 Quit linuxstb (sterling.freenode.net irc.freenode.net) 02.01.13 Quit JoeBorn (sterling.freenode.net irc.freenode.net) 02.01.13 Quit sleepo (sterling.freenode.net irc.freenode.net) 02.01.13 Quit Jason_ (sterling.freenode.net irc.freenode.net) 02.01.13 Quit cismo (sterling.freenode.net irc.freenode.net) 02.01.13 Quit t0mas_ (sterling.freenode.net irc.freenode.net) 02.01.13 Quit Farpenoodle (sterling.freenode.net irc.freenode.net) 02.01.13 Quit pixelma (sterling.freenode.net irc.freenode.net) 02.01.13 Quit Sivart0 (sterling.freenode.net irc.freenode.net) 02.01.13 Quit MrStaticVoid (sterling.freenode.net irc.freenode.net) 02.01.13 Quit Galois (sterling.freenode.net irc.freenode.net) 02.01.13 Quit akaias (sterling.freenode.net irc.freenode.net) 02.01.13 Quit BHSPitLappy (sterling.freenode.net irc.freenode.net) 02.01.13 Quit pikester (sterling.freenode.net irc.freenode.net) 02.01.13 Quit idnar (sterling.freenode.net irc.freenode.net) 02.01.13 Quit dwihno (sterling.freenode.net irc.freenode.net) 02.01.13 Quit lostnihilist (sterling.freenode.net irc.freenode.net) 02.01.13 Quit blx (sterling.freenode.net irc.freenode.net) 02.01.13 Quit daurnimator (sterling.freenode.net irc.freenode.net) 02.01.13 Quit aegray (sterling.freenode.net irc.freenode.net) 02.01.19 NJoin Jason_ [0] (n=Jason@adsl-d37.84-47-4.t-com.sk) 02.01.24 NJoin eGen_ [0] (i=generat0@boserver.mudecin.cz) 02.01.27 Join jaebird [0] (n=jae@38.96.210.3) 02.01.27 NJoin chendo_ [0] (n=chendo@203-206-49-82.dyn.iinet.net.au) 02.01.29 *** Server message 505: 'logbot :Private messages from unregistered users are currently blocked due to spam problems, but you can always message a staffer. Please register! ( http://freenode.net/faq.shtml#privmsg )' 02.01.29 NJoin JoeBorn [0] (n=jborn@adsl-75-3-67-69.dsl.chcgil.sbcglobal.net) 02.01.43 NJoin t0mas_ [0] (n=Tomas@ip503c08d1.speed.planet.nl) 02.01.47 NJoin joshua_ [0] (i=joshua@c-24-60-144-77.hsd1.ma.comcast.net) 02.02.07 NJoin [H5N1] [0] (i=mrflu@laggy.us) 02.02.21 Join daurn|laptop [0] (n=quae@124.243.137.107) 02.02.35 NJoin Farpenoodle [0] (n=solo84@60.49.99.38) 02.03.43 NJoin pixelma [0] (i=pixelma@82.193.235.34) 02.04.09 Join Rick [0] (i=rick@pool-71-108-2-183.lsanca.dsl-w.verizon.net) 02.04.11 *** Server message 505: 'logbot :Private messages from unregistered users are currently blocked due to spam problems, but you can always message a staffer. Please register! ( http://freenode.net/faq.shtml#privmsg )' 02.04.26 NJoin rotator [0] (n=e@rockbox/developer/rotator) 02.04.33 NJoin sleepo [0] (n=apo@dslb-084-057-078-180.pools.arcor-ip.net) 02.04.36 NJoin blx [0] (n=x@h17n3c1o1028.bredband.skanova.com) 02.04.37 NJoin blacks [0] (i=rides@static24-72-88-241.regina.accesscomm.ca) 02.04.41 Join akaias [0] (n=akaias@71.57.59.237) 02.04.42 *** Server message 505: 'logbot :Private messages from unregistered users are currently blocked due to spam problems, but you can always message a staffer. Please register! ( http://freenode.net/faq.shtml#privmsg )' 02.04.42 NJoin firenx [0] (n=firenx@d154-5-113-182.bchsia.telus.net) 02.04.45 NJoin lostnihilist [0] (n=lostnihi@c-67-175-35-181.hsd1.il.comcast.net) 02.04.45 NJoin linuxstb [0] (n=linuxstb@rockbox/developer/linuxstb) 02.04.48 NJoin guillaumh [0] (n=guillaum@4va54-3-82-234-144-30.fbx.proxad.net) 02.04.58 NJoin billytwowilly [0] (n=chris@S01060016b649355d.ed.shawcable.net) 02.05.05 NJoin ax [0] (i=alex@unyew.silverninja.net) 02.05.05 NJoin luckz [0] (i=luckz@luckz.de) 02.05.20 Join cismo [0] (i=cismo@adsl-85-217-36-247.kotinet.com) 02.05.21 *** Server message 505: 'logbot :Private messages from unregistered users are currently blocked due to spam problems, but you can always message a staffer. Please register! ( http://freenode.net/faq.shtml#privmsg )' 02.05.32 NJoin damaki [0] (n=Chocolat@ALille-253-1-14-53.w90-7.abo.wanadoo.fr) 02.05.42 NJoin gtkspert [0] (n=gtkspert@203-59-194-179.dyn.iinet.net.au) 02.05.45 NJoin Galois [0] (i=djao@efnet-math.org) 02.05.57 Quit Galois (Remote closed the connection) 02.05.58 Quit lorijho ("leaving") 02.06.04 NJoin Bagder [0] (n=daniel@1-1-5-26a.hud.sth.bostream.se) 02.06.18 NJoin slarti [0] (i=slarti@gentoo/developer/slarti) 02.06.25 Join Galois [0] (i=djao@efnet-math.org) 02.06.26 Join Bunkey [0] (n=zea@60.234.135.27) 02.06.27 *** Server message 505: 'logbot :Private messages from unregistered users are currently blocked due to spam problems, but you can always message a staffer. Please register! ( http://freenode.net/faq.shtml#privmsg )' 02.06.58 Join pill [0] (i=pill@loves.voltshells.com) 02.07.00 *** Server message 505: 'logbot :Private messages from unregistered users are currently blocked due to spam problems, but you can always message a staffer. Please register! ( http://freenode.net/faq.shtml#privmsg )' 02.07.25 Quit Galois (Client Quit) 02.08.14 # how do i fully uninstall rockbox from ipod? 02.09.28 NJoin ze [0] (i=ze@70.40.152.105) 02.09.32 Join Galois [0] (i=djao@efnet-math.org) 02.09.56 NJoin _Veseliq_ [0] (n=veseliq@195.85.215.210) 02.09.59 # Bunkey: http://www.rockbox.org/twiki/bin/view/Main/IpodInstallation#Uninstallation_and_Upgrade_instr 02.10.03 NJoin Nibbier [0] (n=sven@port-212-202-193-252.dynamic.qsc.de) 02.10.07 # Bunkey: Did you keep a backup of the bootpartition.bin file you extracted from your ipod during the installation? 02.10.09 NJoin Mikachu [0] (i=Mikachu@kr-lun-154-152-233-83.3.cust.bredband2.com) 02.10.14 Join meshuga [0] (i=meshuga@71.231.141.145) 02.10.16 *** Server message 505: 'logbot :Private messages from unregistered users are currently blocked due to spam problems, but you can always message a staffer. Please register! ( http://freenode.net/faq.shtml#privmsg )' 02.10.16 Join ShadowdogMU [0] (n=Brock@cpe-65-28-252-205.woh.res.rr.com) 02.10.31 # yup 02.10.33 NJoin mbr [0] (n=mb@stz-softwaretechnik.de) 02.10.56 # Bunkey: Then you can follow the link rotator posted. 02.10.57 NJoin MrStaticVoid [0] (n=jlee@69-160-88-44.chvlva.adelphia.net) 02.11.01 # ok thx 02.11.03 Join crwl [0] (n=crawlie@kekkone.kekkola.jyu.fi) 02.11.04 *** Server message 505: 'logbot :Private messages from unregistered users are currently blocked due to spam problems, but you can always message a staffer. Please register! ( http://freenode.net/faq.shtml#privmsg )' 02.11.17 # still no fix to ipod battery right? 02.11.19 NJoin BHSPitLappy [0] (n=steve-o@adsl-66-141-170-52.dsl.rcsntx.swbell.net) 02.11.31 NJoin [HO]vo|t [0] (n=gcadidas@cpe-24-93-102-155.columbus.res.rr.com) 02.12.17 Join Paul_The_Nerd [0] (n=Paul_The@cpe-70-112-165-230.austin.res.rr.com) 02.13.04 NJoin belze [0] (i=belze@pinky.rte.xs26.be.ofloo.net) 02.14.33 # Bunkey: battery life is still shorter than with the original firmware for ipods 02.14.34 NJoin mirak [0] (n=mirak@AAubervilliers-152-1-31-25.w83-114.abo.wanadoo.fr) 02.15.03 NJoin preglow [0] (n=thomjoha@hekta.edt.aft.hist.no) 02.15.03 Join Naked [0] (i=naked@naked.iki.fi) 02.15.04 NJoin HCl [0] (i=hcl@titania.student.utwente.nl) 02.15.15 NJoin aegray [0] (n=aegray@71.194.37.21) 02.15.20 Join Sinbios [0] (n=Sinbios@HSE-Toronto-ppp301395.sympatico.ca) 02.15.22 Nick Naked is now known as Hadaka (i=naked@naked.iki.fi) 02.15.33 NJoin dpassen1 [0] (n=dpassen1@resnet-236-163.resnet.UMBC.EDU) 02.15.40 NJoin Spida [0] (n=timo@spinnennetz.org) 02.18.35 # ok, i'll have rockbox back when its improved, right now its way too short 02.18.44 # had some fun with it tho :) 02.19.15 # Which ipod do you have? 02.19.26 # photo/color 02.19.38 NJoin idnar [0] (i=mithrand@unaffiliated/idnar) 02.20.04 NJoin direkt [0] (n=direkt@130.243.43.80) 02.20.05 NJoin Quarryman [0] (i=quarry@m228a.studby.ntnu.no) 02.20.19 # rockbox last abt 3hr on mine, sometimes shorter if freeze 02.20.40 # <[San]> how long does it last on original firmware? 02.20.45 Join spiorf [0] (n=spiorf@host89-143.pool8250.interbusiness.it) 02.21.46 # cant remember, i usually dont recharge daily with origianl firmware 02.22.02 # Bunkey: I get about 5-6 hours with my FLAC files on my Photo. 02.22.22 # linuxtb_, do u freeze often? 02.22.58 # No. 02.23.41 # hmmm, i get few freeze and more shut down by itself 02.23.49 Join rconan [0] (n=richard@82.12.30.125) 02.24.03 # once it freeze, it suck alot of battery juice... 02.24.23 # wow, only 5-6 hours. You need a new battery. 02.24.25 Join KoInu [0] (i=Inu@ool-457c7b1c.dyn.optonline.net) 02.24.50 # Soap: Why do you say that? What are you comparing it to? 02.25.21 # 5-6 hours on a photo? I was getting 10 on my used one in OF. 02.25.49 # I don't have the OF. 02.25.57 # nevermind, I misread the conversation. I thought Bunkey was saying 5-6 in OF, not you saying 5-6 w/FLAC. 02.26.03 # I am going blind, sorry. 02.26.24 # I thought he was saying 3 in RB, 5-6 in OF. My bad 100% 02.26.37 # OF?? 02.26.42 # Bunkey: If it freezes, you should reset it. 02.26.44 # (original firmware) 02.27.22 Join BHSPitMonkey [0] (n=stephen@adsl-66-141-170-52.dsl.rcsntx.swbell.net) 02.27.43 # hows the batterylife compare to ipodlinux? 02.28.10 Quit rconan (Client Quit) 02.28.40 # It should be better - Rockbox runs the CPU at a lower speed when it can, IPL runs it at a constant 75MHz. But it all depends what you are doing on your ipod. 02.28.42 Quit BHSPitMonkey (Remote closed the connection) 02.29.26 # If you're playing games, then battery life will be short - you've got the backlight on constantly, and probably running the CPU at fullspeed. 02.29.37 # i play apple loseless most of time... 02.29.40 # IPL? 02.30.06 Join BHSPitMonkey [0] (n=stephen@adsl-66-141-170-52.dsl.rcsntx.swbell.net) 02.30.53 Join scorche [0] (i=ScorchE@208-110-158-136.customer.csolutions.net) 02.30.54 *** Server message 505: 'logbot :Private messages from unregistered users are currently blocked due to spam problems, but you can always message a staffer. Please register! ( http://freenode.net/faq.shtml#privmsg )' 02.31.27 # Bunkey: You would get better battery life with FLAC - it's a much more efficient codec than Apple lossless (in Rockbox). 02.31.40 NJoin dwihno [0] (n=dw@81.8.226.44) 02.31.43 Join damaki_ [0] (n=Chocolat@ALille-253-1-14-53.w90-7.abo.wanadoo.fr) 02.32.53 # thats probably why 02.36.24 Quit damaki (Read error: 60 (Operation timed out)) 02.40.00 Part midgey34 02.40.21 Quit Genre9mp3 ("I don't suffer from Rockbox psychosis. I enjoy every minute of it.") 02.40.35 Quit linuxstb_ ("CGI:IRC (Ping timeout)") 02.48.45 Quit Sinbios (Read error: 104 (Connection reset by peer)) 02.54.05 Join JdGordon [0] (n=jonno@c220-237-57-32.smelb1.vic.optusnet.com.au) 02.54.15 Quit Nico_P () 02.57.04 Join arp [0] (i=infinite@obscure.metachar.net) 02.57.37 # anyone running rockbox on a 3g ipod? I'm playing some vbr mp3's, and it has very choppy playback. 02.58.15 # 3g is not expected to play realtime quite yet 02.59.12 # ahh 02.59.35 Quit guillaumh (Remote closed the connection) 03.01.28 Join jhMikeS [0] (n=jethead7@adsl-68-73-207-97.dsl.sfldmi.ameritech.net) 03.03.36 Join Drkepilogue [0] (i=46e79903@gateway/web/cgi-irc/labb.contactor.se/x-83d442f73fbaceee) 03.04.46 Part pixelma 03.05.36 # ayup, right there in the faq 03.14.35 # does the wps allow you to have a more interesting progress display than a horizontal line? 03.14.52 # a really wide horizontal line. 03.15.03 Quit TCK (Read error: 104 (Connection reset by peer)) 03.15.07 # you can do a lot of stuff with a horizontal line, http://toykeeper.net/tmp/TKX5b-5.png 03.15.40 # haha thats cool 03.16.33 # ooo...cool indeed 03.17.40 # hmm...havent seen that one before.. 03.17.49 # i have. 03.18.00 # * scorche sighs 03.26.02 # hey, does the wps mod more than just the while playing screen? 03.26.39 # wps *is* the while playing screen 03.26.44 # hence the name 03.26.45 # are you referring to themes? 03.27.47 # yah, but there is also the file viewing/picking screen right? does it mod that too? 03.28.02 # themes can 03.28.43 # Mikachu: where did you find that ss?....i looked all over in the wiki 03.29.53 # scorche: ToyKeeper has plugged it a few times 03.30.05 # it's in progress i think 03.34.53 # it IS the most inventive progress bar IMHO. 03.35.40 Join Musicman [0] (n=musicman@207.231.77.30) 03.36.41 # So, after an hour of searching Im compelled to ask ... where are the instructions for the rockbox and the dual loader on an iAudio X5L? <_< 03.38.55 # Musicman: not quite sure what you want...instructions to do what exactly? 03.39.28 # yeah, I have it downloaded and have no idea what todo with it :P 03.39.47 # Musicman: have you read the manual? 03.39.58 # Its missing the dualboot section 03.40.42 # Soap, thanks for the PM. Very very interesting. 03.41.31 # * jhMikeS doesn't thinks for the most part the ones who's players that recording patch doesn't give features to aren't going to bother with testing any of the bins. Maybe he's too cynical? 03.41.41 # So would there be instructions on loading the dualboot elsewhere? =/ 03.43.19 # * scorche hands Musicman off to Febs 03.43.42 # * Febs looks away and whistles inconspicuously. 03.43.48 # <_< 03.44.05 Quit TeaSea (Remote closed the connection) 03.46.08 *** Saving seen data "./dancer.seen" 03.47.06 # Musicman: sorry...but i am not too familiar with the iaudio port...if you wait around though, i am sure that someone who is will come around 03.47.26 # The bootloader installation instructions are here: http://www.rockbox.org/twiki/bin/view/Main/IaudioBoot 03.47.49 # I don't know whether dual boot is supported yet, at least not officially. 03.48.18 # It works nicely except the timed presses need improvement 03.48.33 # oh ok, thanks febs 03.48.55 # * scorche wonders if they waited before answering on purpose... 03.50.29 # **** ***** ** *******. 03.52.01 # e? 03.52.21 # If I run into "complications" on this will I lose all of my data? 03.52.29 # *******: ****? 03.52.56 # jhMikeS: are we playing hangman here? 03.53.17 # ** y** *a** t*. 03.53.35 # :) 03.55.21 # It worked :) 03.55.27 # * Musicman installs rockbox now 03.55.29 # *y *e****** *s *******. I'll stop it. 03.58.05 # errrg 03.58.20 # its saying "Loading Firmware" "Result -1" 03.58.52 # i think that's the "you forgot to unzip rockbox.zip" error 03.59.26 # well, absence of the file and/or folder 04.00.58 # no, its definetly on there 04.01.14 # D:\.rockbox 04.01.45 # and the file rockbox.something? 04.01.48 # D:\rockbox.iaudio 04.02.03 # mhm, both on the root folder 04.02.06 # * scorche runs off to go make some guacamole 04.02.29 # this is an X5L if that makes a difference 04.03.01 # no idea 04.03.20 # * Musicman sighs 04.04.04 # no difference 04.09.43 # >_< 04.09.55 # Has anyone here used rockbox with an iaudio? 04.10.01 # yes 04.10.11 # A time or two 04.10.20 # did you use the dualboot loader that febs linked? 04.10.25 # yes 04.10.29 # and it worked? 04.10.34 # very well yes 04.10.54 # then you just copied the rockbox files into the root and it was all good? 04.10.59 # Used the latest fw from iAudio 04.11.14 # Extracted the zip to the root 04.11.51 # oooh 04.12.02 # ok, ill try upgrading the fw 04.12.35 # Febs, thanks for holding the "audiophile" up to the heat of a ABX test. 04.12.47 # You did all the work, I'm curious if he even replies. 04.13.30 # Thanks. It was a put-up-or-shut-up moment. :) 04.13.48 # nope :( 04.14.29 # Febs, oh. i'd like to know what that was about 04.14.37 # Where's the tool located again? 04.14.47 # * Musicman doesnt understand whats wrong here >=/ 04.15.14 # blx: http://forums.rockbox.org/index.php?topic=6139.0 04.17.12 # Musicman: You patched crt0.S? 04.19.13 # jh: what do you mean? I just installed the firmware from the iaudio's site then reinstalled the bootloader and it wouldnt work 04.20.10 # You need to patch the build and make the mkboot-x5 utility 04.20.31 # http://www.rockbox.org/tracker/task/5289 04.20.42 # May 12th version 04.22.12 # graaah, filefront isn't accepting my ziiiip.. entirely offtopic: does anybody here happen to have like 10mb of webspace they can spare? i need to put something online.. 04.22.30 # ok, the instructions given are very murky though <_< 04.22.43 # midkay: sure 04.23.01 # Mikachu: excellent, can i send you a file to host? 04.23.09 # what is it? 04.23.48 # jhMikeS: It asks to have the c file in "tools", what is tools? is it a directory or something 04.24.08 Quit actionshrimp ("( www.nnscript.de :: NoNameScript 4.01 :: www.XLhost.de )") 04.24.13 # Mikachu: a zip of a hl2dm map. 04.24.21 # heh, okay 04.25.49 Quit Criamos ("( www.nnscript.de :: NoNameScript 4.02 :: www.XLhost.de )") 04.27.27 # Musicman: you have to get your own CVS copy and make a custom build. There's plenty of resources in the wiki. http://www.rockbox.org/twiki/bin/view/Main/DocsIndex#For_Developers 04.27.48 # It's not an integral part of rb for x5 yet 04.28.00 # ahh ok, Im new (as you know) to this :) 04.33.41 Quit sharpe ("Leaving") 04.34.44 Quit Musicman () 04.44.15 Quit Febs (Read error: 104 (Connection reset by peer)) 04.55.36 Join Febs [0] (n=medifebb@207-172-204-33.c3-0.rdl-ubr4.trpr-rdl.pa.cable.rcn.com) 05.18.46 Quit niskel (Remote closed the connection) 05.21.04 Join niskel [0] (n=niskel@fctnnbsc15w-156034080020.nb.aliant.net) 05.27.57 Join niskel_ [0] (n=niskel@fctnnbsc15w-156034069130.nb.aliant.net) 05.36.06 Join damaki__ [0] (n=Chocolat@ALille-253-1-10-233.w90-7.abo.wanadoo.fr) 05.45.40 Quit niskel (Read error: 110 (Connection timed out)) 05.46.10 *** Saving seen data "./dancer.seen" 05.47.25 Join niskel__ [0] (n=niskel@fctnnbsc15w-156034072107.nb.aliant.net) 05.47.55 Join damaki [0] (n=Chocolat@ALille-253-1-16-69.w90-7.abo.wanadoo.fr) 05.51.40 Quit damaki_ (Read error: 110 (Connection timed out)) 06.00.54 Quit midkay (Read error: 104 (Connection reset by peer)) 06.00.55 Join midkay_ [0] (n=midkay@63-226-210-191.tukw.qwest.net) 06.01.49 Quit Drkepilogue ("CGI:IRC (Ping timeout)") 06.02.38 Quit damaki__ (Read error: 110 (Connection timed out)) 06.02.41 Quit niskel_ (Connection timed out) 06.12.31 Quit niskel__ (Read error: 104 (Connection reset by peer)) 06.21.49 Quit rotator ("zzzzzzzzzzzz") 06.22.52 Quit KoInu ("-=SysReset 2.53=-") 06.31.13 Join RoC_MM [0] (i=dragon@c-66-177-58-16.hsd1.fl.comcast.net) 06.50.23 Quit RoC_MM ("Leaving") 06.57.18 Join perplexity [0] (n=joust@dxb-as82523.alshamil.net.ae) 07.02.53 Quit Farpenoodle (Remote closed the connection) 07.06.08 Join daurn|afk [0] (n=quae@124.243.137.107) 07.09.30 Quit JdGordon ("Konversation terminated!") 07.09.49 Join solarflare [0] (n=supernov@82-203-170-134.dsl.gohome.fi) 07.10.06 Join JdGordon [0] (n=jonno@c220-237-57-32.smelb1.vic.optusnet.com.au) 07.11.37 Quit daurn|laptop (Read error: 60 (Operation timed out)) 07.24.11 Nick daurn|afk is now known as daurn|laptop (n=quae@124.243.137.107) 07.30.53 Quit JdGordon ("Konversation terminated!") 07.31.20 Join JdGordon [0] (n=jonno@c220-237-57-32.smelb1.vic.optusnet.com.au) 07.38.43 Quit JdGordon ("Konversation terminated!") 07.39.21 Join JdGordon [0] (n=jonno@c220-237-57-32.smelb1.vic.optusnet.com.au) 07.46.11 *** Saving seen data "./dancer.seen" 07.52.19 Join mattie47 [0] (n=mattie47@203.118.188.154) 07.52.43 Nick sleepo is now known as apo` (n=apo@dslb-084-057-078-180.pools.arcor-ip.net) 07.58.13 Part mattie47 ("Cycling channel") 07.58.13 Join mattie47 [0] (n=mattie47@203.118.188.154) 08.03.24 Part Paul_The_Nerd 08.15.00 # yo 08.15.02 # ###################### 08.15.02 Quit perplexity ("back in a tic") 08.15.02 # ###################### 08.15.02 DBUG Enqueued KICK daurn|laptop 08.15.02 # ###################### 08.15.03 *** Alert Mode level 1 08.15.03 # ###################### 08.15.03 *** Alert Mode level 2 08.15.03 *** Alert Mode level 3 08.15.03 # ###################### 08.15.03 *** Alert Mode level 4 08.15.03 *** Alert Mode level 5 08.15.03 # ###################### 08.15.05 *** Alert Mode level 6 08.15.05 # ###################### 08.15.07 *** Alert Mode level 7 08.15.07 # ###################### 08.15.09 # damn 08.15.15 # are you trying to get kickbanned? 08.15.45 Mode "#rockbox +o Bagder " by ChanServ (ChanServ@services.) 08.16.04 # its a space invader ;) 08.16.15 # if you notice, this channel is +c 08.16.18 # so it's a lot of white # 08.16.22 # oh crap 08.16.24 # :S 08.16.39 # sorry 08.20.24 Quit mattie47 ("Think your current client is sexy? Check out Bersirc 2.2! [ http://www.bersirc.org/ - Open Source IRC ]") 08.21.40 # ? 08.22.01 # so you mean the ### is actually something he tried to paste here? 08.22.07 # Mikachu: white # ? 08.25.08 *** Alert Mode OFF 08.28.18 # i guess in some clients they would be black? 08.28.47 # ahem 08.29.18 Ctcp Ignored 1 channel CTCP requests in 0 seconds at the last flood 08.29.18 # * amiconn keeps forgetting that there are people still using the weird negative text display (white on black) 08.29.40 # weird?!? 08.29.41 # some people are just wierd! 08.29.41 # colors don't belong in IRC anyway 08.29.44 # * midkay_ likes it 08.29.45 Nick midkay_ is now known as midkay (n=midkay@63-226-210-191.tukw.qwest.net) 08.29.52 # amiconn: white on black is easier on the eyes 08.30.00 # white background is so bright 08.30.18 # My experience is the opposite 08.30.27 # that black is so bright? :) 08.30.30 # I can read black text on white bg for hours 08.30.32 # look up studies... 08.32.33 Join ender` [0] (i=null@84.52.165.220) 08.35.30 # my irc client is quite colorful http://mikachu.ath.cx/now.png :) 08.35.47 # and no, i don't usually have that clock there 08.36.10 # hehe 08.38.00 # hey Bagder 08.39.24 # and it stopped there? 08.39.35 # what stopped where? 08.39.45 # that hey 08.40.13 # ah, maybe a hey as in hello 08.40.46 # ? 08.41.13 # is more of a "how are you going with the Dm320 talk with neuros?" hey 08.41.27 # it goes just like it usually goes 08.41.53 # nothing new but there's nothing new to expect in a long while I'd say 08.42.24 # what was that in the neuros google group about lack of docs/nda problems 08.42.49 # just the usual TI-has-all-docs-hidden paranoia 08.42.59 # i have them 08.43.06 # - if you want 08.43.07 # then you're lucky 08.46.12 # I'm sure dm320 hackers will be interested 08.46.44 # its how we got sound working on the archos402 08.46.45 # :s 08.47.04 # did you program the dsp to get sound? 08.47.11 # yes 08.47.55 Join barrywardell [0] (n=barrywar@194.46.190.11) 08.49.07 # that's cool indeed 08.49.16 # i know 08.49.17 # ;) 08.49.40 # you used the gnu assembler? 08.50.12 # no idea 08.50.18 # somone else did it 08.50.22 # and sent me the result 08.50.31 # - i also have the docs 08.51.49 # but yes, TI requires you to sign an NDA to get that docs 08.52.35 # not when found online 08.52.44 # :-) 08.53.10 # sounds like legal grey area... 08.54.23 # we found a clump of words together on the internet 08.54.36 # - how is that illegel? 08.54.43 Join daurnimator [0] (n=daurnima@unaffiliated/daurnimator) 08.54.46 # - WE didn't sign the NDA 08.54.46 Join Rob2222_ [0] (n=Miranda@AC9EBAEF.ipt.aol.com) 08.55.04 # can you copyright docs? 08.58.00 Join chendo__ [0] (n=chendo@203-206-108-69.dyn.iinet.net.au) 08.58.50 Quit meshuga (Read error: 104 (Connection reset by peer)) 08.59.20 Join guillaumh [0] (n=guillaum@4va54-3-82-234-144-30.fbx.proxad.net) 09.00.17 # of course 09.01.42 Quit Rob2222 (Read error: 60 (Operation timed out)) 09.03.15 Quit chendo_ (Read error: 60 (Operation timed out)) 09.10.42 Join Daemonicus [0] (n=No@i-83-67-52-145.freedom2surf.net) 09.11.27 Quit JdGordon ("Konversation terminated!") 09.11.32 # hi 09.11.48 # who do I speak to to gain write access to the twiki? 09.12.03 Join JdGordon [0] (n=jonno@c220-237-57-32.smelb1.vic.optusnet.com.au) 09.16.36 # one of us! 09.16.41 # what's your wiki name? 09.17.22 # Daemonicus. wake up. 09.19.46 Join chendo_ [0] (n=chendo@203-206-49-82.dyn.iinet.net.au) 09.20.22 # DavidBrickell 09.20.35 # sorry wife was nagging me :) 09.20.49 # haha, no problem. :) 09.21.15 # try editing a page now. 09.21.19 # thx 09.21.48 # yeah that given me access thx 09.21.59 # sure, np. 09.22.03 # just got to read through the posting protocols again :) 09.23.05 # protocols? we have those? :) 09.23.30 Quit eGen_ ("mýdlo končí ! ... ručník končí !") 09.24.33 # my first time using a wiki so... 09.25.07 # ah, sure.. any questions, holler :) 09.26.50 Join eGen_ [0] (i=generat0@boserver.mudecin.cz) 09.29.40 # eGen_: from where are you? CZ? 09.29.52 # yes 09.29.54 # hello 09.29.56 Join LinusN [0] (i=linus@gateway/web/cgi-irc/labb.contactor.se/x-cdeca40d1215ed61) 09.29.58 # lol :D 09.30.04 Join damaki_ [0] (n=Chocolat@ALille-253-1-6-135.w90-7.abo.wanadoo.fr) 09.31.01 # eGen_: im from sk :) 09.31.14 # muzeme se klidne bavit i rusky :o) 09.31.33 # rusky neumim 09.31.42 # please use english in here 09.33.37 Quit chendo__ (Read error: 110 (Connection timed out)) 09.37.13 Join ootput [0] (n=ootput@tor/regular/five0) 09.38.53 # on my ipod mini (1g), when i 'write .cfg', the target is always a new .cfg file. Which cfg file (if any) does rockbox read by default, and is there a way to _always_ overwrite existing config files? 09.39.58 # despite writing to a cfg file, the changes made don't seem to stick when i power-off/on the device 09.40.53 # writing to a cfg doesn't make them get used on next boot 09.41.12 # but it sounds like you boot with hold on or whatever it is that clears the settings on ipod 09.42.27 # Bagder: is there a way for a cfg to be sourced on next boot? 09.42.42 # Bagder: or at least, to make my settings-changes stick for future use? 09.42.47 # the config that is used is stored in a sector on disk 09.42.56 # settings always stick 09.43.16 # which is why I think you someone clear your settings on start 09.43.18 Join Daemonicus``` [0] (n=No@i-83-67-52-145.freedom2surf.net) 09.43.21 # somehow 09.43.44 Join tucoz [0] (n=martin@rockbox/developer/tucoz) 09.44.27 Quit damaki (Read error: 110 (Connection timed out)) 09.44.52 # I've never had hold-on when booting, though I've booted into disk-mode on several occasions 09.44.56 # could that be the reason? 09.45.11 # thanks midkay everything worked fine (apart from a computer crash half way through) :) 09.45.18 # ootput: It shouldn't, no 09.45.29 # Daemonicus: cool, no problem.. :) 09.46.14 *** Saving seen data "./dancer.seen" 09.48.56 Quit Daemonicus (Read error: 110 (Connection timed out)) 09.50.23 Quit spiorf (Remote closed the connection) 09.51.42 # Bagder: this is a rather old rockbox build, i'll try out the daily 09.52.16 # a good idea 09.52.37 # is a simple unzip still all that's required? 09.52.44 # yeps 09.52.46 # or has some voodoo worked it's way into the picture 10.02.12 Join fejfighter [0] (n=jeffro21@d220-237-209-120.dsl.nsw.optusnet.com.au) 10.07.33 Join spiorf [0] (n=spiorf@host89-143.pool8250.interbusiness.it) 10.12.44 # ootput: I think the ipod bootloader has changed a little recently. It might be necessary to update that too 10.16.05 # * Bagder detects some nice h10 commits 10.16.29 # oh 10.16.37 # I also see that the FM build is red 10.17.05 # barrywardell: you think it makes sense to add a h10 bootloader to the cvs table? 10.17.14 # well it works 10.17.20 # as the normal h10 build 10.18.27 Join bluebrother [0] (i=D51Fez2x@nat-wh-1.rz.uni-karlsruhe.de) 10.18.45 # is that the way you were thinking the bootloader should work? It's basically the same as the ipod one. only a few small differences 10.19.49 # ooh, i just got a handmedown micro-stack 10.19.52 # time to buy an h10 :-) 10.19.53 # how nice! 10.20.05 # shame i'll need a dock for my ipod 10.20.35 Join safetydan [0] (n=dan@cor6-ppp2383.for.dsl.connect.net.au) 10.21.06 # barrywardell: yes I think that makes sense 10.21.26 # so can you start rockbox now? 10.21.28 # ootput: a guitar amp? 10.23.50 # Bagder: yes rockbox starts 10.24.04 # buttons work except the scrollpad 10.24.04 # LinusN: hehe, no. http://www.headphone.com/products/headphone-amps/the-micro-line/ 10.24.07 # that's supercool 10.24.17 # lorijho has it running on the 5gb model too 10.24.20 # LinusN: makes for superb output on portable players 10.24.47 # no sound yet though 10.24.54 # where portable involves a camera pouch :) 10.25.37 Join MarcoPolo [0] (n=MarcoPol@che78-2-82-227-240-106.fbx.proxad.net) 10.25.52 # * Bagder adds h10 normal and h10 boot to the cvs build table 10.26.09 # * LinusN celebrates with the famous new-target dance 10.26.25 # * barrywardell does the dance too 10.26.51 # barrywardell: just let me know when you think it makes sense to provide zips for download, or even daily builds 10.27.58 # will do Bagder. Probably once we have sound working and the scrollpad figured out 10.29.37 # barrywardell: is there a changelog for the ipod bootloader update? 10.30.11 # http://www.rockbox.org/viewcvs.cgi/bootloader/ipod.c.diff?r1=1.16&r2=1.17 10.30.21 # cheers mate 10.31.19 # ootput: also this: http://www.rockbox.org/tracker/task/5755 10.39.53 Quit BHSPitMonkey (Remote closed the connection) 10.45.59 # re 10.48.25 # hi LinusN 10.48.34 # hi 10.48.35 # Already tried doom on the X5? :) 10.48.54 # nope 10.49.12 # barrywardell: congratulations! 10.49.17 # doom is good 10.49.18 # :P 10.50.05 Join _FireFly_ [0] (n=FireFly@p54A44FC6.dip.t-dialin.net) 10.50.22 # thanks markun. lorijho deserves congratulations too. he's been working on the H10 port with me 10.51.20 # Let's hope the gigabeat can deliver good news too sometime soon :) 10.51.37 # Bagder, do you think you can run manual builds for the ondios and the ipods. I somehow broke them yesterday, but it should work now. 10.53.39 # does it really matter for just one day? 10.54.41 # no. But pixelma wanted to check the ondio changes I made. 10.54.51 # barrywardell: what's the resulting output file name for the normal build and the bootloader build? h10 that is 10.55.21 # I had them wrong why they end up red in the table 10.55.23 # rockbox.h10 for the normal build 10.55.40 # for bootloader, bootloader/bootloader.bin 10.56.03 # you have to run mkmi4.sh manually to build the mi4 file from the bootloader 10.56.12 # oh 10.56.23 # why manually? 10.57.33 # i couldn't figure out how to use a different build tool for bootloader and normal 10.57.39 # aha 10.57.45 # normal uses scramble 11.00.42 # tucoz, the html versions are working up to the point where the error occured. 11.00.51 # bluebrother, ok. good 11.01.06 # that is in the plugins then 11.01.06 # seems to be somewhere in the plugins / wavplay. 11.01.15 # yes. I fixed those errors 11.01.31 # not that this is good but at least it is something for the users to read ;-) 11.02.45 # yes. And the old versions are still around at download.rockbox.org 11.04.55 # barrywardell: if no one else does it, I'll probably work on getting a separate scramble tool for the bootloader later on 11.05.43 # Does the h10 bootloader handle dual boot? 11.05.55 # If not, I don't understand why a bootloader is necessary at all 11.05.58 # cool. If you don't get a chance, I might make one myself 11.06.23 # I actually added some comments/docs in the configure just now 11.06.30 # to explain the variables set per target 11.06.53 # amiconn: It does in theory, but at the moment the iriver firmware freezes during startup using the bootloader 11.07.24 # and without using the bootloader, I couldn't get rockbox to start at all 11.07.58 # I haven't found a reason for both of those problems 11.08.18 # Both sound like init problems 11.09.13 # The iriver firmware probably doesn't like one of the changes the bootloader does to the hardware status, and main rockbox is probably missing some init the bootloader is doing 11.09.41 # yes probably. But myself and lorijho searched and searched and couldn't find an answer 11.13.41 Quit Daemonicus``` ("( www.nnscript.de :: NoNameScript 4.02 :: www.XLhost.de )") 11.18.10 Join webguest50 [0] (i=5950027c@gateway/web/cgi-irc/labb.contactor.se/x-119ff2fb7c655f4a) 11.18.36 # where are the fonts for rockbox ? 11.18.45 # there are not in the zip 11.18.49 # webguest50, http://www.rockbox.org/daily.shtml 11.18.51 # not in 11.19.02 # check the font package 11.19.07 # oh 11.19.09 # on that page 11.19.17 # webguest50, at the end of the devices table 11.19.33 # there are not longer in the taget zip ? 11.19.34 # why ? 11.19.38 # too big ? 11.19.39 # because of file size 11.20.01 # they don't change often so it usually doesn't make sense updating them regularly. 11.20.08 # ok 11.20.10 # thus they are only updated on changes. 11.20.13 # sorry for the questions 11.20.17 # np 11.20.28 # i didn't update my rockbox since a long time 11.20.33 # thanks Bagder (happend to notice that the manuals gets built) :) 11.20.34 # thx 11.22.02 Quit webguest50 (Client Quit) 11.22.17 # they're in progress, they're not on the download server yet 11.22.20 # since they're built on the main server and need to be rsynced over to to download.* 11.23.02 # The first four instructions of the h10 of are: 11.23.05 # mov ip, r0 11.23.05 # mov fp, #1792 ; 0x700 11.23.06 # mov r8, r2 11.23.06 DBUG Enqueued KICK barrywardell 11.23.06 # mov r9, r3 11.23.10 # cool. 11.23.27 # does that mean it expects special values in r0, r2 and r3? 11.23.45 Join Kohlrabi [0] (n=Kohlrabi@dslb-082-083-132-004.pools.arcor-ip.net) 11.24.05 # it certainly looks like that 11.24.45 # possibly stuff from the mi4 header - filesize, etc 11.25.25 # i suspect that's why it freezes. does that sound plausable? 11.25.40 # sure 11.26.58 # I'll have to root through the bootloader to find them 11.28.30 Join Paul_The_Nerd [0] (n=Paul_The@cpe-70-112-165-230.austin.res.rr.com) 11.31.06 Join webguest95 [0] (i=c0647cda@gateway/web/cgi-irc/labb.contactor.se/x-43611f2f083e66dc) 11.36.30 # Bagder: I noticed your configure changes. Just one remark - don't renumber the targets (yet) 11.36.51 # The plugin loader currently uses the target id number to check the correct target 11.37.11 # We should probably uses the 4-char target name there as well 11.38.21 # On a related note - I had no problem with the long single-column list 11.38.26 Join lorijho [0] (n=lorijho@host-85-27-70-59.brutele.be) 11.38.55 # what manufactuers make lcd screens? 11.39.02 # sharp, samsung... who else 11.40.34 Quit scorche (Read error: 104 (Connection reset by peer)) 11.40.53 Join scorche [0] (n=scorche@208-110-158-136.customer.csolutions.net) 11.46.18 *** Saving seen data "./dancer.seen" 11.49.14 # daurn|laptop, check the wiki for clues. I mean, you can see what the current rockbox targets use. 11.49.27 Quit barrywardell () 11.55.53 Join dwihno_ [0] (n=dw@81.8.226.44) 11.57.39 Quit Kohlrabi (Nick collision from services.) 11.57.47 Join Kohlriba [0] (n=Kohlrabi@dslb-082-083-146-206.pools.arcor-ip.net) 11.58.24 Quit Jason_ (Read error: 104 (Connection reset by peer)) 11.59.55 Quit [San] (Read error: 110 (Connection timed out)) 11.59.59 Join [San] [0] (n=San@194.125.95.166) 12.00.50 # LinusN: Regarding the lcd access time - do you think it is important to adhere both to the minimum low-pulse width and the minimum high-pulse width, or should it be sufficient to match the minimum cycle-time? 12.04.01 Join theli_ua [0] (n=theli@mail.ukrcard.com.ua) 12.10.58 Part Paul_The_Nerd 12.13.13 Quit dwihno (Read error: 110 (Connection timed out)) 12.22.30 # amiconn: i'm not sure which phase is the most important 12.22.38 Join XavierGr [0] (n=xavier@ppp154-164.adsl.forthnet.gr) 12.23.11 Join TCK [0] (n=tckocr@bb-87-80-197-109.ukonline.co.uk) 12.23.15 Join PaulJam [0] (n=pauljam@p54BCD5CD.dip.t-dialin.net) 12.24.16 Quit [San] (Read error: 110 (Connection timed out)) 12.30.25 # amiconn: nice catch with the IRAM bug 12.30.56 Join amiconn_ [0] (n=jens@rockbox/developer/amiconn) 12.31.40 Quit amiconn (Nick collision from services.) 12.31.41 Nick amiconn_ is now known as amiconn (n=jens@rockbox/developer/amiconn) 12.32.12 # 12:30:25 amiconn: nice catch with the IRAM bug 12.32.57 # LinusN: On a related note - if the high-pulse width isn't that important, it could be possible to use HWM mode by enabling burst writes on the lcd port 12.33.49 # This should stop the bus controller from updating the address bus everytime. But then we need to make sure to write a whole line burst (i.e. 4 registers == 8 pixels) at once 12.34.13 # last time i tried that, it failed miserably because i couldn't meet the high-pulse requirement 12.34.17 Join dan_a_away [0] (n=dan-mirc@217.23.173.156) 12.43.09 Join lightyear [0] (n=lightyea@p5487494B.dip.t-dialin.net) 12.49.00 # wow Febs did a fine job shutting the mouth of some members on the sound quality issue 12.49.13 # http://forums.rockbox.org/index.php?topic=6139.0 12.50.05 # I hope that we will not hear again golden quotes such as "Rockbox sounds like a bag of shit!" :D 12.50.55 # that's like the second time i've heard that today, maybe that thread is worth reading.. 12.51.17 # haha. bag of shit. that's hilarious.. how can something sound like a bag of shit? bags of shit don't really make noise or sound like anything. :) 12.51.24 Join bbroke [0] (n=bbroke@p54BD458B.dip0.t-ipconnect.de) 12.51.55 # midkay I suggest that you read the goldenquotes wiki page 12.52.05 # a very interesting page I must say 12.52.11 # XavierGr: i have, and i know what you're talking about. :) 12.52.16 # just whoever said it in the first place is pretty stupid. :) 12.52.35 # oh and I made that thread a sticky for the time being. I want all the world to see at Febs' results! 12.52.58 # I am really annoyed debating if rockbox sounds the same as OF 12.53.07 # i don't get much out of that thread... 12.53.22 # some graphs and debate about "imaging" and crap.. 12.53.35 # well the conclusion is that Rockbox sounds the same with OF 12.53.48 # there are some differences but are quite inaudible 12.53.58 # the graphs are quite the same 12.54.22 # right.. 12.54.36 # you can't imagine how many times I have discussed this in MR 12.55.08 # many members that think they are audio freaks say they can tell which firmware is which 12.55.12 # if you don't like discussing it, why do you? :) 12.55.13 # yeah, lots of complainers.. 12.55.41 # though... none of them has been under an ABX test! 12.55.53 # mostly the guys that are like "i want SRS WOW and 3D audio effects" from the original firmware that just mutilate the sound.. 12.56.13 # and crap like this, yeah :P 12.57.03 # haha. "ooh, a reverb effect.. this is awesome.. rockbox sound sucks!" :) 12.57.12 # i can't possibly imagine enjoying that.. 12.57.59 # combine with gps and add reverb when driving through a tunnel 13.00.08 Quit theli_ua ("Leaving") 13.00.58 # XavierGr: omendelovitz didn't do the ABX test yet, so don't you think your conclusion is a bit early? 13.02.35 # well maybe.... 13.02.37 # but still 13.02.47 # the graphs are nearly the same 13.02.57 # I would be suprised seeing the opposite 13.03.07 # and his last post 13.03.14 # he admitted that he had eq on 13.03.27 # but okay I will unsticky it until he answers back 13.03.29 # a plot of the difference would be better 13.03.59 # For what it's worth, the inability to ABX a difference doesn't mean that there is no difference. It just means that there has been a failure to prove that there IS a difference. 13.04.10 Join Genre9mp3 [0] (n=yngwiejo@88.218.17.158) 13.04.40 # Still, I suspect that when confronted with an ABX test, most people who claim to hear a difference will discover it is due to something other than the "sound" of the firmware. 13.04.47 # Febs exactly 13.06.14 # By the way, there are many at Head-Fi who claim that Rockbox sounds better than the original firmware. 13.06.41 # i have heard some people say libmad is not the best when it comes to mp3 decoders 13.07.00 # and I heard other say libmad is the best ... :-) 13.07.14 # but i don't know, i think oggenc -q1 sounds good 13.07.23 Part guillaumh ("bye") 13.07.37 Ctcp Ignored 1 channel CTCP requests in 0 seconds at the last flood 13.07.37 # * Bagder can't hardly separate music from white noise in an ABX 13.07.46 # hehe 13.07.54 # On iriver my impression is that rockbox does indeed a better job when playing mp3 13.08.08 # On ipod I can't compare 13.08.57 # upsampling from 32kHz sounds really bad in rockbox 13.09.06 # well I after the ABX test (if there is one) I definitely want this stickied. 13.09.10 Join Rondom [0] (n=Rondom@p54AEE7C0.dip.t-dialin.net) 13.09.54 # But I don't think that he will even bother to undertake the test 13.10.08 # like the rest of those that blame Rockbox on sound quality 13.10.30 # Rockbox' resampler is, ahem, crap. My remark about mp3 playback is only valid for 44.1 kHz 13.10.35 # pointing fingers is easier when you don't have to bother with proof 13.11.21 # is it bad for 48->44.1 too? 13.11.32 # amiconn: I don't really understand where the ticking noise is coming from if rockbox is just doing linear interpolation 13.11.45 # Mikachu: it is always bad 13.11.54 # okay heh 13.11.57 # even for integer scalings? 13.12.04 # Mikachu: it is always bad 13.12.04 # like 22.05->44.1? 13.12.08 # okay, got it 13.12.16 # preglow: any ideas how to improve it? 13.12.21 # markun: the ticking doesn't come from the resamples itself, i'm fairly sure about that 13.12.24 # markun: sure, millions 13.12.41 # but we're on a fairly restricted platform 13.13.03 # the linear resampler is fast, it's got that going 13.13.22 # linear interpolator, i mean 13.13.43 # i put it in there more or less just as a dirty hack until something better falls in place, but it doesn't seem people care 13.13.46 # wow H10 entered the cvs builds! 13.13.52 # I should read the logs more 13.13.59 Join theli_ua [0] (n=theli@mail.ukrcard.com.ua) 13.14.47 # * midkay is just as surprised as XavierGr..?! 13.15.02 # wake up! ;-) 13.15.39 # Bagder: Does playback work on H10? 13.15.46 # no sound yet 13.15.50 # Ah..ok 13.16.39 # so the menus are working okay? 13.16.50 # (the main interface?) 13.17.00 # LCD HD and stuff? 13.17.02 # I think so, but the button driver is not complete either 13.17.12 # ah this is going very good then 13.17.17 # oh yes 13.17.23 # they're doing very good progress 13.17.23 # Rockbox is iRiver friendly :D 13.17.30 # iRiver should be grateful 13.17.39 # well look at the number of ipods we run on 13.17.52 # yeah that damn platform :P 13.17.57 # LOL 13.18.26 # and maybe daurn|laptop will make it possible to add a few more Archos units 13.18.52 # markun: which models? 13.19.08 # I think he wanted to port to the Gmini 402 13.19.23 # opens the doors to other DM320 based player 13.19.39 # would be really neat 13.20.04 # I am dreaming of the MP3 players future. Entering the store to buy it and seeing the label on most DAPs "Rockbox compatible" :D 13.20.31 # Bagder: any other major platforms besides portalplayer and DM320 used in DAPs? 13.20.53 # I'd perhaps count the samsung platforms then 13.20.56 # XavierGr: What about... "Rockbox inside" :) 13.21.02 # hehe indeed 13.21.14 # or "Rockbox Ready" 13.21.33 # I can make some scans of my gf's iriver T30 (Samsung) 13.21.38 # we can start a licensee program, pay us a good amount and we'll let you mark your player "rockbox ready" 13.22.10 # * Febs backspaces over a line he was typing saying exactly what Bagder just said. 13.22.18 # haha 13.24.12 # "Ready to Rock! This player is certified Rockbox compatible." 13.24.24 # chip producers will jump over each other in their efforts to document their stuff for us! 13.24.43 # "We're the number one documentation supplier to Rockbox" 13.24.50 # :-) 13.25.01 # preglow: Can I have some of what you're drinking, please?! 13.25.14 # * preglow hands dan_a_away some milk 13.25.17 # haha 13.25.20 # RocksForSure 13.25.24 # :) 13.26.15 # Which would certainly be more accurate than "Plays for Sure." 13.26.19 Part Bunkey 13.26.32 # PayForSure 13.26.36 # ideal world.... 13.27.00 # LinusN: LOL 13.27.42 # hah, Toshiba is gonna make that Zune player 13.27.56 # they sold out completely 13.29.28 Quit PaulJam (".") 13.30.58 # i wonder what kinda hardware these things will use 13.31.18 # the firmware will probably be protected from here to the moon 13.31.36 # Zune reminds me of the Gigabeat (at least looks like it) 13.32.24 # so playforsure is abandoned? 13.32.48 # Genre9mp3, where have you seen a picture of it? 13.33.18 # Febs: I'll give you a link 13.33.43 # Febs: http://www.engadget.com/2006/08/25/fcc-reveals-toshiba-1089-and-its-looking-a-whole-lot-like-a/ 13.34.54 # preglow: my guess would be that it's similar to the Gigabeat S 13.35.11 # Looks quite iPod-like. 13.35.21 Part Mikachu 13.35.37 # Well, it looks like a Gigabeet with a scrollwheel 13.35.42 # Gigabeat 13.35.57 # Right. Quite iPod-Like! ;) 13.37.12 # Genre9mp3: the round thing is not a scrollwheel but just a joystick pad thing 13.37.54 # markun: Probably you are right 13.38.16 # But it's round like a scrollwheel :P 13.39.39 # * preglow doesn't like all the coloured nicks in the forum 13.40.09 # also, why doesn't the forum use all the page width it can now? it just occupies half of my screen width now 13.41.24 # looks really cramped 13.44.07 # preglow: what could cause the resampling ticking noise? It sounds the same in the simulator. 13.45.18 Join Arathis [0] (n=doerk@p508A5806.dip.t-dialin.net) 13.45.41 # markun: i have no idea 13.45.50 # markun: but like i said, i don't think its the resampler itself 13.45.56 # i think the playback engine does some weird shit 13.46.03 # i tried to debug it some time ago 13.46.19 *** Saving seen data "./dancer.seen" 13.50.35 Quit safetydan ("Ex-Chat") 13.51.03 # preglow: you are right. I disabled the resampling and the ticking is still there. 13.51.12 Join damaki__ [0] (n=Chocolat@ALille-253-1-11-32.w90-7.abo.wanadoo.fr) 13.52.33 # markun: i've noticed it always clicks when upsampling 13.52.35 # never downsampling 13.53.07 Quit fejfighter () 13.53.27 # markun: there is ONE possible bug i have noticed in dsp_input_size/dsp_output_size 13.53.35 # they don't take the initial phase into consideration 13.53.41 Quit _FireFly_ ("Leaving") 13.53.44 # but when fixed, it doesn't help 13.54.01 # i don't think they need to be balls on accurate anyway 13.54.41 # I just disabled resampling so it all sounds really high pitched and I don't know what else could cause it 13.55.28 Join _FireFly_ [0] (n=FireFly@p54A4670E.dip.t-dialin.net) 14.00.07 Quit bluebrother ("Leaving") 14.03.19 Quit Febs () 14.05.30 Quit damaki_ (Read error: 110 (Connection timed out)) 14.11.12 Quit TCK (Read error: 113 (No route to host)) 14.12.00 Join bluebrother [0] (i=F2ugEqoQ@nat-wh-1.rz.uni-karlsruhe.de) 14.13.52 Join Daemonicus [0] (n=No@i-83-67-52-145.freedom2surf.net) 14.21.11 Join Paul_The_Nerd [0] (n=Paul_The@cpe-70-112-165-230.austin.res.rr.com) 14.28.49 Join mirak__ [0] (n=5389f0d6@ip-7.net-82-216-143.rev.numericable.fr) 14.31.02 Quit dan_a_away (Read error: 110 (Connection timed out)) 14.31.22 # preglow: When did it stop using the full page width? It uses it on mine just fine... 14.31.36 Quit mirak__ (Client Quit) 14.32.08 Quit Arathis ("[rl_bot quit]") 14.32.36 Join CGI505 [0] (n=53722d19@AAubervilliers-152-1-31-25.w83-114.abo.wanadoo.fr) 14.32.40 # hey 14.32.54 Nick CGI505 is now known as mirak__ (n=53722d19@AAubervilliers-152-1-31-25.w83-114.abo.wanadoo.fr) 14.33.36 # on coldfire is it possible to move an upper word of a register to another register ? 14.34.03 # I can't find a way in the manual, and it seems only MAC can acces to upper or lower through l and u modifiers 14.34.10 # preglow: Scratch that, I'm seeing some signs of it, on certain screens. I'm really not sure what causes it yet. 14.35.25 # mirak: No you can't, at least not with a single instruction 14.36.59 # Paul_The_Nerd: not all screens, no 14.37.10 # Paul_The_Nerd: the thread overview, for example 14.37.13 # doe sthat 14.37.49 # amiconn damn ...Ăą 14.38.03 # I hate risc 14.38.06 # preglow: Fixed? 14.38.41 # coldfire isn't even pure risc 14.39.13 # not much are pure risc 14.39.31 # Here are some docs for the Zune: http://gullfoss2.fcc.gov/prod/oet/cf/eas/reports/ViewExhibitReport.cfm?mode=Exhibits&RequestTimeout=500&calledFromFrame=N&application_id=561988&fcc_id= 14.41.55 # pixelma: in case you read the logs. The mini svg looks a little weird. In your drawing, only the left side is curved while the player itself is curved on both the left and the right side. 14.42.48 Join TeaSea [0] (n=thunderc@84-51-130-71.judith186.adsl.metronet.co.uk) 14.42.50 # preglow so I guess I can emulate the move by doing a 16 bits shift or an AND 14.46.11 Join GliGli [0] (n=Miranda@giv69-1-82-232-164-112.fbx.proxad.net) 14.46.42 # that's not emulating, that's doing the operation :-) 14.51.58 # mirak: You can do it with swaps and move.w. 14.52.18 # Depending on whether you need to preserve the lower part, the number of requires swaps varies 14.52.37 # (4 swaps when preserving everything) 14.58.15 Join Leeds [0] (n=richardc@94.Red-83-54-38.dynamicIP.rima-tde.net) 14.58.30 Quit bbroke ("Chatzilla 0.9.75 [Firefox 1.5.0.6/2006072814]") 15.03.33 # amiconn: what was the problem with the software shutdown again? 15.04.09 # 14:38 < amiconn> coldfire isn't even pure risc <- a good thing 15.04.28 # Paul_The_Nerd: somewhat 15.05.05 Join dan_a_away [0] (n=dan-mirc@217.23.173.156) 15.05.33 # Paul_The_Nerd: http://www.pvv.org/~thomj/Screenshot.png 15.05.45 Nick dan_a_away is now known as dan_a (n=dan-mirc@217.23.173.156) 15.06.21 # i think that's how they looked before, really 15.07.07 # JdGordon: We need to distinguish between ACTION_NONE because of unmapped keypresses and timeouts 15.07.27 # In fact that should already be possible, I just didn't check my theory yet 15.08.29 # it returns ACTION_UNKNOWN now for unmapped presses... 15.08.38 # preglow: Try reloading for me. 15.08.40 Quit daurn|laptop (Read error: 104 (Connection reset by peer)) 15.09.08 # preglow: It's fixed here on all screens, though the linkbar on the left seems... inconsistent now. 15.09.15 Join daurn|laptop [0] (n=quae@124.243.137.107) 15.09.24 # Paul_The_Nerd: there you go 15.09.41 # something happened with the table now 15.09.44 # all outlines are gone 15.09.54 # no, they're back 15.10.30 # now it renders differently in opera and firefox :PP 15.10.36 # * preglow loves html 15.11.03 # * Paul_The_Nerd mutters 15.11.13 # now it's good both places 15.11.18 # I didn't change anything! 15.11.20 # * Paul_The_Nerd cries 15.11.28 # i think opera is having css caching problems 15.11.31 # Ah 15.11.33 # This is possible 15.11.40 # it's also stupid 15.11.43 # I moved some formatting in and out of CSS earlier 15.12.41 # some of the coloured nicks really are borderline unreadable 15.12.48 # like the light green ones when on a white background 15.13.05 # Yeah, I'm planning on recoloring the experts since they're used on multiple screens now. 15.13.23 # Now that "This Page Is Valid XHTML 1.0 Transitional!" I'll go and do that. I'll figure out the morphing left bar later. 15.13.50 # i don't really see the point in the colouring 15.14.12 # i want to know what group they're in when i read their posts, not when looking at the thread overview 15.14.52 # It's for clueless users. It makes it more obvious when a developer or admin has started a thread, so that they may be more likely to notice it when skimming. 15.15.15 # roit 15.15.40 # There's a balance between "Nice looking" and "Easy for clueless people to use" 15.15.42 # amiconn: to simplify it, can you make that screen not exit after a timeout? 15.15.48 # wouldn't a single colur for all special groups do that equally well? 15.15.57 # i think all the different colours clutters the design 15.16.32 # preglow: Y'know, I hadn't even thought of that. 15.16.57 Join Daemonicus``` [0] (n=No@i-83-67-52-145.freedom2surf.net) 15.16.59 # There were already two colored groups (beyond normal users) when I started, so I just went on in that vein. 15.17.41 # too many different colours might work against the original purpose 15.17.45 # people might start ignoring them 15.17.50 # preglow: Agreed. At the very least there should be less colors. 15.18.16 # yeap 15.18.18 # sounds good 15.18.34 Quit Daemonicus``` (Client Quit) 15.18.35 # At the very least, I'm stripping the non-powered badges of their colors. 15.18.48 # non-powered? 15.18.55 # JdGordon: The screen _should_ exit after timeout, for convenient operation 15.18.58 # Artist and "Coder" 15.19.03 # right 15.19.07 # sounds good 15.19.13 # In fact it should be possible to do that w/o changes to the action code 15.19.32 # it looks like it should be working... 15.19.45 # _iirc_ the button driver sends SYS_TIMEOUT when using button_get_w_tmo() and it times out 15.20.01 # SYS_ events are passed on by the action code w/o changes 15.20.21 Join Arathis [0] (n=doerk@p508A5806.dip.t-dialin.net) 15.20.25 # i just love the ipodlinux svn log, _only_ graphics work :PP 15.20.33 # doesnt the button return BUTTON_NONE on timeout? 15.20.34 Quit Arathis (Read error: 104 (Connection reset by peer)) 15.21.07 # preglow: I'll come up with a way to recolor. I'll also reconsider the value of having the colors on each screen since it's fairly easily toggleable where they do or don't show up. 15.21.42 # amiconn: is the problem that it quits as soon as it enters? it looks like it might be because eaten buttons also return _NONE 15.22.29 # so either that changes, or we o return a proper TIMEOUT value... 15.22.33 # Paul_The_Nerd: cool 15.22.34 # It quits immediately, yes 15.23.00 # Hmm, and you're right, button_get_w_tmo() does return BUTTON_NONE on timeout 15.24.37 # amiconn that's to much instructions. 15.25.23 # to gather low or upper part. The MAC can use that easily, to bad add and sub can't 15.25.38 Join Arathis [0] (n=doerk@p508A5806.dip.t-dialin.net) 15.25.50 # it's also bad that MAC can't use immediate value. That's really very contraining :-/ 15.25.53 # amiconn: i cant test this... but i tihnk adding 3 lines might fix it.... 15.25.59 # while (get_action(CONTEXT_STOPSEARCHING,TIMEOUT_NOBLOCK) 15.26.00 # == ACTION_NONE) 15.26.00 # ; /* wait for action.c to stop eating buttons */ 15.26.10 # before while(!done) in screens.c 15.26.40 Join lodesi [0] (n=lds@d02v-89-83-252-238.d4.club-internet.fr) 15.27.56 Join mikearthur [0] (n=mike@194.70.145.210) 15.28.02 Join A_M [0] (i=51e2cbe3@gateway/web/cgi-irc/labb.contactor.se/x-a07379dabea5412e) 15.28.18 # just thought I'd pop in and say I really like the new GUI improvements for selecting menu options and diplaying the folder name at the top 15.28.22 # they kick ass 15.28.24 # well done 15.28.24 # :) 15.29.36 # amiconn: except, that might eat a real press... 15.33.50 Quit Daemonicus (Read error: 110 (Connection timed out)) 15.37.02 # Okay, the blue link bar no longer morphs 15.38.23 # amiconn: http://jdgordon.mine.nu:8080/shutdown.patch _may_ solve the problem 15.38.47 # Can't test right now. 15.38.59 # ok, well ill leave it there untill you can 15.39.16 # * amiconn tries to remember that he needs to test this thing tonight 15.39.28 Quit lorijho ("leaving") 15.40.04 # Why not just send ACTION_TIMEOUT in case of timeout? 15.42.00 # coz that would be no fun :p thats not your problem tho.. I tihnk it would be easier to give eaten values a different return 15.44.24 # changing that is easier to implement, but i dont know if there will be yukky side effects in other screens.. 15.45.26 # I tinhk it will only be the yes/no screen and this screen which really cares.. 15.45.54 Join mantono [0] (n=mantono@c83-250-204-173.bredband.comhem.se) 15.46.23 *** Saving seen data "./dancer.seen" 15.48.35 Part Paul_The_Nerd 15.49.11 # amiconn: http://jdgordon.mine.nu:8080/eatenpresses.diff is the other option, which looks cleaner.. 15.49.35 # anyone know if profiling still works on coldfire? 15.51.29 Join actionshrimp [0] (n=nn@host86-133-119-138.range86-133.btcentralplus.com) 15.53.44 # JdGordon: What is ACTION_UNKNOWN used for (with that change)? 15.54.03 # a button that is not in any checked list 15.54.35 Quit Leeds (Read error: 110 (Connection timed out)) 15.54.40 # action_none is then only used for timeout and can be set form inside lists 16.01.51 Join rretzbach [0] (n=robert@dslb-084-062-038-004.pools.arcor-ip.net) 16.02.03 # Hi. 16.02.43 # Can you recommend good portable headphones? The cable of my second koss porta pro broke :\ 16.03.01 Quit XavierGr () 16.03.04 # koss the plug are cheap & good 16.03.37 Join freqmod [0] (n=freqmod@140.84-48-78.nextgentel.com) 16.04.05 # sennheiser px 100's are worth trying if you like porta-proish headphones 16.04.25 Join antt [0] (i=ca9c060c@gateway/web/cgi-irc/labb.contactor.se/session) 16.04.25 # no idea about the cable quality though, other than that mine haven't broken in about 1,5 years yet 16.04.40 # hello guys 16.04.40 # cables often break :( 16.05.00 # how do i create a playlist of all my songs? 16.05.03 # rretzbach: i can recommend the ep-630 from creative 16.06.08 # I had the Sony MDR-EX70LP before my porta-pros 16.06.15 Join niskel [0] (n=niskel@fctnnbsc15w-156034072107.nb.aliant.net) 16.06.22 # Was okay, but the porta-pro is still better 16.06.37 # And ultraears are too expensive ;) 16.07.40 Quit antt (Client Quit) 16.07.54 Quit freqmod (Read error: 104 (Connection reset by peer)) 16.12.07 Part LinusN 16.14.11 Join freqmod [0] (n=freqmod@140.84-48-78.nextgentel.com) 16.18.43 Join dwihno [0] (n=dw@81.8.226.44) 16.18.44 Quit spiorf (Remote closed the connection) 16.18.51 Quit niskel (Remote closed the connection) 16.23.17 # JdGordon: What's the purpose of returning ACTION_UNKNOWN vs. ACTION_NONE? I guess if an action is unknown, it also means that no action will be performed? 16.23.57 # ..or are there places where both cases are distinguished? 16.24.07 # im not sure.. 16.24.30 Quit webguest95 ("CGI:IRC 0.5.7 (2005/06/19)") 16.32.02 Quit dwihno_ (Read error: 110 (Connection timed out)) 16.32.05 Join YouCeyE [0] (n=YouCeyE@unaffiliated/youceye) 16.39.57 Quit JdGordon ("Konversation terminated!") 16.42.22 Quit Genre9mp3 ("I don't suffer from Rockbox psychosis. I enjoy every minute of it.") 16.42.47 Join dwihno_ [0] (n=dw@81.8.226.44) 16.57.08 Quit dwihno (Read error: 110 (Connection timed out)) 16.57.36 # I just watch xxxholic. 16.57.39 # Do you too? 16.58.42 Join espen [0] (n=espen@217-154-21.0101.adsl.tele2.no) 16.59.16 Join webguest76 [0] (i=d204119c@gateway/web/cgi-irc/labb.contactor.se/session) 16.59.46 # good evening here in manila 17.00.07 # huhu 17.00.37 # http://www.mympxplayer.com 17.00.45 # can someone help where to download amv ocz this 17.00.58 # amv converter 17.00.58 Join espen_g [0] (i=c1d99a15@gateway/web/cgi-irc/labb.contactor.se/session) 17.01.12 # what does that have to do with Rockbox? 17.01.35 # ahh 17.01.37 # i have a mpp4 mayber you can help me 17.01.39 # wrong chan 17.02.11 # webguest76: this is #rockbox, not a general support channel for weird problems anyone can have 17.02.38 # okey 17.02.43 # thanks 17.02.45 # sorry 17.02.53 Quit webguest76 (Client Quit) 17.05.52 Quit YouCeyE ("Leaving") 17.06.00 Join Carroarmato0 [0] (n=Christop@76.192-244-81.adsl-dyn.isp.belgacom.be) 17.06.21 # hi 17.06.46 Quit theli_ua ("Leaving") 17.07.05 # Is it possible to view videos on the ipod nano through Rockbox? 17.07.39 # I know it can play mpegs, but it's to flaky to fully enjoy 17.09.48 Join Sinbios [0] (n=Sinbios@HSE-Toronto-ppp301395.sympatico.ca) 17.10.10 # so what are you asking really? 17.10.41 # How to correctly encode videos to watch on an ipod nano 17.12.03 Quit A_M ("CGI:IRC") 17.12.10 # http://www.rockbox.org/twiki/bin/view/Main/PluginMpegplayer 17.12.41 # To install it do simply have to copy it in the rocks folder? 17.12.58 # install what? 17.13.08 # the plugin 17.13.40 # of the players that rockbox supports, which are most popular? 17.13.56 # Carroarmato0: the plugin comes with Rockbox 17.14.07 Join tritoch [0] (i=tritoch@71-214-193-62.desm.qwest.net) 17.14.10 # arp: you can tell that as good as anyone else 17.14.16 # ipod 17.14.16 # ipod? :) 17.14.18 # got it 17.14.36 # because of support, or because the ipod itself is most popular? 17.14.40 # i cant get the bootloader off my nano i tried ipodpatcher -w 17.19.35 Join Criamos [0] (n=Criamos@p54930472.dip0.t-ipconnect.de) 17.22.09 # Bagder: Thanks it works! :-) 17.25.00 Join funky [0] (n=repulse@unaffiliated/funky) 17.25.30 Quit funky (Client Quit) 17.25.50 Join Xerion [0] (i=xerion@zorgash.student.utwente.nl) 17.30.10 Quit Carroarmato0 ("Leaving, bye bye!") 17.34.03 # Bagder: Yourself and MrH have my eternal admiration. Reading disassembled code is not for the faint-hearted! 17.35.14 # Depends on how optimised the code is, and what compiler made it 17.36.34 # I just keep on ending up trying to follow loops that seem to point to themselves. 17.37.16 Join [San] [0] (n=San@194.125.95.166) 17.37.59 Join barrywardell [0] (i=892b7bf0@gateway/web/cgi-irc/labb.contactor.se/session) 17.39.13 Quit MrStaticVoid (Read error: 110 (Connection timed out)) 17.40.08 Quit solarflare ("Leaving") 17.41.29 Join apo`` [0] (n=apo@dslb-084-057-071-062.pools.arcor-ip.net) 17.46.25 *** Saving seen data "./dancer.seen" 17.47.00 Quit Pyromancer (Read error: 104 (Connection reset by peer)) 17.47.05 Join PyromancerX [0] (n=Pyromanc@dsl092-069-150.bos1.dsl.speakeasy.net) 17.50.46 Quit apo` (Read error: 60 (Operation timed out)) 17.51.04 Join cmihai [0] (i=cmihai@unaffiliated/cmihai) 17.54.33 Join Carroarmato0 [0] (n=Christop@76.192-244-81.adsl-dyn.isp.belgacom.be) 18.00.28 Quit mikearthur ("Konversation terminated!") 18.01.26 # Badger: Do you know if Rockbox can show iTunes album covers? 18.02.30 # Carroarmato0, rockbox currently can't display album arts 18.02.54 # apart from that there is a jpg viewer 18.03.05 # Badger: Oh ok, thanks 18.03.25 # bluebrother: and thanks to you too. :-) 18.03.26 # Carroarmato0, I'm not Bagder ... if it matters to you ;-) 18.03.56 # ooeps... 18.04.02 # if you want to import itunes playlists there is a plugin in the tracker IIRC. 18.04.25 # there is also a patch for album arts, but IIUC that won't go in until viewports are implemented. 18.04.43 # is it highly under development or good to work? 18.05.11 # viewports? It's planned but afaik no development yet. 3.0 is still pending 18.05.26 # and viewports are planned for 3.1 18.05.51 # ok 18.06.04 Nick daurn|laptop is now known as daurn|afk (n=quae@unaffiliated/daurnimator) 18.06.07 # there are "experimental" builds out there that include some of the patches. If you want to play around with it yet. 18.06.20 Quit cmihai ("I'm a rageaholic! I just can't live without rageahol!") 18.06.21 # but these builds are not official. 18.06.56 # no thanks, I just recovered from a stupid Ipod Update bug that kept me busy for 3 days! :-p 18.07.11 # what software can generate b4s playlists? Only winamp3 or also winamp5? Does anybody know? 18.08.55 # bluebrother: I know that it doesn't work on Winamp5 18.09.48 # ok, thanks. So I think it's only winamp3 which can be considered useless. 18.11.44 # bluebrother: If I'm not mistaking ZoomPlayer should have support for b4s too. 18.13.34 # dan_a: I have extended the scanrate test plugin to work on all b&w and greyscale targets, made its output and operation somewhat user friendly, and committed it under a different name to cvs, "test_scanrate". 18.13.50 # Could you give it a try on your 3G? 18.14.24 # amiconn: No problem - I'm just attempting to build a Sansa sim at the moment, as soon as that's compiled I'll give it a go 18.14.30 # You just need to add it to apps/plugins/SOURCES - it's not built by default as with all test plugins 18.15.21 # My latest timer.c changes will also make it easier to operate (no "jumping" when changing the cycle) 18.16.01 # I left the default at 80Hz fpr 3G/4G, maybe it's more like 77Hz 18.16.07 # s/fpr/for/ 18.16.54 # Excellent. Compiling it now 18.19.19 Quit Carroarmato0 ("Leaving, bye bye!") 18.25.08 Join Farpenoodle [0] (n=solo84@cm58.sigma78.maxonline.com.sg) 18.26.48 Join djh0ax [0] (i=80ceae1a@gateway/web/cgi-irc/labb.contactor.se/session) 18.26.58 # hello 18.27.28 # first time in here for me 18.29.00 # amiconn: Just under 87.6Hz. 18.29.10 # djh0ax, welcome. 18.29.10 # djh0ax: Hi 18.31.16 # tucoz, currently we use "folder" and "directory" in the manual. I'm not sure what would be best: use only one term consistently or add a glossary where we explain that these terms are identical. 18.32.01 # otoh, having a glossary may be useful otherwise. Like for explaining "root folder", as this gets understood wrong again and again. 18.32.06 # what do you think? 18.32.34 # so how do i get a copy of rockbox? 18.32.39 Join CriamosAndy [0] (n=Criamos@p54930D49.dip0.t-ipconnect.de) 18.32.55 Quit Arathis ("[rl_bot quit]") 18.32.59 Join bbroke [0] (n=bbroke@p54BD458B.dip0.t-ipconnect.de) 18.33.16 # damaki__: Wow, wouldn't have expect it that high with the bigger line count 18.33.27 # Sorry, directed to dan_a 18.33.48 # Hmm, anyone with a 4G grayscale around? 18.35.33 # djh0ax, http://www.rockbox.org/daily.shtml is probably what you want. 18.35.39 # depending on your player. 18.35.41 Join pixelma [0] (i=pixelma@82.193.235.34) 18.35.47 Join San [0] (n=San@194.125.95.166) 18.35.56 # djh0ax: Go to www.rockbox.org. Make sure to read the documentation before you start. 18.36.38 # thank you 18.37.09 # djh0ax, find the manual on the daily builds page. It has nice installation instructions. 18.37.24 # right on thank you 18.38.45 Quit San (Client Quit) 18.39.06 # dan_a: Hmm, do you remember how many fps you got in test_fps when running at 75MHz? 18.39.49 # amiconn: It was higher than you expected. I'll just test again to see 18.39.58 Quit Rondom ("Ex-Chat") 18.40.02 # * amiconn hopes that it's above 90fps 18.40.31 # bluebrother, consistency is gold imo 18.40.38 # If we set the refresh rate for grayscale to 87Hz, there should be at least some cpu time left for other things... 18.40.42 # tucoz: the mini.svg and the eps I made with inkscape here look alright... 18.41.18 # are both the left and right side shaded? 18.41.19 # tucoz, then what should we go for? Folder or directory? 18.41.29 # tucoz: yes 18.41.38 # hmm. not here in firefox 18.41.45 # only the rockbox logo is wrong 18.42.00 # let me check with inkscape 18.42.11 # I'm usibg firefox too 18.42.14 # *using 18.42.32 # looks as it should in inkscape 18.43.07 # bluebrother, I am not sure. As I came to think of it, maybe a mix of folder and directory just enrichens the language? 18.43.38 # as a first step, how about adding a glossary for terms like that? 18.43.40 # 30MHz: 1/1 = 45.5, 1/4 = 160. 75MHz: 1/1 = 100fps, 1/4 = 352.5fps. That might not be completely accurate, I've just found out that I can't boost the CPU from the debug menu any more, so I had to play an MP3 to get it to boost. 18.43.59 # good idea 18.44.14 # I still need a place to explain "root folder" ;-) 18.44.17 Join Nico_P [0] (n=nico404@rob92-6-82-231-243-63.fbx.proxad.net) 18.44.27 # so people really misunderstand this? 18.44.33 # sometimes. 18.45.08 # seems to be mostly real "users" that don't have any further knowledge of computers at all. 18.45.17 # ok. I think I call it the root, or root directory (i.e. the directory where the root is). 18.45.58 # I'll try start something glossary like 18.46.00 # I am not sure if i call it folders or directories. I think I prefer directories in general though. 18.46.22 Quit daurn|afk (Read error: 104 (Connection reset by peer)) 18.46.39 Join DanManners [0] (n=J3susJuL@ool-45766df3.dyn.optonline.net) 18.46.46 # btw, i have no further changes to commit. just wanted to get some stuff in cvs yesterday. 18.46.51 Join daurn|laptop [0] (n=quae@124.243.137.107) 18.46.59 # except for the updated images from pixelma 18.47.36 # amiconn: When I ran it last time (boosting properly) it was 92.5fps. 18.47.44 # the new images are really nice. 18.48.00 # you seemed to be working heavily on the manual the last days ;-) 18.48.04 # yes, I think so too. makes the manual look more pro. 18.48.35 # Hey, I'm wondering...trying to upload a wps, but I think I need write-permission? 18.48.52 # well, i hate the target specific stuff and the outdated stuff from the 2.4 manual. 18.48.53 # I thought that I read that you have to have someone else give you write permission, can anyone here do that? 18.49.04 # DanManners, that is for the wiki right? 18.49.05 # sorry to interupt the conversation btw 18.49.26 # ya 18.49.39 # the wps wiki 18.49.42 Quit Criamos (Read error: 110 (Connection timed out)) 18.50.07 # I am not sure how to give you write access, but someone else knows :) 18.50.18 # I finished the iTunes wps for iPod video, and I can't figure out how to get write permission 18.50.19 # oh 18.50.20 # alright 18.50.23 # did you sign up? 18.50.27 # ya 18.50.35 # and your wikiname is? 18.50.39 # DanManners 18.50.46 # same as IRC 18.50.54 # tucoz, you need to add the wiki name to the TWikiUserGroup page 18.51.00 # ok. I can do that. 18.51.05 # awesome 18.51.07 # (IIRC) 18.51.10 # Thanks man 18.51.13 # ^_^ 18.51.54 # ok, try now 18.52.04 # okay 18.52.04 Quit Xerion (" ") 18.52.09 Quit MarcoPolo (Read error: 104 (Connection reset by peer)) 18.52.31 # Wah hah! 18.52.33 # It works 18.52.41 # bluebrother, do you think i should remove the LCD screen sizes from the appendix? 18.52.43 # thanks man...now I just need to upload my wps somewhere 18.52.49 # cool 18.53.14 Join netcrusher88[cgi [0] (i=181159a8@gateway/web/cgi-irc/labb.contactor.se/session) 18.53.45 Quit [San] (Read error: 110 (Connection timed out)) 18.54.03 # tucoz, yes. Doesn't make sense anymore ... maybe having the devices' resolution somewhere when describing the use of bitmaps. 18.54.29 # is there any possiblility in the future of the rockbox community purchasing a PlaysForSure license? that article by ESR the other day made it sound like a possible idea 18.55.02 # yes. that could be wise. Then we could use the \genericimg macro for that. 18.55.14 Quit espen_g ("CGI:IRC (EOF)") 18.55.22 # What are the real chances of it happening though? 18.55.45 # netcrusher88[cgi, I wouldn't think so. not unless that licence is GPL compatible. 18.55.57 # that's sort of what I'm thinking 18.56.05 # right, hadn't thought of that 18.56.11 # what is PlayForSure? 18.56.25 # something Microsoft invented (i think) 18.56.36 # something anybody needs? 18.56.37 # MSFT's DRM - think, cdigix, napster, rhapsody, that sort of thing 18.56.45 # s/anybody/somebody/ 18.56.58 # so nothing I need at least ;-) 18.57.06 # so it's used for playing back drm content? 18.57.26 # I don't think anything related to DRM is GPL compatible ... 18.57.40 # true 18.57.41 # at least I don't have an idea of something that could be compatible. 18.58.45 # well napster/rockbox compatibility seemed like a good idea... 18.59.00 # but yeah, they wouldn't take well to a product key being distributed under GPL terms 18.59.18 # afk 18.59.41 # me too, gonna upload wps's 18.59.43 # afk 19.00.03 Quit netcrusher88[cgi ("CGI:IRC (EOF)") 19.02.36 Quit djh0ax ("CGI:IRC (EOF)") 19.05.45 Join Farpnut [0] (n=solo84@cm58.sigma78.maxonline.com.sg) 19.07.18 # * jhMikeS wonders what LinusN meant by "compress the patch" when he put it up in plain text (no zip). 19.15.11 Quit Farpenoodle (Read error: 110 (Connection timed out)) 19.19.19 # Wooh-Hoo! My WPS is FINALLY up!!! 19.19.47 # Hmm, iirc there was a reason for the lcd screen size table being in the manual, but I can't remember what it was... 19.20.28 # I'm not sure, but 19.20.43 # wasn't the lcd screen size table in the manual for WPS and such? 19.20.53 # so that you didn't make somethign that went off-screen or didn't fit? 19.21.37 # For this you only need your target's lcd resolution, not a table of all targets... 19.23.39 # I said I wasn't sure 19.23.41 # whatever 19.24.13 Join nadia007 [0] (i=0ca579c6@gateway/web/cgi-irc/labb.contactor.se/session) 19.24.42 Quit JoeBorn ("Leaving") 19.25.02 Join webguest10 [0] (i=539d2b0c@gateway/web/cgi-irc/labb.contactor.se/x-0d04e4a65c67c5d6) 19.25.21 Quit nadia007 (Client Quit) 19.29.27 # hey 19.32.11 Join Massa [0] (n=Massa@85.220.132.199) 19.32.30 # Hi everybody! 19.32.58 # Nico_P, are you online and ready to discuss some albumcover problems? 19.32.59 # amiconn, the lcd screen size table was previously in the manual for unknown reasons. But, one reason to keep it there was to use it as a reference when you make wps' to other targets 19.33.12 # Nico_P ;) 19.33.57 # amiconn: however, the problem is that we only include wps tags valid for the actual target and not all tags. 19.35.47 # I just uploaded my first version of a token based WPS parser to safetydan's flyspray entry FS#4826 - I would be happy if somebody could have a look at - comments are very welcome! 19.36.07 Join spiorf [0] (n=spiorf@host89-143.pool8250.interbusiness.it) 19.36.34 # Massa: i'm here 19.36.53 # Hi Nico_P! 19.36.59 # hi :) 19.37.04 Join diget [0] (n=diget@83-64-119-204.moedling.xdsl-line.inode.at) 19.37.32 # Did you have time to take a look at my latest incarnation of the albumcover patch? 19.37.53 Quit barrywardell ("CGI:IRC (Ping timeout)") 19.37.54 # not really 19.38.31 # but basically it adds the formatting codes, no ? 19.38.59 # Well it seems the current implementaion is at its end - It hits some limitations of the WPS parsing which can not be solved easily... 19.39.36 # You mean the resizing parameters? That was only a small goodie ;) 19.39.41 # what would you want to add that's currently not possible ? 19.40.26 # It's impossible to use the albumcover tag inside of conditionals - that will never work (until we redefine the tag ;) 19.40.54 # ok 19.41.04 # The problem are the parameters to the tag - the WPS is not able to handle that (and will never) 19.41.56 # So my idea is to change it completely - e.g. have a "%Cl" tag with all the parameters which preloads the images (or tells the metadata to do so ;) 19.42.23 # And an easy "%C" tag which just displays it - similar to the "%xl" / "%xd" tags... 19.42.41 Quit daurn|laptop (Read error: 104 (Connection reset by peer)) 19.43.13 Join daurn|laptop [0] (n=quae@124.243.137.107) 19.43.23 # Or even better: have a "%Cl|c|..." for "album bitmap of current title" and a "%C|n|..." for "album bitmap of next title" 19.43.53 # yeah but IIRC, with the %x tags, the pictures get loaded only once, don't they ? 19.43.57 # (and also a "%Cc" for displaying the current albumcover and "%Cn" for the next . 19.44.55 # Yes - that's one thing we need to change for our case ;) 19.45.06 Join Pyromancer [0] (n=Pyromanc@dsl092-069-150.bos1.dsl.speakeasy.net) 19.46.28 *** Saving seen data "./dancer.seen" 19.46.33 # Additionally I thought about using the "img" element of the wps_data and higher it's size for two additional images (our album cover). 19.47.04 # I don't really see the need for the next album art... 19.47.52 Nick t0mas_ is now known as t0mas (n=Tomas@ip503c08d1.speed.planet.nl) 19.47.53 # hi 19.48.05 # I've been out of rockbox design for too long :( 19.48.31 # but if I want to buy an iPod... which one should I have? Rockbox now working on all of them? 19.48.40 # Nico_P: I agree, there's no need for it - but maybe some people might find it funny to create a WPS screens which contain two album bitmaps. 19.49.25 # Nico_P: at least it's an additional gimmick which would be no problem to add (I assume) if we change it to work as I suggested. 19.49.56 # tucoz, the note you added has only one problem: on players with remote that resolution isn't mentioned. 19.50.38 # I'll add it. 19.51.10 # Nico_P: we could also use most of the current preloading and image loading/displaying mechanism for our case. 19.51.28 # Massa: I don't really understand what changes you are suggesting... what would need to be done exactly ? 19.52.37 # For me this patch was kinda stalled in its basic principle until we get metadata on buffer 19.52.57 Quit daurn|laptop (Read error: 104 (Connection reset by peer)) 19.53.27 # BTW, does anyone know if that's going to come anytime soon ? 19.53.35 Join daurn|laptop [0] (n=quae@124.243.137.107) 19.53.56 # Nico_P: first of all (and mostly visible to the user) we would split the current %C tag into two - one which defines the data and one which actually displays it. 19.55.17 # Nico_P: lately I discussed the current and future WPS parsing mechanism here - and my conclusion was, that that has always to be done (if we ever want to allow the %C tag to be used inside of conditionals) 19.55.50 # ok 19.56.07 # what's the color depth of the x5 remote? 19.56.21 # Even with viewports there will be no really change in WPS parsing - it will just all be based on viewport dimensions instead on screen sizes. 19.56.41 Join oxygen77 [0] (n=thomas@82.237.174.211) 19.56.51 # Is the "metadata on buffer" related to it? 19.57.11 # it doesn't look like it 19.57.30 # * linuxstb dissects a Tatung Elio 19.57.38 # Isn't that already the current tagcache implementation? 19.58.21 # linuxstb: what's that for a device? Never heard about it. 19.58.45 # * dan_a has Samsung YH920 to be dissected 19.59.08 # Massa: Yet another PP5020-based DAP... 19.59.13 # * dan_a has just persuaded the Sansa sim to compile 19.59.46 # Massa: i don't think so, but i haven't been able to follow the developement closely these last months 19.59.56 # linuxstb: big display? 20.00.10 Join rconan [0] (n=richard@82.12.30.125) 20.00.11 # linuxstb: What about that chinese thing with a 2.5" hdd? 20.00.12 # found it. 20.00.18 # metadata on buffer was supposed to be a part of lostlogic complete rewriting of the playback engine 20.00.55 # amiconn: Without a Telechips datasheet, it's not going to be a fun port. 20.01.04 # lostlogic: are you online? 20.01.09 # Massa: 220x176 - same as the H300 and ipod Photo/Color. 20.01.20 # linuxstb: Ehm tcc730? 20.02.01 # * amiconn also remembers that the manufacturer offered help (??) 20.02.03 Quit PyromancerX (Read error: 110 (Connection timed out)) 20.03.10 # Nico_P: so what do you think about my suggestions? Shall we keep to use the image buffer for our images or would it be worth the effort to use the preload image mechanism (and that array)? 20.03.41 Join author123 [0] (i=5029c03c@gateway/web/cgi-irc/labb.contactor.se/session) 20.03.47 # Nico_P: another thing: what do you think about the bitmap resizing patch? 20.04.33 # amiconn: TCC761 20.04.51 # Hey all... Anyone any idea if it is technically feasible for the iPod to decode and mix two audio streams at the same time? For >30 secs (crossfade I guess does this, but it seems to struggle >5 secs on the build I am using) 20.05.02 # Hey all... Anyone any idea if it is technically feasible for the iPod to decode and mix two audio streams at the same time? For >30 secs (crossfade I guess does this, but it seems to struggle >5 secs on the build I am using) 20.05.22 # Hey all... Anyone any idea if it is technically feasible for the iPod to decode and mix two audio streams at the same time? For >30 secs (crossfade I guess does this, but it seems to struggle >5 secs on the build I am using) 20.05.38 # author123: You can stop asking... 20.05.58 # Massa: would the fact of using the preloading system mean we would have to load the pictures to another buffer ? 20.06.18 # linuxstb: I just found it (with help of Google ;) - seems to an interesting (because it's cheaper than iRiver and Apple) device! 20.06.22 # author123: Yes, it's feasible. It could probably do it today with an easy codec like FLAC. For MP3, either our MP3 decoder will need to be improved, or you simply use the second Apple CPU. 20.06.29 # ^ARM CPU 20.06.32 # about bitmap resizing, I tested it a few weeks ago and it seemed to work fine 20.06.41 # Massa: I bought it in Toys 'r' Us for 99UKP. 20.06.44 # also it's very useful 20.06.55 # linuxstb: Hmm, arm core... at least not calmrisc :) 20.07.03 # Lol --- sorry! It was saying i couldn't send PM's and my mesage wasn't showing up 20.07.07 # Then five did at the same time lol 20.07.35 # but it should be kept simple, i'm not sure we need all that much settings (still talking about resizing) 20.07.46 # But yea cheers linuxstb - I intend to look in to the source code properly etc. but just wanted to know if I was wasting my time or not 20.07.47 Part diget 20.07.49 Join diget [0] (n=diget@83-64-119-204.moedling.xdsl-line.inode.at) 20.07.54 Part diget 20.08.12 Join webguest50 [0] (i=51e2f433@gateway/web/cgi-irc/labb.contactor.se/session) 20.08.29 # Nico_P: no I assume we can still use the img_buffer - but as far as I can see we could use the "official" image loading system and simplify our code! 20.08.31 # but thanks :) 20.08.31 # Yeah I was thinking second CPU would definately do it, makes it a bigger project for me though as I know little to nothing about the internal workings of the iPod 20.08.58 # Nico_P: BTW, we're already using the "preloading" mechanism - at least we use the parsing inside the wps_preload function ;) 20.09.11 # is there any eye-candy patches out there? or else I'm a bit tempted to make a nice menu interface with big icons etc :) 20.09.30 # Massa: yes so separating the tags shouldn't be too hard... 20.10.03 # but i think we should be careful to keep it as simple as ppssible 20.10.03 # webIrc sucks, brb with a real client 20.10.48 # Nico_P: about the resizing: it seems only to work for larger bitmaps and it also seems only resize to a size which is a factor of the original size - even if it sets the image dimensions to the proposed resize dimensions. 20.11.03 # Nico_P: this leads to a box around the image :( 20.11.27 # i didn't see that when i tried it... 20.11.32 # i'll look at it again 20.11.34 # I had a look at the code - but I'm not familar with bitmap data and I don't understand it... 20.12.07 # Nico_P: I already asked takka about that - but he did not answer. 20.13.01 # i'm going to eat. i'll get myself back in the code after that, i really need to see what has changed lately ;) 20.13.06 # Nico_P: So it would be O.K. for you if I split the tag? 20.13.33 # seems like a good idea 20.13.56 # if you see an elegant way to do it, do so and we'll see if it works well 20.14.05 # Nico_P: fill your stomach - it's better to fight with a full stomach :) 20.14.12 # also we'll have to discuss all this with the main devs 20.14.20 # :-) 20.14.39 # Nico_P: I'll have a look at! - and of course we need to fight later for an inclusion :) 20.15.03 Quit webguest10 ("CGI:IRC (EOF)") 20.15.17 Quit author123 ("CGI:IRC (Ping timeout)") 20.17.55 Join lowlight [0] (i=c730180b@gateway/web/cgi-irc/labb.contactor.se/session) 20.23.15 Part DanManners 20.29.22 Join diget [0] (n=diget@83-64-119-204.moedling.xdsl-line.inode.at) 20.29.31 # hi all 20.33.20 Quit daurn|laptop (Read error: 104 (Connection reset by peer)) 20.33.42 Join daurn|laptop [0] (n=quae@124.243.137.107) 20.35.06 # bluebrother, nice. But we should probably add those resolutions to the platform files as well. 20.35.12 # can anyone tell me how repeat a-b works on ipod nano? - 20.35.12 # manual quotes "hold play and press left/right" when a-b repat mode is selected 20.36.20 # tucoz, I was also thinking about that but refrained because it affects only 3 devices. But when we start writing a remote section we should do so. 20.36.42 # yes. that sounds good. 20.37.44 # diget, it looks like the "hold play and press left/right" is a bit uncertain as it is marked in red in the manual. 20.38.47 # I thought so ;) - where can I look the actual keys up ? 20.39.11 # in the source. or if some helpful soul shows up. 20.40.24 # I'll have a look, thanks 20.40.29 # Isn't section 1.8 of the ColdFire programmer reference manual V.2 in error? amiconn? 20.40.59 # diget, I am looking in the apps/keymaps/keymap-ipod.c file but see no mention of a a-b action. 20.42.15 # and this is defined for the irivers at least. 20.42.23 # maybe it is set through a menu somehow 20.44.42 # jhMikeS: No, why? (except a slight typo - it's -1 < operand < 1 - 2^(-(N-1)) for fractional) 20.45.30 # The actual values for N=16 and N=32 are correct 20.45.35 # Are things represented differently for mac? 20.45.39 # ? 20.46.01 # amiconn, do you know how to set A and B on the ipods? 20.46.30 # Isn't -(1*a(N-1)) supposed to represent the sign bit? 20.48.54 # << is a left shift which is "asl" right ? 20.50.47 # tucoz: I think it's only accessible via the context menu. 20.50.50 # oh right...that's for fractional 20.51.11 # linuxstb, ah. thanks. that is what i thought. 20.51.16 # mirak: Depends. For signed integers << is asl 20.51.20 # since it's doing 2^-power aye 20.51.22 # For unsigned << is lsl 20.51.35 # diget, you have to enter the context menu to be able to set the A and B points. 20.51.47 # jhMikeS: Yes, the topmost bit represents the sign 20.52.26 # amiconn: I tried to copy cat the C code in asm but it seems there is a problem in how I believe the data are ordered 20.54.17 # Actually asl and lsl perform the exact same operation. Note that this is not true for asr vs. lsr 20.55.29 # shouldn't lsl chunk the sign bit ? 20.55.32 # amiconn: but it's a fractional sign that represents -1 not -2147483648 20.55.46 # threw me for a sec 20.56.02 # amiconn: or you mean for unsigned 20.56.21 # nope 20.56.36 # lsl and asl are doing the exact same thing on the bit level. 20.56.45 # afk 20.57.29 # That's why most architectures (e.g. arm and sh) only have one of them. m68k/coldfire has both, which is just redundant 20.59.09 # does do asl lsl do differently? 20.59.25 # oh nothing I guess :) 20.59.53 # They should have just used the same opcode but a different mnemonic or did they? 21.02.40 # Hmmm...bit 3 is different that's it 21.06.16 Join Xerion [0] (i=xerion@zarathul.student.utwente.nl) 21.06.54 # tucoz, I've tried to find an option within the context menu and also press the different key combinations, but still no luck ;*( 21.07.18 Quit webguest50 ("CGI:IRC") 21.10.23 # amiconn: There is a binary posted for Ondion FM (that's what you said you had right?)...if you would be kind enough to check out the rec/playback I would be thankful. 21.10.35 # I mean Ondio 21.11.19 # Massa: for your wps re-write...you can now have different xmargins for each scroll line... 21.11.57 Quit apo`` (Read error: 104 (Connection reset by peer)) 21.11.58 # Massa: so you could do something like "Artist: %s%ia" and have it just scroll the artist name (not the whole line) 21.12.01 # * linuxstb likes the buttons on the Elio - it has a four-button direction pad, 8 other buttons and a hold-switch... 21.12.09 Join XavierGr [0] (n=xavier@ppp60-163.adsl.forthnet.gr) 21.12.20 Join lodesi_ [0] (n=lds@d01v-89-83-182-213.d4.club-internet.fr) 21.12.27 # Ondio + Onion = Ondion? 21.12.37 Join apo [0] (n=apo@dslb-084-057-071-062.pools.arcor-ip.net) 21.12.59 # LOL 21.15.02 Join webguest15 [0] (i=534ea8c0@gateway/web/cgi-irc/labb.contactor.se/session) 21.16.08 Join damaki [0] (n=Chocolat@ALille-253-1-16-78.w90-7.abo.wanadoo.fr) 21.17.55 Quit webguest15 (Client Quit) 21.18.40 # Anyone know if Rockbox can handle a FAT32 disk without a partition table? 21.18.40 # lowlight: 1.) how does this match with older WPS code? 21.19.07 # lowlight: 2.) how does it know up to which character it should scroll in your example? 21.21.49 # Massa: You can't scroll like that in the current wps code (it scrolls the whole line regardless of where the %s is) 21.21.55 # I'm saying if you are redoing the wps parsing code you could code for something like that. 21.23.04 # I made changes to the lcd scrolling last week so that the xmargin can be different for each scrolling line 21.23.19 # lowlight: no, that's not my intention - that could also later be done with viewports... ;) 21.23.35 # Is parses the entire WPS file for each update right? 21.24.17 # jhMikeS: yes, currently it does. 21.24.19 # Massa: true...if you want to wait for viewports 21.24.35 # yeck 21.25.16 # * jhMikeS eyes are on viewports but is wondering if regions shouldn't be added or maybe z-buffer 21.25.26 # lowlight: does this change act like paprica's scrolling margins patch ? 21.25.58 Part diget 21.26.14 # (FS#2954) 21.26.16 # lowlight: My intention is to make it much easier to add new tags and to combine often used code. 21.26.51 # lowlight: and hopefully to make the code more readable - although this is really hard ;) 21.27.19 Quit lodesi (Read error: 110 (Connection timed out)) 21.27.59 # jhMikeS: I don't think that z-buffer will be added - although everything is open - amiconn didn't start the show up to now ;) 21.29.15 # Nico_P: I didn't look at paprica's patch... 21.29.35 # Now, the x-margin for a scroll line is now set at the time of the call to put_scroll 21.29.49 # lowlight: and no - I don't want to wait for viewports - I'm just sure it'll not be added if I add such new gimmicks... 21.29.56 Quit damaki__ (Read error: 110 (Connection timed out)) 21.30.00 # Massa: z-buffer might be faster. An 8-bit buffer would allow 256 simultaneous overlays. 21.30.28 # So you can do screen_set_xmargin...puts_scroll...screen_xmargin...puts_scroll using different margins 21.31.50 # jhMikeS: you have to talk with amiconn to get more informations about the planned viewport implementation - it's all in his head :) 21.31.53 Quit BHSPitLappy (Read error: 110 (Connection timed out)) 21.32.19 # Massa: There's been one in my head too...amiconn's obviously more "go go go" with it. 21.32.41 # But now that it's starting I want in. 21.32.57 # jhMikeS: as far as I know it's planned to be as simple as it can be - for the existing code it should "just" replace the current screen width/height with viewport width/height 21.33.55 Join xNibbler [0] (n=sven@e181121163.adsl.alicedsl.de) 21.34.32 # jhMikeS: "now that it's starting"??? amiconn told me a few days ago that it still may take some time until he _starts_ the viewport implementation.... 21.34.44 # lowlight: my question is rather : would your change allow to reproduce the patch i was talking about ? because it's a real pain to keep up to date with CVS but it will never be commited and it's rather useful 21.36.27 # Nico_P: I second that! 21.36.58 # Nico_P: well, if that patch did as i described...then yes :). As I said, I never looked at or used that patch. 21.37.17 # lowlight: from a user point of view: does your changes change anything? It's currently just for developers, isn't it? 21.37.59 # lowlight: the thing is i don't really understand the purpose of your commit 21.38.21 Quit Nibbier (Read error: 60 (Operation timed out)) 21.38.25 # it looks somilar but maybe there's a subtelty i don't get 21.39.07 # Massa: I made those changes because if you enable the "Show Path" option in the file view, then path display & file list need to scroll with different margins. 21.39.55 # lowlight: but you cannot make use of it in WPS, or can you? 21.40.46 # Massa: seems like we could 21.40.51 # Nico_P: I don't know what paprica's patch did or does, so I can't comment except to describe the new behavior that I implemented. 21.41.38 # lowlight: well from what you just said i tried it out and it seems *very* similar to what paprica's patch was meant for 21.42.14 # Massa: There's currently no effect on the wps...hence my suggestion to code it to do so. 21.42.25 Quit bbroke ("Chatzilla 0.9.75 [Firefox 1.5.0.6/2006072814]") 21.42.27 # Massa: ok...my ambitions are for arbitrary viewports of any size with a z-order where each viewport coordinates are (0, 0, with-1, height-1) and don't have to be limited to screen size. They should also be displaceable and resizeable. 21.43.00 Join MarcoPolo [0] (n=MarcoPol@che78-2-82-227-240-106.fbx.proxad.net) 21.45.04 # Each one must be notified that it is invalid if any part is uncovered and needs updating or else you'll need a full bitmap for each to be stored and that would use more ram. 21.45.56 # * jhMikeS thinks things need to be more even oriented rather that procedural 21.46.01 # event 21.46.03 # * linuxstb pings Bagder (or anyone who knows about mi4) 21.46.23 # mi4 = Mission Impossible 4? 21.46.30 *** Saving seen data "./dancer.seen" 21.47.08 # The standard PortalPlayer firmware format 21.47.24 # sounds about right 21.47.28 # http://daniel.haxx.se/sansa/mi4.html 21.47.32 # Massa: i think it's worth looking into this margins thing 21.47.45 Join JoeBorn [0] (n=jborn@adsl-75-3-56-78.dsl.chcgil.sbcglobal.net) 21.48.06 # * jhMikeS pings amiconn because he thinks he being ignored :) 21.49.53 # Nico_P, lowlight: I also think the margins could be very useful for the WPS - at least until the viewports are implemented (which will take a while). 21.50.04 # Last I heard Portal Player is in the dumps 21.50.48 # Massa: it might prove useful even when the viewports are implemented, who knows ? 21.51.16 Join Rondom [0] (n=Rondom@p54AEFE66.dip.t-dialin.net) 21.51.24 # jhMikeS: seems like a very ambitious vision - but also a complicated thing - do we really need it for our small devices? 21.52.38 # Massa: Smaller devices can have a simpler implementation...but an x5 or iRiver should be giver the works. 21.52.40 # lowlight, you have commit access? If yes, you could implement a "%m" tag which uses your margins changes... 21.52.50 # iPods too 21.53.14 Join fraggsta [0] (n=jrw6@82-32-117-167.cable.ubr03.hawk.blueyonder.co.uk) 21.53.27 # * jhMikeS will add a rectangle function suite to kick things off 21.53.52 # jhMikeS: here's my suggestion: implement at least a proof of concept or a complete patch, put it on flyspray and fight for it here at IRC! 21.54.14 Join sharpe [0] (i=sharpe@user-0c8hc2c.cable.mindspring.com) 21.54.22 # jhMikeS: and don't forget to add the possibility to use different fonts and colors inside your viewports ;) 21.54.32 # Has anyone managed to successfully apply the audioscrobbler patch to what's in CVS in the last few days? I just tried, fixed (I thought) the errors it gave when I tried to apply it but it's not working, no last.fm entry in the menus. 21.54.42 # * amiconn returns 21.54.54 Join Farpenoodle [0] (n=solo84@cm58.sigma78.maxonline.com.sg) 21.54.58 # linuxstb: rockbox does handle superfloppy formatted disks w/o problem 21.55.06 # I'm fighting like hell for my recording update right now...it's so ready to be in CVS but I can't get people to test out the devices it doesn't actally add feature to...I guess if they don't get something extra they don't care 21.56.06 # Viewports should be simple... so no z-buffer planned 21.56.27 # amiconn: did you see the thing about the ondio binary available? 21.56.38 # Viewports will still be powerful, and solve a lot of problems we have right now 21.56.41 # Nico_P, lowlight: I have a patch at flyspray for eons which adds margins to the peakmeter similar to the progressbar - they told me it'll never be added because of the upcoming viewports... :( 21.56.43 # linuxstb: I am looking into the mpegplayer code and realise one big struct is used and inside there is the DCT_block[64] the problem is I don't see how this could be declared in iram specificaly 21.56.49 # jhMikeS: i haven't had a look at your patch, but why would it change anything on targets without recording capabilities ? 21.57.04 # Massa: The fact that I didn't start writing the actual code yet doesn't mean there is nothing 21.57.36 # amiconn: There were some movements of operations to a new function and a change to the labels array. Just want to be positive. They do compile. 21.57.51 # amiconn: At least when I plug it into my PC, my Elio doesn't have a partition table. My first test will be to try and run some code that writes to the disk - can I just call "disk_mount_all()" as normal, or do I need to do something special? 21.57.56 # It implements the code the same way though 21.57.57 # also, what do I need to do to get the video player working for X5 from CVS right now? I noticed that didn't seem to work either (it didn't show the video file in the file listing, like the daily build did) 21.58.16 # I means Nico_P up ther 21.58.22 # I tend to think over my ideas a lot, and actually writing the code then is the smaller part of the work 21.58.43 # amiconn, of course not! Designing a feature (even if only in your head) does cost much more time than coding it later...! 21.58.57 # jhMikeS: ok, i get it ;) 21.59.02 # Oops - you just wrote the same thing :) 21.59.21 # The bins are in the forums under recording 21.59.40 # linuxstb: Nothing special. disk_mount_all() checks all 4 primary partition table entires, and if none of them is valid, finally tries mounting the medium starting at sector 0 (aka superfloppy mode) 21.59.52 # s/entires/entries/ 22.00.17 # Of course superfloppy mode makes rockbox complain about not being able to save settings 22.00.19 # amiconn: I guess you're not interested in check it out? Just say so. I won't be offended. 22.00.35 # I am interested to check it out. 22.00.45 # gtg, bye 22.00.47 # * amiconn has a bunch of units to try it on 22.00.58 # Most of them are already tested though 22.01.06 Quit Nico_P () 22.01.19 # amiconn: Thanks. 22.01.22 # linuxstb: I think that's why it's so slow on the iriver 22.01.24 # It's been tried on x5, H300, H120, Archos Recorder SP already 22.01.42 # there is one big struct and most of the thing are static, that's not even pointers 22.01.43 # There is no recorder SP... 22.01.55 # I think you mean Ondio SP 22.01.57 # I know...didn't matter 22.02.32 # Archos '....SP' usually designates a device which can't record 22.02.39 # Ondio SP, Gmini SP... 22.03.04 # We don't know the intended meaning, maybe 'simple player' or 'stupid player' ;) 22.03.09 # mirak: I haven't looked inside libmpeg2 at all... 22.03.22 # Yes I believe Ondio SP was it 22.03.35 # #7 22.03.59 # Playback needed to be checked real quick...that was all. 22.04.56 # linuxstb: aren't you curious ? :p you implemented it right ? 22.05.17 Quit ootput ("leaving") 22.05.48 # mirak: To be honest, I'm trying to stay out of libmpeg2... I've got too many other things to do. I want to finish implementing the higher-level parts of mpegplayer, but am hoping others will do the dirty work :) 22.06.06 # i wise tactic 22.06.08 # Hopefull it won't mean "Sans Playback" 22.06.18 # a too 22.06.20 # i suck 22.08.45 # linuxstb: I am doing that but I somethings are wrong. 22.10.29 # * amiconn is unzipping the test build to his Ondio FM 22.10.32 Join barrywardell [0] (n=barrywar@194.46.190.11) 22.10.38 # =:) 22.11.12 # All other of my targets capable of recording were already testedf 22.11.14 # -f 22.11.41 # I don't know whether it's necessary to test recording-incapable targets 22.12.01 # linuxstb: anyway it's strange, I tried to remove the idct loops (screen is garbage of course) and it doesn't give a performance boost at all. 22.12.33 # the bottle neck seems somewhere else 22.12.46 Join linuxstb_ [0] (n=linuxstb@rockbox/developer/linuxstb) 22.12.48 # amiconn, I don't know if you have extra docs on MAS, do you know what is configured by the reg 0x1 of the codec. In the doc there is a gap btw reg 0x0 and 0x6 ? But the code I use for PCM playback from DSP configures something in this reg 0x1 to change the samplerate 22.13.07 # amiconn: there were some move of talk_buffer_steal calls and the audio format array is updated 22.13.11 Quit Farpnut (Read error: 110 (Connection timed out)) 22.13.18 # see id3.c 22.14.52 # in mpeg.c: 22.14.53 # - if(source == 0) /* Mic */ 22.14.53 # + if(source == AUDIO_SRC_MIC) 22.15.00 Quit espen ("Leaving") 22.15.24 # I suppose most is recording so id3.c should be the only effect there 22.17.36 # hrrrmph 22.17.43 # uh oh 22.17.48 # * amiconn needs to squeeze the voice files more 22.18.11 # With rockbox in RAM, the voice file doesn't fit anymore 22.18.35 # * jhMikeS wants a voice synth that sounds like a Speak-'n'-Spell 22.19.01 Quit linuxstb (Read error: 60 (Operation timed out)) 22.20.04 # http://rafb.net/paste/results/CPEVbE69.html the idct_row for coldfire line 327, I am not sure if the (int_16 * block) pointer is passed appropriately to the asm function. I use the "a" modifier, to force gcc to use an adress operand. I am also not sure the words are in the appropriate order (big endian or not) 22.20.12 # jhMikeS: First bug: 22.21.02 # I just mimic in asm what the C function is doing. But I am far to get the correct image. 22.21.07 # When entering the recording screen, the monitoring signal is muted, even though "Volume:" shows the should-be-active value" 22.21.20 # Adjusting volume un-mutes it 22.22.05 # Lemme look 22.23.38 # amiconn: The recording screen or recording from FM? 22.23.50 # Recording screen 22.23.52 # barrywardell: Are you around? 22.24.00 # Tested with source == mic 22.24.00 # yup 22.24.15 # It sets gain immediately after setting recording options...I don't get it 22.24.24 # That code was untouched 22.24.37 Nick linuxstb_ is now known as linuxstb (n=linuxstb@rockbox/developer/linuxstb) 22.24.43 Quit _FireFly_ ("Leaving") 22.24.52 # It has a new config block version...maybe that's it 22.24.56 # barrywardell: I bought myself a Tatung Elio today - another PP5020/mi4 player... 22.25.03 # wow, cool 22.25.13 # * barrywardell googles tatung elio 22.25.31 # The product page is here: http://en.europe.eliohome.com/product_pj1022_01.html 22.25.36 # we decrypted their mi4 22.25.50 # static void set_gain(void) 22.25.50 # { 22.25.50 # if(global_settings.rec_source == AUDIO_SRC_MIC) 22.25.50 DBUG Enqueued KICK jhMikeS 22.25.50 # { 22.25.50 # audio_set_recording_gain(global_settings.rec_mic_gain, 22.25.50 *** Alert Mode level 1 22.25.50 # 0, AUDIO_GAIN_MIC); 22.25.52 # } 22.25.54 # else 22.25.56 # { 22.25.58 # /* AUDIO_SRC_LINEIN, AUDIO_SRC_SPDIF, AUDIO_SRC_FMRADIO */ 22.25.58 # iirc 22.26.00 # audio_set_recording_gain(global_settings.rec_left_gain, 22.26.02 # global_settings.rec_right_gain, 22.26.04 # AUDIO_GAIN_LINEIN); 22.26.06 # } 22.26.08 # } 22.26.14 # Coolest thing is that the (blue on the picture) "Elio" sign in the middle of the direction pad glows in different colours - I've seen red, blue and green so far... 22.26.36 # looks quite nice 22.26.52 # have you cracked it open yet :D 22.26.58 # jhMikeS: It's not the new config block version. 22.27.12 # And it happens every time I exit and re-enter the recording screen 22.27.25 # barrywardell: Yes, but only partly. I didn't have a screwdriver small enough to remove the main board from the case, so couldn't see the LCD. 22.27.50 # any familiar components? 22.28.04 # Bagder: Do you have a copy of the bootloader for the Elio? 22.28.13 # barrywardell: PP5020, WM8731L... 22.28.29 # Ok...I'm clueless atm...I didn't change that for hw or sw codec 22.28.32 Ctcp Ignored 1 channel CTCP requests in 0 seconds at the last flood 22.28.32 # * amiconn is searching a suitable cable for testing line in 22.28.35 # linuxstb: no, but I'm quite sure it comes with their firmware download 22.28.44 # just named slightly differently 22.28.45 # * amiconn is suffering from 'too many cables error' 22.29.39 # ah, I don't have that TPJ-1022 model on the mi4 page 22.29.54 # Bagder: I'm trying to get it now... mi4code.c can decrypt (using the default key) the pp5020.mi4 that I can see in the /system folder on the player. What do I need to do to run my own code? 22.30.16 # linuxstb: use mkmi4.sh in tools 22.30.37 # barrywardell: I tried that (with the h10 option), and the Elio didn't like it. 22.30.52 # you need the right key 22.30.55 # the h10 option probably wouldn't work. it has a different key 22.31.03 # try h10_5gb 22.31.09 # that uses the default key 22.31.20 # but it is a 010201 header 22.32.01 # is the tatung a 010301 header? 22.32.34 # I think they've used both for other players I have on the mi4 page so linuxstb needs to check 22.32.35 # I think so. Here are the first two lines of the decrypted .mi4: 22.32.36 # 0000000: 5050 4f53 0102 0100 0c5b 2900 9bf7 b2d8 PPOS.....[)..... 22.32.36 # 0000010: 0200 0000 0060 2900 0002 0000 0000 0000 .....`)......... 22.32.45 # 010201 yes 22.32.58 # so h10_5gb should work then 22.33.09 # yes, as-is 22.33.28 # OK, trying now... 22.33.51 # amiconn: you're certain this wasn't always a bug? I changed nothing regarding that in recording.c. Maybe the global setting isn't being updated. 22.34.40 # Bagder: I was thinking of changing mkmi4 to just use -pall instead of encrypting. it works on both h10 models anyway 22.34.56 # yes it would be nicer 22.35.20 # as long as it works with the other mi4 models 22.35.24 # Yes, that seems to have worked. Now to see if the file my test bootloader created exists on the hard drive... 22.35.51 # * linuxstb looks for a paper clip to reset the Elio 22.35.51 *** Alert Mode OFF 22.35.59 # barrywardell: to start with we can do it conditionally for the platforms we know it works for 22.35.59 # Bagder: Any progress / ideas about the Sansa LCD? I've had a small go at making the sim compile - all I need to do is make better artwork and a better keymap before that can be committed 22.36.29 # dan_a: I have some ideas mrh has provided me with but I've had very little time to work on it 22.37.38 # jhMikeS: Recording filename extension is wrong 22.37.46 # If you want me to test anything, I'm happy to - though I left the USB cable at my girlfriend's house, so can't do anything this evening 22.37.50 # It _must_ be mp3 for hwcodec 22.37.57 Join webguest24 [0] (i=c3ec4b1b@gateway/web/cgi-irc/labb.contactor.se/session) 22.37.58 # amiconn: what is it? wav? 22.38.02 # yes 22.38.08 # Should be mp3? 22.38.16 # Hrmph, and context menu is (again!) broken on Ondio 22.38.35 # I definitely fixed that for button action 22.38.43 # That's not your bug though... 22.38.47 # ok 22.39.21 # I set left the default to WAV in recording.c cause that's how it was in the first place. 22.39.27 # tucoz: are you still around? 22.39.32 # It probably was never correct 22.39.33 # I'll re-check the volume issue with cvs 22.39.45 # hmm 22.39.46 # It was _definitely_ correct on archos before 22.39.58 # shall i put rockbox into RAM on my ihp-160? 22.40.16 # barrywardell: BTW, the start of the Elio firmware looks similar to the H10 - i.e. it looks like it is expecting some of registers to contain some special values set by the bootloader. 22.40.39 # fixed file extension bug 22.40.39 Quit Landus (Nick collision from services.) 22.40.45 # possibly MrH has an idea about those regs 22.40.57 Join Rob2222 [0] (n=Miranda@ACB21994.ipt.aol.com) 22.41.00 Join Landus [0] (i=Landus@70-100-181-192.dsl1-erie.roc.ny.frontiernet.net) 22.41.01 # I mean, he soon knows those bootloaders by heart ;-) 22.41.15 # interesting. i wonder if they expect the same data 22.41.23 # most likely I'd say 22.42.50 # I did a logf dump to see if I can find why sound playback isn't working: http://pastebin.ca/152466 22.42.58 # does anything there stand out? 22.43.55 # Someone please kill that dreaed hidden one-button horizontal scrolling, grrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrr!"§$%&%& 22.44.27 # pcm and codec buffers both get filled according to the debug info 22.45.40 # barrywardell: Have you implemented all the FIQ-related code for the H10? There's some initialisation done in crt0.S, but that should hopefully all be within a CPU_PP define. 22.45.53 Quit mantono ("Don't worry, be happy") 22.46.48 # i left crt0.S and it's maze of ifdefs alone for the moment. but it does look like everything is within CPU_PP and no ifdef IPOD_ in there 22.48.23 # amiconn: when you adjust the mic volume it should be updating the global settings and when you enter the screen, it should use that so I'm stumped about that one. 22.49.39 # barrywardell: I'm pretty sure there's no IPOD defines in crt0.S. Is the FIQ code being run? Is it possible that the CODEC is connected differently on the H10 to the iPods? I'm unsure on how I2S, I2C and everything work, so that might be a silly thing to suggest. 22.49.45 # amiconn: I wonder if that bug is mine or not. I'll repeat: I made no alteration to that code. 22.49.50 # :) 22.50.06 # I don't talk about the recording level, but about the monitoring volume 22.50.29 # ?? The MIC volume or just the headphone volume? 22.50.35 # The volume bar shows the currently active volume when entering the recording screen, but the headphone output is muted 22.50.44 # monitoring == headphone 22.50.44 # ahh 22.50.45 # dan_a: any ideas how I could check if the FIQ code is being run? 22.50.48 # ok 22.50.59 # Otherwise I would have talked about the recording level 22.51.46 # amiconn: forgive me then! :) It uses mas codec right? 22.51.49 # * barrywardell is only just starting to learn about the whole I2S, I2C thing 22.52.00 # jhMikeS: Yes 22.52.08 # FM recording is working, btw 22.52.19 # amiconn: and all HWCODEC players write mp3 atm 22.52.21 # i need a curse word to be translated from english to swedish 22.52.23 # (apart from the extension bug) 22.52.26 # can anyone help me out? 22.52.49 # barrywardell: Either do it neatly by putting a counter which you can read from a debug screen in fiq(), or do it the way I did when I knew nothing which was to call lcd_set_flip(1); lcd_update() from within fiq(). 22.52.58 # jhMikeS: Yes. The MAS3587F can only encode to mp3 (v1 and v2) 22.53.13 # It can play mp2 and mp3 (v1, v2 and v2.5) 22.53.19 # My way, if the screen turns upside down, the FIQ handler is being called... 22.53.25 # amiconn: extension bug is remedied...have to dig into the volum control though 22.53.53 # jhMikeS: I'll re-check with a cvs buil (well, cvs + my local changes) 22.54.41 # pixelma, now i am 22.54.42 # Bagder: When I run mkmi4.sh, it gives a message "The data in input file offsets 0xe0-0xeb will be overwritten. You should not have your own code/data there!" - is that referring to bootloader.bin (in my case)? 22.54.52 # yes 22.55.28 # that part of bootloader.bin is empty anyway 22.56.01 # OK... Well, my test bootloader fails to create a file. 22.56.13 # jhMikeS: Didn't you say it was also tested on archos recorder? 22.56.20 # It calls sound_set_volume(global_settings.volume); for all types just before recording 22.56.25 # * amiconn wonders why the tester didn't find the extension bug 22.56.34 # Ondio SP that's it 22.56.37 Quit Icemaann ("leaving") 22.56.42 # No hw recorders yet 22.56.43 Quit Rob2222_ (Read error: 110 (Connection timed out)) 22.56.48 # Ah ok 22.57.07 # sound_set_volume() is correct - but it must be called at the right time 22.57.20 # Switching the MAS to recording involves a MAS reset 22.57.22 # It was a thing I suspected would happen but I left the default WAV extension alone for the time being...bad idea 22.57.42 # So the volume should be set AFTER setting record mode? 22.57.42 # * linuxstb kicks himself 22.58.00 # (which isn't absolutely necessary, but it is how it's implemented right now) 22.58.03 Quit Xerion (" ") 22.58.13 # * amiconn sighs 22.58.32 # The org file I have shows otherwise 22.59.09 # Integrating the pcm codec will cause major headaches, since we have to consider both recording and playback - and the memory constraints 22.59.37 # set_headphone_volume should be grouped with set_recording_gain 23.00.21 # jhMikeS: how are the recording codecs handled now? do they share address space with playback codecs or do they use a separate buffer? 23.00.45 # amiconn: They swap out the voice codec and load on the codec thread. It works very nicely. 23.01.13 # The voice codec swapping should go away _imo_ 23.01.45 # It causes hangs but primarily because messages are being sent to the voice codec while it is not the current_codec 23.02.24 # I fixed hang when running fast to the recording screen with voice menus by checking that. After that...no hangs 23.03.17 # So you think I should put the headphone volume after the call to audio_set_recording_options? 23.05.49 Join BHSPitLappy [0] (n=steve-o@ppp-70-251-117-166.dsl.rcsntx.swbell.net) 23.06.21 Join Arathis [0] (n=doerk@p508A5806.dip.t-dialin.net) 23.06.38 # I thinks o... but if you didn't change the order, you have obviously changed something hidden 23.06.45 # With cvs it works. 23.07.53 # hmm 23.11.56 # oh damn...I put audio_init_recording after the volume update when it was the other way around before...*slapps self* 23.12.13 # Program terminated with signal SIGTRAP, Trace/breakpoint trap. 23.12.16 # barrywardell: I've updated a patch that linuxstb did for me when we were getting the iPod 3G going - it's at http://www.weirdo.org.uk/rockbox/fiq_count.diff 23.12.33 # can someone explain what happens here? I'm debugging the sim with gdb. 23.13.06 # * jhMikeS will remedy that too 23.13.12 # barrywardell: Play some music, then go into the "debug audio thread" menu and see if the FIQ count is still 0. 23.13.14 Quit Pyromancer ("Leaving") 23.13.24 # i'll try it now thanks. 23.23.02 Join gursikh [0] (n=guriskh1@dsl254-123-245.nyc1.dsl.speakeasy.net) 23.23.08 Part lowlight 23.23.59 # amiconn: http://daniel.haxx.se/upload/files/rockbox-ondio-fm.zip 23.24.32 # dan_a: fiq count is staying at 0 23.25.18 # I think you're on to something there. 23.25.45 Quit Massa (Read error: 60 (Operation timed out)) 23.26.12 Quit rretzbach (Read error: 104 (Connection reset by peer)) 23.29.12 # barrywardell: As I understand it, the FIQ is used to keep the I2S buffer full - when the buffer is empty (or maybe nearly empty, I don't know) the FIQ on the processor is signalled. So to me that says either that the I2S isn't consuming data, or that the processor is not listening to the right thing. linuxstb knows a lot more than me, though 23.29.59 Part gursikh 23.32.34 # i see ( i think ) 23.32.43 Quit oxygen77 ("Leaving") 23.36.09 # and regarding the initial registers the firmware seems to use from the BL, it should be fairly easy to store the contents somewhere and investigate them 23.37.21 Part tucoz ("Leaving") 23.38.15 # Bagder: that sounds a lot easier than figuring out the BL 23.38.23 # hehe 23.38.29 Join freqmod_n [0] (n=freqmod@140.84-48-78.nextgentel.com) 23.38.33 # jhMikeS: Both bugs are fixed now 23.38.51 # * amiconn just discovered an interesting detail wrt fm and recording on Ondio FM 23.39.21 # If you select a low sample rate (e.g. 22kHz) this influences the headphone signal 23.39.31 # ...even if not actually recording 23.40.15 Quit mirak__ (Read error: 110 (Connection timed out)) 23.40.24 # jhMikeS: Did you check the code size impact of your patch 23.40.28 Quit mirak (Success) 23.40.37 # (especially on archos where it matters most) 23.41.30 # amiconn: Is the headphone signal thing original. 23.42.03 # amiconn: That shouldn't bloat anything for hw...Maybe a few K for SW...if that 23.42.57 # I'll compare build sizes with and without 23.43.23 # Most of the mass is the codecs themselves 23.44.01 Join mirak [0] (n=mirak@AAubervilliers-152-1-13-176.w82-121.abo.wanadoo.fr) 23.46.33 *** Saving seen data "./dancer.seen" 23.47.07 Quit GliGli ("Miranda IM! Smaller, Faster, Easier. http://miranda-im.org") 23.48.58 # Bagder: I've just downloaded the Elio firmware update, and there's no bootloader file - just a PP5020.mi4 23.49.24 # that's common for the 010201 ones with default key 23.50.14 # And the PP5020.mi4 is identical (same md5sum) as the one that came installed on my player. 23.50.45 # My test bootloader isn't creating a file, so I'm wondering if it's actually being run. 23.51.15 Quit BHSPitLappy (Read error: 110 (Connection timed out)) 23.51.26 Quit freqmod (Read error: 110 (Connection timed out)) 23.52.25 # did you try running just your self-encrypted version first? 23.52.34 # like patching a string or two 23.52.36 # linuxstb: you could try resetting 23.52.48 Join BHSPitLappy [0] (n=steve-o@adsl-209-30-59-60.dsl.rcsntx.sbcglobal.net) 23.53.10 # Two good ideas... 23.53.29 # * barrywardell searches for the reset address 23.53.59 # Elio looks nice 23.54.13 # (most new players look kind of like ipods though) 23.54.33 Nick apo is now known as sleepo (n=apo@dslb-084-057-071-062.pools.arcor-ip.net) 23.55.13 # write 4 to 0x60006004 23.55.27 # my good idea was stolen from MrH :) 23.58.21 # barrywardell: Your idea worked - my Elio is in a reset loop. 23.58.29 # The elio is looking a bit strange to me 23.58.34 # So the code is definitely running. 23.58.50 # I'm not sure how Tatung made it so large.