There is this app that checks if you are at a certain spot before letting you scan a qr code. I want to skip the location check by modyfying the system calls for location and hardcoding a set of coordinates but when i do so it crashes as soon as i click scan qr.
I changed this
invoke-virtual {p0}, Landroid/location/Location;->getLongitude()D move-result-wide v1
to this
const-wide/high16 v1, 0xc0531f9e
and the same for latitude.
4