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

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

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

#rockbox log for 2010-12-18

00:08:31 Quit {phoenix} (Read error: Connection reset by peer)
00:13:44 Quit mortalscan (Ping timeout: 250 seconds)
00:13:58***Saving seen data "./dancer.seen"
00:21:03 Quit fritschy (Quit: leaving)
00:22:39 Quit logiclost (Read error: Operation timed out)
00:25:07 Quit Topy (Read error: Connection reset by peer)
00:25:14 Join Topy [0] (~Topy44@f049232178.adsl.alicedsl.de)
00:26:51 Join lostlogic [0] (~lostlogic@rockbox/developer/lostlogic)
00:26:53 Join mortalscan [0] (~mortalsca@109.169.55.155)
00:29:35 Quit bmbl (Quit: Verlassend)
00:32:38 Quit ReimuHakurei (Read error: Connection reset by peer)
00:33:28 Join ReimuHakurei [0] (~reimu@74.112.212.15)
00:35:49 Quit soap (Read error: Connection reset by peer)
00:49:14 Join Llorean [0] (~DarkkOne@rockbox/user/Llorean)
00:51:59 Quit ReimuHakurei (Ping timeout: 272 seconds)
00:52:25 Quit antil33t ()
00:54:49 Quit factor (Read error: Connection reset by peer)
00:55:34 Join factor [0] (~factor@r74-195-220-23.msk1cmtc02.mskgok.ok.dh.suddenlink.net)
00:56:50 Quit n1s (Quit: Lämnar)
00:58:01 Quit ender` (Quit: Female software engineers become sexually irresistible at the age of consent, and remain that way until about thirty minutes after clinical death. Longer if it's a warm day. -- Scott Adams)
00:58:54 Quit kadoban (Ping timeout: 276 seconds)
01:00
01:01:53 Join Rob2222 [0] (~Miranda@p4FFF297A.dip.t-dialin.net)
01:04:08 Part domonoky1
01:09:07 Join powell14ski___ [0] (~powell14s@c-67-177-228-132.hsd1.co.comcast.net)
01:09:27 Quit bertrik (Quit: :tiuQ)
01:11:16 Quit powell14ski_ (Ping timeout: 240 seconds)
01:12:05 Part toffe82
01:13:14 Quit Farthen (Remote host closed the connection)
01:13:34 Join Farthen [0] (~Farthen@static.225.178.40.188.clients.your-server.de)
01:14:18 Quit factor (Read error: Connection reset by peer)
01:16:35 Quit dfkt (Quit: -= SysReset 2.53=- Sic gorgiamus allos subjectatos nunc.)
01:19:31 Quit Fuhrer (Ping timeout: 265 seconds)
01:27:49 Join peterf [0] (~42bcf0de@giant.haxx.se)
01:27:57peterfhello
01:30:28 Join factor [0] (~factor@r74-195-220-23.msk1cmtc02.mskgok.ok.dh.suddenlink.net)
01:32:08peterfcan you run code other than lua in rockbox?
01:32:40 Join rize [0] (~ae4582d1@giant.haxx.se)
01:33:23rizeI just installed rockbox on my sansa... and it did not delete my existing songs which is nice. Except that, it's only 12 songs and I DO want to delete them and start fresh. Problem is I can't find them
01:33:52rizeI connected it to windows and browsed all folders (I have hidden and system folders visible) and I do not see the mp3's anywhere
01:34:23rizewindows cannot find any mp3's in a search either. but they play back just fine either in the original firmware or rockbox
01:35:03 Quit krabador (Ping timeout: 272 seconds)
01:36:51peterfdid you try finding them in the rockbox file manager?
01:37:26AlexP_rize: They are hidden in a sansa OF folder somewhere with odd names etc.
01:37:44AlexP_You can delete any odd folders that show up in the rockbox file browser
01:38:00rizethey wouldn't show up in windows somewhere?
01:38:06AlexP_peterf: lua is the only interpreter in that sense
01:38:15peterfok
01:38:25AlexP_rize: I don't know how windows does it, maybe they are hidden
01:38:41peterfcan you make your own .rock executables?
01:38:46rizeperhaps. I have all types of hidden files showing, but who knows with windows
01:38:47AlexP_peterf: You can of course write native plugins etc.
01:38:56AlexP_rize: or are not mp3s
01:39:12peterfin lua?
01:39:16AlexP_peterf: in C
01:39:33rizenope, they are definitely mp3's and I have windows showing all files. they must be embeddeding in an existing file... only I don't see any files with enough size to hold 9 mp3's
01:39:47AlexP_How do you know they are mp3?
01:40:06rizewell, I put them on the player two weeks ago myself
01:40:15AlexP_And Rockbox won't play/find them if they are embedded in something else
01:40:23AlexP_Maybe they are in a recycle bin then
01:40:28AlexP_Try the disk tidy plugin
01:40:31rizeno it will play and find them just fine, windows doesn't seem them
01:40:37rizeah, recycle bin... that's an idea
01:40:55peterfhow do you compile the c code for rockbox
01:41:08peterfby the way, im using an ipod nano 2g
01:41:28AlexP_peterf: You set up a dev environment - check out the source from svn, then run tools/rockboxdev.sh to build the cross compilers
01:41:38AlexP_Then tools/configure, make
01:42:11AlexP_svn://svn.rockbox.org/rockbox/trunk is what you want to check out
01:42:55rizeok, in the player they show up in ##MUSIC#
01:43:11AlexP_you can just delete that folder if you don't want them
01:43:20AlexP_The OF will recreate it everytime you boot it
01:43:40rizeok. I'm just curious though as I'm a sys admin, a programmer and a computer science grad student... just curious where the files are being stored at this point :)
01:44:52AlexP_peterf: Oh, and you need to add your plugin to apps/plugins/SOURCES too. I think there is some info on the wiki, one mo
01:45:34AlexP_peterf: Lots of stuff here: http://www.rockbox.org/wiki/DocsIndex#For_Developers
01:45:42peterfthanks
01:46:50 Nick AlexP_ is now known as AlexP (~alex@rockbox/staff/AlexP)
01:48:11 Join krabador [0] (~krabador@host203-179-dynamic.3-87-r.retail.telecomitalia.it)
01:48:36 Join ReimuHakurei [0] (~reimu@74.112.212.15)
01:48:48 Quit Judas_PhD (Remote host closed the connection)
01:50:19 Join Judas_PhD [0] (~kevin@misterfluffy.dsl.xmission.com)
01:50:52 Quit rize (Quit: CGI:IRC (EOF))
01:58:04 Quit peterf (Quit: CGI:IRC (EOF))
02:00
02:03:49 Quit Horschti (Quit: Verlassend)
02:13:59***Saving seen data "./dancer.seen"
02:16:34 Quit yosafbridge (Quit: Coyote finally caught me)
02:16:52 Join yosafbridge [0] (~yosafbrid@li125-242.members.linode.com)
02:17:28 Quit yosafbridge (Read error: Connection reset by peer)
02:19:38 Join yosafbridge [0] (~yosafbrid@li125-242.members.linode.com)
02:26:08 Quit Keripo1 (Quit: Leaving.)
02:27:04 Join Keripo [0] (~Keripo@dhcp0101.kin.resnet.group.upenn.edu)
02:37:16 Quit Keripo (Ping timeout: 240 seconds)
02:37:25 Join Keripo [0] (~Keripo@eng304.wireless-resnet.upenn.edu)
02:41:06 Quit Keripo (Read error: Connection reset by peer)
02:43:18 Join Keripo [0] (~Keripo@eng304.wireless-resnet.upenn.edu)
02:47:54 Join webguest04 [0] (~62d96278@giant.haxx.se)
02:49:19 Quit webguest04 (Client Quit)
02:54:20 Join marines [0] (~marines@marvin.uplink.cz)
03:00
03:00:42 Join telliott [0] (~Tim@d27-96-170-180.evv.wideopenwest.com)
03:09:30 Join Keripo1 [0] (~Keripo@dhcp0101.kin.resnet.group.upenn.edu)
03:11:27 Quit Keripo (Ping timeout: 240 seconds)
03:12:21 Join xavieran [0] (~xavieran@ppp118-209-22-67.lns20.mel4.internode.on.net)
03:23:38marinesafter inserting sd card into sansa c240v2 i get "*PANIC* microSD init failed: -2"
03:25:55S_a_i_n_tjust to clarify, are you inserting the card before or after turning the player on?
03:26:18marinesafter
03:26:41S_a_i_n_tI believe you should try to insert the card before turning the player on.
03:26:47S_a_i_n_tsee if it helps, anyway.
03:26:56marinesit does not
03:27:03S_a_i_n_tah.
03:27:10marinescard isn't detected then
03:27:19marinesit happened today
03:27:38marinesi guess i will have to try one of the previous builds
03:27:53S_a_i_n_thave you tried verifying that the card can be read by another device/reader?
03:28:00marinesyup
03:28:02marinesit's ok
03:28:24marinesrockbox info says that mscard is not present
03:28:35S_a_i_n_todd.
03:29:24marinesyeah :/
03:31:01saratogait shouldn't matter when you insert a card
03:31:55 Join T44 [0] (~Topy44@f048137028.adsl.alicedsl.de)
03:32:44marinesnow "...failed: -3"
03:35:27 Quit Topy (Ping timeout: 240 seconds)
03:35:32marinesdoes it mean hardware is damaged? :/
03:37:40marinesthere are builds only from three days ago?
03:42:14 Quit krabador (Quit: Sto andando via)
03:42:19saratogaits probably just because the c200v2 port isn't very stable
03:42:51saratogaalthough trying an older build to see if something broke SD recently isn't a bad idea
03:43:25marineseven if it worked very well for a month?
03:43:35marinesi tried with build from 3 days ago
03:43:38marinesnothing changed
03:43:46marinesbut
03:43:54marinesi tried with another sd card
03:44:04marinesand rb doesn'tcomplain about it
03:44:14marinesit just isn't recognized at all
03:44:31marinesthe first one caused panic
03:45:41saratogaif it used to work figure out what build broke it
03:46:12marinesit worked with the same build i've noticed it doesn't work
03:46:37marinesi didn't change rb in recently
03:46:54saratogaoh
03:48:07 Quit sasquatch (Quit: WeeChat 0.3.2)
03:48:21 Join krabador [0] (~krabador@host203-179-dynamic.3-87-r.retail.telecomitalia.it)
03:48:33 Join sasquatch [0] (~username@p4FF2DD3F.dip.t-dialin.net)
03:49:12 Quit Judas_PhD (Quit: This is a quitting message)
03:50:14marinescan low temperature damage electronics?
03:51:10marinesi mean down to -20 grades
03:52:11S_a_i_n_tit's certainly not withing the usual safe operating range.
03:52:58S_a_i_n_tmost electronics state the operating range as (approx) -2C ~ 50C
03:53:34marineswhile it was operating i was keeping player tight in hand so temp should be much higher there
03:53:59marinesi was keeping it in a pocket for about 20 minutes on low temp but it was turned off
03:56:12 Quit saratoga (Quit: Page closed)
04:00
04:04:51S_a_i_n_tI'm not sure the tem[erature is so much of an issue itself (unless it is very high or low extremes) but sudden transitions between hot/cold causing condensation which is the main problem as I understand it.
04:04:59S_a_i_n_t*temperature
04:05:20 Quit krabador (Remote host closed the connection)
04:05:50 Quit xavieran (Ping timeout: 260 seconds)
04:07:58marinesi see
04:12:29marinesyay
04:12:35marineson original firmware it works
04:12:39marines:D
04:12:46marinesat least i know hardware is ok
04:12:49marinesthat's good
04:14:03***Saving seen data "./dancer.seen"
04:17:09 Quit ReimuHakurei (Read error: Connection reset by peer)
04:19:45 Join xavieran [0] (~xavieran@ppp118-209-194-38.lns20.mel6.internode.on.net)
04:22:22marinesyes, it's rockbox fault
04:22:44 Quit designate72 (Quit: Leaving)
04:22:53marinesafter firmware reinstall it doesn't work
04:23:28marinesperhaps somebody has build from a week ago or so?
04:25:12 Quit pixelma (Disconnected by services)
04:25:14 Join pixelma_ [0] (quassel@rockbox/staff/pixelma)
04:25:16 Nick pixelma_ is now known as pixelma (quassel@rockbox/staff/pixelma)
04:26:33 Quit amiconn (Read error: Operation timed out)
04:26:48 Join amiconn [0] (quassel@rockbox/developer/amiconn)
04:30:04 Quit TheSeven (Ping timeout: 276 seconds)
04:33:27 Join TheSeven [0] (~TheSeven@stgt-5f70e467.pool.mediaWays.net)
04:33:28 Quit TheSeven (Changing host)
04:33:28 Join TheSeven [0] (~TheSeven@rockbox/developer/TheSeven)
04:34:20 Join saratoga [0] (600afc5f@gateway/web/freenode/ip.96.10.252.95)
04:34:46 Join Barahir_ [0] (~jonathan@frnk-590f75a1.pool.mediaWays.net)
04:37:56 Quit Barahir (Ping timeout: 260 seconds)
04:39:25marinesso there is no way to get older build without recompiling?
04:39:41saratogano
04:40:16 Join JesusFreak316 [0] (~JesusFrea@pool-173-65-113-24.tampfl.fios.verizon.net)
04:43:31 Join The_Pwny [0] (~IceChat7@203-219-63-40.tpgi.com.au)
04:44:19marinesyay
04:44:20marinesit works
04:44:47marinesi got a build from old opera's temporary download dir
04:44:49marinesr28654-101124
04:44:53marinesand sd card works
04:53:48 Quit simonrvn (Remote host closed the connection)
04:59:16 Join ReimuHakurei [0] (~reimu@74.112.212.15)
05:00
05:01:45krazykitmarines, the useful thing would be to do a binary transect; build the halfway point between r28654 and the current version and see if that works, then keep going until you find where it breaks
05:09:15 Join simonrvn [0] (simon@209.242-ppp.3menatwork.com)
05:14:11 Quit JesusFreak316 (Ping timeout: 240 seconds)
05:15:14 Join Topy [0] (~Topy44@f048008114.adsl.alicedsl.de)
05:17:23 Quit T44 (Ping timeout: 240 seconds)
05:26:29 Join Strife1989 [0] (~Strife89@adsl-80-186-75.mcn.bellsouth.net)
05:27:04 Quit Strife89 (Disconnected by services)
05:27:07 Nick Strife1989 is now known as Strife89 (~Strife89@adsl-80-186-75.mcn.bellsouth.net)
05:30:27 Nick powell14ski___ is now known as powell14ski (~powell14s@c-67-177-228-132.hsd1.co.comcast.net)
05:31:02 Quit saratoga (Quit: Page closed)
05:34:46 Quit Rob2222 (Ping timeout: 250 seconds)
05:39:36 Quit InsDel (Read error: Connection reset by peer)
05:40:59 Quit mortalscan (Ping timeout: 260 seconds)
06:00
06:14:06***Saving seen data "./dancer.seen"
06:17:00 Part marines
06:27:33 Join CrazyKid [0] (~47e69c1d@giant.haxx.se)
06:27:52CrazyKidhello. first time here
06:28:36S_a_i_n_tGreat, welcome. If you have a question it's best to just ask it.
06:28:48 Nick S_a_i_n_t is now known as [Saint] (S_a_i_n_t@203.184.1.168)
06:29:57 Quit Llorean (Quit: Leaving.)
06:31:31CrazyKidCowon iAudio x7 just came out a couple weeks ago. www.cowonglobal.com . Touch Screen & 4.3 inch wide screen video. Wondering about how long it takes for rockbox to get crackin' on new gadgets. The iAudio x5 rockbox was so good, that I'm excited to see what Rockbox can do with the x7; or is there reason to believe it might not be able to hack into the device like it did the x5?
06:32:13[Saint]Well, there's no time period given on new ports. It doesn't work that way.
06:33:46[Saint]Someone needs to do the work that's actually interested in that particular device.
06:34:39[Saint]The developers basically work on what they want to, when they want to (or when they can), in their free time.
06:35:41CrazyKidif i could code. i would do it in a heartbeat. Guess I'll just have to check back from time to time. Hopefully something will come up within the next year. Thanks
06:36:59[Saint]To get a port started, you don't necessarily have to be able to code.
06:37:22 Quit Strife89 (Remote host closed the connection)
06:37:39[Saint]you could start by gathering info about the device, scanning the PCB if you happen to own one and strip it down, identify components, etc.
06:38:52CrazyKidis there any walkthroughs on how to do that stuff? i dont know what PCB is
06:39:12CrazyKidand where do i post it after i collect the data
06:39:32[Saint]CrazyKid: To give you an idea of the work that needs to be done, you can check out: http://www.rockbox.org/wiki/WebHome?topic=NewPort
06:41:42 Join Strife89 [0] (~Strife89@adsl-80-186-75.mcn.bellsouth.net)
06:47:30CrazyKidwow. they want me to take it apart. is there anything else i can do?
06:47:54[Saint]That's how every port was done so far.
06:48:16[Saint]It seems like a lot of work because it really is.
06:52:37 Quit efyx (Remote host closed the connection)
06:56:52 Quit CrazyKid (Quit: CGI:IRC)
06:58:01 Join BHSPitMonkey [0] (~stephen@unaffiliated/bhspitmonkey)
07:00
07:01:50[Saint]Would it be possible for the build system to include the .map file in the .zip? It wouldn't hurt anyone, I imagine it would be quite helpful in some instances.
07:02:38[Saint]data aborts, in particular.
07:11:46 Join Llorean [0] (~DarkkOne@rockbox/user/Llorean)
07:12:41LloreanIs the MicroSD slot expected to work in Rockbox 3.7.1 for Sansa Clip+?
07:12:56 Join mortalscan [0] (~mortalsca@109.169.55.155)
07:14:08 Quit telliott (Quit: Leaving)
07:14:45the_KyleLlorean: The first Rockbox I put on my Clip+ was 3.7.1. I use svn trunk now with my own customizations, but the microSD slot worked from the beginning for me.
07:15:26LloreanJust got a new 16GB MicroSD card and it's not visible from within Rockbox.
07:17:53the_KyleI think I remember something being mentioned about 16 and 32GB cards sometimes not working. I also think I remember seeing a fix, but I'm not absolutely sure. My card is only 2 GB. Perhaps someone can tell me if this problem was in fact fixed in svn?
07:18:10[Saint]Llorean: Someone mention earlier their uSD card stopped working in RB
07:18:53[Saint]in a sansa c240v2
07:19:22[Saint]I believe he got it working going back some revisions...you could try that.
07:20:17LloreanInteresting
07:20:23LloreanIt certainly works in an extremely old revision on my e200
07:20:32Lloreane200v1
07:20:47LloreanI have to go for a bit, but when I get back I'll update the e200v1 and see if it works, then see about rolling back my Clip+
07:21:32[Saint]perhaps you could try find a revision where it works on your Clip+, and bisect from there.
07:21:35[Saint]Good luck.
07:27:47 Quit liar (Quit: Leaving)
07:49:08LloreanIs there a current vmware image that will work immediately, or will I need to rebuild compilers?
07:51:55Llorean3.7.1 on e200v1 works fine, on Clip+ it doesn't.
07:52:15LloreanMore or less to be expected since it was most likely a hardware issue.
07:55:25Lloreanscorche: What's up with forum user courserelal? I'm seeing several threads where the software thinks he has the most recent post, but when I visit them it's not there. And "show the last posts of this person" shows nothing.
07:55:48LloreanIs this an after-effect of the anti-spam stuff?
07:56:29scorcheyup
07:56:53*scorche hits the nuke spam button
08:00
08:06:31 Join t0rc [0] (~t0rc@unaffiliated/t0rc/x-5233201)
08:14:07***Saving seen data "./dancer.seen"
08:16:08 Quit t0rc (Quit: Give someone code, help them with one project. Teach someone to code, help them rule the world.)
08:17:20 Quit shai (Read error: Connection reset by peer)
08:24:26 Join shai [0] (~Shai@l192-117-110-233.cable.actcom.net.il)
08:35:43 Quit BHSPitMonkey (Remote host closed the connection)
08:57:12 Join Buschel [0] (~chatzilla@p54A39DE7.dip.t-dialin.net)
08:59:05 Join kevku [0] (~kevku@arch.tunnel.ipv6.estpak.ee)
09:00
09:04:13 Join bmbl [0] (~bmbl@unaffiliated/bmbl)
09:10:09 Quit Strife89 (Quit: Shutting down for the night.)
09:12:03 Join kadoban [0] (~kadoban@ip98-165-177-158.ph.ph.cox.net)
09:12:07 Join Horscht [0] (~Horschti@p4FD4F6AD.dip.t-dialin.net)
09:12:08 Quit Horscht (Changing host)
09:12:08 Join Horscht [0] (~Horschti@xbmc/user/horscht)
09:12:42 Join JesusFreak316 [0] (~JesusFrea@pool-173-65-84-98.tampfl.fios.verizon.net)
09:20:49 Join webguest43 [0] (~6efa92de@giant.haxx.se)
09:22:23 Quit webguest43 (Client Quit)
09:22:23 Join bimbel [0] (~bmbl@dsl22-182.pool.bitel.net)
09:22:24 Quit bimbel (Changing host)
09:22:24 Join bimbel [0] (~bmbl@unaffiliated/bmbl)
09:22:39 Join webguest85 [0] (~6efa92de@giant.haxx.se)
09:23:36 Quit webguest85 (Client Quit)
09:24:36 Quit JesusFreak316 (Ping timeout: 240 seconds)
09:25:53 Quit bmbl (Ping timeout: 264 seconds)
09:27:17Buschel[Saint]: could you please check if FS #11807_v10 works for you as well? especially when CPU is boosted?
09:28:30 Join Judas_PhD [0] (~kevin@misterfluffy.dsl.xmission.com)
09:33:40 Quit Keripo1 (Read error: Connection reset by peer)
09:36:37 Quit Buschel (Ping timeout: 260 seconds)
09:39:15 Quit kevku (Quit: KVIrc 4.0.2 Insomnia http://www.kvirc.net/)
09:39:37 Join Keripo [0] (~Keripo@dhcp0101.kin.resnet.group.upenn.edu)
09:43:00 Quit [Saint] (Quit: I'm only going to Heaven if it feels like Hell, I'm only going to Heaven if it tastes like caramel...)
09:46:48 Quit Sudos (Quit: THE FLOOR IS LAVA)
09:51:12 Quit ReimuHakurei (Ping timeout: 276 seconds)
10:00
10:13:56 Join bertrik [0] (~bertrik@rockbox/developer/bertrik)
10:14:08***Saving seen data "./dancer.seen"
10:23:20 Join stoffel [0] (~quassel@p57B4ADCA.dip.t-dialin.net)
10:45:05 Quit stoffel (Ping timeout: 255 seconds)
10:47:30 Join benedikt93 [0] (~benedikt9@unaffiliated/benedikt93)
10:47:43 Join stripwax [0] (~Miranda@87-194-34-169.bethere.co.uk)
10:47:54 Join GeekShadow [0] (~Antoine@reactos/tester/GeekShadow)
10:53:43 Join TheLemonMan [0] (~lem0n@ppp-105-153.98-62.inwind.it)
10:56:06 Join {phoenix} [0] (~dirk@p57AA3A93.dip.t-dialin.net)
10:56:54 Join JdGordon [0] (~jonno@rockbox/developer/JdGordon)
11:00
11:00:06 Quit bertrik (Read error: Connection reset by peer)
11:01:27 Join liar [0] (~liar@clnet-p09-185.ikbnet.co.at)
11:13:49 Join bertrik [0] (~bertrik@ip117-49-211-87.adsl2.static.versatel.nl)
11:13:49 Quit bertrik (Changing host)
11:13:49 Join bertrik [0] (~bertrik@rockbox/developer/bertrik)
11:13:58 Join ender` [0] (krneki@foo.eternallybored.org)
11:16:24 Join dfkt [0] (dfkt@unaffiliated/dfkt)
11:30:02bertrikdo we have a datasheet for ams v2 sd card controller?
11:37:57*bertrik would very much appreciate if driver code had some kind of reference to the information it's based on, or at least explain what device it is a driver for
11:38:02Bushmillscan i see somewhere the CPU clock of the device? sansa clip here.
11:39:27bertrikyes, in the debug menu, can't remember the exact sub-menu
11:40:36Bushmillsright, there it is. "CPU frequency". thanks
11:40:57Bushmills(the "keep out" on Debug menu item was kind of misleading :) )
11:41:37pixelmayou shouldn't usually need to enter it - why is this misleading?
11:41:56Bushmillscause i didn't bother to look in there
11:46:57 Quit bertrik (Read error: Operation timed out)
11:48:28 Join bertrik [0] (~bertrik@ip117-49-211-87.adsl2.static.versatel.nl)
11:48:29 Quit bertrik (Changing host)
11:48:29 Join bertrik [0] (~bertrik@rockbox/developer/bertrik)
12:00
12:01:58AlexPBushmills: It isn't misleading, you shouldn't go in there
12:02:08AlexPPeople don't generally need to see the cpu freq
12:14:11***Saving seen data "./dancer.seen"
12:15:53 Join stoffel [0] (~quassel@p57B4ADCA.dip.t-dialin.net)
12:15:59 Quit {phoenix} (Remote host closed the connection)
12:23:52 Quit factor (Read error: Operation timed out)
12:24:37 Quit Judas_PhD (Quit: This is a quitting message)
12:32:44 Join factor [0] (~factor@r74-195-220-23.msk1cmtc02.mskgok.ok.dh.suddenlink.net)
12:34:10 Join Buschel [0] (~chatzilla@p54A3B2FB.dip.t-dialin.net)
12:53:26 Quit GodEater (Read error: Operation timed out)
13:00
13:14:09 Join GodEater [0] (~bibble@rockbox/staff/GodEater)
13:39:46 Quit factor (Read error: Connection reset by peer)
13:41:16 Quit bluebrother (Read error: Operation timed out)
13:41:32 Quit The_Pwny (Quit: Download IceChat at www.icechat.net)
13:42:55 Join domonoky [0] (~Domonoky@rockbox/developer/domonoky)
13:45:11 Join bluebrother [0] (~dom@f053154143.adsl.alicedsl.de)
13:45:11 Quit bluebrother (Changing host)
13:45:11 Join bluebrother [0] (~dom@rockbox/developer/bluebrother)
13:49:15 Join petur [0] (~petur@rockbox/developer/petur)
13:55:22 Quit slooopy (Ping timeout: 272 seconds)
13:55:34 Join Horschti [0] (~Horschti@xbmc/user/horscht)
13:56:42 Join factor [0] (~factor@r74-195-220-23.msk1cmtc02.mskgok.ok.dh.suddenlink.net)
13:58:19 Quit JdGordon (Ping timeout: 265 seconds)
13:59:03 Quit Horscht (Ping timeout: 255 seconds)
14:00
14:04:48 Join {phoenix} [0] (~dirk@p57AA3A93.dip.t-dialin.net)
14:07:24 Join slooopy [0] (~sloo@p5493C677.dip0.t-ipconnect.de)
14:11:02 Quit stoffel (Remote host closed the connection)
14:14:13***Saving seen data "./dancer.seen"
14:25:35 Quit liar (Quit: Leaving)
14:26:37 Quit petur (Quit: here today, gone tomorrow)
14:32:54 Quit stripwax (Quit: http://miranda-im.org)
14:47:17 Quit benedikt93 (Ping timeout: 265 seconds)
15:00
15:00:02 Join benedikt93 [0] (~benedikt9@unaffiliated/benedikt93)
15:02:45 Quit sinthetek (Ping timeout: 276 seconds)
15:04:39 Join stripwax [0] (~Miranda@87-194-34-169.bethere.co.uk)
15:05:13 Quit stripwax (Client Quit)
15:06:39 Join stripwax [0] (~Miranda@87-194-34-169.bethere.co.uk)
15:09:31 Quit xavieran (Ping timeout: 265 seconds)
15:16:42 Join pamaury [0] (~quassel@cez63-2-88-164-98-172.fbx.proxad.net)
15:16:42 Quit pamaury (Changing host)
15:16:42 Join pamaury [0] (~quassel@rockbox/developer/pamaury)
15:17:28 Join sinthetek [0] (~sinthetek@unaffiliated/sinthetek)
15:18:33 Join Horscht [0] (~Horschti@xbmc/user/horscht)
15:21:36 Quit Horschti (Ping timeout: 265 seconds)
15:22:37 Quit shai (Ping timeout: 240 seconds)
15:27:20 Quit {phoenix} (Remote host closed the connection)
15:27:30 Quit Horscht (Quit: Verlassend)
15:27:56 Join DerPapst [0] (~Alexander@91-66-226-46-dynip.superkabel.de)
15:29:38 Join shai [0] (~Shai@l192-117-110-233.cable.actcom.net.il)
15:32:29 Join liar [0] (~liar@clnet-p09-185.ikbnet.co.at)
15:33:15 Join ReimuHakurei [0] (~reimu@74.112.212.15)
15:34:52 Quit Buschel (Ping timeout: 260 seconds)
15:46:31 Join Horscht [0] (~Horschti@xbmc/user/horscht)
16:00
16:00:44 Join stoffel [0] (~quassel@p57B4ADCA.dip.t-dialin.net)
16:05:34 Join fdinel [0] (~Miranda@modemcable235.127-131-66.mc.videotron.ca)
16:09:17 Quit stripwax (Quit: http://miranda-im.org)
16:12:20 Join kugel [0] (~kugel@rockbox/developer/kugel)
16:14:17***Saving seen data "./dancer.seen"
16:16:36 Join stripwax [0] (~Miranda@87-194-34-169.bethere.co.uk)
16:29:01 Quit liar (Ping timeout: 240 seconds)
16:29:30 Quit benedikt93 (Quit: Bye ;))
16:30:42 Join Horschti [0] (~Horschti@xbmc/user/horscht)
16:31:04 Quit bluebrother (Ping timeout: 265 seconds)
16:34:26 Quit Horscht (Ping timeout: 260 seconds)
16:37:13 Quit mortalscan (Ping timeout: 260 seconds)
16:51:15 Quit kugel (Remote host closed the connection)
16:52:43 Quit factor (Ping timeout: 272 seconds)
17:00
17:18:29 Join liar [0] (~liar@clnet-p09-185.ikbnet.co.at)
17:18:59 Join {phoenix} [0] (~dirk@p57AA3A93.dip.t-dialin.net)
17:21:52 Join factor [0] (~factor@r74-195-220-23.msk1cmtc02.mskgok.ok.dh.suddenlink.net)
17:46:34 Join krabador [0] (~krabador@host197-229-dynamic.252-95-r.retail.telecomitalia.it)
17:50:09 Join bluebrother [0] (~dom@rockbox/developer/bluebrother)
17:51:07 Quit slooopy (Ping timeout: 264 seconds)
17:52:43 Join phixxor [0] (~Patrick@pool-74-96-229-29.washdc.fios.verizon.net)
17:53:02 Quit stoffel (Read error: No route to host)
17:53:28phixxorhello y'all −− I'm having a problem where I can access my songs through the database, but if I browse by files, all I see are empty folders where the songs could be
17:53:33phixxoris this in the documentation?
17:53:53phixxorif it is, could you give me a hint as to where information is about that
17:54:26 Join stoffel [0] (~quassel@p57B4ADCA.dip.t-dialin.net)
17:56:34domonokyphixxor: make sure the file view is set to "supported" or "all"
17:56:50phixxordomonoky, ok −− i'll give it a shot
17:57:04phixxori was able to see it until one day it stopped working
17:57:47domonokythen its very likely that you accidently changed the fileview to "playlists" or similar
17:58:25phixxorreally? fantastic :D I hope that's what happened. One more question if you have time: every time i turn on my DAP I get a message "database is NOT ready" −− is there any way I can make it ready?
18:00
18:00:40 Quit cozmic (Ping timeout: 240 seconds)
18:00:47phixxorright now my settings are to load the database to RAM, and auto update
18:00:47domonokytake a look at the database section in the manual :-)
18:00:55phixxorhaha, thanks :D
18:00:57phixxorI will
18:02:04 Join Buschel [0] (~chatzilla@p54B66735.dip.t-dialin.net)
18:02:09phixxorwould that be "section 8 general settings?"
18:03:55phixxorok i found it but gotta go
18:03:59phixxorthanks for your help!
18:04:01phixxorbye
18:04:02 Quit phixxor (Quit: Leaving)
18:05:27 Quit user890104 ()
18:07:39 Join saranac [0] (~mickey@ool-4572d64a.dyn.optonline.net)
18:10:35saranacis anyone in here?
18:11:16bertrikyes
18:12:56 Join esperegu [0] (~quassel@145.116.10.163)
18:14:15saranacis there any hope for recovering a nano 2g from FTL damage? the ipod will not mount
18:14:18***Saving seen data "./dancer.seen"
18:17:08gevaertsI think so, but I don't have a nano2G myself, so I don't know any details
18:18:44 Quit stripwax (Quit: http://miranda-im.org)
18:19:40saranacdo you know of any command line tools for debugging via usb (unmounted)?
18:20:12gevaertsYou're sure it's FTL and not "just" filesystem corruption?
18:22:38saranacwell, i'm not totally sure, but it seems to boot into one of two states, depending on a delicate timing of button presses
18:23:37saranacone will say: "The FTL seems to be damaged." "Forcing check" "Scanning Flash..." "*PANIC*" "Division by Zero!"
18:24:07saranacanother says: "Entering recovery mode." "Connect via usb."
18:27:35saranacI should mention that it not only doesn't mount, but it does not show up as a disk device i.e. sda1
18:27:51gevaertsI think I've heard you can reset the FTL (i.e. low-level wipe the thing), but as I said, I don't have a nano...
18:33:33pixelmaTheSeven is the one who knows the most about the 2nd gen Nano and the FTL. If you stay here for a while, he may be able to help you. I don't know though if/when he's really around
18:34:21TheSevensaranac: known bug
18:35:48TheSeventhis is pre-r213 emBIOS, right?
18:36:04TheSevenas this isn't really a rockbox issue, we should probably move this discussion to #freemyipod-support
18:36:47saranacyes, should we move there now? its emBIOS version 0.1.2 r206
18:37:13TheSevenyou'll have to install half a dozen pc-side tools and then update it in recovery mode
18:37:28TheSevenr213 and newer can handle this case properly
18:37:38TheSevenif you're lucky, you don't even need to wipe it completely
18:37:55TheSevenapparently you're using linux?
18:38:14saranacyes, are the tools linux based?
18:38:35TheSeventhey should work on both windows and linux
18:38:50TheSevenwhich python versions do you have installed?
18:39:41TheSevenget http://sourceforge.net/projects/pyusb/files/PyUSB 1.0/1.0.0-alpha-0/pyusb-1.0.0-a0.zip/download and run setup.py install in the place where you extracted it
18:39:55TheSevenmake sure it's run in python 2.6/2.7
18:40:04saranac2.6.5
18:40:24TheSeventhat's fine
18:40:41TheSevenalso download embios.py, embiosldr.py and libembios*.py from here: http://svn.freemyipod.org/embios/trunk/tools
18:41:05TheSevenand you'll also need http://theseven.freemyipod.org/download/iloader/ipodnano2g-installer0.2.1-iloader0.2.2-uninstaller0.2.0-embios0.1.4-embiosldr0.1.1-umsboot0.1.0-20101103-r250.bin
18:42:09saranaci'm downloading them now
18:42:52 Quit esperegu (Read error: Operation timed out)
18:43:30TheSevenonce you go all of those, run the following command in the directory where you placed the files:
18:43:57TheSeven(the ipod should be in recovery mode, i.e. turn on the hold switch immediately after resetting)
18:44:06TheSevenpython embiosldr.py ipodnano2g-installer*.bin
18:44:52TheSevenif you're lucky that will already fix it and update emBIOS/iLoader. if not, you'll need to completely wipe the flash
18:46:33 Join esperegu [0] (~quassel@145.116.15.244)
18:47:42saranacok, i'm doing this now.
18:48:28 Join stripwax [0] (~Miranda@87-194-34-169.bethere.co.uk)
18:52:32 Join kugel [0] (~kugel@rockbox/developer/kugel)
18:52:59 Join InsDel [0] (~haqr.net@unaffiliated/insdel)
18:53:28 Join domonoky1 [0] (~Domonoky@agsb-5d8516ab.pool.mediaWays.net)
18:53:54 Quit stoffel (Read error: Connection reset by peer)
18:55:34 Join stoffel [0] (~quassel@p57B4ADCA.dip.t-dialin.net)
18:56:14 Quit domonoky (Ping timeout: 272 seconds)
18:58:31 Join slooopy [0] (~sloo@p5493DA36.dip0.t-ipconnect.de)
19:00
19:01:15saranacafter running embiosldr.py I get the following: "Connected to emBIOS Loader Recovery Mode on iPod Nano 2G, USB version 1" but it also says to provide a command and parameters as command line arguments
19:02:29*TheSeven mixed things up
19:02:51TheSevenpython embiosldr.py upload 08000000 ipodnano2g-installer*.bin && python embiosldr.py execute 08000000 0a000000
19:05:34 Join Horscht [0] (~Horschti@xbmc/user/horscht)
19:07:20saranacTheSeven, thank you so very much. You are awesome!
19:07:45 Quit bimbel (Quit: Verlassend)
19:08:09 Quit Horschti (Ping timeout: 265 seconds)
19:09:02 Join Horschti [0] (~Horschti@xbmc/user/horscht)
19:10:27 Join casainho [0] (~chatzilla@2.81.154.159)
19:11:07 Join mortalscan [0] (~mortalsca@109.169.55.155)
19:11:58saranacNow, the partition table is said to be invalid, but luckily i can just copy the first 512 bytes from another nano 2g using dd.
19:12:15TheSevendepends on how you installed it
19:12:24TheSevendid you remove the apple firmware partition?
19:12:40saranacyes. is there another way then?
19:13:00TheSevenit's formatted as a "superfloppy" in that case
19:13:19TheSeveni.e. /dev/sdb, or whatever it is, is directly the file system
19:13:20 Quit Horscht (Ping timeout: 264 seconds)
19:13:23TheSevenno partition table at all
19:14:36saranacso, should there be a partition table? i.e. should i create one?
19:15:14TheSevennope
19:15:41TheSevenjust mount /dev/sdb directly, not /dev/sdb1
19:16:19 Quit mortalscan (Ping timeout: 264 seconds)
19:16:23saranacoh! i get it now.
19:18:40 Join zicho [0] (~zicho@c-639de355.68-7-64736c14.cust.bredbandsbolaget.se)
19:19:12saranacso should i mount as vfat?
19:19:46TheSevenprobably
19:19:52TheSevenmount should usually autodetec that
19:23:03saranacmount is asking me to specify.. tried vfat, got wrong fs type message
19:23:48TheSevenhm
19:23:56TheSevenso the superblock is corrupted?
19:24:31saranacpossibly.. mount didn't say for sure. how can i tell?
19:26:50zichodoes anyone know if rockbox is compatible with ipod video?
19:27:02zichooh, sorry
19:27:07zichoi missed it on the website
19:27:26TheSevenzicho: if it's really an ipod video (and not for example an ipod classic, the one apple is selling currently), it will work
19:27:58TheSevensaranac: if it doesn't mount that's a pretty clear sign
19:28:07TheSevendid you try to dd a partition table to it?
19:28:14TheSevenif yes, you probably screwed it that way
19:28:22TheSevenif not, it was probably corrupted by the ftl problems
19:28:32saranacno, i didnt do that yet.
19:29:14TheSevenhm
19:29:20saranaccan it simply be reformatted?
19:29:35TheSevenwhat does the ipod do currently?
19:29:42TheSevencomplain that it can't find a theme?
19:30:17saranacexactly
19:30:25zichowhich ipod is the one mentioned as 5.5g?
19:31:02TheSeven5.5g is an ipod video
19:31:07zichoah
19:31:37TheSevensaranac: ok, go back to that state (don't run disk mode), then execute the following command
19:32:39TheSevenpython embios.py ipodnano2g_wipenand /tmp/wipelog.bin
19:33:10TheSevenonce that completes, reboot it (or run python embios.py reset), disconnect it from the pc, and then run disk mode
19:33:39TheSevenit will stay at a white screen for some seconds (reinitializing the FTL), and then go back to the "no theme" menu
19:33:49TheSevenconnect it to the pc again, and run the following command:
19:33:59TheSevenpython embios.py runfirmware 08000000 ipodnano2g-installer*.bin
19:34:21TheSeventhe installer will run again, complain that it can't mount the file system, and ask you if you want to reformat it. choose yes.
19:34:44TheSeventhat way it will automatically reinstall the theme etc.
19:35:15 Quit InsDel (Read error: Connection reset by peer)
19:37:37saranacok, its sitting at the whitescreen now. i'll post results when i complete these steps
19:39:25 Join JesusFreak316 [0] (~JesusFrea@pool-173-65-84-98.tampfl.fios.verizon.net)
19:39:50 Quit kugel (Ping timeout: 240 seconds)
19:42:34 Join Self-Perfection [0] (~self@89-178-174-4.broadband.corbina.ru)
19:44:17 Quit Horschti (Quit: Verlassend)
19:46:43 Join BHSPitMonkey [0] (~stephen@unaffiliated/bhspitmonkey)
19:46:50TheSevensaranac: it shouldn't stay on the white screen for more than like 10 seconds
19:47:00saranacok, i repeat: TheSeven, you are awesome!
19:47:08TheSevendid everything work?
19:47:22saranacit even installed rockbox apparently
19:49:05TheSevenhm? that's interesting :)
19:49:44TheSeventhe installer i linked shouldn't contain rockbox
19:50:28TheSeveni have one that does, but didn't ever publish this (because it would be outdated rather soon)
19:50:53 Join Strife89 [0] (~Strife89@adsl-80-186-75.mcn.bellsouth.net)
19:51:11saranaccorrection.. i got excited and jumped the gun on that one.
19:51:32saranaciloader simply had the rockbox "button"
19:51:35TheSevenok
19:52:45saranacTheSeven: thanks so much for your help with this. should this discussion be copied to another forum as you had mentioned earlier?
19:53:13TheSevenit has been there a couple of times :)
19:53:31TheSevenmaybe it was good to have it in the #rockbox logs one time as well, for reference
19:53:47 Quit factor (Ping timeout: 276 seconds)
19:54:39saranacyou must be very patient then, which i appreciate. i wonder why google didn't find the earler discussions
19:59:27 Join factor [0] (~factor@r74-195-220-23.msk1cmtc02.mskgok.ok.dh.suddenlink.net)
19:59:41Self-PerfectionWould anyone be so kind as to reopen bug FS #11168? It seems for me it is not actually solved.
20:00
20:00:32 Quit slooopy (Read error: Operation timed out)
20:01:17Self-PerfectionDefault font on my iPod Video takes 6.0-6.1 seconds to load according to bootchart.
20:02:02 Join CaptainKewl [0] (~jason@207-38-215-126.c3-0.nyr-ubr1.nyr.ny.cable.rcn.com)
20:02:22TheSevenhm, any other patches applied?
20:02:39TheSevenif that would be like this on all ipods, i'd expect way more people to be complaining
20:04:01Self-PerfectionNope, only bootchart enabled.
20:04:07gevaertsSelf-Perfection: do you have .glyphcache files in .rockbox?
20:04:29Self-PerfectionYes. I tried to wipe it - did not help.
20:06:02gevaertshm, ok
20:06:37gevaertsOK, I reopened it. Please add your findings there :)
20:07:09CIA-7New commit by alex (r28849): Manual: change wording slightly in the USB charging section.
20:07:18 Quit Buschel (Ping timeout: 260 seconds)
20:07:22 Join kevku [0] (~kevku@arch.tunnel.ipv6.estpak.ee)
20:07:33Self-Perfectiongevaerts: thank you
20:09:06CIA-7r28849 build result: All green
20:10:20 Quit krabador (Read error: Connection reset by peer)
20:13:21 Quit saranac (Quit: Leaving)
20:14:19***Saving seen data "./dancer.seen"
20:16:30pixelmaAlexP: on the Ondio at least (probably all players that don't automatically turn on while connecting to USB) you can also hold the button while turning them on (USB already connected, of course)
20:17:01AlexPHmmm
20:17:15AlexPI suppose we should do some tests
20:17:23AlexPBut, another time
20:17:28gevaertsI think this is fine
20:17:40AlexPWhat is there now isn't any more right or wrong that what there before at least :)
20:18:01 Quit kadoban (Ping timeout: 276 seconds)
20:18:55gevaertsThe point is to avoid confusing people. If that means that some people with reasonably rare players don't realise that they can start holding the button a bit earlier, then I'm not too worried about that
20:21:19 Join Buschel [0] (~chatzilla@p54B66735.dip.t-dialin.net)
20:24:11 Join simonrvn_ [0] (simon@197.184-ppp.3menatwork.com)
20:25:24 Quit simonrvn (Disconnected by services)
20:25:24 Nick simonrvn_ is now known as simonrvn (simon@197.184-ppp.3menatwork.com)
20:36:44 Quit stripwax (Quit: http://miranda-im.org)
20:40:29 Join stripwax [0] (~Miranda@87-194-34-169.bethere.co.uk)
20:49:14 Quit bertrik (Read error: Connection timed out)
20:49:44 Join bertrik [0] (~bertrik@rockbox/developer/bertrik)
20:52:28 Join user890104 [0] (Venci@venci-notebook-lan.ipv6.6bez10.info)
20:53:46 Quit kevku (Quit: KVIrc 4.0.2 Insomnia http://www.kvirc.net/)
20:58:38 Quit Buschel (Ping timeout: 260 seconds)
21:00
21:09:05 Join kadoban [0] (~kadoban@ip98-165-177-158.ph.ph.cox.net)
21:11:50 Join kiddyshaq34 [0] (~kvirc@host109-153-156-45.range109-153.btcentralplus.com)
21:12:09 Join saratoga [0] (9803c22e@gateway/web/freenode/ip.152.3.194.46)
21:12:36kiddyshaq34Is there going to be sdl for rockbox?
21:12:48AlexP?
21:13:23 Join kugel [0] (~kugel@rockbox/developer/kugel)
21:14:21 Quit casainho (Quit: ChatZilla 0.9.86 [Firefox 3.6.12/20101027124101])
21:14:35kiddyshaq34Is there going to be sdl for rockbox?
21:14:44saratogaapparently songbird can sync with android phones automatically
21:14:49saratogai wonder if it works with rockbox
21:15:07saratogakiddyshaq34: what do you mean?
21:16:28kiddyshaq34excluding the simulator, sdl for rockbox
21:17:33kugelsaratoga: why shouldn't it?
21:18:23saratogakugel: maybe it requires some kind of database or something?
21:18:27saratoganever looked at it
21:18:34kugelsyncing with android means copying the files and trigger a media scanner re-run; but we don't use the builtin media library (partly because it doesn't know the formats we can play)
21:18:42saratogaah ok
21:18:52 Quit ReimuHakurei (Quit: BRB FBI)
21:18:56saratogakiddyshaq34: I'm not entirely sure what you want, but my guess is no
21:19:03kugelI cannot imagine other magic being part of it
21:19:08stripwaxwhat does sdl "for" rockbox mean?
21:19:10saratogathough if you explain yourself i can probably give you a better answer
21:19:32stripwaxkiddyshaq34 - you want to write sdl applications, and run them on rockbox?
21:19:39kiddyshaq34remember? simple directmedia layer
21:19:55stripwaxyes, know what it means, don't understand the connection to rockbox
21:20:28AlexPkiddyshaq34: We all know what sdl is, we don't know what "sdl for rockbox" means
21:20:39kugelsaratoga: apparently it's done via a plugin that works for any UMS device, not only android phones
21:20:45saratogasomeone on HA was saying they got a lot of clipping with the dynamic range compressor, does anyone know why this would happen?
21:20:47kiddyshaq34stripwax: yes, I might develop sdl applications for rockbox
21:20:52 Part Llorean
21:20:54saratogakugel: ah ok, so we don't really have to support anything
21:21:12stripwaxkiddyshaq34 - then the answer is 'no, we will never implement sdl that runs within rockbox itself'
21:21:26stripwaxrockbox plugins will always be rockbox-native
21:21:54kiddyshaq34I meant libsdl
21:22:08*gevaerts isn't sure how big such a hypothetical sdl-for-rockbox would be
21:22:35saratogaprobably wouldn't work very well with our stripped down c library and lack of malloc, but i guess you could try and get it to compile inside a plugin
21:22:35stripwaxkiddyshaq34 - rockbox applications don't have libs in the way that you're probably thinking about things
21:22:53kugelkiddyshaq34: you would need to port sdl yourself if you want to use it
21:23:13kiddyshaq34wait...
21:23:26stripwax'porting sdl' might be harder than 'just writing the plugin specifically for rockbox'
21:23:31kiddyshaq34how can you convert pc code into rockbox code?
21:23:55stripwaxkiddyshaq34 - there's no "one" answer to that question
21:24:27stripwaxthe most obvious answer is "take a look at the code, and replace system library calls with the rockbox equivalents, and, if there is no rockbox equivalent, implement your own"
21:24:41stripwax^system library^library
21:24:59kiddyshaq34oh...
21:25:03stripwaxkiddyshaq34 - let's turn this around. what are you trying to do?
21:25:21kiddyshaq34port the sdl fire demo to rockbox
21:25:29stripwaxrockbox already has a fire demo
21:25:46kiddyshaq34I mean the red fireworks demo
21:25:56stripwaxrockbox already has a fireworks demo
21:26:03kiddyshaq34oh...
21:26:03stripwaxmaybe you can just enhance the existing ones
21:26:10kiddyshaq34ok
21:26:23stripwaxthanks
21:27:40kiddyshaq34I'll try my best ;)
21:28:27kiddyshaq34bye
21:28:35kiddyshaq34see you later
21:28:37stripwaxjust note that rockbox has only basic graphics libraries
21:28:46stripwaxso it might be a fun project .. :)
21:28:48kiddyshaq34ok... :O
21:29:02kiddyshaq34ok bye
21:29:10kiddyshaq34see you ;)
21:29:14 Part kiddyshaq34 ("Once you know what it is you want to be true, instinct is a very useful device for enabling you to know that it is")
21:30:26 Join Kitar|st [0] (~Kitarist@BSN-182-103-35.dial-up.dsl.siol.net)
21:31:10 Join Judas_PhD [0] (~kevin@misterfluffy.dsl.xmission.com)
21:51:43 Quit fdinel (Read error: Connection reset by peer)
21:52:29 Quit esperegu (Ping timeout: 255 seconds)
21:53:26 Quit kadoban (Ping timeout: 240 seconds)
22:00
22:14:23***Saving seen data "./dancer.seen"
22:16:13 Quit stripwax (Quit: http://miranda-im.org)
22:17:21 Join logiclost [0] (~lostlogic@erudite.lostlogicx.com)
22:18:14 Quit liar (Ping timeout: 240 seconds)
22:18:47 Join liar [0] (~liar@clnet-p09-185.ikbnet.co.at)
22:19:03mc2739pixelma: ping
22:20:11 Quit lostlogic (Read error: Operation timed out)
22:20:42 Quit saratoga (Quit: Page closed)
22:20:55CIA-7New commit by jethead71 (r28850): MPEGPlayer playlist should as well support all viewer-handled file extensions...indeed.
22:21:53 Quit logiclost (Ping timeout: 250 seconds)
22:22:19 Join lostlogic [0] (~lostlogic@rockbox/developer/lostlogic)
22:22:40CIA-7r28850 build result: All green
22:24:41 Quit domonoky1 (Ping timeout: 240 seconds)
22:25:00 Join domonoky [0] (~Domonoky@rockbox/developer/domonoky)
22:26:10 Join thegeek [0] (~nnscript@132.108.34.95.customer.cdi.no)
22:29:29 Join stripwax [0] (~Miranda@87-194-34-169.bethere.co.uk)
22:34:31pixelmamc2739: ?
22:34:37 Join Rob2222 [0] (~Miranda@p4FFF18CB.dip.t-dialin.net)
22:34:48 Join b0hoon [0] (~quassel@public-gprs130335.centertel.pl)
22:34:51mc2739pixelma: does your c200 have fmradio?
22:35:38pixelmayes, AFAIK all have and the ones sold without only have it disabled in the Sansa OF
22:36:17Rob2222is there a dev that is working on the sansa targets?
22:36:29Rob2222-that +who
22:36:42mc2739Can you try something for me then? In the fm radio, if you press the submenu button, do you see the volume decrease as it enters the menu?
22:38:30pixelmait does indeed. Something is not "protected" with pre-conditions or so
22:39:38 Quit stoffel (Remote host closed the connection)
22:40:00pixelmaor some problem with linked contexts
22:41:39b0hoonLambdaCalculus37: (logs) i suppose any target with the external charging possibility has it, so yes.
22:45:15*b0hoon has just repaired his hdd63330 - Yeah!!!
22:49:00bertrik\o/
22:51:06mc2739pixelma: thanks for testing - I'm not too familiar with this target, but knew that did not look proper
23:00
23:05:17 Join kadoban [0] (~kadoban@ip98-165-177-158.ph.ph.cox.net)
23:05:34Rob2222Hmm, is anyone working on the "Sansa AMS doesnt recognize 16GB cards sometimes" problem? I just wantet to say, that if the card completes the initialisation (sometimes) ist works without any problems until the next reboot.
23:06:04Rob2222have problems with a 16GB sandsisk on fuze2 AND clip+
23:07:24Rob2222and card is working without any problems on OF
23:08:55 Join telliott [0] (~Tim@d27-96-170-180.evv.wideopenwest.com)
23:10:28telliottAnyone try this patch to fix the microsd problem on the Clip+? http://www.rockbox.org/tracker/task/11798?getfile=22974
23:15:11 Join kevku [0] (~kevku@arch.tunnel.ipv6.estpak.ee)
23:16:50pixelmaRob2222: this may also answer your question. If you read the patch's description (link without the getfile part) it looks like bertrik is looking into it a bit and the guy at the tracker who provided the patch
23:17:57 Join JdGordon [0] (~jonno@rockbox/developer/JdGordon)
23:20:58 Quit telliott (Read error: Connection reset by peer)
23:21:10 Join telliott [0] (~Tim@d27-96-170-180.evv.wideopenwest.com)
23:21:31bertrikcorrect
23:27:26 Quit liar (Quit: Leaving)
23:29:40 Quit stripwax (Quit: http://miranda-im.org)
23:30:16 Quit ender` (Quit: True terror is to wake up one morning and discover that your high school class is running the country.)
23:32:33 Quit kadoban (Ping timeout: 265 seconds)
23:35:09 Quit Judas_PhD (Quit: This is a quitting message)
23:44:03 Quit kevku (Quit: KVIrc 4.0.2 Insomnia http://www.kvirc.net/)
23:51:57 Join froggyman [0] (~seth@unaffiliated/froggyman)

Previous day | Next day