Android :: How To Improve Gps Accuracy?

Aug 14, 2009

With my location listener i get accuracy values about 30-100 m (being on an open field without annoying houses around me disturbing the gps signal). Why is that so bad? I thought you could get an accuracy about 3m with gps. And the Google maps applet for example has a much better accuracy. How can i improve the accuracy? I'm using the default gps provider. I saw you can create a Criteria object to get the best provider, but there are only the gps and the mobile phone net providers anyway - so it's some kind of senseless to get the location provider that way. is there no way to define the needed accuracy?

Android :: How to improve Gps accuracy?


Android :: Improve GPS Accuracy?

Aug 5, 2010

Im working on an app that use gps My testing devices are Nexus One and Htc Mytouch 3g Slide

So does anyone know how to improve the gps accuracy?

View 1 Replies View Related

General :: How To Improve (Moving Time) Accuracy In Tracks

Oct 11, 2012

I use My Tracks to track and log my speed on my bike commute. I calibrate it against the bike computer, and have found that My Tracks is not doing a particularly good job calculating the Moving Time. Even when stopped at a stoplight, the Moving Time increases in fits and spurts.

This was a minor issue on my Nexus One (running the previous release of My Tracks), but seems significantly worse on my new phone (HTC One X, running the newest version of My Tracks).

how the Moving Time calculation is made to know if I can adjust any settings to get a more accurate reading? Possible settings include:

Time intervalDistance intervalMax intervalGPS accuracy

View 1 Replies View Related

Android :: GPS Accuracy Of GPS Receiver

Aug 16, 2009

How much accurate are the coordinates received by the GPS antenna in the reality?I'm using the emulator but it doesn't work well with coordinates too much close is there nobody that have tested an application based on the package "Location" in a real device(I don't have a real one yet..) and knows how to answer me?

View 7 Replies View Related

Android :: GPS Accuracy Reliability

Jul 9, 2010

My app has an issue where many players get bounced all over kingdom come when using GPS to get a signal. I had this issue with my G1 on occasion but not on my Nexus One. I am talking hundreds of miles from their real location. I changed the code to throw out anything that was not at least 500 meters accurate. My question is, if the location placement is hundreds of miles off, how reliable will the accuracy reporting be? Does it realize that it could be hundreds of miles off?

I am asking the community because I cannot reproduce the scenario with what I currently have so I can't test if my fix is meaningful. Does GPS know when its readings are that far off?

View 14 Replies View Related

Android :: Accuracy In GPS Location

Feb 15, 2010

wanted to know that the accuracy value returned by the getAccuracy() is of which type radial accuracy or horizontal accuracy.

View 8 Replies View Related

Android :: What Does Location Accuracy Mean?

Nov 6, 2009

If I do Location.getAccuracy() I get a number of meters. Is that number a radius or a diameter? I thought it would be a radius, but Google's MyLocationOverlay uses that value as a diameter.

View 4 Replies View Related

Android :: Need To Check GPS Accuracy

Feb 11, 2009

I'm writing a mapping application. In simple terms, it sends some info about the user's current location to a server when the user clicks on a button. I need the location to be absolutely correct, and when I first started to implement LocationListener, I found that it often wasn't. So I've used location.getAccuracy() to check the GPS accuracy, and warn the user - without submitting the data - if the location isn't accurate enough. Code...

View 3 Replies View Related

Android :: GPS Accuracy Of Emulator

Nov 2, 2010

I am developing a website which used W3C GeoLocation API to obtain users' position. I try to run the website in Android Emulator and use DDMS / geo fix to send the coordinate to the device. However the coordinate received is inaccurate.

For example, (22.377127, 114.095535) will become (22.370335, 114.08523353). I try to run some Android GPS example from Internet, and the results is just the same. I can certainly say that this is not my program bug. From my observation, it seems like some rounding problem.

View 3 Replies View Related

Android :: Poor GPS Accuracy - Changing After Every Second

Jul 16, 2009

I'm having a weird problem with GPS accuracy. Basically, I check the GPS accuracy in a background thread after the user clicks a report button, and show the accuracy in a progress dialog, changing second by second. (Code is below.) The following strange thing happens:

1. If the user clicks more or less immediately on the button after taking the phone out, accuracy is unsurprisingly pretty poor to start off with, say more than 100m. But the accuracy never really improves very much while the user is running the background thread. There is some improvement, but it's slow and it never gets very accurate. 2. However, if the user gets the phone out and then waits for several seconds *without* clicking on the button and running the background thread, and *then* clicks on the button, the accuracy quickly improves and becomes very good. When they click on the button, the accuracy shows up as fine - within the same length of time............

View 8 Replies View Related

Android :: Accuracy Of Golf GPS Apps

Nov 29, 2009

I am curious about the accuracy of the motorola droid GPS, before installing a golf app. Can these units pinpoint to within a few yards or is the area fairly wide.

View 4 Replies View Related

Android :: Accuracy Of Google Navigator?

Nov 30, 2009

Has anyone else noticed how far off google navigator is? I have used it a couple times and one time it was almost a mile off from the actual location I wanted to go to. Or am I doing something wrong?

View 13 Replies View Related

Android :: Lattitude Gps Accuracy Is Not Very Good

Jul 29, 2010

Wife and i use latitude gps to track each other. however the accuracy is not very good. It can show she is 2 miles from where she actually is. is there a tweek or another program to help make it more accurate?

View 4 Replies View Related

Android :: Low Accuracy Of The Accelerometer Sensor?

Jul 9, 2009

We are writing an application that uses acceleration sensor data to plot phone's movement in 3D. We are finding gross inconsistencies in the actual data output by the sensor. Also, sampling rates vary greatly from 8 to 200 millis. (using System.currentTimeMillis())

Specifically, when we try to draw a circle with G1 flat on the table all the time (filtering out gravity accel 9.8), most of the time we would get a plot of phone's position that is not a circle at all. Lots of times, it would be close to a straight line. Sometimes, it would start drawing an arc, but would not close the circle shooting off in a random direction.

We tried to eliminate the time variable, by substituting a constant time sampling rate (10 millis) to calculate phones position, but the result was very close to what we had before (shapewise). Also, the acceleration in Z direction when the phone is displaced lying flat on a table (XY plane) varies too by +/- 2 units which is a lot.

I do not think it is an error in our code, as we have checked it many times. If there were an error indeed and the accelerometer worked properly, we would see a consistently wrong depiction of the phone's movement. Unfortunately, repeating the same movement (circle) would produce sometimes wildly differently shaped plots.

It all comes down to us wanting to know if that is indeed the case that the G1 accelerometer is very unreliable and inconsistent device when used for more or less precise measurements? Is there some documentation/facts paper that would tell us just how reliable accelerometer is?

View 5 Replies View Related

Android : Accuracy Of Droid's GPS Is About 10cm?

Oct 14, 2009

I thought I have read somewhere that the accuracy of Android's GPS is about 10cm?

Can anyone verify or correct this? Reason being is that my application I am trying to develop keeps track of locations an user has visited and it would help me out tremendously to know the margin of error I can expect?

View 4 Replies View Related

Android :: How Does Location Accuracy Use Wifi Network?

Jan 19, 2010

how does "location accuracy" use a wifi network?

View 7 Replies View Related

Android :: Geocoding - Accuracy Required In GPS Coordinates

Sep 21, 2010

My question in a nutshell is: Is there a correlation between the number of decimals used in GPS co-ordinates and the accuracy of the location?

Right now I happen to be working with the Android SDK but I'm sure this question can apply to many other geolocation SDKs. Basically, Android returns GPS coordinates with up to 14 digits. That seems like overkill in most situations. Lets say I needed accuracy down to about an area of 10 feet by 10 feet. How many decimals do I really need to worry about? The use-case that I'm looking for is I want to know if a person is north or south of a particular latitude - how many digits would I need to store in the database and how many digits would I need to compare?

View 2 Replies View Related

Android :: Accuracy Of Sensors Such As Electronic Compass

Mar 19, 2009

I am now beginning an app which will use the compass and tilt sensors to determine a persons heading and line of sight. Can I assume the sensors on devices such as the G1 are fairly accurate or can I expect to run into problems such as the compass being 5-10 degress off etc?

View 4 Replies View Related

Android :: Accuracy Of Location.getAccuracy() GSM And GPS - Exact Meaning?

Jun 16, 2010

As said in the Android Reference, the method getAccuracy() of android.location: "Returns the accuracy of the fix in meters. If hasAccuracy() is false, 0.0 is returned." But what does that mean exactly? The diameter or the radius? The Circular Error Probable (CEP), the 95-percentile or something else? I hope they are of the same type in GPS and GSM positioning. Does somebody know where these information are given into the system? As far as i know, are the GSM coordinates returned by a hidden Google API over a Web Service. So no chance to see an exact calculation. But where is the Accuracy of GPS calculated. I thought the GPS receiver only returns a dimensionless DOP value. And with Android 1.5 its not posible to read the NMEA sentences directly.

View 5 Replies View Related

HTC EVO 4G :: Screen Tap Accuracy?

Jun 5, 2010

Just wondering what people think of the accuracy of the screen. Coming from a WM phone and a resistive touch screen, I find it a lot harder to hit small places on the EVO. Little check boxes are hard to get. Also, I just feel like it doesn't always hit where I think it should.....

What are others thoughts on this? I have read in the past that resistive screens are more accurate but really just blew it off as people who were just defending their WM phone's but that statement really does seem to be true....

Still love the thing though and it finally feels like I got a totally new device! My last 4 WM phones just felt like the same thing over and over again with a little enhancement on each one....

View 3 Replies View Related

Nexus :: One - GPS Accuracy?

Mar 25, 2010

I have been using my N1 for a few days now and the GPS accuracy is really wrong, about 500m out of the right position. I know GPS is not really precise, but 500m is far too much.

I am seeing this behaviour when on WI-FI, haven't test through 3G/edge yet though.

I haven't installed any ROM.

View 26 Replies View Related

HTC EVO 4G :: Accuracy Of Speedtest.net App Vs Speakeasy

Jul 5, 2010

I made a quick video to demonstrate the vast difference in reported 4G speed between the Android speedtest.net app and the browser version of the speakeasy test. My results show great differences btw the two (2-3 Mbps). I don't know which one is correct; but I think the Speedtest app cannot correctly determine WiMax and WiFi speeds. In addition to what the video shows, when the EVO is connected to home Wifi the greatest speed Ive seen is 11 Mbps (even though the app dial stops at 10) when a laptop test done at the same time correctly shows 15+. Is anyone else seeing similar? I just think its flawed that many are using the app as the standard for network speeds on mobile devices.

View 21 Replies View Related

Samsung Captivate :: Best GPS Accuracy?

Oct 10, 2010

Your "best" (lowest value) GPS Accuracy you have seen on your Captivate. This is to compile data to send to Samsung's technical support, hopefully to aid in trouble-shooting the issue. After voting in the poll, please post indicating which firmware you are running (pre or post update, or which custom ROM or leak). This poll is not concerned with time to lock, holding a lock, or any other GPS issue than accuracy, and is just to compile a data set to test one part of a hypothesis of mine. It seems my Captivate has a "best" (lowest) accuracy of ~16.2 ft (5m), much higher than say, an N1 or G1 (which max out around 6.6 ft).

If you are unsure how to check for accuracy to get a specific number, use either GPS Test or GPS Status (free, in the market) as they both will display accuracy of the lock in real-time. GEnerally the accuracy improves with the longer the lock holds, so for maximum effectiveness, let's set the official accuracy time at 5 minutes (leave the app open for 5 minutes, then record the accuracy) or the best value you have noticed. Also, if your value is not exactly one that is up here, please select the closest number to your value...

View 16 Replies View Related

HTC EVO 4G :: GPS Accuracy Via Signal Strength Triangulation

Jul 30, 2010

I had a question come up here at the office about the accuracy of the GPS on my EVO. I loaded the "GPS Status" app and went outside and found that I am getting 3 Meter accuracy which is as good as my Magellan GPS that I use while hiking. My question is this, while using Google maps I believe that location can also be derived via signal strength triangulation from cell towers. If this is so has anyone seen a position accuracy that is derived from both the GPS and the Towers.

View 6 Replies View Related

Samsung Captivate :: Accuracy Of Swype Has Been Going Down?

Sep 30, 2010

Seems as though the accuracy of Swype has been going down for me over the last 2 weeks. I haven't messed with any of the settings. The main thing is that it will put in a word that I am clearly not spelling, even if I go so slow and make sure I'm touching the exact letters.

The biggest culprit for me is the word, "WANT". It keeps spelling it as "WASN'T". It is driving me crazy. I am making 100% sure I am not touching the apostrophe at all. And it will still spell "WASN'T". I have to manually type the word "WANT" everytime. There are other examples, but that is the biggest one.

Advice?

View 4 Replies View Related

How Phone Figures Out Sensor Accuracy

Mar 29, 2014

I'm new to android development and I'm implementing a simple localization method to get used to the device. I've been reading some articles and I can't seem to figure out how the phone figures out sensor accuracy. My guess is that it decides this based on how long its been since it was last calibrated.

View 3 Replies View Related

Samsung EPIC 4G :: Perfect GPS Accuracy System

Sep 27, 2010

Im wondering now if the GPS problem is really a problem with the way the individual phone is "tuned" at the factory, Its not the software thats for sure. I'm sure I have the same software as everyone else and my other 4 handsets had. I noticed that all 4 prior phones had a varying degree of GPS accuracy. This one #5 is spot on and quick to "fix" in my locations. I have a large home and tested the handset in my house last night and watched it track me through the rooms with spot on accuracy without fail. So I say why is this phone different? It has to be the way its tuned at the factory, if you notice when you take the battery door off there are a bunch of little holes around the battery compartment these are manual tuning pots for various phone functions and I'm guessing one is for the GPS. If my handset is accurate there is no other reason besides bad final tuning of the GPS system causing another handset to be inaccurate. Now if my bottom 4 keys were only as sensitive as my GPS I would be totally happy with my Epic.

View 5 Replies View Related

Motorola Droid X :: Swype Accuracy Diminishing?

Sep 23, 2010

I read the thread about swype accuracy going to hell, and checked to make sure that wasn't the case for mine. For me its not totally unusable, but in the last week I've noticed severely diminished accuracy. If I totally focus I can swype with few errors, but as soon as I try to resume the speed that I used a week ago, swype's accuracy drops to about 50%, many of the suggested words aren't words I've ever used.

Another issue I'm having is the pop-up tutorial when I select a word other the the first suggestion. I've been through every setting and nothing will stop the tutorial pop-up

View 7 Replies View Related

Samsung Moment :: Test The Accuracy Of My Touchscreen?

Mar 29, 2010

I saw that moto group doing touchscreen accuracy tests on multiple phones and heard that I can download the accuracy test and try it out myself. If this is true, could some kind person provide a link ro the download.

View 3 Replies View Related

Jelly Bean :: Accuracy For Voice Dictation?

Feb 9, 2014

Using JellyBean 4.2.2 on my LG G2, I wanna know which of the three accents you guys have better accuracy when dictating offline (English US OR English UK OR English Australia)?

Is it any better in Android 4.4.2 KitKat (which I'm waiting for within Q1 of 2014)?

View 1 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved