hey guys.
my first problem i saw some others on the web that had the same
problem i just cant find the related threds again for some reason.

when i try to use "Fake gps" on my android application, the first set
of coordinates work fine. and call the
        @Override       public void onLocationChanged(Location location)
function.

my problem is when i try to enter more locations. it just wont work
(unless i restart the emulator or re-run the program.
i try to "geo fix" more locations... but the onLocationChanged
functions doesnt "go off" as it should.

any idias on how i should address this problem. is there somthing i
need to reset after each location change?

-------------------------------------------------------------------------------------------------------------------------------------------------------------
for the secound problem:
the longtitude and latitude i enter in telnet for the GPS, is not
exactly the same as the ones recived in the emulator.
this is funny becouse i dont do anything to thous values.
for a real example:
i enter: geo fix -73.995002746582 40.7341995239258
in debug mode the long/lat recived in the onLocationChanged function
is:
-73.99550193333333 40.74000013333333
any idias?.

thank you
Or wolfstein.
-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to