Re: [android-porting] Android Eclair GPS and AGPS

2010-08-24 Thread Ashwin Bihari
I'm trying to track down a solution to this exact same problem, does anyone have any idea on how the default settings int he SQLITE3 database get created during an Android build?? Thanks -- Ashwin On Tue, Feb 2, 2010 at 12:05 AM, lvsei wrote: > Dear all~~ > >    I am porting GPS in android 2.0

[android-porting] Android Eclair GPS and AGPS

2010-02-01 Thread lvsei
Dear all~~ I am porting GPS in android 2.0. I have encountered a problem about GPS fix mode. In the code public void startNavigating() { if (!mStarted) { if (DEBUG) Log.d(TAG, "startNavigating"); mStarted = true; int positionMode;