mcastillof / FakeTraveler

Fake where your phone is located (Mock location for Android).
GNU General Public License v3.0
356 stars 79 forks source link

Bug report; I couldn't locate the settings to enable the developer options needed to use the app #22

Open cckole opened 5 years ago

cckole commented 5 years ago

Actual behavior

When I long press on the location I wanted to fake on the map and clicked on 'Apply', I got a message which says " Mock location not applied. You must enable developer option settings. Service stopped". I tried to locate the developer option but it isn't available on the screen.

Expected behavior

I should be able to locate the developer option on the screen. Developer option allows you to configure system behavior in other to profile and debug your app performance. The app cannot work without turning on the developer option so, my expectation was to be able to locate developer option and toggle it on enable me apply my mock location.

How to reproduce

As stated in the developer Android studio( the link you dropped in the read me file). "the developer option will be available by default on Android 4.1 and below and Android above 4.1 will have to go through some steps to locate the developer option through the app settings. I couldn't see anything like that on my device

Device used - Tekno spark

Version - Android 7.0

Reproducing the bug

https://youtu.be/Uxr6YM35lB0

mcastillof commented 5 years ago

Hello @cckole

I think you are missing a step in your Android. First you have to enable Developer Options in your phone. To do that, you have to tap 'Build Number' 7 times. Then, you will have the new menu Developer Options, where you will find the 'mock location' option.

The following image shows all the steps, it was taken from https://developer.android.com/studio/debug/dev-options?hl=en-419

Screenshot from 2019-03-28 09-18-22

cckole commented 5 years ago

Thank you @mcastillof. I got it. I was able to turn on the developer option but the mock location stops after running for some time.