delight-im / Android-SimpleLocation

Utility class for easy access to the device location on Android
Apache License 2.0
200 stars 75 forks source link

Location not working #7

Closed shethmanan closed 8 years ago

shethmanan commented 8 years ago

I have incorporated the same code as given in the documentation. It is working perfectly fine in most of the android versions, however it isn't working in android IcecreamSandwich. I am using mobile micromax A210. Please help!

ocram commented 8 years ago

Thanks for your feedback!

Since it works on most other devices and API levels, could this be a device-specific issue with your Micromax A210?

Could you get another device with Android 4.0 or try this API level on the emulator?

Are other (third-party) GPS-enabled apps working on your Micromax A210?

Is there any debug information that you can provide? Can you put log statements in between and see how far the code runs? Are there any exceptions?

shethmanan commented 8 years ago

Thank you for your reply,

Yes it may be possible that it could be a device specific issue. I will test the app in other phone with same android versions and let you know the result.

On Wed, Jul 27, 2016 at 12:55 AM, Marco notifications@github.com wrote:

Thanks for your feedback!

Since it works on most other devices and API levels, could this be a device-specific issue with your Micromax A210?

Could you get another device with Android 4.0 or try this API level on the emulator?

Are other (third-party) GPS-enabled apps working on your Micromax A210?

Is there any debug information that you can provide? Can you put log statements in between and see how far the code runs? Are there any exceptions?

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/delight-im/Android-SimpleLocation/issues/7#issuecomment-235377171, or mute the thread https://github.com/notifications/unsubscribe-auth/ATsKYdW1_hhPEHsB94LVBMBJAdn3XZX9ks5qZl8cgaJpZM4JUU76 .

ocram commented 8 years ago

Closing due to inactivity