DerpFest 14 - Installation Instructions for Spacewar

DerpFest 14 - Installation Instructions for Spacewar

@davidev985

Instructions:


- Unlock the bootloader if you still haven't done that (there's really easy guides on XDA)


Connect your phone to the pc and, after moving into the folder where you downloaded the files:

- Reboot into bootloader:

adb reboot bootloader

- Once inside bootloader, type:

fastboot flash boot boot.img

fastboot flash vendor_boot vendor_boot.img

- From fastboot, select "Recovery Mode" with volume buttons and press power button once to reboot into recovery

- Once in recovery, format data and then:

- Select "Install/Apply Update" and then "ADB Sideload"

- Sideload the build by typing:

adb sideload <name of the zip file (without brackets)>


TIP: instead of typing the name of the zip file, you can also just drag and drop the file on top of the command prompt window after having typed "adb sideload ".


- Reboot to system and enjoy DerpFest!

Report Page