Sponsored links

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


Reply
 
Share Thread Tools Display Modes
Old 04-22-2009, 02:29 PM   #76
Newbie
 
Join Date: Apr 2009
Posts: 28
SLIVER23 is an unknown quantity at this point
Quote: Originally Posted by lambosprit View Post
well with two of you saying its happening its sounds like a problem. Can you send a screen shot so i can see it and a copy of your rr debug log and your mobilephone debug log.

Also are you using the bmv2 skin to try it first?


OK, I reloaded everything and did the installer again to show you what I was getting.

Here is the screen shot of what it does to RR... this is the main screen. The menu looks nothing like I had setup before and the size/etc is messed up.


Attached is the Debug
I see that the .dll says most like not registered... I did register it but I will redo the process as others have stated.
Attached Files
File Type: txt debug.txt (23.3 KB, 28 views)

Last edited by SLIVER23; 04-22-2009 at 02:33 PM.
SLIVER23 is offline   Reply With Quote
Sponsored links
Advertisement
 
Advertisement
Old 04-22-2009, 05:57 PM   #77
Variable Bitrate
 
lambosprit's Avatar
 
Join Date: Sep 2006
Location: UK
Posts: 447
lambosprit is on a distinguished road
had a look at the debug and I think you need to do the following (from the troubleshooting).

Solution 2: You can attempt to register the DLL manually by opening and command prompt and changing directory to ; %WindowsFolder%\Microsoft.NET\Framework\v2.0.50727 then running the command ; Regasm "%PathofRoadRunner%\MobilePhone.dll" /tlb:MobilePhone.tlb /codebase (Include the quotes around the Roadrunner\MobilePhone.dll part)

Note the /codebase. I found some mention to it in Guino's .net plugin example and found I needed to use it on my car pc.
lambosprit is offline   Reply With Quote
Old 04-22-2009, 11:02 PM   #78
Variable Bitrate
 
Join Date: Jul 2006
Posts: 269
barnyard is an unknown quantity at this point
@SLIVER23:
It looks like your menu.skin got overwritten. The same thing happened to me the first time I tried the plugin. Do you have a backup of your menu.skin you could replace it with?
__________________
D201GLY2
512 Megs RAM
8" Lilliput
Onstar GPS mod
XM
Visteon HDZ300
barnyard is offline   Reply With Quote
Old 04-22-2009, 11:53 PM   #79
Newbie
 
Join Date: Apr 2009
Posts: 28
SLIVER23 is an unknown quantity at this point
Quote: Originally Posted by barnyard View Post
@SLIVER23:
It looks like your menu.skin got overwritten. The same thing happened to me the first time I tried the plugin. Do you have a backup of your menu.skin you could replace it with?

Yeah, I always back up my menu. As I said before I think the installer overwrites your menu.skin with a new one or modifies it too much for some. I was able to get it working by copying the files and manually making the buttons (no big deal).

Registering the .dll as Lambo described gets the plugin working (nice work).

I was hoping this one would work but I guess not for my phone. I don't understand why the Bluesoleil Dialer works great for my phone but no plugins for RR work for the Moto Q
SLIVER23 is offline   Reply With Quote
Old 04-23-2009, 09:21 AM   #80
Terminal flasher
 
Sonicxtacy02's Avatar
 
Join Date: Sep 2004
Location: Woodbridge, VA
Posts: 6,307
Sonicxtacy02 has a spectacular aura aboutSonicxtacy02 has a spectacular aura about
lambo, nothing should need to be done to menu.skin if you're placing the plugin in RR's Plugins folder. It appears that there's a bug in the installer when adding the x, line but that line isnt neccessary with new rr versions.
__________________
03 Acura RSX Coupe
Developer of: RRFusion, MovieTimes.NET, (new)RRMail, RRShoutcast, & RRVehicle Maintenance
Currently working on: RRVehicle Maintenance
Sonicxtacy02 is offline   Reply With Quote
Old 04-23-2009, 06:57 PM   #81
Variable Bitrate
 
lambosprit's Avatar
 
Join Date: Sep 2006
Location: UK
Posts: 447
lambosprit is on a distinguished road
I know whats happening. We designed the installer for the bmv2 skin and so it is replacing the menu.skin. I've removed the menu.skin so it wont overwrite it. New release in first post.

It has the new plugin manager stuff so using carwings in the new riderunner shows whether the plugin is loaded and its details. Should help debugging.

Made the change to MENU instead of LOAD as well.
lambosprit is offline   Reply With Quote
Old 04-24-2009, 12:01 AM   #82
Constant Bitrate
 
Join Date: Jul 2006
Posts: 156
LYHTSPD is on a distinguished road
Any chance this will work with CDMA phones? Namely the LG VX9100 for Verizon?
LYHTSPD is offline   Reply With Quote
Old 04-24-2009, 04:57 AM   #83
Variable Bitrate
 
lambosprit's Avatar
 
Join Date: Sep 2006
Location: UK
Posts: 447
lambosprit is on a distinguished road
check the bluesoleil website. If its there it will.
lambosprit is offline   Reply With Quote
Sponsored links
Advertisement
 
Advertisement
Old 04-24-2009, 08:41 AM   #84
Constant Bitrate
 
Join Date: Jul 2006
Posts: 156
LYHTSPD is on a distinguished road
Quote: Originally Posted by lambosprit View Post
check the bluesoleil website. If its there it will.

I just saw this on their site:
Quote:
Note: CDMA cellphones are not supported by this tool currently.



Do ANY of the phone plugins work with CDMA phones?
LYHTSPD is offline   Reply With Quote
Old 04-24-2009, 09:14 AM   #85
Terminal flasher
 
Sonicxtacy02's Avatar
 
Join Date: Sep 2004
Location: Woodbridge, VA
Posts: 6,307
Sonicxtacy02 has a spectacular aura aboutSonicxtacy02 has a spectacular aura about
Quote: Originally Posted by LYHTSPD View Post
I just saw this on their site:




Do ANY of the phone plugins work with CDMA phones?

My blackberry is technically CDMA. I dont see why any phone with handsfree bluetooth connectivity shouldnt work with this plugin.

I got Message boxes again today saying the debug log was in use by another program. I had to quit RR and restart it. Any idea what causes this? It always happens upon resume from hibernation.
__________________
03 Acura RSX Coupe
Developer of: RRFusion, MovieTimes.NET, (new)RRMail, RRShoutcast, & RRVehicle Maintenance
Currently working on: RRVehicle Maintenance
Sonicxtacy02 is offline   Reply With Quote
Old 04-24-2009, 10:23 AM   #86
Variable Bitrate
 
lambosprit's Avatar
 
Join Date: Sep 2006
Location: UK
Posts: 447
lambosprit is on a distinguished road
its my coding skills I'm afraid. I'm using threads but they get a bit confused when writting to a file. Haven't figuired out how to queue them up so they write one at a time. If its all working fine then just set DebugLevel=3 in your [General] of your ini file. It will reduce the debug to just error stuff so should remove the problem.

I hope to fix it properly soon but ......
lambosprit is offline   Reply With Quote
Old 04-24-2009, 11:19 AM   #87
Variable Bitrate
 
Join Date: Jul 2006
Location: Brisbane, Australia
Posts: 344
rodweb is an unknown quantity at this point
Quote: Originally Posted by lambosprit View Post
its my coding skills I'm afraid. I'm using threads but they get a bit confused when writting to a file. Haven't figuired out how to queue them up so they write one at a time. If its all working fine then just set DebugLevel=3 in your [General] of your ini file. It will reduce the debug to just error stuff so should remove the problem.

I hope to fix it properly soon but ......

I'm pretty much an amateur when it comes to coding and don't know much about threads, but I think you have to define a critical section in your code around your writes to the file, and set a mutex or something to tell other threads that you want exclusive access. Not sure how you are opening and closing the log file but if different threads are writing to it, only open it when you want to write something and then close it immediately in that critical section.

Hope this gives you a clue to solve this.
__________________
RodW
2007 Toyota Hilux with a CarPC..

Worklog: http://www.mp3car.com/vbulletin/work...ota-hilux.html
OziExplorer GPS Embedded in RR: http://www.mp3car.com/vbulletin/sb-s...iexplorer.html
rodweb is offline   Reply With Quote
Old 04-24-2009, 06:53 PM   #88
Variable Bitrate
 
lambosprit's Avatar
 
Join Date: Sep 2006
Location: UK
Posts: 447
lambosprit is on a distinguished road
thanks rodweb. that helped me find some stuff. JUST FOR TESTING heres a dll with the new logging. Can you try it sonic and tell me if it works.

Last edited by lambosprit; 04-30-2009 at 05:58 PM.
lambosprit is offline   Reply With Quote
Old 04-24-2009, 08:27 PM   #89
Terminal flasher
 
Sonicxtacy02's Avatar
 
Join Date: Sep 2004
Location: Woodbridge, VA
Posts: 6,307
Sonicxtacy02 has a spectacular aura aboutSonicxtacy02 has a spectacular aura about
it'll have wait until sunday but i'll test it out.
__________________
03 Acura RSX Coupe
Developer of: RRFusion, MovieTimes.NET, (new)RRMail, RRShoutcast, & RRVehicle Maintenance
Currently working on: RRVehicle Maintenance
Sonicxtacy02 is offline   Reply With Quote
Old 04-25-2009, 01:24 AM   #90
Low Bitrate
 
Join Date: Feb 2009
Location: Finland
Posts: 94
Dartman_71 is an unknown quantity at this point
Is there any change to make text file based phonebook? My phone is not fully supported by BlueSoleil, I can make calls and answer but it does not read sim card or show dialed etc. numbers. Othervise this is best phone plugin so far
Dartman_71 is offline   Reply With Quote
Sponsored links
Advertisement
 
Advertisement
Reply

Bookmarks

Thread Tools
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 On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
nGhost 2.0.0 Final is out! kev000 LinuxICE 53 07-16-2009 10:16 PM
Bluetooth problems their solutions Clintebb Bluetooth Hardware 9 12-26-2007 09:03 AM
Hello World plugin paulpv CF Plugins 5 06-08-2006 11:07 PM
How do I use the Base plugin sources ? guino RR FAQ 1 04-24-2006 04:43 PM



All times are GMT -5. The time now is 06:42 PM.


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