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 ok

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. Ho

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, http://devel

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 r

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 wa

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 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 > what I wanted i

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 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 serv

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 wrote: > 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 i

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

[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 -

[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

[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 Frida

[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 t

[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 streams in Android to do DGPS

2012-05-20 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) cl

[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 get

[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-de

[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&sourceid=ie7&rls=com.microsoft:en-us:IE-Address&ie=&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

[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,

[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 to

[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 wrote: > Are

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

2012-02-10 Thread Hohorlan B
http://schemas.android.com/apk/res/android";       android:versionCode="1"       android:versionName="1.0" package="nl.cowlumbus.android.mockgps">                                                                                             This is my XML. This is my Logs. http

[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 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 hardware that will send GP

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" 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 different > providers wh

[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

[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 a

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" wrote: > Jst bcoz i m sending email from my mobile > Thanks for reply. > On Jan 14, 2012 12:38 AM, "Spiral123" wrote: > >> wh d u kp drppng ltrs? >> >> I thnk ths pst answrs ur que: >>

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" 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 wrote: > > my que

[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 wrote: > my que is > > in this code locationmanager.removeupdate() Has called, but still > getaddress() is calling for few times. > > i

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() sh

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

[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 getaddre

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 CellT

[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) snippet

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 wor

[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 wrote: > i am writing one app. > in which > 1. gps find lat long by calling upd

[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 wrote: > Hi >  how to work with emulator gps can any one guide how to do ? > eclipse >window-->openprespective--->DDMs through

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, 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 is

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" wrote: > James, > Thanks for your help. I have seen that link

[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 bo

[android-developers] Re: GPS information with logcat

2011-12-20 Thread
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 wrote: > this is totally depending on the GPS chipset implementation in each device. > You will have to raise

[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-de

[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/ | http://twitter.com/weather_

[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 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 to android-develope

[android-developers] Re: GPS filtering

2011-11-01 Thread Ab Caballero
thanks On Nov 1, 1:21 pm, Kristopher Micinski wrote: > http://code.google.com/p/gps-averaging/ > > > > On Tue, Nov 1, 2011 at 4:11 PM, Ab Caballero wrote: > > Any ideas on how to average the fixes?. > > > On Nov 1, 12:44 am, gjs wrote: > > > Hi, > > > > I think you will find getAccuracy() will

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 wrote: > Any ideas on how to average the fixes?. > > On Nov 1, 12:44 am, gjs wrote: > > Hi, > > > > I think you will find getAccuracy() will continue to vary within the > > 10 metres range or more. And you wi

[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 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 time. All of > which is

[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 wro

[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 wrote: > yes. write your own logic to accept fix events or not -- You received this message because you are subscribed to the Google Group

[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 android-developers+

Re: [android-developers] Re: GPS Location

2011-10-24 Thread hk what
what is your app? On 10/22/11, 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. > > -John Coryat > > -- > You received this message because you are subscribed

[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 geocoding

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 pho

[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 th

[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+

[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 wrote: > I agree - thanks. I ended up testing that last night a

[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 wrote: > yes, if you register your location listener for both sourc

[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 loc

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 and

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 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 > why I am curious

[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 wrote: > On Wed, J

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 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 the typical solutio

[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

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 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 created the map. Yo

[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 wrote: > ever heard of OpenStreet

[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+unsubscr...@googlegroups.

[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+unsubscr...@googlegroups.c

[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 wrote: > Hi guys, > New to Android developing, but I do have slight experience in Php and > Java, so I'm not a complete newbie. From

[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 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 it seems like the ove

[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 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 simple program to show >

[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 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 sim

[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 wrote: > Our GPS based application works fine for 99% of the users. However, a > handful have report

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 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 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 wrote: > On Mon, Mar 21, 2011 at 10:32 AM, Stephan Wiesner < > > testexpe...@googlemail.com> wrote: > > only it does not stop the GPS :-( > > I would

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 work

[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 wrote: > On Mon, Mar 21, 2011 at 8:53 AM, Stephan Wiesner > > 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(). > > --

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 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
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

[android-developers] Re: GPS with Map overlay

2011-02-11 Thread Stephan Wiesner
Whats the stack trace? On 11 Feb., 08:59, Poifull 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 the Google Groups

[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 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 MyLocationOverlay.enableMyLocation

[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 your

[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 > Hi, > I have a MapActivity, using Google Maps and need to center that

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, Dec

Re: [android-developers] Re: GPS

2010-12-11 Thread Mark Murphy
On Sat, Dec 11, 2010 at 3:01 AM, TreKing wrote: > On Sat, Dec 11, 2010 at 1:46 AM, Hendrik Greving > 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 fixing exploits "unfortunate".

Re: [android-developers] Re: GPS

2010-12-11 Thread Julie Andrews
reKing > *To:* android-developers@googlegroups.com > *Sent:* Friday, December 10, 2010 10:09 PM > *Subject:* Re: [android-developers] Re: GPS > > On Fri, Dec 10, 2010 at 7:41 PM, Hendrik Greving > wrote: > >> I've actually just tried that. But even if I put the

Re: [android-developers] Re: GPS

2010-12-11 Thread Kostya Vasilyev
; *Sent:* Friday, December 10, 2010 10:09 PM *Subject:* Re: [android-developers] Re: GPS On Fri, Dec 10, 2010 at 7:41 PM, Hendrik Greving mailto:fourhend...@gmail.com>> wrote: I've actually just tried that. But even if I put the permission in the manif

Re: [android-developers] Re: GPS

2010-12-11 Thread Julie Andrews
On Sat, Dec 11, 2010 at 6:21 AM, ip332 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" wrote: > > I know how to read the GPS status etc. but how do I turn the chip on/off? > There is nothi

Re: [android-developers] Re: GPS

2010-12-11 Thread TreKing
On Sat, Dec 11, 2010 at 1:46 AM, Hendrik Greving 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 fixing exploits "unfortunate". ---

Re: [android-developers] Re: GPS

2010-12-10 Thread Hendrik Greving
To: android-developers@googlegroups.com Sent: Friday, December 10, 2010 10:09 PM Subject: Re: [android-developers] Re: GPS On Fri, Dec 10, 2010 at 7:41 PM, Hendrik Greving wrote: I've actually just tried that. But even if I put the permission in the manifest, it still makes a sec

Re: [android-developers] Re: GPS

2010-12-10 Thread TreKing
On Fri, Dec 10, 2010 at 7:41 PM, Hendrik Greving wrote: > 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 Greving wrote: > The "

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" To: "Android Developers" Sent: Friday, December 10, 2010 5:34 PM Subject: [android-developers] Re: GPS It probably has 'Write System S

Re: [android-developers] Re: GPS

2010-12-10 Thread Hendrik Greving
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 - Original Message - From: "Nathan" To: "Android Developers" Sent: Friday, December 10, 2010 5:34 PM Sub

[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" wrote: > Eww. I just read abou

[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 to

  1   2   3   >