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 02-22-2009, 03:46 PM   #16
One Sharp Cheddar
 
ThunderStick's Avatar
 
Join Date: Aug 2006
Location: West Allis, WI
Posts: 1,558
ThunderStick is on a distinguished road
Freefone sucked because it as an external standalone (sorry). I would recommend keeping this a plugin so we can create some suitable looking skins.
ThunderStick is offline   Reply With Quote
Sponsored links
Advertisement
 
Advertisement
Old 02-22-2009, 04:54 PM   #17
Maximum Bitrate
 
bes51659's Avatar
 
Join Date: Sep 2005
Location: Stockholm, Sweden
Posts: 657
bes51659 is on a distinguished road
Best thing is a skinnable application. If you want to play with words :-)
__________________
A 8051 system that controls PC power etc with or without BMW IBus and is a GPS receiver with dead reckoning. mp3car thread

My car installation mp3car thread "showing off project"
bes51659 is offline   Reply With Quote
Old 02-22-2009, 05:33 PM   #18
Variable Bitrate
 
lambosprit's Avatar
 
Join Date: Sep 2006
Location: UK
Posts: 447
lambosprit is on a distinguished road
Sorry no plans at the moment to make it stand alone. Lots still to do to make it a finished dll first.

Thunderstick: Pm'd you with an idea how to fix your problem but would like it tried before posting
lambosprit is offline   Reply With Quote
Old 02-22-2009, 08:46 PM   #19
One Sharp Cheddar
 
ThunderStick's Avatar
 
Join Date: Aug 2006
Location: West Allis, WI
Posts: 1,558
ThunderStick is on a distinguished road
OK I get it to register not sure what happened differently but I just registered again as I have been and it works.
some what anyway.
Here is a screenshot of what I get when I open the skin.
I get one green light, not sure what it means and a few labels that say false.
Anyway, not able to use the phone through BT yet. Any more ideas?
Attached Images
 
ThunderStick is offline   Reply With Quote
Old 02-22-2009, 08:48 PM   #20
One Sharp Cheddar
 
ThunderStick's Avatar
 
Join Date: Aug 2006
Location: West Allis, WI
Posts: 1,558
ThunderStick is on a distinguished road
Quote: Originally Posted by bes51659 View Post
Best thing is a skinnable application. If you want to play with words :-)

sorry still believe a plugin is the way to go. I can display phone info on any screen then and create buttons on any screen to interact with the phone plugin.
External app, no can do.
ThunderStick is offline   Reply With Quote
Old 02-23-2009, 04:30 AM   #21
Maximum Bitrate
 
bes51659's Avatar
 
Join Date: Sep 2005
Location: Stockholm, Sweden
Posts: 657
bes51659 is on a distinguished road
Well, since it is .net I guess you could send me a lib or idl file or whatever and I could write a simple C# exe to access the dll. If you want. For test. I don't know about you guy's, but I want to know that everything works before integrating anything into the skin. Still struggling to get my BT to work though, so no rush :-)
__________________
A 8051 system that controls PC power etc with or without BMW IBus and is a GPS receiver with dead reckoning. mp3car thread

My car installation mp3car thread "showing off project"
bes51659 is offline   Reply With Quote
Old 02-23-2009, 06:04 AM   #22
Variable Bitrate
 
lambosprit's Avatar
 
Join Date: Sep 2006
Location: UK
Posts: 447
lambosprit is on a distinguished road
Quote: Originally Posted by ThunderStick View Post
OK I get it to register not sure what happened differently but I just registered again as I have been and it works.
some what anyway.
Here is a screenshot of what I get when I open the skin.
I get one green light, not sure what it means and a few labels that say false.
Anyway, not able to use the phone through BT yet. Any more ideas?

Ok. The good news is that you have managed to register the dll now.

Whats happening here is that its not finding the mobilephone.ini file to setup all the internal gubbins. I had a bug in the code where it looked for this file in the roadrunner directory but the latest installer should have fixed this to look for it in the .\plugins\mobilephone directory. Can you confirm where your ini file is and that your using the latest install.

I've posted a screen shot of the app working in post 2 for reference.


I think I will add a bit of debug if it cant find the file.
lambosprit is offline   Reply With Quote
Old 02-25-2009, 06:10 PM   #23
Newbie
 
Join Date: Feb 2007
Posts: 27
qbunnie is an unknown quantity at this point
Some more general information, if you have a windows mobile phone, to make use of the contacts (which this plugin doesn't do yet, lol, but in the interest of the bluesoleil stack/SDK which FINALLY has HFP) go here:
http://www.bluesoleil.com/products/i...pim_user_guide

Similarly with Symbian S60:
http://www.bluesoleil.com/products/i..._symbian_guide

Good job guys, an SDK with HFP support is fantastic. IMHO this is the software solution everybody has been aching for years now. With Windows 7 apparently natively supporting HFP and Bluesoleil 6 being compatible with so many bluetooth adapters, I don't think I've seen a better universal solution.
qbunnie is offline   Reply With Quote
Sponsored links
Advertisement
 
Advertisement
Old 02-26-2009, 10:45 AM   #24
Variable Bitrate
 
lambosprit's Avatar
 
Join Date: Sep 2006
Location: UK
Posts: 447
lambosprit is on a distinguished road
I've been speaking to the SDK guys at BlueSoleil and they're telling me the phonebook stuff wil be released in Qtr2. Rest assured I will add it to the plugin when it arrives.

I'm also about to make a new release (today or tomorrow) of this that includes most of the not implemented labels and indicators. Keep checking post one.
lambosprit is offline   Reply With Quote
Old 02-26-2009, 01:02 PM   #25
Variable Bitrate
 
tempgp's Avatar
 
Join Date: Jun 2007
Posts: 410
tempgp is on a distinguished road
hey lambosprit, I'm actually happaned to do the same type of plugin, so some one on my page recomended me to combine forces w/ u and I think that would be a good idea.

I have good knowlage of AT commands and that was my original idea to controll phone and use default headset HS profile. But that didn't work as one of the most popular phone (iPhone) does not support AT commands so I switched to BS.

Unfortunatly for me BS did not have .net samples so I wondering how did you get it working in .net, did you use C++?

Do you want to work togather on this project?

PS: BS 6.2.xxx.x and up has support for Phone Books via AT commands. BS 6.4.xxx.x has added support for Windows Mobile phone books but you need to install extra soft on the phone.
__________________
Road Camera HD - Backup Camera Plugin + Mobile DVR BlackBox [Completed]
Bluetooth Cell Phone CallerID [Pre-Alpha]
Custom Button Bash Board - Add physical touchable buttons to your CarPC Project
Centrafuse Garmin Mobile PC Skin - GMPC Rebellium Skin
tempgp is offline   Reply With Quote
Old 02-27-2009, 07:14 PM   #26
Variable Bitrate
 
lambosprit's Avatar
 
Join Date: Sep 2006
Location: UK
Posts: 447
lambosprit is on a distinguished road
Hi tempgp.

I've managed to do most of the code in vb.net using p/invoke. Learned most of it from google. Never programed before my RRVLC plugin (that is vb6) so its probably really badly done but it works.

To get some of the labels implemented I've had to do a wrapper dll in c++.net so now its a bit of both types of code. With the experience of wrapping the dll I may put everything into a wrapper and make this plugin be the RR specific bit but allow the wrapper dll to be used for other programs. Haven't made my mind up yet.

Might be interested in colaborating. Pm me to discuss.

New release tomorrow. Just waiting for the installer.
lambosprit is offline   Reply With Quote
Old 02-27-2009, 11:22 PM   #27
Variable Bitrate
 
tempgp's Avatar
 
Join Date: Jun 2007
Posts: 410
tempgp is on a distinguished road
yea some one prommised to wrap BS dll for me, still waiting for that
You have new PM
__________________
Road Camera HD - Backup Camera Plugin + Mobile DVR BlackBox [Completed]
Bluetooth Cell Phone CallerID [Pre-Alpha]
Custom Button Bash Board - Add physical touchable buttons to your CarPC Project
Centrafuse Garmin Mobile PC Skin - GMPC Rebellium Skin
tempgp is offline   Reply With Quote
Old 03-08-2009, 07:17 PM   #28
Low Bitrate
 
Join Date: Nov 2006
Posts: 84
deepgrey is an unknown quantity at this point
I would be interested in having a dll I can use in c# .net
Was going to have a play with it myself but havent had the time.
deepgrey is offline   Reply With Quote
Old 03-09-2009, 04:16 AM   #29
Maximum Bitrate
 
bes51659's Avatar
 
Join Date: Sep 2005
Location: Stockholm, Sweden
Posts: 657
bes51659 is on a distinguished road
Still here if you guys want to use me for making a exe for that dll in #C with size 480x800.
Send the .lib and .dll and .idl and .h and whatever, and I will get right on it!
__________________
A 8051 system that controls PC power etc with or without BMW IBus and is a GPS receiver with dead reckoning. mp3car thread

My car installation mp3car thread "showing off project"
bes51659 is offline   Reply With Quote
Old 03-09-2009, 02:03 PM   #30
Variable Bitrate
 
tempgp's Avatar
 
Join Date: Jun 2007
Posts: 410
tempgp is on a distinguished road
bes51659, PM me your email and I'll send you C++ DLLs
__________________
Road Camera HD - Backup Camera Plugin + Mobile DVR BlackBox [Completed]
Bluetooth Cell Phone CallerID [Pre-Alpha]
Custom Button Bash Board - Add physical touchable buttons to your CarPC Project
Centrafuse Garmin Mobile PC Skin - GMPC Rebellium Skin
tempgp 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 03:56 AM.


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