| 00:00:12 | preglow | amiconn: yeah, and there we even thought we were pretty lenient in the first place... |
| 00:00:15 | amiconn | The USB thread has a fairly big stack - which it actually needs, but that's not obvious |
| 00:00:31 | gevaerts | amiconn: I have a function that makes rockbox hang : http://pastebin.ca/900492 |
| 00:00:57 | gevaerts | amiconn. If I enable the line that's commented out it hangs, otherwise not. |
| 00:01:10 | amiconn | It only uses little stack - until you unplug usb again after having it connected. Then the USB thread is responsible for remounting the volume, and that remount needs quite some stack |
| 00:01:39 | asdrubal | Lol this chess engine is pretty good :) |
| 00:01:51 | preglow | gevaerts: td_array is global? |
| 00:02:17 | gevaerts | td_array might be accessed by hardware, but I also tried a different struct that mirrors it without any difference |
| 00:02:22 | gevaerts | preglow: yes |
| 00:02:25 | preglow | weird... |
| 00:02:38 | preglow | iram? ram? |
| 00:02:52 | preglow | hangs or do you get an exception? |
| 00:02:59 | Nico_P | gevaerts: can it be written by HW? |
| 00:03:40 | gevaerts | Nico_P: it can, but bit shouldn't be at that moment |
| 00:03:43 | gevaerts | preglow: ram |
| 00:03:47 | gevaerts | preglow: hangs |
| 00:04:14 | | Quit FOAD (Read error: 110 (Connection timed out)) |
| 00:04:15 | | Nick FOAD_ is now known as FOAD (n=dok@dinah.blub.net) |
| 00:04:16 | asdrubal | Are there stats on how many hours rockbox gives me with c240? |
| 00:04:49 | Nico_P | gevaerts: a wild guess, but maybe the var needs to be volatile |
| 00:05:49 | preglow | i don't see how that could change anything |
| 00:05:52 | preglow | there's no reloading happening |
| 00:06:58 | gevaerts | td_array is actually an UNCACHED_ADDR of the real array, which is 32 byte aligned |
| 00:10:17 | gevaerts | The full patch which show the problem is at http://www.evonet.be/~gevaerts/test.diff |
| 00:14:31 | gevaerts | That patch is actually the first step to enable simultaneous USB transfers (which we will need at some point and maybe already need now) |
| 00:14:56 | | Join weezerle [0] (n=weezerle@dslb-088-075-095-004.pools.arcor-ip.net) |
| 00:15:37 | DerPapst | bleh... the live log pearl scrpit doesn'T like the last link. it inserts span tags in the url too. |
| 00:16:24 | | Quit conando (Read error: 110 (Connection timed out)) |
| 00:16:27 | * | scorche|w hands DerPapst a new keyboard |
| 00:16:38 | gevaerts | DerPapst: That's because that patch is somehow broken |
| 00:17:32 | | Quit einhirn (Read error: 104 (Connection reset by peer)) |
| 00:17:57 | DerPapst | the patch is fine. the pearl script gets confused if a nick is in the url. |
| 00:18:09 | * | gevaerts wishes the patch were fine |
| 00:18:42 | * | gevaerts also considers checking if the nicks http and www are still available |
| 00:18:54 | DerPapst | the url looks like http://www.evonet.be/~<span class=nick_gevaerts>gevaerts</span>/test.diff |
| 00:20:51 | rasher | Ah - it's hilighting the nick |
| 00:20:57 | * | gevaerts warns DerPapst to be careful with that kind of thing. He might trigger a recursive explosion of corrupted urls |
| 00:21:19 | DerPapst | rasher: yes... but also in the href... |
| 00:21:29 | DerPapst | gevaerts: hehe |
| 00:21:31 | rasher | Yeah, it hilights nicks in speech |
| 00:21:32 | stripwax | JdGordon|w/Buschel - added: http://www.rockbox.org/tracker/task/8596 |
| 00:21:54 | rasher | The nick-matching regexp should probably be stricter |
| 00:22:06 | | Join cool_walking_ [0] (n=Miranda@203-59-129-195.perm.iinet.net.au) |
| 00:22:55 | DerPapst | or just drop that in hrefs.... |
| 00:23:33 | rasher | DerPapst: I doubt it's specifically searching hrefs |
| 00:23:41 | rasher | It just fails to exclude them |
| 00:23:42 | DerPapst | the srcipt fails also when you post 2 revision numbers with a r infront... such as r161234 and r165678 |
| 00:24:12 | DerPapst | nope... works fine |
| 00:24:17 | DerPapst | ah, wahtever :-P |
| 00:24:34 | | Quit Nico_P (Remote closed the connection) |
| 00:25:17 | * | DerPapst shuts up |
| 00:25:31 | * | gevaerts speculates that his latest work might solve the reset issue, in the hope that this will lead more people to check what's wrong with it |
| 00:26:22 | | Quit weezerle ("...und tschüss!") |
| 00:28:25 | * | amiconn prefers the raw text log over this script "enhanced" version anyway |
| 00:30:11 | * | DerPapst loves the script with all its pretty colors ;-) |
| 00:31:04 | DerPapst | though the raw log is better if one greps something... |
| 00:31:22 | amiconn | It loads way slower than the text version, hides away quite some information by default, and it doesn't store its setting as a default |
| 00:32:24 | amiconn | So I always have to click "sans serif" and "Joins: show". Annoying. |
| 00:32:29 | DerPapst | it's been always fast enough for me... but the last one is annoying indeed |
| 00:33:41 | amiconn | It could store the settings in a cookie... |
| 00:34:36 | amiconn | Regarding the slowness - the logs for previous days are okay, but the live log lags quite a lot sometimes |
| 00:34:38 | DerPapst | iirc it does that for old logs, but not the live fed |
| 00:35:07 | DerPapst | ^ that being saving the settings |
| 00:35:11 | DerPapst | not sure though |
| 00:35:44 | | Quit stripwax (Read error: 104 (Connection reset by peer)) |
| 00:35:53 | DerPapst | yeah. sometime to takes ~1min to load to the current postition but that isn'T a biggie for me. |
| 00:36:03 | DerPapst | s/to/it |
| 00:36:29 | | Quit ender` (" On the other hand, you have different fingers.") |
| 00:39:59 | | Join madspin [0] (n=madspin@host86-133-194-232.range86-133.btcentralplus.com) |
| 00:40:24 | rasher | If only the raw log would wrap the text |
| 00:40:45 | rasher | I wonder if there's a firefox extension to wrap text/plain content |
| 00:40:49 | | Join madspin_ [0] (n=madspin@host86-133-194-232.range86-133.btcentralplus.com) |
| 00:41:12 | | Quit Zom (Remote closed the connection) |
| 00:41:19 | amiconn | petur: Do you see any reason why the GPIO values are first put into variables, and then printed? |
| 00:41:23 | | Join Zom [0] (n=zom@h-79-136-43-44.NA.cust.bahnhof.se) |
| 00:41:33 | petur | amiconn: none |
| 00:42:49 | | Quit XavierGr (Nick collision from services.) |
| 00:42:51 | amiconn | I would just put the GPIOx_INPUT_VAL macros into the snprintf calls |
| 00:42:54 | | Nick fxb is now known as fxb__ (n=felixbru@h1252615.stratoserver.net) |
| 00:42:58 | | Join XavierGr [0] (n=xavier@rockbox/staff/XavierGr) |
| 00:43:03 | asdrubal | mmm $90 for 8GB microsd |
| 00:43:35 | * | JdGordon|w got 6gb ones for $55 |
| 00:43:46 | amiconn | Actually, several other targets also use temporary variables - but only for GPIO, like for PP502x. For other registers, the macros are put into the snprintf calls |
| 00:44:06 | asdrubal | JdGordon|w, wow, where? |
| 00:44:23 | JdGordon|w | amazon had em on special |
| 00:44:24 | amiconn | That seems rather inconsistent to me, and I can't imagine why it's done like that |
| 00:44:28 | JdGordon|w | snatched me 2 |
| 00:44:28 | asdrubal | JdGordon|w, lolz |
| 00:44:40 | asdrubal | Im gonna scope out the amazon hookup |
| 00:44:54 | petur | amiconn: somebody didn't care enough I guess |
| 00:45:07 | scorche|w | asdrubal: in the future keep those comments in #rockbox-community...you are already in there.. |
| 00:45:51 | asdrubal | okie doke |
| 00:47:35 | amiconn | Actually, all archs handled in dbg_ports() directly do it like that... |
| 00:58:52 | | Quit madspin_ (Read error: 110 (Connection timed out)) |
| 00:59:18 | madspin | Hi folks... I think I have done something bad |
| 00:59:29 | madspin | I tried to reinstall rockbox on my Gigabeat |
| 00:59:53 | madspin | and it wasn't loading so I reinstalled the existing firmware |
| 01:00 |
| 01:00:11 | madspin | and now I cannot even get a USB filesystem :| |
| 01:00:16 | | Part madspin ("Leaving") |
| 01:00:20 | | Join madspin [0] (n=madspin@host86-133-194-232.range86-133.btcentralplus.com) |
| 01:01:15 | madspin | What I guess I'm trying to determine... Is whether there is any other way to reflash the firmware (without having access to the USB filesystem..) |
| 01:04:51 | | Quit Zom ("leaving") |
| 01:05:31 | * | DerPapst is having problems compiling rockbox for his ipod video.... |
| 01:05:43 | DerPapst | i rebuilt the arm compiler |
| 01:05:53 | DerPapst | and now i get something like this: |
| 01:05:54 | DerPapst | alarm_menu.c:97: error: 'LANG_ALARM_MOD_TIME' undeclared (first use in this function) |
| 01:06:03 | | Join Zom [0] (n=zom@h-79-136-43-44.NA.cust.bahnhof.se) |
| 01:06:15 | DerPapst | and some other undeclared stuff too :-/ |
| 01:06:26 | pixelma | make clean and reconfigure... |
| 01:06:47 | DerPapst | i've started in an empty dir |
| 01:06:54 | DerPapst | i can try again though |
| 01:07:24 | | Quit obo ("bye") |
| 01:07:46 | pixelma | hmm, maybe it's something else then... |
| 01:08:25 | DerPapst | let's see what happens... |
| 01:08:41 | *** | Saving seen data "./dancer.seen" |
| 01:09:43 | DerPapst | all the missing things where LANG_* |
| 01:09:49 | | Nick cendres is now known as ashes (n=ashes@modemcable123.78-80-70.mc.videotron.ca) |
| 01:12:51 | DerPapst | hhmmm... nope |
| 01:12:56 | DerPapst | still the same :-/ |
| 01:13:35 | | Join fasmaie [0] (n=yohann@c-98-216-170-85.hsd1.ma.comcast.net) |
| 01:14:44 | DerPapst | where are the LANG_* thingies defined? |
| 01:15:06 | JdGordon|w | apps/lang/english.lang is the mater list |
| 01:15:39 | | Join ryran [0] (n=ryran@adsl-157-119-57.clt.bellsouth.net) |
| 01:16:03 | rasher | They're defined in lang.h iirc |
| 01:16:11 | rasher | (which is generated at build time) |
| 01:16:19 | rasher | Try looking at lang.h in your build dir |
| 01:16:31 | DerPapst | ok |
| 01:16:44 | | Quit JdGordon|w ("http://www.mibbit.com ajax IRC Client") |
| 01:17:09 | petur | isn't this a side-effect of the build process failing somewhere? |
| 01:17:50 | rasher | Sounds like it |
| 01:18:07 | DerPapst | those constants are missing there |
| 01:18:17 | DerPapst | int the lang.h file |
| 01:18:23 | DerPapst | *in |
| 01:19:37 | rasher | DerPapst: is this a vanilla build? |
| 01:20:23 | DerPapst | only 3 additional plugins and changed buttons for the sim |
| 01:20:36 | DerPapst | nothing changed at the core |
| 01:20:52 | rasher | You'd think.. |
| 01:21:03 | rasher | The build system can be somewhat fragile |
| 01:21:18 | DerPapst | hmm.. but compiling the sim works fine |
| 01:21:24 | DerPapst | odd.... |
| 01:21:25 | rasher | Sounds like perhaps your features.txt aren't being defined correctly |
| 01:21:59 | DerPapst | where is that located? |
| 01:22:18 | DerPapst | or is that made at compile time too? |
| 01:22:22 | rasher | Yup |
| 01:22:33 | rasher | I think it's located under apps/features.txt in your build dir |
| 01:22:54 | rasher | But really, try with plain Rockbox, and then add the patches one by one |
| 01:23:06 | DerPapst | hmm... apps/features is empty... and it isn't a txt |
| 01:23:26 | rasher | Ignore the .txt, that's probably just my imagination |
| 01:23:36 | rasher | Hm. What is your shell? |
| 01:24:52 | DerPapst | cygwin |
| 01:24:55 | DerPapst | so bash |
| 01:25:04 | pixelma | features.txt is in apps here too, it's not imagination |
| 01:25:24 | * | DerPapst checks out a vanilla trunck |
| 01:25:28 | DerPapst | -k |
| 01:26:19 | | Quit waldo (Remote closed the connection) |
| 01:26:27 | DerPapst | without .txt in the sim either |
| 01:27:09 | pixelma | I don't understand? |
| 01:27:46 | pixelma | did you search in "apps" of the build dir? |
| 01:28:04 | DerPapst | in the build dir for the ipod video sim apps/features doesn't have the txt extension eithr. |
| 01:28:14 | DerPapst | but at least it has some content |
| 01:28:48 | pixelma | I meant that there is a features.txt in the apps subdir of the source |
| 01:29:06 | DerPapst | ah.. let me check |
| 01:29:22 | | Quit Rob2222 () |
| 01:29:36 | DerPapst | yes, there is |
| 01:30:42 | | Join jhulst [0] (n=jhulst@unaffiliated/jhulst) |
| 01:31:02 | DerPapst | the file looks ok and not broken in any way... |
| 01:31:43 | DerPapst | the odd thing is one single LANG_ALARM_* thingy is in lang.h. only the others are missing. |
| 01:31:52 | | Quit petur ("Zzzz") |
| 01:32:05 | DerPapst | lang.h from the normal build |
| 01:32:57 | | Join Rob2222 [0] (n=Miranda@p54B0DB36.dip.t-dialin.net) |
| 01:34:18 | * | DerPapst tried to compile from a vanilla source... |
| 01:34:24 | DerPapst | *tries |
| 01:35:06 | DerPapst | eh... this is fun... |
| 01:35:38 | DerPapst | something seems broken with arm-elf-ld :-S |
| 01:36:34 | DerPapst | heh... i'll try to figure that out tomorrow though. thanks for your help pixelma, rasher and petur :-) |
| 01:36:36 | asdrubal | is there a way to select "all tracks" in rockbox? |
| 01:36:55 | DerPapst | create a playlist in the root of your player |
| 01:37:03 | DerPapst | or use the database |
| 01:37:23 | asdrubal | I can't figure out how to do it with the database |
| 01:37:42 | | Join webguest25 [0] (n=8dd3f85c@gateway/web/cgi-irc/labb.contactor.se/x-f2ad0d1faa6a6787) |
| 01:37:51 | pixelma | DerPapst: good luck, will try to get some sleep too |
| 01:37:53 | asdrubal | Oh I got it... |
| 01:38:04 | asdrubal | it was stuck on the currently playing files |
| 01:38:06 | DerPapst | night pixelma :-) |
| 01:38:18 | pixelma | night all :) |
| 01:38:22 | | Part pixelma |
| 01:38:44 | * | DerPapst should follow... 1:40am... |
| 01:38:52 | * | gevaerts as well |
| 01:39:07 | DerPapst | heh.. still hacking usb? ;-) |
| 01:39:24 | gevaerts | yes. I still have this same bug... |
| 01:39:56 | * | DerPapst hates bugs |
| 01:40:15 | | Join RoC_MasterMind [0] (n=Free@c-71-203-172-58.hsd1.fl.comcast.net) |
| 01:40:19 | DerPapst | especially those you can't find/fight in a couple of hours |
| 01:41:03 | gevaerts | I've been looking at this one for at least 3 or 4 hours. |
| 01:41:32 | | Join Shaid [0] (i=shaid@124-168-50-44.dyn.iinet.net.au) |
| 01:41:46 | DerPapst | heh.. that kinda sucks ;-) |
| 01:42:36 | gevaerts | I've been looking at this one for at least 3 or 4 hours. |
| 01:42:37 | DerPapst | maybe you've more luck in a couple of hours with a clear mind :-) |
| 01:43:00 | DerPapst | echo... cho ..ho ..o |
| 01:43:03 | | Quit fasmaie (Read error: 113 (No route to host)) |
| 01:43:05 | gevaerts | and now my fingers are doing weird things that I didn't ask them to |
| 01:43:11 | DerPapst | hehehe |
| 01:44:51 | gevaerts | I give up for today |
| 01:45:49 | * | gevaerts waves and goes to sleep |
| 01:47:16 | | Quit gevaerts ("hardware is 'interesting'") |
| 01:48:04 | | Quit jhMikeS (Nick collision from services.) |
| 01:48:10 | | Join jhMikeS [50] (n=jethead7@rockbox/developer/jhMikeS) |
| 01:48:16 | webguest25 | Zagor: (for the logs) it seems safari hates the live log. archived logs work fine but the live log tries to download the file using the download manager and gets stuck in a loop. if a user talks while i leave the download running, it will update the log that is being saved. supposedly the server push feature does work in safari though... |
| 01:48:51 | | Nick webguest25 is now known as midgey|web (n=8dd3f85c@gateway/web/cgi-irc/labb.contactor.se/x-f2ad0d1faa6a6787) |
| 01:49:26 | | Join DrDnar [0] (n=DrDnar@cmu-24-35-93-16.mivlmd.cablespeed.com) |
| 01:49:34 | midgey|web | (that from midgey by the way, i guess the web client didnt like my login name) |
| 01:50:10 | | Join lxx [0] (n=lexx@lxxlxx.dialup.corbina.ru) |
| 01:50:37 | * | DerPapst waves and goes to sleep too |
| 01:50:40 | DerPapst | o/ |
| 01:50:53 | | Quit DerPapst ("So Long And Thanks For All The Fish!") |
| 01:52:46 | lxx | hi |
| 01:53:11 | lxx | i have problem with my ipod with rockbox and xbox 360 |
| 01:53:43 | lxx | xbox dont see mp3 files uploaded via rockbox |
| 01:54:16 | lxx | xbox see file only uploaded via ituns why its happen? |
| 01:54:37 | | Quit simonrvn ("brb, switching kernels") |
| 01:54:39 | | Join |NSA| [0] (n=pwned@c-24-128-104-22.hsd1.nh.comcast.net) |
| 01:54:53 | |NSA| | anyone have details on what the latest usb stack patch was? |
| 01:55:04 | rasher | lxx: That's not a Rockbox problem. It's because your xbox isn't looking for all songs for some reason. |
| 01:55:56 | midgey|web | i think the xbox 360 uses the itunes db to read the files on the ipod |
| 01:58:50 | midgey|web | |NSA|: working read and write (albeit slow) for pp502x ipods and the sansas. its disabled in svn until it gets a lot of testing to ensure no filesystem corruption occurs |
| 01:59:15 | midgey|web | see FS #8562 for more details |
| 01:59:24 | |NSA| | yay |
| 02:00 |
| 02:00:39 | lxx | so how to do xbox 360 start playing all songs its possible? |
| 02:00:59 | | Join ctaylorr [0] (n=ctaylorr@CPE001839ae25b4-CM0011aea4a276.cpe.net.cable.rogers.com) |
| 02:01:29 | | Join hcs [0] (n=agashlin@rockbox/contributor/hcs) |
| 02:04:02 | scorche|w | lxx: dont ask us...ask microsoft... |
| 02:04:44 | | Join simonrvn [0] (i=simon@unaffiliated/simonrvn) |
| 02:07:24 | lxx | but this problem can be solved or not? |
| 02:08:46 | asdrubal | Doh... recording just locked up my sansa |
| 02:15:43 | | Quit lxx () |
| 02:19:38 | | Quit Thundercloud (Remote closed the connection) |
| 02:21:53 | | Quit ctaylorr (Read error: 110 (Connection timed out)) |
| 02:23:51 | asdrubal | is there a way to advance the playlist while playing a game? |
| 02:24:31 | scorche|w | if the game implements audio controls, otherwise no |
| 02:24:58 | asdrubal | you know which games do? |
| 02:25:35 | scorche|w | not offhand... |
| 02:26:42 | | Join jcollie [0] (n=jcollie@dsl-ppp239.isunet.net) |
| 02:28:58 | | Quit scorche|w ("CGI:IRC (EOF)") |
| 02:31:15 | | Quit billytwowilly (Remote closed the connection) |
| 02:32:53 | | Quit nicktastic (Read error: 113 (No route to host)) |
| 02:36:49 | | Join billytwowilly [0] (n=chris@S0106001d6046900d.cg.shawcable.net) |
| 02:46:18 | | Join neskaya [0] (i=featherd@wiktionary/neskaya) |
| 02:47:02 | | Join nicktastic [0] (n=nick@unaffiliated/nicktastic) |
| 02:48:00 | | Join barrywardell [0] (n=barrywar@194.46.164.182) |
| 02:51:40 | | Join karashata [0] (n=Kimi@bas3-kitchener06-1096622343.dsl.bell.ca) |
| 02:54:18 | | Join psycho_maniac [0] (i=psycho_m@ppp123.hk.centurytel.net) |
| 03:00 |
| 03:00:20 | | Quit |AhIoRoS| (Read error: 110 (Connection timed out)) |
| 03:07:07 | | Nick Seedy is now known as Seed (i=ben@bzq-84-108-237-178.cablep.bezeqint.net) |
| 03:08:42 | *** | Saving seen data "./dancer.seen" |
| 03:17:22 | | Join crzyboyster [0] (n=4b596e13@gateway/web/cgi-irc/labb.contactor.se/x-593ec0099cde8fa3) |
| 03:18:04 | crzyboyster | Were there seriously server issues that prevented (or are preventing) uploading at http://rockbox-themes.org/ ? |
| 03:18:47 | scorche | so you think that message is a lie? |
| 03:18:53 | scorche | ;) |
| 03:19:09 | crzyboyster | No... but server issues shouldn't last THAT long... :D |
| 03:19:42 | scorche | it isnt server issues...it si bandwidth issues |
| 03:20:19 | crzyboyster | Any time frame as to when the site will be back up for uploading? |
| 03:20:41 | scorche | probably when viewports is committed |
| 03:20:49 | scorche | (viewports for WPS that is) |
| 03:21:10 | | Nick JdGordon|zzz is now known as JdGordon (n=jonno@usw3662-s-207-244-148-63.dsl.w-link.net) |
| 03:21:31 | crzyboyster | (I know I shouldn't ask this) When will the WPS part of viewports be committed? |
| 03:21:49 | JdGordon | when its done |
| 03:21:50 | * | scorche shrugs |
| 03:21:57 | | Quit barrywardell () |
| 03:23:02 | | Quit crzyboyster ("CGI:IRC") |
| 03:25:31 | |NSA| | what exactly is the viewports thing i have been seeing? |
| 03:25:33 | psycho_maniac | i think the patch for the new gigabeat cabbie.20 wps wont work with newest svn. |
| 03:25:53 | scorche | |NSA|: there is a while wikipage about it.. |
| 03:26:52 | psycho_maniac | JdGordon: what other players would you prefer the quickscreen to be tested on? |
| 03:27:43 | | Join crope` [0] (n=crope@dyn3-82-128-184-118.psoas.suomi.net) |
| 03:27:46 | | Quit crope`` (Read error: 110 (Connection timed out)) |
| 03:28:24 | | Quit daurnimator (Read error: 104 (Connection reset by peer)) |
| 03:31:34 | psycho_maniac | n17ikh: there is a nes emulator for rockbox in the patch tracker i believe |
| 03:32:30 | asdrubal | psycho_maniac, I take it NES is more intensive than GBA? |
| 03:32:34 | asdrubal | cpu/memory intensive |
| 03:32:41 | n17ikh | NES? nah |
| 03:32:59 | asdrubal | compared to GBA |
| 03:33:04 | n17ikh | the gba has the power to easily run NES games, so I'd say the GBA is harder to emulate |
| 03:33:12 | asdrubal | oh |
| 03:33:19 | hcs | gba is much more powerful, yeah |
| 03:33:21 | asdrubal | do you think rockbox will ever support SNES? |
| 03:33:28 | asdrubal | I like SNES games better than NES games |
| 03:33:34 | n17ikh | I don't know that the hardware is powerful enough |
| 03:33:54 | asdrubal | maybe in the future with newer hardware |
| 03:33:58 | n17ikh | maybe in a couple more years when common players are a good deal more powerful for video |
| 03:34:28 | n17ikh | psycho_maniac, did you reply in the wrong window or is my client/bouncer totally screwed? |
| 03:34:40 | asdrubal | considering a Pentium233mmx is sufficient to emulate SNES completely, I think that time is not too far off |
| 03:34:59 | alienbiker99 | gigabeat s |
| 03:35:11 | | Part |NSA| |
| 03:35:21 | psycho_maniac | i figured it was rockbox related so i posted my answer in this window |
| 03:35:39 | | Quit DerDome (Nick collision from services.) |
| 03:35:40 | | Join DerDom1 [0] (n=DerDome@dslb-082-083-199-040.pools.arcor-ip.net) |
| 03:35:50 | | Nick DerDom1 is now known as DerDome (n=DerDome@dslb-082-083-199-040.pools.arcor-ip.net) |
| 03:36:07 | n17ikh | k |
| 03:36:09 | | Quit psycho_maniac (" connection error") |
| 03:36:11 | n17ikh | just confusing, that's all |
| 03:36:59 | | Quit karashata (" HydraIRC -> http://www.hydrairc.com <- Po-ta-to, boil em, mash em, stick em in a stew.") |
| 03:38:41 | | Join Kizle [0] (n=Kiz@adsl-153-82-12.mia.bellsouth.net) |
| 03:42:30 | n17ikh | anyone got a favorite theme or two for the sansa e200 series? |
| 03:42:53 | hcs | I think the one I use is called "Ultima" |
| 03:44:15 | n17ikh | I'm using plainbrown at the moment, which is functional enough, but I'd like shiny every once in a while |
| 03:44:46 | | Quit Zom (Remote closed the connection) |
| 03:44:56 | | Join Zom [0] (n=zom@h-79-136-43-44.NA.cust.bahnhof.se) |
| 03:46:54 | | Quit XavierGr (Nick collision from services.) |
| 03:47:07 | | Join XavierGr [0] (n=xavier@rockbox/staff/XavierGr) |
| 03:49:21 | | Quit Shaid (Read error: 110 (Connection timed out)) |
| 03:49:47 | Kizle | I've been running a few battery benchmarks on my gigabeat f40. I'd like to contribute to the wiki, so I'm here to request write privileges |
| 03:52:00 | Kizle | ...I'm not sure who would handle that, so I'll stick around for a while, wait for a msg or something. |
| 03:53:46 | midgey|web | wiki name KyleGabriel? |
| 03:54:09 | | Join psycho_maniac [0] (i=psycho_m@ppp-64-91-85-208.cam.centurytel.net) |
| 03:55:01 | Kizle | yes |
| 03:55:15 | midgey|web | you should now have access (unless i screwed something up) |
| 03:57:36 | | Join star_jasmine [0] (n=arwyneve@75.108.74.16) |
| 03:57:58 | Kizle | thank you. I'm doing some benchmarks with the original battery, but I will be putting a newly mfg. 2000mAh in a few days |
| 03:59:25 | psycho_maniac | Kizle: what player? |
| 03:59:41 | Kizle | gigabeat F40 |
| 03:59:54 | | Quit BitTorment ("SEGFAULT: shit!") |
| 04:00 |
| 04:00:09 | psycho_maniac | Good Luck |
| 04:00:16 | | Quit XavierGr (Nick collision from services.) |
| 04:00:27 | | Join XavierGr [0] (n=xavier@rockbox/staff/XavierGr) |
| 04:02:40 | Kizle | thanks. from the current benchmarks on that battery (ipod 3G) in the F40, it's a great improvement to the orig. Especially since this battery is starting to degrade. |
| 04:03:26 | psycho_maniac | I think i got a fake battery. I bought one installed it and got the same results as the original battery. :( |
| 04:03:35 | Kizle | er, 1200mAh, not 2000 |
| 04:04:25 | psycho_maniac | and when i did install it i didnt like the "new" feel of the crosspad. Then the player ended up breaking anyways and now i own a new one yay me |
| 04:04:26 | Kizle | I'm getting around 10 hours right now. I bought this refurbished, expecting to replace the battery. |
| 04:04:58 | psycho_maniac | Kizle: did you buy your player off ebay? |
| 04:05:39 | Kizle | yes, $70. refurb. but the screen has not a speck on it, and physically, only a few scratches on the back |
| 04:06:10 | psycho_maniac | may i ask what seller? I just bought one as well |
| 04:07:11 | Kizle | nutrition_outlet |
| 04:07:35 | psycho_maniac | HA same guy ! |
| 04:07:49 | Kizle | he has many |
| 04:07:58 | psycho_maniac | Yeah i got a A class one though . |
| 04:08:41 | Kizle | he just started selling C's, and after conversing a bit, suggested I would have a top pick of them (60 of em) |
| 04:09:01 | Kizle | it was worth it. I have a case to protect it, and cover up the back |
| 04:09:34 | Kizle | how did yours break? |
| 04:09:55 | asdrubal | Kizle, I'm testing my c240 for battery life right now |
| 04:10:14 | psycho_maniac | i took it apart too many times and one of the wires for the lcd screen broke. |
| 04:10:56 | psycho_maniac | Also I have a F80 :) |
| 04:11:11 | | Quit star_jasmine () |
| 04:11:56 | Kizle | I have mine playing away on some Ethan Iverson Trio while benching it |
| 04:12:22 | | Quit XavierGr (Nick collision from services.) |
| 04:12:33 | | Join XavierGr [0] (n=xavier@rockbox/staff/XavierGr) |
| 04:13:00 | Kizle | nice, my friend has an S model. this was before Idiscovered rockbox, otherwise I would have swayed him |
| 04:13:01 | | Quit midgey|web ("CGI:IRC (EOF)") |
| 04:14:24 | kies | what cover do you use for your f40? ive been looking for one |
| 04:14:33 | psycho_maniac | I dont use one. I dont like them |
| 04:15:32 | Kizle | technohm.com |
| 04:16:18 | kies | awesome thanks :) |
| 04:17:27 | psycho_maniac | is the question "how do i add music in rockbox" in the FAQ? Just curious because i notice a lot of people ask that. |
| 04:22:49 | Kizle | odd. my password that I registered with the Wiki is not what it is. I had to reset it to be able to change it |
| 04:23:09 | psycho_maniac | maybe you mistyped it |
| 04:23:13 | Kizle | it was 4 digits |
| 04:23:35 | Kizle | and I was sure of what I typed originaly |
| 04:23:59 | Kizle | the email with my reg info had my password as 6 *'s |
| 04:24:13 | Kizle | 7 rather |
| 04:24:32 | Kizle | what's done is done, though |
| 04:24:45 | psycho_maniac | strange |
| 04:34:40 | | Quit DerDome (Read error: 110 (Connection timed out)) |
| 04:36:48 | | Quit hcs ("Leaving.") |
| 04:38:41 | | Join ctaylorr [0] (n=ctaylorr@CPE001839ae25b4-CM0011aea4a276.cpe.net.cable.rogers.com) |
| 04:43:55 | | Quit Zom (Remote closed the connection) |
| 04:44:06 | | Join Zom [0] (n=zom@h-79-136-43-44.NA.cust.bahnhof.se) |
| 04:45:45 | | Quit XavierGr (Nick collision from services.) |
| 04:45:56 | | Join XavierGr [0] (n=xavier@rockbox/staff/XavierGr) |
| 04:51:16 | | Quit billytwowilly (Remote closed the connection) |
| 04:53:32 | | Quit miepchen^schlaf (Read error: 110 (Connection timed out)) |
| 04:53:55 | | Join miepchen^schlaf [0] (n=hihi@p54BF462D.dip.t-dialin.net) |
| 04:54:07 | | Quit psycho_maniac (" quit") |
| 05:00 |
| 05:08:45 | *** | Saving seen data "./dancer.seen" |
| 05:09:11 | asdrubal | rockbox sounds like 100 million times better than my cellphone |
| 05:09:46 | cool_walking_ | Was that unexpected for some reason? |
| 05:09:49 | ashes | i got video working on my iriver yesterday |
| 05:10:22 | ashes | flac uses more cpu while the file size gets smaller. ogg vorbis uses more cpu power as the file gets bigger. this is a confusing situation for me |
| 05:10:47 | ashes | on a portable player, cpu power is a huge concern |
| 05:12:59 | ashes | i'm finding that flac -2 is the most practical, for size verses performance |
| 05:16:44 | | Quit Kizle ("..whoosh") |
| 05:17:47 | kaimuki | is anybody in here working on the yp-p2 port? |
| 05:19:29 | | Quit asdrubal ("Leaving") |
| 05:20:30 | kaimuki | i wanna work on it, but I'm too scared I'm gonna brick my player :P |
| 05:25:29 | | Quit XavierGr (Nick collision from services.) |
| 05:25:42 | | Join XavierGr [0] (n=xavier@rockbox/staff/XavierGr) |
| 05:36:57 | | Quit Horscht ("User was distributing pornography on server; system seized by FBI") |
| 05:38:31 | Llorean | ashes: It's not as huge a concern as you think |
| 05:38:43 | Llorean | ashes: FLAC generally doesn't use all that much power at any size for decoding. |
| 05:43:57 | * | JdGordon hopes rbutil can parse .lang files |
| 05:44:06 | | Quit Zom (Remote closed the connection) |
| 05:44:17 | | Join Zom [0] (n=zom@h-79-136-43-44.NA.cust.bahnhof.se) |
| 05:45:17 | | Quit aneka ("KVIrc 3.2.4 Anomalies http://www.kvirc.net/") |
| 05:46:46 | | Join ol_schoola [0] (n=meatwad@c-67-167-20-91.hsd1.il.comcast.net) |
| 05:47:15 | | Quit XavierGr (Nick collision from services.) |
| 05:47:23 | JdGordon | does this regex look ok to split up SOUND_SETTING(flags,var,lang_id,name,setting) ... ($line =~ /\s*SOUND_SETTING\((\w*),\s*(\w*),\s*(\w*),\s*(\w*),\s*(\w*)\)/) ? |
| 05:47:26 | | Join XavierGr [0] (n=xavier@rockbox/staff/XavierGr) |
| 05:50:07 | | Quit jhulst (Remote closed the connection) |
| 05:51:26 | * | JdGordon needs a regex master about now... |
| 05:51:53 | JdGordon | how the heck do i get the ... values? :'( |
| 05:59:52 | | Join hcs [0] (n=agashlin@rockbox/contributor/hcs) |
| 06:00 |
| 06:04:04 | kfazz | what kinds of things can (currently) be done with lists using viewports? the last post on FS #8457 looks really cool |
| 06:05:51 | JdGordon | not much |
| 06:07:52 | | Join jhulst [0] (n=jhulst@unaffiliated/jhulst) |
| 06:09:31 | | Quit XavierGr (Nick collision from services.) |
| 06:09:42 | | Join XavierGr [0] (n=xavier@rockbox/staff/XavierGr) |
| 06:13:18 | | Quit ol_schoola (Read error: 104 (Connection reset by peer)) |
| 06:13:34 | | Join ol_schoola [0] (n=meatwad@c-67-167-20-91.hsd1.il.comcast.net) |
| 06:18:25 | | Quit ryran ("Leaving") |
| 06:24:51 | | Quit XavierGr (Nick collision from services.) |
| 06:25:02 | | Join XavierGr [0] (n=xavier@rockbox/staff/XavierGr) |
| 06:26:25 | | Join linuxstb_ [0] (n=linuxstb@rockbox/developer/linuxstb) |
| 06:28:06 | | Quit csc` |