LocationManager Library

fishwolf

Well-Known Member
Licensed User
Longtime User
i have see that the event with coord is each 20 seconds (network mode)

is it possible change this time?

Thanks
 

code4fun

Member
Licensed User
Longtime User
Hi, i have two devices, one running android 4.4.4 and the other 4.1.2.

On the first one, when i try to update the location using only the Wifi (lm.requestMobileLocation) i get the Provider Disabled error (provider=network). When turning on the GPS, it works fine.

On the second one, everything works as expected.

Is there any restriction that prevents us to access location services through Wifi on Kitkat?

Anyone solved this?

Device #1: Lenovo A6000 (stock)
Device #2: ZTE Blade (rooted)
 
Last edited:

djveleno

Active Member
Licensed User
Longtime User
Hi dear, and if I wanted to find the location of a different mobile number from my?
For example, what about my son?
 

KY Leng

Member
Licensed User
Longtime User
Is there a way to Enable/Disable Provider by code?

When I manually Enable Provider (Turn ON Location) and use only
"Location.requestMobileLocation", will it consume battery ?

Best regards,
 

victormedranop

Well-Known Member
Licensed User
Longtime User
Hi, i have two devices, one running android 4.4.4 and the other 4.1.2.

On the first one, when i try to update the location using only the Wifi (lm.requestMobileLocation) i get the Provider Disabled error (provider=network). When turning on the GPS, it works fine.

On the second one, everything works as expected.

Is there any restriction that prevents us to access location services through Wifi on Kitkat?

Anyone solved this?

Device #1: Lenovo A6000 (stock)
Device #2: ZTE Blade (rooted)

I have the same problem. Dis you found a solution ?

thanks

Victor
 

code4fun

Member
Licensed User
Longtime User
I have the same problem. Dis you found a solution ?

thanks

Victor

It was a while back and I m not really sure what exactly was the issue but I think it was due to an Android restriction from a version upwards that would require the GPS in order to function.
 
Top