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

2010-12-29 Thread nelsonchung
Here is the solution about the GpsStatus and GpsSvStatus that I fixed the original problem. http://nelsonchunglife.blogspot.com/2010/12/android-gps-porting-hal-code-fix.html On 12月27日, 上午11時04分, nelsonchung chihchun.ch...@gmail.com wrote: Hi all, I found that I need to implement other

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

2010-12-26 Thread nelsonchung
Hi all, I found that I need to implement other functions follow by gps.h in order to see the information of gps nmea. Here is the solution I described on my blog about how to fix gps nmea issue. http://nelsonchunglife.blogspot.com/2010/12/android-gps-porting-hal-code-try-to-fix.html Please let

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

2010-12-24 Thread nelsonchung
Dear Anil, I follow your comment to implement HAL. AP - LocationManager can read Location information now. Very appreciate for you help. I have another problem. How can I let GpsStatus.Listener() and GpsStatus.NmeaListener() work fine? I think I must implement something in HAL too, but I

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

2010-12-13 Thread nelsonchung
Dear Anil, Thanks. Study releated topic. On 12月13日, 下午3時00分, Anil Sasidharan anil...@gmail.com wrote: 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

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

2010-12-12 Thread nelsonchung
test reply. On 12月13日, 下午2時57分, nelsonchung chihchun.ch...@gmail.com wrote: 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

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

2010-12-12 Thread nelsonchung
test reply. On 12月13日, 下午2時57分, nelsonchung chihchun.ch...@gmail.com wrote: 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