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 2015-03-11

00:13:12 Quit AlexP (Remote host closed the connection)
00:25:35 Quit TheLemonMan (Quit: leaving)
00:31:43 Join shamus [0] (~shmaus@ip-206-192-193-180.marylandheights.ip.cablemo.net)
00:33:25 Join gro_9ve [0] (2e35b113@gateway/web/freenode/ip.46.53.177.19)
00:34:38 Part gro_9ve
00:35:05 Join gro_0ve [0] (2e35b113@gateway/web/freenode/ip.46.53.177.19)
00:35:53 Quit ender` (Quit: "...Which reminds me, there's a vampire hand in your freezer's ice maker." Seeing my aghast expression, she added, "Don’t worry. I double-bagged it." -- Jim C. Hines: Libriomancer)
00:40:20 Quit __jae__ (Ping timeout: 264 seconds)
00:40:54 Join __jae__ [0] (~jae@dedicated.jaerhard.com)
00:41:21gro_0veHello guys! I've installed rocketbox on iPod Classic 7G and I found that my Klipsch X11i headset buttons is not working. I seen the webpage concerned devices iPod Accessories, there is no info about this headset. My qestion is if there any patches avaliable to resolve this issue or how I can fix this issue (my job is connected with the programming and I have some experience in C/C++)
00:42:35gro_0veWill be very gratefull for any information =)
01:00
01:02:41 Quit ZincAlloy (Quit: Leaving.)
01:04:10 Join saratoga [0] (123e11e0@gateway/web/freenode/ip.18.62.17.224)
01:04:59saratogagro_0ve: i don't think accessory support is implemented on the 6G in any form (patches or otherwise)
01:05:24saratogaif your device uses rsr232 instead of USB for commands, it should be possible to implement eventually though
01:20:51 Quit saratoga (Quit: Page closed)
01:21:31 Quit dfkt (Ping timeout: 245 seconds)
01:25:14 Join wubking [0] (~quassel@S0106c8fb2685e2ea.va.shawcable.net)
01:34:04[Saint]There's some partial, very limited, accessory support.
01:34:41[Saint]A subset of the IAP is implemented in Classic 6G.
01:36:03[Saint]gro_0ve: you would have to reverse engineer the IAp commands that the headset is using/expecting, and implement them.
01:36:12[Saint]This isn't a trivial task.
01:36:52[Saint]Not to put you off, but, essentially, its one of those things where if you have to ask what is required, what is required is probably out of immediate reach.
01:39:52[Saint]The ipod6g port really isn't intended for mass consumption by Joe User, for a number of reasons.
01:40:47[Saint]A savvy user will notice that we don't officially support booting Rockbox on the ipod6g at all.
01:42:12 Quit wubking (Quit: http://quassel-irc.org - Chat comfortably. Anywhere.)
01:42:41 Join wubking [0] (~quassel@S0106c8fb2685e2ea.va.shawcable.net)
01:42:57***Saving seen data "./dancer.seen"
02:00
02:04:46 Quit ps-auxw (Disconnected by services)
02:04:58 Join ps-auxw [0] (~arneb@pD9F7B6B4.dip0.t-ipconnect.de)
02:56:58 Quit ps-auxw (Disconnected by services)
02:57:04 Join ArneB [0] (~arneb@p57B37DC9.dip0.t-ipconnect.de)
03:00
03:12:41 Quit Ivoah (Quit: Leaving...)
03:43:00***Saving seen data "./dancer.seen"
04:00
04:12:13 Quit Jinx (Quit: reboot)
04:28:44 Join JdGordon [0] (~jonno@rockbox/developer/JdGordon)
04:30:24 Quit JdGordon_ (Ping timeout: 264 seconds)
04:31:24 Quit wubking (Ping timeout: 256 seconds)
04:47:21 Join AlexP [0] (~alex@rockbox/staff/AlexP)
05:00
05:20:32 Quit AlexP (Remote host closed the connection)
05:43:04***Saving seen data "./dancer.seen"
05:44:17 Join wubking [0] (~quassel@S0106c8fb2685e2ea.va.shawcable.net)
05:55:31 Join JdGordon_ [0] (~jonno@rockbox/developer/JdGordon)
05:56:13 Quit krabador (Quit: Take The Time)
05:56:26 Quit JdGordon (Ping timeout: 246 seconds)
06:00
06:05:56 Join JdGordon [0] (~jonno@rockbox/developer/JdGordon)
06:07:22 Quit JdGordon_ (Ping timeout: 240 seconds)
06:20:18 Join Corwin [0] (~Corwin@84.253.71.22)
06:21:22Corwinhey guys
06:21:34Corwinhow to get this patch? http://gerrit.rockbox.org/r/#/c/1148/
06:30:21[Saint]Are you capable of compile Rockbox?
06:30:34[Saint]ie. do you have a build environment and the armeabi toolchain?
06:30:41[Saint](I'm gonna guess no...)
06:30:51[Saint]s/compile/compiling/
06:31:57[Saint]Corwin: ?
06:33:54[Saint]I'm going to assume that if you're asking about it, that, the answer to my question is a no. In which case, I'm going to have to explain to you that patches almost certainly don't work they way you might think they do.
06:35:40[Saint]Its not something you just download and put on the device and it "Just Works", you need to set up a build environment on a unix-like host system (Mac, Arch, Debian, etc. ie. not Windows), checkout the Rockbox source, compile the armeabi toolchain, apply the patch to the source tree, and then compiloe the build.
06:36:09[Saint]You would need to do so for each and every subsequent update, and you would then be on an unofficial and unsupported binary.
06:36:54[Saint]Corwin: http://www.rockbox.org/wiki/DocsIndex#For_Developers has everything you would need to know
06:37:17[Saint]The first step for you would be http://www.rockbox.org/wiki/DevelopmentGuide
06:37:27Corwinthanks
06:39:03[Saint]If you manage to get a viable build system and compile an unmodified binary, then we can talk about gettign that patch applied for you.
06:39:51Corwincan i use virtualbox?
06:39:55[Saint]You will likely want to use the virtual machine image provided, so that you don't have to piss around with setting up your own development environment.
06:41:31[Saint]Yes, the development guide even mentions this specifically.
06:41:52[Saint]We provide a machine image for users such as yourself who want to get involved with minimal setup:
06:41:53[Saint]http://www.rockbox.org/wiki/DevelopmentGuide#Virtual_Machine_40Strongly_Recommended_41
06:42:13 Quit ParkerR (Read error: Connection reset by peer)
06:43:02CorwinSaint, these patches get into official releases?
06:43:23[Saint]Possibly.
06:44:16Corwinit makes sense to simply wait for this patch?
06:44:46[Saint]No.
06:45:46CorwinWhy? project does not develop?
06:46:13[Saint]Its worth noting that this doesn't really affect users in any meaningful way.
06:46:20[Saint]Hold still functions.
06:46:48[Saint]All this does is allow the system to properly detect the hold state and display it. Nothing more.
06:46:55[Saint]Hold still works as expected.
06:47:41[Saint]And, no, its not that at all - this project is still actively maintained, at least in part, I just cannot give you any timeframe for when or if this patch would be included in mainline.
06:47:55CorwinI want to have my lights off out when I block pleer. It does not, according to the settings
06:48:02[Saint]So in that regard if you are capable of building Rockbox it makes no sense to wait for it.
06:48:56[Saint]And you can't wait 15 seconds?
06:49:06Corwinfor that?
06:49:12Corwinit use battery
06:49:13 Join saratoga [0] (123e1c40@gateway/web/freenode/ip.18.62.28.64)
06:49:26Corwini want fix it
06:49:46[Saint]The backlight will time out when the device is on hold, or any other state, after 15 seconds.
06:50:03 Quit [Saint] (Quit: Page closed)
06:50:41 Join [Saint] [0] (77e02730@rockbox/staff/saint)
06:50:45Corwinbut there is an option - lights on hold - off
06:50:59saratogathe bitshift change in that patch looks like a simple error in the code, but i'm curious about why that second line should be commented out
06:51:27[Saint]saratoga: as am I.
06:51:49[Saint]That's why I've been unwilling to tell anyone to pull fire on it.
06:52:49saratogayeah
06:53:12[Saint]Corwin: The Classic port isn't really much of a priority because we don't offer any officially supported method to boot the supplied binaries.
06:53:37Corwin:(
06:53:47[Saint]emCORE has nothing to do with the Rockbox project and is far too powerful a tool for end users to be using as a bootloader.
06:54:20[Saint]That, and there's no active device specific port maintainer currently.
06:54:56[Saint]I mean, you're welcome to use the binaries supplied - but this, and many other reasons, are why the port status is classed as "unusable".
06:55:25[Saint]We don't provide any supported method of booting the player with Rockbox.
06:58:19[Saint]saratoga: You've reminded me that I need to do a review and push for implementing serial and recording on the CLassic, though.
06:58:33saratogaCastor hasn't been around in a while
06:58:45[Saint]If I find the time tonight after Ms. [Saint] goes to bed I'll go on a Classic gerrit task review rampage.
06:58:56saratogaalright i need sleep
06:59:11[Saint]I've been running a build with many of his patches for a while now.
06:59:27[Saint]The only one that isn't ready for prime-time is the scaling/undervolting.
06:59:39 Quit saratoga (Quit: Page closed)
07:00
07:00:03[Saint](because it renders the device basically unusable at the low clock, which makes very little sense, but it only produces about 10fps, which is horrible)
07:08:21 Quit [Saint] (Ping timeout: 246 seconds)
07:43:05***Saving seen data "./dancer.seen"
07:44:33 Join JdGordon_ [0] (~jonno@rockbox/developer/JdGordon)
07:46:57 Quit JdGordon (Ping timeout: 264 seconds)
07:51:48 Join JdGordon [0] (~jonno@ppp118-209-200-149.lns20.mel8.internode.on.net)
07:51:48 Quit JdGordon (Changing host)
07:51:48 Join JdGordon [0] (~jonno@rockbox/developer/JdGordon)
07:53:33 Quit JdGordon_ (Ping timeout: 245 seconds)
07:57:58 Join ender` [0] (krneki@foo.eternallybored.org)
08:00
08:12:15 Quit mc2739 (Ping timeout: 256 seconds)
08:14:19 Join mc2739 [0] (~mc2739@rockbox/developer/mc2739)
08:24:42 Quit foolsh (Ping timeout: 255 seconds)
08:33:56 Join foolsh [0] (~foolsh@c-67-174-139-237.hsd1.in.comcast.net)
08:47:48 Quit tchan (Ping timeout: 264 seconds)
08:55:53gro_0vesaratoga, Saint: thank you for the answers, but I see one really strange thing thats stops me from the immidiate diving into the code and reverse engineering the keycodes. When I open my debug menu, select View I/O ports and start to push buttons on my headset there is no changes shown. Does it means that my device is not receiving any input and there is no possibility to change this?
09:00
09:10:45 Join tchan [0] (~tchan@lunar-linux/developer/tchan)
09:41:50 Join pamaury [0] (~quassel@rockbox/developer/pamaury)
09:41:51 Quit mc2739 (Ping timeout: 265 seconds)
09:43:07***Saving seen data "./dancer.seen"
09:44:59 Join mc2739 [0] (~mc2739@rockbox/developer/mc2739)
09:47:29 Join einhirn [0] (~Miranda@bsod.rz.tu-clausthal.de)
10:00
10:24:12 Quit Cinos (Remote host closed the connection)
10:25:15 Quit pamaury (Ping timeout: 252 seconds)
10:36:47 Nick Corwin is now known as Guest95296 (~Corwin@84.253.71.22)
11:00
11:04:39 Join pamaury [0] (~quassel@rockbox/developer/pamaury)
11:08:26 Quit choki (Quit: WeeChat 1.1.1)
11:12:45 Join choki [0] (~choki@178.62.221.148)
11:42:17 Join AlexP [0] (~alex@rockbox/staff/AlexP)
11:43:08***Saving seen data "./dancer.seen"
12:00
12:00:03 Join Guest66888 [0] (Slayer@69.143.14.62)
12:02:37 Quit Guest42979 (Ping timeout: 244 seconds)
12:09:28 Quit choki (Quit: WeeChat 1.1.1)
12:45:25 Join TheLemonMan [0] (~lemonboy@unaffiliated/thelemonman)
12:55:03 Join Ivoah [0] (~Ivoah@p-74-209-20-44.dsl1.rtr.chat.fpma.frpt.net)
12:56:44 Join Cinos [0] (Cinos@cinos.biz)
13:00
13:43:12***Saving seen data "./dancer.seen"
14:00
14:16:21 Join amayer [0] (~amayer@mail.weberadvertising.com)
14:31:56 Join dfkt [0] (~dfkt@unaffiliated/dfkt)
14:43:16 Quit tchan (Quit: WeeChat 1.1.1)
14:50:57 Join krabador [0] (~krabador@unaffiliated/krabador)
14:53:49 Join tchan [0] (~tchan@lunar-linux/developer/tchan)
15:00
15:43:16***Saving seen data "./dancer.seen"
15:45:10 Join maruk1 [0] (~papier@titanium.v6.sdv.fr)
16:00
16:05:36 Quit JanC (Ping timeout: 265 seconds)
16:18:03 Join JanC [0] (~janc@lugwv/member/JanC)
16:28:28 Quit AlexP (Remote host closed the connection)
17:00
17:03:51 Quit fs-bluebot (Ping timeout: 240 seconds)
17:04:07 Join fs-bluebot [0] (~fs-bluebo@g231122152.adsl.alicedsl.de)
17:11:02 Join advcomp2019__ [0] (~advcomp20@unaffiliated/advcomp2019)
17:13:17 Quit greatwolf (Ping timeout: 265 seconds)
17:13:46 Quit webmeister (Ping timeout: 265 seconds)
17:13:48 Join amiconn_ [0] (~amiconn@rockbox/developer/amiconn)
17:13:48 Quit amiconn (Killed (sendak.freenode.net (Nickname regained by services)))
17:13:48 Nick amiconn_ is now known as amiconn (~amiconn@rockbox/developer/amiconn)
17:14:15 Quit advcomp2019_ (Ping timeout: 265 seconds)
17:14:15 Quit pixelma (Ping timeout: 265 seconds)
17:14:15 Quit igitoor (Ping timeout: 265 seconds)
17:14:33 Join pixelma [0] (~pixelma@rockbox/staff/pixelma)
17:14:44 Quit yuriks (Ping timeout: 265 seconds)
17:14:44 Quit Jack87 (Ping timeout: 265 seconds)
17:14:44 Quit WakiMiko (Ping timeout: 265 seconds)
17:15:25 Join webmeister [0] (webmeister@unaffiliated/webmeister)
17:15:41 Join yuriks [0] (~quassel@opentyrian/developer/yuriks)
17:15:51 Join Jack87|Away [0] (Jack87@nasadmin/admin/jack87)
17:15:54 Join chrisb [0] (~chrisb@li482-205.members.linode.com)
17:16:06 Nick Jack87|Away is now known as Jack87 (Jack87@nasadmin/admin/jack87)
17:16:09 Join igitoor [0] (igitur@2a00:d880:3:1::c1ca:a648)
17:16:33 Join WakiMiko [0] (~WakiMiko@unaffiliated/wakimiko)
17:20:31 Quit einhirn (Read error: Connection reset by peer)
17:23:00 Join greatwolf [0] (greatwolf@gateway/shell/panicbnc/x-mwamqduwpvaykvte)
17:30:17 Quit igitoor (Changing host)
17:30:18 Join igitoor [0] (igitur@unaffiliated/contempt)
17:32:20 Quit foolsh (Ping timeout: 255 seconds)
17:41:30 Join foolsh [0] (~foolsh@c-67-174-139-237.hsd1.in.comcast.net)
17:42:15 Join AlexP [0] (~alex@rockbox/staff/AlexP)
17:43:20***Saving seen data "./dancer.seen"
17:46:26 Quit TheLemonMan (Quit: leaving)
17:55:42 Quit pamaury (Remote host closed the connection)
18:00
18:04:43 Quit wubking (Ping timeout: 246 seconds)
18:10:27 Join r0b- [0] (~rwest@unaffiliated/r0b-)
18:10:37r0b-how do I access my Clip+ USB Storage from rockblox?
18:12:18 Quit chrisb (Ping timeout: 245 seconds)
18:14:33r0b-my player is in MSC mode
18:15:37 Quit fs-bluebot (Ping timeout: 246 seconds)
18:16:53 Quit bluebrother (Ping timeout: 256 seconds)
18:17:30 Join fs-bluebot [0] (~fs-bluebo@g226068145.adsl.alicedsl.de)
18:18:51 Join bluebrother [0] (~dom@rockbox/developer/bluebrother)
18:20:49 Quit maruk1 (Quit: Leaving.)
18:29:54 Join wubking [0] (~quassel@S0106c8fb2685e2ea.va.shawcable.net)
18:35:51 Join bertrik [0] (~quassel@rockbox/developer/bertrik)
18:50:26r0b-was crap cable.
19:00
19:06:38 Part r0b- ("Leaving")
19:12:52 Join y4n [0] (~y4n@unaffiliated/y4ndexx)
19:17:50 Quit wubking (Remote host closed the connection)
19:18:17 Join wubking [0] (~quassel@S0106c8fb2685e2ea.va.shawcable.net)
19:34:04 Join lebellium [0] (~chatzilla@89-93-177-161.hfc.dyn.abo.bbox.fr)
19:43:23***Saving seen data "./dancer.seen"
19:45:59 Quit dfkt (Ping timeout: 255 seconds)
19:48:14 Join RiD [0] (RiD@bl22-32-240.dsl.telepac.pt)
19:48:27 Quit amiconn (Read error: Connection reset by peer)
19:50:36 Join amiconn [0] (~amiconn@rockbox/developer/amiconn)
20:00
20:10:38 Join choki [0] (~choki@178.62.221.148)
20:15:55 Join einhirn [0] (~Miranda@p4FC13F12.dip0.t-ipconnect.de)
20:18:06 Quit Guest95296 (Remote host closed the connection)
20:20:52 Join nck0 [0] (~nick001@ANantes-652-1-253-131.w2-8.abo.wanadoo.fr)
20:23:13 Quit einhirn (Ping timeout: 265 seconds)
20:29:01 Quit lebellium (Ping timeout: 245 seconds)
20:31:44 Join lebellium [0] (~chatzilla@89-93-177-161.hfc.dyn.abo.bbox.fr)
20:31:59 Join Jinx [0] (~Jinx@unaffiliated/jinx)
20:52:09 Join pamaury [0] (~quassel@rockbox/developer/pamaury)
21:00
21:02:52 Quit krabador (Quit: Take The Time)
21:06:49 Join saratoga [0] (123e1c40@gateway/web/freenode/ip.18.62.28.64)
21:07:57saratogagro_0ve: theres no accessory support implemented on the 6G build, so you will not see any input from accessories
21:08:16saratogaif you want them to show up in the debug screen, add support and then add a debug screen for accessories :)
21:09:03chokisaratoga: 6g? which device do u mean?
21:09:20saratogaipod classic 6G
21:09:28chokioh i thought touch xD
21:18:15 Quit y4n (Quit: We're fucking 3LN!)
21:23:09 Quit wubking (Remote host closed the connection)
21:26:22 Join ZincAlloy [0] (~Adium@pD9EE9684.dip0.t-ipconnect.de)
21:36:16gro_0vesaratoga: ok, thank you for your support! =) I will do my best to add support of the external contorls. Can you give me any advice where to start? I've downloaded the VM and get the code, I've also read this article: http://web.student.tuwien.ac.at/~e0026607/ipod_remote/ipod_ap.html Maybe you have something to add?
21:37:14saratogahave you looked at the existing 6G patches on gerrit?
21:37:51gro_0venot yet, I'm quite new with the gerit but I'm familiar wtih the git
21:38:11saratogai wouldn't bother with what you find on google, its much too old
21:38:36saratogai think the only current iap information on the web is the rockbox implementation
21:41:54gro_0vesaratoga: can you guide me how to find the iPod 6g build under the gerit?
21:42:36saratogagerrit is used for reviewing code changes
21:43:24***Saving seen data "./dancer.seen"
21:43:49gro_0veYes, I got it but how i can filter out the 6G specific patches?
21:44:10saratogasearch i guess?
21:44:33 Join TheLemonMan [0] (~lemonboy@unaffiliated/thelemonman)
21:44:40saratogathe stuff you're interested in is all on the second page of the tracker though
21:44:53saratogasince it sorts by date and its recent
21:46:18gro_0vesaratoga: Thank you very much! =)
21:47:45 Quit saratoga (Quit: Page closed)
21:53:05 Join wodz [0] (~wodz@89-75-106-221.dynamic.chello.pl)
22:00
22:02:37 Quit gro_0ve (Quit: Page closed)
22:15:16 Quit WakiMiko (Max SendQ exceeded)
22:15:35 Join WakiMiko [0] (~WakiMiko@unaffiliated/wakimiko)
22:21:24 Join ParkerR [0] (~Parker@unaffiliated/parkerr)
22:23:29 Quit bertrik (Remote host closed the connection)
22:24:16 Quit amiconn (Remote host closed the connection)
22:24:16 Quit pixelma (Remote host closed the connection)
22:24:39 Join pixelma [0] (~pixelma@rockbox/staff/pixelma)
22:24:41 Join amiconn [0] (~amiconn@rockbox/developer/amiconn)
22:28:31 Quit shamus (Ping timeout: 252 seconds)
22:28:57 Join shamus [0] (~shmaus@ip-206-192-193-180.marylandheights.ip.cablemo.net)
22:34:31 Quit amayer (Quit: Leaving)
22:34:45 Quit shamus (Ping timeout: 252 seconds)
22:35:34 Join shamus [0] (~shmaus@ip-206-192-193-180.marylandheights.ip.cablemo.net)
22:45:02 Join gro_0ve [0] (2e35b113@gateway/web/freenode/ip.46.53.177.19)
22:46:07 Quit fyre^OS (Ping timeout: 246 seconds)
22:46:28 Join fyre^OS [0] (~nnscript@cpe-158-222-190-53.nyc.res.rr.com)
22:52:36 Quit wodz (Quit: Leaving)
22:56:39 Join einhirn [0] (~Miranda@p4FC13F12.dip0.t-ipconnect.de)
23:00
23:02:27gro_0veHello, maybe Cástor Muñoz is here?
23:03:43gro_0veI wanted to clear up some details according his Ipod Classic commints
23:04:37 Quit lebellium (Quit: ChatZilla 0.9.91.1 [Firefox 37.0/20150309191715])
23:09:32pamaurygro_0ve: I don't know who is that but best is to find his nickname and ping hime
23:13:49gro_0veThere is no nickname in the gerrit but I found an email, is there any way to find him by email, or better to write him an email?
23:14:51 Join [Saint] [0] (77e0272f@rockbox/staff/saint)
23:16:38 Quit nck0 ()
23:20:00 Join b0hoon [0] (53167a74@gateway/web/freenode/ip.83.22.122.116)
23:20:16[Saint]Hmmmm, the forum didn't warn me about saratoga posting slightly before me.
23:21:30 Quit pamaury (Quit: No Ping reply in 180 seconds.)
23:22:49 Join pamaury [0] (~quassel@rockbox/developer/pamaury)
23:23:10gro_0ve[Saint]: Hello! Thanks for your response yesterday, I've found that someone have already implemented the changes that could be usefull for my device but I don't know how better to contact him? I know his name (not a nickname) and email
23:23:53gro_0veI tried his patches and they didn't helped, but I want to ensure that I haven't missed something
23:24:15gro_0veI tried his patches and it didn't help, but I want to ensure that I haven't missed something
23:28:18[Saint]I have no idea what you're talking about.
23:28:30[Saint]We don't, and can't, offer support for random third party builds.
23:30:37gro_0veSure, just asked maybe someone know this man. Anyway I can write an email to him. Thank you! :)
23:31:30 Join [Franklin] [0] (~franklin@unaffiliated/franklin)
23:32:47 Quit pamaury (Ping timeout: 264 seconds)
23:33:00 Join pamaury [0] (~quassel@rockbox/developer/pamaury)
23:34:56 Join soap [0] (~soap@cpe-174-102-103-175.woh.res.rr.com)
23:34:56 Quit soap (Changing host)
23:34:56 Join soap [0] (~soap@rockbox/staff/soap)
23:35:50 Quit gro_0ve (Quit: Page closed)
23:38:51 Quit b0hoon (Ping timeout: 246 seconds)
23:43:25***Saving seen data "./dancer.seen"

Previous day | Next day