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 2013-10-27

00:01:28 Quit y4n (Quit: Assumption is the mother of all fuckups)
00:05:49 Quit cmhobbs (Ping timeout: 245 seconds)
00:08:40 Quit lorenzo92 (Ping timeout: 268 seconds)
00:09:27 Join cmhobbs [0] (~cmhobbs@fsf/member/cmhobbs)
00:12:03***Saving seen data "./dancer.seen"
00:21:13 Quit cmhobbs (Ping timeout: 248 seconds)
00:23:38 Join carlos [0] (05443f4d@gateway/web/freenode/ip.5.68.63.77)
00:24:01 Nick carlos is now known as Guest18456 (05443f4d@gateway/web/freenode/ip.5.68.63.77)
00:24:40 Nick Guest18456 is now known as ctasantos (05443f4d@gateway/web/freenode/ip.5.68.63.77)
00:24:46ctasantoshello people
00:25:18 Quit phlx (Ping timeout: 256 seconds)
00:26:24ctasantosis there any developer for rockbox android app?
00:29:33foolshI'm new here, but seeing the state of the android app in the sources leads me to believe not. Is there something specific you want to ask?
00:34:58ctasantoshi foolsh. i wanted to know if the project has been active and if it you need any developers
00:35:16ctasantosmaybe i can help in my free time
00:36:31foolshBy all means if you want to jump in, I would say don't hesitate, it is after all an open source project. But I'm sure many here will have the same attitude.
00:36:50 Quit lebellium (Quit: ChatZilla 0.9.90.1 [Firefox 25.0/20131022211721])
00:38:22ctasantoscan you specify the attitude?
00:39:58 Quit Raptors (Read error: Connection reset by peer)
00:40:52foolshThe attitude I've encountered is quite tolerant of my lack of knowledge so far, some even going out of their way to help people.
00:41:44ctasantosok. are you a developer for rockbox?
00:42:46foolshMy name is in the credits but I would not call myself one no. It was a small contribution.
00:43:42foolshSo even someone like myself, who can only contribute in small ways is still rewarded here.
00:45:05foolshBy all means grab the sources and read the wiki nothing is stopping you from joining the fray, except not joining.
00:45:46 Quit DerPapst (Quit: Leaving.)
00:47:23ctasantosi'm trying to find the android section in the website
00:47:25ctasantos:)
00:47:40ctasantoshttp://www.rockbox.org/wiki/AndroidPort
00:48:35ctasantosit seems that the android version is already in an advanced state
00:48:59foolshAdd this to your reading as well then http://forums.rockbox.org/index.php/topic,43260.0.html
00:49:14foolshIt is quite so yes
00:50:04foolshMostly only the development tools are in a state of neglect at the moment.
00:51:23ctasantosyes it seems to be
00:53:14ctasantosI will have a look a this
00:53:19ctasantosthanks for your help :)
00:53:25foolshThere does remain many hurdles to overcome before it can be included in the usable Rockbox ports category though. Always room for improvement.
00:53:41foolshYou're welcome
00:57:36 Quit ctasantos (Quit: Page closed)
01:00
01:02:04pamauryfoolsh: pamaury/7175612">https://gist.github.com/pamaury/7175612
01:02:42pamauryit's not a actual port at this point
01:06:16 Quit ender` (Quit: The two aspiring triangle peaks arching into an abstracted ‘M’ typified the progressive leadership-minded outlook of the company. -- Motorola exec on their logo)
01:10:46foolshpamaury: I just want to see the beginnings, I always only get to see the end result. Thanks again.
01:12:32pamaurywell here it's not the complete beginning: we already have the tool to upload some code, then I'm going to do some hacking in hwstub to get a working usb connection to the device and be able to poke at the registers and the memory
01:23:45foolshShorter than I thought it would be. Still its an insight I appreciate having.
01:24:19pamaurywell don't underestimate the time it takes to make than hacking into hwstub working :)
01:24:33*foolsh is still compiling gcc for cortex
01:24:49pamauryhere is it quite difficult because I know nothing about the chip: I cannot blink a led or something, I really only know the usb core
01:26:50pamauryin my experience, usb might well be the second most helpful debugging method, after jtag ;)
01:30:30pamauryhaha, forgetting to clear BSS region is a nasty bug
01:30:45foolshNo, I would not underestimate the time nor talent required. I was surprised at the quantity of code to get to this point not the quality ;)
01:32:14pamauryat this point it does nothing ^^ The only thing it does it disconnect usb, which is the only way I can tell it's running my code at this point
01:32:55foolshPoorman's debug function heh?
01:33:24pamauryyeah
01:33:52pamauryat this point, debugging is very frustrating because any failure means it doesn't do what you want, but you have no idea what it does
01:36:41 Quit bertrik (Remote host closed the connection)
01:38:56foolshI see, would that make finding the frame buffer addresses and get some kind of feed back working the next step? or would you rely on a debugger running on the host PC?
01:40:40pamauryin this particular case, my next step when usb is working is to understand better the memory layout, in particular what is the amount of memory this thing has
01:41:04pamauryif it's too small, I'll just there because it means rockbox cannot be ported without huge effort
01:41:08pamaury*just stop
01:44:22pamauryoh and always, try to determine clock speed
01:45:00pamaurys/always/also
01:49:21*foolsh has finally finished compiling the gcc toolchain for cortex-m4
01:51:05foolshI only hope symbolicly linking arm-none-eabi-gcc to arm-none-eabi-cc was not a mistake
01:52:24foolshShould be right though as far as I know
01:52:36foolshThanks again pamaury I'm off to bed
01:52:45pamaurygood night
01:52:59 Part foolsh
02:00
02:03:01 Join Raptors [0] (~whoneedsa@198-200-68-213.cpe.distributel.net)
02:12:08***Saving seen data "./dancer.seen"
02:58:43 Join ikeboy [0] (~ikeboy@ool-435622d3.dyn.optonline.net)
02:01:50 Join pamaury_ [0] (~quassel@rockbox/developer/pamaury)
02:01:51 Join KiwiCAM_ [0] (~quassel@121-99-25-19.bng1.nct.orcon.net.nz)
02:07:39 Join Gallomimia_ [0] (~gallo@key.cha0sgaming.net)
02:08:41 Quit kiwicam (*.net *.split)
02:08:41 Quit pamaury (*.net *.split)
02:08:41 Quit GodEater (*.net *.split)
02:08:42 Quit Gallomimia (*.net *.split)
02:08:55 Join GodEater [0] (~whoknows@cl-711.lon-02.gb.sixxs.net)
02:09:58 Quit ikeboy (Remote host closed the connection)
02:10:47 Join ikeboy [0] (~ikeboy@ool-435622d3.dyn.optonline.net)
02:22:47 Quit Mir (Quit: Konversation terminated!)
02:25:49 Quit pamaury_ (Ping timeout: 245 seconds)
02:27:29 Join Mir [0] (~Mir@pool-71-109-219-225.lsanca.dsl-w.verizon.net)
02:53:02 Join cmhobbs [0] (~cmhobbs@ip70-178-52-92.ks.ks.cox.net)
02:53:02 Quit cmhobbs (Changing host)
02:53:02 Join cmhobbs [0] (~cmhobbs@fsf/member/cmhobbs)
03:00
03:12:10***Saving seen data "./dancer.seen"
03:23:06 Join dv__ [0] (~quassel@chello080108009040.14.11.vie.surfer.at)
03:23:42 Quit dv_ (Ping timeout: 245 seconds)
03:52:04 Quit ikeboy (Quit: ikeboy)
04:00
04:01:03 Quit pixelma (Disconnected by services)
04:01:03 Join pixelma_ [0] (pixelma@rockbox/staff/pixelma)
04:01:04 Join amiconn_ [0] (quassel@rockbox/developer/amiconn)
04:01:04 Quit amiconn (Disconnected by services)
04:01:05 Nick pixelma_ is now known as pixelma (pixelma@rockbox/staff/pixelma)
04:01:07 Nick amiconn_ is now known as amiconn (quassel@rockbox/developer/amiconn)
04:09:35 Join krabador [0] (~krabador_@unaffiliated/krabador)
04:17:26 Quit rdn (Remote host closed the connection)
04:35:37 Quit krabador (Quit: Sto andando via)
04:50:14 Join [Saint] [0] (~quassel@rockbox/user/saint)
04:58:53*[Saint] likes the way that the irc logs let you jump into the future...
04:59:21[Saint]Next Day -> "No such file or directory"...I should hope not.
04:59:38 Quit pixelma (Disconnected by services)
04:59:39 Quit amiconn (Disconnected by services)
04:59:39 Join amiconn_ [0] (amiconn@rockbox/developer/amiconn)
04:59:39 Join pixelma_ [0] (pixelma@rockbox/staff/pixelma)
04:59:41 Nick pixelma_ is now known as pixelma (pixelma@rockbox/staff/pixelma)
04:59:42 Nick amiconn_ is now known as amiconn (amiconn@rockbox/developer/amiconn)
05:00
05:12:11***Saving seen data "./dancer.seen"
05:48:47 Quit TheSeven (Disconnected by services)
05:49:02 Join [7] [0] (~quassel@rockbox/developer/TheSeven)
06:00
06:09:47 Quit cmhobbs (Ping timeout: 248 seconds)
06:15:02 Join cmhobbs [0] (~cmhobbs@ip70-178-52-92.ks.ks.cox.net)
06:15:02 Quit cmhobbs (Changing host)
06:15:02 Join cmhobbs [0] (~cmhobbs@fsf/member/cmhobbs)
06:18:48 Join kevku [0] (~kevku@2001:0:c38c:c38c:3cdb:ecb2:3d69:bee3)
06:20:38 Quit akaWolf (Ping timeout: 240 seconds)
06:21:41 Join akaWolf [0] (~akaWolf@unaffiliated/akawolf)
06:36:31 Quit cmhobbs (Ping timeout: 265 seconds)
07:00
07:12:14***Saving seen data "./dancer.seen"
07:36:13 Quit Poodlemastah (Ping timeout: 272 seconds)
07:44:11 Join stoffel [0] (~quassel@pD9E40CA3.dip0.t-ipconnect.de)
08:00
08:04:04 Quit [Saint] (Read error: Connection reset by peer)
08:06:29 Quit GodEater (Quit: Coyote finally caught me)
08:08:05 Join GodEater [0] (~whoknows@cl-711.lon-02.gb.sixxs.net)
08:08:05 Quit GodEater (Changing host)
08:08:05 Join GodEater [0] (~whoknows@rockbox/staff/GodEater)
08:14:47 Join pretty_function [0] (~sigBART@123.252.214.100)
08:36:46 Join n1s [0] (~n1s@rockbox/developer/n1s)
08:58:27 Quit pretty_function (Remote host closed the connection)
09:00
09:02:06 Join DerPapst [0] (~DerPapst@37-5-48-75-dynip.superkabel.de)
09:04:13 Nick SuperBrainAK is now known as DormantBrain (~andy@74.112.200.73)
09:10:19 Join Narod [0] (~Narod@p5DDDBDED.dip0.t-ipconnect.de)
09:12:16***Saving seen data "./dancer.seen"
09:12:55 Quit DerPapst (Quit: Leaving.)
09:24:32 Join stoffel_ [0] (~quassel@pD9E43E40.dip0.t-ipconnect.de)
09:24:59 Quit stoffel (Ping timeout: 248 seconds)
09:35:33 Quit FOAD (Ping timeout: 272 seconds)
09:35:53 Join FOAD [0] (~foad@unaffiliated/foad)
09:38:02 Join lorenzo92 [0] (~chatzilla@host108-109-dynamic.248-95-r.retail.telecomitalia.it)
09:38:50 Join ender` [0] (krneki@foo.eternallybored.org)
09:44:47 Join bertrik [0] (~quassel@rockbox/developer/bertrik)
10:00
10:01:39 Quit lorenzo92 (Remote host closed the connection)
10:12:07 Join rela [0] (~x@pdpc/supporter/active/rela)
10:17:09 Join lorenzo92 [0] (~chatzilla@host108-109-dynamic.248-95-r.retail.telecomitalia.it)
10:18:12 Join kugel [0] (~kugel@rockbox/developer/kugel)
10:25:35 Quit Maxdamantus (Ping timeout: 260 seconds)
10:26:19 Join Maxdamantus [0] (~Maxdamant@2001:470:f078::dead:beef:cafe)
10:29:34 Join lebellium [0] (~chatzilla@lns-c10k-ld-02-m-212-194-176-149.dsl.sta.abo.bbox.fr)
10:39:24 Join Poodlemastah [0] (~Poodlemas@109-124-181-96.customer.t3.se)
10:39:36 Join y4n [0] (~y4n@unaffiliated/y4ndexx)
10:55:22 Join stoffel [0] (~quassel@pD9E4033B.dip0.t-ipconnect.de)
10:56:17 Quit stoffel_ (Ping timeout: 252 seconds)
11:00
11:06:37 Quit stoffel (Ping timeout: 246 seconds)
11:07:00 Join foolsh [0] (~foolsh@c-24-14-134-34.hsd1.in.comcast.net)
11:12:19***Saving seen data "./dancer.seen"
11:23:50 Join rdn [0] (~oop@cpe-69-204-124-212.buffalo.res.rr.com)
11:28:51 Join stoffel [0] (~quassel@pD9E4033B.dip0.t-ipconnect.de)
11:44:53 Quit stoffel (Remote host closed the connection)
11:46:31 Join pamaury [0] (~quassel@rockbox/developer/pamaury)
12:00
12:42:24 Quit lorenzo92 (Ping timeout: 265 seconds)
12:44:39 Quit kevku (Ping timeout: 260 seconds)
12:50:59 Join krabador [0] (~krabador_@unaffiliated/krabador)
12:51:27 Quit y4n (Ping timeout: 240 seconds)
12:55:07 Join y4n [0] (~y4n@unaffiliated/y4ndexx)
13:00
13:00:04 Join kevku [0] (~kevku@2001:0:c38c:c38c:1c82:c696:3d69:bee3)
13:12:20***Saving seen data "./dancer.seen"
13:15:25 Join ender1 [0] (krneki@foo.eternallybored.org)
13:17:19 Quit kevku (Ping timeout: 260 seconds)
13:18:07 Quit ender` (Ping timeout: 240 seconds)
13:30:31 Join kevku [0] (~kevku@2001:0:c38c:c38c:cfa:712d:3d69:be4d)
13:39:31 Join DerPapst [0] (~DerPapst@37-5-48-75-dynip.superkabel.de)
13:45:10 Quit rela (Read error: Connection reset by peer)
13:45:39 Join lorenzo92 [0] (~chatzilla@host108-109-dynamic.248-95-r.retail.telecomitalia.it)
14:00
14:16:49 Join Dynion [0] (4dac8371@gateway/web/freenode/ip.77.172.131.113)
14:17:08Dynionhello everyone:)
14:17:51Dynionafter having a lovely, lovely time with my rockboxed ipod classic for 2.5 years, it's 3.5mm broke down
14:18:21Dynionmay i ask if there's a better alternative to the classic, or it still the best option?
14:18:47marazyou could open up the classic and change the connector
14:19:20maraztakes a bit of soldering though
14:19:40Dynionoooh... that sounds good... i solder often enough
14:20:44Dynionany clues on how to open up the thing? it's a 5g
14:21:02copperthen it's not a "Classic"
14:21:15Dynionpoint taken
14:21:23copperjust sayin', for future reference if you ever ask something about Rockbox on your iPod
14:21:35Dynionipod 5g is better indeed
14:21:50Dynionit feels like a classic to me:p
14:21:54Dynionthe 30gb thingy
14:22:02copperdifferent Rockbox ports though
14:22:10soapWell, it's a more mature port with dual boot. It's a slower processor, worse DAC, and easier-to-scratch body.
14:22:18Dynioni know. You're right
14:22:56Dynionstill... i like it (with rockbox that is, without i would probably throw it away)
14:25:00copperDynion: if 30 GB is enough or nearly enough for you, you could use a flash based player with microsd support
14:25:15copperit would be a lot less laggy
14:25:35copperpersonally I prefer the Fuze+ over my iPod Classic
14:25:37Dynioni dont mind the laggyness... i just put on a playlist in the morning listen to it whenever i want
14:25:42copperok
14:26:08Dynioni'm just wondering if there's any better alternative audio-based
14:26:22Dyniondac-based might be better:p
14:26:53copperyou mean quality-wise?
14:26:57Dynioni found an iriver H10... but i think it's pretty crappy so not buying it yet...
14:27:03Dynionbut i may try openinbg this one up
14:27:09copperer, sound quality-wise
14:27:16Dynionsound quality-wise yes
14:27:22copperthe actual iPod Classic is slightly better than the older iPods
14:27:47copperthe "Classic" is the name of the latest HDD based generation of iPods
14:28:04Dynioni found that out too, but its pretty expensive still... (and its not included in the installer and im lazy_
14:28:08copperindeed
14:28:49Dynioni managed to buy this one for 35 dollar 2.5 years ago xD
14:31:25soapThe iRiver H10 is an iPod Mini with a colour screen.
14:31:31Dynionhow are these toshiba players? never saw them
14:31:47soapworse sound quality than the iPod 5G
14:31:55Dynionthanks soap... in my view that does mean it sucks :X
14:32:17soapjust a coupling issue with low-impedance 'phones really. Everything else is reasonable.
14:32:28n1simo the beast is good sound quality wise but has crap battery time
14:32:59n1sthough i've only really used one pair of phones
14:34:16Dynioni use a set of atomic floyds twistjaxx and im hoping i have budget left for the focal spirit one sometime soon
14:34:42Dynionbut i think it's a good start to have a working player first, cause my phone is not nearly the quality of a rockbox player
14:39:45Dynioninstaller says you guys reach up to ipod 5.5g and work has begun at 6th gen.. Did you guys start the 7th gen already? if so i think i will be looking out for that one... my last ipod served me well...
14:42:01copper"6th gen" and later are all the ipod6g port
14:42:07copperit works
14:44:05 Quit B4gder (Remote host closed the connection)
14:44:41 Quit lorenzo92 (Ping timeout: 265 seconds)
14:45:06Dynionah awesome
14:45:24Dynionfor now i opened up my 5th gen...
14:46:15Dynionhow on earth am i supposed to solder this..
14:49:14n1sthe installation on the 6g is a little trickier and has some manual steps
14:50:17Dynioni know, but that's ok... i can't always be lazy, can i:P
14:50:46Dynioni actually laughed my ass of the first time "rockbox was installed..." errr what? already?
15:00
15:02:20Dynioni think i'm just going to put some contact spray in the jack and see if it helps:D
15:02:43Dynioncause i am surely not good enough with solder and ipods to fix a new one
15:06:51 Join Bagder [0] (~daniel@178.174.211.166)
15:07:01 Quit Bagder (Changing host)
15:07:01 Join Bagder [241] (~daniel@rockbox/developer/bagder)
15:09:05 Join Partmedia [0] (~kevinz@adsl-99-108-26-242.dsl.stl2mo.sbcglobal.net)
15:12:22***Saving seen data "./dancer.seen"
15:12:59pamauryf**************** damn******** usb analyser, can't that thing just WORK out of the box ?!!!!!!!
15:18:39 Quit krabador (Ping timeout: 260 seconds)
15:26:33pamaurygod, can someone explain me what is the purpose of a usb analyser if it crashes under the only circumstance where its actually useful
15:27:43 Quit n1s (Quit: Ex-Chat)
15:27:54foolshNo, sorry that would contradict logic ;)
15:28:56pamauryI should definitely complete my reverse engineering of its protocol to avoid using the crappy windows-only software
15:31:01foolshA usb analyser is just supposed to be the man in the middle logging all the data right? Maybe it's broken.
15:32:00pamauryno the hardware is fine, but the windows driver sometimes lockup and the windows software well, I think I should just avoid talking about it or I could angry pretty quickly
15:32:12foolshAh oh say no more
15:32:36pamauryI already disassembled the whole driver and figured out how to enable basic capture, but now I would need to figure out the data format used, that's a lot of work
15:32:51pamauryor I could just try to reprogram it myself: it's a cypress chip + fpga
15:33:28pamauryI tried to contact the vendor several times, but of course they "have no time" to give me data specification
15:53:02 Join cmhobbs [0] (~cmhobbs@fsf/member/cmhobbs)
16:00
16:26:07 Join SYSTEM_ [0] (~Water@adsl-68-253-229-170.dsl.dytnoh.ameritech.net)
16:29:44SYSTEM_I just noticed that http://git.rockbox.org/?p=rockbox.git;a=commit;h=e21d8f5 changed the Fuze+ bootloader, so I tried to use RButil to update my bootloader. After unplugging and letting the Fuze+ update (in the OF), i reconnected and opened RButil again. The 'Info' tab says my bootloader is from 2012-01-09. Shouldn't it be newer?
16:30:45 Nick SYSTEM_ is now known as Water (~Water@adsl-68-253-229-170.dsl.dytnoh.ameritech.net)
16:34:20WaterI just noticed that http://git.rockbox.org/?p=rockbox.git;a=commit;h=e21d8f5 changed the Fuze+ bootloader, so I tried to use RButil to update my bootloader. After unplugging and letting the Fuze+ update (in the OF), i reconnected and opened RButil again. The 'Info' tab says my bootloader is from 2012-01-09. Shouldn't it be newer?
16:35:15pamauryWater: the new bootloader has not been upload the website yet
16:35:41 Join Freeuser [0] (44fde5aa@gateway/web/freenode/ip.68.253.229.170)
16:36:09Waterpamaury: gotcha thanks!
16:36:58 Quit Freeuser (Client Quit)
16:38:19Dynionnope... the ipod's dead :(
16:42:08Dynionlol... is the archos jukebox studio 20 any good? it looks pretty funny xD
16:50:40DynionDoes anyone know if the Philips hdd6320 is any good?
16:50:50Dynionspecs are ok
17:00
17:08:14 Quit Guest11127 (Ping timeout: 265 seconds)
17:10:42 Quit Water (Quit: ChatZilla 0.9.90.1 [Firefox 24.0/20130910160258])
17:12:25***Saving seen data "./dancer.seen"
17:12:54 Join Guest11127 [0] (~Slayer@c-69-143-178-62.hsd1.va.comcast.net)
17:22:05 Quit cmhobbs (Ping timeout: 245 seconds)
17:26:17 Nick Gallomimia_ is now known as Gallomimia (~gallo@key.cha0sgaming.net)
18:00
18:03:17 Join krabador [0] (~krabador_@unaffiliated/krabador)
18:04:37 Quit krabador (Read error: Connection reset by peer)
18:13:33 Join cmhobbs [0] (~cmhobbs@ip70-178-52-92.ks.ks.cox.net)
18:13:33 Quit cmhobbs (Changing host)
18:13:33 Join cmhobbs [0] (~cmhobbs@fsf/member/cmhobbs)
18:18:47 Join lorenzo92 [0] (~chatzilla@host149-110-dynamic.11-79-r.retail.telecomitalia.it)
18:22:04 Quit Dynion (Ping timeout: 250 seconds)
18:23:32 Quit lorenzo92 (Client Quit)
19:00
19:12:26***Saving seen data "./dancer.seen"
19:14:23 Quit cmhobbs (Ping timeout: 265 seconds)
19:20:58 Quit AlexP (Remote host closed the connection)
19:22:37 Join AlexP [0] (~alex@rockbox/staff/AlexP)
19:34:43 Join mortalis [0] (~mortalis@77.108.98.176)
19:35:46 Quit AlexP (Remote host closed the connection)
19:36:10 Join sakax [0] (~sakax@unaffiliated/sakax)
19:37:07 Join AlexP [0] (~alex@rockbox/staff/AlexP)
19:43:51 Join Strife89 [0] (~Strife89@adsl-98-80-230-13.mcn.bellsouth.net)
19:45:30*foolsh would like to get back in his wiki account BenjaminBrown but does not have that email address any more, nor does he remember his password
19:46:46Mirthats foolish of you :)
19:49:39foolsh;) good one
19:51:28foolshI tried every password I can think I've ever used for last ten years but still, nada
19:58:11 Quit DerPapst (Quit: Leaving.)
20:00
20:12:20 Part Partmedia
20:20:35 Quit mc2739 (Ping timeout: 252 seconds)
20:21:07 Nick DormantBrain is now known as SuperBrainAK (~andy@74.112.200.73)
20:22:34 Join mc2739 [0] (~mc2739@rockbox/developer/mc2739)
20:39:36 Join lebellium_gs2 [0] (~lebellium@lns-c10k-ld-02-m-212-194-176-149.dsl.sta.abo.bbox.fr)
20:52:53 Quit bertrik (Remote host closed the connection)
20:56:11 Quit y4n (Quit: HOLY SHIT! WE'RE ALL JUST LIVING ON A GINORMOUS FUCKING SPINNING ROCK FLOATING THROUGH SPACE CIRCLING A BIG FUCKING BALL OF FIRE!!!)
21:00
21:12:30***Saving seen data "./dancer.seen"
21:13:44 Quit mortalis (Quit: KVIrc 4.3.1 Aria http://www.kvirc.net/)
21:20:38 Quit FOAD (Quit: I'll be back)
21:22:55 Join FOAD [0] (~foad@unaffiliated/foad)
21:30:53 Join topper [0] (5b7defba@gateway/web/freenode/ip.91.125.239.186)
21:32:34topperIs there a Rockbox available for Creative Zen X-Fi ?
21:35:27pamaurytopper: it's work in progress, we have code and it work but I have not written the instruction on how to install it yet
21:36:26 Join topper_ [0] (5b7defba@gateway/web/freenode/ip.91.125.239.186)
21:36:56topper_ok thanks. I'll hang on till it's ready.
21:37:04 Quit topper (Ping timeout: 250 seconds)
21:41:24 Quit topper_ (Ping timeout: 250 seconds)
21:46:40 Join [Saint] [0] (~quassel@rockbox/user/saint)
21:49:34 Quit bluebrother (Disconnected by services)
21:49:39 Join bluebrother^ [0] (~dom@rockbox/developer/bluebrother)
21:49:58 Join Horscht [0] (~Horscht@xbmc/user/horscht)
21:53:22 Quit fs-bluebot (Ping timeout: 272 seconds)
21:54:55 Join fs-bluebot [0] (~fs-bluebo@g226071234.adsl.alicedsl.de)
21:58:44 Join Horschti [0] (~Horscht@xbmc/user/horscht)
22:00
22:00:42 Quit Horscht (Ping timeout: 248 seconds)
22:02:08 Quit Strife89 (Quit: Vamoose!)
22:09:18 Quit mikroflops (Ping timeout: 260 seconds)
22:12:35 Join mikroflops [0] (~yogurt@s208h18o1esc1.dyn.tyfon.se)
22:13:43 Quit Horschti (Quit: quit)
22:21:26 Quit Narod ()
22:38:58 Quit tchan (Ping timeout: 272 seconds)
22:45:18 Quit Guest11127 (Ping timeout: 272 seconds)
22:45:54 Join Guest11127 [0] (Slayer@c-69-143-178-62.hsd1.va.comcast.net)
22:48:58 Quit kevku (Ping timeout: 260 seconds)
22:53:34 Join DerPapst [0] (~DerPapst@37-5-48-75-dynip.superkabel.de)
23:00
23:12:31***Saving seen data "./dancer.seen"
23:26:49 Quit ender1 (Quit: I think that's how Chicago got started. A bunch of people in New York said, 'Gee, I'm enjoying the crime and the poverty, but it just isn't cold enough. Let's go west.')
23:40:49 Part XavierGr
23:42:38 Quit soap (Ping timeout: 255 seconds)
23:48:31 Nick dv__ is now known as dv_ (~quassel@chello080108009040.14.11.vie.surfer.at)
23:56:01 Join soap [0] (~soap@rockbox/staff/soap)
23:57:18 Quit kugel (Ping timeout: 268 seconds)

Previous day | Next day