I am looking for device's location, I used the code provided by google (https://github.com/googlesamples/android-play-location/tree/master/BasicLocationSample) but it seems working differently if in different devices. The two devices are Samsung Galaxy Ace Plus 7500 (S7500) and HUAWEI Y530-U00, I used GPS and 3G, the result was a very big location difference (about 300 or 400 meters). I used FINE location to perform my location but it seems the same.
Another problem is about S7500 which seems to update his location only if an app require internet, so I have to open an app and after check again location.
I would know if 2 people are near but with an approximation of about 50 meters, how could I get it?
Thanks in advance!