Re:[android-porting] Re: Android GPS [SOLVED]

2010-07-29 Thread feng
hi i do the same but i compile the code ,and ld error, the gps_get_hardware_interface can not be found, the libgps.devkit8000.so can not find the libfreerunner_gps.so i use freerunner_gps as my hw code.! BRs feng >I created a gps directory and placed my gps source code there (i.e >/vendor

[android-porting] Re: Android GPS [SOLVED]

2010-07-23 Thread bridgette
I created a gps directory and placed my gps source code there (i.e /vendor/acme/board/gps), created a Android.mk file in that same directory and listed my sources and added LOCALE_MODULE :=libgps to ensure the module is compiled. next, I added the BOARD_GPS_LIBRARIES := "libgps" to the /vendor/acm

[android-porting] Re: Android GPS [SOLVED]

2010-07-22 Thread Aaron Mills
Bridgette -- could you please briefly describe what you did that worked? Did you need to download the entire platform source code to build libgps.so? On Jul 7, 8:49 am, bridgette wrote: > thanks for the input...I did get this working a while back. > > On Jun 11, 12:59 am, Mikkel Christensen > >

[android-porting] Re: Android GPS [SOLVED]

2010-07-07 Thread bridgette
thanks for the input...I did get this working a while back. On Jun 11, 12:59 am, Mikkel Christensen wrote: > hi, > > You need to add BOARD_GPS_LIBRARIES := "libgps" to whatever > BoardConfig.mk file you are using. > > Then run "touch hardware/libhardware_legacy/gps/gps.cpp" and recompile > to p

[android-porting] Re: Android GPS

2010-06-11 Thread Mikkel Christensen
hi, You need to add BOARD_GPS_LIBRARIES := "libgps" to whatever BoardConfig.mk file you are using. Then run "touch hardware/libhardware_legacy/gps/gps.cpp" and recompile to pick up the changes. Best regards, Mikkel On Jun 9, 10:42 pm, Deva R wrote: > probably it expects a library libgps.defa