Mikotwa / FuckLocation

A simple xposed module that helps you fully control your location.
https://github.com/Xposed-Modules-Repo/fuck.location
GNU Affero General Public License v3.0
336 stars 72 forks source link

Not working on Android 11 #8

Open ThePieMonster opened 2 years ago

ThePieMonster commented 2 years ago

Installed this module using LSPosed, checked only System Framework, and rebooted.

Opened up Google Maps and my location still remains the same.

I did enter in coordinates and clicked save, granted root access. (No negative coordinates can be entered though).

Mikotwa commented 2 years ago

Just upload new version 1.1.0, would you like to have a try and figure out if it works for you?

ThePieMonster commented 2 years ago

Regarding the below image, what is "x" and "y". I assume "x" equals "Latitude". You should say "Latitude" instead of "x". Also, you should be able to enter a "-" sign for negative coordinates. You can not do this currently.

image image


Regarding the below image, what is "location whitelist"? Can we get a search feature so we can type the app name in instead of scrolling? When will "Test Settings" be completed"?

image


@Mikotwa What application are you using to test? Should I see Google Maps display my current location as the location entered in the application?

ThePieMonster commented 2 years ago

Tested out v1.2.1 today @Mikotwa @zypA13510

ezgif-7-1d27ec2d6b

Mikotwa commented 2 years ago

I still suggest you replace the coordinated variable text with lat and lon instead of x and y.

Good idea. Will do that in the next (few) version.

How are you testing your application? You should include testing instructions in the read me on github.

Basically, I'm using an Play application called Network Cell Info Lite. Testing instructions should coming out when Test Settings page is implemented.

Location whitelist setting needs a search and order feature

Yeah, coming soon (Priority of UI is pretty low for now, so it takes longer time)

Negative coordinates still do not work

v1.2.1.1 should works for now.

Mikotwa commented 2 years ago

v1.3.2.1 does some changes to improve experiences on Android 11. Would you like to have a try and see if it solves your problem? Thanks.

ThePieMonster commented 2 years ago

@Mikotwa v1.2.3.5 is the latest version I was able to download from the store.

App crashes when trying to save a negative decimal.

Also want to point out that the version number should really only be 3 digits and not 4. IE: v1.3.2 and not v1.3.2.1. There really isn't a need to have a fourth digit here.

Mikotwa commented 2 years ago

v1.2.5 merge some codes to crush this bug. Is it helps?

ThePieMonster commented 2 years ago

No. Still crashes. Have you tried testing this yourself before pushing code? @Mikotwa

zypA13510 commented 2 years ago

App crashes when trying to save a negative decimal.

v1.2.1.1 worked for me. In my case, I have to reboot after changing the coordinates. Also, I have disabled location accuracy (using Bluetooth and Wi-Fi to determine your location).

After upgrading, it starts crashing. I have to remove the entire config folder, rather than changing ownership as mentioned here. But the new version does not correctly mock location on my device. Guess that's a separate issue.

v1.2.3.5 is the latest version I was able to download from the store.

You can tap "Show older versions" in the releases tab.

ThePieMonster commented 2 years ago

@zypA13510 Thanks for the info. I removed /data/system/fuck_location_test and uninstalled the app. Will come back and test once there is some more improvements as the app seems to have a lot of issues currently.