This is the multi-page printable view of this section. Click here to print.

Return to the regular view of this page.

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

Steps

  1. Enable Developer Options:

    • Navigate to Settings > About phone.
    • Tap repeatedly on the Build number menu entry until developer mode is enabled.
  2. 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.
  3. Enter Bootloader Mode:

    • Turn off your device.
    • Hold the Power + Volume Down buttons together until the bootloader interface appears.
  4. Connect Device to Computer:

    • Use a USB cable to connect your device to the computer.
  5. 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
    
  6. Download the Factory Image:

  7. Prepare the Image:

    • Unzip the downloaded factory image to a known directory on your computer.
  8. Flash the Device:

    • Navigate to the directory where the image has been extracted.
    • Run the following command:
    ./flash-all.sh
    
  9. Re-lock the Bootloader:

    • Ensure that the flashing process is complete and successful.
    • Reboot into bootloader mode and run:
    fastboot flashing lock
    
  10. Complete Setup:

    • Your device will reboot. Follow on-screen instructions to setup your device.

Enjoy the new firmware on your Pixel device!