[android-porting] OMAP GPS Porting

2010-08-11 Thread tarikk
I've got a GPS device running on an OMAP board through UART serial port. I get NMEA readings through the tty. How do i get started with integrating it with Android? I understand we need to implement the gps.h and create a .so library with a mk file.. but the details on google's site is pretty limi

Re: [android-porting] OMAP GPS Porting

2010-08-11 Thread osama gamal
Tarik, I had the same issue too and I finished my graduation project without really solving it .. I had to read the NMEA through a Serial Port shared library (using NDK) and parse NMEA manually instead of integrating libgps with android.. Lately, I found this resource http://d.hatena.ne.jp/yamane