g607

Pokemon Go Spoofing

for MOTO G4, Android 8

  1. install adb-setup, version >=1.4.3; this gives fastboot.exe, adb.exe
  2. unlock bootloader.
  3. in developer options (tap About phone > Build number multiple times), enable
    1. OEM unlocking
    2. USB debugging
    3. Select USB configuration = MTP (or File transfer)
    4. Advanced reboot (not required, but helpful when flashing ROM is needed)
  4. install magisk
    1. open a command window
    2. adb reboot bootloader Reboots your Android device into fastboot / bootloader mode.
    3. fastboot devices to see devices
    4. fastboot boot twrp-<version>.img to load twrp recovery (find img here: https://twrp.me/Devices/)
      • store the img file to a local folder on the PC, not on the phone
    5. copy Magisk-v24.3.zip or .apk from PC to device (https://github.com/topjohnwu/Magisk/releases)
    6. in twrp, install, select magisk apk, use default options, install & reboot
    7. open Magisk, settings > hide magisk app
    8. download root checker from Google Play, to check root
    9. download SafetyNet Test (by BITS Apps) from Google Play, to check network
  5. t9oubleshooting: SafetyNet Test failed response payload validation:
    1. enable Zygisk in the Magisk app’s options, do the same for the Denylist
    2. configure the Denylist with the apps you wish to hide root from (e.g. pokemon go)
    3. download Universal Safetynet Fix https://github.com/kdrag0n/safetynet-fix/releases
    4. install it as a module and reboot
  6. add Pokemon Go to Magisk’s denylist
  7. download Fake GPS Joystick & Routes Go
  8. install SmaliPatcher:
    1. download smali patcher,
      1. https://forum.xda-developers.com/t/module-smali-patcher-7-4.3680053/
      2. https://forum.xda-developers.com/m/fomey.1620550/#recent-content
    2. run it with admin permission.
    3. wait till the status says idle
    4. click ADB PATCH
    5. wait, a SmaliPatcherModule-....zip is created on PC
    6. copy the zip file to device
    7. open magisk, go to Modules, install the zip file
    8. reboot

Unlock bootloader

  1. find articles online, it differs on each device.

Flash ROM

  1. adb reboot bootloader Reboots your Android device into fastboot / bootloader mode.
  2. fastboot devices to see devices
  3. fastboot boot twrp-<version>.img to load twrp recovery
  4. use TWRP Advanced > ADB sideload
  5. on PC, run adb sideload <name of rom>.zip
  6. expected error: (47%) adb: failed to read command: No error, it’s not an error, continue
  7. reboot device

for OnePlus 6, Android 11

link: source; from: reddit; from: reddit

  1. install Magisk, enable Zygisk
  2. add LSposed to Magisk
  3. enable Hide Mock Location in LSposed
  4. turn off Google location accuracy
  5. install joystick app
  6. add SafetyNet to Magisk

for Redmi, Android 10

  1. download ROM: https://xiaomirom.com
  2. download MiFlash tool: https://xiaomiflashtool.com/ (or from other sources)
  3. flash the ROM

Locations