The MP3car.com Store  

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.

Go Back   MP3Car.com > Mp3Car Technical > Software & Software Development > Front Ends > Road Runner > RR Skins

Reply
 
Thread Tools Search this Thread Display Modes
Old 05-20-2008, 10:38 AM   #46
Low Bitrate
WaRFiElD's CarPC Specs
 
Join Date: Aug 2005
Location: Canada
Vehicle: BMW E46
Posts: 58
My Photos: (0)
Thanks ALOT Dan! I love the new look of the BMW screen! Gotta try this tonight
WaRFiElD is offline   Reply With Quote
Sponsored Links
Old 05-21-2008, 02:26 AM   #47
Newbie
 
Join Date: Feb 2008
Posts: 9
My Photos: (0)
Dan, you are my god ;-). The Last screen with all ligths are very good.
jarro_25 is offline   Reply With Quote
Old 05-21-2008, 02:40 PM   #48
Newbie
Jaskari's CarPC Specs
 
Join Date: Jul 2006
Location: Finland
Vehicle: 2003/BMW/E46
Posts: 24
My Photos: (0)
This is a great skin with BMW IBus functions, I love it! With FreeFone it would be perfect Browsing music with steering wheel buttons is great (although page up and page down are backwards, dunno if it is iGoBMW issue?).

There is one thing I haven't figured out yet: how to turn off vis in audio player skin (to show CD cover)?

Anyway, thanks for great skin!

Last edited by Jaskari; 05-21-2008 at 02:54 PM.
Jaskari is offline   Reply With Quote
Old 05-21-2008, 04:54 PM   #49
Newbie
dan32500's CarPC Specs
 
Join Date: Feb 2008
Location: Ireland
Vehicle: BMW E46 325Ci
Posts: 55
My Photos: (1)
Quote: Originally Posted by Jaskari View Post
There is one thing I haven't figured out yet: how to turn off vis in audio player skin (to show CD cover)?

Click the CD cover again to turn it off, but you need to set VIS to transparent in RRconfig first. (I noticed the albumart does not show back after this - need to reload playlist I think)

The IbusRR.ini in my skin should have the correct UP/DOWN for the audio player screen.

Thanks all for the feedback!

OT: Go on Man U!
dan32500 is offline   Reply With Quote
Old 05-23-2008, 01:14 AM   #50
Newbie
Jaskari's CarPC Specs
 
Join Date: Jul 2006
Location: Finland
Vehicle: 2003/BMW/E46
Posts: 24
My Photos: (0)
Quote: Originally Posted by dan32500 View Post
The IbusRR.ini in my skin should have the correct UP/DOWN for the audio player screen.

part from your IBusRR.ini:

Code:
[audio_player.skin] PREV_PRES="DOWN" PREV_QUICK_REL="" PREV_HOLD_REL="" PREV_HOLD="PGUP" NEXT_PRES="UP" NEXT_QUICK_REL="" NEXT_HOLD_REL="" NEXT_HOLD="PGDOWN" PLUS_PRES="" MINUS_PRES="" PHONE_PRES="!SWITCHSCREENS!" RT_PRES="PLAY" REPEAT_HOLD_CMD=1

I think PGUP and PGDOWN should be placed the other way around, but I guess it is a matter of opinion.

Dan do you know the code for changing Fahrenheits to Celsius in OBC (like consumption unit is changed in SET_OBC_TO_L100Km)? I don't have OBC in my car and BMW skin shows fahrenheits instead of celsius in outside temp. Or is there a way in Roadrunner to take part of $OUTSIDETEMP$ (stripping + and C) and then doing a conversion (C=F-32x5/9)?

Also one thing is bugging me.. after stopping the engine RPM meter wont go to 0. Is this normal?
Jaskari is offline   Reply With Quote
Sponsored Links
Old 05-23-2008, 04:20 AM   #51
Newbie
dan32500's CarPC Specs
 
Join Date: Feb 2008
Location: Ireland
Vehicle: BMW E46 325Ci
Posts: 55
My Photos: (1)
Quote: Originally Posted by Jaskari View Post
I think PGUP and PGDOWN should be placed the other way around, but I guess it is a matter of opinion.

Dan do you know the code for changing Fahrenheits to Celsius in OBC (like consumption unit is changed in SET_OBC_TO_L100Km)? I don't have OBC in my car and BMW skin shows fahrenheits instead of celsius in outside temp. Or is there a way in Roadrunner to take part of $OUTSIDETEMP$ (stripping + and C) and then doing a conversion (C=F-32x5/9)?

Also one thing is bugging me.. after stopping the engine RPM meter wont go to 0. Is this normal?

Oh yeah, I only changed the single press command, I have't noticed the hold command cose I didn't use it.
I'm not sure of a code to change C/F and 12H/24H - I used the right knob on the cluster. Maybe warfield knows cose he gave me the code for L/100Km.
You can try editing bmw.skin to convert F to C:
FROM:
L,610,271,167,19,240,240,240,14,"Arial:B","=OUTSID E: $OUTSIDETEMP$","CENTER"
TO
L,610,271,167,19,240,240,240,14,"Arial:B","=OUTSID E: $OUTSIDETEMP$","F2C"

I think the RPM thing is cose of the pugin not updating the variable to 0 when doesn't find a value in IBUS.
dan32500 is offline   Reply With Quote
Old 05-23-2008, 05:29 AM   #52
Newbie
Jaskari's CarPC Specs
 
Join Date: Jul 2006
Location: Finland
Vehicle: 2003/BMW/E46
Posts: 24
My Photos: (0)
Quote: Originally Posted by dan32500 View Post
You can try editing bmw.skin to convert F to C:
FROM:
L,610,271,167,19,240,240,240,14,"Arial:B","=OUTSID E: $OUTSIDETEMP$","CENTER"
TO
L,610,271,167,19,240,240,240,14,"Arial:B","=OUTSID E: $OUTSIDETEMP$","F2C"

Tried F2C instead of CENTER, but it didn't help. Maybe it wont work because $OUTSIDETEMP$ variable shows +54 C and not +54 F (RR thinks, that it is already fahrenheits). Gotta ask from Warfield if he can think of something..

Quote: Originally Posted by dan32500 View Post
I think the RPM thing is cose of the pugin not updating the variable to 0 when doesn't find a value in IBUS.

Maybe Warfield could add something to IBusRR for detecting when motor is not running and then reset RPM variable inside IBusRR and update RPM to RR..

Last edited by Jaskari; 05-23-2008 at 05:42 AM.
Jaskari is offline   Reply With Quote
Old 05-23-2008, 01:53 PM   #53
Low Bitrate
Dave323Ci's CarPC Specs
 
Join Date: Apr 2007
Posts: 88
My Photos: (0)
Nice Skin! The IBUS stuff is terrific. One question.... do you have a code to switch OBC back to MPG? (Edit: Disconnecting the battery works!) However a code would be a lot more elegant. Not to mention easier to do while driving

Last edited by Dave323Ci; 05-25-2008 at 09:17 AM. Reason: Updated information
Dave323Ci is offline   Reply With Quote
Old 05-24-2008, 10:23 PM   #54
Newbie
 
Join Date: Dec 2006
Posts: 1
My Photos: (0)
Excellent BMW skin. iGo is now my main RR skin. One thing I couldn't figure out:
I used to be able to use my Navi right knob to scroll through the menu items and pressing on the knob acted as [ENTER] with LSX, Simplistque, or FX skin. I couldn't do the same with iGoBMW. Any ideas or help is appreciated. Thx!
mjassbong is offline   Reply With Quote
Old 05-26-2008, 06:13 AM   #55
Constant Bitrate
 
Join Date: Nov 2005
Posts: 147
My Photos: (0)
i am only getting a vertical small (pink) bar with this skin where i can see half of the compass/speedo, although background path set. anything to do with flash - special version or player required?
upspace is offline   Reply With Quote
Old 05-26-2008, 06:39 AM   #56
Newbie
Jaskari's CarPC Specs
 
Join Date: Jul 2006
Location: Finland
Vehicle: 2003/BMW/E46
Posts: 24
My Photos: (0)
Quote: Originally Posted by upspace View Post
i am only getting a vertical small (pink) bar with this skin where i can see half of the compass/speedo, although background path set. anything to do with flash - special version or player required?

I had the same problem... check your rr.ini file for fastmode line.. it should be "fastmode=-1".
Jaskari is offline   Reply With Quote
Old 05-26-2008, 01:32 PM   #57
Constant Bitrate
 
Join Date: Nov 2005
Posts: 147
My Photos: (0)
Quote: Originally Posted by Jaskari View Post
I had the same problem... check your rr.ini file for fastmode line.. it should be "fastmode=-1".

hhhm not for me. any other tips?
upspace is offline   Reply With Quote
Old 05-26-2008, 02:40 PM   #58
Newbie
dan32500's CarPC Specs
 
Join Date: Feb 2008
Location: Ireland
Vehicle: BMW E46 325Ci
Posts: 55
My Photos: (1)
Quote:
i am only getting a vertical small (pink) bar with this skin where i can see half of the compass/speedo, although background path set. anything to do with flash - special version or player required?

Check again and make sure a valid background is set.

Quote:
I used to be able to use my Navi right knob to scroll through the menu items and pressing on the knob acted as [ENTER]

You will need to update IbusRR.ini with your previous settings but in the new format.

Quote:
One question.... do you have a code to switch OBC back to MPG?

Sorry, I don't, will have to wait for WaRFiElD to come back.

Last edited by dan32500; 05-27-2008 at 04:54 PM.
dan32500 is offline   Reply With Quote
Old 05-26-2008, 03:54 PM   #59
Newbie
 
Join Date: Feb 2007
Posts: 11
My Photos: (0)
Hi, where can I download or buy iGo8 please?
I use actually sygic but I always get problems with RR using any GPS software
AzN_Tuan is offline   Reply With Quote
Old 05-31-2008, 07:21 AM   #60
Newbie
 
Asterix1965's Avatar
 
Join Date: Jan 2007
Posts: 29
My Photos: (0)
Hello,
Despite its adobe flasplayer installed in PCs used by car makes me not view the files *.swf menu Bmw.skin
Also in the menu change background I do not see backgrounds
Do you know how to solve the problem ?

Tanks
Asterix1965 is offline   Reply With Quote
Sponsored Links
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off

Similar Threads
Thread Thread Starter Forum Replies Last Post
Digital FX 2.0 Transparent Released JohnWPB RR Skins 3759 03-07-2008 12:23 PM
Need help. transparent _EMPTY files and invisible buttons austin683 RR Skins 5 01-06-2008 09:36 PM
transparent tutorial? davidp RR Skins 3 08-28-2007 09:24 PM
Winamp transparent visualization issues TSur Road Runner 1 06-12-2007 05:54 PM
Transparent skins possible??? Supergong FreeDrive 4 01-13-2006 02:25 PM


All times are GMT -5. The time now is 05:01 AM.


Sponsored Links
The MP3car.com Store

Powered by vBulletin® Version 3.7.3
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO 3.2.0
Copyright © 1999 - 2008 Mp3Car.com Inc.
Ad Management by RedTyger
Message Board Statistics