Re: [android-developers] Re: GPS Issue with Android Marshmallow

2016-03-02 Thread gjs
Hi, re : Could you check this app (http://app.trekken.com.br) to see if it works? It should start automatically and record your trip while you are driving. No sorry, I actually develop my own GPS related app(s) and one of these already provides the same / similar functionality & is working

Re: [android-developers] Re: GPS Issue with Android Marshmallow

2016-03-02 Thread Rodrigo Saad
Hello, I'm sorry, I meant "high accuracy and speed values (getSpeed returning values different than 0)" in my previous email. > > I believe you are right, it is a FusedLocationApi bug related. I will make > some tests with the GPS_Provider to check it out. Until Android 6, > FusedLocation worked

Re: [android-developers] Re: GPS Issue with Android Marshmallow

2016-03-01 Thread Rodrigo Saad
Hello Gary, Thank you for your reply. > > I checked https://code.google.com/p/android/issues/detail?id=190376 and > also tested with Nexus 5 running Android V6.0.1 (that's the device most > mentioned in the ticket) and GPS is working ok for me on the Nexus 5. GPS > is also working ok for me with

[android-developers] Re: GPS Issue with Android Marshmallow

2016-02-29 Thread gjs
Hi, I checked https://code.google.com/p/android/issues/detail?id=190376 and also tested with Nexus 5 running Android V6.0.1 (that's the device most mentioned in the ticket) and GPS is working ok for me on the Nexus 5. GPS is also working ok for me with Android V6 on Nexus 5X, 6, 6P, 7 & 9.

Re: [android-developers] Re: GPS Background Service Stops Receiving Updates

2014-11-25 Thread gjs
Hi, re - I am holding the home button and the list of apps comes up and I swipe away my app to kill it. This is what others have mentioned above. I don't know if this is samsung only or not. Maybe this method is supposed to kill all running services and processes of the app and is not a good

Re: [android-developers] Re: GPS Background Service Stops Receiving Updates

2014-11-25 Thread Mukesh Srivastav
Party is not over you might find the issue like 1. Though the GPS and Network is disable, The Location manger returns Network provider and returns the invalid/long distance lat and long data. 2.Sometimes, though you put your tablet/application in one place, the Network/GPS Provider will

Re: [android-developers] Re: GPS Background Service Stops Receiving Updates

2014-11-25 Thread gjs
Hi, For - 1. Check if GPS is supported if LocationManger is disabled, if so prompt the user to re-enable it, be kind take them directly to the applicable Android-Setting screen to do this. (See 4 also). 2. Where possible I ignore LocationManager use the raw GPS NMEA data,

[android-developers] Re: GPS Background Service Stops Receiving Updates

2014-11-24 Thread nirm
Try running it in a different process: android:processThe name of the process where the service is to run. Normally, all components of an application run in the default process created for the application. It has the same name as the application package. The application

[android-developers] Re: GPS Background Service Stops Receiving Updates

2014-11-24 Thread gjs
Hi, What do you mean by - ...I test this by holding down the home button and killing my app ? If I start an app, then press hold down the Home button, the app that was running is sent to the background (not killed) the only option that appears is a circle that pops up to run Google Now - if

Re: [android-developers] Re: GPS Background Service Stops Receiving Updates

2014-11-24 Thread Mark Phillips
On my Samsung Galaxy 4 phone from T-Mobile, I can hold down the home button and get a list of running apps. I can kill each one individually with a swipe, and there is a trashcan icon at the bottom of the screen that will kill all the apps running. I use this feature to extend my battery time when

Re: [android-developers] Re: GPS Background Service Stops Receiving Updates

2014-11-24 Thread Mukesh Srivastav
As my understanding here, the service was stopped some where in the code and hence it is behaving like that. On Mon, Nov 24, 2014 at 7:38 PM, Mark Phillips m...@phillipsmarketing.biz wrote: On my Samsung Galaxy 4 phone from T-Mobile, I can hold down the home button and get a list of running

Re: [android-developers] Re: GPS Background Service Stops Receiving Updates

2014-11-24 Thread Tony Pitman
Thank you everyone for the replies. Here are my responses: I am holding the home button and the list of apps comes up and I swipe away my app to kill it. This is what others have mentioned above. I don't know if this is samsung only or not. Maybe this method is supposed to kill all running

Re: [android-developers] Re: GPS Background Service Stops Receiving Updates

2014-11-24 Thread Tony Pitman
It looks like calling startForeground was the key. I am still not able to kill the app using the method mentioned above, but at least now when I let the app sit for a long period of time the GPS notifications keep coming into the service even when it looks like the app has been shut down by the

Re: [android-developers] Re: GPS Background Service Stops Receiving Updates

2014-11-24 Thread TreKing
On Mon, Nov 24, 2014 at 9:17 AM, Tony Pitman t...@shatalmic.com wrote: The whole reason I am doing this is because originally I just put my gps stuff inside the app itself. I would start my app and then many hours later I would enter the geofence area I had set up and the app did not trigger

[android-developers] Re: GPS in android application

2012-07-23 Thread Nadeem Hasan
Did you try creating an RFCOMM session and reading the NMEA sentences directly from the device? -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from

[android-developers] Re: GPS in android application

2012-07-23 Thread lbendlin
Not sure about the stock Android, but in CM9 you can actually specify the GPS source and point to an external Bluetooth GPS. On Thursday, July 19, 2012 5:37:53 PM UTC-4, Susanne wrote: Hi, I am porting my windows-mobile GIS application to android (samsung galaxy SII). Now I want to use

[android-developers] Re: GPS in android application

2012-07-23 Thread gjs
Hi, You need to code the bluetooth connection and I/O to the external GPS device yourself, you will then get access to the NMEA string from the device. Search the internet and you should be able to find examples where a mock Location provider is connected to a BT GPS device. Regards On

[android-developers] Re: GPS streams in Android to do DGPS

2012-05-21 Thread geogeek11
Hello , i'm searching in the same subject to make android device act like DGPS , i would like to know have found any solutions for this problem ? thanks in advance On Wednesday, November 3, 2010 11:27:07 AM UTC, facotl wrote: Hello, I have done a DGPS (to increase GPS accuracy)

[android-developers] Re: GPS Location returns zero speed always

2012-04-26 Thread lbendlin
https://www.google.com/search?q=google+nexus+s+gps+issuessourceid=ie7rls=com.microsoft:en-us:IE-Addressie=oe = -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to android-developers@googlegroups.com To

[android-developers] Re: GPS Location returns zero speed always

2012-04-26 Thread lbendlin
https://www.google.com/search?q=google+nexus+s+gps+issues -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this group, send email to

[android-developers] Re: GPS Location returns zero speed always

2012-04-26 Thread David Ross
My problems is not with failure or inaccurate readings, it has to do with why the GPS provider does not provide speed and bearing values when it returns a new Location. I have done a simple test and reduced the minimum time between location updates from 1 minutes to 10s and then I consistently

[android-developers] Re: GPS Fix Status

2012-03-29 Thread lbendlin
It may not be a good solution but it may be a viable solution. On Thursday, January 5, 2012 10:17:17 PM UTC-5, gotok wrote: The solution to this issue that was proposed by a poster in that thread was to issue another requestLocationUpdates, which doesn't seem like a good solution to me.

[android-developers] Re: GPS: Why is onProviderEnabled not being called automatically?

2012-03-03 Thread Narendra Singh Rathore
On Sat, Mar 3, 2012 at 6:40 PM, Narendra Singh Rathore nsr.curi...@gmail.com wrote: Hi all, I am using GPS in my code. When I enabled my provider manually, I expected onProviderEnabled to be called automatically on that, but, it is not being called as was expected. Hi developers, my

[android-developers] Re: GPS blues

2012-02-28 Thread DC
Indeed, GPS, or location generally, works better (faster, even indoors etc.) if it is assisted by the Google's information about cell towers or wifi hotspots known positions. For this, you have to be connected to the Internet, so the phone could ask this database the position of current cell

[android-developers] Re: GPS blues

2012-02-25 Thread JP
As far as I know, Android just passes through what it gets from the GPS receiver. The Android version makes no difference. What typically helps is to be on WiFi or have be on a carrier so you can get to a first GPS fix (faster). That method is called A-GPS. On Feb 25, 6:35 am, bob

[android-developers] Re: GPS - SMS - Mock Location

2012-02-10 Thread Hohorlan B
?xml version=1.0 encoding=utf-8? manifest xmlns:android=http://schemas.android.com/apk/res/android;       android:versionCode=1       android:versionName=1.0 package=nl.cowlumbus.android.mockgps     uses-sdk android:minSdkVersion=7 /     uses-permission

[android-developers] Re: GPS - SMS - Mock Location

2012-02-07 Thread gjs
Hi, Someone might help if you post the log with FC details. Regards On Feb 7, 7:58 am, Hohorlan B jorlan.balbuen...@gmail.com wrote: I have this code for my project. (Not mine, but I revised it so it will suit my needs.) http://pastebin.com/Tn4guLNR My Project is about a specific GPS

[android-developers] Re: gps taking too much time...

2012-01-21 Thread Kumar Bibek
1. GPS takes a long time to get the lat/long is understandable, and in some cases unavoidable. You could try different approaches for getting a location depending upon your requirement. (Probably use different providers when you don't want to wait for a gps fix) 2. This shouldn't be taking a long

Re: [android-developers] Re: gps taking too much time...

2012-01-21 Thread Dhaval Varia
thanx sir for reply. On Jan 21, 2012 5:58 PM, Kumar Bibek coomar@gmail.com wrote: 1. GPS takes a long time to get the lat/long is understandable, and in some cases unavoidable. You could try different approaches for getting a location depending upon your requirement. (Probably use

[android-developers] Re: gps waiting problem.

2012-01-16 Thread EstelKay
Probably this might help you http://stackoverflow.com/questions/3893626/how-to-use-asynctask-to-show-a-progressdialog-while-doing-background-work-in-and -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to

Re: [android-developers] Re: gps waiting problem.

2012-01-14 Thread James Black
I often send emails from my phone, but good writing is still important. On Jan 13, 2012 9:26 PM, Dhaval Varia dhavalkva...@gmail.com wrote: Jst bcoz i m sending email from my mobile Thanks for reply. On Jan 14, 2012 12:38 AM, Spiral123 cumis...@gmail.com wrote: wh d u kp drppng ltrs? I

[android-developers] Re: gps waiting problem.

2012-01-13 Thread Ali Chousein
You are basically looking for someone who is going to do all the job for you and you'll have all the credit. Try registering to any product-managers group or change your profession. On Jan 13, 4:25 am, Dhaval Varia dhavalkva...@gmail.com wrote: i am writing one app. in which 1. gps find lat

Re: [android-developers] Re: gps waiting problem.

2012-01-13 Thread Dhaval Varia
jstmind ur buisness... i m having whole code...trying since last 3days.then asked qustion.. i m sending email having that address...dt time my app got stuck...not responding. i m jst trying to know,whats wrong in my code.. dnt blame any one.without knowing everything sorry for hard

[android-developers] Re: gps waiting problem.

2012-01-13 Thread Spiral123
1. Appreciate that English is probably not your first language, but plz dnt mk it evn hrdr fr ppl to read you posts by contracting words. 2. Good that you have the whole code already. If you are having a problem with it can you post a section of the LogCat where it falls over or a (small)

Re: [android-developers] Re: gps waiting problem.

2012-01-13 Thread Dhaval Varia
Thanx sir, Code is : @SuppressWarnings(deprecation) public class xyzextends Activity implements OnClickListener { /** Called when the activity is first created. */ public static int Count=15; private Timer myTimer; String CellNo[]=new String[10]; String

[android-developers] Re: gps waiting problem.

2012-01-13 Thread Spiral123
that is not a snippet. Problem is : 1. UpdateRemove doesn't work. I can't see any reference to 'UpdateRemove' in your code. what is the error in the LogCat and what line of code does it happen at? 2. I need to do following thing :         - Get Address Once (By calling getaddress()),

Re: [android-developers] Re: gps waiting problem.

2012-01-13 Thread Dhaval Varia
my que is in this code locationmanager.removeupdate Has called but getaddress is calling few time. i think after remove it, onlocationchange should mot call.right? bt it call. inturn,getaddress is calling for few time. I dnt want to call after having address from lat-long. What to do? On Jan

Re: [android-developers] Re: gps waiting problem.

2012-01-13 Thread Dhaval Varia
my que is in this code locationmanager.removeupdate() Has called, but still getaddress() is calling for few times. i think after locatiomanager.removeupdate() , onlocationchange() should mot call.right? bt it is calling. inturn, getaddress() is calling for few time. I want that getaddress()

[android-developers] Re: gps waiting problem.

2012-01-13 Thread Spiral123
wh d u kp drppng ltrs? I thnk ths pst answrs ur que: http://stackoverflow.com/questions/5895283/locationlistener-and-timers On Jan 13, 12:24 pm, Dhaval Varia dhavalkva...@gmail.com wrote: my que is in this code locationmanager.removeupdate() Has called, but still getaddress() is calling

Re: [android-developers] Re: gps waiting problem.

2012-01-13 Thread Dhaval Varia
Jst bcoz i m sending email from my mobile Thanks for reply. On Jan 14, 2012 12:38 AM, Spiral123 cumis...@gmail.com wrote: wh d u kp drppng ltrs? I thnk ths pst answrs ur que: http://stackoverflow.com/questions/5895283/locationlistener-and-timers On Jan 13, 12:24 pm, Dhaval Varia

[android-developers] Re: gps to work om emulator

2012-01-08 Thread viktor
I guess that need change the default configuration for the DDMS. Or make your own kml file and open it every time when emulator have started. On 7 янв, 09:38, jaggu mjagadeeshb...@gmail.com wrote: Hi  how to work with emulator gps can any one guide how to do ? eclipse

Re: [android-developers] Re: GPS Fix Status

2012-01-06 Thread James Black
It depends on how you mean about the GPS fix being good. If the provider goes to something other than available that may be a good indicator I believe. I look at the availability of the wifi and GPS to see if GPS is ready so I can possibly get some location info. On Jan 5, 2012 10:39 PM, gotok

[android-developers] Re: GPS Fix Status

2012-01-05 Thread gotok
James, Thanks for your help. I have seen that link and have been using the approach suggested there which compares the current time to that of the last location update and assumes that the fix is lost if the time difference is too long. This works for me if the mintime and mindistance values are

Re: [android-developers] Re: GPS Fix Status

2012-01-05 Thread James Black
You will need to go with zero meters and 1 sec perhaps. But you can also use onStatusChange to see when the signal is lost. http://developer.android.com/reference/android/location/LocationListener.html On Jan 5, 2012 9:17 PM, gotok ken0g...@gmail.com wrote: James, Thanks for your help. I have

[android-developers] Re: GPS Fix Status

2012-01-05 Thread gotok
James, I'm not sure how to get fix info from onStatusChanged. The status it gives (OUT_OF_SERVICE, TEMPORARILY_UNAVAILABLE, AVAILABLE) relates to the GPS provider, not whether the gps fix is OK or not. Is there something in the extras that can indicate gps fix lost? I agree that if the provider

[android-developers] Re: GPS information with logcat

2011-12-20 Thread lbendlin
this is totally depending on the GPS chipset implementation in each device. You will have to raise your question with the device manufacturers. -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to

[android-developers] Re: GPS information with logcat

2011-12-20 Thread Hera
Thank you Ibendlin but both devices are Nexus One (differente ANDROID versión) therefore I think that I am misleading something when I get the logcat messages. On 20 dic, 14:34, lbendlin l...@bendlin.us wrote: this is totally depending on the GPS chipset implementation in each device. You will

[android-developers] Re: gps device on/off listener

2011-11-07 Thread Ali Chousein
Study the intent actions in the following link. Probably you'll find what you need there. http://developer.android.com/reference/android/content/Intent.html - Ali Chousein Weather-Buddy http://weatherbuddy.blogspot.com/ |

[android-developers] Re: gps

2011-11-02 Thread Belvedere Computer Services
http://lmgtfy.com/?q=+gps+offline+for+htc+ On Nov 2, 2:21 am, Hamid Ghasemi hamidghasem...@gmail.com wrote: Hi I want  gps offline for htc  desire s thanks -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email

[android-developers] Re: GPS filtering

2011-11-01 Thread gjs
Hi, I think you will find getAccuracy() will continue to vary within the 10 metres range or more. And you will not know which is 'most accurate' without averaging the fixes over some period of time. All of which is harder if the device is also moving. Regards On Nov 1, 5:44 am, Ab Caballero

[android-developers] Re: GPS filtering

2011-11-01 Thread Ab Caballero
Any ideas on how to average the fixes?. On Nov 1, 12:44 am, gjs garyjamessi...@gmail.com wrote: Hi, I think you will find getAccuracy() will continue to vary within the 10 metres range or more. And you will not know which is 'most accurate' without averaging the fixes over some period of

Re: [android-developers] Re: GPS filtering

2011-11-01 Thread Kristopher Micinski
http://code.google.com/p/gps-averaging/ On Tue, Nov 1, 2011 at 4:11 PM, Ab Caballero a...@mac.com wrote: Any ideas on how to average the fixes?. On Nov 1, 12:44 am, gjs garyjamessi...@gmail.com wrote: Hi, I think you will find getAccuracy() will continue to vary within the 10 metres

[android-developers] Re: GPS filtering

2011-11-01 Thread Ab Caballero
thanks On Nov 1, 1:21 pm, Kristopher Micinski krismicin...@gmail.com wrote: http://code.google.com/p/gps-averaging/ On Tue, Nov 1, 2011 at 4:11 PM, Ab Caballero a...@mac.com wrote: Any ideas on how to average the fixes?. On Nov 1, 12:44 am, gjs garyjamessi...@gmail.com wrote: Hi,

[android-developers] Re: GPS filtering

2011-10-31 Thread Ab Caballero
That's what i did by using if(hasAccuraacy() getAccuracy() minDistance)... It just doesn't seems to limit the fixes enough On Oct 29, 6:01 am, lbendlin l...@bendlin.us wrote: yes. write your own logic to accept fix events or not -- You received this message because you are subscribed to the

[android-developers] Re: GPS filtering

2011-10-29 Thread lbendlin
yes. write your own logic to accept fix events or not -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this group, send email to

Re: [android-developers] Re: GPS Location

2011-10-24 Thread hk what
what is your app? On 10/22/11, John Coryat cor...@gmail.com wrote: GPS doesn't require an internet connection but it does require receiving a very weak signal from a number of GPS satellites. That usually means a view of the sky. -John Coryat -- You received this message because you are

Re: [android-developers] Re: GPS Location

2011-10-23 Thread Jonas Petersson
On 2011-10-23 07:53, John Coryat wrote: GPS doesn't require an internet connection but it does require receiving a very weak signal from a number of GPS satellites. That usually means a view of the sky. Although I agree that it doesn't REQUIRE an internet connection, I must say that all my

[android-developers] Re: GPS Location

2011-10-23 Thread Ali Chousein
One little addition from my side. Internet connection is not needed for getting your location from the GPS receiver. However, most of the times (depending on what you do with the location information of course) you'll need Internet connection to map the location to an address. For inverse

[android-developers] Re: GPS Location

2011-10-22 Thread John Coryat
GPS doesn't require an internet connection but it does require receiving a very weak signal from a number of GPS satellites. That usually means a view of the sky. -John Coryat -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to

[android-developers] Re: GPS locations distance

2011-10-11 Thread lbendlin
which of the three (independent) methods did you use? -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this group, send email to

[android-developers] Re: GPS vs Network

2011-08-26 Thread kypriakos
I agree - thanks. I ended up testing that last night and you are right. SO I check first for the most accurate info (if gps is enable) and if not there I get the next available which is the network. On Aug 25, 11:28 pm, lbendlin l...@bendlin.us wrote: yes, if you register your location listener

[android-developers] Re: GPS vs Network

2011-08-26 Thread blake
You might have seen this, already, but there is really excellent documentation on just how to do this, right here: http://developer.android.com/guide/topics/location/obtaining-user-location.html -blake On Aug 26, 7:52 am, kypriakos demet...@ece.neu.edu wrote: I agree - thanks. I ended up

[android-developers] Re: GPS vs Network

2011-08-25 Thread lbendlin
yes, if you register your location listener for both sources you will get data from both. That data will contain the accuracy information so you can decide which one to use. if you unsubscribe from the GPS location service then I would expect the lastknownlocation to be fed from the network

[android-developers] Re: GPS Map using offline files

2011-07-20 Thread lbendlin
ever heard of OpenStreetMap? -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this group, send email to

[android-developers] Re: GPS Map using offline files

2011-07-20 Thread Kivak
From what I understand, OpenStreetMap would still require a data connection to download. Moreover, I am not looking for preexisting maps, I am looking to use my own maps. Maybe I don't understand fully? Thanks for the reply! -Mark On Jul 20, 11:30 am, lbendlin l...@bendlin.us wrote: ever heard

Re: [android-developers] Re: GPS Map using offline files

2011-07-20 Thread Mark Murphy
On Wed, Jul 20, 2011 at 2:20 PM, Kivak littlewol...@gmail.com wrote: From what I understand, OpenStreetMap would still require a data connection to download. Nope. Moreover, I am not looking for preexisting maps, I am looking to use my own maps. Then I fail to understand your question. You

[android-developers] Re: GPS Map using offline files

2011-07-20 Thread Kivak
Then I fail to understand your question. You created the map. You know the GPS coordinate of the upper left-hand corner. You know the size of the map in decimal degrees. Hence, you know how to convert a GPS position from latitude/longitude to pixel coordinates on your map. I do understand how

Re: [android-developers] Re: GPS Map using offline files

2011-07-20 Thread Mark Murphy
On Wed, Jul 20, 2011 at 4:29 PM, Kivak littlewol...@gmail.com wrote: I do understand how to do that. What I am trying to find is an object that I can use to display the map. These maps would be huge and I am not sure that making an imageView with that size would work very well. Ah, OK. I think

[android-developers] Re: GPS Map using offline files

2011-07-20 Thread Kivak
Ah, OK. I think the typical solution for that is map tiles, the way Google does it. I assume map titles would be imageviews created dynamically as the user moves around? I've never done anything like that before so that's why I am curious. On Jul 20, 2:31 pm, Mark Murphy

Re: [android-developers] Re: GPS Map using offline files

2011-07-20 Thread Mark Murphy
On Wed, Jul 20, 2011 at 4:39 PM, Kivak littlewol...@gmail.com wrote: Ah, OK. I think the typical solution for that is map tiles, the way Google does it. I assume map titles would be imageviews created dynamically as the user moves around? I've never done anything like that before so that's

Re: [android-developers] Re: GPS Map using offline files

2011-07-20 Thread lbendlin
Here may be a good start http://wiki.openstreetmap.org/wiki/Android -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this group, send email to

[android-developers] Re: GPS app

2011-07-15 Thread cellurl
the google map api will show you road name, county, everything except speed limit. Jim Pruett wikiSPEEDia.org I couldn't resist On Jul 15, 1:12 pm, cmosser chris.mos...@gmail.com wrote: Hi guys, New to Android developing, but I do have slight experience in Php and Java, so I'm not a

[android-developers] Re: GPS app

2011-07-15 Thread cmosser
Great. Thanks for the reply -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this group, send email to

[android-developers] Re: GPS Signals

2011-07-04 Thread Vladimir
Hello Accuracy of Network provider depends from cellular tower position and can vary from 100 meters to several kilometers. In small towns this value may be very large. -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group,

[android-developers] Re: GPS lat long

2011-06-05 Thread JP
Lat and lon are projected to MapView's y and x coordinates, through Projection. On Jun 5, 3:53 pm, ingy abbas ingy.abba...@gmail.com wrote: The GPS Latitude and longitude is not ( x and y Direction ) ?Is it z direction ( slider some how )? When the map with overlay item appear on the mobile

[android-developers] Re: GPS

2011-05-11 Thread gjs
Hi, Read up on using mock location in emulator http://developer.android.com/guide/topics/location/obtaining-user-location.html Regards On May 10, 1:34 am, Innocent innocentr...@gmail.com wrote: Hi guys I'm working on a project and my GPS on the emulator am using doesn't seem to function!!

[android-developers] Re: GPS

2011-05-11 Thread harsh chandel
please check if you added permissions in the manifest file and your internet is connected at the time you run the app On May 9, 8:34 pm, Innocent innocentr...@gmail.com wrote: Hi guys I'm working on a project and my GPS on the emulator am using doesn't seem to function!! WHEN I try to run a

[android-developers] Re: GPS not starting on Samsung Galaxy Spica i5700 (Portal)

2011-03-29 Thread gjs
Hi, No not really, but I find same issue sometimes, but only rarely, on (Samsung) Nexus S - it fails to start GPS when app requests it via Location Manager. Regards On Mar 30, 12:01 am, lbendlin l...@bendlin.us wrote: Our GPS based application works fine for 99% of the users. However, a

[android-developers] Re: GPS does not stop after ending my app

2011-03-21 Thread Stephan Wiesner
Hi TreKing, thanks for your answer. I removed the new GeoUpdateHandler, but that does not help. My Activity extends LocationListener: public class ShowMap extends MapActivity implements LocationListener so if I provide this on both methods it should work, should it not? @Override

Re: [android-developers] Re: GPS does not stop after ending my app

2011-03-21 Thread TreKing
On Mon, Mar 21, 2011 at 8:53 AM, Stephan Wiesner testexpe...@googlemail.com wrote: so if I provide this on both methods it should work, should it not? Yes. I would pair onStart() with onStop() or onPause() with onResume().

[android-developers] Re: GPS does not stop after ending my app

2011-03-21 Thread Stephan Wiesner
only it does not stop the GPS :-( On Mar 21, 3:03 pm, TreKing treking...@gmail.com wrote: On Mon, Mar 21, 2011 at 8:53 AM, Stephan Wiesner testexpe...@googlemail.com wrote: so if I provide this on both methods it should work, should it not? Yes. I would pair onStart() with onStop() or

Re: [android-developers] Re: GPS does not stop after ending my app

2011-03-21 Thread TreKing
On Mon, Mar 21, 2011 at 10:32 AM, Stephan Wiesner testexpe...@googlemail.com wrote: only it does not stop the GPS :-( I would double check your code and make sure you're not adding an extra listener somewhere. Also wait a few seconds for the GPS icon to go away before assuming it's not

[android-developers] Re: GPS does not stop after ending my app

2011-03-21 Thread Stephan Wiesner
Got it. I have to use MyLocationOverlay.disableMyLocation() as well. Works fine now. Thanks for your advice! Stephan On Mar 21, 4:49 pm, TreKing treking...@gmail.com wrote: On Mon, Mar 21, 2011 at 10:32 AM, Stephan Wiesner testexpe...@googlemail.com wrote: only it does not stop the GPS

Re: [android-developers] Re: GPS does not stop after ending my app

2011-03-21 Thread TreKing
On Mon, Mar 21, 2011 at 1:38 PM, Stephan Wiesner testexpe...@googlemail.com wrote: Got it. I have to use MyLocationOverlay.disableMyLocation() LOL - that you were using MyLocationOverlay would have been good to know. It manages it's own listener, as you saw.

[android-developers] Re: GPS with Map overlay

2011-02-11 Thread Stephan Wiesner
Whats the stack trace? On 11 Feb., 08:59, Poifull unique.poif...@gmail.com wrote: Hi, I have got the following code but my application crash. Can anyone tell me what is wrong? Thanks! public class GPS extends MapActivity{         -- You received this message because you are subscribed to

[android-developers] Re: GPS turned on automatically on some devices?

2011-01-17 Thread Spiral123
I seem to remember having a similar problem. Does your Map app display the Users current location at any point? If yes, try calling MyLocationOverlay.enableMyLocation() to start updates in your MapView's onResume() and MyLocationOverlay.disableMyLocation() to stop in the onPause() and see if

[android-developers] Re: GPS turned on automatically on some devices?

2011-01-17 Thread Stephan Wiesner
Thanks for the tipp. I did indeed enableMyLocation and will try your advice. Stephan On 17 Jan., 14:38, Spiral123 cumis...@gmail.com wrote: I seem to remember having a similar problem.  Does your Map app display the Users current location at any point? If yes, try calling

[android-developers] Re: GPS MapView: animate to current position

2010-12-31 Thread Stephan Wiesner
Solved it: I have set different criteria: Criteria criteria = new Criteria(); //criteria.setAccuracy(Criteria.ACCURACY_FINE); // more criteria If I remove those, the code works fine. . . Stephan 2010/12/31 Stephan Wiesner testexpe...@googlemail.com Hi, I have a MapActivity, using Google

Re: [android-developers] Re: GPS

2010-12-13 Thread Mikhail Zemlyanukha
And I wouldn't expect they fix it, there are a lot of bugs in tracker w/o progress... May be, if you commit a fix for the exploit, but anyway it doesn't mean that it will be picked up )) But I may be wrong - I do not have experience with android platform dev, I just submit bugs. Mike On Sat,

Re: [android-developers] Re: GPS

2010-12-11 Thread TreKing
On Sat, Dec 11, 2010 at 1:46 AM, Hendrik Greving fourhend...@gmail.comwrote: Actually I've found out how to toggle GPS etc., but it is an expoit which I guess will be fixed with Gingerbread. Unfortunately. I wouldn't call fixing exploits unfortunate.

Re: [android-developers] Re: GPS

2010-12-11 Thread Julie Andrews
On Sat, Dec 11, 2010 at 6:21 AM, ip332 iprile...@gmail.com wrote: It will be turned on when you request location updates (if it is enabled in the Location/GPS settings) On Dec 10, 4:47 pm, Hendrik Greving fourhend...@gmail.com wrote: I know how to read the GPS status etc. but how do I turn

Re: [android-developers] Re: GPS

2010-12-11 Thread Kostya Vasilyev
*Subject:* Re: [android-developers] Re: GPS On Fri, Dec 10, 2010 at 7:41 PM, Hendrik Greving fourhend...@gmail.com mailto:fourhend...@gmail.com wrote: I've actually just tried that. But even if I put the permission in the manifest, it still makes a security

Re: [android-developers] Re: GPS

2010-12-11 Thread Julie Andrews
, 2010 10:09 PM *Subject:* Re: [android-developers] Re: GPS On Fri, Dec 10, 2010 at 7:41 PM, Hendrik Greving fourhend...@gmail.comwrote: I've actually just tried that. But even if I put the permission in the manifest, it still makes a security exception that this permission was missing

Re: [android-developers] Re: GPS

2010-12-11 Thread Mark Murphy
On Sat, Dec 11, 2010 at 3:01 AM, TreKing treking...@gmail.com wrote: On Sat, Dec 11, 2010 at 1:46 AM, Hendrik Greving fourhend...@gmail.com wrote: Actually I've found out how to toggle GPS etc., but it is an expoit which I guess will be fixed with Gingerbread. Unfortunately. I wouldn't call

[android-developers] Re: GPS

2010-12-10 Thread ip332
It will be turned on when you request location updates (if it is enabled in the Location/GPS settings) On Dec 10, 4:47 pm, Hendrik Greving fourhend...@gmail.com wrote: I know how to read the GPS status etc. but how do I turn the chip on/off? There is nothing in LocationManager/Provider or

[android-developers] Re: GPS

2010-12-10 Thread ip332
Do what? Turn GPS on upon clicking on GPS in the Settings/location? If you come from the in-car navigation world then this scenario looks weird. However battery life is one of the most critical parameters for a mobile phone therefore it makes sense to turn hardware on only when there is a client

[android-developers] Re: GPS

2010-12-10 Thread Nathan
It probably has 'Write System Settings' permission or maybe even 'Write Secure System Settings' permission. These are probably very scary sounding permissions to ask for, but a built in widget never had to ask for them. Nathan On Dec 10, 4:59 pm, Hendrik Greving fourhend...@gmail.com wrote:

Re: [android-developers] Re: GPS

2010-12-10 Thread Hendrik Greving
, December 10, 2010 5:34 PM Subject: [android-developers] Re: GPS It probably has 'Write System Settings' permission or maybe even 'Write Secure System Settings' permission. These are probably very scary sounding permissions to ask for, but a built in widget never had to ask for them. Nathan

Re: [android-developers] Re: GPS

2010-12-10 Thread Hendrik Greving
The power control plus application can do it. So what's the trick? - Original Message - From: Nathan critter...@crittermap.com To: Android Developers android-developers@googlegroups.com Sent: Friday, December 10, 2010 5:34 PM Subject: [android-developers] Re: GPS It probably has

Re: [android-developers] Re: GPS

2010-12-10 Thread TreKing
On Fri, Dec 10, 2010 at 7:41 PM, Hendrik Greving fourhend...@gmail.comwrote: I've actually just tried that. But even if I put the permission in the manifest, it still makes a security exception that this permission was missing What did you try? On Fri, Dec 10, 2010 at 11:06 PM, Hendrik

  1   2   3   >