00:07:44 | | Quit eggy ("<null>") |
00:09:11 | | Quit pondlife ("disconnected has pondlife") |
00:11:46 | | Join Nibbier [0] (n=sven@e181121079.adsl.alicedsl.de) |
00:23:51 | kramdra | whats rbutil? looked on wiki and FR... |
00:24:51 | linuxstb | Look for RockboxUtility |
00:26:25 | kramdra | thanks |
00:28:43 | | Quit _aLF ("^^") |
00:29:07 | | Quit petur ("here today, gone tomorrow") |
00:29:13 | | Quit nickv111 (Read error: 104 (Connection reset by peer)) |
00:34:21 | | Quit juxtap (Read error: 110 (Connection timed out)) |
00:34:35 | x1jmp | is there some way to use gdb on plugins or rockbox at all in the sim? |
00:36:20 | x1jmp | oh, just recognized it is actually possible to use it on rockboxui |
00:37:51 | | Quit lee-qid ("aufwiederbyebientotsayonara") |
00:39:14 | | Quit obo ("bye") |
00:39:29 | | Quit Alonea (Connection timed out) |
00:41:42 | | Quit Entasis ("Leaving") |
00:45:38 | | Join Alonea [0] (n=chatzill@24-117-195-16.cpe.cableone.net) |
00:53:37 | | Join dilinger [0] (n=dilinger@65-78-28-38.c3-0.arl-ubr1.sbo-arl.ma.cable.rcn.com) |
00:54:36 | | Quit ompaul ("sleep") |
00:55:19 | | Join JdGordon [0] (n=jonno@rockbox/developer/JdGordon) |
00:55:54 | kramdra | ive been reading some c tutorials, but i cant find anything about how to use a structure set up by another .c file... if somone knows of a plugin/source file which does this i should be able to work it out.. this is what i did earlyer http://paste-it.net/1798 |
00:56:51 | kramdra | im used to single file asm code.. not that im any good at that either |
01:00 |
01:00:37 | ceaser | kramdra: if the structure is in another .c file, thats not being #included |
01:00:41 | ceaser | kramdra: you have to mark it extern |
01:00:49 | ceaser | kramdra: err wait |
01:02:42 | kramdra | yeah im bit confused... if i include the header, then thats just the stucture but not the adress of the stucture, but didnt think you can #include the .c file? |
01:02:44 | ceaser | kramdra: is the structure TYPE set up by the .c file? or just a structure |
01:03:07 | ceaser | kramdra: i mean, technically you can, but you generally don't want to |
01:03:11 | *** | Saving seen data "./dancer.seen" |
01:03:20 | | Join safetydan [0] (i=cbca159f@rockbox/developer/safetydan) |
01:03:30 | ceaser | kramdra: if i'm understanding you correctly, you want an instantiated structure from a .c file in another |
01:03:42 | ceaser | kramdra: .c file, with the type set up in a header file somewhere |
01:04:01 | ceaser | kramdra: if thats the case, then you just mark the declaration of that structure 'extern' and you can use it outside of that .c file |
01:04:18 | kramdra | "struct mp3entry is defined in file firmware/export/id3.h" from docs/plugin_api |
01:04:58 | ceaser | oh wait i didn't see the past-it |
01:05:00 | ceaser | *paste |
01:05:13 | ceaser | you're declaring those structs static |
01:05:21 | ceaser | that means you can't access them outside of that .c file |
01:06:40 | kramdra | yeah i wasnt sure, do i even need to declare them in my file? |
01:06:54 | kramdra | since they are #include'd |
01:07:02 | | Quit Soul-Slayer (Read error: 110 (Connection timed out)) |
01:07:16 | | Quit ender (" I was trying to daydream, but my mind kept wandering.") |
01:07:32 | ceaser | only the type is included, probably |
01:07:57 | ceaser | so if you want to allocate memory statically for those structs, you'll have to declare them |
01:08:27 | ceaser | or in this case, if you want to declare memory for a pointer to |
01:08:31 | | Quit ceaser ("Leaving") |
01:08:42 | | Join ceaser [0] (n=ceaser@cpe-71-72-73-178.columbus.res.rr.com) |
01:08:53 | kramdra | im trying to read the stucture thats already in memory |
01:10:20 | ceaser | oh hm, my guess is that the pointer is defined externally in another file then, and you don't even have to declare it... i'm not sure, i've never done rockbox plugin devel |
01:11:00 | | Join Llorean [0] (n=Llorean@cpe-66-25-2-167.houston.res.rr.com) |
01:12:08 | | Nick Bawitdaba is now known as Baw (n=Sphinx@cpe-24-25-130-25.nycap.res.rr.com) |
01:14:29 | | Join robin0800 [0] (n=robin080@cpc1-brig8-0-0-cust807.brig.cable.ntl.com) |
01:17:33 | kramdra | ok i took the define out, going to try compiling this http://paste-it.net/1799 - please tell me if theres a way to compile only the plugin without all of rockbox? |
01:19:04 | | Join eggy [0] (n=eggy@pdpc/supporter/sustaining/yorkcc.eggy) |
01:24:35 | JdGordon | kramdra: run make rocks |
01:25:56 | | Join aliask [0] (n=chatzill@c210-49-190-113.eburwd8.vic.optusnet.com.au) |
01:26:30 | kramdra | what does it do |
01:30:58 | | Quit robin0800 (" HydraIRC -> http://www.hydrairc.com <- Try something fresh") |
01:31:27 | kramdra | probably done it wrong.. but done make rocks from my sim director... got lots of errors |
01:32:30 | kramdra | maybe not, says nothing to be done for a few files |
01:32:52 | aliask | It always says that. What were the errors (if there's a lot use pastebin) |
01:33:13 | | Join Llorea1 [0] (n=Llorean@cpe-66-25-2-167.houston.res.rr.com) |
01:33:53 | | Quit Llorean (Nick collision from services.) |
01:33:56 | | Nick Llorea1 is now known as Llorean (n=Llorean@cpe-66-25-2-167.houston.res.rr.com) |
01:36:12 | kramdra | pastebin doesnt work for me anymore... but http://paste-it.net/1800 |
01:36:47 | | Quit entheh (Read error: 104 (Connection reset by peer)) |
01:36:55 | aliask | kramdra: That's perfectly normal. |
01:37:43 | | Join entheh [0] (n=purr@88-106-227-161.dynamic.dsl.as9105.com) |
01:37:43 | | Quit eggy (Client Quit) |
01:38:03 | kramdra | however simulator still runs, but my plugin not in there. do i need to include it in another file? since i stupidly assumed all files in /plugin would be compiled... |
01:38:57 | Llorean | It needs to be in SOURCES |
01:39:21 | | Quit anathema (Read error: 113 (No route to host)) |
01:39:22 | Llorean | In /apps/plugins/SOURCES specifically, it's basically a list of the plugins, with #defines around them to make sure only working ones get built for each player |
01:41:51 | kramdra | thanks |
01:43:42 | | Quit miepchen^schlaf (Read error: 110 (Connection timed out)) |
01:43:59 | | Join miepchen^schlaf [0] (n=hihi@p57B95E6B.dip.t-dialin.net) |
01:44:06 | | Quit Moos ("Glory to Rockbox") |
01:46:08 | kramdra | now i have errors :) my code was a bit wrong |
01:46:52 | | Quit Eimann_ (Remote closed the connection) |
01:49:09 | | Quit roolku () |
01:53:56 | | Join Eimann [0] (i=eimann@chaconne.etherkiller.de) |
01:55:16 | | Quit StoneCold ("Leaving") |
02:00 |
02:08:20 | | Part toffe82 |
02:14:34 | | Quit aliask ("Chatzilla 0.9.77 [Firefox 2.0.0.3/0000000000]") |
02:15:33 | | Quit jhulst (Read error: 110 (Connection timed out)) |
02:16:11 | tchan | Have the recent newer versions (200703) of the rockbox gigabeat and ipod bootloaders changed where they expect rockbox.gigabeat and rockbox.ipod to be found ? |
02:17:24 | tchan | i.e. .rockbox/rockbox.gigabeat instead of in /rockbox.gigabeat and similarly .rockbox/rockbox.ipod ?? |
02:17:52 | Llorean | The look in /.rockbox first, and then in the root |
02:20:07 | tchan | so its now safe to remove the older firmware(s) in root ? |
02:20:47 | Llorean | As long as you've got one in the folder, yeah. |
02:22:07 | tchan | This wiki page is slightly wrong now: http://www.rockbox.org/twiki/bin/view/Main/GigabeatFXPort as it says "There must be a file in the root named rockbox.gigabeat: X:\rockbox.gigabeat" |
02:22:15 | | Quit ze (Read error: 104 (Connection reset by peer)) |
02:22:34 | Llorean | Feel free to update it then. |
02:22:43 | tchan | no account, sorry |
02:22:59 | Llorean | That's a "I don't want to" then. |
02:23:30 | Llorean | The wiki isn't "official" information anyway, since it's community driven. |
02:23:33 | Llorean | The official source is the manual |
02:23:35 | | Join jhulst [0] (n=jhulst@71-10-1-92.dhcp.aldl.mi.charter.com) |
02:25:46 | | Join ze [0] (i=ze@cpe-76-175-22-254.socal.res.rr.com) |
02:26:41 | | Join secleinteer [0] (n=secleint@adsl-70-237-232-103.dsl.stlsmo.sbcglobal.net) |
02:28:10 | tchan | Okay, I've registered TerryChan on the rockbox.org/twiki |
02:29:30 | Llorean | And you can edit now |
02:30:07 | tchan | thanks |
02:31:11 | | Join Soul-Slaye1 [0] (n=Jonno@89.240.194.206) |
02:32:22 | | Join Febs [0] (n=chatzill@207-172-204-33.c3-0.rdl-ubr4.trpr-rdl.pa.cable.rcn.com) |
02:37:29 | | Quit x1jmp (Remote closed the connection) |
02:37:37 | | Join x1jmp [0] (n=x1jmp@p57B0A1B0.dip0.t-ipconnect.de) |
02:41:41 | | Quit blueworm ("Leaving") |
02:44:08 | | Quit Domonoky ("Trillian (http://www.ceruleanstudios.com") |
02:49:20 | | Quit secleinteer (Read error: 104 (Connection reset by peer)) |
02:53:01 | | Join ctaf [0] (n=ctaf@ram94-6-82-242-23-70.fbx.proxad.net) |
02:53:56 | | Quit x1jmp (Remote closed the connection) |
02:54:59 | | Join secleinteer [0] (n=secleint@adsl-70-232-143-223.dsl.stlsmo.sbcglobal.net) |
02:56:59 | | Quit ctaf (Client Quit) |
03:00 |
03:03:15 | *** | Saving seen data "./dancer.seen" |
03:10:41 | | Quit glulm (":") |
03:17:46 | | Quit Alonea (Remote closed the connection) |
03:18:02 | | Join cadu [0] (i=cadu___@ZS119100.ppp.dion.ne.jp) |
03:18:37 | cadu | hello guys, i've just registered on RockboxWiki and i wouuld like write access, will be contributing with battery benchs and translations if possible |
03:21:22 | | Quit Llorean (Read error: 104 (Connection reset by peer)) |
03:23:18 | | Join Llorean [0] (n=Llorean@cpe-66-25-2-167.houston.res.rr.com) |
03:24:06 | | Join n17ikh [0] (n=n17ikh@c-76-23-114-46.hsd1.sc.comcast.net) |
03:25:01 | | Join donutman25 [0] (n=chatzill@24.244.160.233) |
03:25:54 | | Quit n17ikh|Lappy (Nick collision from services.) |
03:25:57 | | Nick n17ikh is now known as n17ikh|Lappy (n=n17ikh@c-76-23-114-46.hsd1.sc.comcast.net) |
03:26:13 | | Join daniel1234 [0] (n=daniel_r@64.126-67-202.dart.iprimus.net.au) |
03:26:33 | | Quit Llorean (Read error: 104 (Connection reset by peer)) |
03:26:51 | | Join Llorean [0] (n=Llorean@cpe-66-25-2-167.houston.res.rr.com) |
03:27:34 | | Part pixelma |
03:31:52 | | Quit jhulst (Remote closed the connection) |
03:32:46 | daniel1234 | my ipod won't go into disk mode or in the apple firmware and it says can not find rockbox.ipod when I try to start it so how can I tell if the hard drive is the problem |
03:34:37 | BHSPitMonkey | I guarantee it can go into disk mode... |
03:35:50 | daniel1234 | then how can I get it into disk mode because I have got it to go into disk mode ages ago but now it jutjust restarts itself and says can not find rockbox.ipod |
03:37:14 | | Quit n17ikh|Lappy () |
03:37:24 | | Join eggy [0] (n=eggy@pdpc/supporter/sustaining/yorkcc.eggy) |
03:41:49 | | Join n17ikh|Lappy [0] (n=n17ikh@c-76-23-114-46.hsd1.sc.comcast.net) |
03:43:52 | cadu | a question about the Gigabeat F series |
03:44:17 | cadu | does the battery level goes down -quick- even if you're not using it ? |
03:44:38 | cadu | my player doesn't seems to hold the battery level when not it use, should i turn the battery OFF when not using? |
03:45:32 | | Part Llorean |
03:50:31 | kramdra | I read that it will drain over a few days when its off, but the battery switch might fix that... |
03:52:21 | | Quit |Rincewind| ("Cya") |
03:52:23 | cadu | good to hear |
03:52:25 | | Quit donutman25 ("Chatzilla 0.9.77 [Firefox 2.0.0.3/2007030919]") |
03:52:35 | | Join |Rincewind| [0] (i=W5X8LOC6@nat-wh-1.rz.uni-karlsruhe.de) |
03:52:36 | cadu | i was just worried about if it was really a common problem or a faulty player :) |
03:53:49 | cadu | if it's "normal", can't be helped :) yeah i can turn off the battery switch, then just set up the clock everytime i use something time-based :) |
03:58:16 | | Join cynicalliberal [0] (n=alexande@adsl-70-137-159-198.dsl.snfc21.sbcglobal.net) |
03:58:21 | kramdra | hmm that resets the clock? that sucks |
03:59:15 | Soap | cadu: did you get write access yet? |
03:59:37 | cadu | yup, asked Llorean to grant me |
03:59:56 | cadu | Soap, btw i've just modified the GigabeatRuntime with my file and updated the table. |
04:00 |
04:00:11 | Soap | cool x 2 |
04:02:00 | cadu | working on the portuguese-brazil lang file , also. |
04:02:26 | cadu | portuguese and brazillian portuguese have a lot of different words that sound funny or can't be understood quickly |
04:03:17 | cadu | like portuguese 'Ecrã' and brazillian portuguese 'Tela' , 100% different words for 'Display', and Ecrã ISN'T used in brazil so no one would understand that :) |
04:12:49 | | Quit entheh ("^~") |
04:16:10 | | Quit XavierGr (Nick collision from services.) |
04:16:13 | | Join XavierGr [0] (n=xavier@ppp137-52.adsl.forthnet.gr) |
04:20:34 | | Join BigMac_ [0] (n=Mike@c-71-234-95-131.hsd1.ct.comcast.net) |
04:24:24 | | Join jhulst [0] (n=jhulst@adsl-69-209-118-169.dsl.klmzmi.ameritech.net) |
04:24:42 | cadu | btw, i'm getting duplicate entries on the 'database', anyone had the same behavior ? |
04:28:52 | | Part safetydan |
04:29:22 | | Quit BigMac (Read error: 110 (Connection timed out)) |
04:31:35 | | Join jhulst_ [0] (n=jhulst@adsl-69-209-118-169.dsl.klmzmi.ameritech.net) |
04:37:14 | tsuyoshi | would portuguese people understand tela? |
04:39:30 | cadu | tela means a surface for displaying something |
04:39:43 | cadu | portuguese people maybe can use TELA for a painting or drawing or something |
04:39:51 | cadu | but i'm just guessing |
04:40:04 | cadu | otoh, Ecrã isn't used for anything in the brazillian portuguese realm |
04:40:40 | cadu | as a bunch of other words :) the languages are really different nowadays (altough sharing grammar, of course) |
04:40:47 | cadu | compare brittish english with american english |
04:41:32 | tsuyoshi | not sure if there are any british words americans wouldn't understand though |
04:41:34 | | Quit jhulst (Read error: 110 (Connection timed out)) |
04:42:12 | cadu | dunno about that, but even if understood, they're not natural. |
04:42:27 | tsuyoshi | maybe "lorry" |
04:42:56 | cadu | example, in portugal, bicha means 'line' (to wait in line) while in portuguese bicha means (extremely vulgar) 'gay' or 'female animal' |
04:43:27 | | Quit kramdra () |
04:43:37 | | Quit Thundercloud (Remote closed the connection) |
04:43:41 | cadu | lorry? |
04:43:44 | * | cadu runs to the dictionary |
04:43:52 | tsuyoshi | "truck" in american |
04:44:07 | cadu | truck :) |
04:48:23 | cadu | "AV Decay Time" |
04:48:28 | cadu | never saw this option in rockbox |
04:48:33 | cadu | AV stands for ? |
04:48:37 | cadu | (translating) :P |
04:49:29 | tsuyoshi | audiovisual |
04:49:45 | tsuyoshi | or sometimes audio-video |
04:50:39 | cadu | 'auto volume' :) |
04:55:11 | | Join hcs [0] (n=agashlin@rockbox/contributor/hcs) |
04:58:05 | | Quit Soul-Slaye1 (Read error: 104 (Connection reset by peer)) |
05:00 |
05:00:18 | | Nick jhulst_ is now known as jhulst (n=jhulst@adsl-69-209-118-169.dsl.klmzmi.ameritech.net) |
05:03:16 | *** | Saving seen data "./dancer.seen" |
05:05:04 | | Quit daniel1234 ("Freedom Chat - Your Home Away From Home | http://www.freedomchat.org | tIRC script by the Freedom Chat Leets") |
05:10:30 | | Join K4rP4D [0] (n=KrPD@unaffiliated/K4rP4D) |
05:11:40 | | Join maretard [0] (i=18627143@gateway/web/cgi-irc/labb.contactor.se/x-3e2c5060ad7a819e) |
05:11:56 | maretard | heya, anybody got lag problems with the h10 20g? |
05:13:00 | | Quit maretard (Client Quit) |
05:13:24 | | Quit |Rincewind| ("Cya") |
05:19:04 | | Join aliask [0] (i=82c20d6a@gateway/web/cgi-irc/labb.contactor.se/x-11e1ee411b511460) |
05:22:01 | | Quit bospaadje ("great minds run in great circles") |
05:31:51 | | Join nickv111 [0] (n=nick@c-75-70-18-52.hsd1.co.comcast.net) |
05:32:17 | | Join FOAD [0] (n=dok@dinah.blub.net) |
05:39:14 | | Quit cynicalliberal (Read error: 110 (Connection timed out)) |
05:45:06 | | Quit Febs (Read error: 110 (Connection timed out)) |
05:46:29 | | Quit FOAD_ (Read error: 110 (Connection timed out)) |
05:54:19 | | Quit aliask ("CGI:IRC") |
05:58:34 | | Join fiftyfour123 [0] (n=chatzill@cpe-68-174-251-84.hvc.res.rr.com) |
05:59:37 | | Quit bawb2 ("seacrest out!") |
06:00 |
06:00:23 | | Quit fiftyfour123 (Client Quit) |
06:10:32 | | Join ptw419 [0] (i=ptw419@216-188-248-211.dyn.grandenetworks.net) |
06:16:22 | | Quit Nibbier (Read error: 110 (Connection timed out)) |
06:17:10 | | Join Nibbier [0] (n=sven@e181120168.adsl.alicedsl.de) |
06:17:29 | | Join arje__ [0] (n=arje@p508DF3C2.dip.t-dialin.net) |
06:17:32 | arje__ | ez |
06:21:59 | arje__ | is movie playback fully supported on the ipod nano 4g? |
06:23:58 | | Quit scorche (" HydraIRC -> http://www.hydrairc.com <- State of the art IRC") |
06:25:09 | arje__ | and: can i safely just read the documentation for the 1st gen ipod nano and consider all that working with the 4th gen? |
06:27:18 | | Join panthar [0] (n=panthar@bb-207-5-208-137.gwi.net) |
06:27:31 | | Part panthar |
06:31:17 | | Join jhulst_ [0] (n=jhulst@adsl-69-208-78-217.dsl.klmzmi.ameritech.net) |
06:35:51 | | Quit nickv111 (Remote closed the connection) |
06:41:55 | | Join rambonow [0] (n=chatzill@c-69-254-210-87.hsd1.fl.comcast.net) |
06:45:11 | | Join madman_ [0] (i=MadMan@ebg35.neoplus.adsl.tpnet.pl) |
06:45:46 | | Quit jhulst (Read error: 110 (Connection timed out)) |
06:45:55 | | Nick jhulst_ is now known as jhulst (n=jhulst@adsl-69-208-78-217.dsl.klmzmi.ameritech.net) |
06:49:45 | | Quit rambonow ("Chatzilla 0.9.77 [Firefox 2.0.0.3/2007030919]") |
06:54:41 | | Join jhulst_ [0] (n=jhulst@adsl-69-208-78-217.dsl.klmzmi.ameritech.net) |
06:56:08 | | Quit Brunellus ("Ex-Chat") |
06:59:41 | | Join cynicalliberal [0] (n=alexande@c-24-7-158-200.hsd1.ca.comcast.net) |
07:00 |
07:01:07 | | Join arje___ [0] (n=arje@p508DF072.dip.t-dialin.net) |
07:03:20 | *** | Saving seen data "./dancer.seen" |
07:04:21 | | Join toffe82 [0] (n=chatzill@70.235.227.16) |
07:06:18 | | Join My_Sic [0] (n=MySic@m180.net81-67-5.noos.fr) |
07:09:28 | | Join lachlan_mc [0] (i=cbce3551@gateway/web/cgi-irc/labb.contactor.se/x-c99da393d7f746ec) |
07:09:39 | | Quit arje__ (Read error: 60 (Operation timed out)) |
07:09:45 | | Quit lachlan_mc (Client Quit) |
07:10:11 | | Quit jhulst (Read error: 110 (Connection timed out)) |
07:12:02 | | Join lachlan_mc1 [0] (i=cbce3551@gateway/web/cgi-irc/labb.contactor.se/x-228c47727a0d2612) |
07:16:48 | ptw419 | is there anyway to debug an ARM program on x86? |
07:19:06 | | Join heanol [0] (i=heanol@karantan.org) |
07:19:45 | heanol | on the rockbox wiki, i see on the page about sansa: "The Sansa recognises when the USB has been plugged in, but does nothing more" |
07:20:01 | heanol | does thit mean you cannot transfer music to it when you've installed rockbox to it? |
07:23:15 | | Quit jhulst_ (Read error: 110 (Connection timed out)) |
07:27:24 | | Quit My_Sic ("Miranda IM! Smaller, Faster, Easier. http://miranda-im.org") |
07:28:41 | lachlan_mc1 | heanol: I doubt thats the case |
07:30:41 | | Quit cynicalliberal ("Leaving.") |
07:33:27 | heanol | ok |
07:33:29 | heanol | :] |
07:35:29 | | Quit madman_ (Read error: 104 (Connection reset by peer)) |
07:45:40 | tsuyoshi | you plug in the usb, and restart, it will go to the original firmware automatically |
07:45:48 | tsuyoshi | and then you can transfer stuff |
07:47:27 | | Join BigMac [0] (n=Mike@c-71-234-95-131.hsd1.ct.comcast.net) |
07:47:56 | heanol | ah |
07:47:57 | heanol | cool |
07:48:05 | heanol | i'll install rockbox later then :) |
07:52:38 | | Quit BigMac_ (Read error: 60 (Operation timed out)) |
08:00 |
08:12:38 | | Join ender` [0] (n=ender@84.255.206.8) |
08:20:12 | | Join Rob222241 [0] (n=Miranda@p54B14593.dip.t-dialin.net) |
08:20:46 | | Join blueworm [0] (n=blueworm@7.Red-80-32-172.staticIP.rima-tde.net) |
08:23:40 | | Join webguest19 [0] (i=d90a1a7e@gateway/web/cgi-irc/labb.contactor.se/x-3bef550c99ca7324) |
08:24:22 | | Quit webguest19 (Client Quit) |
08:24:33 | | Join jonashn [0] (i=d90a1a7e@gateway/web/cgi-irc/labb.contactor.se/x-38704c700c2e6ace) |
08:38:18 | | Join GodEater_ [0] (n=bryan@host-84-9-129-14.bulldogdsl.com) |
08:39:07 | | Quit Rob2222 (Read error: 110 (Connection timed out)) |
08:40:22 | arje___ | so, i think basically i did not understand what gen the new ipod 8gb black is and if rockbox installs on them. any help? |
08:40:53 | JdGordon | its the 2nd gen... you cant install rockbox |
08:41:31 | arje___ | JdGordon: is support for those intended to come the next months? |
08:44:03 | JdGordon | months... years.. decades.... eventually... possibly.... |
08:45:24 | | Join matsl [0] (n=matsl@dhcp101.contactor.se) |
08:45:31 | arje___ | JdGordon: :((( |
08:45:36 | arje___ | JdGordon: thx anyways |
08:46:08 | | Join scorche [0] (i=scorche@rockbox/administrator/scorche) |
08:50:54 | | Join petur [0] (i=d4efd6a6@gateway/web/cgi-irc/labb.contactor.se/x-ffa3144a006ae385) |
08:53:55 | JdGordon | hey scorche, you can change the title back :) |
08:54:12 | scorche | it is 11:53 here...we have 7 more min! |
08:54:39 | JdGordon | :O quit living in the past :p |
08:54:43 | * | petur hates april fools jokes |
08:55:07 | scorche | petur: well, when you are on the performing side instead of the receiving side, they get better ;) |
08:55:08 | * | JdGordon gone for 2 days... cyaz |
08:55:14 | | Quit JdGordon ("Konversation terminated!") |
08:55:45 | * | petur checks if JdGordon just did a big commit :p |
08:56:58 | | Join crop [0] (i=c27f0812@gateway/web/cgi-irc/labb.contactor.se/x-1b21af00d24283ca) |
08:57:50 | arje___ | jonashn: is there any other way to change the appearance of the ipod nano 2nd gen displays? like when i just want it to be smooth black? |
08:58:03 | arje___ | err |
08:58:16 | arje___ | s/jonashn:// |
08:58:17 | arje___ | :) |
08:58:19 | scorche | arje___: nano 2nd gen? |
08:58:27 | arje___ | scorche: i think so |
08:58:32 | arje___ | scorche: 8gb black one |
08:58:38 | scorche | why would you ask that in here? |
08:58:56 | arje___ | scorche: well cause i surf the net for rockbox/ipodlinux since hours now |
08:59:09 | arje___ | scorche: i just want a way to change the appearance in the first place |
08:59:17 | scorche | yes, but that question has nothing to do with rockbox |
08:59:36 | arje___ | scorche: correctly. but who else could know about that? |
09:00 |
09:00:11 | scorche | that isnt our problem...the thing is, this place is for rockbox related chat only |
09:01:02 | scorche | see the link in the topic |
09:01:59 | arje___ | scorche: i visited it already. :) my intention is not to bother you with that as you might be able to imagine... |
09:02:21 | arje___ | scorche: however |
09:02:26 | arje___ | scorche: thank you. |
09:03:21 | *** | Saving seen data "./dancer.seen" |
09:04:25 | | Quit midgey () |
09:05:06 | | Quit arje___ ("leaving") |
09:05:54 | | Quit jonashn ("CGI:IRC (EOF)") |
09:06:39 | | Join inversions [0] (n=none@cpc3-bele3-0-0-cust660.belf.cable.ntl.com) |
09:07:18 | | Part toffe82 |
09:09:23 | crop | Hi. Has the contact with Austrian Microsystems made any good for RB? |
09:09:40 | petur | crop: two words: sansa sound |
09:10:27 | crop | petur: ah! I asked because there is nothing about it on the wiki page |
09:11:07 | crop | Did they provide any information which could be used for better battery handling on ipods? |
09:11:09 | petur | hmmmm austriancoder said he was going to write a wiki page about the visit... |
09:11:33 | GodEater_ | crop: no - they wouldn't do that as they wouldn't know. |
09:12:09 | crop | So this brought nothing ipod-wise? |
09:12:21 | tsuyoshi | crop: well the wiki has sansa under "supported models" now |
09:12:39 | tsuyoshi | that's really the only change I think |
09:12:44 | | Join thegeek_ [0] (n=thegeek@s026b.studby.ntnu.no) |
09:13:10 | GodEater_ | crop: no - AMS have nothing to do with iPods as far as I'm aware. |
09:13:18 | GodEater_ | crop: they provide the DAC in the Sansa. |
09:14:38 | | Quit Hadaka (kornbluth.freenode.net irc.freenode.net) |
09:14:38 | NSplit | kornbluth.freenode.net irc.freenode.net |
09:16:29 | NHeal | kornbluth.freenode.net irc.freenode.net |
09:16:29 | NJoin | Hadaka [0] (i=naked@naked.iki.fi) |
09:16:31 | Mode | "#rockbox +o scorche " by ChanServ (ChanServ@services.) |
09:16:46 | petur | about time! |
09:16:53 | Topic | "Please read before speaking: http://www.rockbox.org/twiki/bin/view/Main/IrcGuidelines | Rockbox Devcon 2007 - http://www.rockbox.org/twiki/bin/view/Main/DevCon2007" by scorche (i=scorche@rockbox/administrator/scorche) |
09:16:59 | scorche | oh hush, you |
09:17:14 | * | petur walks off for a while :p |
09:17:33 | * | scorche smacks petur |
09:17:36 | scorche | humbug! |
09:17:52 | * | petur was already gone - scorche is getting sloooow |
09:18:22 | scorche | ./kick petur slow this! |
09:18:36 | GodEater_ | scorche: was anyone actually taken in? I've not had a chance to read back through the history yet... |
09:18:56 | scorche | GodEater: quite a few actually...the logs were entertaining at some points |
09:19:33 | GodEater_ | I look forward to reading them later then ;) −− I like iPL's "iPodLinux now runs on Nano 2G" too :) |
09:20:49 | scorche | they didnt do anything with their topic as far as i know... |
09:22:18 | | Join midgey [0] (n=tjross@markely-164-75.reshall.umich.edu) |
09:22:49 | GodEater_ | no - they posted it on their site - and someone posted it in our Nano 2G thread on the forums |
09:22:56 | GodEater_ | and then realised their mistake :) |
09:23:26 | scorche | oh joy |
09:23:35 | Mode | "#rockbox -o scorche " by ChanServ (ChanServ@services.) |
09:28:23 | | Join desowin [0] (n=desowin@avc146.internetdsl.tpnet.pl) |
09:28:51 | | Quit thegeek (Read error: 110 (Connection timed out)) |
09:29:45 | crop | petur: What's the matter with the recording enhancement patch? Why doesn't it get committed? It's a never ending story in the forum. Are there still any issues? |
09:30:54 | | Quit dan_a ("using sirc version 2.211+KSIRC/1.3.12") |
09:42:32 | petur | crop: there are no issues, but the stuff that's in there is just cosmetic and I don't know what should or should not get in the final build. |
09:42:44 | | Join B4gder [0] (i=148a14e7@gateway/web/cgi-irc/labb.contactor.se/x-6d04cff151012abf) |
09:43:06 | petur | morning ;) |
09:53:54 | crop | But isn't it a pity to always have to maintain that patch? If it were in the build it'd be... beter, no? |
09:55:15 | | Quit midgey () |
10:00 |
10:00:21 | | Join pondlife [0] (n=Miranda@cpc3-rdng11-0-0-cust229.winn.cable.ntl.com) |
10:00:23 | | Join kaaloo [0] (n=luis@m34.net81-65-114.noos.fr) |
10:04:16 | | Quit Ribs ("Ex-Chat") |
10:06:27 | | Quit cadu ("Fui embora") |
10:06:47 | | Quit matsl (Read error: 60 (Operation timed out)) |
10:09:05 | | Quit jhMikeS ("This sentence make no sense.") |
10:18:07 | | Quit desowin ("use linux") |
10:18:50 | linuxstb | A request for anyone experiencing bugs with mpegplayer - can you add them here? http://www.rockbox.org/twiki/bin/view/Main/PluginMpegplayer#Known_Bugs |
10:19:22 | pondlife | Why not on FlySpray? |
10:20:20 | pondlife | The Video cataegory is barely used ATM |
10:21:27 | linuxstb | Because they're too many, and mpegplayer is too "alpha" (IMO). |
10:22:25 | pondlife | Whatever... I just would expect someone providing bug reports to click on the "bug reports" link from the homepage. |
10:23:12 | pondlife | I only see 2 reported bugs on FS. |
10:27:14 | | Quit blueworm ("Leaving") |
10:27:14 | linuxstb | There is nothing stopping people reporting bugs on flyspray as well. But afaik it's normal for in-development pieces of code to have lists of bugs in the wiki rather than cluttering up flyspray. |
10:37:20 | | Join jhMikeS [0] (n=jethead7@rockbox/developer/jhMikeS) |
10:37:40 | | Join safetydan [0] (n=dan@rockbox/developer/safetydan) |
10:38:30 | | Join bluebrother [0] (i=SdTlWrxT@rockbox/staff/bluebrother) |
10:39:45 | | Part kaaloo |
10:40:58 | | Join Ribs [0] (n=ribs@91.84.8.218) |
10:44:30 | | Quit crop ("CGI:IRC") |
10:49:27 | | Join Wiwie [0] (n=goddi@trir-590fabc9.pool.einsundeins.de) |
10:54:48 | | Join matsl [0] (n=matsl@dhcp101.contactor.se) |
10:57:32 | | Join hen3rz [0] (n=chatzill@203-206-126-57.dyn.iinet.net.au) |
10:57:53 | | Quit inversions (Read error: 113 (No route to host)) |
10:58:11 | hen3rz | is it possible to have seperate font colors for the wps and menu?? |
10:58:44 | | Join FOAD_ [0] (n=dok@dinah.blub.net) |
10:59:23 | bluebrother | hen3rz: no |
10:59:42 | hen3rz | darn |
10:59:51 | hen3rz | ty though |
10:59:58 | bluebrother | unless you use patches, but I'm not aware what's available in that area |
11:00 |
11:00:25 | bluebrother | greyscale targets aren't interesting for color ;-) |
11:00:57 | hen3rz | mmm |
11:03:22 | *** | Saving seen data "./dancer.seen" |
11:03:33 | amiconn | There is no wps tag to set font colour? |
11:04:33 | | Join daniel1234 [0] (n=daniel_r@64.126-67-202.dart.iprimus.net.au) |
11:05:38 | daniel1234 | hi my ipod won't go into disk mode is there a way I can check if the hard drive is the problem |
11:06:07 | GodEater_ | daniel1234: describe what you do, and what happens. |
11:06:20 | scorche | did you turn hold on and off, and then hold menu and select for 30 seconds? |
11:07:16 | | Quit FOAD (Read error: 60 (Operation timed out)) |
11:07:20 | bluebrother | daniel1234: are you trying emergency disk mode? |
11:07:35 | daniel1234 | i did the hold thing but as soon as the ipod screen went dark I pressed play and select |
11:07:49 | scorche | errrr.....ignore me |
11:07:59 | bluebrother | hold thing? |
11:08:17 | scorche | i said ignore me!...i am involved in too many conversations =/ |
11:08:48 | scorche | daniel1234: if your ipod will not go into disk mode, something is seriously wrong with it....which makes us think that you are doing something wrong |
11:09:27 | bluebrother | scorche: I was referring to daniel1234 mentioning some "hold thing" |
11:09:51 | scorche | bluebrother: that was off some comment i made about resetting the device, which was int he wrong conversation |
11:09:55 | bluebrother | not sure if he was referring to the hold switch or holding the buttons for emergency disk mode ;-) |
11:09:57 | daniel1234 | I have got it to go into disk mode before but I have tried for hours and it won't go into disk mode it won't even boot the apple fw |
11:10:53 | bluebrother | booting any firmware is one thing. Emergency disk mode is another |
11:11:14 | bluebrother | if it doesn't go into *emergency* disk mode (not regular disk mode) then something is really wrong |
11:11:30 | scorche | aye...as i said |
11:11:56 | daniel1234 | I have got it to go into disk mode before but I have tried for hours and it won't gif there is something wrong with the hard drive would that affect it |
11:12:05 | scorche | daniel1234: so, you are resetting the device (select + menu_ and then immediately holding select and play/pause, correct? |
11:12:28 | scorche | no...that would be something much worse than a hard drive issue |
11:12:37 | daniel1234 | if there is something wrong with the hard drive will that affect it |
11:12:44 | scorche | you are blind, correct (or am i thinking of someone else?) |
11:12:52 | daniel1234 | yes thats right |
11:13:28 | daniel1234 | no thats me i am blind |
11:14:16 | daniel1234 | So is there only one disk mode |
11:14:21 | scorche | yes |
11:14:35 | scorche | the "other one" is a part of apple's firmware |
11:15:14 | scorche | are you sure that the hold switch is off and the unit is charged? |
11:16:01 | daniel1234 | so you are saying if i flick the hold switch on and off then menu and select until the screen goes dark then play and select there is nothing I can do |
11:16:04 | scorche | (well, not completely discharged, rather |
11:16:25 | scorche | well, how do you know that the screen is going dark? |
11:16:58 | daniel1234 | I can see when it is light but that is about it |
11:17:03 | daniel1234 | and dark |
11:17:24 | daniel1234 | I am trying to put in to disk mode with the charger on |
11:17:54 | scorche | but the unit is lighting up? |
11:20:13 | daniel1234 | as soon as the screen goes dark I do the play and select thing and after about 10 seconds the hard drives makes a click sound I let go of the buttons and wait 10 seconds and the screen lights up again |
11:20:26 | GodEater_ | that doesn't sound good =/ |
11:20:29 | daniel1234 | so does mean something is wrong |
11:21:09 | scorche | most likely, however, if disk mode isnt working, then more than just your hard drive is broken |
11:21:22 | scorche | i would suggest sighted help if possible, at this point |
11:21:42 | daniel1234 | ok what should I tell them to do and look for |
11:22:27 | scorche | well, i would tell them how to put it into disk mode first of all |
11:23:00 | bluebrother | there is also a diagnostics mode (press left + select upon startup) that might be helpful |
11:23:01 | scorche | it could be going into disk mode and then exiting because of the hard drive....i wouldnt know how it behaves on a bad hard drive |
11:23:13 | bluebrother | don't know if that has some "test disk" function though |
11:23:17 | daniel1234 | ok so just hold on off then menu select until the screen goes off then play and select for how long? |
11:23:25 | scorche | bluebrother: well, it might be hard to explain that to someone who doesnt know what they are doing |
11:23:42 | bluebrother | right ... but I was long unaware such a mode exists |
11:23:45 | scorche | daniel1234: till it goes into disk mode |
11:23:51 | bluebrother | so I thought I'd just mention it ;-) |
11:24:05 | daniel1234 | so what should it say |
11:24:13 | daniel1234 | when it is in disk mode |
11:24:31 | scorche | it should say disk mode at the top |
11:24:46 | bluebrother | if usb is connected it says "do not disconnect" |
11:25:09 | scorche | and then in the middle, either a check mark, or a circle with a slash through it (the typical do not symbol) |
11:25:30 | scorche | with the text " opk to disconnect or what bluebrother said below that icon |
11:25:43 | scorche | sorry...ok...not opk |
11:26:28 | scorche | also, hol select and play/pause immediately after the unti resets (screen goes off, not necessarily dark) |
11:26:31 | daniel1234 | my computer doesn't even recognise it |
11:26:35 | scorche | hold...arg |
11:26:59 | scorche | well, it would have to be in disk mode for it to recognise it |
11:27:34 | | Join Entasis [0] (n=Jarred@ppp146-113.lns11.adl6.internode.on.net) |
11:27:48 | daniel1234 | I took it apart with sighted help when I couldn't get it in disk mode and made sure the connections were right but it won't work is there a way I can test the hard drive |
11:28:18 | scorche | daniel1234: through the previously mentioned diagnostic mode |
11:28:46 | scorche | i would try and find an article describing it on the internet for your sighted friend though |
11:28:51 | daniel1234 | are you talking about disk mode |
11:28:55 | scorche | no |
11:29:29 | daniel1234 | someone said there is a mode you can get to when the player restarts you press select and back is that right |
11:29:51 | scorche | that is it |
11:29:53 | daniel1234 | like disk mode except with select and back not select and play |
11:30:03 | scorche | there are 3 main modes on the ipods: firmware mode (where it will lod a firmware such as apple's or rockbox), disk mode, and diagnostic mode |
11:30:55 | daniel1234 | how do you get into the firmware mode |
11:31:07 | GodEater_ | daniel1234: that's the default |
11:31:22 | scorche | it will do that if you do not push any buttons |
11:31:28 | | Join RaRe` [0] (n=Laffin_B@202-89-187-101.static.dsl.amnet.net.au) |
11:32:03 | daniel1234 | can someone tell me what should happen after I push select and back how long do I hold select and back |
11:32:10 | daniel1234 | for |
11:32:16 | scorche | till it enters the mode |
11:32:55 | daniel1234 | ok so what should be displayed on the screen |
11:33:48 | scorche | as i said, there are a lot of things to it, so i would show your friend an article about it |
11:34:14 | | Quit hen3rz (Read error: 104 (Connection reset by peer)) |
11:34:20 | daniel1234 | ok can I do that with the charger on |
11:35:58 | scorche | http://www.finseth.com/parts/ipod.php and http://ipoding.com/modules.php?op=modload&name=Sections&file=index&req=viewarticle&artid=3 both seem to be articles that will describe it for you |
11:38:05 | | Join roolku [0] (n=roolku@82-41-2-141.cable.ubr01.edin.blueyonder.co.uk) |
11:38:18 | | Join ep0ch [0] (i=57c22c57@gateway/web/cgi-irc/labb.contactor.se/x-62c23f981af5d750) |
11:38:43 | ep0ch | markun: can you take a look at http://www.rockbox.org/tracker/task/6933 and maybe commit? |
11:45:38 | | Quit lachlan_mc1 ("CGI:IRC (EOF)") |
11:47:50 | | Join Moos [0] (i=Moos@m135.net81-66-158.noos.fr) |
11:48:26 | | Quit RaRe (Read error: 113 (No route to host)) |
11:48:34 | | Quit Wiwie ("Miranda IM! Smaller, Faster, Easier. http://miranda-im.org") |
11:49:57 | | Join Wiwie [0] (n=goddi@trir-590fabc9.pool.einsundeins.de) |
11:52:30 | | Join std|denis [0] (n=Miranda@ws-80-68-252-11.rbc.ru) |
11:55:26 | | Join pixelma [0] (i=pixelma@rockbox/staff/pixelma) |
11:56:02 | daniel1234 | hey someone sent me a web site address about the ipod hardware test or something can you send it again |
11:56:41 | scorche | <scorche> http://www.finseth.com/parts/ipod.php and http://ipoding.com/modules.php?op=modload&name=Sections&file=index&req=viewarticle&artid=3 both seem to be articles that will describe it for you |
11:57:02 | markun | ep0ch: I'll have a look |
11:57:52 | markun | ep0ch: I was about to make the volume buttons to change the volume :) |
11:57:57 | markun | Think I will go with that |
11:58:06 | markun | but you can keep using your patch of course |
11:58:13 | ep0ch | hmmm |
11:58:33 | GodEater_ | markun: thank goodness - I'd rather use the volume control for volume too |
11:58:33 | ep0ch | atm doing page scrolling is odd... |
11:58:47 | markun | jhMikeS: howmany fps speedup did you get? |
11:59:03 | ep0ch | you can accidently do selections or shut down the player |
11:59:27 | GodEater_ | markun: weren't you going to change the button to hold to down paged scrolling to the A button rather than power ? |
11:59:37 | markun | ep0ch: yes, but that should be solved by changing the A and POWER imho |
11:59:43 | jhMikeS | up to around 40 |
11:59:53 | GodEater_ | s/down/so |
11:59:53 | jhMikeS | the framerate that is overall |
11:59:55 | ep0ch | markun: ok that's good |
12:00 |
12:00:03 | markun | jhMikeS: +40? |
12:00:26 | jhMikeS | no, just 50 |
12:00:27 | jhMikeS | 40 |
12:00:34 | markun | jhMikeS: what did you get before? |
12:00:38 | jhMikeS | about 25 |
12:00:43 | daniel1234 | if I took the hard drive out of my ipod it wouldn't go into disk mode right |
12:00:44 | markun | wow, nice speedup! |
12:00:55 | jhMikeS | it runs 60 without any rendering at all |
12:01:42 | scorche | daniel1234: the hard drives in ipods are not liek normal hard drives...they use soemthing called a ZIF connector, so i would not suggest messing with it unless you have a repalcement, or otherwise |
12:02:12 | * | petur hands scorche a typing course |
12:02:18 | scorche | pfft! |
12:02:28 | scorche | my keyboard is bad... |
12:02:34 | petur | sure ;) |
12:02:36 | * | scorche thanks jdgordon for the excuse |
12:02:47 | pixelma | bough JdGordon's? |
12:02:48 | petur | flat batteries too, eh? |
12:03:07 | scorche | petur: whatever works =P |
12:04:26 | daniel1234 | I have read on lots of websites people have had to change there hard drives on the ipod but before I get a hard drive off ebay I want to make sure the hard drive is the problem |
12:05:12 | scorche | daniel1234: well, just do as i have suggested with a sighted person, and you should be able to figure that out |
12:06:05 | | Quit Wiwie (Read error: 104 (Connection reset by peer)) |
12:06:42 | markun | jhMikeS: any other places in mpegplayer that could use some asm? |
12:07:15 | daniel1234 | OK just one more question if I can't get in to the hardware test thing does that mean the hard drive is the problem or is it worse than that |
12:07:15 | Moos | or on LCD driver? :) |
12:07:27 | Moos | @markun jhMikeS |
12:07:32 | jhMikeS | markun: probably most of it |
12:07:44 | GodEater_ | daniel1234: if it won't go into the hardware test, it's very bad indeed, and most likely not the harddrive |
12:08:01 | markun | jhMikeS: well, maybe we should do some profiling first |
12:08:05 | jhMikeS | I think the decoder should do the rotation actually and would simplify the blit code |
12:09:11 | daniel1234 | so if the ipod was working fine and I took the hard drive out would it still get in to that hardware thing |
12:09:26 | markun | pearldiver: can you check your 'green' video with jhMikeS' new yuv code? |
12:09:36 | scorche | daniel1234: really...there sint a need to take the hard drive out |
12:09:43 | jhMikeS | markun: well, pick a stock video for comparision if you're sick of elephant dream by now :) |
12:10:00 | markun | jhMikeS: I'm using Red Dwarf now :) |
12:10:15 | jhMikeS | I'll need a copy then |
12:10:51 | daniel1234 | i wasn't going to I was just wondering so I could tell if it was the hard drive or not |
12:11:13 | scorche | daniel1234: the diagnostic mode should tell you that |
12:13:12 | daniel1234 | so your saying if the hardware thing doesn't work I can't fix the problem |
12:14:07 | scorche | i am saying that if "the hardware thing" doesnt work, then your ipod has much worse issues than a bad hard drive |
12:14:50 | daniel1234 | ok then is there anything I can do |
12:15:12 | scorche | return to apple for repair (if covered under a warranty), or buy a new one |
12:16:18 | daniel1234 | I think I will just stick with my h300 |
12:20:23 | | Quit ep0ch ("CGI:IRC") |
12:23:10 | | Join Shaid [0] (i=shaid@203-214-69-11.dyn.iinet.net.au) |
12:29:01 | | Quit BigMac ("Leaving") |
12:29:35 | | Join Febs [0] (n=chatzill@207-172-204-33.c3-0.rdl-ubr4.trpr-rdl.pa.cable.rcn.com) |
12:31:33 | | Join desowin [0] (n=desowin@avc146.internetdsl.tpnet.pl) |
12:31:41 | | Quit B4gder ("CGI:IRC (EOF)") |
12:34:11 | | Quit daniel1234 ("Freedom Chat - Your Home Away From Home | http://www.freedomchat.org | tIRC script by the Freedom Chat Leets") |
12:37:00 | | Join |cub| [0] (n=cub@cub.kiev.ua) |
12:37:08 | |cub| | aloha people :) |
12:39:39 | | Join ctaf [0] (n=ctaf@ram94-6-82-242-23-70.fbx.proxad.net) |
12:41:37 | markun | hi |cub| |
12:41:42 | |cub| | how can i rebuild database ? |
12:42:21 | markun | There is a menu option to do that, right? |
12:42:23 | |cub| | when im adding new songs database doesnt see them |
12:42:28 | |cub| | hm |
12:42:38 | |cub| | i`ll look now |
12:42:52 | |cub| | but as i remember i didnt found it |
12:43:05 | markun | |cub|: you need to enable 'dircache' and set the database to auto-update |
12:43:14 | |cub| | one sec |
12:43:20 | | Join B4gder [0] (i=148a14e7@gateway/web/cgi-irc/labb.contactor.se/x-c5a31dbaa02bac26) |
12:44:10 | |cub| | and wher `dircache` is? |
12:44:36 | GodEater_ | |cub|: it's all covered in the manual |
12:49:19 | |cub| | ok |
12:49:22 | |cub| | thnx :) |
12:49:35 | | Part |cub| ("wbr cub") |
12:56:24 | safetydan | Wow. video playback on the h120 is actually almost watchable |
12:57:48 | pondlife | Any playback gurus around? |
12:58:13 | pondlife | I'm wondering why audio_update_trackinfo() does CUR_TI->id3.elapsed = 0 (and .offset = 0) |
12:58:26 | pondlife | It seems an odd place to update the track structures |
13:00 |
13:02:25 | | Quit YouCeyE (Read error: 110 (Connection timed out)) |
13:03:23 | *** | Saving seen data "./dancer.seen" |
13:04:55 | jhMikeS | pondlife: why ever ask the question "I'm wondering why playback <insert thing the raises eyebrow here>"? :) |
13:06:28 | * | jhMikeS is wondering why playback.c ever cares about folders and playlists and now cuesheets. hrm. |
13:08:51 | | Join barrywardell [0] (n=barry@dhcp-892b9ade.ucd.ie) |
13:11:22 | pondlife | jhMikeS: Because I'm highly tempted to remove it!! |
13:11:35 | pondlife | Sorry, been on the phone |
13:12:20 | pondlife | I am still seeing an intermittent case of the wrong ID3 data being displayed, and am attempting to investigate |
13:13:23 | | Quit jhMikeS (Read error: 104 (Connection reset by peer)) |
13:13:58 | | Join jhMikeS [0] (n=jethead7@rockbox/developer/jhMikeS) |
13:15:45 | | Quit matsl (Read error: 110 (Connection timed out)) |
13:16:42 | | Join matsl [0] (n=matsl@dhcp101.contactor.se) |
13:18:12 | | Quit linuxstb (Remote closed the connection) |
13:18:23 | | Join Nico_P [0] (n=nicolas@rob92-6-82-231-243-63.fbx.proxad.net) |
13:20:13 | | Join linuxstb [0] (n=linuxstb@rockbox/developer/linuxstb) |
13:21:06 | linuxstb | jhMikeS: Nice work on the gigabeat lcd_yuv_split - do you fancy adapting it to other ARM targets? Or at least the Sansa, which afaik should be almost identical. |
13:21:12 | linuxstb | s/split/blit/ |
13:22:21 | jhMikeS | I think it should easily adapt to any ARM |
13:24:00 | jhMikeS | It's tough to do that sans Sansa though not being able to actually run it and be sure the pointers are set right |
13:24:34 | B4gder | we'd love to buy you one... .-) |
13:24:34 | linuxstb | But at 40fps, seems there could be room for some scaling on the gigabeat... Would be nice to be able to play native VCD files (352x240 for NTSC) correctly. |
13:24:54 | jhMikeS | hmmm...I'd like to have one then...:) |
13:25:47 | jhMikeS | I'm sure the gigabeat and probably and other arm stuff should have a lot more potential...coldfire as well imho |
13:26:38 | B4gder | ok, I can talk to Zagor about some funding |
13:26:52 | jhMikeS | thanks |
13:27:05 | linuxstb | Do many devs have Sansas with the FM chip? |
13:27:42 | jhMikeS | getting one with all the stuff would be good so there's nothing I can't work on...but I won't be too picky |
13:27:53 | | Join Rondom [0] (n=Rondom@p57a975b7.dip.t-dialin.net) |
13:28:04 | linuxstb | jhMikeS: Which part of the world are you from? |
13:28:14 | jhMikeS | Michigan, USA |
13:28:37 | linuxstb | Ah, then I don't think it's a problem. I think it's just the European models which lack FM. |
13:29:17 | linuxstb | You could give yourself a challenge and get a Rhapsody model... |
13:29:18 | jhMikeS | btw, there's probably a bit more hiding in that yuv blit, it is the first major bit of arm code i've written |
13:29:26 | jhMikeS | what's the differece? |
13:29:41 | pondlife | Rhapsody = DRM? |
13:30:00 | jhMikeS | oh, right...DRM...I don't think about that too much |
13:30:19 | pondlife | Have fun finding a buffer overflow to use :) |
13:31:44 | jhMikeS | hehe...finding buffer overflows is not the most exiting task |
13:32:30 | B4gder | linuxstb: i believe there are a few devs owning sansa with FM chip, both dan_a and barry do I believe |
13:32:55 | B4gder | i sent one of mine to dan_a |
13:33:39 | pondlife | "one of mine" ... :) |
13:34:13 | B4gder | technically they aren't really mine of course |
13:35:59 | barrywardell | my sansa has an FM chip |
13:37:16 | * | safetydan watches halftone dithered mpeg video |
13:38:33 | Nico_P | pixelma: I've seen your report that the latest tracker version of my patch still crashed on your M5... I'll look at it a bit later today |
13:39:38 | | Quit smolyn ("KVIrc 3.2.5 Anomalies http://www.kvirc.net/") |
13:40:14 | | Join TheSphinX^ [0] (n=sphinx@p213.54.63.86.tisdip.tiscali.de) |
13:40:25 | TheSphinX^ | hi |
13:41:39 | petur | ho |
13:44:02 | | Quit himitsu (Read error: 111 (Connection refused)) |
13:48:06 | safetydan | Well dithered mpeg playback on a H120 leads to some good results. Looks almost as good as using the gray library but seems faster. |
13:48:41 | GodEater_ | I need to encode something other that TED to watch =/ |
13:52:00 | safetydan | There's got to be a faster way to do lcd_setpixel on a grayscale target... |
13:53:49 | | Join Thundercloud [0] (n=thunderc@84-51-130-71.judith186.adsl.metronet.co.uk) |
14:00 |
14:07:01 | * | amiconn still thinks using rvf on grayscale would be best |
14:07:38 | XavierGr | rvf video on grayscale is pretty forward |
14:07:46 | amiconn | It'll be blazingly fast and look even better than the grayscale lib (because it's pre-dithered with virtually unlimited levels) |
14:07:51 | XavierGr | I managed to compile the tools to make fullscreen videos for my H100 too |
14:07:57 | XavierGr | but the sound is another issue |
14:08:19 | safetydan | rvf would most certainly be better. I just wanted to play around with dithering it. |
14:08:50 | XavierGr | from what I understand on hwtargets you just call mp3_play_data feeding it with the mp3 buffer on the rvf video and it plays fine |
14:09:13 | XavierGr | but I guess that on swtargets you have to decode the mp3 data then feed the decoded data to pcm_play_data |
14:09:34 | amiconn | yes |
14:10:02 | XavierGr | I might play with it on one of these days but I don't know a thing on how to do that |
14:10:15 | XavierGr | it might need an audio thread to decode the data just like mpeg player |
14:10:44 | XavierGr | surely out of my league but it would be fun to try nonetheless |
14:11:33 | | Join jonashn [0] (i=d90a1a7e@gateway/web/cgi-irc/labb.contactor.se/x-0b1d208fcfab7219) |
14:11:35 | | Quit GodEater ("leaving") |
14:11:56 | safetydan | ah well, that's enough tinkering with useless things tonight |
14:12:06 | | Quit safetydan (Remote closed the connection) |
14:13:34 | | Join juxtap [0] (n=juxtap@wbs-196-2-125-50.wbs.co.za) |
14:17:38 | | Quit Febs (Read error: 110 (Connection timed out)) |
14:18:13 | | Join jmbattle [0] (i=da8f330e@gateway/web/cgi-irc/labb.contactor.se/x-cbb0697fe9599de1) |
14:20:39 | | Join madman_ [0] (i=MadMan@eaq112.neoplus.adsl.tpnet.pl) |
14:21:06 | | Quit barrywardell (Read error: 104 (Connection reset by peer)) |
14:21:51 | jmbattle | evening chaps |
14:21:54 | daurn | Bagder about? |
14:22:33 | B4gder | slightly around, yes |
14:24:04 | | Join barrywardell [0] (n=barry@dhcp-892b9ade.ucd.ie) |
14:24:58 | B4gder | yeps |
14:25:09 | B4gder | and still do actually :-) |
14:25:42 | | Join himitsu [0] (n=himitsu@61.213.185.55) |
14:26:58 | | Quit madman_ (Read error: 104 (Connection reset by peer)) |
14:27:00 | B4gder | I'm not really able to talk a lot right now anyway, this is my first day at a new project and customer. I better get some results instead :-) |
14:27:08 | jmbattle | are there any plans to add anti-aliasing support to the WPS fonts? |
14:27:21 | | Join madman_ [0] (i=MadMan@eaq112.neoplus.adsl.tpnet.pl) |
14:29:28 | | Quit himitsu (Remote closed the connection) |
14:29:40 | GodEater_ | jmbattle: not that I'm aware of no |
14:29:41 | | Join ep0ch [0] (i=57c22c57@gateway/web/cgi-irc/labb.contactor.se/x-41b8ca985f251718) |
14:30:28 | | Join himitsu [0] (n=himitsu@61.213.185.55) |
14:31:31 | | Quit matsl (kornbluth.freenode.net irc.freenode.net) |
14:31:31 | NSplit | kornbluth.freenode.net irc.freenode.net |
14:31:31 | | Quit ludios (kornbluth.freenode.net irc.freenode.net) |
14:31:49 | ep0ch | hi... i have an idea of a project for the summer of code |
14:32:27 | B4gder | too late! |
14:32:31 | ep0ch | d'oh |
14:32:34 | ep0ch | next year then |
14:32:49 | ep0ch | anyway |
14:33:09 | NHeal | kornbluth.freenode.net irc.freenode.net |
14:33:09 | NJoin | matsl [0] (n=matsl@dhcp101.contactor.se) |
14:33:09 | NJoin | ludios [0] (n=ludios@adsl-71-143-3-91.dsl.scrm01.pacbell.net) |
14:33:23 | | Quit jonashn ("CGI:IRC (EOF)") |
14:33:54 | ep0ch | basically i'd like rockbox not just as firmware but as an app!!! i'm about to get a symbian phone and would love to see it as an application for that |
14:33:55 | GodEater_ | any news on which ones Google is green lighting for us Bagder ? |
14:34:17 | GodEater_ | ep0ch: that's been suggested before |
14:34:27 | ep0ch | what were peoples thoughts? |
14:34:32 | B4gder | godeater: april 11 is the magic date |
14:34:42 | B4gder | daurn: yes indeed |
14:34:48 | GodEater_ | ep0ch: everything from "that will be really difficult" to "hahahahaha. No." |
14:35:07 | ep0ch | shame... would be great |
14:35:14 | linuxstb | ep0ch: I would be keen to see that... |
14:35:21 | GodEater_ | yeah it would be nice |
14:35:24 | ep0ch | we have software codecs now |
14:35:26 | GodEater_ | I already have a symbian phone |
14:35:38 | linuxstb | Not for Symbian, but as a desktop app. |
14:35:57 | GodEater_ | I'm not sure what's required for building stuff for Symbian |
14:36:04 | GodEater_ | I think most things run as java apps on it |
14:36:08 | GodEater_ | but I could be wrong |
14:36:10 | linuxstb | Blood, sweat and tears the time I tried... |
14:36:24 | B4gder | daurn: "curl http://... | yourprogram" |
14:36:42 | ep0ch | i think the closest thing to rockbox on symbian is this http://symbianoggplay.sourceforge.net/ |
14:36:44 | | Join Llorean [0] (n=Llorean@cpe-66-25-2-167.houston.res.rr.com) |
14:36:45 | GodEater_ | linuxstb: I can only imagine |
14:37:00 | GodEater_ | I know quite a few people that work for symbian. I'll ask them what's involved. |
14:37:26 | | Join kaaloo [0] (n=luis@bne75-7-82-230-110-107.fbx.proxad.net) |
14:38:02 | GodEater_ | I don't think it'll be a small project though |
14:38:02 | ep0ch | but i don't think oggplay does gapless |
14:38:09 | linuxstb | I think ideally you would rewrite the apps/gui/ code to use native UI widgets for the target operating system. |
14:38:11 | Llorean | linuxstb: Added a bit to the bugs listing in the PluginMpegplayer page, including a note on some similarities between how people have described some of them to me. |
14:38:52 | ep0ch | linuxstb: i disagree, i think it should be the same as the rockbox ui |
14:39:00 | | Part kaaloo |
14:39:01 | ep0ch | ep0ch: but hey :) |
14:39:28 | B4gder | daurn: to me you seem to be explaining how CGIs work |
14:39:37 | B4gder | nothing involves curl there |
14:40:13 | * | GodEater_ wonders if B4gder is talking to himself |
14:40:26 | | Join DrMoos [0] (i=Moos@m135.net81-66-158.noos.fr) |
14:40:32 | * | linuxstb was wondering that... |
14:40:43 | B4gder | sorry |
14:40:49 | petur | mixing PM and #rockbox :) |
14:41:06 | B4gder | I'm not used to this silly web irc thing |
14:41:42 | Llorean | Just to let everyone know, I'll be away from home until Friday. I'll have internet, and do my best to check up on at least the Summer of Code stuff, but beyond that I don't know how my schedule's going to allow for other things. |
14:41:49 | GodEater_ | I even checked to see if I'd accidentally ignored someone! |
14:41:54 | | Quit matsl (kornbluth.freenode.net irc.freenode.net) |
14:41:54 | NSplit | kornbluth.freenode.net irc.freenode.net |
14:41:54 | | Quit ludios (kornbluth.freenode.net irc.freenode.net) |
14:42:26 | GodEater_ | linuxstb: did you see my PM earlier ? |
14:44:46 | B4gder | I like how google thinks I'm in Denmark and gives me google.dk on danish... |
14:44:57 | | Quit jmbattle ("CGI:IRC") |
14:45:13 | | Quit Moos (Read error: 110 (Connection timed out)) |
14:46:46 | | Nick DrMoos is now known as moos (i=Moos@m135.net81-66-158.noos.fr) |
14:46:50 | ep0ch | can i ask that 'rockbox as an application' is considered for a brief discussion at devcon? |
14:47:35 | petur | time to start editing the agenda ;) |
14:47:42 | B4gder | ep0ch: isn't that "just" to buld a simulator on that particular OS? |
14:48:00 | daurn | petur: then he started doing it the other way around ;) |
14:48:12 | linuxstb | ep0ch: AFAIK, you can run SDL on at least some Symbian targets.... |
14:49:22 | ep0ch | B4dger: well... i was thinking of a more native solution |
14:49:23 | | Join ise [0] (n=ise@82.152.254.118) |
14:49:25 | Llorean | B4gder: Well, then perhaps "Making the simulator have the same playback functionality as a target" since I believe it still lacks certain things? |
14:49:47 | ise | Hey is jhulst in here? |
14:50:38 | daurn | ise: do you see him? |
14:50:49 | B4gder | llorean: ah, true |
14:53:47 | ise | no i don't, didnt know if he'd use the same name though so thought id put that out there |
14:54:10 | ise | anybody else working on the Zen Vision:M port? Because I have some information on the DM320 |
14:54:31 | Llorean | ise: Generally information should be added to the appropriate wiki page. |
14:54:51 | ise | yes but im not too sure what I've found |
14:55:11 | ise | I've been PM'ing jhulst, we've been going over various code, he said he can be found in here sometimes |
14:55:34 | ise | no matter, my bad, my appologies if I disturbed anyone. I shall contact him another time |
14:56:35 | | Join My_Sic [0] (n=MySic@m180.net81-67-5.noos.fr) |
14:57:45 | B4gder | ? a good web server should send the response chunked |
14:57:51 | B4gder | now that's it |
14:58:03 | B4gder | no mor PM for me in this crappy client |
14:58:07 | Llorean | Hahaha |
15:00 |
15:02:12 | | Quit ep0ch ("CGI:IRC (EOF)") |
15:02:26 | NHeal | kornbluth.freenode.net irc.freenode.net |
15:02:26 | NJoin | ludios [0] (n=ludios@adsl-71-143-3-91.dsl.scrm01.pacbell.net) |
15:02:26 | NJoin | matsl [0] (n=matsl@dhcp101.contactor.se) |
15:03:26 | *** | Saving seen data "./dancer.seen" |
15:06:00 | markun | pearldiver: you there? |
15:06:54 | pearldiver | yes, i just compiled |
15:07:05 | pearldiver | (vmware finally hehe) |
15:08:12 | pondlife | Llorean: What playback functionality is missing from the sim? |
15:08:29 | pondlife | Volume control |
15:08:33 | pondlife | is all I can think of |
15:08:58 | Llorean | pondlife: I'm not really sure, I've just head about it. |
15:09:04 | pondlife | Just wondered |
15:09:12 | Llorean | pondlife: Volume control is a pretty important one though. |
15:09:19 | markun | pearldiver: so is it faster with vmware? |
15:09:19 | pondlife | Indeed! |
15:09:37 | pearldiver | markun takes less than 4 minutes |
15:09:53 | * | pondlife has a multimedia keyboard with volume control buttons... |
15:10:27 | pearldiver | markun, "green stuff" is almost gone |
15:10:34 | pearldiver | i can still see it's borders |
15:10:38 | markun | pearldiver: ok, better post that image somewhere |
15:10:46 | markun | that file I mean |
15:10:50 | pearldiver | hold on |
15:10:58 | markun | I can host it if you want |
15:10:59 | Llorean | pondlife: Also, I'm not sure an Application-type Rockbox build needs plugin support, or really much of the existing UI beyond perhaps the WPS. As was said earlier, the native UI widgets are probably better. |
15:11:11 | pearldiver | now the green stuff is randomly everywhere |
15:11:31 | | Join Febs [0] (n=chatzill@38.98.196.75) |
15:11:34 | markun | and in players on your PC it looks fine? |
15:12:06 | pearldiver | yes |
15:12:26 | pondlife | Llorean: True. Although I really like the sim - I'd just like an always on top option. |
15:12:37 | pondlife | And a "no console window" option too. |
15:14:08 | pearldiver | also 29.97 playback became sort of not smooth at all |
15:15:04 | amiconn | pondlife: The console window isn't easily switchable (on windows). It's a compile-time thing |
15:15:56 | pondlife | It was added fairly recently though..? |
15:16:01 | pondlife | Past 6 months or so |
15:16:23 | pondlife | It's useful when debugging, I don't mind it much |
15:16:35 | Llorean | pearldiver: Are you using it with the most recent updates, the new YUB blit? |
15:16:38 | Llorean | YUV |
15:16:54 | pearldiver | yes |
15:17:04 | pearldiver | compiled a minute ago |
15:17:12 | Llorean | amiconn: This was discussion as an option to build Rockbox as an actual application. For use on its own, rather than as a sim. |
15:17:30 | Llorean | Since it wouldn't serve dual purposes, you could have that at compile time anyway. |
15:17:51 | Llorean | pearldiver: Odd, I just tested an official build, and it gets up to 38fps at least at 320x240 |
15:18:35 | amiconn | pondlife: The console window itself is a rather old thing. It disappeared first with the Win32->SDL move, then I made it work again because it's useful for debugging |
15:19:10 | pearldiver | Llorean its not that it cannot keep up |
15:19:21 | pearldiver | it just feels sort of...jumpy |
15:19:22 | | Quit madman_ (Read error: 104 (Connection reset by peer)) |
15:19:27 | amiconn | Unfortunately SDL for windows cannot log to the console where it was started from unless you compile as a console application and disable the SDL console hack |
15:19:37 | Llorean | pearldiver: It's always felt a bit jumpy to me, with actual 29.97 files |
15:19:44 | markun | pearldiver: I think I had that too with one file |
15:19:49 | Llorean | pearldiver: Remember, the screen only updates at 25, so you're going to get some jumps |
15:19:52 | amiconn | But then a console app will open an own console window unless you start it from a console |
15:22:27 | pondlife | I think I first built a sim when it was broken then...! |
15:22:46 | pondlife | But it's very useful for debugging, so no worries |
15:27:03 | | Join kramdra [0] (n=Kramdra@82-43-219-92.cable.ubr01.craw.blueyonder.co.uk) |
15:27:13 | | Quit lini (Read error: 110 (Connection timed out)) |
15:28:47 | | Part Llorean |
15:34:32 | petur | hmmmm drm-free AAC at 256Kbps... finally something positive from apple |
15:36:12 | lex | what :O |
15:36:20 | | Join cynicalliberal [0] (n=chatzill@c-24-7-158-200.hsd1.ca.comcast.net) |
15:36:25 | petur | http://www.theregister.co.uk/2007/04/02/apple_emi_drm/ |
15:38:00 | | Quit matsl (kornbluth.freenode.net irc.freenode.net) |
15:38:00 | NSplit | kornbluth.freenode.net irc.freenode.net |
15:38:00 | | Quit ludios (kornbluth.freenode.net irc.freenode.net) |
15:38:22 | NHeal | kornbluth.freenode.net irc.freenode.net |
15:38:22 | NJoin | ludios [0] (n=ludios@adsl-71-143-3-91.dsl.scrm01.pacbell.net) |
15:38:22 | NJoin | matsl [0] (n=matsl@dhcp101.contactor.se) |
15:38:28 | lex | :o |
15:42:32 | | Join x1jmp [0] (n=x1jmp@p57b0ac63.dip0.t-ipconnect.de) |
15:47:47 | | Quit std|denis ("bye") |
15:47:52 | | Quit cynicalliberal ("Chatzilla 0.9.77 [Firefox 1.5.0.11/2007031202]") |
15:48:07 | GodEater_ | petur: I thought that was an April Fool when I read it yesterday |
15:49:33 | | Quit Rondom ("Ex-Chat") |
15:50:51 | petur | GodEater_: doesn't really look like it.... it's posted today, not april 1 |
15:52:25 | | Nick kurbjunk is now known as kkurbjun (n=kkurbjun@c-24-8-203-134.hsd1.co.comcast.net) |
15:54:16 | | Join hannesd_ [0] (n=light@gate-hannes-tdsl.imos.net) |
15:58:40 | | Quit hannesd__ (Read error: 145 (Connection timed out)) |
15:59:03 | | Join lee-qid [0] (n=liqid@p549665ae.dip.t-dialin.net) |
15:59:42 | | Join Domonoky [0] (n=Domonoky@p549ad6e4.dip.t-dialin.net) |
16:00 |
16:01:42 | | Quit ise ("Leaving") |
16:03:44 | GodEater_ | petur: yeah I read the same thing though elsewhere. The posting time was like 11:57pm so I was thinking it was a late April Fool. |
16:03:52 | | Quit idnar (Nick collision from services.) |
16:03:55 | | Join idnar_ [0] (i=mithrand@unaffiliated/idnar) |
16:04:32 | | Quit pondlife (Read error: 60 (Operation timed out)) |
16:11:25 | | Quit ctaf ("Leaving.") |
16:13:39 | | Join pondlife [0] (n=Miranda@cpc3-rdng11-0-0-cust229.winn.cable.ntl.com) |
16:28:12 | | Join jgarvey [0] (n=jgarvey@cpe-075-177-158-190.nc.res.rr.com) |
16:28:25 | | Quit Shaid ("I will see you, in the end. And I will laugh at your pain...") |
16:29:56 | | Join perl|work [0] (n=jacquesc@static-64-61-105-170.isp.broadviewnet.net) |
16:30:47 | perl|work | what the hell, emi's dropping drm |
16:31:51 | perl|work | markun? |
16:32:40 | | Join ctaf [0] (n=ctaf@ram94-6-82-242-23-70.fbx.proxad.net) |
16:33:25 | | Quit ctaf (Client Quit) |
16:36:43 | markun | perl|work: I'm here |
16:36:51 | markun | didn't get any email |
16:37:17 | perl|work | ok, hold on |
16:42:21 | * | Nico_P just got a mail from iriver : new HDD and new batt in the H320 :) |
16:42:43 | | Join bawb2 [0] (n=bawb2@ip51051.estcmp.ku.edu) |
16:43:08 | petur | warranty? |
16:43:13 | Nico_P | petur: yes |
16:43:18 | petur | nice |
16:43:22 | Nico_P | just before it expired |
16:43:32 | petur | lucky you |
16:44:18 | Nico_P | now I need to decide what to do with it... keep it or sell it |
16:45:06 | | Join YouCeyE [0] (n=YouCeyE@unaffiliated/youceye) |
16:45:50 | | Quit Baw (Success) |
16:46:45 | | Join toffe82 [0] (n=chatzill@h-74-0-180-178.snvacaid.covad.net) |
16:50:24 | | Join |Rincewind| [0] (i=4STfJKgR@nat-wh-1.rz.uni-karlsruhe.de) |
16:51:49 | | Join matsl_ [0] (n=matsl@dhcp101.contactor.se) |
16:51:50 | | Quit matsl (Read error: 104 (Connection reset by peer)) |
16:55:38 | pondlife | Nico_P: How long does the warranty last? 1 year? |
16:55:51 | Nico_P | pondlife: in Europe it's 2 |
16:56:01 | pondlife | Hmm, not in the UK apparently |
16:56:06 | Nico_P | ah |
16:56:26 | pondlife | Did you buy it direct? |
16:56:31 | Nico_P | mine ends on the 17th so I sent my h320 back a few weeks ago |
16:56:40 | Nico_P | pondlife: what do you mean ? |
16:57:04 | pondlife | Did you originally buy the H320 from Iriver? |
16:57:28 | Nico_P | no, from an online shop |
16:57:57 | pondlife | So did you go back to Iriver for warranty support, or through the retailer? |
16:58:12 | Nico_P | pondlife: I contecated iriver directly |
16:58:21 | Nico_P | contacted* |
16:58:22 | pondlife | Ah, I might do a similar thing. |
16:58:50 | Nico_P | pondlife: http://www.iriver.eu.com/support.html?&L=0 |
16:59:08 | pondlife | LinusN has successfully repaired it now though |
16:59:41 | pondlife | According to advancedmp3players (the retailer) I only had 1 years warranty. |
16:59:42 | Nico_P | I had already done this before with the same player... it's the second time my HDD fails |
16:59:54 | Nico_P | but this time the battery was the primary cause |
17:00 |
17:00:20 | pondlife | If the HD failed, I'd probably go for a 60 or 80G replacement, but a bad battery or UDA.... |
17:00:24 | Nico_P | pondlife: have you checked the warranty card in the box ? |
17:01:06 | pondlife | I didn't see one |
17:01:37 | pondlife | I never registered the purchase either. |
17:01:45 | Nico_P | both the battery and the HDD were failing, so I thought I'd send it before the end of the warranty t try to get free replacements... I was a bit lucky because I had opened the device and they didn't say anything |
17:01:48 | pondlife | If there was a registration card! |
17:01:55 | Nico_P | pondlife: I didn't either |
17:02:11 | pondlife | Well I'd opened mine too... |
17:02:25 | pondlife | A neat job, no external marks. |
17:02:51 | pondlife | But there was a bit of glue that might have been a seal inside. |
17:02:59 | | Join beanz [0] (n=bean@router.awinet.at) |
17:03:27 | pondlife | Never mind, it's fixed now.. but perhaps I could have saved Linus the time. |
17:03:29 | *** | Saving seen data "./dancer.seen" |
17:03:29 | beanz | Hi. Is there some way a potential rockbox user can try out rockbox before installing it? is there a demo of the playlist manangement feature? |
17:04:10 | Nico_P | beanz: no, but the simulator for your target will probably be what you want |
17:04:33 | Domonoky | or read the manual, there are many pictures :-) |
17:05:15 | beanz | Ah the simulator looks interesting. The killer features of rockbox seem to be longer battery life and the playlist editor, I was looking for a quick intro that's all. |
17:05:20 | beanz | But I will check the simulator :) |
17:05:27 | pondlife | beanz: Which device? |
17:05:45 | beanz | I haven't bought one yet. |
17:05:49 | pondlife | Battery life is decidedly shorter on some targets (e.g. ipods) |
17:05:55 | beanz | ah |
17:05:59 | pondlife | At the moment, anyway |
17:06:20 | beanz | I was looking for something around 60 gigs, but there don't seem to be many (I don't want video). |
17:06:22 | Nico_P | beanz: currently, THE rockbox target is the gigabeat |
17:06:22 | pondlife | It's longer on the Iriver H300 series, and probably most non-PortalPlayer devices |
17:06:38 | pondlife | What's battery like on that? |
17:07:02 | Nico_P | pondlife: it's not really better than on the OF but stll good, I hear... about 19 hrs I think |
17:07:20 | Nico_P | I've never had any problems with it |
17:07:34 | pondlife | That's plenty for me too |
17:07:43 | Domonoky | i think the best is the Thoshiba m5l with something like 40-50h playback.. :-) |
17:07:54 | beanz | How big do the gigabeat players come? |
17:08:05 | Nico_P | Domonoky: you probably mean the iAudio M5L ? |
17:08:30 | Nico_P | beanz: big how ? HDD space ? |
17:08:30 | Domonoky | oh sorry, yes its iAudio |
17:08:43 | beanz | Nico_P: yes |
17:08:58 | Nico_P | beanz: I think you can get up to 60 GB |
17:09:16 | beanz | I will take a look. |
17:09:19 | beanz | Thanks very much :) |
17:09:27 | amiconn | M5L is only available as 20GB |
17:09:39 | | Join donutman25 [0] (n=chatzill@24.244.160.233) |
17:09:56 | pondlife | The F60 seems to have a quoted battery life of 15-16h |
17:10:40 | pondlife | Ah, can someone (Nico_P?) perhaps check my recent commit doesn't result in unexpected spin-ups to read ID3 data... |
17:10:51 | | Quit beanz ("Leaving") |
17:11:18 | Nico_P | pondlife: I'll have a look |
17:11:43 | pondlife | It seems ok, but on the sim it's hard to tell. It certainly fixes the problem I've been having for 3 months! |
17:11:56 | Nico_P | pondlife: which problem was that ? |
17:12:20 | Nico_P | I don't finc the commit message very clear... |
17:13:16 | pondlife | Hmm, it was hard to describe. Basically if you have 32 tracks buffered then it occasionally displayed old details on the WPS. |
17:13:26 | pondlife | And used old track length info etc. |
17:13:35 | Nico_P | ok |
17:13:43 | pondlife | Not very common unless you have low bitrate or mono files of course |
17:14:05 | pondlife | So I've invalidated the tag data when it starts to buffer a new file |
17:14:34 | amiconn | MoB .... |
17:14:59 | pondlife | Indeed |
17:15:05 | | Quit donutman25 ("Chatzilla 0.9.77 [Firefox 2.0.0.3/2007030919]") |
17:15:08 | pondlife | But this annoyed the hell out of me, so... |
17:15:17 | pondlife | Sadly I couldn't do MoB in 20 mins. |
17:15:56 | pondlife | Hmm, the Gigabeat reviews often comment on poor sound quality. Is this an issue, or perhaps firmware related? |
17:16:43 | markun | pondlife: I think it's firmware related |
17:16:48 | pondlife | Great |
17:17:06 | pondlife | So Rockbox fixes most of the "Cons"... |
17:17:09 | * | amiconn wonders whether that's really the case |
17:17:17 | markun | as people were almost going crazy when they heard the sound from version 3 of the OF |
17:17:41 | pondlife | Several reviews mention "Lack of bass" in particular |
17:17:58 | pondlife | Or over-quiet sound regardless of headphones |
17:18:09 | markun | amiconn: I'm not saying that it's the best sounding player, but people stopped complaining after the 3.0 firmware. |
17:18:15 | amiconn | For some reason the sound quality of all the swcodec targets, although differing between those targets itself, isn't quite as good as on the MAS targets |
17:18:47 | amiconn | Comparing the swcodec I know myself, H1x0/H300 are the worst |
17:19:00 | markun | at least the headphone out |
17:19:09 | amiconn | ..comparing headphone out, yes |
17:19:09 | pondlife | Funny - I was just typing "As long as it's at least as good as an H300" |
17:19:18 | pondlife | Line out for me |
17:19:41 | amiconn | At home I use s/pdif out on H180, so that's a non-issue there |
17:19:49 | markun | linuxstb: what do you think of the Gigabeat sound compared to your other players? |
17:20:07 | | Quit Domonoky ("Trillian (http://www.ceruleanstudios.com") |
17:20:21 | markun | pondlife: you could also ask Llorean and LinusN to compare |
17:20:52 | Nico_P | I honestly couldn't say |
17:21:14 | Nico_P | maybe once I get my H320 back I'll compare |
17:21:53 | pondlife | I'd be interested. Hopefully my H340 will last a while yet, but I'm on the lookout for the next generation... |
17:21:54 | * | moos have to admit that ondio sounds better than iriver and iaudio, for him |
17:22:05 | markun | at least to me my F40 doesn't sound bad at all |
17:22:18 | Nico_P | same here |
17:22:19 | * | amiconn agrees with moos on that |
17:22:36 | Febs | Of course, let us not forget that Rockbox in general sounds like a bag of shit. |
17:22:42 | Febs | :) |
17:22:49 | pondlife | True :) |
17:22:50 | moos | hehe :) |
17:22:57 | markun | completely forgot about that :) |
17:23:01 | amiconn | The iAudios are the best sounding swcodec among my collection, but MAS35xxF is still better |
17:23:07 | linuxstb | markun: The gigabeat sounds nice. I haven't done any proper tests, but I would rate my ipod 5g top out of that ipod, my ipod Photo and my h140. The gigabeat is at least as good as the 5g, maybe better. |
17:23:20 | pondlife | My Archos Recorder V1 had audible hard drive noise on playback |
17:23:23 | moos | amiconn: same here |
17:23:28 | amiconn | Then I don't know the gigabeat |
17:25:23 | perl|work | linuxstb uh oh |
17:25:46 | perl|work | ipod, be it 4g or 5g, has nothing on gigabeat in term of sound quality |
17:25:50 | perl|work | literally nothing |
17:25:56 | perl|work | its like heaven and hell |
17:26:25 | markun | personally I doubt the difference will be very big for me |
17:26:48 | perl|work | it takes a pair of decent headphones |
17:29:16 | markun | perl|work: maybe it's just that the ipods can't drive your decent headphones? |
17:29:25 | linuxstb | perl|work: I'll do a comparison with my ER4s and let you know. |
17:29:46 | perl|work | markun they cant even drive the mid class |
17:29:52 | * | pixelma fully agrees on the statement about sound quality on Ondio and Iaudio - even if it's a bit late :) |
17:30:43 | perl|work | markun original firmware sounds like somebody was trying to make a joke |
17:30:52 | markun | of the ipod? |
17:30:58 | perl|work | with rockbox, at least, with a lot of tweaking, its better |
17:31:01 | perl|work | yes, ipod |
17:35:05 | perl|work | maybe i havent heard enough hardware players (but i did hear x5, 3 different ipods and bunch of non rockboxed ones) but gigabeat is amazing sounding one |
17:35:37 | perl|work | be it headphones or proper hi fi system |
17:35:40 | Nico_P | pondlife: I don't see any shocking unusual disk activity |
17:37:36 | | Quit TheSphinX^ ("Miranda IM! Smaller, Faster, Easier. http://miranda-im.org") |
17:37:47 | Nico_P | pondlife: but don't rely on this alone |
17:38:23 | Nico_P | pixelma: just tested an X5 sim... I get the crash too so it should be easy to debug :) |
17:38:35 | Nico_P | s/X5/M5 |
17:38:37 | pondlife | The sim shows each file being opened 3 times, but I don't think this is new.. it's playlist_peek mainly |
17:38:44 | pondlife | Am looking into it... |
17:40:59 | pondlife | Well, it was not a result of my commit at least |
17:41:31 | | Join qwx [0] (n=qwm@h162n1fls34o1010.telia.com) |
17:42:57 | pixelma | pondlife: that's with his tokenizer patch |
17:43:57 | pondlife | No, I meant the 3 file opens was not new... |
17:45:36 | | Join Frode_ [0] (n=Frode@213.167.96.196) |
17:46:05 | Nico_P | pixelma: I solved the bug... it was one that only appeared recently |
17:47:28 | Nico_P | pixelma: would you agree to do a quick test, just to confir it's fixed ? |
17:47:34 | Nico_P | confirm* |
17:47:56 | pixelma | sure I'll try - but somethings not quite working as it should when loading the metadata isn't quite new - have that on Ondio ever since |
17:49:20 | Nico_P | hmm what I just solved isn't related to metadata |
17:49:40 | Nico_P | you said you wre seeing garbage when the metadata isn't reday ? |
17:51:08 | pixelma | maybe these are really two different things because the first version worked on M5... just thought that the crash is related because it displayed everything else in the wps fine ... |
17:52:06 | pixelma | ...on Ondio you can see a few characters displayed for a very short time before the actual tag info is available - too short to really recognise something |
17:52:36 | Nico_P | I might have an idea about that |
17:53:59 | | Quit thegeek_ (Read error: 104 (Connection reset by peer)) |
17:54:21 | | Quit qwm (Read error: 110 (Connection timed out)) |
17:56:33 | pixelma | Nico_P... against what svn revision was the patch made? |
17:56:51 | Nico_P | pixelma: 13001 I think |
17:57:00 | Nico_P | fuzz is normal |
17:57:21 | pixelma | yepp... but there are also failed hunks |
17:57:48 | pixelma | most probably pondlife's commit (did an svn up before) |
17:59:09 | Nico_P | this one works for me after having reverted my tree |
17:59:28 | Nico_P | and it also includes a possible fix for the garbage on your ondio |
18:00 |
18:02:44 | pixelma | sorry, I'm still confused - which revision should I use now? |
18:02:56 | amiconn | Nico_P: Btw, hwcodec sims simulate at least loading of the track and advancing playtime. They don't actually play and also don't detect end-of-track. Skipping is possible |
18:03:10 | amiconn | After fixing, progressbars do work in svn player sim too |
18:03:57 | Nico_P | pixelma: latest should be fine |
18:04:02 | Nico_P | 13001 |
18:04:55 | Nico_P | amiconn: yes, I've included your changes in my patch, both progressbars work fine now |
18:05:32 | amiconn | I've broken them in my full unicode support commits, and didn't notice earlier because I usually don't use them |
18:05:59 | * | amiconn also thinks they're coded in a particularly cumbersome way |
18:06:44 | Nico_P | amiconn: http://www.rockbox.org/tracker/task/6820 |
18:07:14 | | Join H10_007quick [0] (n=chatzill@mnet-ki-244-78-181.monarch.net) |
18:07:23 | Nico_P | is it related ? |
18:08:12 | | Join jhulst [0] (n=jhulst@148.61.93.168) |
18:11:01 | | Join PaulJam [0] (n=pauljam@p54bce9ca.dip.t-dialin.net) |
18:11:15 | | Quit kramdra () |
18:11:32 | | Join thegeek [0] (n=thegeek@s026b.studby.ntnu.no) |
18:13:41 | | Quit petur ("EOW") |
18:14:52 | | Quit billytwowilly (Remote closed the connection) |
18:15:11 | | Join billytwowilly [0] (n=chris@S01060016b649355d.ed.shawcable.net) |
18:17:59 | | Quit matsl_ (Remote closed the connection) |
18:21:45 | | Quit ender` (" Cynics regarded everybody as equally corrupt... Idealists regarded everybody as equally corrupt, except themselves. -- Rober) |
18:24:57 | | Join ender` [0] (n=ender@84.255.206.8) |
18:26:45 | pixelma | Nico_P: when compiling your latest version for the Ondio (target) I get 3 warnings about "align.left may be used uninitialized in this function" (align.center /align.right too) ... doesn't happen with the M5 build |
18:27:13 | pixelma | in gui/gwps-common.c:1786 |
18:27:27 | Nico_P | ok, i'll fix those, thanks |
18:27:31 | | Quit |Rincewind| ("Cya") |
18:29:05 | pixelma | ah didn't see it before... in function "gui_wps_refresh" |
18:33:00 | Nico_P | pixelma: didn't see what ? |
18:33:32 | | Join aduarte [0] (n=alfredo_@201.139.193.235) |
18:34:16 | pixelma | in which function the warnings were |
18:34:24 | Nico_P | ok |
18:34:50 | | Join inversions [0] (n=none@cpc3-bele3-0-0-cust660.belf.cable.ntl.com) |
18:37:00 | pixelma | ok - no crash on M5 anymore |
18:37:48 | Nico_P | cool |
18:39:28 | | Nick idnar_ is now known as idnar (i=mithrand@unaffiliated/idnar) |
18:39:32 | | Quit barrywardell (Remote closed the connection) |
18:42:56 | pixelma | Nico_P: the garbage on Ondio is gone too. I also tried with active memory guard which gave me crashes with error message before - that also worked |
18:43:13 | pixelma | (on both targets) |
18:43:14 | pondlife | Hmm ,why does a logf build include the logf/logfdump options in both the System and Debug menus...? |
18:43:36 | Nico_P | pixelma: That means I was right about what caused the crash :D |
18:43:42 | Nico_P | pixelma: thanks a lot for your testing |
18:45:34 | | Join ctaf [0] (n=ctaf@ram94-6-82-242-23-70.fbx.proxad.net) |
18:49:29 | | Join dan_a [0] (n=dan_a@217.23.173.156) |
18:49:35 | | Quit oKtosiTe (Read error: 104 (Connection reset by peer)) |
18:49:58 | | Join oKtosiTe [0] (n=oKtosiTe@unaffiliated/oKtosiTe) |
18:51:05 | | Join robin0800 [0] (n=robin080@cpc1-brig8-0-0-cust807.brig.cable.ntl.com) |
18:52:59 | | Join midgey [0] (n=tjross@markely-164-75.reshall.umich.edu) |
18:53:43 | | Join Ghoulio [0] (n=chatzill@229.191-200-80.adsl-dyn.isp.belgacom.be) |
18:56:32 | amiconn | Nico_P: It may be related, but not the same thing. This report is from before my first changes regarding player lcd |
18:56:36 | | Quit linuxstb ("Leaving") |
18:56:53 | | Quit perl|work (Read error: 104 (Connection reset by peer)) |
18:57:03 | Nico_P | amiconn: ok |
18:57:06 | | Quit Ghoulio (Client Quit) |
18:57:15 | pondlife | Hmm, why the red? |
18:57:37 | pondlife | "WARNING: The compiler you must use (m68k-elf-gcc) is not in your path!" |
18:57:54 | | Join perl|work [0] (n=jacquesc@static-64-61-105-170.isp.broadviewnet.net) |
18:58:11 | amiconn | Because kermit has obviously gone mad and lost his m68k-elf-gcc |
18:58:15 | amiconn | B4gder? |
19:00 |
19:03:33 | *** | Saving seen data "./dancer.seen" |
19:06:10 | | Part ctaf |
19:13:33 | | Quit midgey () |
19:22:47 | | Quit pondlife ("disconnected has pondlife") |
19:26:37 | | Join funky [0] (n=repulse@unaffiliated/funky) |
19:27:57 | | Join ice [0] (n=chatzill@L7212.l.strato-dslnet.de) |
19:28:19 | ice | good evening |
19:30:46 | | Quit moos ("Glory to Rockbox") |
19:33:09 | | Nick ice is now known as ice8lue (n=chatzill@L7212.l.strato-dslnet.de) |
19:34:24 | | Quit BHSPitMonkey (Connection timed out) |
19:34:46 | | Quit BHSPitLappy (Read error: 110 (Connection timed out)) |
19:35:31 | | Join BHSPitLappy [0] (n=steve-o@adsl-66-142-171-220.dsl.rcsntx.swbell.net) |
19:35:41 | | Quit ice8lue ("ChatZilla 0.9.77 [Firefox 2.0.0.3/2007030919]") |
19:35:43 | | Join BHSPitMonkey [0] (n=stephen@66.142.171.220) |
19:36:49 | | Quit x1jmp (Read error: 110 (Connection timed out)) |
19:42:38 | bluebrother | hmm. Another task I'm wondering if it's of any use: FS #6959 |
19:43:59 | | Join toni1 [0] (i=5932ee2b@gateway/web/cgi-irc/labb.contactor.se/x-4eae71f5980e11fa) |
19:44:07 | | Join vcardenas [0] (i=c81f4a8a@gateway/web/cgi-irc/labb.contactor.se/x-f5b4d0739ed8f780) |
19:44:19 | toni1 | dan_a: Are you still working on the sansa? |
19:45:07 | dan_a | toni1: i've had some health problems and have had no time for rockbox at all |
19:45:54 | toni1 | ok, don't worry. Did you see my workaround for the sound improvement? |
19:46:22 | dan_a | i did - where you stop flushing the cache in the LCD driver? |
19:47:23 | toni1 | yes exactly, that seems to solve the problem. better solution would of cause be dma-ing the audio data, but it may be difficult? |
19:49:33 | | Quit vcardenas ("CGI:IRC (Ping timeout)") |
19:49:47 | dan_a | That needs someone to get their head round the DMA hardware - there is a description of how the Sansa uses it in MrH's NAND interface docs. DMA'd audio would be good for all the PP targets, I imagine. |
19:50:56 | dan_a | I don't really like the idea of not flushing the cache when it is actually needed for the display to work properly - a better solution would be to find out how to only flush the framebuffer cache, or have the framebuffer in uncached RAM |
19:52:06 | toni1 | I think the OF does it in the same way we do: use cached data without flushing, but there is no clear_screen() function. |
19:52:30 | toni1 | So simply update the necessary region. |
19:54:25 | toni1 | And they very rarely stop dma-ing. I measured 6mA less current when LCD_REG_6 was xored with 1. |
19:54:26 | dan_a | if we write to &(framebuffer+64MB) then that should be an alias of the framebuffer which does not get cached |
19:55:15 | toni1 | that simple? |
19:55:26 | | Join slarti [0] (i=tom@gentoo/developer/slarti) |
19:56:02 | pixelma | bluebrother: afaik "current dir" works there though I haven't tried lately and especially not with "recording screen as startup" option |
19:56:22 | toni1 | dan_a: Another topic: I tried latest mpegplayer and still get the hiss sound. |
19:57:15 | dan_a | I'd not noticed any hissing, but I've not been following Rockbox for a couple of weeks |
19:57:42 | toni1 | It's only with the mpegplayer. |
20:00 |
20:00:50 | toni1 | It seems to be related to a memory problem. I suspect an overwriting of some table entries in the audio codec, because even after deactivating the video-thread the hiss remains. |
20:02:37 | | Quit PaulJam (".") |
20:02:52 | dan_a | that's weird... hopefully in a week or so i'll be able to get hacking on it again |
20:03:51 | toni1 | That would be very good indeed. |
20:04:41 | pixelma | bluebrother: ah no... somehow I misunderstood... since it's not remembered over reboots in what directory you were in it couldn't work |
20:05:20 | | Join linuxstb [0] (n=linuxstb@rockbox/developer/linuxstb) |
20:05:59 | linuxstb | toni1: Do I remember correctly that you said you found a strange way to fix the audio problems in mpegplayer on the Sansa? Moving something to or from IRAM? |
20:06:44 | linuxstb | It sounds like the same problem I experienced for a short time on my ipod - moving some variables out of IRAM fixed it for my ipod, but it sounds like it didn't fix it everywhere... |
20:06:55 | toni1 | yes, that was one way to solve the problem. Another solution was to add some global dummy variables. |
20:08:16 | toni1 | Maybe a 'wild pointer' writes into the audio codec tables? |
20:08:41 | linuxstb | It's possible. |
20:08:50 | amiconn | Too bad we don't have memory guard for PP |
20:09:09 | toni1 | :-) |
20:09:30 | linuxstb | toni1: Is your emulator still lacking COP support? |
20:10:11 | toni1 | yes, I stopped development there, because working on the real device is more fun. |
20:10:17 | amiconn | On SH it already helped me tracking down some overwriting bugs with some trickery (i.e. protecting the area that shouldn't be overwritten, in order to see which part of the code does it) |
20:10:28 | | Join nls [0] (n=nils@nl104-202-175.student.uu.se) |
20:11:04 | amiconn | E.g the crash in chopper.rock (which only crashed on archos but had an overwriting bug on all targets, just that it didn't hit that hard on the others) |
20:13:15 | toni1 | amiconn: If we only knew which table is affected. I remember there are a lot in the mpa codec. |
20:14:04 | linuxstb | jhMikeS: I've just tested your gigabeat lcd_yuv_blit - my hardest test file (a 1150kbit/s 352x240 VCD file) played at around 19fps before your change, and is now around 26fps... |
20:14:09 | toni1 | Or it might be possible to check the whole region. |
20:14:53 | | Quit inversions () |
20:14:55 | perl|work | linuxstb, jhMikeS: do you want my "green", jumpy video? |
20:15:43 | linuxstb | jhMikeS: But it's a 29.97fps file, so still some work to do ;) |
20:16:10 | linuxstb | perl|work: I'm always happy to accept test videos... |
20:16:21 | | Join inversions [0] (n=none@cpc3-bele3-0-0-cust660.belf.cable.ntl.com) |
20:16:23 | perl|work | hold on |
20:16:28 | | Quit Frode_ ("Leaving") |
20:17:33 | | Join petur [0] (n=petur@rockbox/developer/petur) |
20:17:59 | amiconn | linuxstb: Does mpegplayer use mpa.codec or a linked copy of libmad? |
20:19:32 | linuxstb | a linked copy of libmad |
20:20:36 | lex | forums.rockbox.org down? ;( |
20:20:43 | lex | Sorry, SMF was unable to connect to the database. This may be caused by the server being busy. Please try again later. |
20:20:46 | lex | actually mysql only then |
20:21:42 | lex | yay it works |
20:22:56 | | Part toni1 |
20:23:02 | amiconn | linuxstb: Then the reason for the hiss can't be that it's overwriting tables in libmad - unless it writes way outside its own area right into the codec ram |
20:23:06 | | Join bennyhinn [0] (n=not@203-217-78-205.dyn.iinet.net.au) |
20:23:09 | lex | not anymore |
20:23:43 | amiconn | (and a reload of mpa.codec, by playing a non-mpa track followed by an mpa track should fix the hiss if that's the case) |
20:23:51 | | Join Alonea [0] (n=chatzill@24-117-195-16.cpe.cableone.net) |
20:23:54 | bennyhinn | ive got a gigabeat F20 but this rockbox business has interested me |
20:24:41 | Alonea | bennyhinn: its completely awesome. I got a F40 |
20:25:00 | bennyhinn | ive got a very old firmware version on this beat and im lookin to upgrade |
20:25:28 | linuxstb | amiconn: I'm not following, mpegplayer links with libmad - it doesn't use mpa.codec... |
20:25:43 | amiconn | yes |
20:26:04 | amiconn | [20:08:17] <toni1> Maybe a 'wild pointer' writes into the audio codec tables? |
20:26:39 | amiconn | Hmm, maybe I had a slight misunderstanding there |
20:26:49 | Alonea | bennyhinn: with rockbox you get a lot of nice stuff, like video (though its not perfect yet), games, gameboy (and color) emu., text viewer, etc. Its easy to put on (as long as you follow the instructions and don't do things that were never said to do in the manual) and you can always go back to your old firmware. |
20:27:09 | linuxstb | I assume toni1 meant the libmad parts of mpegplayer. |
20:27:11 | bennyhinn | is rockbox user friendly |
20:27:16 | amiconn | I thought he meant the hiss remains after quitting mpegplayer, but he just said it remained when deactivating the video thread |
20:27:24 | bennyhinn | i would consider itunes to be extremely user friendly |
20:27:59 | linuxstb | itunes makes me angry and frustrated... I wouldn't call that friendly. |
20:28:38 | linuxstb | I would say Rockbox assumes a certain amount of computer literacy from its users though. |
20:29:01 | Alonea | same here. I like rockbox just fine and find it easy to use. and like I said, you can try it out for a while and if you don't like it, then go back to original. |
20:29:36 | nls | or fix it ;-) |
20:29:41 | linuxstb | bennyhinn: But itunes is an application on your PC, Rockbox is a replacement firmware for your DAP. |
20:30:06 | amiconn | linuxstb: The tables should be easy to check with a bit of debug code in the core |
20:30:28 | amiconn | You know where they are from the map file |
20:30:58 | amiconn | Just dump them once from the core after loading mpegplayer but before running it, and a second time after quitting mpegplayer |
20:31:00 | bennyhinn | yeah but |
20:31:06 | amiconn | Compare the files |
20:31:29 | bennyhinn | what do you use to transfer files and stuf to rockbox - ie windows media player? |
20:32:05 | linuxstb | amiconn: That's a good idea. |
20:32:13 | | Join GodEater [0] (n=bryan@host-84-9-129-14.bulldogdsl.com) |
20:32:26 | linuxstb | Although it only seems to be on the Sansa, and I don't have one. |
20:33:15 | amiconn | Hmm, perhaps it's not only on sansa |
20:33:24 | Alonea | bennyhinn: its drag and drop hun. like a hard drive. |
20:33:35 | amiconn | It might be though; afaik the sansa lcd_yuv_blit() does rotate (?) |
20:34:00 | bennyhinn | oh really? dont come more user friendly than that |
20:34:08 | bennyhinn | so its not in the traditional .sat format |
20:34:14 | Alonea | bennyhinn: you set up your folders how you want, like I have Music, Video, Books, and Gameboy folder as my organizational style. |
20:34:31 | Alonea | bennyhinn: nope, and if you need help converting those back to mp3, there is a way. |
20:34:56 | bennyhinn | wouldnt it be great, if there were some kind of hax to re-arrange the file structure to imitate an ipod, so you could use itunes, for your one stop media needs |
20:35:22 | nls | bennyhinn: there is |
20:35:32 | bennyhinn | no kidding? |
20:35:58 | nls | bennyhinn: http://ita.sourceforge.net/ |
20:36:42 | | Join kaaloo [0] (n=luis@rue92-3-82-232-48-241.fbx.proxad.net) |
20:36:51 | | Part kaaloo |
20:36:55 | bennyhinn | seems good, but is it a memory hog |
20:37:07 | GodEater | bennyhinn: not when I tried it |
20:37:16 | GodEater | barely registered in task manager |
20:37:22 | bennyhinn | i wouldve prefered a firmware u could put on ur gigabeat to make it compatible with itunes |
20:37:56 | bennyhinn | lets try this baby out |
20:38:33 | | Join RaBe42 [0] (n=ralf@dslb-088-073-018-034.pools.arcor-ip.net) |
20:40:01 | linuxstb | bennyhinn: That's not possible - ipods respond to requests for identification info via the (software) USB connection. I don't think you could mimic that on the gigabeat. |
20:41:17 | petur | bah... .NET 2.0 bloatware |
20:42:06 | bennyhinn | oh |
20:42:43 | * | amiconn clearly prefers .net apps over java crap |
20:43:08 | * | petur prefers neither |
20:43:31 | bennyhinn | linuxstb does that mean this itunes agent thing wont work either |
20:43:48 | linuxstb | No, that itunes agent thing sits between itunes and your gigabeat. |
20:44:18 | bennyhinn | so that means yes it will work? |
20:45:00 | | Join JavaMan22 [0] (n=HP_Admin@c-24-61-91-138.hsd1.nh.comcast.net) |
20:45:11 | JavaMan22 | how do you rate songs on rockbox? |
20:45:14 | JavaMan22 | i have a ipod video |
20:46:51 | bennyhinn | dag nammit |
20:48:33 | | Join entheh [0] (n=purr@88-106-196-109.dynamic.dsl.as9105.com) |
20:52:29 | | Quit Alonea ("Chatzilla 0.9.77 [Firefox 2.0.0.3/0000000000]") |
20:53:28 | | Join ompaul [0] (n=ompaul@freenode/staff/gnewsense.ompaul) |
20:59:29 | | Quit bennyhinn () |
21:00 |
21:01:34 | bluebrother | JavaMan22: use the context menu from the wps |
21:01:37 | | Join chelli [0] (n=chelli@debian/developer/tschmidt) |
21:03:36 | *** | Saving seen data "./dancer.seen" |
21:04:55 | JavaMan22 | ok |
21:05:16 | | Join mattzz [0] (n=mattzz@e177164069.adsl.alicedsl.de) |
21:05:33 | | Join bennyhinn [0] (n=not@203-217-78-205.dyn.iinet.net.au) |
21:09:04 | JavaMan22 | it doesnt say anything |
21:09:09 | JavaMan22 | about rating |
21:09:42 | nls | JavaMan22: do you use the database and have "gather runtime data" enabled? |
21:10:15 | JavaMan22 | gather runtime data.. |
21:10:25 | JavaMan22 | ill make sure i have that enabled |
21:11:21 | | Quit Bjoern-Erik ("leaving") |
21:12:23 | | Quit tchan (SendQ exceeded) |
21:13:24 | | Join tchan [0] (n=tchan@lunar-linux/developer/tchan) |
21:13:55 | | Join Hoffmann [0] (n=ber@c-68-81-178-150.hsd1.de.comcast.net) |
21:16:30 | | Quit inversions () |
21:17:57 | | Part toffe82 |
21:18:02 | | Join Bjoern-Erik [0] (n=unknown@250.80-202-105.nextgentel.com) |
21:21:57 | | Part JavaMan22 |
21:26:46 | | Quit dilinger (Read error: 110 (Connection timed out)) |
21:26:48 | | Quit Hoffmann (Read error: 60 (Operation timed out)) |
21:28:33 | | Join toffe82 [0] (n=chatzill@h-74-0-180-178.snvacaid.covad.net) |
21:32:44 | | Join matsl [0] (n=matsl@1-1-4-2a.mal.sth.bostream.se) |
21:36:18 | | Join ise_ [0] (n=ise@82.152.254.118) |
21:37:51 | | Join Hoffmann [0] (n=ber@c-68-81-178-150.hsd1.de.comcast.net) |
21:39:16 | ise_ | jhulst: hey there, did you get my pm's about the neuros osd? |
21:39:56 | jhulst | ise_: yeah, I got one, was there more than that? |
21:40:11 | | Join inversions [0] (n=none@cpc3-bele3-0-0-cust660.belf.cable.ntl.com) |
21:42:18 | toffe82 | jhulst: did you manage to connect the hd direct to a computer ? |
21:42:42 | ise_ | toffe82: i just replied to your forum post |
21:42:49 | ise_ | toffe82: have you read it? |
21:43:28 | toffe82 | not yet |
21:44:36 | | Part hachi |
21:44:55 | jhulst | toffe82: We haven't gotten the adapter yet |
21:45:05 | jhulst | sorry, meant for ise |
21:45:06 | toffe82 | ise_: you have an advantage on us with the gigabeat S30 , you have an updater you can debug so you can find how the program load the firmware on the zen |
21:45:39 | toffe82 | once you find this, you don't have to open anymore your zen |
21:46:07 | toffe82 | so you should be working on the updater |
21:46:22 | bennyhinn | oh |
21:46:26 | bennyhinn | can rockbox handle AAC |
21:46:34 | bennyhinn | the audio format |
21:46:39 | bennyhinn | (please say yes) |
21:47:55 | GodEater | yes |
21:48:09 | GodEater | only the un-DRM-crippled sort though |
21:48:19 | GodEater | i.e. not bought from iTunes |
21:48:35 | jhulst | ise_: What experience do you have? Programming? |
21:49:29 | toffe82 | jhulst, ise_ : to debug the updater you can use IDA pro or ollydbg (this one is free and really good) |
21:49:55 | | Quit Nico_P (Remote closed the connection) |
21:50:20 | jhulst | toffe82: sounds good, thanks |
21:50:53 | ise_ | jhulst: My programming experience is from a fair fair number of years, I started on Basic and went mainly into web-based, php, mysql, xml, html, asp, etc etc. I do have an ability to pick up languages fairly quickly though and I already have a basic understanding of C++, Java, Delphi and others |
21:51:01 | bluebrother | bennyhinn: see the wiki, there is a page lising the supported codecs (SoundCodecs? AudioCodecs? Just search ...) |
21:51:14 | bennyhinn | crud |
21:51:39 | | Quit mattzz ("Leaving") |
21:51:50 | ise_ | the updater? u mean the windows firewire updater I downloaded from the creative site? |
21:52:35 | perl|work | http://www.rockbox.org/twiki/bin/view/Main/SoundCodecs |
21:52:41 | bluebrother | bennyhinn: see here: http://www.rockbox.org/twiki/bin/view/Main/SoundCodecs#Current_status |
21:52:50 | bennyhinn | hrmz |
21:53:14 | jhulst | ise_: Yes the firmware updater from Creative |
21:53:19 | ise_ | toffe82, jhulst: I'm assuming then that the two of you have the 30Gb version? |
21:53:32 | ise_ | toffe82, jhulst: Do you two not have that? |
21:53:41 | jhulst | toffe82: Toshiba hasn't released a firmware update for the Gigabeat? |
21:54:04 | jhulst | ise_: I have the 60 gb version, but the test player I got is 30 |
21:54:20 | ise_ | I too have the 60Gb version |
21:54:54 | ise_ | jhulst: I am just wondering what toffe82 was meaning before when he said I have an advantage on you with the gigabeat S30? |
21:55:02 | jhulst | ise_: I don't think toffe has one at all |
21:55:11 | jhulst | he is working on the gigabeat port |
21:55:17 | ise_ | ah i see |
21:55:30 | jhulst | sounds like they don't have a firmware update yet |
21:56:12 | ise_ | what OS you running? |
21:56:57 | jhulst | ise_: linux, It looks like I'm going to have to reinstall Windows, maybe a virtual machine but I don't know if that will work |
21:57:37 | | Join saratoga [0] (i=98039a78@gateway/web/cgi-irc/labb.contactor.se/x-a0240ab8f9bbce40) |
21:57:40 | ise_ | which linux distro? I'm on PCLinuxOS, if you're on a Debian based one, you might want to try somet I have in mind |
21:58:17 | jhulst | Suse on my laptop, Gentoo on my desktop |
21:58:21 | jhulst | Whats your idea? |
21:58:42 | ise_ | Something I was reading on the Neuros OSD page about connecting to the chipset using minicom |
22:00 |
22:00:12 | toffe82 | jhulst ise_ : you will need windows to analyze the updater, and I don't have a zen ;) |
22:00:12 | jhulst | do you have a link? More details? |
22:00:36 | toffe82 | just trying to help |
22:00:50 | ise_ | toffe82: well any help is appreciated |
22:01:01 | ise_ | jhulst: yeah gimme a sec, i'll find it. What's your experience? |
22:01:29 | saratoga | seems like you need a Windows hacker who can figure out what the firmware update program actually does |
22:02:34 | toffe82 | ise_: as we have the same problem on the gigabeat S , all what you find can benefit us ;) and vice versa |
22:02:46 | Bagder | ise_: they don't connect to the "chipset" |
22:02:59 | Bagder | the neuros OSD runs u-boot and linux so that's what you connect against |
22:03:12 | ise_ | yes Im just rereading the page |
22:03:23 | ise_ | It was under hacking the OSD |
22:03:28 | ise_ | I misread sorry |
22:03:34 | Bagder | it's very standard procedure embedded linux |
22:04:09 | ise_ | toffe82: Is the gigabeat using the same chipset? or is your problem also a checksum problem? |
22:04:30 | Bagder | the gigabeat is entirely different |
22:04:40 | Bagder | well, except perhaps the arm9 core |
22:06:05 | ise_ | saratoga: figuring out what the firmware does is what im going to attempt to do |
22:06:13 | ise_ | saratoga: firmware updater sorry |
22:06:16 | jhulst | ise_: My experience is mainly in programming C, Java, C++, I do know some assembly, not ARM core |
22:06:33 | ise_ | is the firmware in ARM then? |
22:06:52 | saratoga | yes |
22:06:58 | saratoga | arm4 |
22:07:03 | Bagder | and c54 dsp |
22:07:52 | ise_ | two more languages to learn then? |
22:08:07 | ise_ | How would it be possible to view their raw data? |
22:08:44 | saratoga | you mean the firmware image? |
22:08:56 | ise_ | would that be the nk.bin? |
22:09:02 | saratoga | i believe so |
22:09:05 | saratoga | its all ARM |
22:09:20 | saratoga | so i think its the code for the player |
22:09:34 | ise_ | how can I view it ARM? i thought it would have been compiled already into an undecodable binary |
22:09:57 | Bagder | you disassemble |
22:09:58 | | Join bluey- [0] (n=bluey@dslb-088-073-116-171.pools.arcor-ip.net) |
22:10:20 | preglow | by no means impossible |
22:10:21 | ise_ | would that work on the nk.bin? |
22:10:22 | Bagder | with a disassembler that converts the binary back into ARM assembly |
22:10:51 | ise_ | ah so ARM is an assembly derivative? excellent, I can do that |
22:10:53 | | Join saratoga1 [0] (i=980398df@gateway/web/cgi-irc/labb.contactor.se/x-b3a1699a962f431e) |
22:11:15 | Bagder | ise_: every CPU family has their own assembly, including ARM |
22:11:21 | saratoga1 | the nk.bin file is arm binary |
22:11:35 | saratoga1 | you can dissassemble it into op codes which are, in theory, readible by humans |
22:11:42 | ise_ | jhulst: if I dissassemble the nk.bin would you want to go over it with me? |
22:11:42 | saratoga1 | i dumped the installer program, its just a tiny stub of x86 at the top and the rest is all data (probably the arm stuff and images, fonts, etc) |
22:11:45 | | Join xamox [0] (i=amoliver@liger.trans.mtu.edu) |
22:12:09 | xamox | anyone know why I am getting a "Use iTunes to restore" when I boot, but if I plug in USB it will load the firmare? |
22:12:26 | toffe82 | ise_: the zen use pmc (portable media center) as the gigabeat S does, so the procedure to load the firmware on the hd must be closed, I think they used some standard library |
22:12:35 | jhulst | ise_: yes, that would be good |
22:13:02 | saratoga1 | my theory is that the x86 in the installer program hashes over the firmware it extracts to check that it hasn't been modified, then it copies it over |
22:13:08 | jhulst | ise_: unfortunately, school has kept me busy lately but it should be slowing down a little |
22:13:20 | saratoga1 | it might be possible to change the test instruction to accept firmwares that didn't match the hash check |
22:13:23 | toffe82 | jhulst, ise_ : check the gigabeat S port page to see the structure of the files |
22:13:37 | saratoga1 | in which case, we wouldn't even need to care how the process worked |
22:13:51 | ise_ | or figure out a keygen for the hashing technique? |
22:13:57 | perl|work | xamox disable automatic updates in itunes? |
22:14:03 | perl|work | set everything to "manual" |
22:14:04 | saratoga1 | well that would be best, but maybe harder |
22:14:11 | perl|work | whereever you see the option to |
22:14:20 | ise_ | toffe: could you post the link please? |
22:14:32 | xamox | perl|work, so I have to reflash with ITunes? Then with rockbox? |
22:14:43 | | Quit saratoga ("CGI:IRC (Ping timeout)") |
22:14:45 | | Quit saratoga1 (Client Quit) |
22:15:17 | perl|work | xamox make sure your ipod is working perfectly woth original firmware |
22:15:25 | xamox | perl|work, alright, thx. |
22:15:28 | perl|work | then follow the instructions on the rockbox site |
22:15:31 | ise_ | Anyway I can figure out what the firmware updater was programmed in? |
22:15:39 | perl|work | with* |
22:15:46 | toffe82 | ise_: http://www.rockbox.org/twiki/bin/view/Main//GigabeatSInfo |
22:16:01 | ise_ | toffe82: thanx, i'll take a look |
22:16:44 | toffe82 | ise_: the updater is in mcosoft C++ v6 I think if I remember what I saw |
22:16:56 | toffe82 | microsoft^^ ;) |
22:18:27 | | Quit xamox ("http://xamox.net") |
22:19:05 | ise_ | ok, im going to try and use Dragon Unpacker on the firmware updater, see what it can find. |
22:19:40 | ise_ | i need to restart to windows however, see you in a bit! |
22:20:05 | | Quit ise_ (Remote closed the connection) |
22:21:52 | | Quit bennyhinn (Connection timed out) |
22:22:51 | | Join midgey [0] (n=tjross@markely-164-75.reshall.umich.edu) |
22:23:09 | | Quit bluey- ("Leaving") |
22:24:33 | | Quit H10_007quick ("Chatzilla 0.9.77 [Firefox 2.0.0.3/2007030916]") |
22:25:47 | | Quit funky ("leaving") |
22:29:46 | | Nick qwx is now known as qwm (n=qwm@h162n1fls34o1010.telia.com) |
22:32:15 | nls | Well, yay now I get sound only in the right channel on my h300 :-/ any tips around or do I have to get the soldering iron and a new jack? |
22:33:04 | nls | Using the line out works fine so the dac chip is ok and the headphones are ok too |
22:35:19 | petur | maybe first try resoldering? |
22:36:16 | nls | hmm, the left channel comes back if I apply even very light pressure to the connector, but yeah I will try that |
22:36:54 | | Join mirak [0] (n=mirak@m145.net195-132-203.noos.fr) |
22:36:56 | nls | also what is the difference between the line out and regular headphone out on h300? |
22:37:49 | | Part mirak ("Ex-Chat") |
22:38:21 | petur | the amp in the chip (and impedance) |
22:38:45 | nls | so it will have a harder time driving the phones? |
22:39:05 | petur | more or less like this: the headphones are current-driven, line-out is voltage driven |
22:39:35 | nls | yep, definetly doesn't sound the same... |
22:40:25 | bluebrother | nls: tried contact spray? |
22:40:44 | | Join lini [0] (i=pugsley@62.204.144.237) |
22:40:45 | nls | no, it just happened today |
22:41:17 | nls | I thought I had killed the headphone cable until I tried it in the lin out |
22:41:23 | bluebrother | I have a similar issue with my h120 but I haven't got around replacing the headphone jack yet. |
22:41:46 | petur | could simply be a broken soldering |
22:42:26 | nls | I will open it up and do some visual inspection and probably try resoldering during the easter holiday :-) |
22:43:35 | | Join amiconn_ [0] (n=jens@rockbox/developer/amiconn) |
22:44:19 | | Quit BHSPitLappy (Read error: 104 (Connection reset by peer)) |
22:59:58 | | Quit amiconn (Read error: 110 (Connection timed out)) |
22:59:59 | | Nick amiconn_ is now known as amiconn (n=jens@rockbox/developer/amiconn) |
23:00 |
23:02:22 | | Part RaBe42 |
23:03:37 | *** | Saving seen data "./dancer.seen" |
23:06:23 | | Join toni1 [0] (i=5932ee25@gateway/web/cgi-irc/labb.contactor.se/x-9acb4f1dd6693ca6) |
23:07:05 | toni1 | linuxstb: my latest results on the mpegplayer audio hiss problem on the sansa: |
23:07:41 | toni1 | after removing all video related stuff and feeding pure mp3 audio data the hiss remains. |
23:07:50 | | Join linuxstb_ [0] (i=5343d4aa@rockbox/developer/linuxstb) |
23:08:10 | toni1 | so it might be related to the codec loading? |
23:08:16 | linuxstb_ | What do you mean by removing all video stuff? Not running the video thread at all? |
23:08:40 | toni1 | yes, completely removed. |
23:09:21 | linuxstb_ | Have you tried increasing the stack size for the audio thread? |
23:09:52 | toni1 | no, but that might be a good idea for tomorrow. |
23:10:21 | toni1 | today I will stop hunting that problem. |
23:10:52 | linuxstb_ | Did you read amiconn's suggestion in the logs? Dumping the contents of const data from libmad at the start and end of mpegplayer? |
23:11:04 | linuxstb_ | (getting the info from the map file) |
23:11:17 | toni1 | No, but that might be another good idea. |
23:12:36 | toni1 | gnight. |
23:12:40 | | Part toni1 |
23:12:41 | linuxstb_ | goodnight. |
23:16:34 | | Part perl|work |
23:18:12 | toffe82 | jhulst: are you there ? |
23:18:23 | jhulst | toffe82: yes |
23:19:53 | toffe82 | I downlaod the latest update of the zen M , run it and found this : it create a folder on the c drive : C:\CtJbFW\cttemp which contains a file Jboxcrl.crl |
23:20:31 | | Join qwx [0] (n=qwm@h162n1fls34o1010.telia.com) |
23:20:47 | toffe82 | when you analyze this file it seems to be the program to start the flash on the player, it is a small progamm 56k |
23:21:38 | | Join nickv111 [0] (n=nick@c-75-71-229-135.hsd1.co.comcast.net) |
23:22:27 | toffe82 | perhaps with a player connected, it create first the file to uplaod in the same directory |
23:22:38 | | Quit bluebrother ("leaving") |
23:22:48 | | Quit Febs ("Chatzilla 0.9.77 [Firefox 2.0.0.3/2007030919]") |
23:23:14 | jhulst | toffe82: I think somebody had found that too, I'm not sure how far it was taken, I still have to get my Windows running again so I can start looking at that |
23:23:27 | toffe82 | ok |
23:23:33 | jhulst | toffe82: That's good to know though, thanks for checking it out |
23:24:01 | jhulst | I got OllyDbg up and running and have started to look through the uploader, interesting stuff in there |
23:25:18 | | Quit chelli ("Client exiting") |
23:26:02 | | Quit linuxstb_ ("CGI:IRC") |
23:26:11 | | Quit lini ("lini has no reason") |
23:28:39 | toffe82 | check the files it creates when it run and when the player is connected |
23:31:02 | jhulst | okay, right now I'm running it under WINE so I'm not sure how it would work to actually connect to the player |
23:33:34 | | Quit qwm (Read error: 110 (Connection timed out)) |
23:51:02 | sslashes | for anyone interested in the SoC WPS re-implementation effort, have a look and post some comments/edits: http://www.roox.org/twiki/bin/view/Main/ViewDrawing |
23:52:56 | sslashes | ^ the link should be http://www.rockbox.org/twiki/bin/view/Main/ViewDrawing |
23:54:59 | | Join posingaspopular [0] (i=eddie@adsl-69-209-76-223.dsl.chcgil.ameritech.net) |
23:54:59 | | Part linuxstb ("Leaving") |
23:56:00 | | Join daniel2023 [0] (i=d0b4e09e@gateway/web/cgi-irc/labb.contactor.se/x-a7992063d31704a8) |
23:56:01 | posingaspopular | hey my rockbox is broken, i removed the folder from my ipod, and now it won't boot up, it keeps telling me the rockbox bootloader is missing, but i know thats the case since i removed it. why wont it boot back to the regular ipod display? |
23:56:07 | | Quit ompaul ("init 0") |
23:57:01 | posingaspopular | help? |
23:57:43 | petur | just deleting stuff is not the way to uninstall |
23:57:52 | nls | posingaspopular: try toggeling hold on when booting to go to the original firmware |
23:57:56 | posingaspopular | petur, opps |
23:58:21 | nls | posingaspopular: the way to uninstall is following the instructions in the manual |
23:58:41 | nls | found at the end of the installation chapter |
23:58:50 | sslashes | posingaspopular: try turning hold on and off when booting - you need to revert to the origional apple firmware to remove rockbox completely - read the install docs |
23:58:53 | posingaspopular | nls, that worked, thanks |