Rockbox.org home
Downloads
Release release
Dev builds dev builds
Extras extras
themes themes
Documentation
Manual manual
Wiki wiki
Device Status device status
Support
Forums forums
Mailing lists mailing lists
IRC IRC
Development
Bugs bugs
Patches patches
Dev Guide dev guide
Search



Donate

Rockbox Technical Forums


Login with username, password and session length
Home Help Search Staff List Login Register
News:

Rockbox Ports are now being developed for various digital audio players!

+  Rockbox Technical Forums
|-+  Support and General Use
| |-+  Plugins/Viewers
| | |-+  Rockbox + car adapter in advanced remote mode?
« previous next »
  • Print
Pages: [1]

Author Topic: Rockbox + car adapter in advanced remote mode?  (Read 2906 times)

Offline chripopper

  • Member
  • *
  • Posts: 6
Rockbox + car adapter in advanced remote mode?
« on: July 03, 2009, 09:02:24 PM »
Hi i've got my ipod video 5g 30gb currently running rockbox hooked up to my volvo ipod adapter, witch enables controlling of ipods on the oem stereo.

But when i try to skip tracks the currently playing song just starts to play/pause and play/pause and random does not work either, the only thing that works is play/pause except when i try to change song when it goes nuts.

I think the random function is in the advanced remote command list so i dont know if that ever will work but changing tracks should work??
I've tried every serial bitrate in the settings, turned ipod car interface on and turned that power to accessories thing on but it still wont work.

Is there any patch to this? I saw a "Alpine cd changer" plugin, should i install this as i think the stereo is manufactured by alpine (it is using M-Bus).

Thanks for any help.
Logged

Offline saratoga

  • Developer
  • Member
  • *
  • Posts: 8974
Re: Rockbox + car adapter in advanced remote mode?
« Reply #1 on: July 03, 2009, 10:44:39 PM »
Probably not a bad idea to put your results on the bug tracker under FS#9951 - Ipod Accessory bug reports.
Logged

Offline LambdaCalculus

  • Member
  • *
  • Posts: 2257
  • Dreaming of Turing Machines...
    • The Nostalgia Roadtrip
Re: Rockbox + car adapter in advanced remote mode?
« Reply #2 on: July 04, 2009, 08:54:16 AM »
The "Alpine CD Changer" plugin is only for the old Archos Player and Recorder targets. See this page for more info about it:

http://www.rockbox.org/twiki/bin/view/Main/PluginAlpineCDC
Logged
Former Rockbox dev. Rising from the ashes...

Players: iPod Video /w 128GB SSD mod, H320 /w 128GB SSD mod

Offline chripopper

  • Member
  • *
  • Posts: 6
Re: Rockbox + car adapter in advanced remote mode?
« Reply #3 on: July 04, 2009, 10:12:39 AM »
Ah ok. Found this: http://www.rockbox.org/tracker/task/8624 should i install it or is it already integrated in my rockbox version? (3.3) Any other idea how to get it working?

Is it possible to write a plugin for this? If it's not extremely hard i think i can do it...
« Last Edit: July 04, 2009, 10:18:39 AM by chripopper »
Logged

Offline yapper

  • Rockbox Expert
  • Member
  • *
  • Posts: 794
Re: Rockbox + car adapter in advanced remote mode?
« Reply #4 on: July 04, 2009, 10:55:55 AM »
Quote from: chripopper on July 04, 2009, 10:12:39 AM
Ah ok. Found this: http://www.rockbox.org/tracker/task/8624 should i install it or is it already integrated in my rockbox version? (3.3)
Quote from: patch8624
Reason for closing:  Accepted
Additional comments about closing:  Committed in r19585.
Logged
G2 iPod 20GB / Sansa c240 v1 + 2GB microSD / Sansa c250 v1 / Sansa e250 v1 + 8GB microSDHC / Sansa Fuze v2 + 32GB microSDHC

Offline chripopper

  • Member
  • *
  • Posts: 6
Re: Rockbox + car adapter in advanced remote mode?
« Reply #5 on: July 04, 2009, 02:45:31 PM »
Hmm is there no way to get this working?
Logged

Offline saratoga

  • Developer
  • Member
  • *
  • Posts: 8974
Re: Rockbox + car adapter in advanced remote mode?
« Reply #6 on: July 04, 2009, 02:58:08 PM »
Quote from: chripopper on July 04, 2009, 02:45:31 PM
Hmm is there no way to get this working?

Well for starters you could leave a bug report as I suggested to you before.  But beyond doing that and hoping someone else fixes it for you, you'd have to actually look into your hardware's communications and figure out why its not working.
Logged

Offline chripopper

  • Member
  • *
  • Posts: 6
Re: Rockbox + car adapter in advanced remote mode?
« Reply #7 on: July 04, 2009, 08:40:57 PM »
Don't really understand this, isn't it one serial command for all 5g ipods to, for example change track? And one for play and so on?

I've just read this: http://www.adriangame.co.uk/ipod-acc-pro.html

And figured it maybe has something to do with the replies from the ipod, the adapter sends the command to turn the ipod to advanced control mode and wants a reply from the ipod that it is in advanced control mode. Maybe it wants reply from "Get number of songs in playlist" and so on.

If this isnt already integrated in the current build, is it hard to write a plugin that answers to all the commands i want? I have a little programming experience but dont know where to start...
« Last Edit: July 04, 2009, 08:45:01 PM by chripopper »
Logged

Offline saratoga

  • Developer
  • Member
  • *
  • Posts: 8974
Re: Rockbox + car adapter in advanced remote mode?
« Reply #8 on: July 04, 2009, 10:14:53 PM »
Quote from: chripopper on July 04, 2009, 08:40:57 PM
Don't really understand this, isn't it one serial command for all 5g ipods to, for example change track? And one for play and so on?

No.

Quote from: chripopper on July 04, 2009, 08:40:57 PM
I've just read this: http://www.adriangame.co.uk/ipod-acc-pro.html

Including the part where it says theres multiple modes with different commands ;)

Quote from: chripopper on July 04, 2009, 08:40:57 PM
If this isnt already integrated in the current build, is it hard to write a plugin that answers to all the commands i want? I have a little programming experience but dont know where to start...

Well for starters, you need to figure out what your device is sending that rockbox doesn't understand (or what rockbox is sending that the device doesn't understand).  You could do this by snooping on its communication with the OF or Rockbox and see if you can figure out whats getting stuck.
Logged

Offline chripopper

  • Member
  • *
  • Posts: 6
Re: Rockbox + car adapter in advanced remote mode?
« Reply #9 on: July 06, 2009, 09:52:33 AM »
Ok whats the OF? Please explain how i sniff so i can figure out whats wrong and leave a report and hope that someone helps me out  :)

I've never used rockbox before so i'm completely noob, tried to find some guides but did'nt find any..
Logged

Offline GodEater

  • Member
  • *
  • Posts: 2829
Re: Rockbox + car adapter in advanced remote mode?
« Reply #10 on: July 06, 2009, 09:54:10 AM »
OF = Original Firmware, i.e. the one Apple installed it with when it left the factory.
Logged

Read The Manual Please

Offline chripopper

  • Member
  • *
  • Posts: 6
Re: Rockbox + car adapter in advanced remote mode?
« Reply #11 on: July 06, 2009, 06:55:04 PM »
Ah ok how do i snoop the commands? The only way i can think of is using a ipod breakout adapter and a oscilloscope??
Logged

Offline GodEater

  • Member
  • *
  • Posts: 2829
Re: Rockbox + car adapter in advanced remote mode?
« Reply #12 on: July 07, 2009, 02:42:35 AM »
a USB sniffing program would be a much simpler place to start.
Logged

Read The Manual Please

  • Print
Pages: [1]
« previous next »
+  Rockbox Technical Forums
|-+  Support and General Use
| |-+  Plugins/Viewers
| | |-+  Rockbox + car adapter in advanced remote mode?
 

  • SMF 2.0.17 | SMF © 2019, Simple Machines
  • Rockbox Privacy Policy
  • XHTML
  • RSS
  • WAP2

Page created in 0.426 seconds with 15 queries.