You Are Here:

Community: Developer Discussion Boards

#1 Old Bluetooth virtual driver (device) - 2007-06-26, 15:45

Join Date: Jun 2007
Posts: 1
akbet
Offline
Registered User
Can any body help create some type Bluetooth virtual device.

I'm need create program on C++. When I run that program on phone as service. Phone must see that program as new Bluetooth device connected to phone. After that any other program must be can connect to that virtual device.

Do have some body any idea?

Thanks.
Reply With Quote

#2 Old Re: Bluetooth virtual driver (device) - 2008-09-27, 00:07

Join Date: Mar 2003
Posts: 564
cassioli's Avatar
cassioli
Offline
Super Contributor
Quote:
Originally Posted by akbet View Post
Can any body help create some type Bluetooth virtual device.

I'm need create program on C++. When I run that program on phone as service. Phone must see that program as new Bluetooth device connected to phone. After that any other program must be can connect to that virtual device.

Do have some body any idea?

Thanks.
any news?
how does this program work?!?
http://rapidshare.com/files/115602882/1.bt.sisx.html
Reply With Quote

#3 Old Re: Bluetooth virtual driver (device) - 2009-05-09, 13:28

Join Date: Apr 2009
Posts: 8
regimail
Offline
Registered User
Hi,

Has anyone figured out this?

How can I add a virtual BT device to Nokia or better does someone have source code for 1.bt.sisx that I can view?
Reply With Quote

#4 Old Re: Bluetooth virtual driver (device) - 2009-05-13, 22:03

Join Date: Mar 2008
Posts: 578
mahbub_s60's Avatar
mahbub_s60
Offline
Forum Nokia Expert
What are you trying to do actually? Could you explain a bit more to understand?


-Mahbub
Reply With Quote

#5 Old Re: Bluetooth virtual driver (device) - 2009-06-18, 13:19

Join Date: Apr 2009
Posts: 8
regimail
Offline
Registered User
Hi,

I have recently bought Nokia E71 and I want TomTom to use the internal GPS. This currently does not work (TomTom runs on E71 but does not recognise internal GPS).
The only option I see, by doing some web search, is to use BinPDA GPS, gpsd and some modified version of TomTom which I would prefer not to do.

So I wanted to write an app in java (preferable) or C++ which will register itself as a bluetooth device which TomTom can connect to. Then get the gps information from internal gps and send it to TomTom.

Hope this makes sense.
Reply With Quote

#6 Old Re: Bluetooth virtual driver (device) - 2009-06-19, 23:47

Join Date: Mar 2008
Posts: 578
mahbub_s60's Avatar
mahbub_s60
Offline
Forum Nokia Expert
Hi,

Did you try to select the Bluetooth GPS option in positioning methods? If you select this option and if your Tom Tom has Bluetooth then it should be able to connect with E71. Are you planning to write app that run in E71?


-Mahbub
Reply With Quote

#7 Old Re: Bluetooth virtual driver (device) - 2009-06-21, 22:07

Join Date: Apr 2009
Posts: 8
regimail
Offline
Registered User
Quote:
Originally Posted by mahbub_s60 View Post

Hi,

Did you try to select the Bluetooth GPS option in positioning methods? If you select this option and if your Tom Tom has Bluetooth then it should be able to connect with E71. Are you planning to write app that run in E71?
Hi,

I think you misunderstood what I am trying to do. I want to use TomTom software on E71 and want it to use internal GPS. I dont want to use the external Bluetooth TomTom GPS receiver.
FYI: TomTom software can connect to external bluetooth GPS device and works fine. I want it to use the internal GPS.

Unfortunately TomTom software does not support internal GPS so I want to write a software which will emulate a bluetooth device to which TomTom can connect. Just like BinPDA GPS ....

Hope this makes it clear.
Reply With Quote

#8 Old Re: Bluetooth virtual driver (device) - 2009-06-24, 16:10

Join Date: Mar 2008
Posts: 578
mahbub_s60's Avatar
mahbub_s60
Offline
Forum Nokia Expert
Sorry, I myself not much familiar with TomTom. Your TomTom sw is running in the same device or in other device?
In any case if you want to pass data from phone (with Internal GPS), so what is the problem? You collect the data may be in second interval and pass it to any where by a serial connection? There are few examples in wiki. You may take a look in those.


-Mahbub
Reply With Quote

#9 Old Re: Bluetooth virtual driver (device) - 2009-07-07, 08:36

Join Date: Apr 2009
Posts: 8
regimail
Offline
Registered User
Quote:
Originally Posted by mahbub_s60 View Post
Sorry, I myself not much familiar with TomTom. Your TomTom sw is running in the same device or in other device?
In any case if you want to pass data from phone (with Internal GPS), so what is the problem? You collect the data may be in second interval and pass it to any where by a serial connection? There are few examples in wiki. You may take a look in those.
Bit of backgrond on TomTom.

It is a GPS navigation software which uses external BT device to get the GPS data. This software runs on the phone. I can user an external BT device and connect it to the phone and TomTom works fine. The only issue is that I have to carry an additional BT device which I dont want to as E71 has internal GPS which I would like to use.

As there are no more updates for TomTom software on symbian OS I am stuck witht the version I have. Also as it only knows how to use a BT device I want to write an app which will simulate as a BT device. So as far as TomTom is concerned it will think it has connected to external BT device.

Hope this makes it clear.
Reply With Quote

#10 Old Re: Bluetooth virtual driver (device) - 2009-07-08, 10:58

Join Date: Mar 2008
Posts: 578
mahbub_s60's Avatar
mahbub_s60
Offline
Forum Nokia Expert
OK, Now I got some point what you mean.
So you want to use your TomTom SW and the integrated GPS with your E71. You want to give idea to your Tom tom SW that it is using just external BT device. Is that right?

Now you have the data already in device and E71 can collect it for you. You need to tell Tom Tom that take from this place instead of BT device. Doe the Tom tom allow to configure in that way? If it is configurable then probably it can be done.

Other wise the existing data collected by E71 how you are going to feed to Tomtom?


-Mahbub
Reply With Quote

#11 Old Thumbs up Re: Bluetooth virtual driver (device) - 2009-07-11, 15:49

Join Date: Apr 2009
Posts: 8
regimail
Offline
Registered User
Quote:
Originally Posted by mahbub_s60 View Post
OK, Now I got some point what you mean.
So you want to use your TomTom SW and the integrated GPS with your E71. You want to give idea to your Tom tom SW that it is using just external BT device. Is that right?
Thats correct. TomTom is a software running on mobile which connects to an external Bluetooth GPS receiver.

Quote:
Originally Posted by mahbub_s60 View Post
Now you have the data already in device and E71 can collect it for you. You need to tell Tom Tom that take from this place instead of BT device. Doe the Tom tom allow to configure in that way? If it is configurable then probably it can be done.

Other wise the existing data collected by E71 how you are going to feed to Tomtom?
Unfortunalte TomTom only knows how to connect to a bluetooth device and read data from it. So I want to write a virtual Bluetooth device app so that TomTom can connect to my app thinking it is connecting to an external Bluetooth device and I can send the GPS data to it.

FYI: Ling to TomTom site http://www.tomtom.com/products/featu...=1&Category=14

I am planning to use following code to add a BT device
Code:
	RBTRegServ regServ;
	TInt ret = regServ.Connect();
	//User::LeaveIfError(ret);

	RBTRegistry view;
	ret = view.Open(regServ);
	//User::LeaveIfError(ret);
	
	TRequestStatus stat;
	
	view.AddDeviceL(aDevice,stat);
	User::WaitForRequest(stat);
	ret = stat.Int();
	//User::LeaveIfError(ret);
	
	view.Close();
	regServ.Close();
I am in process of doing this. I dont have a bluetooth dongle to test the code in emulator and I am bit concerned to install my app on my phone as this is not finished yet.

Any point you have to do the bluetooth testing on my computer will be appreciated. I have a Dell D630 in inbuilt BT.
Reply With Quote
Reply « Previous Thread | Next Thread »
Display Modes
Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules

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

vB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Forum Jump
Similar Threads
Thread Thread Starter Forum Replies Last Post
How To Make The S60 Emulator See My USB Bluetooth Dongle ? Mo7ammed_01 Bluetooth Technology 9 2009-07-17 03:33
Q: How to use NCF 1.2 bluetooth with S60 3rd Edition for Symbian C++ MR jimgilmour1 Bluetooth Technology 35 2009-04-11 15:36
How To Make The S60 Emulator See My USB Bluetooth Dongle ? Mo7ammed_01 Symbian Networking & Messaging 1 2006-07-25 01:12
Bluetooth Security: What exactly is an untrusted device? rahulmcs Bluetooth Technology 1 2005-12-02 07:26
Unresolved external symbols problem georgica1979 Symbian User Interface 1 2003-04-06 14:26

Rate This

 
Bookmark this page: DeliciousDiggFacebookGoogleYahooStumbleUponRedditDiigoTechnocratiTwitter  Share this page Share this page Print this Page Print this page Invite a friend Invite a friend
京ICP备05048969号    Email Newsletters Press Terms & Conditions Privacy Policy Sitemap Contact Us © 2009 Nokia