Skip to content

Latest commit

 

History

History
34 lines (29 loc) · 796 Bytes

README.md

File metadata and controls

34 lines (29 loc) · 796 Bytes

ChouChou

Payload for bootloader (lk) modification for Moto G13/G23 phones (penangf)

More info

screenshot.png

Features

  • Removes orange state
  • Spoofes verified state to green (Required to bypass SafetyNet / Play Integrity)
  • Blocks fastboot flash preloader
  • Blocks fastboot flashing lock
  • Adds fastboot oem help
  • Adds fastboot oem hexdump

Build

Arch Linux

  1. Install dependencies
    sudo pacman -S arm-none-eabi-newlib arm-none-eabi-gcc
  2. Run build
    cd payload; make; cd ..

Using

python3 patch_lk.py <YOUR LK> <PAYLOAD>

Example:

python3 patch_lk.py bin/lk.img payload/build/payload.bin