[android-developers] How to redirect GPS nmea from /dev/ttymxc to somewhere

2010-12-12 Thread nelsonchung
I can read gps nmea from /dev/ttymxc1 under linux shell command mode like this - cat /dev/ttymxc1. But, I want to know how/where to set in order to let AP level application - LocationManager can get gps nmea via JNI/Android. How/Where should I set? Should I implement some codes followed gps.h? Or

Re: [android-developers] How to redirect GPS nmea from /dev/ttymxc to somewhere

2010-12-12 Thread Anil Sasidharan
Hi, You need to implement gps HAL to hook this data up into Android's LocationService JNI. Warm Regards, Anil On Mon, Dec 13, 2010 at 12:27 PM, nelsonchung chihchun.ch...@gmail.comwrote: I can read gps nmea from /dev/ttymxc1 under linux shell command mode like this - cat /dev/ttymxc1. But,