How to define GPS module in Android?

Posted by Osama Gamal on Stack Overflow See other posts from Stack Overflow or by Osama Gamal
Published on 2010-05-16T15:56:34Z Indexed on 2010/05/16 16:00 UTC
Read the original article Hit count: 361

Filed under:
|
|
|

I'm porting android to Devkit8000 which is a BeagleBoard clone. I have a GPS module connected on /dev/ttyS0. I could successfully get NMEA output when writing "cat /dev/ttyS0" in the terminal emulator.

I want to know how to let android know that there is a GPS module on /dev/ttyS0 and it is outputting NMEA standard? To be able to use the android.location class with it!

Is there something to edit in the android's source? adding driver for example, writing a code with android-ndk or what?

© Stack Overflow or respective owner

Related posts about android

Related posts about linux-kernel