Re: [android-developers] Re: How to get accurate time stamps from Android GPS location.

2012-04-22 Thread Alan Smith
I could probably knock you up one quite quickly as I'm currently spending a lot of time in that space. Could you be more specific about your requirements? Maybe communicate directly with me through the info {at} gpsanimator {dot} com On Mon, Apr 23, 2012 at 12:00 AM, Panam

Re: [android-developers] Re: How to get accurate time stamps from Android GPS location.

2012-04-22 Thread Alan Smith
I can assure you that the time reported by the quoted gpsclock site is NOT the time reported by GPS devices. It's really easy to demonstrate: Compare what you see on your GPS with what's displayed from the web site. The quoted time is around 15 seconds ahead of the time from the GPS device. I

Re: [android-developers] Android Http

2012-03-06 Thread Alan Smith
Learn a little PHP and use the start_session() functionality On Tue, Mar 6, 2012 at 10:35 PM, lycoris zgh...@gmail.com wrote: everyone, i use the http to download the html file,and then use the loadDataWithBaseURL,which is a method of Webview, to open the html file. but i have met a

Re: [android-developers] Prevent multiple copies of an Android service

2012-03-02 Thread Alan Smith
, 2012 at 11:51 PM, Alan Smith gpsanima...@gmail.com wrote: The doco for startService states If this service is not already running, it will be instantiated and started (creating a process for it if needed); if it is running then it remains running. I'm finding that each call to startService

[android-developers] Prevent multiple copies of an Android service

2012-03-01 Thread Alan Smith
The docohttp://developer.android.com/reference/android/content/Context.html#startService%28android.content.Intent%29 for startService states If this service is not already running, it will be instantiated and started (creating a process for it if needed); if it is running then it remains running.

Re: [android-developers] how to set the preferred rotation ?

2012-02-28 Thread Alan Smith
Add to your manifest android:screeOrientation=portrait On Feb 29, 2012 1:09 AM, mobidyc mobi...@gmail.com wrote: Hi, I want to set the preferred orientation for the system, How can I define it ? I tried to define in landscape with :

[android-developers] Re: requestLocationUpdates ignore minTime parameter?

2012-02-25 Thread Alan Smith
Do you say that from experience ok from technical knowledge? I am looking for the specs on the gps in my samsung galaxy S11 On Feb 26, 2012 12:12 PM, lbendlin l...@bendlin.us wrote: Let's rephrase that as smartphone GPS chips generally are limited to 1 Hz in order to conserve battery. You use a