[android-porting] GPS Porting

2015-03-28 Thread Gianmaria Iaculo
Hello, I need a little help cause I'm getting confused on how to attach a GPS to my android porting. First: I'm working with 4.4.4 and I've a working RIL with an LTE modem from Telit. My GSM Module (LE910) also have a GPS chip so when attached it creates a ttyUSB wich produces NMEA sentences w

[android-porting] GPS Porting Problems...

2010-08-23 Thread tarikk
Hey there, I'm having slight confusion over how the GPS works exactly. I'm trying to implement GPS on an OMAP board. This is the error im getting when running a GPS app I/ActivityManager( 794): Starting activity: Intent { act=androi

[android-porting] GPS Porting Problems On The Android 2.3

2011-05-06 Thread jack
Hi, I am going to porting a USB-based GPS module to Android 2.3.2 on arm device. -- unsubscribe: android-porting+unsubscr...@googlegroups.com website: http://groups.google.com/group/android-porting

[android-porting] GPS Porting Problems On The Android 2.3

2011-05-06 Thread jack
Hi I am going to porting a USB-based GPS module to Android 2.3 on arm device. In the Android2.3 source,I find the file (sdk/emulator/gps/ gps_qemu.c). So i change the file and Android.mk, making them been builded to gps.default.so and been copied to the directory (/system/ lib/hw/). By d