Thanks to this forum now i get the mock location provider working with the google map in Android Smile.
But what i really wish is to make a real bluetooth GPS working with Android. I have make a Java program where I can get the data from my BT GPS via a COM port. But if it had to work with Android the data should be place in a directory as /data/app/misc/location/myBTgps/nmea in the Android filesystem. So my question is how is the easiest way to do this (or what is the correct way)? Is there any API in android which directly can get data from a BT GPS? I see the way getting the GPS data from the COM port of my PC and then written an application which automatically transfer data to /data/app/ misc/location/myBTgps/nmea on the Android filesystem is not a good idea, because it won't work on a real Android Mobile phone. Hope some of you can helps answering my questions. Thank you. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] Announcing the new M5 SDK! http://android-developers.blogspot.com/2008/02/android-sdk-m5-rc14-now-available.html For more options, visit this group at http://groups.google.com/group/android-developers?hl=en -~----------~----~----~----~------~----~------~--~---

