Re: [android-developers] Re: possible to track movement without GPS

2011-02-15 Thread Cisco Man
You can use cell towers On Mon, Feb 14, 2011 at 7:37 AM, JAlexoid (Aleksandr Panzin) < jalex...@gmail.com> wrote: > In theory it is possible using accelerometer. But that will trash the > battery and will not be reliable. In addition to being heavy on > computation. > > On 4 фев, 15:55, dica wro

[android-developers] Re: possible to track movement without GPS

2011-02-14 Thread JAlexoid (Aleksandr Panzin)
Network provider has a precision of 500-1 meters(~1500-3 feet) WiFi has 70-150 meters(~ 210-450 feet) Not an option for high precision. On 14 фев, 15:40, Deeps Uttekar wrote: > Hi you can use network provider for it > plse see following code > if gps not working then you can use network p

Re: [android-developers] Re: possible to track movement without GPS

2011-02-14 Thread TreKing
On Mon, Feb 14, 2011 at 7:40 AM, Deeps Uttekar wrote: > if gps not working then you can use network provider OP said: "I want to be able to track where I've been within a building." Network provider does not have the accuracy to track you within a building.

Re: [android-developers] Re: possible to track movement without GPS

2011-02-14 Thread Deeps Uttekar
Hi you can use network provider for it plse see following code if gps not working then you can use network provider Sorry for code indentation LocationManager myManager = (LocationManager)getSystemService(Context.LOCATION_SERVICE); Location gpsLoc=myManager.getLastKnownLocation(LocationMa

[android-developers] Re: possible to track movement without GPS

2011-02-14 Thread JAlexoid (Aleksandr Panzin)
In theory it is possible using accelerometer. But that will trash the battery and will not be reliable. In addition to being heavy on computation. On 4 фев, 15:55, dica wrote: > Hi > > Is it possible to track movement without GPS?  The GPS signal is too > weak on my phone to work indoors.  I want