Achmad Syaiful Bahri
Posts: 0
Joined: Mon Sep 01, 2014 10:42 am

Debuging on android device

Hi,

I'm new in this. I've created an app that executes geo location. The geo location services is run smooth when I tested on web debuger(mobile preview), but when I tried to run the app on android device, why the geo location service cannot recognize the location of the device and the gps on android is on?

obullei
Posts: 0
Joined: Thu Jun 05, 2014 12:17 am

Debuging on android device

Hello!

You can debug it using Weinre:
http://devcenter.appery.io/documentat...

Achmad Syaiful Bahri
Posts: 0
Joined: Mon Sep 01, 2014 10:42 am

Debuging on android device

Hi Ariana, thank you for your answer

I've tried use Wienre but it seems the geolocation service still not run on android devices. I tried on different devices with different version of OS and I still can't get the location of the device.

Regards,
Bahri

Maryna Brodina
Posts: 0
Joined: Thu Apr 05, 2012 7:27 am

Debuging on android device

Hello!

Please post a screenshot of your geolocation service settings.

Achmad Syaiful Bahri
Posts: 0
Joined: Mon Sep 01, 2014 10:42 am

Debuging on android device

these are my geoloc data mapping
Image

Image

Yurii Orishchuk
Posts: 0
Joined: Fri Feb 14, 2014 8:20 am

Debuging on android device

Hi Achmad,

You have 5000(5s) value in timeout request field. That means if GPS location service for this time not gives coordinates service will trigger an error. So you should increase this value. Set 540000 value.

See details: http://prntscr.com/4jr0vf/direct

Regards.

Return to “Issues”