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

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

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

#rockbox log for 2009-04-12

00:01:17LloreanArlight, split 'em
00:02:14soapReally need a board "Non-Rockbox issues with hardware" as "Hardware" is full of "How to recognize 1st or 2nd generation Nano?" which isn't a Rockbox's-Interaction-With-Hardware question, nor is it a repair issue.
00:02:42Lloreansoap: That could go in General, really
00:02:54soapBut it's not about rockbox! ;)
00:03:11LloreanIt is if you're trying to install. It's a question about a step in the install process - "Determine what iPod you have"
00:03:20LloreanOf course, I guess it goes under "Manual Install" then.
00:09:42 Join GodEater [0] (n=nbibble@rockbox/staff/GodEater)
00:09:54 Join webguest60 [0] (n=4491b125@gateway/web/cgi-irc/labb.contactor.se/x-32cb6d91cecbca5b)
00:11:07 Part taylor_ ("Leaving")
00:11:26saratoga_workrockbox and the fuze has become downright usable, aside from the poor battery life
00:12:07LloreanIs the clip still experiencing strange issues, or is this a general "AMS is better" situation?
00:12:20 Join halmi [0] (n=3e2fac5e@gateway/web/cgi-irc/labb.contactor.se/x-e68dc7658e211c2e)
00:12:26saratoga_worki haven't tried the clip recently, but it should be the same as the Fuze
00:12:53 Quit FlynDice (Remote closed the connection)
00:13:39saratoga_workonce the MMU is enabled and rbutil supports it, it'll basically be ready for normal users
00:13:59halmiHello!
00:14:17Lloreansaratoga_work: Well, RBUtil support would still be really nice.
00:14:37 Quit froggyman ("CGI:IRC")
00:14:47halmiI just wanted to compile Rockbox with the current svn (r20689) and got an issue when doing "make zip"
00:15:32halmiIt stops with an error saying that PREFIX isnt set or so.
00:16:03 Join FlynDice [0] (n=jack@c-24-19-225-90.hsd1.wa.comcast.net)
00:16:06LloreanCould you put the whole error in a pastebin somewhere?
00:16:25halmiAs far as I have recognized, this trouble started with the changes in r20687
00:17:18halmiI think that thing with the pastebin isn't necessary, as I think I have found out the reason.
00:17:32kkurbjunamiconn, I found the problem
00:17:44kkurbjunit was in the scrollbar drawing code
00:18:31kkurbjungui_scrollbar_draw is called with a height of 0 which comes out to be a negative number once the inner ht and inner wd is calculated
00:18:42kkurbjunwell, more the inner_ht
00:19:33halmiin r20687 there was a change in the buildzip.pl where - among some other changes - $sim was replaced by $install
00:20:32halmiAnd in lines 441 and following there is checked if that variable is set, and if it is set to /dev/null, ...
00:21:44freqmod_quhave nobody else experienced that the songs on the clip stops half way?
00:22:18halmiI'm not very familiar with perl, but thats my assumption: On line 24 the code now says my $install="/dev/null"; - before the change it was only my $sim
00:23:00bertrikfreqmod_qu, yes I've seen that. The glitching seems to have disappeared with the recent AMS checkins, but I also get reproduceable stops on some tracks
00:23:10freqmod_quok
00:23:16freqmod_quthen it is not only me
00:23:35freqmod_qu:)
00:23:42halmiI don't know how perl handles this, but it would be logical that when theres only a name of a variable, its only kind of initialized, whereas if there is also a value for it, it is set.
00:25:03halmiAnd I think on line 441ff the script checks if $install is set (in assumption that it is only set if the parameter -i was given), but it is set in any case.
00:25:40halmiAnd if the parameter is not given, then the value is still /dev/null which means, it dies with that special error
00:25:57 Quit CaptainKewl (Read error: 110 (Connection timed out))
00:26:12 Quit ender` (" Marriage is not a word, it's a sentence. A life sentence...")
00:27:04halmiI have changed line 24 to my $install; and it works for my case. I know that this doesn't solve the problem, but maybe it can help you to solve it.
00:27:22 Quit webguest60 ("CGI:IRC (Ping timeout)")
00:28:16halmiObviously since r20687 no one tried to do a make zip...
00:28:30***Saving seen data "./dancer.seen"
00:28:47Lloreanhalmi: zips should be made continually, it should be used to make the zips we distribute from our build servers.
00:29:22LloreanEvery SVN commit should result in one.
00:30:16bertrikLlorean, apparently kugel broke it ...
00:30:28 Join DarkSpectrum [0] (n=ZX@c-68-41-243-38.hsd1.mi.comcast.net)
00:30:32bertrikthe latest available zips are r20686
00:30:40LloreanIt looks like only the latest SVN commit would trigger a build.
00:31:21 Quit lucent (Read error: 104 (Connection reset by peer))
00:31:48Lloreanhalmi: Have you tried your fix?
00:32:07bertrikah ok, forgot about the build trigger being smart to trigger only on relevant source files
00:32:30 Quit halmi ("CGI:IRC (EOF)")
00:32:32Lloreanbertrik: It *looks* like amiconn's commit also triggered one though
00:32:37saratoga_workwhy doesn't a failed make zip trigger an error on the build table?
00:33:36LloreanWhy is "make" and then "make zip" necessary? Shouldn't "make zip" perform a make, and then if successful, zip it up?
00:33:56 Join halmi [0] (n=3e2fac45@gateway/web/cgi-irc/labb.contactor.se/x-71c39e2dc3c4776c)
00:34:15saratoga_work"Warning: couldn't get zip from rbclient@femlab.bme.duke.edu/build-ipodnano"
00:34:23saratoga_workyes the build table reports no problems
00:34:27amiconnLlorean: No it shouldn't, on purpose
00:34:27saratoga_workyet
00:34:28bertrikr20690 by kkurbjun should definitely have triggered a new zip
00:34:36Lloreanamiconn: Why not?
00:34:47saratoga_workit did trigger a build
00:34:56amiconnHow else would you 'make zip' if some plugins fail to build?
00:35:08LloreanBuild without the plugins.
00:35:16amiconnThat's not an option
00:35:34LloreanI've built without specific plugins dozens of times.
00:35:35amiconnWhen adapting plugins, you'll usually go one-by-one
00:35:56amiconnAnd then you surely want to test before finishing the whole bunch
00:36:09rasherSo enable them one by one?
00:36:12amiconnIt's also faster
00:36:24halmiMy "fix" isn't really a fix
00:36:28amiconn...if 'make zip' limits itself to what it's meant for
00:36:56halmiIt's just a workaround, so that make zip works.
00:37:00rashermake zip right will fail due to broken dependencies..
00:37:08rasherUnless you've run "make" first
00:37:10Lloreanamiconn: But if you haven't yet done a make, how can "make zip" complete without making?
00:37:46amiconnThe point is that I can run 'make zip' after 'make', even if 'make' fails somewhere inbetween
00:37:47saratoga_workBagder: it seems to me that the build table doesn't notice if make zip fails, provided make itself succeeds (see r20687 through r20690)
00:38:03rasheramiconn: I'd say that's a bug
00:38:11 Quit MT (Success)
00:38:29amiconnIt's a feature. That discussion is old and was held several times. Check the irc logs
00:38:56amiconnkkurbjun: Suboptimal fix...
00:39:04rasherIf you want to build a broken zip, you could call buildzip.pl
00:39:24rashermake zip should properly identify its dependencies which *is* a properly "made" build
00:39:30Lloreanrasher: Or it could always build the zip even if the build returns errors.
00:39:39LloreanSo that it compiles *and* zips, no matter what.
00:40:00rasherI doubt make will let you do that
00:40:57 Join DarkSpectrum- [0] (n=ZX@c-68-41-243-38.hsd1.mi.comcast.net)
00:41:00amiconnThere are several other scenarios where the current 'make zip' behaviour has advantages
00:41:12kkurbjunamiconn, I agree, it's not ideal, I would prefer it to display a portion of the screen, but I don't have the time to do it at the moment, the boundary check was needed there anyway
00:41:34amiconnIf you want to check width and height directly, it would be better to do it before calculating all the inner_* values.
00:41:55kkurbjuntrue
00:41:58amiconnBut if not, the comparison can be made more compact
00:41:59bertrikI think the current make zip is perhaps not perfect from a theoretical point of view, but very workable and I see no need to change the current behaviour
00:42:30amiconnHow about this: if ((inner_wd | inner_ht) < 0) return;
00:43:12halmiIn my opinion the make zip problem is that buildzip.pl (since r20687always assumes that you want to install rockbox (not zipping). And if you don't install it, it dies with the error because $install is set to /dev/null
00:43:18amiconn(1) If I accidentally delete the .zip too early. Can happen if you have more than one target needing the same build (like I do for ipod G1 and G2)
00:43:50amiconn(2) If adapt a few plugins, it is faster to run make rocks && make zip instead of make && make zip
00:43:52rasheramiconn: wow, that's the best you can come up with?
00:44:01LloreanMaybe "configure" could ask for "archive format", and if you select something other than (n)one, it could by default zip at the end of a normal "make"?
00:44:24LloreanThen "make zip" could be reserved for its normal purpose, and we could simplify building so people don't ask me "how do I get a rockbox.zip to install after compiling?"
00:44:25*rasher isn't really terribly interested in changing the current behaviour, but it really is broken
00:44:40kkurbjunamiconn, sounds good, I have to run at the moment, but I'll tighten it up later
00:44:41amiconnImo it's not broken at all
00:44:51amiconnMany *nix programs need make && make install
00:44:57 Quit {phoenix} (Remote closed the connection)
00:45:39amiconnkkurbjun: Hmm, interesting: there's no delta?!
00:46:15halmiHey, guys! I don't want to annoy you, but I think at the moment it is more important to get the zips running again than discussing about the general weaknesses of the make / make zip system...
00:47:34rasherhalmi: I don't think anyone disagrees - probably just lack the willpower to fix buildzip.pl :\
00:47:40bertrikhalmi, I agree, we should drag kugel back from wherever he is now (asleep?) and make him fix it :)
00:48:58DarkSpectrum-rasher: i have a request please, how about a download counter on the themes site so people can see which themes are more popular
00:49:47amiconnkkurbjun: I guess the missing delta has to do with the missing zips... the build system extracts the info text from there afaik
00:49:53 Join katz [0] (n=aklesy@pppdyn-38.stud-ko.rz-online.net)
00:50:18rasherDarkSpectrum-: Personally I think that's a bit silly, since you should pick what *you* like, rather than what other people like. This is also a perfect excuse to avoid having to parse the apache logs to extract this information
00:50:37DarkSpectrum-eh just thought it would be cool
00:50:39rasherDarkSpectrum-: But really, yes, it'd be sort of nice to have, but I'm not too eager on doing it
00:51:39saratoga_workthat would be nice to have
00:51:56 Join MT [0] (n=chatzill@41.233.151.195)
00:52:52*rasher doesn't get it
00:53:04rasherIt's not like there are so many themes that you can't possibly go through them
00:53:36DarkSpectrum-no but it's nice info esp. for people designing themes, so they can see what styles people want the most
00:53:50halmiThe buildzip.pl could be fixed just by changing line 24 from 'my $install="/dev/null";' to 'my $install;'.
00:54:15MTlinuxstb : cook's been extracted ;) .. it compiles now without errors, except for some warnings of functions that are declared deprecated, will fix that later, tomorrow I'll archive it to a library and test it to see if it works correctly.
00:55:41linuxstbMT: Nice.
00:58:19 Quit DarkSpectrum (Read error: 110 (Connection timed out))
00:58:39halmiThen make zip works and make install works if PREFIX=... is given. However, make install doesn't work without prefix despite showing no error.
00:59:46DarkSpectrum-wow it took 17 minutes to ping out
00:59:55halmiAnd as I have no clue about perl I don't know how to fix line 442, so that it works as it should.
01:00
01:00:11 Nick DarkSpectrum- is now known as DarkSpectrum (n=ZX@c-68-41-243-38.hsd1.mi.comcast.net)
01:03:01 Quit bertrik ("Leaving")
01:04:46 Join Fjss [0] (n=Fjss3@adsl-75-19-114-139.dsl.yntwoh.sbcglobal.net)
01:07:55FjssI am using a 32gb cf card with an iflash adapter on my 5g ipod. With the stock apple firmware I get a restore error the first time turn on the ipod after it goes to sleep. Anyone know if this will happen with rockbox os?
01:08:02 Quit katz (Remote closed the connection)
01:10:16 Quit Bernd ("CGI:IRC (EOF)")
01:11:38rasherMaybe we should just revert the buildzip change
01:12:53 Quit MT (Client Quit)
01:13:24soapFjss: When you say "goes to sleep" - do you mean that not-quite-off mode the iPods go into after only a few moments, or the fully off more they go into after a few days?
01:13:42 Part franky
01:13:49 Join halmi606 [0] (n=Miranda@62-47-172-69.adsl.highway.telekom.at)
01:14:08 Quit halmi ("CGI:IRC")
01:14:12 Join DarkSpectrum- [0] (n=ZX@c-68-41-243-38.hsd1.mi.comcast.net)
01:14:37Fjsssoap: The one they go into after a few days. Mine seems more like 8 hours
01:14:59halmi606Well maybe reverting the change is really the simpler option
01:15:07 Quit halmi606 (Client Quit)
01:15:24 Quit DarkSpectrum (Read error: 104 (Connection reset by peer))
01:15:58 Quit evilnick ("Leaving.")
01:16:12soapFjss: you get the silvery apple upon boot before this error?
01:16:13 Join halmi [0] (n=Miranda@62-47-172-69.adsl.highway.telekom.at)
01:16:44 Join faemir [0] (n=faemir@88-106-238-71.dynamic.dsl.as9105.com)
01:18:11soapFjss: Is this an iPod displayed error or an iTunes displayed error?
01:19:17Fjsssoap: This is an ipod displayed error. The first time I boot after it sleeps the apple logo is black. I get the error then reboot. The second time i get the silver apple
01:19:53 Join raygu3 [0] (n=62e26c2d@gateway/web/cgi-irc/labb.contactor.se/x-d77e784a3dcbc429)
01:20:13*rasher just reverted it
01:20:42halmirasher: But there is maybe something more to consider...
01:21:21rasherhalmi: oh?
01:21:36 Join rayj [0] (n=rjg@c-98-226-108-45.hsd1.in.comcast.net)
01:22:00rayjhello
01:22:07halmiBecause in r20689 there was a fix in root.make which just removed some backslashes for fullinstall.
01:22:17soapFjss: I've never seen such an error - trying to figure out if it is a hardware or Apple OS problem - else I can't say if Rockbox will "cure" it. As there is no harm in trying Rockbox I would... That said I would also run the iPod's diagnostic mode.
01:23:10halmirasher: The backslashes were not there at install, but they are still there at zip, fullzip, ...
01:23:38Lloreansoap: I'm pretty sure the "restore needed" error comes before the firmware image is loaded, so it'd be something in the Apple bootloader. I doubt Rockbox fill fix it unless our changed to the firmware partition make it more likeable somehow
01:23:40 Join agaffney_ [0] (n=agaffney@gentoo/developer/agaffney)
01:23:53*rasher thinks kugel should just have another go
01:24:20rasherIt seems like a (semi)useful thing to add. It should just be less buggy
01:24:53 Quit raygu3 ("CGI:IRC (Ping timeout)")
01:25:18FjssIs there any way to change the apple bootloader in the ipod?
01:26:39saratoga_workno
01:27:38LloreanNot yet at least.
01:28:10halmirasher: Okay, you have reverted 20689 too. So that the backslash/no backslash stuff is "consistent" now again.
01:28:52rasherAh yes, I reverted to before all this tomfoolery
01:29:59soapFjss: If it is happening before the OS image is loaded - which makes sense, the problem (likely) isn't in the bootloader itself, so replacing that is the wrong ave. to be walking down.
01:30:37 Quit agaffney_ ("Reconnecting")
01:30:43 Join agaffney1 [0] (n=agaffney@gentoo/developer/agaffney)
01:31:09 Quit agaffney (Nick collision from services.)
01:31:16 Nick agaffney1 is now known as agaffney (n=agaffney@gentoo/developer/agaffney)
01:31:24 Quit agaffney (Client Quit)
01:31:27 Join agaffney [0] (n=agaffney@gentoo/developer/agaffney)
01:32:58 Join kugel [0] (n=kugel@rockbox/developer/kugel)
01:33:36rayjhoping i can get some help
01:33:52rayji got sansa e260 cracked lcd
01:33:53Fjsssoap: Thanks for the help. I still think I'm going to give rb a try, it looks better than the apple os.
01:33:59rayjtrying to install voice
01:34:24rayji rub linux & am using rbutilqt
01:34:42hillshumrayj: what issues do you have?
01:35:02rayjcreate voice file
01:35:07kugel:(
01:35:09kugelbad day for me
01:35:28rayjthe downloaded file was empty
01:35:49kugelrasher: thanks for reverting, just read about the problem
01:36:32kugelsomehow I didn't catch this while testing
01:37:48halmikugel: It is kind of traceable that you didn't notice that.
01:38:00halmiYou were working at make install
01:38:19halmiAnd probably never tried make zip
01:38:21kugelI tested make zip too, but apparently not in the later steps anymore
01:38:29halmioh, okay
01:38:51*kugel doesn't quite understand the make fullinstall one though
01:40:37kugelthis should've given a red in the build table imo :(
01:41:26 Quit Fjss ("Leaving")
01:41:38rasherThe build server never sees the make zip step iiuc
01:42:10kugelnot sure how to make it right then
01:42:18 Quit halmi ("Miranda IM! Smaller, Faster, Easier. http://miranda-im.org")
01:42:20Unhelpfulfullinstall is core, codecs, plugins, and fonts, isn't it?
01:44:07 Join MethoS [0] (n=lem@dyndsl-085-016-164-100.ewe-ip-backbone.de)
01:44:08kugelyep
01:47:04kugelrasher: yes, I will have another go :)
01:47:07 Quit amiconn (Nick collision from services.)
01:47:10 Join amiconn_ [50] (n=jens@rockbox/developer/amiconn)
01:47:29 Nick amiconn_ is now known as amiconn (n=jens@rockbox/developer/amiconn)
01:47:30 Quit pixelma (Nick collision from services.)
01:47:32 Join pixelma_ [50] (n=pixelma@rockbox/staff/pixelma)
01:47:54 Nick pixelma_ is now known as pixelma (n=pixelma@rockbox/staff/pixelma)
01:48:16kugelwhat were the backslashes for? It seemed to me they're not needed. But I don't understand why removing them at install breaks fullinstall
01:48:56*rasher hasn't looked at it
01:49:12 Join halmi [0] (n=chatzill@62-47-172-69.adsl.highway.telekom.at)
01:52:06 Quit agaffney (Read error: 104 (Connection reset by peer))
01:53:26 Part rayj ("Kopete 0.12.7 : http://kopete.kde.org")
01:54:21 Quit fdinel (Read error: 104 (Connection reset by peer))
01:55:30halmikugel: So you have removed the backslashes at install, right?
01:55:37kugelyes
01:57:31 Join agaffney [0] (n=agaffney@gentoo/developer/agaffney)
01:58:22halmiand according to the r20689 make fullinstall was fixed by removing them there also...
01:58:44kugelyep..
01:59:16halmiAnyway, what are those backslashes for?
01:59:23kugelno idea
02:00
02:00:16kugeloh, and the other thing why I have a bad day is: my fuze broken
02:00:53halmiHow did that happen?
02:02:24kugelwell, I was walking there, trying to pick a song. and then, suddenly some guys were running towards me and bumped into me
02:03:00kugelI lost the control of the fuze, it flew onto the street and a car came to drive over it :(
02:03:21halmiUh, that's really bad.
02:03:37halmiAnd bad luck too...
02:03:49LloreanThis isn't really on-topic for the channel, guys.
02:04:58 Join evilnick [0] (n=evilnick@pool-173-52-140-21.nycmny.east.verizon.net)
02:05:31Adam917Kinda funny that the question I asked some hours ago wasn't answered at all but this other chatter seems to be popular.
02:05:32halmiSorry. But I have a question about the Fuze anyway: What use has the home-button in Rockbox?
02:05:57kugelstopping playback and exiting plugins, mostly
02:06:31 Quit Llorean (Read error: 104 (Connection reset by peer))
02:06:48 Join Llorean [0] (n=DarkkOne@adsl-99-185-10-52.dsl.hstntx.sbcglobal.net)
02:07:02rasherAdam917: "some hours ago" - that was more than half a day ago!
02:07:05LloreanAdam917: Well, your question requires very specific knowledge. There's not even a guarantee anyone even knows.
02:07:24hillshumwhat was the question?
02:07:58rasherI'm pretty sure the bigdisk thing is due to limitations in the usb bridge chip used in the Archoses. I wouldn't think the one in h100 has it, but I'm not going to give any guarantee
02:08:03Adam917OK. I basically asked if any mods were required to Rockbox to run a larger-than-128 GiB drive on an iriver device like H140 etc
02:08:36Adam917And if USB could access the whole drive / if any partitioning is required
02:08:52*hillshum didn't think he would know
02:09:08 Quit krazykit (Read error: 104 (Connection reset by peer))
02:09:16Adam91760 GB isn't enough for me anymore & I'd like to upgrade someday before my phone catches up! LOL
02:09:57hillshumuntil the phone has RB it won't be a match
02:10:10Adam917I know that of course
02:10:16LloreanAdam917: Have you searched the forums?
02:10:20Adam917But my H140 is so bulky
02:10:34*soap will take it off your hands.
02:10:46*soap will even give you a nano or sansa in trade.
02:10:50Adam917The forums have not given me a clear answer to this question
02:11:03LloreanAdam917: But on the forums you can find threads of people who've actually *done* this, and ask there.
02:11:21LloreanEither way, it's clear it's *possible* to upgrade the HD, so you could always do it, and see if the custom build is needed, since it'd still be usable with a custom build
02:13:19 Join krazykit [0] (n=kkit@ppp-70-236-47-235.dsl.ipltin.ameritech.net)
02:16:43amiconnThe bridge chip in the irivers does support lba48
02:18:17amiconnIn order to use a hdd >137GB in an iriver running rockbox, you need to build with HAVE_LBA48
02:18:32amiconnThis may be necessary for the bootloader as well
02:18:46 Join froggyman [0] (n=47ba40e2@gateway/web/cgi-irc/labb.contactor.se/x-243546dac09218f1)
02:19:12Lloreanamiconn: Any reason not to build all bootloaders with it normally? Is it a RAM cost only, or is there a performance cost as well?
02:19:36amiconnIt *may* be impossible to run the OF on such an iriver, which leads to the problem of flashing
02:19:43 Join Thundercloud [0] (n=thunderc@84-51-130-71.judith186.adsl.metronet.co.uk)
02:19:59 Quit DarkSpectrum- ()
02:20:54amiconnLlorean: There is a tiny performance cost as well (an if() on every ata_*_sectors() call), which is probably unnoticeable
02:21:17amiconnBut bootloader binsize is also important, especially on the irivers
02:21:42LloreanI thought we had plenty of space to fit the bootloader on the iRivers?
02:22:05Adam917OK so it seems the Rockbox-side has been covered (thanks - and I'll do more research on this). Has anyone already mentioned about USB support or has that been covered w/ your mention of the chip supporting 48-bit LBA?
02:22:09amiconnNot on the h1x0. The OF takes almost all ROM.
02:22:45LloreanAh. So it's a case of "if it would fit, it might make sense to do so" then?
02:23:03amiconnOf course flashing rockbox is an option, but it's still not officially supported
02:24:07amiconnLlorean: certainly not for all targets. Maybe for those which do support lba-48 via usb as well (i.e. all hdd targets except the archoses)
02:24:28amiconnBut then the main builds for those targets should also support lba-48
02:24:54Adam917Support may still want to be added if only due to the fact that replacement drives are getting big and soon it may be hard to find smaller drives
02:25:58amiconnYou can always use a >137GB hdd without having lba-48 support, by limiting it to 137GB. Some drives even have a jumper for forcing the limit
02:26:13Adam917Common scenario might be: someone's 5-year-old DAP 'breaks' - turns out it was the HDD (most likely thing to go in these devices). Search for replacement drives? 100+ GB.
02:27:15rasheramiconn: that's not terribly satisfactory though
02:28:18 Join SirFunk_ [0] (n=Sir@208-15-25-145.netsync.net)
02:28:34***Saving seen data "./dancer.seen"
02:28:52Adam917I wouldn't mind limiting say a 160GB drive to 128 GiB but with say a 200GB and of course you lose a lot of capacity
02:31:45 Quit gevaerts (Nick collision from services.)
02:32:10 Join gevaerts [0] (n=fg@195-144-092-162.dyn.adsl.xs4all.be)
02:35:35 Quit miepchen^schlaf ()
02:37:20 Join miepchen^schlaf [0] (n=miepel@p579ECF9F.dip.t-dialin.net)
02:39:07 Quit BXCracer (Remote closed the connection)
02:40:41soapyou can get 100+GB 50 pin ATA drives?
02:43:02 Quit SirFunk__ (Read error: 110 (Connection timed out))
02:45:11 Quit halmi ("ChatZilla 0.9.84 [Firefox 3.0.8/2009032609]")
02:45:24 Join itcheg [0] (i=62db4767@gateway/web/ajax/mibbit.com/x-e68b7c9f0aec4b86)
02:49:38Adam917No but you can get ZIF ones and get or make an adapter. Maybe large 50-pin drives do exist nowdays.
02:54:42 Join goffa___ [0] (n=goffa@216.220.23.105)
03:00
03:01:49*kugel thinks he got make install working
03:03:11kugelanyone wants to test?
03:03:19hillshumThe svn trunk isn't a full 300MG is it?
03:04:39rasherhillshum: doesn't sound too far off
03:05:23kugelhillshum: should be ~150MB, but if you have built something in it, 300 sounds very possible
03:05:57hillshumbut a plain checkout shouldn't be that much?
03:06:15*hillshum gets the tarball
03:06:54kugelnot sure, actually
03:06:56LloreanA plain checkout should be twice the actual source size, since SVN keeps a second 'clean' copy of all files
03:07:00LloreanRight?
03:07:05LloreanFor reversions without internet access
03:07:07kugelsomeone yesterday told about 147MB iirc
03:07:38rasher292MB
03:08:02rasherFor a fresh checkout
03:08:16hillshumokay,
03:08:20kugelhm
03:08:36kugelarez was wrong then, he probably messued the svn compressed size
03:08:55hillshumor read something wrong
03:09:14kugelwell, svn compresses before sending it to you when you checkout
03:09:16 Quit goffa (Read error: 110 (Connection timed out))
03:09:38 Join z35_ [0] (n=z35@h27.20.89.75.dynamic.ip.windstream.net)
03:09:41 Join Dauron [0] (n=DarkAuro@ppp-70-245-129-190.dsl.rcsntx.swbell.net)
03:12:25 Join CaptainKewl [0] (i=jds@207-237-172-77.c3-0.nyr-ubr4.nyr.ny.cable.rcn.com)
03:19:23 Join shodanX__ [0] (n=shodanX@port-92-194-106-34.dynamic.qsc.de)
03:21:13froggymanare there anything on how rockbox got created or anything similar?
03:22:25rasherfroggyman: http://www.rockbox.org/history.html goes pretty far back in short quips
03:22:33hillshumi think ther'res somthing on the wiki
03:23:49froggymansweet, thanks
03:26:04 Quit z35 (Read error: 110 (Connection timed out))
03:26:42 Quit _Auron_ (Read error: 110 (Connection timed out))
03:26:42 Nick Dauron is now known as _Auron_ (n=DarkAuro@ppp-70-245-129-190.dsl.rcsntx.swbell.net)
03:28:23froggymanthats pretty cool, it would neat to have a bigger article about like how the orginal thought came into place and where it got started, atleast in My opinion
03:29:30hillshumi think there's something at Bagder's site, let me look
03:32:00 Quit shodanX (Read error: 110 (Connection timed out))
03:36:22 Join Bernd [0] (n=5b277c86@gateway/web/cgi-irc/labb.contactor.se/x-16bf8ba9810208bc)
03:36:49Berndhere
03:36:53Berndhttp://daniel.haxx.se/blog/2008/06/18/portably-yours/
03:40:12hillshumBernd, Is that linked somewhere on the wiki?
03:40:54Berndno idea - found that someday on his BLOG
03:41:48hillshumhmm
03:43:09 Quit BHSPitLappy (Remote closed the connection)
03:44:55 Quit tvelocity (Remote closed the connection)
03:45:05froggymanthats pretty awesome, i should write a paper on this someday for school
03:48:49hillshumhttp://www.rockbox.org/twiki/bin/view/Main/RockboxOrgEmail "contributer" means committer right?
03:50:02Lloreanhillshum: Mainly, yes.
03:50:47hillshumshould that be better clarified? (not "someone who has contributed anything")
03:51:57LloreanWell, I don't believe anybody has one of those yet
03:52:11LloreanBut it's not just committers, I think. As far as I know, people like our forum staff would also be granted one if asked.
03:52:45LloreanPeople can probably figure it out, and if they can't, they'll get told otherwise when they ask for one.
03:53:29hillshumDevs and up on the forum basically?
03:53:46LloreanThere's no specific line.
03:55:18 Join Strife89 [0] (n=nds@204.116.244.200)
03:59:11 Nick z35_ is now known as z35 (n=z35@h27.20.89.75.dynamic.ip.windstream.net)
03:59:49 Quit Adam917 (Read error: 110 (Connection timed out))
04:00
04:03:28 Join Adam917 [0] (n=Adam917@m0f0e36d0.tmodns.net)
04:03:32 Quit Bernd ("CGI:IRC (EOF)")
04:03:37 Quit Adam917 (Client Quit)
04:04:48 Quit Unhelpful (Read error: 60 (Operation timed out))
04:06:05 Join wangxiang [0] (n=wangxian@210.73.4.120)
04:06:16 Quit Strife89 (Success)
04:06:17 Join Strife89DS [0] (n=nds@204.116.244.200)
04:07:27 Nick Strife89DS is now known as Strife89 (n=nds@204.116.244.200)
04:08:35 Quit Thundercloud (Remote closed the connection)
04:16:14 Join bzed_ [0] (n=bzed@devel.recluse.de)
04:20:36 Quit kugel ("ChatZilla 0.9.84-rdmsoft [XULRunner 1.9.0.8/2009033100]")
04:20:36 Quit HBK (Read error: 104 (Connection reset by peer))
04:20:47 Quit parafin (lindbohm.freenode.net irc.freenode.net)
04:20:47NSplitlindbohm.freenode.net irc.freenode.net
04:20:47 Quit bzed (lindbohm.freenode.net irc.freenode.net)
04:20:47 Quit froggyman (lindbohm.freenode.net irc.freenode.net)
04:20:47 Quit hillshum (lindbohm.freenode.net irc.freenode.net)
04:20:47 Quit perrikwp (lindbohm.freenode.net irc.freenode.net)
04:20:47 Quit liiwi (lindbohm.freenode.net irc.freenode.net)
04:20:55 Nick bzed_ is now known as bzed (n=bzed@devel.recluse.de)
04:24:56NHeallindbohm.freenode.net irc.freenode.net
04:24:56NJoinfroggyman [0] (n=47ba40e2@gateway/web/cgi-irc/labb.contactor.se/x-243546dac09218f1)
04:24:56NJoinhillshum [0] (n=hillshum@unaffiliated/hillshum)
04:24:56NJoinparafin [0] (i=parafin@paraf.in)
04:24:56NJoinperrikwp [0] (i=4aa794a0@gateway/web/ajax/mibbit.com/x-7c05c80d2826c678)
04:24:56NJoinliiwi [0] (i=liiwi@idle.fi)
04:26:15 Quit parafin (Nick collision from services.)
04:26:22 Join parafin [0] (i=parafin@paraf.in)
04:27:38 Quit Tuplanolla (Read error: 110 (Connection timed out))
04:28:38***Saving seen data "./dancer.seen"
04:31:40 Join gevaerts_ [0] (n=fg@195-144-092-166.dyn.adsl.xs4all.be)
04:34:05 Quit re-peat (lindbohm.freenode.net irc.freenode.net)
04:34:05 Quit markun (lindbohm.freenode.net irc.freenode.net)
04:34:05 Quit Bawitdaba (lindbohm.freenode.net irc.freenode.net)
04:34:05 Quit ChanServ (lindbohm.freenode.net irc.freenode.net)
04:34:05 Quit Galois (lindbohm.freenode.net irc.freenode.net)
04:34:05 Quit scorche|sh (lindbohm.freenode.net irc.freenode.net)
04:34:05 Quit tmzt (lindbohm.freenode.net irc.freenode.net)
04:34:05 Quit n17ikh (lindbohm.freenode.net irc.freenode.net)
04:34:05 Quit Foxx (lindbohm.freenode.net irc.freenode.net)
04:34:05 Quit pixelma (lindbohm.freenode.net irc.freenode.net)
04:34:05 Quit MethoS (lindbohm.freenode.net irc.freenode.net)
04:34:05 Quit alexbobp (lindbohm.freenode.net irc.freenode.net)
04:34:05 Quit preglow_ (lindbohm.freenode.net irc.freenode.net)
04:34:05 Quit yosafbridge (lindbohm.freenode.net irc.freenode.net)
04:34:05 Quit Dhraakellian (lindbohm.freenode.net irc.freenode.net)
04:34:05 Quit dionoea (lindbohm.freenode.net irc.freenode.net)
04:34:05 Quit Bagder (lindbohm.freenode.net irc.freenode.net)
04:34:05 Quit bzed (lindbohm.freenode.net irc.freenode.net)
04:34:05 Quit suom1 (lindbohm.freenode.net irc.freenode.net)
04:34:05 Quit goffa___ (lindbohm.freenode.net irc.freenode.net)
04:34:05 Quit Riku (lindbohm.freenode.net irc.freenode.net)
04:34:05 Quit timc`` (lindbohm.freenode.net irc.freenode.net)
04:34:05 Quit jeffdameth1 (lindbohm.freenode.net irc.freenode.net)
04:34:05 Quit shodanX_ (lindbohm.freenode.net irc.freenode.net)
04:34:05 Quit freqmod_qu (lindbohm.freenode.net irc.freenode.net)
04:34:05 Quit avacore (lindbohm.freenode.net irc.freenode.net)
04:34:05 Quit Tristan (lindbohm.freenode.net irc.freenode.net)
04:34:05 Quit crashd (lindbohm.freenode.net irc.freenode.net)
04:34:05 Quit chrippa (lindbohm.freenode.net irc.freenode.net)
04:34:05 Quit webmind (lindbohm.freenode.net irc.freenode.net)
04:34:05 Quit martian67 (lindbohm.freenode.net irc.freenode.net)
04:34:05 Quit jhulst (lindbohm.freenode.net irc.freenode.net)
04:34:05 Quit agaffney (lindbohm.freenode.net irc.freenode.net)
04:34:05 Quit Chex_ (lindbohm.freenode.net irc.freenode.net)
04:34:05 Quit vedlith (lindbohm.freenode.net irc.freenode.net)
04:34:05 Quit BlakeJohnson86 (lindbohm.freenode.net irc.freenode.net)
04:34:05 Quit soap (lindbohm.freenode.net irc.freenode.net)
04:34:05 Quit krazykit (lindbohm.freenode.net irc.freenode.net)
04:34:05 Quit Seed (lindbohm.freenode.net irc.freenode.net)
04:34:05 Quit Zoxc (lindbohm.freenode.net irc.freenode.net)
04:34:05 Quit Kopfgeldjaeger (lindbohm.freenode.net irc.freenode.net)
04:34:05 Quit BigBambi (lindbohm.freenode.net irc.freenode.net)
04:34:05 Quit courtc (lindbohm.freenode.net irc.freenode.net)
04:34:05 Quit evilnick (lindbohm.freenode.net irc.freenode.net)
04:34:05 Quit blithe (lindbohm.freenode.net irc.freenode.net)
04:34:05 Quit kps00000 (lindbohm.freenode.net irc.freenode.net)
04:34:05 Quit AndyIL (lindbohm.freenode.net irc.freenode.net)
04:34:05 Quit rvvs89 (lindbohm.freenode.net irc.freenode.net)
04:34:05 Quit l403 (lindbohm.freenode.net irc.freenode.net)
04:34:05 Quit FOAD (lindbohm.freenode.net irc.freenode.net)
04:34:05 Quit scorche (lindbohm.freenode.net irc.freenode.net)
04:34:05 Quit jfc (lindbohm.freenode.net irc.freenode.net)
04:34:05 Quit fxb__ (lindbohm.freenode.net irc.freenode.net)
04:34:05 Quit at0m (lindbohm.freenode.net irc.freenode.net)
04:34:05 Quit FlynDice (lindbohm.freenode.net irc.freenode.net)
04:34:05 Quit Ridayah (lindbohm.freenode.net irc.freenode.net)
04:34:05 Quit Rob2222 (lindbohm.freenode.net irc.freenode.net)
04:34:05 Quit dmb (lindbohm.freenode.net irc.freenode.net)
04:34:07 Quit pabs (lindbohm.freenode.net irc.freenode.net)
04:34:07 Quit itcheg (lindbohm.freenode.net irc.freenode.net)
04:34:07 Quit miepchen^schlaf (lindbohm.freenode.net irc.freenode.net)
04:34:07 Quit gevaerts (lindbohm.freenode.net irc.freenode.net)
04:34:07 Quit SirFunk_ (lindbohm.freenode.net irc.freenode.net)
04:34:07 Quit amiconn (lindbohm.freenode.net irc.freenode.net)
04:34:07 Quit feisar (lindbohm.freenode.net irc.freenode.net)
04:34:07 Quit linuxstb (lindbohm.freenode.net irc.freenode.net)
04:34:07 Quit midijunkie (lindbohm.freenode.net irc.freenode.net)
04:34:07 Quit Horscht (lindbohm.freenode.net irc.freenode.net)
04:34:07 Quit kachna|lappy (lindbohm.freenode.net irc.freenode.net)
04:34:07 Quit tchan (lindbohm.freenode.net irc.freenode.net)
04:34:07 Quit jordan` (lindbohm.freenode.net irc.freenode.net)
04:34:07 Quit bittin_ (lindbohm.freenode.net irc.freenode.net)
04:34:07 Quit gibbon_ (lindbohm.freenode.net irc.freenode.net)
04:34:07 Quit shadearg (lindbohm.freenode.net irc.freenode.net)
04:34:07 Quit CaptainKewl (lindbohm.freenode.net irc.freenode.net)
04:34:07 Quit _Auron_ (lindbohm.freenode.net irc.freenode.net)
04:34:07 Quit gregsparc (lindbohm.freenode.net irc.freenode.net)
04:34:07 Quit DataGhost (lindbohm.freenode.net irc.freenode.net)
04:34:07 Quit Xerion (lindbohm.freenode.net irc.freenode.net)
04:34:07 Quit ze (lindbohm.freenode.net irc.freenode.net)
04:34:07 Quit Kohlrabi (lindbohm.freenode.net irc.freenode.net)
04:35:16NJoinChanServ [0] (ChanServ@services.)
04:35:16NJoinKohlrabi [0] (n=Kohlrabi@frustrum.nosebud.de)
04:35:16NJoinze [0] (i=ze@76.91.72.105)
04:35:16NJoinXerion [0] (n=xerion@cp198589-d.landg1.lb.home.nl)
04:35:16NJoinDataGhost [0] (i=dataghos@unaffiliated/dataghost)
04:35:16NJoingregsparc [0] (n=chatzill@208.65.91.90)
04:35:16NJoin_Auron_ [0] (n=DarkAuro@ppp-70-245-129-190.dsl.rcsntx.swbell.net)
04:35:16NJoinCaptainKewl [0] (i=jds@207-237-172-77.c3-0.nyr-ubr4.nyr.ny.cable.rcn.com)
04:35:16 Join CaptainKwel [0] (i=jds@207-237-172-77.c3-0.nyr-ubr4.nyr.ny.cable.rcn.com)
04:35:16 Join dreamlayers [0] (n=dreamlay@bas4-windsor12-1279315722.dsl.bell.ca)
04:35:16NJoinbzed [0] (n=bzed@devel.recluse.de)
04:35:16NJoingoffa___ [0] (n=goffa@216.220.23.105)
04:35:16NJoinitcheg [0] (i=62db4767@gateway/web/ajax/mibbit.com/x-e68b7c9f0aec4b86)
04:35:16NJoinmiepchen^schlaf [0] (n=miepel@p579ECF9F.dip.t-dialin.net)
04:35:16 Join gevaerts [0] (n=fg@rockbox/developer/gevaerts)
04:35:16NJoinSirFunk_ [0] (n=Sir@208-15-25-145.netsync.net)
04:35:16NJoinkrazykit [0] (n=kkit@ppp-70-236-47-235.dsl.ipltin.ameritech.net)
04:35:16NJoinevilnick [0] (n=evilnick@pool-173-52-140-21.nycmny.east.verizon.net)
04:35:16NJoinagaffney [0] (n=agaffney@gentoo/developer/agaffney)
04:35:16NJoinpixelma [50] (n=pixelma@rockbox/staff/pixelma)
04:35:16NJoinamiconn [50] (n=jens@rockbox/developer/amiconn)
04:35:16NJoinMethoS [0] (n=lem@dyndsl-085-016-164-100.ewe-ip-backbone.de)
04:35:16NJoinFlynDice [0] (n=jack@c-24-19-225-90.hsd1.wa.comcast.net)
04:35:16NJoinRiku [0] (n=Lss@cm146.delta91.maxonline.com.sg)
04:35:16NJoinSeed [0] (n=ben@bzq-84-108-232-45.cablep.bezeqint.net)
04:35:16NJoinfeisar [0] (i=jljhook@noppakerho.com)
04:35:16NJoinblithe [0] (n=blithe@blakesmith.me)
04:35:16NJoinZoxc [0] (i=Zoxc@ti0128a340-dhcp0261.bb.online.no)
04:35:16NJoinlinuxstb [0] (n=linuxstb@rockbox/developer/linuxstb)
04:35:16NJoinmidijunkie [0] (n=Miranda@pD9544178.dip0.t-ipconnect.de)
04:35:16NJointimc`` [0] (n=aoeu@124.93.243.83)
04:35:16NJoinkps00000 [0] (n=kevin@i209-195-69-38.cia.com)
04:35:16NJoinjeffdameth1 [0] (n=jeff@dyndsl-095-033-124-245.ewe-ip-backbone.de)
04:35:16NJoinAndyIL [0] (n=pasha_in@212.14.208.235)
04:35:16NJoinRidayah [0] (n=ridayah@173-19-228-175.client.mchsi.com)
04:35:16NJoinshodanX_ [0] (n=shodanX@jazz.informatik.uni-erlangen.de)
04:35:16NJoinrvvs89 [0] (n=ivo@pdpc/supporter/base/rvvs89)
04:35:16NJoinHorscht [0] (n=Horscht@xbmc/user/horscht)
04:35:16NJoinl403 [0] (n=l@85.132.159.239)
04:35:16NJoinRob2222 [0] (n=Miranda@p4FDCD8FD.dip.t-dialin.net)
04:35:16NJoinDhraakellian [0] (n=ntryon@cpe-72-226-197-191.rochester.res.rr.com)
04:35:16NJoinFOAD [0] (n=dok@dinah.blub.net)
04:35:16NJoinpabs [0] (n=pabs@xor.pablotron.org)
04:35:16NJoinre-peat [0] (n=james@oh.cyber-army.com)
04:35:16NJoinmarkun [50] (n=markun@rockbox/developer/markun)
04:35:16NJoinBawitdaba [0] (n=Sphinx@cpe-74-70-40-135.nycap.res.rr.com)
04:35:16Mode"#rockbox +o ChanServ " by irc.freenode.net
04:35:16NJoinscorche|sh [50] (n=scorche@rockbox/administrator/scorche)
04:35:16NJoinGalois [0] (i=djao@efnet-math.org)
04:35:16NJointmzt [0] (n=tmzt@adsl-99-164-62-86.dsl.akrnoh.sbcglobal.net)
04:35:16NJoinn17ikh [0] (n=n17ikh@130.127.74.89)
04:35:16NJoinFoxx [0] (n=Foxx@pool-141-157-246-7.ny325.east.verizon.net)
04:35:16NJoindmb [0] (n=dmb@unaffiliated/dmb)
04:35:16NJoinChex_ [0] (n=Stefan@bas1-montreal48-1176172829.dsl.bell.ca)
04:35:16NJoinalexbobp [0] (n=alex@adsl-75-63-0-19.dsl.austtx.sbcglobal.net)
04:35:16NJoinscorche [50] (n=scorche@rockbox/administrator/scorche)
04:35:16NJoinfreqmod_qu [0] (i=quasselg@dhcp208-240.ed.ntnu.no)
04:35:16NJoinvedlith [0] (n=ved2@137-mi2-1.acn.waw.pl)
04:35:16NJoinkachna|lappy [0] (n=kachna@r4ax178.net.upc.cz)
04:35:16NJoindionoea [0] (n=dionoea@videolan/developer/dionoea)
04:35:16NJoinBagder [241] (n=daniel@rockbox/developer/bagder)
04:35:16NJoinpreglow_ [0] (i=thomj@tvilling2.pvv.ntnu.no)
04:35:16NJoinyosafbridge [0] (n=yosafbri@ludios.net)
04:35:16NJointchan [0] (n=tchan@lunar-linux/developer/tchan)
04:35:16NJoinBlakeJohnson86 [0] (n=bjohnson@c-24-118-162-123.hsd1.mn.comcast.net)
04:35:16NJoinKopfgeldjaeger [0] (n=nicolai@monitor-mode-enabled-on-mon0.phy0.de)
04:35:16NJoinsuom1 [0] (i=markus@viitamaki.net)
04:35:16 Join BigBambi [0] (n=alex@rockbox/staff/BigBambi)
04:35:16NJoinjordan` [0] (n=jordan@jem75-10-88-182-222-63.fbx.proxad.net)
04:35:16NJoinavacore [0] (i=nobody@1008ds1-rdo.0.fullrate.dk)
04:35:16NJoinjfc [0] (n=john@dpc691978010.direcpc.com)
04:35:16NJoinTristan [0] (i=tristan@i.dont.want.to.die.virgin.net.in)
04:35:16NJoingibbon_ [0] (i=gibbon_@could.become.a.servant4you.org)
04:35:16NJoinmartian67 [0] (i=user5490@about/linux/regular/martian67)
04:35:16NJoincrashd [0] (i=foobar@lostnode.org)
04:35:16NJoinwebmind [0] (n=webmind@shell.puscii.nl)
04:35:16NJoinchrippa [0] (n=chrippa@evangelion.se)
04:35:16NJoinjhulst [0] (n=jhulst@unaffiliated/jhulst)
04:35:16NJoinbittin_ [0] (n=bittin@c-71-227-157-72.hsd1.wa.comcast.net)
04:35:16NJoinfxb__ [0] (n=felixbru@h1252615.stratoserver.net)
04:35:16NJoinat0m [0] (n=at0m@78-20-136-118.access.telenet.be)
04:35:16NJoinsoap [50] (n=soap@rockbox/staff/soap)
04:35:16NJoincourtc [0] (n=court@unaffiliated/courtc)
04:35:16NJoinshadearg [0] (i=arg@ipv4.panoptix.net)
04:35:56 Join ze0 [0] (i=ze@76.91.72.105)
04:36:08 Quit CaptainKewl (lindbohm.freenode.net irc.freenode.net)
04:36:08 Quit _Auron_ (lindbohm.freenode.net irc.freenode.net)
04:36:08 Quit ze (lindbohm.freenode.net irc.freenode.net)
04:36:08 Quit gregsparc (lindbohm.freenode.net irc.freenode.net)
04:36:08 Quit Xerion (lindbohm.freenode.net irc.freenode.net)
04:36:08 Quit Kohlrabi (lindbohm.freenode.net irc.freenode.net)
04:36:08 Quit DataGhost (lindbohm.freenode.net irc.freenode.net)
04:36:08 Nick ze0 is now known as ze (i=ze@76.91.72.105)
04:36:34NJoingregsparc [0] (n=chatzill@208.65.91.90)
04:36:38NJoinXerion [0] (n=xerion@cp198589-d.landg1.lb.home.nl)
04:37:18CtcpVersion from freenode-connect!freenode@freenode/bot/connect
04:38:33 Join fdinel [0] (n=Miranda@modemcable204.232-203-24.mc.videotron.ca)
04:38:37*soap wants Bagder@rockbox.org
04:39:09 Join CGIIRC [0] (n=478c01ba@gateway/web/cgi-irc/labb.contactor.se/x-d86506758ee0469e)
04:39:17CGIIRChey hey
04:39:32Strife89Howdy.
04:40:15CGIIRCi need some help unbrinking my sansa here i get to step 4.5 and everything isnt very clear '
04:40:26CGIIRChttp://fixmysansa.blogspot.com/
04:40:49CGIIRCcan someone help me to either clarify or tell me what im doing wrong?
04:41:05NJoinKohlrabi [0] (n=Kohlrabi@frustrum.nosebud.de)
04:41:48*hillshum only counts 3
04:42:08soapTwo things (assuming you're using that blog and not Rockbox official documentation) - I don't see step 4.5 on that blog, and we can't support non rockbox docs.
04:42:17scorcheCGIIRC: first off, dont ask us to help you with something that isnt written by us...secondly, there is no 4.5 there
04:42:26 Quit gevaerts (Read error: 110 (Connection timed out))
04:42:35rasherDid anyone tell him that there is no step 4.5?
04:42:36CGIIRC4rth step 2nd part
04:42:48rasherThere is no step 4.
04:42:59hillshumit goes to three
04:43:08NJoinCaptainKewl [0] (i=jds@207-237-172-77.c3-0.nyr-ubr4.nyr.ny.cable.rcn.com)
04:43:08NJoin_Auron_ [0] (n=DarkAuro@ppp-70-245-129-190.dsl.rcsntx.swbell.net)
04:43:08NJoinDataGhost [0] (i=dataghos@unaffiliated/dataghost)
04:43:13CGIIRCYou may now notice that the scroll wheel blinks once and then the logo appears. The player will be now mounted in recovery mode, with a 16 mg disk. The mounted “disk” should open automatically, if not search for it in File System/media/.
04:43:13CGIIRCthat part
04:44:12scorcheCGIIRC: did you forget about the second part of our concerns?....dont come here asking for help on something that isnt written by us...we will help with *our* steps listed in the wiki, but if you want help with those, ask whoever wrote it
04:44:33 Quit DataGhost (Nick collision from services.)
04:44:38CGIIRCokay can i get the site where yours is posted?
04:44:41 Join DataGhost [0] (i=dataghos@unaffiliated/dataghost)
04:44:44scorchewww.rockbox.org
04:45:29re-peatwich device is it?
04:45:35CGIIRCSansa e260
04:46:13CGIIRChttp://www.rockbox.org/twiki/bin/view/Main/SansaE200Unbrick -leads to same page?
04:46:33soapThe same page as...?
04:46:47CGIIRCthe 1st page link i posted it to
04:47:06re-peatlol
04:47:42 Quit CaptainKewl (Connection timed out)
04:48:06CGIIRClike i get everything but the last part? when i unplug it nothingg happends
04:48:12scorchei dont see a link to that page anywhere on that page, and if there was, i dont see it
04:48:21scorcheer...if there was, it should be removed
04:49:09re-peatlove to help but i only have a nano 1g ipod
04:49:21CtcpVersion from freenode-connect!freenode@freenode/bot/connect
04:49:22CGIIRCokay thanks for trying
04:50:10re-peatbut i've recovered it multiple times without issue its practicly impossible to irriversibly brick this ipod
04:50:37CGIIRCya
04:50:45LloreanCGIIRC: I don't see any link to that blogspot article on the SansaE200Unbrick page. Either way, you shouldn't be following off-site instructions. If you need help with the blogspot article, write an email to its author
04:50:49soapA quick glance at that blog doesn't look like our wiki instructions, but I'll admit to not reading it in depth.
04:50:54CGIIRCmines dosnt do anything after it
04:51:18 Quit CGIIRC ("CGI:IRC")
04:53:49 Join ze0 [0] (i=ze@76.91.72.105)
04:53:53 Join AndyI [0] (i=AndyI@212.14.205.32)
04:54:06 Join agaffney_ [0] (n=agaffney@gentoo/developer/agaffney)
04:54:13 Quit ze (lindbohm.freenode.net irc.freenode.net)
04:54:13 Quit BlakeJohnson86 (lindbohm.freenode.net irc.freenode.net)
04:54:13 Quit vedlith (lindbohm.freenode.net irc.freenode.net)
04:54:13 Quit Chex_ (lindbohm.freenode.net irc.freenode.net)
04:54:13 Quit agaffney (lindbohm.freenode.net irc.freenode.net)
04:54:13 Quit soap (lindbohm.freenode.net irc.freenode.net)
04:54:14 Nick ze0 is now known as ze (i=ze@76.91.72.105)
04:54:22 Join Chex [0] (n=Stefan@bas1-montreal48-1176172829.dsl.bell.ca)
04:55:11NJoinvedlith [0] (n=ved2@137-mi2-1.acn.waw.pl)
04:55:22 Quit fdinel ("Miranda IM! Smaller, Faster, Easier. http://miranda-im.org")
04:55:43 Join HBK [0] (n=hbk@pool-71-96-74-73.dfw.dsl-w.verizon.net)
04:56:56NJoinagaffney [0] (n=agaffney@gentoo/developer/agaffney)
04:56:56NJoinChex_ [0] (n=Stefan@bas1-montreal48-1176172829.dsl.bell.ca)
04:56:56NJoinBlakeJohnson86 [0] (n=bjohnson@c-24-118-162-123.hsd1.mn.comcast.net)
04:56:56NJoinsoap [50] (n=soap@rockbox/staff/soap)
04:57:17 Quit agaffney (Connection reset by peer)
04:57:47 Quit Chex_ (Connection reset by peer)
04:57:52 Quit AndyI (Client Quit)
04:58:15 Nick agaffney_ is now known as agaffney (n=agaffney@gentoo/developer/agaffney)
05:00
05:01:48 Quit Seed ("cu, Andre")
05:07:33 Quit soap (Remote closed the connection)
05:10:47 Quit miepchen^schlaf (Read error: 101 (Network is unreachable))
05:14:30 Quit AndyIL (Read error: 113 (No route to host))
05:22:54 Quit l403 (Read error: 113 (No route to host))
05:27:48 Quit _Auron_ ("Infinity repeatedly denies rumours of plotting with zero to bring down the Universe.")
05:31:48 Join soap [0] (n=soap@cpe-76-181-69-157.columbus.res.rr.com)
05:36:13 Quit MethoS (Remote closed the connection)
05:38:06 Part soap
05:38:15 Join soap [0] (n=soap@cpe-76-181-69-157.columbus.res.rr.com)
05:43:05 Quit froggyman ("CGI:IRC (Ping timeout)")
05:47:20 Quit Strife89 ("To bed.")
05:50:32 Quit hillshum (Remote closed the connection)
05:51:14 Join cv_wikian [0] (n=chiranji@122.168.240.173)
05:53:11 Quit soap (Remote closed the connection)
05:53:44 Join chzz [0] (i=penny@wikipedia/Chzz)
05:55:46cv_wikianhiii to all of you
05:59:55 Part cv_wikian
06:00
06:03:18 Join soap [50] (n=soap@rockbox/staff/soap)
06:12:10 Quit chzz (Nick collision from services.)
06:28:42***Saving seen data "./dancer.seen"
06:28:50 Quit midijunkie (Read error: 104 (Connection reset by peer))
06:47:55 Join bs66_1 [0] (n=sysuser@95.209.32.15.bredband.tre.se)
07:00
07:04:48 Quit evilnick (Remote closed the connection)
07:08:53 Quit itcheg ("http://www.mibbit.com ajax IRC Client")
07:09:37 Join itcheg [0] (i=62db4767@gateway/web/ajax/mibbit.com/x-05730c5664b0e75b)
07:12:33 Join lucent [0] (i=lucent@unaffiliated/shadows)
07:14:22 Quit Riku (Read error: 104 (Connection reset by peer))
07:14:35 Quit z35 ("Leaving")
07:14:57 Join Riku [0] (n=Lss@cm146.delta91.maxonline.com.sg)
07:15:48 Join JayHaru [0] (n=jayharu@94.96.15.113)
07:16:13JayHarumorning advcomp2019
07:16:15JayHaruo/
07:17:45 Join jeffdameth [0] (n=jeff@dyndsl-095-033-116-202.ewe-ip-backbone.de)
07:18:48 Quit bs66_ (Read error: 110 (Connection timed out))
07:21:40 Quit Zoxc ()
07:33:25 Quit dreamlayers ()
07:35:06 Quit Xerion (lindbohm.freenode.net irc.freenode.net)
07:35:06NSplitlindbohm.freenode.net irc.freenode.net
07:35:06 Quit preglow_ (lindbohm.freenode.net irc.freenode.net)
07:35:06 Quit yosafbridge (lindbohm.freenode.net irc.freenode.net)
07:35:06 Quit Dhraakellian (lindbohm.freenode.net irc.freenode.net)
07:35:06 Quit dionoea (lindbohm.freenode.net irc.freenode.net)
07:35:06 Quit Bagder (lindbohm.freenode.net irc.freenode.net)
07:35:06 Quit pixelma (lindbohm.freenode.net irc.freenode.net)
07:35:06 Quit alexbobp (lindbohm.freenode.net irc.freenode.net)
07:35:06 Quit suom1 (lindbohm.freenode.net irc.freenode.net)
07:35:06 Quit bzed (lindbohm.freenode.net irc.freenode.net)
07:35:06 Quit crashd (lindbohm.freenode.net irc.freenode.net)
07:35:06 Quit timc`` (lindbohm.freenode.net irc.freenode.net)
07:35:06 Quit goffa___ (lindbohm.freenode.net irc.freenode.net)
07:35:06 Quit jeffdameth1 (lindbohm.freenode.net irc.freenode.net)
07:35:06 Quit chrippa (lindbohm.freenode.net irc.freenode.net)
07:35:06 Quit shodanX_ (lindbohm.freenode.net irc.freenode.net)
07:35:06 Quit avacore (lindbohm.freenode.net irc.freenode.net)
07:35:06 Quit freqmod_qu (lindbohm.freenode.net irc.freenode.net)
07:35:06 Quit Tristan (lindbohm.freenode.net irc.freenode.net)
07:35:06 Quit martian67 (lindbohm.freenode.net irc.freenode.net)
07:35:06 Quit webmind (lindbohm.freenode.net irc.freenode.net)
07:35:06 Quit jhulst (lindbohm.freenode.net irc.freenode.net)
07:38:20 Join FOAD_ [0] (n=dok@dinah.blub.net)
07:38:50NHeallindbohm.freenode.net irc.freenode.net
07:38:50NJoinXerion [0] (n=xerion@cp198589-d.landg1.lb.home.nl)
07:38:50NJoinbzed [0] (n=bzed@devel.recluse.de)
07:38:50NJoingoffa___ [0] (n=goffa@216.220.23.105)
07:38:50NJoinpixelma [50] (n=pixelma@rockbox/staff/pixelma)
07:38:50NJointimc`` [0] (n=aoeu@124.93.243.83)
07:38:50NJoinshodanX_ [0] (n=shodanX@jazz.informatik.uni-erlangen.de)
07:38:50NJoinDhraakellian [0] (n=ntryon@cpe-72-226-197-191.rochester.res.rr.com)
07:38:50NJoinalexbobp [0] (n=alex@adsl-75-63-0-19.dsl.austtx.sbcglobal.net)
07:38:50NJoinfreqmod_qu [0] (i=quasselg@dhcp208-240.ed.ntnu.no)
07:38:50NJoindionoea [0] (n=dionoea@videolan/developer/dionoea)
07:38:50NJoinBagder [241] (n=daniel@rockbox/developer/bagder)
07:38:50NJoinpreglow_ [0] (i=thomj@tvilling2.pvv.ntnu.no)
07:38:50NJoinyosafbridge [0] (n=yosafbri@ludios.net)
07:38:50NJoinsuom1 [0] (i=markus@viitamaki.net)
07:38:50NJoinavacore [0] (i=nobody@1008ds1-rdo.0.fullrate.dk)
07:38:50NJoinTristan [0] (i=tristan@i.dont.want.to.die.virgin.net.in)
07:38:50NJoinmartian67 [0] (i=user5490@about/linux/regular/martian67)
07:38:50NJoincrashd [0] (i=foobar@lostnode.org)
07:38:50NJoinjhulst [0] (n=jhulst@unaffiliated/jhulst)
07:38:50NJoinchrippa [0] (n=chrippa@evangelion.se)
07:38:50NJoinwebmind [0] (n=webmind@shell.puscii.nl)
07:38:56 Quit FOAD (Read error: 104 (Connection reset by peer))
07:39:00 Nick FOAD_ is now known as FOAD (n=dok@dinah.blub.net)
07:47:05 Join timc [0] (n=aoeu@124.93.243.83)
07:47:38 Quit timc (Client Quit)
07:48:12 Join ameyer [0] (n=ameyer17@adsl-99-148-26-41.dsl.emhril.sbcglobal.net)
07:49:04 Join KBH [0] (n=hbk@pool-71-96-74-73.dfw.dsl-w.verizon.net)
07:49:07 Quit itcheg ("http://www.mibbit.com ajax IRC Client")
07:49:45 Quit preglow_ (lindbohm.freenode.net irc.freenode.net)
07:49:45 Quit yosafbridge (lindbohm.freenode.net irc.freenode.net)
07:49:45 Quit Dhraakellian (lindbohm.freenode.net irc.freenode.net)
07:49:45 Quit dionoea (lindbohm.freenode.net irc.freenode.net)
07:49:45 Quit Bagder (lindbohm.freenode.net irc.freenode.net)
07:49:45 Quit pixelma (lindbohm.freenode.net irc.freenode.net)
07:49:45 Quit alexbobp (lindbohm.freenode.net irc.freenode.net)
07:49:45 Quit Xerion (lindbohm.freenode.net irc.freenode.net)
07:49:45 Quit suom1 (lindbohm.freenode.net irc.freenode.net)
07:49:45 Quit bzed (lindbohm.freenode.net irc.freenode.net)
07:49:45 Quit shodanX_ (lindbohm.freenode.net irc.freenode.net)
07:49:45 Quit chrippa (lindbohm.freenode.net irc.freenode.net)
07:49:45 Quit timc`` (lindbohm.freenode.net irc.freenode.net)
07:49:45 Quit goffa___ (lindbohm.freenode.net irc.freenode.net)
07:49:45 Quit crashd (lindbohm.freenode.net irc.freenode.net)
07:49:45 Quit freqmod_qu (lindbohm.freenode.net irc.freenode.net)
07:49:45 Quit webmind (lindbohm.freenode.net irc.freenode.net)
07:49:45 Quit martian67 (lindbohm.freenode.net irc.freenode.net)
07:49:45 Quit avacore (lindbohm.freenode.net irc.freenode.net)
07:49:45 Quit jhulst (lindbohm.freenode.net irc.freenode.net)
07:49:45 Quit Tristan (lindbohm.freenode.net irc.freenode.net)
07:50:14 Join timc [0] (n=aoeu@124.93.243.83)
07:50:14NJoinXerion [0] (n=xerion@cp198589-d.landg1.lb.home.nl)
07:50:14NJoinbzed [0] (n=bzed@devel.recluse.de)
07:50:14NJoingoffa___ [0] (n=goffa@216.220.23.105)
07:50:14NJoinpixelma [50] (n=pixelma@rockbox/staff/pixelma)
07:50:14NJoinshodanX_ [0] (n=shodanX@jazz.informatik.uni-erlangen.de)
07:50:14NJoinDhraakellian [0] (n=ntryon@cpe-72-226-197-191.rochester.res.rr.com)
07:50:14NJoinalexbobp [0] (n=alex@adsl-75-63-0-19.dsl.austtx.sbcglobal.net)
07:50:14NJoinfreqmod_qu [0] (i=quasselg@dhcp208-240.ed.ntnu.no)
07:50:14NJoindionoea [0] (n=dionoea@videolan/developer/dionoea)
07:50:14NJoinBagder [241] (n=daniel@rockbox/developer/bagder)
07:50:14NJoinpreglow_ [0] (i=thomj@tvilling2.pvv.ntnu.no)
07:50:14NJoinyosafbridge [0] (n=yosafbri@ludios.net)
07:50:14NJoinsuom1 [0] (i=markus@viitamaki.net)
07:50:14NJoinavacore [0] (i=nobody@1008ds1-rdo.0.fullrate.dk)
07:50:14NJoinTristan [0] (i=tristan@i.dont.want.to.die.virgin.net.in)
07:50:14NJoinmartian67 [0] (i=user5490@about/linux/regular/martian67)
07:50:14NJoincrashd [0] (i=foobar@lostnode.org)
07:50:14NJoinjhulst [0] (n=jhulst@unaffiliated/jhulst)
07:50:14NJoinchrippa [0] (n=chrippa@evangelion.se)
07:50:14NJoinwebmind [0] (n=webmind@shell.puscii.nl)
07:54:46 Join Tuplanolla [0] (n=jani@unaffiliated/tuplanolla)
08:00
08:09:14 Quit HBK (Read error: 110 (Connection timed out))
08:20:29 Quit CaptainKwel (Read error: 110 (Connection timed out))
08:22:16 Join bertrik [0] (n=bertrik@ip117-49-211-87.adsl2.static.versatel.nl)
08:28:44***Saving seen data "./dancer.seen"
08:34:46 Join stoffel [0] (n=sfr@p57B4C88D.dip.t-dialin.net)
08:50:00 Join bmbl [0] (n=Miranda@unaffiliated/bmbl)
08:53:51 Join Rob2223 [0] (n=Miranda@p4FDCF570.dip.t-dialin.net)
09:00
09:02:38 Quit perrikwp ("http://www.mibbit.com ajax IRC Client")
09:03:00 Join perrikwp [0] (i=4aa794a0@gateway/web/ajax/mibbit.com/x-f9d88c108e48d51a)
09:08:20 Join mimepp [0] (n=yutao@116.227.72.44)
09:11:55 Quit Rob2222 (Read error: 110 (Connection timed out))
09:18:42 Join JdGordon [0] (n=jonno@rockbox/developer/JdGordon)
09:18:50 Quit Riku (Read error: 104 (Connection reset by peer))
09:19:26 Join Riku [0] (n=Lss@cm146.delta91.maxonline.com.sg)
09:26:30 Join __lifeless [0] (n=lifeless@83.219.10.255)
09:32:03 Quit _lifeless (Read error: 60 (Operation timed out))
09:39:39 Join l403 [0] (n=l@85.132.159.239)
09:51:58 Join flydutch [0] (n=flydutch@host31-165-dynamic.8-87-r.retail.telecomitalia.it)
09:52:26 Join ender` [0] (i=krneki@foo.eternallybored.org)
10:00
10:04:06 Quit wangxiang ()
10:04:08 Quit mimepp (Read error: 104 (Connection reset by peer))
10:04:33 Quit Tristan (Remote closed the connection)
10:09:32 Quit ameyer (Read error: 110 (Connection timed out))
10:09:56 Join Li_Syaoran [0] (n=jayharu@94.96.15.113)
10:17:36 Join tomers [0] (n=chatzill@pptp-il.jungo.com)
10:17:39 Quit tomers (Client Quit)
10:27:53 Quit JayHaru (Read error: 110 (Connection timed out))
10:28:16 Quit shodanX__ ("leaving")
10:28:46***Saving seen data "./dancer.seen"
10:41:32 Quit timc (Read error: 104 (Connection reset by peer))
10:41:32 Quit Riku (Read error: 104 (Connection reset by peer))
10:41:36 Join timc`` [0] (n=aoeu@124.93.243.83)
10:44:40 Join Lss [0] (n=Lss@cm146.delta91.maxonline.com.sg)
10:51:57 Join Domonoky [0] (n=domonoky@rockbox/developer/domonoky)
10:57:47 Join merbanan [0] (n=banan@c-83-233-163-99.cust.bredband2.com)
11:00
11:03:40 Quit bzed (Read error: 104 (Connection reset by peer))
11:06:58 Join Horschti [0] (n=Horscht@xbmc/user/horscht)
11:07:29 Join {phoenix} [0] (n=dirk@p54B44FB6.dip.t-dialin.net)
11:12:31 Quit merbanan (Remote closed the connection)
11:14:38 Join Wilduck [0] (n=erik@c124h224.wless.reed.edu)
11:25:27 Quit Horscht (Read error: 110 (Connection timed out))
11:28:20 Quit Pepsi1x1 (Read error: 60 (Operation timed out))
11:33:19 Join bzed [0] (n=bzed@devel.recluse.de)
11:45:33 Join moos [0] (i=mustapha@rockbox/staff/moos)
11:53:54 Quit blithe ("Lost terminal")
11:54:04 Quit flydutch (Remote closed the connection)
11:54:05 Join blithe [0] (n=blithe@blakesmith.me)
11:57:00 Join flydutch [0] (n=flydutch@host31-165-dynamic.8-87-r.retail.telecomitalia.it)
12:00
12:06:18 Join MethoS [0] (n=lem@dyndsl-085-016-164-100.ewe-ip-backbone.de)
12:07:07 Quit faemir ("Leaving")
12:11:31 Join miepchen^schlaf [0] (n=miepel@p579EC2AB.dip.t-dialin.net)
12:16:51 Join Pepsi1x1 [0] (n=savage@92-234-148-213.cable.ubr19.live.blueyonder.co.uk)
12:28:50***Saving seen data "./dancer.seen"
12:30:59 Join Seed [0] (n=ben@bzq-84-108-232-45.cablep.bezeqint.net)
12:39:03 Quit GodEater ("Terminated with extreme prejudice - dircproxy 1.0.5")
12:40:03 Quit Domonoky (Remote closed the connection)
13:00
13:09:05 Join HBK- [0] (n=hbk@pool-71-96-74-73.dfw.dsl-w.verizon.net)
13:19:19 Join Tristan [0] (i=tristan@i.dont.want.to.die.virgin.net.in)
13:22:49 Nick gevaerts_ is now known as gevaerts (n=fg@195-144-092-166.dyn.adsl.xs4all.be)
13:24:34 Nick Horschti is now known as Horscht (n=Horscht@xbmc/user/horscht)
13:27:14 Quit KBH (Read error: 110 (Connection timed out))
13:44:31 Join robin0800 [0] (n=quassel@general-kt-199.t-mobile.co.uk)
13:51:03 Join HBK [0] (n=hbk@pool-71-96-74-73.dfw.dsl-w.verizon.net)
13:58:09 Quit stoffel (Read error: 113 (No route to host))
13:58:23 Quit HBK- (Read error: 104 (Connection reset by peer))
14:00
14:00:55 Quit bmbl ("Woah!")
14:01:42 Join ameyer [0] (n=ameyer17@adsl-99-148-26-41.dsl.emhril.sbcglobal.net)
14:02:52 Nick fxb__ is now known as fxb (n=felixbru@h1252615.stratoserver.net)
14:03:27 Quit HBK (Read error: 104 (Connection reset by peer))
14:03:52 Join HBK [0] (n=hbk@pool-71-96-74-73.dfw.dsl-w.verizon.net)
14:15:02 Join bmbl [0] (n=Miranda@unaffiliated/bmbl)
14:20:51 Join stoffel [0] (n=sfr@p57B4C88D.dip.t-dialin.net)
14:20:59 Quit {phoenix} (Remote closed the connection)
14:21:19 Join mimepp [0] (n=yutao@116.227.72.44)
14:27:10 Join Unhelpful [0] (n=Militant@rockbox/developer/Unhelpful)
14:28:51***Saving seen data "./dancer.seen"
14:31:14 Join Dagni [0] (n=chatzill@pr-s02.fanshawec.ca)
14:32:36Dagnii'm want to convert me entire media library to FLAC. is there any specific parameters or settings that must be used to make my file playable in rockbox?
14:33:03 Quit robin0800 (Read error: 113 (No route to host))
14:35:16gevaertsThe only restriction that I'm aware of is that rockbox can't handle flac in an ogg container, so you need normal .flac files. I'd just try a few files with the settings you want though, that should show any problems right away (although I really don't expect any)
14:36:35Dagniok thankyou
14:43:47 Quit Dagni ("ChatZilla 0.9.84 [Firefox 3.0.8/2009032609]")
14:52:51 Join robin0800 [0] (n=quassel@general-ld-216.t-mobile.co.uk)
14:54:42 Quit robin0800 (Remote closed the connection)
15:00
15:11:23soapDagni - No ID3 tags on your flac files, only vorbis comments (the standard)
15:11:29 Join midijunkie [0] (n=Miranda@pD9545524.dip0.t-ipconnect.de)
15:15:01 Quit mimepp ("Leaving.")
15:21:46 Join tvelocity [0] (n=tony@athedsl-4489906.home.otenet.gr)
15:24:39 Join mimepp [0] (n=yutao@116.227.72.44)
15:25:27 Join bimbel [0] (n=Miranda@unaffiliated/bmbl)
15:26:45 Quit mimepp (Client Quit)
15:28:57 Quit bertrik (Remote closed the connection)
15:29:36 Join bertrik [0] (n=bertrik@ip117-49-211-87.adsl2.static.versatel.nl)
15:31:44 Quit bertrik (Remote closed the connection)
15:32:20 Join bertrik [0] (n=bertrik@ip117-49-211-87.adsl2.static.versatel.nl)
15:33:12 Join MethoS- [0] (n=lem@host-091-097-241-138.ewe-ip-backbone.de)
15:33:44 Join mirak [0] (n=mirak@85-170-148-23.rev.numericable.fr)
15:38:16 Join halmi [0] (n=chatzill@62-47-175-22.adsl.highway.telekom.at)
15:38:58 Quit halmi (Client Quit)
15:39:12 Join halmi [0] (n=chatzill@62-47-175-22.adsl.highway.telekom.at)
15:40:24 Quit halmi (Client Quit)
15:40:37 Join halmi [0] (n=chatzill@62-47-175-22.adsl.highway.telekom.at)
15:41:27 Quit halmi (Client Quit)
15:42:24 Quit bmbl (No route to host)
15:44:19 Quit bertrik (Remote closed the connection)
15:48:26 Join bertrik [0] (n=bertrik@ip117-49-211-87.adsl2.static.versatel.nl)
15:48:28 Quit stoffel ("Reconnecting")
15:48:38 Join stoffel [0] (n=sfr@p57B4C88D.dip.t-dialin.net)
15:50:11 Join bmbl [0] (n=Miranda@unaffiliated/bmbl)
15:51:54 Quit midijunkie (Read error: 104 (Connection reset by peer))
15:53:44 Quit MethoS (Read error: 110 (Connection timed out))
16:00
16:03:19 Quit bimbel (Read error: 113 (No route to host))
16:05:10 Join SirFunk__ [0] (n=Sir@208-15-25-145.netsync.net)
16:10:45 Join itcheg [0] (i=62db4767@gateway/web/ajax/mibbit.com/x-4d1a1d6b9c73f6f7)
16:14:03 Join jenfield [0] (n=chatzill@75-38-135-22.lightspeed.pntcmi.sbcglobal.net)
16:16:30 Quit SirFunk_ (Read error: 110 (Connection timed out))
16:18:11 Join robin0800 [0] (n=quassel@general-ld-216.t-mobile.co.uk)
16:20:54jenfieldI have a Sansa e280 v2 with a cracked screen. It no longer seems to work for me. However, I'm hoping the rockbox team can get some use from the hardware.
16:21:59re-peati'll take it
16:22:04Li_Syaoranlol
16:22:17jenfieldI'm willing to donate it - I'll even pay shipping.
16:22:41Li_Syaoranship it to badger
16:23:22linuxstbjenfield: Does it still work? i.e. can you see what's on the LCD?
16:23:58jenfieldI think it does still work. The screen is just an inky mess, when it is turned on.
16:24:49jenfieldI know rockbox is not currently supported on v2 sansa hardware - so I though this might give someone a change to muck with the hardware.
16:25:31gevaertsjenfield: where in the world are you?
16:25:36jenfieldMichigan
16:25:48jenfield(U.S.A)
16:26:17linuxstbjenfield: Maybe you could post in the development thread on the forums, offering the player? That's probably the best place to reach people actually working on it. It also seems very quiet in this channel today. http://forums.rockbox.org/index.php?topic=14064.0
16:26:33soapWhere in Michigan, jenfield?
16:26:34gevaertsEither that or have a look at http://www.rockbox.org/twiki/bin/view/Main/DonatedHardware
16:28:00jenfieldwow - missed that wiki page.
16:28:20jenfieldI'll follow those instructions. Thank you gevaerts.
16:28:37soapI ask because I am often in the Toledo area and Detroit (even Ann Arbor) is not a hassle for me.
16:28:53***Saving seen data "./dancer.seen"
16:30:07re-peati went up to toledo ohio last week
16:30:16jenfieldI'm north of Detroit.
16:30:19*re-peat is in cincinnati
16:30:54re-peatthe drive is unbearable
16:30:58re-peat3+hrs
16:35:27 Quit bertrik (Remote closed the connection)
16:38:05 Join wangxiang [0] (n=wangxian@210.73.4.120)
16:38:48 Quit perrikwp ("http://www.mibbit.com ajax IRC Client")
16:39:16 Join perrikwp [0] (i=4aa794a0@gateway/web/ajax/mibbit.com/x-7b444d8beb47a6f6)
16:41:09 Quit jenfield ("ChatZilla 0.9.84 [Firefox 3.0.8/2009032609]")
16:42:42 Quit BigBambi (Read error: 104 (Connection reset by peer))
16:43:49 Quit itcheg ("http://www.mibbit.com ajax IRC Client")
16:48:41 Join BigBambi [0] (n=alex@80.27.192-77.rev.gaoland.net)
16:51:43 Join bertrik [0] (n=bertrik@ip117-49-211-87.adsl2.static.versatel.nl)
16:54:17 Join PaulJam [0] (i=Paule@vpn-3010.gwdg.de)
16:57:33 Quit robin0800 ("No Ping reply in 90 seconds.")
16:58:00 Join robin0800 [0] (n=quassel@general-ld-216.t-mobile.co.uk)
17:00
17:01:28 Join itcheg [0] (i=62db4767@gateway/web/ajax/mibbit.com/x-236bf6efb35900ec)
17:07:04 Join PaulJam_ [0] (i=PaulJam_@vpn-3015.gwdg.de)
17:10:09 Join Conic [0] (n=conicpp@c-75-68-165-66.hsd1.vt.comcast.net)
17:12:10 Join yash [0] (n=vijay034@c-75-72-150-85.hsd1.mn.comcast.net)
17:13:29yashI'm a GSoC applicant, having been assigned a task, The deadline is mentioned as 13th april 12:00 UTC,
17:13:51yashI was wondering if it's 12:00 AM or PM.
17:14:11linuxstb12:00 noon - there is no 12:00 AM or PM
17:16:03 Quit stoffel ("Lost terminal")
17:16:56yashthanx, linuxstb, i understand.
17:18:32 Part yash
17:18:46 Nick fxb is now known as fxb__ (n=felixbru@h1252615.stratoserver.net)
17:25:47 Join Zoxc [0] (i=Zoxc@ti0128a340-dhcp0261.bb.online.no)
17:26:55 Quit PaulJam (Read error: 113 (No route to host))
17:31:40 Join BXCracer [0] (n=bxcracer@78-62-4-159.static.zebra.lt)
17:40:32 Join robin0800_ [0] (n=quassel@general-ld-216.t-mobile.co.uk)
17:43:50 Quit robin0800_ (Client Quit)
17:44:22 Join robin0800_ [0] (n=quassel@general-ld-216.t-mobile.co.uk)
17:44:41 Join PaulJam__ [0] (n=PaulJam_@vpn-3019.gwdg.de)
17:44:51 Quit robin0800 (Read error: 113 (No route to host))
17:45:08 Quit Zoxc ()
17:46:45 Quit bmbl ("Woah!")
17:50:40 Quit crculver (Remote closed the connection)
17:56:21 Join CaptainKewl [0] (i=jds@207-237-172-77.c3-0.nyr-ubr4.nyr.ny.cable.rcn.com)
17:59:18 Join z35 [0] (n=z35@h27.20.89.75.dynamic.ip.windstream.net)
18:00
18:01:58 Quit PaulJam_ (Read error: 113 (No route to host))
18:03:13 Quit robin0800_ (Read error: 113 (No route to host))
18:04:09 Join kugel [0] (n=kugel@rockbox/developer/kugel)
18:07:10 Join froggyman [0] (n=47ba40e2@gateway/web/cgi-irc/labb.contactor.se/x-064eaefc54d281d8)
18:09:41 Join fragilematter [0] (i=fragilem@92.82.108.45)
18:13:15 Join goffa__ [0] (n=goffa@216.220.23.105)
18:14:05 Quit froggyman ("CGI:IRC")
18:15:04 Quit timc`` (Remote closed the connection)
18:16:26 Nick fxb__ is now known as fxb (n=felixbru@h1252615.stratoserver.net)
18:17:50 Nick re-peat is now known as ManBearPig (n=james@oh.cyber-army.com)
18:18:00 Nick ManBearPig is now known as ManBearPig_ (n=james@oh.cyber-army.com)
18:19:18 Quit wangxiang ()
18:19:27 Join fragilematter_ [0] (i=fragilem@92.83.237.28)
18:25:23 Quit kugel ("ChatZilla 0.9.84-rdmsoft [XULRunner 1.9.0.8/2009033100]")
18:28:56***Saving seen data "./dancer.seen"
18:33:01 Join kugel [0] (i=kugel@rockbox/developer/kugel)
18:33:47kugelawesome
18:34:03kugelthe samsung yh-925 code low_light gave me works
18:36:15 Join fragilematter__ [0] (i=fragilem@92.83.250.88)
18:36:25 Quit itcheg ("http://www.mibbit.com ajax IRC Client")
18:37:01 Quit fragilematter (Read error: 110 (Connection timed out))
18:37:29 Nick fragilematter__ is now known as fragilematter (i=fragilem@92.83.250.88)
18:38:57 Quit ender` (Read error: 104 (Connection reset by peer))
18:39:25 Join fragilematter__ [0] (i=fragilem@92.81.241.247)
18:41:18 Join ender` [0] (i=krneki@foo.eternallybored.org)
18:45:59 Quit fragilematter_ (Read error: 110 (Connection timed out))
18:47:09 Nick fragilematter__ is now known as fragilematter_ (i=fragilem@92.81.241.247)
18:48:02 Quit fragilematter_ (Read error: 104 (Connection reset by peer))
18:53:46 Join arez-l [0] (n=4feab5e8@gateway/web/cgi-irc/labb.contactor.se/x-b232e50f7d99329e)
18:53:48 Quit arez-l (Client Quit)
18:54:29*bertrik is confused by FS #9985 http://www.rockbox.org/tracker/task/9985
18:55:10 Join evilnick [0] (n=evilnick@pool-173-52-140-21.nycmny.east.verizon.net)
18:57:05 Quit fragilematter (Read error: 110 (Connection timed out))
18:58:30 Part evilnick
18:59:14 Join evilnick [0] (n=evilnick@pool-173-52-140-21.nycmny.east.verizon.net)
19:00
19:02:19 Quit FlynDice (Remote closed the connection)
19:05:03 Join FlynDice [0] (n=FlynDice@c-24-19-225-90.hsd1.wa.comcast.net)
19:09:40 Join dreamlayers [0] (n=dreamlay@bas4-windsor12-1279315722.dsl.bell.ca)
19:10:29 Join Zoxc [0] (i=Zoxc@ti0128a340-dhcp0261.bb.online.no)
19:10:34FlynDiceIs there any info stashed away somewhere on what needs to be accomplished by the bootloader or what should or should not be done by the bootloader. Or is it simply what you can make fit?
19:12:28rasherWhich target?
19:12:52FlynDiceams sansa
19:12:54bertrikI don't know of any guidelines, but I think a bootloader should just do the minimal initialisation to get the main rockbox firmware running, so general system init, LCD to display bootloading progress, buttons perhaps and disk
19:12:59 Join timc [0] (n=aoeu@124.93.243.83)
19:14:50 Quit moos ("Rockbox rules the DAP world")
19:15:32FlynDiceSo does it really need to do anything more than prepare the sytem to jump to the main code?
19:15:56kugelno
19:17:09 Join jeffdameth1 [0] (n=jeff@dyndsl-095-033-038-062.ewe-ip-backbone.de)
19:20:41bertrikFlynDice, I'm thinking of committing http://www.rockbox.org/tracker/task/9985 , have you been running with version 2 or 4 of that patch lately?
19:22:31bertrikI think it applies to all ams sansas, currently the clip still uses the date/time convention of the v1 sansas
19:24:03rasherFlynDice: It should also do enough to let the OF boot if at all possible
19:25:25FlynDicebertrik: sorry I really haven't used anything but mmu patches for the past 2 weeks flailing away with no luck
19:26:24FlynDicerasher: i think the dualboot code takes care of the of booting for the ams sansa so I'm ok there...
19:26:38FlynDicefor the OF I mean
19:32:29 Quit jeffdameth (Read error: 113 (No route to host))
19:36:24 Quit dmb (Read error: 113 (No route to host))
19:39:00 Join dmb [0] (n=dmb@unaffiliated/dmb)
19:42:37kugelFlynDice: right, the bootloader is as safe as as the main firmware wrt to breaking the of
19:43:49kugelthe only two possibilities to break the OF are a) breakin dual boot b) making the bootloader bigger than the space we have after compressing the of (in which case mkamsboot should error out)
19:43:59 Nick Li_Syaoran is now known as JayHaru (n=jayharu@94.96.15.113)
19:48:17 Quit thegeek (Read error: 113 (No route to host))
19:51:02bertrikouch, c200v2 doesn't compile
19:51:16 Join froggyman [0] (n=47ba40e2@gateway/web/cgi-irc/labb.contactor.se/x-1349ee78553ab3f9)
19:53:40 Join webguest63 [0] (n=4491b125@gateway/web/cgi-irc/labb.contactor.se/x-8b67e350d531e226)
19:53:45 Join BHSPitLappy [0] (n=BHSPitLa@unaffiliated/bhspitmonkey)
19:56:56 Quit jhMikeS (Nick collision from services.)
19:56:56 Quit webguest63 (Client Quit)
19:57:02 Join jhMikeS [50] (n=jethead7@rockbox/developer/jhMikeS)
20:00
20:01:18 Quit gevaerts (Nick collision from services.)
20:02:21 Join gevaerts [0] (n=fg@rockbox/developer/gevaerts)
20:06:31froggymanare their working stable models of the Lyre project yet?
20:07:16 Join midijunkie [0] (n=Miranda@pD9545524.dip0.t-ipconnect.de)
20:07:33 Join bluebrother [0] (n=dom@dialin-212-144-170-166.pools.arcor-ip.net)
20:07:39linuxstbfroggyman: No.
20:08:29*bluebrother doesn't understand FS #10124
20:08:35 Quit FlynDice (Read error: 104 (Connection reset by peer))
20:08:36froggymando you think there will be stable builds of it in a year or so?
20:09:58linuxstbYou are better off asking the people working on it - that isn't me.
20:12:22froggymanok, I thought maybe there was someone that was working on it, on here and was just putting it out in the open
20:13:06 Join FlynDice [0] (n=jack@c-24-19-225-90.hsd1.wa.comcast.net)
20:17:20 Quit bluebrother ("Verlassend")
20:17:57 Join faemir [0] (n=faemir@88-106-238-71.dynamic.dsl.as9105.com)
20:18:58 Quit JayHaru ("Mada Mada Dane!!! >:3")
20:24:31kugelSlasheri: ping
20:24:55Slasherikugel: hi
20:25:22kugelSlasheri: any opinion regarding http://www.rockbox.org/tracker/task/9371 ?
20:27:54Slasherikugel: that looks really great
20:28:59***Saving seen data "./dancer.seen"
20:29:42kugelSlasheri: Read the latest comment I added? Would you be fine with that?
20:30:14kugelI'm just wondering how endianess needs to be taken into account for creating a db for the target
20:30:31 Quit dreamlayers ()
20:31:35kugelalso, might getting problematic if run on a 64bit os
20:32:12 Quit faemir ("Leaving")
20:34:47pixelmaSlasheri: while you're at it - could you have a look at the patch at the end of FS #9093 ?
20:40:11Slasherijust a moment :)
20:41:49 Join sko [0] (n=sko@L7481.l.strato-dslnet.de)
20:43:05Slasherikugel: engianess doesn't matter, db can handle both
20:43:24Slasheribut native host endianess would be a little bit faster
20:47:00Slasherionly paths can be problematic, no idea if the tool has been adjusted to that. But anyway, it's great to see such a tool created using the tagcache core
20:48:29 Join midijunkie41 [0] (n=Miranda@pD9545524.dip0.t-ipconnect.de)
20:51:05kugelSlasheri:
20:51:11kugelSlasheri: I thought so too :)
20:51:23 Join thegeek [0] (n=nnscript@s243b.studby.ntnu.no)
20:52:02Slasheripixelma: that patch should be ok :)
20:53:28Slasheripixelma: (the latest one of course)
20:59:12 Quit midijunkie (Read error: 110 (Connection timed out))
21:00
21:00:01 Join pyro_maniac [0] (n=jens@p4FEEB13A.dip.t-dialin.net)
21:00:10pixelmaSlasheri: nice, will keep it in mind though I still want to test before
21:00:20pyro_maniackugel: ping
21:00:20kugelsaratoga_work: shall I commit the polling patch?
21:00:33kugelpyro_maniac: pong
21:00:56pyro_maniackugel: can I get some code of lowlight too?
21:01:47kugelsure, alternatively you could wait a few days, since I asked lowlight if shall commit it if he's lacking time atm
21:02:04froggymanI have a diretory on my iPod that is not deleting, it will delete for a little bit, but then comes back −−-and its not one the DOS commands
21:02:28pyro_maniackugel: no testing needed?
21:03:21 Quit evilnick ("Leaving.")
21:03:56kugelYou want it now?
21:04:07kugelthen wait a few minutes (and give me your email)
21:04:48 Join Thundercloud [0] (n=thunderc@84-51-130-71.judith186.adsl.metronet.co.uk)
21:05:19 Quit DataGhost (Nick collision from services.)
21:05:27 Join DataGhost [0] (i=dataghos@unaffiliated/dataghost)
21:05:34pyro_maniacI think there is testing needed because lowlights first bootloader didn't work at all
21:06:23pyro_maniackugel: pyro_maniac at gulli dot com
21:08:36 Quit HellDragon (Client Quit)
21:11:30 Quit sko (Remote closed the connection)
21:11:36kugelpyro_maniac: which player did you have?
21:11:45kugel820 or 929?
21:11:51kugel920*
21:12:10 Join HellDragon [0] (i=jd@modemcable022.187-203-24.mc.videotron.ca)
21:12:37 Join sko [0] (n=sko@L7481.l.strato-dslnet.de)
21:14:52pyro_maniac920
21:18:39 Quit sko ("Leaving.")
21:24:06kugelpyro_maniac: You got main :)
21:24:10kugelmail!
21:26:27pyro_maniackugel: got it
21:27:59 Join lee321987 [0] (n=401831ad@gateway/web/cgi-irc/labb.contactor.se/x-b223776f2e10bec9)
21:28:19 Nick fxb is now known as fxb__ (n=felixbru@h1252615.stratoserver.net)
21:30:32kugelpyro_maniac: one more mail
21:30:49 Nick fxb__ is now known as fxb (n=felixbru@h1252615.stratoserver.net)
21:31:25pyro_maniackugel: incomplete patch?
21:32:10 Quit ender` (" I like work: it fascinates me. I can sit and look at it for hours. -- Jerome K. Jerome")
21:32:40lee321987http://svn.rockbox.org/viewvc.cgi?view=rev;revision=20687 −−−−−− I'm using Cygwin. Can I make use of this? Does my DAP need to be connected when I run 'make fullinstall'?
21:33:03kugelpyro_maniac: the first one, yes
21:33:13 Join fragilematter [0] (i=fragilem@92.81.239.224)
21:33:51kugellee321987: try something like /m/ (where m would correspond to M:, replace with the drive letter of your dap)
21:34:06pyro_maniackugel: ok, because I had problems
21:35:15kugelpyro_maniac: get a fresh checkout now, svn revert won't help much (unless you svn add all created files)
21:35:17lee321987so I run 'make' first - right?
21:35:35kugelfirst you need 'PREFIX=/m/ ../tools/configure"
21:35:50kugelthen make, then make install
21:36:05lee321987thanks....
21:37:21 Join ender` [0] (i=krneki@foo.eternallybored.org)
21:37:41pyro_maniackugel: the result is still the same
21:37:53kugelpastebin the error pls
21:37:58pyro_maniackugel: patch was not applyable
21:38:06kugelhuh
21:38:30kugelpastebin the error please (and the command you used) anyway
21:40:43pyro_maniacah sorry
21:41:01pyro_maniacmy false, I expected a git patch
21:41:14kugelhehe, no, I'm not using git
21:42:20 Join {phoenix} [0] (n=dirk@p54B44FB6.dip.t-dialin.net)
21:42:43lee321987it created a dir in the root of my Cygwin dir called "k" (D:\cywin\k), and installed there. Any ideas?
21:43:16linuxstbI think you need something like /cygdrive/k/ to access k:
21:43:31linuxstbDo "ls /cygdrive/k/" first to check
21:43:35kugeloh, possibly, my bad then
21:44:26kugelah, msys was /<driveletter>/, not cygwin :S
21:44:58 Quit fragilematter ("Leaving")
21:47:15 Join motionman95 [0] (i=459792ac@gateway/web/ajax/mibbit.com/x-9ad6b983d73f4cc4)
21:47:37pyro_maniackugel: I have problems on compiling. ak4537.h seems to be a problem
21:47:46pyro_maniackugel: did you missed the file?
21:47:52kugelI think so, yes :)
21:48:30pyro_maniackugel: new patch? :-)
21:49:22lee321987"/cygdrive/k/" worked. Thanks guys.
21:49:28 Quit lee321987 ("CGI:IRC")
21:50:17kugelpyro_maniac: check your mail
21:56:04 Join merbanan [0] (n=banan@c-83-233-163-99.cust.bredband2.com)
21:59:36 Quit Horscht ("Verlassend")
21:59:38 Join Penner_Erhardt_ [0] (n=Penner_E@p57A77532.dip.t-dialin.net)
21:59:56 Quit bubsy (Read error: 60 (Operation timed out))
22:00
22:00:15 Join BitTorment [0] (n=martin@87-194-155-93.bethere.co.uk)
22:00:22motionman95Could some one explain the use of settings_parseline()? I know it returns the "name" and "value" but I'm not sure what params to feed it.
22:00:32pyro_maniackugel: I still got the same problem at bookmark.o and powermgmt.
22:01:35pyro_maniackugel: make said, that there is no rule for ak4537.h
22:04:01 Join Horscht [0] (n=Horscht@xbmc/user/horscht)
22:05:27motionman95...
22:05:27 Part gibbon_
22:06:07motionman95Wow...no one's active...
22:07:04 Quit jhMikeS (Nick collision from services.)
22:07:10 Join jhMikeS [50] (n=jethead7@rockbox/developer/jhMikeS)
22:08:55 Quit {phoenix} (Remote closed the connection)
22:10:24gevaertsmotionman95: you've never seen doom, metronome or the midi player? :)
22:11:41motionman95I'll search for it's usage and see if I get a better understanding.
22:12:24 Join fml [0] (n=4fd3e2a1@gateway/web/cgi-irc/labb.contactor.se/x-25b51ed16bfc0cec)
22:12:56gevaertsmotionman95: anyway, the settings_parseline() prototype seems to indicate to me that you feed it a string (a line from a settings file?) and it gives you two strings (name and value)
22:12:56gevaertsI haven't used it myself though
22:13:29fmlgevaerts: hello. Are those { and } in the switch statement there just to make sure that all variables are local in the respective case block?
22:13:48gevaertsfml: that's usually why I put them there, yes
22:14:23fmlgevaerts: ok. Just testing my C knowledge :-) But it would also work without {}, right?
22:14:55fmlgevaerts: provided that there's no variable clash of course
22:14:56gevaertsmaybe. I'd have to look at it. You may get duplicate variable declarations if you take them away
22:15:13motionman95gevaerts: A question: in a switch statement is it possible to check for two cases in one case? Like this: switch(a){case 1 or 2: //do somthin}
22:15:35fmlmotionman95: just put those two cases one after the other
22:15:42pyro_maniackugel: is there still something missing in the patch
22:15:49pyro_maniackugel: ?
22:16:12fmlmotionman95: it's done often in the RB code, like this: case A: case B: my_code; blah; break;
22:16:31motionman95gevaerts: so you mean: "case 1 case 2: //do somethin"?
22:17:03motionman95Whoops, didn't see you post. My bad.
22:17:11fmlmotionman95: I don't know what gevaerts means, but yes, that would work. You missed a colon after 1 though
22:21:03motionman95Has anyone seen a plugin that can play sounds? On the forum, someone suggested that a piano plugin be made.
22:21:38froggymanyeah the metronome can, cant it?
22:22:01fmlkugel, Llorean: has there been any discussion about the hop eature besides the couple of the mails on the list? I couldn't access the IRC a couple of days and am too lazy to read all the logs
22:22:39motionman95froggyman: Woah, I just got finished reading your forum post.
22:22:59gevaertsmotionman95: lots of plugins play sound
22:23:51motionman95@ALL: BRB.
22:24:30kugelfml: not really
22:24:44kugelpyro_maniac: I don't think so, what's the error?
22:25:06kugelalways apply it to a fresh source
22:26:30fmlkugel: so nobod is really interested except pondlife who's against changing anything
22:27:49pyro_maniackugel: as I said before no rule for ak4537.h
22:29:03***Saving seen data "./dancer.seen"
22:29:32 Join {phoenix} [0] (n=dirk@p54B44FB6.dip.t-dialin.net)
22:29:38 Join FlynDice_ [0] (n=jack@c-24-19-225-90.hsd1.wa.comcast.net)
22:30:45 Quit feisar (Read error: 104 (Connection reset by peer))
22:30:47 Quit gevaerts (Nick collision from services.)
22:30:55 Join bagawk_ [0] (n=lee@c-98-232-168-140.hsd1.or.comcast.net)
22:30:57 Join gevaerts [0] (n=fg@rockbox/developer/gevaerts)
22:31:36 Join feisar [0] (i=jljhook@noppakerho.com)
22:33:02 Quit Erant (Read error: 60 (Operation timed out))
22:34:14 Quit bagawk (Connection reset by peer)
22:34:17 Quit FlynDice (Remote closed the connection)
22:34:36 Join Keripo [0] (n=Keripo@eng396.wireless-resnet.upenn.edu)
22:34:56gevaertsfroggyman: why wouldn't rockdoom and rockboy be plugins?
22:35:49KeripoI've gotten around to updating the tasks section for my GSoC proposal - see the latest comment I added
22:36:03kugelpyro_maniac: ok
22:36:30kugelnow it should be there
22:37:20Keripoon a side note, got a small SDL demo running fine on my PSP using the Rockbox's makefiles, trying to get the UISim running bit by bit but will be extremely busy with midterms this coming week ; /
22:38:33kugelfml: that doesn't surprise me
22:39:13kugelpyro_maniac: I zipped v3 again, not v4 (you could've tell me that :p)
22:39:47pyro_maniackugel: oh I don't mantioned that
22:40:33 Join Erant [0] (i=erant@plz.stfu.kthnx.org)
22:43:23Lloreangevaerts: I asked the same thing in-thread.
22:43:50 Join arez [0] (n=4feab5e8@gateway/web/cgi-irc/labb.contactor.se/x-9ad460c8c05e263b)
22:46:10 Join fdinel [0] (n=Miranda@modemcable204.232-203-24.mc.videotron.ca)
22:51:33 Quit Penner_Erhardt_ ()
22:51:59oboDo any GSoC people have any comments regarding the patch I posted for my assessment task? Is what I've done so far along the right lines, and does it need to go any further?
22:57:07kugelpyro_maniac: did you get the mail?
22:57:47pyro_maniackugel: no I am still waiting.
22:58:02kugelomg
22:58:54pyro_maniackugel: :-)
22:59:53kugelpyro_maniac: say something...
23:00
23:00:07kugel"now it should be there" meant I sent another mail
23:01:00kugelpyro_maniac: the mails don't get through
23:01:24pyro_maniackugel: I still got no mail
23:01:39kugelyes, the mails don't get through
23:01:44 Quit Thundercloud (Remote closed the connection)
23:01:55kugel"Mail konnte nicht zugestellt werden / Undelivered Mail Returned to Sender"
23:02:04 Join Thundercloud [0] (n=thunderc@84-51-130-71.judith186.adsl.metronet.co.uk)
23:02:36kugelsomething is wrong with my clips radio
23:03:00pyro_maniackugel: I sent a testmail to you
23:03:38 Quit MethoS- (Remote closed the connection)
23:03:53kugelrofl
23:03:55kugelagain
23:04:03kugelok, wait a second
23:04:29 Quit fml ("CGI:IRC 0.5.9 (2006/06/06)")
23:07:16gevaertsobo: I think it's fine
23:07:50obogevaerts: okay, thanks!
23:20:14 Quit fdinel ("Miranda IM! Smaller, Faster, Easier. http://miranda-im.org")
23:24:43 Quit midijunkie41 (Read error: 104 (Connection reset by peer))
23:38:27 Quit ender` (" Do not believe any statistic you didn't falsify yourself.")
23:41:25 Quit motionman95 ("http://www.mibbit.com ajax IRC Client")
23:43:16 Join DZX [0] (n=ZX@c-68-41-243-99.hsd1.mi.comcast.net)
23:55:15 Quit arez ("CGI:IRC (EOF)")
23:56:50 Quit pyro_maniac ("Leaving.")
23:57:21 Join claydoh [0] (n=quassel@ubuntu/member/claydoh)

Previous day | Next day