|
 |
|
11-25-2008, 02:47 AM
|
#91
|
|
Maximum Bitrate
Join Date: May 2008
Location: Bordeaux, France
Posts: 534
|
Is download possible ????
Quote: Originally Posted by quickmic 
Hmm... Is this not a antilogy? On one side you say the sources are still available (however this is realized), on the other side you make some kind of "copy protection".
If I have access to the full sourcecode, I could easiely remove the protection and compile it again.
And if you say, it's allowed to me to make some version public (with the conditions in modRoadrunner listed)........you know that I mean.
To make it more clear. I haven't the intention to do a "hack" of the version, but in the past I have published some special-modified versions of rr.
For example. I use for me and some friends a special version of rr with "audiogenie.dll", cause there it is possibility to readout the covers from TAGID directly (and much more features). If offered you (1 or 2 years ago) this version, but you don't want to implement this cause of the used dll.... No problem for me, I created my own version.
For now I have not access to the fully code (as I think), so it will be much more work to implement your published "parts" of the code.
But I will see....
Is it possible to download your version with audoigenie compatibility .
If yes , do you have a link ?
Thanks
|
|
|
|
|
|
Advertisement
|
Sponsored links
|
11-25-2008, 07:07 AM
|
#92
|
|
Maximum Bitrate
Join Date: Dec 2007
Posts: 738
|
kpjuk.. u the man!!!
|
|
|
11-25-2008, 09:11 AM
|
#93
|
|
High Voltage
Join Date: Jul 2005
Location: Motorcity
Posts: 1,959
|
Quote: Originally Posted by hailrazer 
When I Hibernate and resume, it can't find the XM Radio. I have to shut off the computer and restart it to get back XM Radio.
It's worth the trouble shoot time, the rewritten code is much faster with source switching. Like mitch said, it probably how you have it wired or a setting in rr.ini
And I still , no matter what I do , can't get iGuidance to find the GPS unless I start iGuidance first and then start Roadrunner.
That's because RR has built in GPS functionality and RR is stealing the GPS port before iGuidance has a chance to. See RR.ini and/or run xport if you want to split the GPS signal between the two apps.
And no I am not a Newb when it comes to this stuff. I have every setting just like it was and have tried every trick in the book.
You could have fooled us! You will probably have to adjust a few settings, as you are jumping a year in development time, many things have changed or been updated in the code, new commands, improvements, etc. Obviously you missed a 'trick' somewhere because it's really not that hard to make RR work.
I'm done with this build and I'm going back to last years. If this is what I have to look forward to every 4 months..... then thanks but no thanks.
Sorry that FREE software requires any type of thought or reading to make the most of it.
|
|
|
11-25-2008, 10:15 AM
|
#94
|
|
FLAC
Join Date: Jun 2007
Location: hijacks small portable city
Posts: 1,231
|
Quote: Originally Posted by hailrazer 
I had installed the 12-08-2007 version and everything was working pretty OK.
And I still , no matter what I do , can't get iGuidance to find the GPS unless I start iGuidance first and then start Roadrunner.
I find it interesting that this worked right for you in the 12-8-07 version but not in the new version. This same GPS port functionality existed in the old version as well. So you've set it up before obviously, most likely by setting the GPS port to 0 in Road Runner.
I wouldn't doubt that there's some user error going on here.
|
|
|
11-25-2008, 11:39 PM
|
#95
|
|
Newbie
Join Date: Nov 2008
Location: SoCal
Posts: 1
|
Guino,
I remember seeing your thread back on the 8 club but I never realized you were the one behind RR.
I'm preparing to do a carputer and I'll be watching this thread closely.
|
|
|
11-25-2008, 11:55 PM
|
#96
|
|
Variable Bitrate
Join Date: Mar 2008
Location: Columbus, Georgia
Posts: 279
|
Well since I'm the only one who seems to be having problems, I thought I would give it a go again.
So I uninstalled the older version and installed the newer version.
No dice it still didn't work right. I was about to give up when I figured I would try the old Windows tricks. So I uninstalled RR again, and then did a file search and manually deleted every RR file I could find. Then I used Regedit and got rid of every registry mention of RR.
Shut down, restarted and reinstalled. Configured everything and Bam..... It worked perfect and ran everything perfectly even after hibernations.
So I guess it was "User error", though I don't know why it was my fault.
|
|
|
11-26-2008, 01:38 PM
|
#97
|
|
MySQL Error
Join Date: Sep 2003
Location: Beach City, Socal
Posts: 4,040
|
Quote: Originally Posted by guino 
I don't remember getting your code  ? Can you send it again ?
I already said that I'll put only a reminder on the next versions...
Guino,
Just sent you the file to your wb****** hotmail account.
|
|
|
11-27-2008, 08:58 AM
|
#98
|
|
FLAC
Join Date: Sep 2003
Location: Ellicott City, MD
Posts: 1,670
|
If you get board guino and looking to add some new commands, here are some of my suggestions.
For Internet radio or streaming stuff.
Code:
If in audio and status=play and TRACKTIME=00:00 then
reloadlist every 7 sec.
setvar;autoloadlist;1
else
stop reloadlist
setvar;autoloadlist;0
End If
do this on
tracknumber change
play
stop
A button to manually start and stop it
“AUTOLOADLIST”,”BYVAR;autoloadlist; reloadlist every 7 sec.<< stop reloadlist”
And a command
“ONSCREENCHANGE” to trigger after entering and exiting screens.
“ONTRACKCHANGE” to trigger when tracknumber changes, good for xm, siruis and Internet radio instead of on “songestart”
Last edited by Chuck; 11-27-2008 at 09:03 AM..
|
|
|
|
Sponsored links
|
|
Advertisement
|
|
11-27-2008, 12:02 PM
|
#99
|
|
The Curator
Join Date: Aug 2004
Location: Chicago area,IL
Posts: 3,527
|
I think that is about the most clearest "Chuck" chunk of code that I have ever laid eyes one..LOL....
Um...some really familiar about that "ONSCREENCHANGE" cmd.... hummmm...
|
|
|
11-27-2008, 02:05 PM
|
#100
|
|
The Last Good Gremlin
Join Date: Nov 2004
Location: St Louis
Posts: 1,930
|
Quote: Originally Posted by Chuck 
If you get board guino and looking to add some new commands, here are some of my suggestions.
For Internet radio or streaming stuff.
Code:
If in audio and status=play and TRACKTIME=00:00 then
reloadlist every 7 sec.
setvar;autoloadlist;1
else
stop reloadlist
setvar;autoloadlist;0
End If
do this on
tracknumber change
play
stop
A button to manually start and stop it
“AUTOLOADLIST”,”BYVAR;autoloadlist; reloadlist every 7 sec.<< stop reloadlist”
And a command
“ONSCREENCHANGE” to trigger after entering and exiting screens.
“ONTRACKCHANGE” to trigger when tracknumber changes, good for xm, siruis and Internet radio instead of on “songestart”
That's pretty good and it covers all the issues we found in the Trackname Thread. Hey Chuck are you using the ACTIVESOURCEID code MitchJS incorporated in the 10-13 build? Have you been able to add sources/IDs on your own? I know Mitch mentioned it but no one explained how to use it or how to update/add to it. If you've updated my code using ACTIVESOURCEID, could you post it in the other thread so I can take a look?
Quote: Originally Posted by Blue ZX3 
I think that is about the most clearest "Chuck" chunk of code that I have ever laid eyes one..LOL....
And it VB not RRCode which makes it really scary.
__________________
HARDWARE: Fujitsu Stylistic ST5031w/WiFi and dock, internal MP3Car 80G HD,, external 1TB HD, Sierra Wireless Aircard 550, DVD-RW, Silabs FM, WinTV USB, XM Commander w/Timetrax USB, Delorme GPS, Saitek X-52 joystick, BluSoleil Bluetooth, TPMS, FB, Elm327
|
|
|
11-27-2008, 05:52 PM
|
#101
|
|
FLAC
Join Date: Sep 2003
Location: Ellicott City, MD
Posts: 1,670
|
I only use this for now
Code:
"ONSKINSTART","RUNACTIVEPLAYER"
"RUNACTIVEPLAYER","BYVAR;ACTIVESOURCEID;AUDIO<<RADIO<<RADIO<<XM<<SIRIUS<<AUDIO<<AUDIO<<AUDIO<<AUDIO<<AUDIO"
I use this for setting source
Code:
"AUDIO","LOAD:AUDIO_PLAYER.skin||SETVAR;ATVP;1"
"RADIO","LOAD:RADIO.skin||SETVAR;ATVP;2"
"XM","LOAD:XM.skin||SETVAR;ATVP;3"
"SIRIUS","LOAD:SIRIUS.skin||SETVAR;ATVP;4"
"ACTIVEPLAYER","BYVAR;ATVP;<<AUDIO<<RADIO<<XM<<SIRIUS"
|
|
|
11-29-2008, 04:29 PM
|
#102
|
|
Newbie
Join Date: Apr 2008
Posts: 9
|
um.....bear with me as I am a newb at all this....
i downloaded the newest version I could get (1.0.0.0) off guino's lil site and on trying to run it it says there is no valid skin (was looking for the.....SKINS/BMV2 extention, but i dont have that folder...)....WTF?
I have never used this before, any suggestions? I just wanted it to work so I could try it out. shouldn't a skin come with it so it can work from the get-go??
Blue ZX3, none of your download links work man...either a time-out or it says I cannot access... can you directly link it here so i can just click and download it?? SOOOO much easier to do that.
Last edited by HaveBlue83; 11-29-2008 at 04:33 PM..
|
|
|
11-29-2008, 04:35 PM
|
#103
|
|
Maximum Bitrate
Join Date: May 2005
Location: Lawrenceville GA
Posts: 708
|
Quote: Originally Posted by HaveBlue83 
um.....bear with me as I am a newb at all this....
i downloaded the newest version I could get (1.0.0.0) off guino's lil site and on trying to run it it says there is no valid skin (was looking for the.....SKINS/BMV2 extention, but i dont have that folder...)....WTF?
I have never used this before, any suggestions? I just wanted it to work so I could try it out. shouldn't a skin come with it so it can work from the get-go??
Blue ZX3, none of your download links work man...either a time-out or it says I cannot access... can you directly link it here so i can just click and download it?? SOOOO much easier to do that.
Did you DL the .exe or the installer?
this is what you need.
http://guino.home.insightbb.com/rrinstall.htm
Then run RRConfig and select carwings and choose media paths.
Last edited by fixerofallthing; 11-29-2008 at 04:39 PM..
|
|
|
11-29-2008, 04:52 PM
|
#104
|
|
Newbie
Join Date: Apr 2008
Posts: 9
|
ok, THX, i'll see what I can do tomorrow...I just re-booted back to my mac side after messing with it for awhile on here...lol... I figured i mixed something up.....EDIT: yeah I had the Media v1.2.2. EXE file amongst others ....
any link for the config file as well? I couldn't get it off BlueZX3's sig link.....
|
|
|
11-29-2008, 04:55 PM
|
#105
|
|
Maximum Bitrate
Join Date: May 2005
Location: Lawrenceville GA
Posts: 708
|
Quote: Originally Posted by HaveBlue83 
ok, THX, i'll see what I can do tomorrow...I just re-booted back to my mac side after messing with it for awhile on here...lol... I figured i mixed something up.....EDIT: yeah I had the Media v1.2.2. EXE file amongst others ....
any link for the config file as well? I couldn't get it off BlueZX3's sig link.....
It is included with the install version of RR ( it puts a shortcut on your desktop even)
|
|
|
|
Sponsored links
|
|
Advertisement
|
|
| 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 05:16 AM.
| |