[android-porting] Do I need to edit libgps.so file in /system/lib folder of my Samsung Fascinate to edit GPS settings at code level ?

2011-02-14 Thread John
So GPS is known to be horrible on Galaxy S phones. I have this fascinate with horrible gps accuracy. I unzipped the ROM I flashed to it and see that there is a libgps.so file in the /system/lib folder. 1. How do I view the code in this file ? 2. Is this the file to be edited for gps code ?

Re: [android-porting] Do I need to edit libgps.so file in /system/lib folder of my Samsung Fascinate to edit GPS settings at code level ?

2011-02-14 Thread Joerie de Gram
Hi, On Sat, Feb 12, 2011 at 7:04 PM, John devk...@gmail.com wrote: 1. How do I view the code in this file ? Use a disassembler, such as objdump or IDA Pro. 2. Is this the file to be edited for gps code ? Specifically on Samsung phone, libgps communicates with the baseband (containing the

Re: [android-porting] Do I need to edit libgps.so file in /system/lib folder of my Samsung Fascinate to edit GPS settings at code level ?

2011-02-14 Thread John
On Monday, February 14, 2011 9:22:20 AM UTC-5, Joerie wrote: Hi, On Sat, Feb 12, 2011 at 7:04 PM, John dev...@gmail.com wrote: 1. How do I view the code in this file ? Use a disassembler, such as objdump or IDA Pro. 2. Is this the file to be edited for gps code ? Specifically on