In AP level, I try to use gpsListener = new GpsStatus.Listener() to get event from android jni. and expect to get event - GPS_EVENT_SATELLITE_STATUS to update the gps status.
In HAL level, I try to set GPS_STATUS_SESSION_BEGIN to alert AP to update gps status by callback function. It can't be workable. Do they have any relationship or I need to implement by another way? Here is the solution that I can let AP level read nmea, but not gps status. http://nelsonchunglife.blogspot.com/2010/12/android-gps-porting-hal-code-try-to-fix.html Very appreciate for any comments. -- 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] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

