I need to flash the root zip I downloaded from Chainfire without having to install recovery like Clockworkmod. I have fastboot and adb and that's what I used to flash 4.4.4. This is for my Nexus 7 2013 Wifi. I have to leave in under 20 minutes, could someone write the correct fastboot command to do this
Answer
Step 1: Unlock the bootloader; fastboot oem unlock
This WILL wipe your device. Skip if already unlocked. Set up your device and put SuperSU.zip into it.
Step 2: Download the appropriate TWRP/CWM image for your device.
Step 3: Boot your phone into bootloader; adb reboot bootloader
while the device is on or hold the power button and the volume down button while the device is off.
Step 4: Make sure your device is detected by fastboot; fastboot devices
Step 5: Temporarily Boot into recovery; fastboot boot nameofrecovery.img
This will only boot the recovery, not install it.
Step 6: Flash the .zip file using the recovery and reboot.
You will have stock recovery and root access.
No comments:
Post a Comment