Page 2 of 2 FirstFirst 12
Results 11 to 18 of 18

Thread: XMD RR Hibernation & XMRESET

  1. #11
    Newbie hank_kls65's Avatar
    Join Date
    Sep 2005
    Location
    Union City, PA
    Posts
    31

    XM Problem

    Originally Posted by GizmoQ
    I run Commanders in my cars and they are just high end XMD1000 s with an external control head and FM antenna slicer. The XM model # is XM-RVR-FM-001. It is exactly the same size and function as the XMD1000 with the addition of an internal FM transmitter and separate power connector.Because the commander's control head uses the com port they had to add a separate power source connector. I like it cause when my tablet isn't in the car, I can still control/listen to XM using the commander controller and my headunit.

    One drawback I haven't been able to resolve is that it will only display 16 characters as opposed to the 32 available through the XMD.


    The above was the best description that I found on the XM Commander. Works fine with TimeTrax and FrodoSat and as I said before, RR if I go through the steps of toggeling the XMPCR flag in the config.
    2005 Titan SE - TiPuter
    Commell LV-677 CoreDuo
    200G HD / 1G RAM
    Lilliput 629GL-70P
    Phoco/XMD1000/WinTv/
    BU-353 GPS/WiFi/Bluetooth
    DSATX

  2. #12
    Newbie
    Join Date
    Dec 2004
    Posts
    51
    I'm having the exact same problem. I have the XM Commander version of the XMD box. To get XM in RR to work after a restart/resume, with RR closed, I have to open up TimeTrax and then close it. When I launch RR again, XM works. I also have the XMPCR selected in the RRConfig.

    I have no idea whats wrong, it seems like TimeTrax re-initializes the XMD box/serial port? after hibernation such that RR can use it properly.

    Do you have any updates on what you did to fix it?

  3. #13
    Newbie hank_kls65's Avatar
    Join Date
    Sep 2005
    Location
    Union City, PA
    Posts
    31

    Post XM Commander & RR

    bruha,

    I never really got it working in rr. You can see by the posts that there wasn't any real interest in figuring out the problem, so I have been working to get to comple rr on my own so I can play with the initialization strings until I get it to work. I run the serial port monitor and can see there are some differences between the initialization in rr and frodosat. Frodosat works without any problem every time so I put Frodosat as an application launchable from within rr. Until I get to the point where I can compile rr I am just living with the problem.
    2005 Titan SE - TiPuter
    Commell LV-677 CoreDuo
    200G HD / 1G RAM
    Lilliput 629GL-70P
    Phoco/XMD1000/WinTv/
    BU-353 GPS/WiFi/Bluetooth
    DSATX

  4. #14
    Maximum Bitrate wysocki's Avatar
    Join Date
    Mar 2004
    Location
    Los Angeles Area
    Posts
    467
    Hate to wake an old thread but the title was perfectly relevant.
    I just started using hibernate and now I find I have an xm problem too. I have an XMDirect and whenever I resume, the unit is playing channel 1. I have onresume set to start "menu" but only if I change to the xm skin does the unit actually select the correct channel. I've tried the XMRESET command in the exectbl with no luck. Can anyone explain exactly how the xmd is controlled? That is, is it just the mute/unmute that is used to silence it or is there some other onI /off command that is used? I'd just like resume to come up silent on the menu screen.
    Epia-M II M10000 Nehemiah WinXP sp2 Travla C134 case Carnetix 1260 power Xenarc 700TS XM Direct Toslink Extigy USB 5.1 Garmin GPS18 Linksys 802.11g wireless Nokia 6230 Bluetooth Memphis Amps Focal Speakers Frontend: RoadRunner

  5. #15
    RoadRunner Mastermind
    Auto Apps:loading...
    guino's Avatar
    Join Date
    Nov 2004
    Location
    Toronto, Canada
    Posts
    9,762
    The "normal" function should be for it to resume on the same channel it was before... if that's not happening, something is wrong.. making XMCACHE read-only may help. If you want RR to resume "muted" when you last used it with XM, add this to exectbl:

    "ONSUSPEND","BYIND;XMMUTE;<<XMMUTE",XM
    Ride Runner RR's Myspace

    "Being happy is not about having what you want, it's about wanting what you have."
    "The best things in life are always free - but that doesn't mean money can't buy you good things."

  6. #16
    Maximum Bitrate fixerofallthing's Avatar
    Join Date
    May 2005
    Location
    Lawrenceville GA
    Posts
    769
    I can not find the thread now but there was a user having the playing preview channel on resume problem and he solved it by making his xmcache read only and put his favorite channel on the top of the list instead of the preview channel. I tried it and it worked for me as well.
    The Car 2005 Scion xB

    The Truck 2004 GMC Canyon

  7. #17
    Maximum Bitrate wysocki's Avatar
    Join Date
    Mar 2004
    Location
    Los Angeles Area
    Posts
    467
    Editing xmcache didn't help. But from experimenting a bit, it looks like it may have to do with my soundcard not handling hibernate well. I have a USB Extigy, and I've noticed that upon resume, the bass redirection was missing. I have to uncheck-recheck the control on the Extigy dialog with an auto-it script to re-enable it after hibernate. I think it's maybe the same thing with the linein mute checkbox. When I first resume and RR is on the main menu, I hear channel 1 playing even though the mute box is checked and I've never even gone into the xm skin. I guess I could play around with my script to handle the muting, but I need to know a couple of things:

    1. Is the XMMUTE command merely a toggle, or are there discrete mute/unmute commands?

    2. Are there any other controls for the xmdirect unit (eg. poweron, enable) that are available or being used in RR?

    3. Exactly when and where does RR issue mute/unmute commands to the unit? I assume these are enabled when xmline>0.

    4. What exactly is happening in the example "ONSUSPEND","BYIND;XMMUTE;<<XMMUTE",XM
    It looks to me like if xmmute is zero do nothing but if it's one then toggle it (but what is ,XM doing outside the quote marks?).
    Epia-M II M10000 Nehemiah WinXP sp2 Travla C134 case Carnetix 1260 power Xenarc 700TS XM Direct Toslink Extigy USB 5.1 Garmin GPS18 Linksys 802.11g wireless Nokia 6230 Bluetooth Memphis Amps Focal Speakers Frontend: RoadRunner

  8. #18
    RoadRunner Mastermind
    Auto Apps:loading...
    guino's Avatar
    Join Date
    Nov 2004
    Location
    Toronto, Canada
    Posts
    9,762
    1.XMMUTE is a toggle command, but you can make a XMMUTEON and XMMUTEOFF command like this:
    "XMMUTEON","BYIND;XMMUTE;XMMUTE"
    "XMMUTEOFF","BYIND;XMMUTE;<<XMMUTE"

    2.When RR starts or resumes, it resets and sends a "warm-up" command to the XM tuner (so when you start it, it's ready and pre-populated with station info etc). Those are completely automatic/built-in/hard coded procedures.

    3.RR Unmutes the XM tuner when you start the XM playback and unmutes it when you start mp3/video, etc.. exactly at the same time rr unmutes/mutes the audio line (if setup).

    4.If XM is muted, then it will unmute it, if not muted, do nothing.. the ,XM tells that this should only execute IF and ONLY IF XM is ON! (you don't want to unmute the XM Device if XM is not on (i.e. in Music mode).
    Ride Runner RR's Myspace

    "Being happy is not about having what you want, it's about wanting what you have."
    "The best things in life are always free - but that doesn't mean money can't buy you good things."

Page 2 of 2 FirstFirst 12

Similar Threads

  1. Replies: 0
    Last Post: 06-11-2006, 06:49 PM
  2. RR and hibernation.
    By djmickyg in forum Road Runner
    Replies: 9
    Last Post: 11-16-2005, 12:49 AM
  3. RR doesn't start Phoco on initial load..
    By DutchBurner in forum Road Runner
    Replies: 16
    Last Post: 11-04-2005, 02:17 PM
  4. status update....
    By 0l33l in forum PowerVoice
    Replies: 17
    Last Post: 05-05-2005, 01:22 PM
  5. Alternate date/time formats in RR
    By drait in forum Road Runner
    Replies: 2
    Last Post: 02-01-2005, 12:53 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •