YAAP

Yet Another AOSP Project

YAAP Info | Project Penguin

Yet Another AOSP Project



Installation

Getting your computer ready

If you're on Windows:

  • Uninstall OnePlus drivers
  • Check for and install all Windows updates
  • Download Google's Platform Tools
  • Extract the Platform Tools .zip and remember where you put it

Getting your phone ready

  • You must first unlock the bootloader (Google this)

Payload Dump

Follow these steps closely:

  1. Download the latest YAAP build for your device.
  2. Download payload-dumper-go
  3. Go to your extracted Platform Tools folder and, while holding the Shift key, right-click and then open terminal
  4. Drag the payload-dumper-go file into the terminal, click in the terminal window, press the Spacebar, and then drag the YAAP .zip file into the terminal.
  5. Press enter and wait until the script is done.

Finally, installation

Follow these steps closely:

  1. Put your phone into fastboot/bootloader
  2. From the Payload Dump, locate the following files depending on your device:
    • (Hotdogb) recovery.img
    • (Other) boot.img
    Then be ready to drop this file in the terminal during the next step.
  3. Then, open a terminal and type the following, depending on your device:
    • (Hotdogb) fastboot flash recovery recovery.img
    • (Other) fastboot flash boot boot.img
    Then press enter and wait for the command to finish executing.
  4. Reboot to recovery by entering this command: fastboot reboot recovery
  5. In recovery, wipe system storage


Report Bugs


Magisk

Installing Magisk for the first time

  1. Get boot.img by using #payload_dumper
  2. Patch stock boot.img using the magisk app (copy it to your device)
  3. Flash on fastboot with fastboot flash boot magisk_patched_xxx.img

Update via OTA and retain Magisk

  • Just OTA as usual and when OTA is done (before rebooting) install from magisk app to inactive slot.

Pass Safetynet

  1. Fully add gms, gpay and play store to deny list
  2. clear storage for gpay and play store (if doesn't work after reboot in 3. also clear gms)
  3. Reboot

FAQs