Installation Guide
BlackRocketOS Installation Guide with command line tools
Flashing Instructions for Pixel Devices
This document provides a guide for flashing Pixel devices. Follow these step-by-step instructions carefully to ensure successful installation of the new firmware.
Prerequisites
- Ensure you have all required Android Platform Tools installed on your computer.
Steps
-
Enable Developer Options:
- Navigate to
Settings > About phone
. - Tap repeatedly on the
Build number
menu entry until developer mode is enabled.
- Navigate to
-
Enable OEM Unlocking:
- Go to
Settings > System > Developer options
. - Toggle on the
OEM unlocking
setting. For devices sold as locked by carriers, this step requires internet access to verify the carrier lock status.
- Go to
-
Enter Bootloader Mode:
- Turn off your device.
- Hold the
Power + Volume Down
buttons together until the bootloader interface appears.
-
Connect Device to Computer:
- Use a USB cable to connect your device to the computer.
-
Unlock the Bootloader:
- Open a command prompt or terminal window in the platform-tools folder.
- Type the following command and hit enter:
fastboot flashing unlock
-
Download the Factory Image:
- Visit releases.blackrocket.space to obtain the appropriate image for your device.
-
Prepare the Image:
- Unzip the downloaded factory image to a known directory on your computer.
-
Flash the Device:
- Navigate to the directory where the image has been extracted.
- Run the following command:
./flash-all.sh
-
Re-lock the Bootloader:
- Ensure that the flashing process is complete and successful.
- Reboot into bootloader mode and run:
fastboot flashing lock
-
Complete Setup:
- Your device will reboot. Follow on-screen instructions to setup your device.
Enjoy the new firmware on your Pixel device!