Welcome to the MP3Car.com forums.
You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. Registering will also remove advertisements. By joining our free community you will have access to post topics, communicate privately with other members (PM), respond to polls, upload content and access many other special features. Registration is fast, simple and absolutely free so please, join our community today!
If you have any problems with the registration process or your account login, please contact contact us.
|
09-14-2007, 02:18 PM
|
#271
|
|
Low Bitrate
Join Date: Feb 2007
Location: Seattle
Vehicle: 2004 BMW 325ci
Posts: 93
|
Hey guys where can I find a list of the RR Commands i.e. RR Volume Up, Next, ect?
|
|
|
09-14-2007, 02:22 PM
|
#272
|
|
Variable Bitrate
Join Date: Apr 2005
Location: Southern Califorina
Vehicle: 1999 Ford Explorer
Posts: 227
|
Quote: Originally Posted by inh 
hehe i know what ya mean! It's going to be a bit before I have a chance to install it, but just finding a place the bland it in where it would be in reach and look good was a challenge (take a look at some CRX interior pics and you'll see what I mean)
When i get a chance, I think I'm going to crack mine open again and see about changing LED colors, just for kicks. Hell.. maybe puts some RGB LEDs in there.. Now THAT would be awesome..
Hah! You own/drive a CRX?
Before my explorer, I had an 89 CRX Si! I'm quite familiar with the interior of those things, and yeah, adding much of anything to that car is a challenge!
We clearly have too much in common! 
|
|
|
09-14-2007, 02:24 PM
|
#273
|
|
Variable Bitrate
Join Date: Apr 2005
Location: Southern Califorina
Vehicle: 1999 Ford Explorer
Posts: 227
|
Quote: Originally Posted by taylorgauss 
Hey guys where can I find a list of the RR Commands i.e. RR Volume Up, Next, ect?
In your RoadRunner install directory, there will be a text file named "Skin Commands.txt" which gives you a list of all of them, and what they do. :-)
|
|
|
09-14-2007, 02:47 PM
|
#274
|
|
Newbie
Join Date: Jun 2007
Location: Oxnard, CA
Vehicle: 2007 / Honda / Civic SI 4 Door
Posts: 55
|
Well as long as the mouse clicks work for you then I'm sure it is something on my side. I had moment in between calls this morning and did just that to the config... I'll test when I get home.
|
|
|
09-15-2007, 04:21 AM
|
#275
|
|
Maximum Bitrate
Join Date: Jan 2007
Location: Fort Riley KS
Vehicle: 91 CRX Si
Posts: 514
|
Quote: Originally Posted by cherrybomb 
Hah! You own/drive a CRX?
Before my explorer, I had an 89 CRX Si! I'm quite familiar with the interior of those things, and yeah, adding much of anything to that car is a challenge!
We clearly have too much in common! 
Haha wow.. It gets better.. I have an 88 Si, and my exploder is a 96 Eddie Bauer! Ah man, thats just funny
Any progress on reproducing my error?
|
|
|
09-15-2007, 12:31 PM
|
#276
|
|
Variable Bitrate
Join Date: Apr 2005
Location: Southern Califorina
Vehicle: 1999 Ford Explorer
Posts: 227
|
Quote: Originally Posted by inh 
Haha wow.. It gets better.. I have an 88 Si, and my exploder is a 96 Eddie Bauer! Ah man, thats just funny
Any progress on reproducing my error?
Unfortunately not. I'm getting ready for my sisters wedding today, and got interrupted by my normal job when I was trying to work on this (how rude).
Probably have a chance to look at it tomorrow, or next week. :-)
|
|
|
09-15-2007, 10:18 PM
|
#277
|
|
Newbie
Join Date: Jun 2007
Location: Oxnard, CA
Vehicle: 2007 / Honda / Civic SI 4 Door
Posts: 55
|
Well I have managed to get my SN working the way I like it...
At the main menu of the skin I am running you will get mouse movement, audio control, and winamp present control. If you go to the Song browser, volume control changes to song selection scrolling.
Here it is for anyone thats interested.
This was based off of Inh's config, thanks again man.
Code:
<deviceContexts>
<deviceContext name="Media" device="SpaceNavigator">
<axe threshold="200" type="binary" posAction="" negAction=""/> <!-- axe 0 pan left/right -->
<axe threshold="200" type="binary" posAction="" negAction=""/> <!-- axe 1 pan foreward/back -->
<axe threshold="200" type="binary" posAction="RR Next" negAction="RR Prev"/> <!-- axe 2 push/pull -->
<axe simulateMouseMove="y"
threshold="50"
divisor="30" /> <!--axe 3 tilt forward/back -->
<axe simulateMouseMove="x"
threshold="50"
divisor="30" /> <!--axe 4 title left/right -->
<axe threshold="100"
type="exponential"
startPulse="1"
endPulse="20"
posAction="RR Volume Up"
negAction="RR Volume Down" /> <!-- axe 5 Twist -->
<buttons>
<button simulateMouseButton="left" />
<button downAction="RR FullVisu"
upAction="" />
</buttons>
</deviceContext>
<deviceContext name="Player" device="SpaceNavigator">
<axe threshold="200" type="binary" posAction="" negAction=""/> <!-- axe 0 pan left/right -->
<axe threshold="200" type="binary" posAction="" negAction=""/> <!-- axe 1 pan foreward/back -->
<axe threshold="200" type="binary" posAction="RR Next" negAction="RR Prev"/> <!-- axe 2 push/pull -->
<axe simulateMouseMove="y"
threshold="50"
divisor="30" /> <!--axe 3 tilt forward/back -->
<axe simulateMouseMove="x"
threshold="50"
divisor="30" /> <!--axe 4 title left/right -->
<axe threshold="100"
type="exponential"
startPulse="1"
endPulse="20"
posAction="RR Item Down"
negAction="RR Item Up" /> <!-- axe 5 Twist -->
<buttons>
<button simulateMouseButton="left" />
<button downAction="RR Cancel"
upAction="" />
</buttons>
</deviceContext>
</deviceContexts>
<contexts>
<context name="Default"
deviceContext="Media" />
<context name="Media"
deviceContext="Media" />
<context name="Player"
deviceContext="Player" />
</contexts>
<actions>
<sendWindowMessage name="Context Up"
type="CopyData"
window="SpaceNavigatorDriver"
message="CONTEXT;Up"/>
<sendWindowMessage name="Context Down"
type="CopyData"
window="SpaceNavigatorDriver"
message="CONTEXT;Down"/>
<sendWindowMessage name="RR Volume Up"
type="CopyData"
window="RoadRunner"
message="VOL+"/>
<sendWindowMessage name="RR Volume Down"
type="CopyData"
window="RoadRunner"
message="VOL-"/>
<sendWindowMessage name="RR Cancel"
type="CopyData"
window="RoadRunner"
message="CANCEL"/>
<sendWindowMessage name="RR Play/Pause"
type="CopyData"
window="RoadRunner"
message="PLAY"/>
<sendWindowMessage name="RR Next"
type="CopyData"
window="RoadRunner"
message="NEXT"/>
<sendWindowMessage name="RR Prev"
type="CopyData"
window="RoadRunner"
message="PREV"/>
<sendWindowMessage name="RR Item Up"
type="CopyData"
window="RoadRunner"
message="UP"/>
<sendWindowMessage name="RR Item Down"
type="CopyData"
window="RoadRunner"
message="DOWN"/>
<!--
"BYVAR;VISURUNNING;RUNVISU<<STOPVISU",@FULL_VISU@
-->
<sendWindowMessage name="RR FullVisu"
type="CopyData"
window="RoadRunner"
message="VISU"/>
<keyPress name="Copy">
<key>17</key>
<key>67</key>
</keyPress>
<keyPress name="Paste">
<key>17</key>
<key>86</key>
</keyPress>
</actions>
</snConfig>
|
|
|
09-15-2007, 10:47 PM
|
#278
|
|
Laptop, Tablets, UMPC Moderator
Join Date: Oct 2004
Location: NY
Vehicle: 2002 pontiac montana
Posts: 5,940
|
aw man, this is cool" I've been using the sn for months as just a mouse in my old install, but new install is getting the sn too, guess I gotta dig into this code & start configuring.
now if used this way with rr, what does it do when outside of rr?
|
|
|
09-16-2007, 12:01 AM
|
#279
|
|
Maximum Bitrate
Join Date: Jan 2007
Location: Fort Riley KS
Vehicle: 91 CRX Si
Posts: 514
|
it will behave the same way no matter what program you are using it wth =]
|
|
|
09-16-2007, 01:11 AM
|
#280
|
|
Laptop, Tablets, UMPC Moderator
Join Date: Oct 2004
Location: NY
Vehicle: 2002 pontiac montana
Posts: 5,940
|
so it can be a mouse in the windows shell & be configured for rr & cf at the same time?, & could be customized for most other apps too?
|
|
|
09-16-2007, 01:23 AM
|
#281
|
|
Maximum Bitrate
Join Date: Jan 2007
Location: Fort Riley KS
Vehicle: 91 CRX Si
Posts: 514
|
Yep yep =] Just gotta find out what hotkeys are used for the app and use the driver program to send them =] i plan on improving my config for use with google maps, iguidance, and probably more..
|
|
|
09-16-2007, 01:26 AM
|
#282
|
|
Laptop, Tablets, UMPC Moderator
Join Date: Oct 2004
Location: NY
Vehicle: 2002 pontiac montana
Posts: 5,940
|
 that is so cool, so cool... man, I gotta really start playing with this...
|
|
|
09-23-2007, 10:03 PM
|
#283
|
|
Constant Bitrate
Join Date: Jul 2005
Location: Montreal, Canada
Vehicle: BMW X5 2001
Posts: 221
|
Awesome stuff  Got my SN and installed in my car. Pics to follow. Also I've setted up to work with SD in a very nice way, so I'll post my config.xml a bit later as well !
Thank you to everyone who participating in this SN project !!!
|
|
|
10-01-2007, 01:34 PM
|
#284
|
|
Variable Bitrate
Join Date: Apr 2005
Location: Southern Califorina
Vehicle: 1999 Ford Explorer
Posts: 227
|
Quote: Originally Posted by inh 
Ok, heres the problem, or at least, where the problem is located.
If I have this for contexts:
Code:
<contexts>
<context name="Default"
deviceContext="Mouse" />
<context name="Mouse"
deviceContext="Mouse" />
<context name="****"
deviceContext="SpaceNavigator" />
</contexts>
**** is the variable im talking about below. If i set **** to "Audio" It defaults to loading the SPaceNavigator context.
In fact, any value from A to D does it. But only uppercase. And if i try something like "Dill" it wont cause the error.
If i set it to anything else, Like E, no problems..So it seems the issue is only with uppercase letters, and only those few.
So for now, I set the Context name to Media, for the play/pause commands and the like. So far so good,at least it's switching the contexts now.
Last issue I've found is that when it recieves the command to switch contexts, it does, but the mouse buttons dont get redefined and set to the
new context.
Okay... I finally figured this out, and I can probably fix it, though it's not really a trivial change, so I think I'll put it off, in favor of adding a couple new features, like LED control, and a configuration tool.
Basically, when the app starts up, it switches to the "last" context in the list. The problem is, the list is sorted alphabetically, rather than in the order it's show in the configuration file. I need to use a different data structure internally to avoid this, so there are a lot of places it needs to change.
It's on the TODO list. :-)
|
|
|
10-01-2007, 01:40 PM
|
#285
|
|
Maximum Bitrate
Join Date: Jan 2007
Location: Fort Riley KS
Vehicle: 91 CRX Si
Posts: 514
|
awesome =] now just knock out that LED control =D
Thanks Cherrybomb!
|
|
|
|
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
|
|
|
| Thread Tools |
|
|
| Display Modes |
Linear Mode
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
All times are GMT -5. The time now is 07:38 PM.
|
|