[android-porting] Re: GPS port for crespo

2011-05-30 Thread Itai
after building a complete version for the Nexus S, I found out that there is a lib in vendor/broadcom gps.s5pc110.so which is probably the libgps.so implementation How can I change the makefiles to direct the build to use my libgps instead of this library? On May 18, 2:04 pm, Itai steiner.i

[android-porting] GPS port for crespo

2011-05-18 Thread Itai
I want to build and test my gps port (libgps) on nexus s (crespo). However, after building from aosp version 2.3.3 + the proprietary drivers that were post in: http://code.google.com/android/nexus/drivers.html I find out that although the built-in gps seems to be working in my build (after

[android-porting] Re: Running my own libgps.so on emulator

2011-05-11 Thread Itai
to use it? i also tried to push it manually and receive an out of memory error message ( abd push android/out/target/product/generic/libgps.so system/lib ) On May 9, 5:08 pm, Chris Stratton cs07...@gmail.com wrote: On Monday, May 9, 2011 4:07:16 AM UTC-4, Itai wrote: I wrote and built my own

[android-porting] Running my own libgps.so on emulator

2011-05-09 Thread Itai
Hello, I wrote and built my own libgps.so in my directory on hardware/ vendor/gps Afterwards, I re-built the entire android project. The make completed successfully and libgps was placed in system/lib However, when I load the emulator, with : out/host/linux-x86/bin/emulator -sysdir

[android-porting] Debugging libgps.so

2011-05-04 Thread Itai
During porting of a new gps, how can I debug my new libgps.so ? (only by prints/logcat or can I use adb?) Thanks -- unsubscribe: android-porting+unsubscr...@googlegroups.com website: http://groups.google.com/group/android-porting