this post was submitted on 02 Jun 2024
26 points (100.0% liked)

technology

23180 readers
452 users here now

On the road to fully automated luxury gay space communism.

Spreading Linux propaganda since 2020

Rules:

founded 4 years ago
MODERATORS
 

I have an app for work that uses wifi scanning to track my location. It basically wants a location update every hour so it can geotag my location. If the data is too far apart between where I am and where I'm supposed to be, it creates a red flag.

Ive deduced its because of wifi scanning. Tried a GPS spoof which seemed to work once I turned off wifi and wifi scanning.

But now if I disable wifi scanning, the app insists I turn it back on and it refuses to work. Any feasible workarounds for this? Android device.

you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 12 points 3 months ago* (last edited 3 months ago)

software solutions might be tough to come by for this. if the app is determined enough it's going to be detectable (if the app isn't that sophisticated or the stakes aren't high that helps lol). Is rooting feasible?

if you spoofed gps and set up a pi or some other device to broadcast fake wifi networks that match the names and mac addresses of the location you're supposed to be at maybe you could fool location services.

or spoof gps and find some way to block/disable wifi detection besides the toggle so it falls back to the spoofed gps. maybe a little faraday bag, jammer, or some software fuckery that breaks wifi without toggling the specific setting they're checking for

ultimately its a losing battle because your phone is designed to be a highly resistant/flexible tracking device. Which makes it a useful tool, but the software is locked down so its not really under your control, and even if it was making changes is a lot of work