crDroid Flashing Guide

crDroid Flashing Guide

Wodanesdag
  • Boot into Fastboot
  • Flash Recovery:
fastboot flash boot boot.img
  • Reboot to Recovery:
fastboot reboot recovery
  • Factory reset -> Format data/factory reset
  • Apply update -> Apply from ADB
adb sideload <name of zip>
  • (Optional) To install other packages such as Gapps, first reboot to Recovery
  • Advanced -> Reboot to recovery
  • Apply update -> Apply from ADB
adb sideload <name of package zip>
  • Reboot to System



Report Page