[android-developers] Re: GPS in android application

2012-07-23 Thread gjs
Hi, You need to code the bluetooth connection and I/O to the external GPS device yourself, you will then get access to the NMEA string from the device. Search the internet and you should be able to find examples where a mock Location provider is connected to a BT GPS device. Regards On Frida

[android-developers] Re: GPS in android application

2012-07-23 Thread lbendlin
Not sure about the stock Android, but in CM9 you can actually specify the GPS source and point to an external Bluetooth GPS. On Thursday, July 19, 2012 5:37:53 PM UTC-4, Susanne wrote: > > Hi, > > I am porting my windows-mobile GIS application to android (samsung galaxy > SII). > Now I want t

[android-developers] Re: GPS in android application

2012-07-23 Thread Nadeem Hasan
Did you try creating an RFCOMM session and reading the NMEA sentences directly from the device? -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from