[android-porting] How to define GPS module in Android?

2010-05-17 Thread osama gamal
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 output

Re: [android-porting] How to define GPS module in Android?

2010-05-17 Thread 卸芮紋
Dear osama gamal, Pls refer to this android porting guide for GPS. http://www.netmite.com/android/mydroid/cupcake/development/pdk/docs/gps.html Best Regard -- unsubscribe: android-porting+unsubscr...@googlegroups.com website: http://groups.google.com/group/android-porting

Re: [android-porting] How to define GPS module in Android?

2010-06-04 Thread osama gamal
Well, thanks for the link, it is very useful .. But I have some questions which isn't covered in the documentations: - Can I use the freerunner gps.h implementation found here: http://gitorious.org/android-on-freerunner/freerunner_platform_hardware_hw/trees/eclair/gps By copying Android.mk

Re: [android-porting] How to define GPS module in Android?

2010-06-04 Thread osama gamal
Well, thanks for the link, it is very useful .. But I have some questions which isn't covered in the documentations: - Can I use the freerunner gps.h implementation found here: http://gitorious.org/android-on-freerunner/freerunner_platform_hardware_hw/trees/eclair/gps By copying Android.mk