Installation Steps

Installation Steps

SakataPrjkt`

Recovery Mode

- Boot to Recovery

- Wipe cache, dalvik-cache, data, metadata

- Flash ROM

- Format data (skip if you want to do a dirty flash, DWYOR)

- Reboot system


Fastboot Mode with PC

- Boot to Fastboot

- Connect Device to PC

- Extract Rom (ZIP)

- Double Tap the installer file

- Type Y, then Enter

- After the process is complete, the device will auto reboot


Fastboot Mode with Termux

- Prepare the second device to execute

- Extract ROM (ZIP)

- Install Termux and Termux:API

- Open Termux, then run command:

  $ pkg update && pkg upgrade

  $ pkg install android-tools

  $ termux-setup-storage

- Move to the extracted ROM directory (ex: cd /sdcard/ROM)

- Boot to Fastboot on the device to be flashed

- Connect your both device with OTG or Type-C cable

- Run command:

  $ sh termux_xxx.sh

- If a permission toast appears, then allow it

- Type Y, then Enter

- After the process is complete, the device will auto reboot

Report Page