# Preparing Your Pixel & Entering Fastboot Mode

### Step 1: Enable Developer Mode

1. Open your phone’s **Settings** app.
2. Scroll down and tap **About phone**.
3. Find **Build number**.
4. Tap **Build number** 7 times quickly.
5. Enter your device PIN or password if prompted.
6. You will see a message: **“You are now a developer!”**

<figure><img src="/files/gyOkGWp4AMT2Bvi8rl6b" alt="" width="164"><figcaption></figcaption></figure>

### Step 2: Enable OEM Unlocking

1. Go back to **Settings**.
2. Tap **System > Developer options**.
3. Scroll down and toggle **OEM Unlocking** ON.
4. Confirm the warning and enter your PIN if required.

{% hint style="warning" %}
If this is your first time powering on the phone and **OEM Unlocking is unavailable or greyed out**, make sure the device is connected to the internet (Wi-Fi or mobile data) and wait a few minutes.
{% endhint %}

### Step 3: Enable USB Debugging

1. While still in **Developer options**, locate **USB Debugging**.
2. Toggle it ON.

{% hint style="success" %}
Your device is now ready for bootloader access.
{% endhint %}

### Step 4: Enter Fastboot Mode

To proceed with installation, the device must be placed into **Fastboot mode**.

#### Manual Method

1. Power off your device completely.
2. Once powered off, press and hold the following buttons at the same time:\
   **Power + Volume Down**
3. Keep holding both buttons until the **Fastboot mode screen** appears.

<figure><img src="/files/kDgswntZfAbDWKm5tVFP" alt="" width="164"><figcaption></figcaption></figure>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://conectum-portal.gitbook.io/conectum-portal-documentation/flash-castrum-os/preparing-your-pixel-and-entering-fastboot-mode.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
