--- Log for 14.07.103 Server: sterling.freenode.net Channel: #rockbox --- Nick: logbot Version: Dancer V4.16p1 Started: 10 days and 14 hours ago 00.02.41 # well that part doesn't take any time. the delay is waiting for BSY, which previously didn't use the correct address 00.03.13 # but i agree we should investigate more and see if there is a workaround 00.03.20 # <[IDC]Dragon> It must have taken some time, because you saw the Rockbox logo. 00.04.03 # agreed. i wonder what really was happening. 00.04.11 # <[IDC]Dragon> ;-) 00.05.06 # btw, i'll check in 8MB plugin support in a few minutes. no PIC yet, maybe later if we figure out how to fix it. 00.05.30 # <[IDC]Dragon> Oh, that's great! 00.05.57 # <[IDC]Dragon> on the other end, it starts a compatibility problem. 00.06.08 # yes, it means another API version bump 00.06.39 # <[IDC]Dragon> How about running the plugins at a lower, common address, carving a hole into Rockbox? 00.07.29 # it's quite difficult. the linker can't handle working around a carved-out hole, so we'd have to manually try to piece it together. 00.07.40 # <[IDC]Dragon> version bump? You want to have two groups of versins for that? 00.08.20 # no, i'm just checking the memory size in plugin_test() 00.08.30 # <[IDC]Dragon> Ah, good. 00.09.18 # <[IDC]Dragon> About the hole: how about after the exception vectors? Then the Rockbox code doesn't need to flow around a hole. 00.09.38 # <[IDC]Dragon> (but I need to change my bootloader) 00.10.32 # yeah, that could work. i'll need to think about it some more. 00.10.52 # <[IDC]Dragon> OK. 00.10.57 # i'll commit this fix first. we can change it later if we want to. 00.11.14 # <[IDC]Dragon> Another OK. 00.11.46 # <[IDC]Dragon> This afternoon I made a flash firmware set for the FM. 00.12.02 # do you have an fm to test with now? 00.12.12 # <[IDC]Dragon> Need to try it tomorrow, hope to get hold of such a box. 00.12.22 # nice 00.12.32 # <[IDC]Dragon> A co-worker has one. 00.13.35 # <[IDC]Dragon> The Archos FM firmware is quite a bit larger, leaves less room for us. 00.14.08 # <[IDC]Dragon> 12 KB in fact, it just went into a new flash sector by a few bytes. 00.14.20 # <[IDC]Dragon> But we still have plenty. 00.14.23 # ok 00.14.53 # * Stevie-O yawns 00.14.55 # good morning 00.15.15 # <[IDC]Dragon> Oh yes, it's past midnight. 00.15.24 # it's only 6pm here 00.15.27 # and since I just got up 00.15.33 # it's still morning 00.15.37 # :-) 00.15.42 # how goes it? 00.15.51 # <[IDC]Dragon> And you call us old Europe, we're alwas ahead. 00.15.58 # <[IDC]Dragon> always 00.16.28 # yeah, you're like 6 hours in the future 00.16.33 # i'm doing a few last cleanups before i go on vacation tomorrow 00.16.35 # hmmm 00.16.40 # so tell me, what's the future like? 00.16.44 # do we have flying cars yet? 00.16.52 # :) 00.16.58 # <[IDC]Dragon> Oh, that's tomorrow? I understood the week after. 00.17.06 # wtf are those damn dorky scientists waiting for 00.17.43 # yeah, it's tomorrow. i probably expressed myself poorly. 00.18.02 # lol 00.18.06 # oh man 00.18.07 # <[IDC]Dragon> And you got the nerve to still be Rockboxing? 00.18.34 # <[IDC]Dragon> My girlfriend would be upset. 00.18.39 # i was supposed to write the x86 emulator to run office XP on Rockbox today 00.18.48 # hehe 00.19.01 # <[IDC]Dragon> still not done? 00.19.04 # I need to write a defragmenter for Rockbox 00.19.26 # <[IDC]Dragon> That would be slow, I guess. 00.19.45 # only if you think I mean the same thing as what Windoze Defragmenter does 00.20.24 # When I first got my FM, I just dumped all my mp3s in it as they were 00.20.43 # so i had about 5 directories and 1100 mp3s in the root 00.21.01 # (it was a short time before I noticed it was cutting off the end of the list...) 00.21.30 # when I got Rockbox, I was forced to put everything into directories b/c of the 400 limit 00.21.47 # so I made dirs [A-H] [I-P] [Q-Z] 00.22.19 # and moved the mp3s into the right dirs 00.23.04 # well while testing some new code (which still doesn't work) to speed up open()s 00.23.25 # I discovered that my root dir is like this: 00.24.21 # ... 00.24.45 # well over 1000 00.25.06 # ah, how silly :) 00.25.11 # since it's probably about 4 entries per file, it's probably over 4000 00.25.19 # now think about this 00.25.27 # at 32 bytes per entry 00.25.33 # that's 128000 bytes 00.25.49 # at 512 bytes per sector, that's 250 sectors Rockbox has to read through 00.25.57 # which have NO USEFUL DATA 00.26.07 # yup 00.26.10 # i also found an error in the shortname generation code 00.26.13 # <[IDC]Dragon> How about backing up the whole to a PC, erazing the box, putting it back? 00.26.34 # [IDC]Dragon: yuck 00.27.04 # plus, files that I created *after* the deletions still aren't covering the beginning 00.27.21 # even rockbox-created files? 00.27.32 # less sure about those 00.27.37 # rockbox doesn't create much in the root dir 00.27.44 # only those internal files 00.27.48 # from the ROM dump 00.27.52 # at least i wrote it to use first-fit 00.27.58 # I think those *are* at the beginning 00.28.28 # Also, this giant root dir *is* fragmented 00.28.34 # its clusters are all over the disk 00.29.06 # so apparently it doesn't defragment the root 00.29.06 # yeah, i can imagine 00.29.22 # I wonder if it does subdirs 00.29.31 # oh, a question about debug builds 00.29.42 # i've not actually built one, since I have no serial mod 00.29.53 # but i think it generates an .elf? 00.30.32 # yes, for use with gdb 00.31.05 # what's the debug format used to store the debug info? 00.31.32 # umm, not sure. it's part of the elf file. 00.31.45 # i think it's DWARF 00.32.37 # * Stevie-O needs to find a dll to read DWARF 00.38.58 # is there a homepage for elfutils or what? 00.39.19 # no idea 00.39.29 # binutils maybe? 00.40.07 # objcopy should contain code to read all sorts of elf sections 00.41.00 # mkay 00.41.54 # ah, libbfd 00.42.47 # man, I got so much stuff I need to write 00.43.10 # the hacker's dilemma :) 00.44.21 # (1) i need to finish jbrserbus, a driver to spawn virtual serial ports 00.45.01 # (2) hmm. I need food, too. 00.45.15 # 6:44pm, kentucky fried taco hut should still be open 00.45.24 Nick Stevie-O is now known as Stevie-fOod (whatsit2u@user-2inilgl.dialup.mindspring.com) 00.45.27 # bbiab 00.51.21 # <[IDC]Dragon> I'm off for bed. 00.51.33 # yeah, me too. long day tomorrow. 00.51.34 # <[IDC]Dragon> Zagor, have a nice vacation! 00.51.37 # thanks 00.51.50 Quit [IDC]Dragon ("Leaving") 01.06.08 Quit Zagor ("Client exiting") 01.26.01 Nick Stevie-fOod is now known as Stevie-O (whatsit2u@user-2inilgl.dialup.mindspring.com) 01.40.17 Join tracktheripper1 [0] (jirc@ACBF441F.ipt.aol.com) 01.40.20 Quit tracktheripper1 (Client Quit) 01.40.45 Join tracktheripper [0] (jirc@ACBF441F.ipt.aol.com) 01.40.50 # at last 01.40.55 # the server died earlier on :( 01.41.18 # wb? 01.41.42 # hello stevie-O 01.41.47 # whats up? 01.42.59 # not much 01.43.12 # yeah 01.43.40 # I read on Amazon that someone described the Ipod as looking like a "Lady's electric razor" 01.44.24 # lol 01.45.02 # Meanwhile, the Archos was described by the same person as looking like a "James Bond detonator" 01.50.09 # :-) 01.58.36 *** Saving seen data "./dancer.seen" 02.02.13 Join midknight2k3 [0] (jirc@12-229-204-15.client.attbi.com) 02.02.24 # hello all 02.06.41 # lol 02.08.36 # hey midknight! 02.08.41 # I have something for you 02.08.53 # hey, so do I 02.08.59 # hmm, where's my bat... 02.09.41 # lol 02.09.49 # can you hear me stevie-o? 02.09.59 # or am i still blocked 02.10.47 # i can hear you midknighty 02.10.54 # not stevie 02.10.56 # he block me 02.10.57 # did u get that link in the PM? 02.11.11 # ah well never ,omd 02.11.15 # yes 02.11.17 # i got it 02.11.41 # what do u think? 02.12.01 # lolololol] 02.12.08 # :) 02.14.03 Join BoD[] [0] (~BoD@m232.net195-132-84.noos.fr) 02.14.09 # heeeiiiiiziziziizialaakkiilalala 02.14.10 # BOD 02.14.11 # it is BOD 02.14.19 # YES :) 02.14.29 # BOD has not been here for long time 02.14.38 # hi BoD 02.14.38 # well a few days :) 02.14.42 # hi 02.15.03 # so ... THE question : is the flash thing is "stable" ? 02.15.11 # basically 02.15.20 # did you try it ;) 02.15.27 # us fm recorder users dont get it till later :/ 02.15.34 # arg 02.15.40 # i'm a recorder20 man 02.15.46 # you can have it now 02.15.49 # but i must wait 02.16.16 # last time i went here it worked but the guys adviced me to wait a bit 02.16.36 # yeah i dunno yet 02.16.41 # id give it another week to be sure 02.16.53 # ok 02.17.17 # it's too bad the digest is idle 02.17.25 # BOOO 02.17.26 # :D 02.17.28 # since i don't read the mailing list, it was my source 02.18.03 # lololololol 02.18.07 # what:) 02.18.08 # just go to rockbox.haxx.se 02.18.10 # lol 02.18.17 # you dont need to use that just go there 02.18.24 # yeah i know but i mean 02.18.36 # the digest thing is handy 02.18.46 # yehasj 02.18.49 # yeah 02.19.15 # but i think it's just that the maintainer is in holliday 02.20.20 # "in holliday"? 02.20.22 # lol 02.21.03 # hollidays ? 02.21.17 # what's wrong 02.21.19 # hey 02.21.43 # hey 02.21.46 # it's jet! 02.21.49 # :) 02.22.58 # hey all 02.22.58 # :) 02.24.07 # *silence* 02.27.37 # im in trouble 02.30.30 # why 02.30.46 # my bogus feature request 02.30.52 # arf 02.30.54 # again!? :) 02.31.02 # track always does it!! 02.31.07 # i did one and it's the worst 02.31.07 # crap 02.31.08 # oh right 02.31.10 # im dead 02.32.23 # :P 02.32.57 # here's my old one 02.33.01 # it seems popular 02.33.01 # ??? 02.33.03 # 3 comments! 02.33.09 # hang on 02.33.32 # http://tinyurl.com/gtud 02.34.11 # :P 02.34.33 # here we are... 02.34.37 # my latest innovation 02.34.41 # PRESENTING...... 02.34.47 # http://tinyurl.com/gtui 02.35.03 # :P 02.35.18 # and good bye! 02.35.21 Quit midknight2k3 ("Leaving") 02.40.19 Join keithhub [0] (~keithhub@rdu57-68-096.nc.rr.com) 02.40.20 Quit tracktheripper (Read error: 104 (Connection reset by peer)) 02.41.42 # hey guys 02.42.16 # yo 02.42.25 # whatsup? 02.44.18 # not much 02.54.56 # hmm 02.54.57 # damn 02.55.00 # 2200 mah battery 02.57.47 # that's the fm 03.09.39 # yeea 03.09.42 # hmm 03.09.46 # is recording from the radio illegal? 03.15.15 # no? 03.15.26 # if it was then they wouldn't have that feature 03.16.16 # haha 03.16.20 # nice argument :) 03.16.24 # now, is it IMMORAL? :) 03.17.41 # no? 03.17.50 # hmm do you care? 03.17.58 # they play the stuff for free anyway 03.18.59 # ric, Stevie, I really strive to maintain honesty in all this music online stuff 03.19.53 # what about software,, when is a idea your''s ? 03.23.07 # there is a difference between copyright & authorship.. 03.27.38 # buying CD's is immoral 03.27.53 # in doing so you're supporting a corrupt industry that screws both the artists and the consumers 03.27.53 # i agree 03.28.04 # 100% 03.29.03 # if you really want 100% moral music, i suppose you should either play it yourself, or go support a live band 03.29.31 # you could happen to play something that is copyrighted 03.29.37 # so it could be illegal 03.31.42 # or implemeny a (c) algorithim 03.33.24 # heh 03.33.26 # or even worse reinvent the wheel 03.33.26 # I buy CDs 03.33.27 # an dpay fo rmusic 03.33.31 # that gives me enough piece of mind 03.33.47 # you can come up with justifications for it all, but I dont care WHO you steal from, its stealing 03.34.43 # what about using rockbox ? 03.36.18 # you dismissed, but morally ? 03.36.56 # rockbox is OFFERED for free 03.37.00 # as an extreme method of gratitude 03.37.09 # although I will make a donation once I Get some paypal funds in 03.37.21 # if somebody offers it for free, its fine 03.39.45 # i don't believe something "intellectual" can be the property of somebody 03.39.56 # like, a song, a software, ... 03.40.11 # so how is music differnt? 03.41.39 # it's not ;) 03.41.44 # but I better talk about this when I'm sober.. 03.41.52 # :)) 03.42.14 # haha 03.47.00 # mh 03.47.01 Quit Stevie[FreedomPa (Read error: 54 (Connection reset by peer)) 03.47.07 # a song is not IP 03.47.13 # and neither is software 03.47.25 # ideas are IP, and I have trouble with the concept of them being property 03.48.02 # how is a song not IP ? 03.48.06 # define IP 03.48.44 # a song 03.48.46 # and software 03.48.48 # was produced 03.49.01 # it took time and effort 03.49.06 # measurable time and effort 03.49.34 # and how is this differnt from for e.g. my playlist code? 03.49.44 # what did I just say? 03.49.50 # and software 03.50.37 # most song belong to somebody 03.50.53 # didn't I just say that? 03.50.54 # hardeep did all hard work in (re) implementing it, where is the bord er ? 03.50.56 # a song is an "intellectual" thing (as opposed to material thing) 03.50.58 # so 03.51.01 # a song is IP 03.51.08 # no 03.51.10 # a song is not intellectual 03.51.17 # is it material ? :) 03.51.31 # it is not tangible 03.51.37 # that doesn't mean it's intellectual 03.52.00 # ok then it's "not tangible"P 03.52.00 # :) 03.52.04 # while intellectual things are intangible 03.52.11 # not all intangible things are IP 03.52.43 # ok maybe ... but what i was trying to say is that I don't accept the fact that something intanglible can be the property of somebody 03.52.54 # for me, it belongs to nobody, or to everybody 03.52.55 # intangible, my english is comming short... 03.53.06 # ricII: tangible == touchable 03.53.33 # material 03.53.51 # agian where is the border...\ 03.53.59 # where is what border? 03.54.39 # between intellectual & tangible 03.54.57 # intellectual does not border on tangible 03.55.39 # BoD[]: then you've never created something intangible 03.55.54 # true 03.56.02 # I get paid to write software. 03.56.10 # If the software was not property of my employer 03.56.11 # me too 03.56.13 # they wouldn't get paid 03.56.18 # it's sad 03.56.20 # and I wouldn't have a job 03.56.23 # it's not a perfect world ;) 03.56.24 # indeed. 03.56.34 # but THAT doesn't mean it's RIGHT 03.56.42 # what are you talking about? 03.56.47 # I created that software 03.56.56 # *I* created it 03.57.01 # are you sure 03.57.05 # and you're saying I don't get to say how it gets used? 03.57.10 # don't you use libraries 03.57.12 # unless I have an evil twin 03.57.18 # are you not just assembling things 03.57.22 # that already exist ? 03.57.26 # ... 03.57.35 # do you own a car? 03.57.39 # what is true creation 03.58.00 # i think that "all works are derivative" ;) 03.58.07 # hmm 03.58.30 # i dont own a car 03.58.34 # I do,, 03.58.37 # but i should ;) 03.58.41 *** Saving seen data "./dancer.seen" 03.58.41 # more of that software was created by me, than what of my car was created by Honda 03.59.03 # well my gf does, I got it insured etc. 03.59.04 # does that mean my car should have been free? 03.59.09 # i dont think so 03.59.13 # your car is material 03.59.27 # it is an assembly of things that already existed 03.59.50 # well yes 03.59.58 # they transformed things 04.00.16 # did it not cost them money to produce? 04.00.26 # yes it did 04.00.28 # but 04.00.38 # you can copy something intangible 04.00.41 # for no cost 04.00.47 # you can't do that with cars 04.00.47 # there's always a cost 04.00.57 # ok an infinitesimal one 04.00.57 # it's just far less for computer software 04.01.07 # not infinitesimal 04.01.10 # negligible 04.01.15 # but not infinitesimal 04.01.18 # that's the same 04.01.36 # no, infinitesimal is immeasurable, negligible is so small that it doesn't matter 04.01.48 # ok so that's the same for this conversation ;) 04.01.54 # do you get paid? 04.01.59 # so the car bisness is not the same as software.. 04.02.00 # yes 04.02.05 # would you rather your employer not pay you for the software you write? 04.02.07 # yes.. 04.02.14 # well "currently" i'm not employed 04.02.19 # but that doesn't matter 04.02.33 # well I get paid for knownledge.. 04.02.37 # good, then you are presently the subject of your preferred economic model 04.02.45 # i get paid for time 04.02.51 # i give my time to code stuffs 04.03.03 # but the code itself i would prefere it was free 04.03.11 # it's not, i can live with it 04.03.16 # no 04.03.19 # you get paid for your code 04.03.26 # if you did not write code, you would not get paid 04.03.44 # it's a service i give 04.04.06 # yeah 04.04.09 # not true here,,,\ 04.04.09 # it has nothing to do with the fact that this code then "belongs" to the company, and they can sell it 04.04.10 # the service of writing code 04.04.59 # if they couldn't sell it 04.05.03 # they would not pay you for it 04.05.07 # but still there is authorship... 04.05.15 # well as I said 04.05.26 # i understand the "goal" of this 04.05.51 # it's easy for people to be paid for the stuff they produce 04.06.05 # but that doesn't mean it's right 04.06.24 # I had to write code for ibm which I didn't want to put my name under it... 04.06.25 # 67% of girls are stupid 04.06.25 # i belong with the other 13% 04.06.27 # in a perfect world, people could be paid for producing things, and these things would still be free 04.06.40 # ;) 04.06.52 # * Stevie-O sends BoD[] to an economics class 04.07.23 # i say : something that requires no money for being copied should be free 04.07.26 # in a perfect world, you wouldn't need to get paid.. 04.08.17 # very true 04.08.45 # in star trek there is no money I think 04.09.10 # i think the authors were a bit too optimistic about the future ;) 04.09.10 # star trek is a fucking tv show 04.09.17 Join midknight2k3 [0] (jirc@12-229-204-15.client.attbi.com) 04.09.19 # stevie-o : no??? really ? 04.09.21 # yup// 04.09.22 # i'll note that in star trek 04.09.31 # helo 04.09.42 # they ALSO had the ability to copy your 'material things' for negligible cost 04.09.56 # yep 04.10.05 # thus no need for money ;) 04.10.12 # prob. is howto transform our world to a more perfect.l. 04.10.13 # that makes sense 04.11.01 # i see i am not wanted jere 04.11.17 # midknight2k3: why? 04.11.32 # nobody replies to my hello 04.11.36 # hello 04.11.38 # hi 04.11.45 # :) 04.11.51 # : |) 04.12.20 # ricII : when i'm president of the world, my first move would be to cancel all the ip laws ;) it will not be legal to "own" something not material 04.12.53 # opensource is on it's way.. 04.12.56 # :)) 04.13.56 # anyway see you all 04.13.58 # i have to sleep 04.13.59 # it's like a nature power, evolution ...idea's want ro be free 04.14.22 # bye 04.14.27 # good night bog 04.14.27 # everybody wants to be free 04.14.29 # bod 04.14.34 # :-|) 04.14.40 # good night all :) 04.14.42 # they only live in our minds, nigth bod 04.14.57 Quit BoD[] ("al lala") 04.17.12 # I have to dirve the car trough the carbon test tomorrow.. 04.17.45 # so good night as well.. 04.18.59 # good night 04.19.04 # ricII 04.19.09 # lol 04.21.42 # oh and 04.21.51 # have fin "dirve"ing tomorrow 04.21.54 # fun 04.22.52 Quit keithhub ("Client exiting") 04.26.04 Quit Jet8810 ("Client exiting") 04.28.30 Quit midknight2k3 ("Leaving") 04.34.00 Join Stevie[FreedomPa [0] (~whatsit2u@65.114.136.196) 04.49.13 Join Jet8810 [0] (~Jet8810@adsl-158-215-100.mia.bellsouth.net) 05.06.23 Join tpelliott [0] (telliott@208.251.255.120) 05.33.53 Join thu [0] (~thu@h24-87-64-169.vc.shawcable.net) 05.58.43 *** Saving seen data "./dancer.seen" 06.06.09 Quit tpelliott (Read error: 54 (Connection reset by peer)) 06.10.26 Join ILuvit [0] (~ydouneedi@ool-18bfc352.dyn.optonline.net) 06.44.50 Join midknight2k3 [0] (WinNT@12-229-204-15.client.attbi.com) 06.44.50 Quit ILuvit (Read error: 54 (Connection reset by peer)) 06.45.03 # crap 06.52.49 Quit midknight2k3 ("-=SysReset 2.53=-") 07.58.45 *** Saving seen data "./dancer.seen" 08.51.40 Join dwihno [20] (dwihno@h193180246067.kommunicera.umea.se) 09.00.13 Quit Stevie-O (Read error: 60 (Operation timed out)) 09.17.03 Join Lynx0 [0] (Lynx@134.95.189.59) 09.58.49 *** Saving seen data "./dancer.seen" 11.58.53 *** No seen item changed, no save performed. 11.59.00 Join Kuji_ [0] (~kuji@cuji.gotadsl.co.uk) 12.03.17 Part Kuji_ 12.05.56 Join tracktheripper [0] (jirc@ACBE08FA.ipt.aol.com) 12.06.03 # morning 12.07.08 Join tracktheripper1 [0] (jirc@ACBE08FA.ipt.aol.com) 12.07.08 Quit tracktheripper1 (Client Quit) 12.11.31 Quit tracktheripper ("Leaving") 12.37.39 Join _TotMacher [0] (tot@ip67.rsidus.riege.de) 12.38.23 Quit _TotMacher (Client Quit) 12.45.43 Quit mbr (sterling.freenode.net irc.freenode.net) 12.45.43 NSplit sterling.freenode.net irc.freenode.net 12.45.43 Quit NibbIer (sterling.freenode.net irc.freenode.net) 12.48.54 NHeal sterling.freenode.net irc.freenode.net 12.48.54 NJoin NibbIer [0] (~Nibbler@port-212-202-193-217.reverse.qdsl-home.de) 12.48.54 NJoin mbr [0] (~mb@stlx01.stz-softwaretechnik.de) 12.49.39 Quit mbr (sterling.freenode.net irc.freenode.net) 12.49.39 Quit NibbIer (sterling.freenode.net irc.freenode.net) 12.49.52 NJoin NibbIer [0] (~Nibbler@port-212-202-193-217.reverse.qdsl-home.de) 12.49.52 NJoin mbr [0] (~mb@stlx01.stz-softwaretechnik.de) 12.54.47 Quit dwihno (sterling.freenode.net irc.freenode.net) 12.54.47 NSplit sterling.freenode.net irc.freenode.net 12.54.47 Quit Jet8810 (sterling.freenode.net irc.freenode.net) 12.54.47 Quit adi|home (sterling.freenode.net irc.freenode.net) 12.54.47 Quit Hes (sterling.freenode.net irc.freenode.net) 12.55.03 NHeal sterling.freenode.net irc.freenode.net 12.55.03 NJoin dwihno [20] (dwihno@h193180246067.kommunicera.umea.se) 12.55.03 NJoin Jet8810 [0] (~Jet8810@adsl-158-215-100.mia.bellsouth.net) 12.55.03 NJoin adi|home [0] (~adi|home@as5300-9.216-194-23-104.nyc.ny.metconnect.net) 12.55.03 NJoin Hes [0] (~hessu@hessu.zedi.sonera.fi) 12.58.26 Quit thu ("zZz") 13.58.57 *** Saving seen data "./dancer.seen" 14.22.15 Join Quelsaruk [20] (~Swordmast@faerun.ugr.es) 14.43.47 Part Quelsaruk (""Eve's Avatar - Avatar's Eve"") 15.48.11 # * Stevie[FreedomPa is back from [gone] [gone 2days 17hrs 15mins 16secs] [KS] 15.48.15 Nick Stevie[FreedomPa is now known as STevie[FP] (~whatsit2u@65.114.136.196) 15.55.15 # * STevie[FP] yawns 15.55.19 Nick STevie[FP] is now known as Stevie[FP] (~whatsit2u@65.114.136.196) 15.55.21 # ewps 15.55.23 # Goddamn holy shit! Rockbox boots SO GODDAMN FAST when run from ROM! 15.57.01 # hm, think I should try that out too. Sounds excellent. 15.57.21 # (although flash isn't really ROM 8-) 15.57.35 # shit same, different thing :) 15.58.28 # it's EEPROM 15.58.59 *** Saving seen data "./dancer.seen" 15.59.55 # Well, then I WAS right :) 16.00.07 # A ROM that makes EEP sounds., 16.00.40 # ... 16.05.55 # EPROMs, or their programmers, did make an EEP-like sound while programming 8-) 16.07.02 # at least last time I did that (years ago with some amateur radio modems/controllers & the first stage ROM monitor loader of my Alpha) 16.12.31 # heh 16.12.50 # * Stevie[FP] slowly codes 16.12.59 # anybody wanna help me write a windoze device driver? 16.19.52 Join edx [0] (edx@pD9EA9273.dip.t-dialin.net) 16.40.50 Nick dwihno is now known as dw|gone (dwihno@h193180246067.kommunicera.umea.se) 16.50.39 Join machtenx [0] (machtenx@12-209-12-69.client.attbi.com) 16.51.28 # hey guys 16.54.58 # hi 16.56.49 # everyone sleeping? 16.57.51 # no, coding 16.59.38 # I'm trying to decide which jukebox to buy 16.59.54 # the one from happy days 17.00.05 # lol 17.00.20 # all you gotta do is hit it in the right spot 17.00.24 # and it plays for free 17.00.38 # haha 17.02.00 # 120 bucks for batteries is my issue 17.02.14 # Lion vs rechargeable AA's 17.02.55 # lithium ion batteries are harder to kill 17.02.57 # http://shop1.outpost.com/product/3699265/# or http://www.compuplus.com/insidepage.php3?sid=yfrepk4962oppxs&id=1000497&track=searchViewed both good deals i think 17.03.18 # they don't need a charge-discharge cycle like nicd and nimh do 17.03.31 # right 17.03.50 # plus 17.03.50 # but I'm trying to justify buying the higher model 17.03.57 # beyond batteries 17.04.06 # the liion in the FM is 2200maH 17.04.10 # err mAH 17.04.28 # so more sound quality? 17.05.19 # more battery time 17.05.57 # have you or do you know anyone that's used the camera module? 17.06.24 # camera module? 17.07.12 # err 17.07.13 # dude 17.07.14 # yeah, they sell it as part of a package in one i'm considering 17.07.15 # hehe 17.07.16 # that's the multimedia 17.07.19 # yeah 17.07.24 # that's a video player, not an mp3 player 17.07.31 # Rockbox doesn't run on the multimedia 17.07.37 # dohhhhh 17.07.51 # whats the best one to get to run with rockbox? 17.08.00 # an FM? 17.08.16 # well 'best' is in the eye of the beholder 17.08.34 # the FM has no digital in/out 17.08.41 # will it run with Mini Jukebox Recorder 15 ? 17.08.55 # I'm thinking it should 17.11.00 # it's only 160 bucks at fries 17.11.30 # fry's* 17.19.01 Quit Jet8810 ("Client exiting") 17.31.13 Quit machtenx () 17.37.38 Join mecraw [0] (~mecraw@69.2.235.2) 17.42.06 Join tracktheripper [0] (jirc@ACBE534B.ipt.aol.com) 17.43.30 Quit tracktheripper (Client Quit) 17.59.02 *** Saving seen data "./dancer.seen" 18.00.25 Join Shrike| [0] (Shrike@pc4-midd1-5-cust197.midd.cable.ntl.com) 18.00.54 Quit Shrike| (Client Quit) 18.01.19 # * Stevie[FP] is away [f00d] [KS-MsgLog Off] 18.11.16 Join Shrike| [0] (Shrike@pc4-midd1-5-cust197.midd.cable.ntl.com) 18.12.12 # hi there, i'm considering buying either an Archos Studio 20 or an iPod, but i'm leaning toward iPod because of all the hacking style stuff going on, but rockbox is kinda swaying me to archos...that and the price 18.13.13 # so whats the whole rockbox setup like? A lot better than an iPod? 18.13.24 Join Kuji_ [0] (~kuji@cuji.gotadsl.co.uk) 18.13.46 # wheres the image to flash with 18.13.49 Nick Kuji_ is now known as kuji (~kuji@cuji.gotadsl.co.uk) 18.49.46 # I don't know IPod 18.50.52 # Shrike|: Have you seen the screenshots on the rockbox site? 18.51.08 # ok, i'm just reading all the rockbox documentation, it seems that there are lots of differences between recorder and studio ones 18.51.28 # yes Lynx0 just been looking at them, it looks a lot more functional 18.51.37 # Shrike|: The recorder is better, expecially because of the screen 18.51.53 # yeh, but £100 more expensive 18.52.05 # Yes...but you can record ;-) 18.52.14 # And how much is the iPod? 18.52.59 # ummmmm a 30gb one is £400 :) 18.53.37 # you know where a current flash firmware for recorder 20 is ? 18.55.13 # What other features does rockbox give the recorders except for fonts? 18.57.52 # Umm, games, plugins, configurable 'while playing screen', and more... 18.58.49 # kuji: I think it's here: http://joerg.hohensohn.bei.t-online.de/archos/ 18.58.56 # cheers on it 18.58.59 # brb 18.59.00 Part kuji 18.59.20 # I thought you got all the games, plugins and WPS on all the models the rockbox supports? 19.00.35 # sorry, I thought you meant rockbox vs. archos firmware. I'm not sure if the games work on the studios also. 19.01.32 # hmm it says in PDF manual that games are only for the recorder 19.02.38 # so which of the recorders would you recommend? 19.04.10 # hmm, the recorder 20 is only £50 more expensive 19.17.48 Quit edx (Read error: 60 (Operation timed out)) 19.28.03 # * Stevie[FP] is back from [f00d] [gone 1hr 26mins 45secs] [KS] 19.30.11 Quit mbr (sterling.freenode.net irc.freenode.net) 19.30.11 NSplit sterling.freenode.net irc.freenode.net 19.30.11 Quit NibbIer (sterling.freenode.net irc.freenode.net) 19.30.24 NHeal sterling.freenode.net irc.freenode.net 19.30.24 NJoin NibbIer [0] (~Nibbler@port-212-202-193-217.reverse.qdsl-home.de) 19.30.24 NJoin mbr [0] (~mb@stlx01.stz-softwaretechnik.de) 19.41.01 Join tpelliott [0] (telliott@208.251.255.120) 19.59.03 *** Saving seen data "./dancer.seen" 20.00.50 Join midknight2k3 [0] (WinNT@12-229-204-15.client.attbi.com) 20.02.11 # hello 20.04.32 # what other hacks is there for the archos hard disk mp3 player series other than rock box? 20.04.41 # none 20.04.50 # rockbox rocks and it's the only one so it rocks more 20.05.07 # and it's the only firmware hack for ANY mp3 player so it rocks rocks rocks 20.06.11 # i see you are a fan ;) 20.06.23 # yes I am :D 20.06.31 # a very pleased one 20.06.45 # i wish Zagor was here 20.06.56 # I could tell him that i am very happy with rockbox 20.07.47 # hmmm its a choice of either £250 archos recorder 20 or £300 for a 15gb iPod 20.08.03 # dont you dare 20.08.17 # archos it is! :) 20.09.00 # Well, rockbox is really good, but the archos itself may not have the built quality of an iPod. 20.09.13 # I mean the hardware... 20.09.16 # yeh 20.09.23 # its a big more bulkier 20.09.29 # ever so slightl 20.09.32 # but i don't mind the chunky look 20.09.33 # y 20.09.36 # hey 20.09.39 # try th fm recorder 20.09.50 # it is smaller and lighter, and looks better 20.09.53 # the archos itself has the build quality of a Yugo 20.10.02 # what is a yugo 20.10.04 # lol 20.10.21 # lololol 20.11.03 # I'm glad I have the older recorder. I like being able to change batteries. 20.11.37 # I'm glad I have the FM recorder. I like having a longer lasting battery that is replaceable when the time comes and archos releases them. 20.12.04 Join probonic [0] (~mr@host217-39-20-181.in-addr.btopenworld.com) 20.13.09 # hey there 20.13.25 # Hey. 20.15.31 Quit tpelliott ("Trillian (http://www.ceruleanstudios.com)") 20.15.31 # i was planning on getting this one http://www.archos.com/products/prw_500279.html 20.15.34 # good or bad? 20.15.42 # i will tell you 20.16.01 # yesyesyes 20.17.18 # you live in australia? 20.18.17 # nope 20.18.20 # good ol england 20.18.25 # hang on then 20.18.46 # where would you get it? 20.18.49 # archos online? 20.18.55 # it's best to get it at a store 20.19.04 # hmm 20.19.14 # point 20.19.16 # do you have a best buy therE? 20.19.31 # nope 20.19.56 # well whereever i guess 20.20.04 # an extended warranty is also good to have 20.20.40 # well if i buy it off the website, it should come quickly 20.20.52 # yeah if you want go ahead 20.21.07 # but that's shopping in australia 20.21.14 # :) 20.21.24 # Archos is UK based isn't it? 20.21.31 # no idea 20.21.37 # i know all about rockbox though 20.21.42 # ask me anything :) 20.22.02 # I know Archos is a French company 20.22.14 # prob. got a couple of HQ's 20.22.35 # ok, what features are recorder only in it midknight2k3? 20.23.04 # games, demos, big wps, custom font... 20.23.14 # fm recorder can do it too 20.23.21 # 8 line display 20.23.28 # peak meter 20.23.31 # a lot of stuff 20.23.48 # here 20.23.51 # did you read this yet? 20.23.52 # http://rockbox.haxx.se/docs/features.html 20.24.03 # auto volum control. 20.24.07 # plugin loader 20.24.15 # everything rockbox has can be done with recorder 20.25.18 # hehe 20.25.19 # sold 20.25.26 # lol 20.25.27 # Did anyone here ever have the bug where rockbox thinks the disk is full, even though it isn't? 20.25.33 # not i 20.26.13 # I wonder if reformatting the drive would make it go away... 20.27.47 # thank god! 20.27.49 # phew 20.27.53 # Hehe... 20.27.56 # i thought i'd be dead 20.27.59 # this request i sent 20.28.14 # i thought zagor would kill me for it 20.28.16 # http://sourceforge.net/tracker/index.php?func=detail&aid=770725&group_id=44306&atid=439121 20.28.23 # but he doesn't seem to think it was a joke :D 20.29.16 # Was it a joke or not? 20.29.23 # duhm, yes :) 20.29.28 # bluetooth router? 20.29.32 # polyphonic? 20.29.36 # mobile phone? 20.29.38 # pah! 20.30.27 # I have a bluetooth router with usb support 20.30.51 # try it then 20.30.52 # lol 20.31.00 # nah, just kidding. 20.31.00 # it's of course impossible 20.31.04 # lol 20.31.48 # Well, my DNA is done, I'll go eat now... 20.31.55 # bye 20.31.58 # cu 20.32.02 Quit Lynx0 ("So long, thanks for all the fish!") 20.32.20 # is shrike paying for it now? 20.33.00 # no :) 20.33.07 # I've got no money atm 20.33.18 # but you will buy one soon enough 20.33.19 # :D 20.33.58 Join [IDC]Dragon [0] (~idc-drago@pD9E34199.dip.t-dialin.net) 20.34.24 # lol no 20.34.29 # not till next month 20.34.42 # Need to sell my minidisk as well 20.34.45 # bos oon enuff 20.34.46 # hey 20.34.49 # dragon 20.34.54 # rombox is ok? 20.35.07 # <[IDC]Dragon> Yes, now on FM, too. 20.35.12 # yay! 20.35.18 # is it safe n stable? 20.35.27 # <[IDC]Dragon> for which box? 20.35.31 # fm 20.36.00 # <[IDC]Dragon> I guess, but will try a bit more. I flashed it 5 minutes ago for the first time. 20.36.17 # so how does this work can you tell me? 20.36.48 # <[IDC]Dragon> The most important thing is that the permanent copy, the original Archos software, is reliably coming up with F1. 20.36.58 # <[IDC]Dragon> Anything else we can fix later. 20.37.07 # so how does it work?????? lol 20.37.15 # <[IDC]Dragon> RTFM 20.37.25 # whre? 20.37.34 # i didnt see it no where 20.37.43 # but i will read it gladly :D 20.37.58 # <[IDC]Dragon> http://joerg.hohensohn.bei.t-online.de/archos/readme.txt 20.38.19 # <[IDC]Dragon> To be updated for FM soon. 20.38.26 # neat thanks 20.38.41 # by the way shrike he is putting rockbox in the player's ROM so it loads faster 20.39.29 # i thought there was only 2mb of rom? 20.39.40 # that's ram\ 20.39.43 # for buffering 20.39.50 # rom holds the standard firmware 20.40.06 # and rockbox (200kb) will replace the archos firmware (30kb or so lol) 20.40.25 # they rewrite it so it loads in 3 socinds instead of 10-15 seconds 20.41.35 # cool 20.41.47 # very 20.41.51 # it's a breakthrough 20.42.03 # like the plugin loader :) 20.42.49 # <[IDC]Dragon> Gotta go, the weather is too nice here. 20.42.56 # bye 20.43.01 # thanks for your rombox 20.43.03 # :) 20.43.05 # good job 20.43.08 # happy sun 20.43.11 # <[IDC]Dragon> I will compose a release later in the evening. 20.43.15 # heh, before today i was like, "iPod or Archos, iPod or Archos" 20.43.21 # lolol 20.43.28 Quit [IDC]Dragon () 20.43.30 # now you're like what? 20.43.34 # then i saw the rockbox thing and was like "hmmmm" 20.43.49 # i'm like "Archos could be better long term, cheaper too :D" 20.44.06 # it is better long term 20.44.11 # with all those options 20.44.17 # read my review if you like for info 20.44.37 # linkage 20.44.40 # http://www.epinions.com/content_94606167684 20.44.43 # :D 20.44.57 # ignore the update 20.45.22 # actually i will re update 20.45.33 # i shouldn't have said that looking back on it 20.46.42 # i fixed it 20.51.52 Join edx [0] (edx@pD9EA94A1.dip.t-dialin.net) 20.53.20 # good review 20.53.44 # 33 people said very helpful :) 20.53.49 # i u[dated the u[date 20.53.57 # updated/update 20.55.49 # heh 20.55.59 # ok i'm off to find this fabled FM Recorder 20 20.56.05 # wait 20.56.05 # WAIT 20.56.10 # read my review! 20.56.20 # i have :P 20.56.23 # http://www.epinions.com/content_104923762308 20.56.27 # on fm recorder 20.56.30 # if you care :D 20.56.38 # oh on FM one 20.56.49 # yes 20.59.22 # right now i need to find the fm recorder for sale in britain 20.59.31 # i doubt it lol 20.59.44 # its possible thougha ctually 21.00.21 # ok 21.00.35 # am i the only one who hates archos' new slogan? 21.00.46 # "Cinema to go... with you wherever you go!" 21.03.49 # lol 21.04.00 # just terrible 21.04.44 # http://audiovisual.kelkoo.co.uk/shopbot/go.jsp?catId=122701&from=browse&merchantId=3423623&pkey=0 <-that it? 21.05.16 # session has expired 21.06.18 # hmmm 21.06.24 # http://194.206.235.236/dev/gui_web/shopping/index.php?fuseaction=voir_fiche_article&kelkoouk=1&langue=uk&article=27523 21.06.27 # that 21.06.27 # http://audiovisual.kelkoo.co.uk/b/a/sbs/uk/consumerElectronics/keyword/archos/type/MP3+Player/category/consumer/manufacturer/Archos/partnerId/8903581/122701.html 21.06.40 # the top one 21.06.42 # is fm recorder 21.07.51 # yeh thats what i was linking too : 21.07.53 # :) 21.23.31 # me botred 21.23.34 # BORED 21.25.04 # buy me that then 21.25.22 # never mind i found something to do :) 21.25.56 # dang :) 21.34.28 # me is bored once more 21.34.56 # any questions on rockbox 21.35.41 # yeh go on then 21.35.58 # no 21.35.59 # lol 21.36.01 # im not bored 21.36.15 # im just randomly asking if you have any questions on rockbox or rombox 21.36.16 # will it ever have the contacts function implemented, thats one thing like the one on the iPod? 21.36.31 # the priority on that is i believe 7 21.36.37 # it's coming soon hopefully 21.36.40 # perhaps as a plugin 21.36.54 # there's already a patch for it but soon maybe it will come with a plugin 21.37.24 # cool 21.37.39 # the patches need to be compiled however 21.37.45 # what other functions will be in the next release? as a guess ;) 21.37.57 # well there's daily builds 21.38.13 # so there are a few bug fixes and features once a day/week/month/whenever 21.38.24 # added to every day 21.38.43 # most people use them but some stick with the final versions in hopes of having a more stable rockbox 21.38.59 # its updated daily? wow, they doing this professionally? 21.39.03 # it's not true, and daily builds are the latest in features and bug fixes 21.39.21 # i don't know what you mean by professionally :) 21.40.13 # well as a job 21.40.21 # or is it just a sideline project 21.40.45 # just a project 21.41.02 # heh 21.41.10 # they must spend a lot of time working on it 21.41.19 # a bit, yeah 21.43.01 # http://rockbox.haxx.se/daily.shtml 21.43.22 # under SOURCE TARBALLS it lists the changes for that day 21.43.35 # there were like 90 when the plugin loader came into play :) 21.43.58 # lol :D 21.52.38 # ANY MORE QUESTIONS> 21.52.42 # I CAN ANSWER ANY ONE 21.52.46 # (about rockbox) 21.52.58 # yeh, what does it sound like/ 21.53.05 # crisp and clear? good and good? 21.53.25 # depends on sound settings 21.53.28 # there are many 21.53.32 # and they're very adjustable 21.53.42 # ok on the best sound settings 21.53.49 # VERY VERY GOOD 21.53.55 # with mp3s encoded at 128kb/s 21.54.06 # that's what i used to use 21.54.08 # very nice 21.54.34 # ajustable is: bass, treble, channels, auto volume decay time, bass boost, loudness 21.54.43 # there's a karaoke mode too :D 21.54.55 # and stereo wide, stereo, stereo narrow 21.55.35 # wide makes it seem like it's far away and very expanded, and narrow makes it flat, close and compressed 21.55.39 # both have good uses 21.56.09 # nice :) 21.56.25 # this is sounding more and more like an essential purchase 21.56.54 # backlight works well but doesn't take up barely any power - i leave the backlight on 24, 7 21.57.08 # helps a lot 21.57.38 # with the plugin loader you can play about 10 games and 4 demos (demos are like screen savers) 21.57.47 # games are very fun 21.58.19 # Tetris, Snake, Wormlet, Sokoban, Star, Othello, FlipIt!, Sliding Puzzle 21.58.28 # cool 21.59.02 # did you see the screenshots? 21.59.05 *** Saving seen data "./dancer.seen" 21.59.18 # only of tetris wormlet and sokoban 21.59.36 # but all of them 21.59.38 # http://rockbox.haxx.se/screenshots/ 22.03.55 # cool screenshots 22.04.10 # who took them, want to congratulate them on a great music taste :D 22.04.51 # lol 22.05.31 # hmm i wonder how i can pay for this though :D 22.05.59 # steal it 22.06.22 # note that while that is the cheapest way to do it, certain legal entities may take issue 22.06.36 # i would! but i'd have to go to the site's base that i'm buying it from, break it, find it, steal, and not get caught 22.06.40 # easier to buy it :) 22.08.03 # so what patches do you use midknight2k3? 22.09.23 # none 22.09.27 # i can't compile them well 22.09.31 # i have af ew though 22.09.39 # the wormlet patch and the chip8 emulator 22.09.46 # they were pre compiled 22.10.58 # hmm, what do they need to be compiled in? 22.11.24 # compiled in? cygwin i think 22.12.53 # hmm 22.13.02 # definete purchase :) 22.13.15 # LoLoL 22.13.25 # did i mention 22.13.31 # custom WPS, and custom fonts? 22.13.54 # nope? 22.14.02 # there are 22.14.10 # about 20 fonts 22.14.17 # and you make your own WPS! woohoo 22.14.55 # and that means? 22.15.00 # http://rockbox.haxx.se/screenshots/wps.png 22.15.05 # while playing screen 22.15.13 # 7 custom lines 22.15.25 # you could have it say: 22.15.28 # ID3 TITLE 22.15.35 # ID3 ARTIST 22.15.39 # ID3 ALBUM 22.15.49 # Time elapsed / Time remaining 22.15.53 # Total Time 22.15.56 # Progress Bar 22.15.58 # Peak Meter 22.16.01 # Bit rate 22.16.04 # something like that 22.16.11 # could be a wps 22.16.23 # here's the info 22.16.24 # http://rockbox.haxx.se/docs/custom_wps_format.html 22.17.30 # so i could have like the artist track album and all that and then like "I AM THE BEST! BOW DOWN TO MY AMAZING MUSIC TASTE!"? 22.17.42 # yeahhahahah 22.17.50 # as the bottom line or something 22.18.16 # have it scroll :D 22.18.32 # but what i said above was just an idea 22.18.37 # :D yes 22.18.38 # there are like 100 things you can choose from 22.18.47 # http://rockbox.haxx.se/docs/custom_wps_format.html 22.19.01 # try that no an iPod 22.19.06 # :) 22.19.40 # try that ON an iPod 22.19.46 # i'll be back in a few mins 22.21.12 # okily dokily 22.23.42 # um back 22.23.44 # im back 22.23.48 # (say "wb") 22.25.47 # welcome back ;) 22.26.24 # :D 22.27.14 # i've been here talking about this since 5 22.27.24 # did you try any of the things i mentioned with an iPod yet? :) 22.28.18 # no :P 22.28.18 Quit NibbIer (Read error: 54 (Connection reset by peer)) 22.28.24 # because i have no ipod 22.28.34 # and you won't be getting one - hah! 22.28.37 # archos for sure 22.29.22 # yeh 22.29.51 # I can now think of about 50 good reasons to get an archos-rockbox instead of an iPod 22.31.31 # lol 22.31.45 # right i'm going for a shower and to see what i can sell to buy one of these 22.32.33 Part Shrike| 22.33.41 Quit probonic () 22.53.36 Quit midknight2k3 (Read error: 104 (Connection reset by peer)) 23.03.13 Join tracktheripper [0] (jirc@ACBE837E.ipt.aol.com) 23.09.03 Join thu [0] (~thu@h24-87-64-169.vc.shawcable.net) 23.18.34 Join [IDC]Dragon [0] (~idc-drago@pD951263B.dip.t-dialin.net) 23.19.08 # <[IDC]Dragon> OK, any daring FM user here? 23.27.32 Join diddystar5 [0] (Lee@AC994588.ipt.aol.com) 23.27.54 # hey [IDC]Dragon 23.28.51 # <[IDC]Dragon> Hi! 23.29.21 # <[IDC]Dragon> Do you have an FM? 23.29.36 # no just a recorder 20 23.34.24 # [IDC]Dragon: do differn't levels of compression in uclpack effect the speed of rockbox any? 23.35.29 # <[IDC]Dragon> Not really. I'd say high compression may even decompress faster, because there's more re-use of data. 23.36.19 # <[IDC]Dragon> But it doesn't matter as long as we decompress in a fraction of a second. 23.36.32 # <[IDC]Dragon> Most of all we have to wait for the disk. 23.37.02 # <[IDC]Dragon> When you see the Rockbox logo, decompression is done. 23.37.11 # ok i see 23.38.51 Join Stevie-O [0] (whatsit2u@user-2inilt2.dialup.mindspring.com) 23.41.30 # <[IDC]Dragon> Hi Stevie, you've got an FM, right? 23.41.47 # indeed I do 23.42.04 # I gotta get around to sending it back to Archos to get repaired 23.42.15 Join Shrike| [0] (Shrike@pc4-midd1-5-cust197.midd.cable.ntl.com) 23.42.23 # <[IDC]Dragon> repaired? 23.42.26 # yeah 23.42.32 # what happened? 23.42.36 # <[IDC]Dragon> what's wrong? 23.42.40 # typical archos quality? 23.42.58 # the dc connector has become loosened from the pcb 23.43.03 # is the archos unreliable? o_o 23.43.09 # <[IDC]Dragon> Is it operational? 23.43.13 # yeah 23.43.29 # <[IDC]Dragon> Feeling adventurous tonight? 23.43.36 # like flashing? 23.43.51 # <[IDC]Dragon> Uhm, yes. 23.43.53 # not if I'm going to be sending it back to Archos tomorrow :P 23.44.04 # I can run it on my emulator though! :P 23.44.13 # <[IDC]Dragon> One more reason to return it if it fails ;-) 23.44.15 # although that's a lot less indicative of working 23.44.32 # since I don't actually check most of the pins 23.45.19 # I need to get my damn device driver working 23.45.25 # <[IDC]Dragon> You can restore the original flash content, if desired. 23.46.19 # * Stevie-O ain't flashing anything atm 23.46.35 # <[IDC]Dragon> OK. 23.50.55 # hehe the irony of flashing ;) 23.51.35 # * Stevie-O fails to see the irony you refer to 23.52.43 Quit diddystar5 ("Gotta Go!") 23.53.17 Quit edx () 23.57.33 # * Stevie[FP] is away [(Auto-Away after 1hr)] [KS-MsgLog Off]