Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions devices/barbet.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"maintainer": "Bobby Panarisi (306bobby-android)",
"maintainerurl": "https://t.me/the306bobby",
"devicemodel": "Pixel 5a",
"codename": "barbet",
"supportgroupurl": "https://t.me/theredbullroom",
"donateurl1": "https://ko-fi.com/306bobby"
}
8 changes: 8 additions & 0 deletions devices/bramble.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"maintainer": "Bobby Panarisi (306bobby-android)",
"maintainerurl": "https://t.me/the306bobby",
"devicemodel": "Pixel 4a 5G",
"codename": "bramble",
"supportgroupurl": "https://t.me/theredbullroom",
"donateurl1": "https://ko-fi.com/306bobby"
}
8 changes: 8 additions & 0 deletions devices/redfin.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"maintainer": "Bobby Panarisi (306bobby-android)",
"maintainerurl": "https://t.me/the306bobby",
"devicemodel": "Pixel 5",
"codename": "redfin",
"supportgroupurl": "https://t.me/theredbullroom",
"donateurl1": "https://ko-fi.com/306bobby"
}
38 changes: 38 additions & 0 deletions flashguide/barbet.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
### Pre-installation:

* Ensure you are running the latest available stock ROM
* Optional gapps ([my Nikgapps variants](https://nikgapps.com/306bobby-android) optimized for Pixels or [official NikGapps variants](https://nikgapps.com/downloads))
* Recovery (from download page, recovery button)
* Google platform-tools (adb/fastboot)


### First time installation (clean flash):

* Step 1: Unlock bootloader and enable adb through developer settings
* Step 2: On PC enter

```
adb reboot bootloader
```
* Step 3: Now type the following command to unlock the bootloader (if necessary) and flash required images:

```
fastboot flashing unlock # If required
fastboot flash boot /path/to/boot.img
fastboot flash dtbo /path/to/dtbo.img
fastboot flash vendor_boot /path/to/vendor_boot.img
```
* Step 4: Using volume and power buttons, select "Reboot Recovery"
* Step 5: Wipe data. select Apply Update, then ADB sideload and type

```
adb sideload /path/to/ROM.zip
```
* Step 6: Reboot recovery and sideload any extras, then reboot device!

### Update installation:
* Step 1: boot phone into normal Android mode
* Step 2: Download update to phone or adb push from PC
* Step 3: Open Settings>System>Updater
* Step 4: Click the hamburger icon on the top right, then Local Update or download the available OTA, and apply
* Step 5: Stay on this page until reboot prompt OR if the update screen goes blank, reboot / switch slots in root app
38 changes: 38 additions & 0 deletions flashguide/bramble.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
### Pre-installation:

* Ensure you are running the latest available stock ROM
* Optional gapps ([my Nikgapps variants](https://nikgapps.com/306bobby-android) optimized for Pixels or [official NikGapps variants](https://nikgapps.com/downloads))
* Recovery (from download page, recovery button)
* Google platform-tools (adb/fastboot)


### First time installation (clean flash):

* Step 1: Unlock bootloader and enable adb through developer settings
* Step 2: On PC enter

```
adb reboot bootloader
```
* Step 3: Now type the following command to unlock the bootloader (if necessary) and flash required images:

```
fastboot flashing unlock # If required
fastboot flash boot /path/to/boot.img
fastboot flash dtbo /path/to/dtbo.img
fastboot flash vendor_boot /path/to/vendor_boot.img
```
* Step 4: Using volume and power buttons, select "Reboot Recovery"
* Step 5: Wipe data. select Apply Update, then ADB sideload and type

```
adb sideload /path/to/ROM.zip
```
* Step 6: Reboot recovery and sideload any extras, then reboot device!

### Update installation:
* Step 1: boot phone into normal Android mode
* Step 2: Download update to phone or adb push from PC
* Step 3: Open Settings>System>Updater
* Step 4: Click the hamburger icon on the top right, then Local Update or download the available OTA, and apply
* Step 5: Stay on this page until reboot prompt OR if the update screen goes blank, reboot / switch slots in root app
38 changes: 38 additions & 0 deletions flashguide/redfin.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
### Pre-installation:

* Ensure you are running the latest available stock ROM
* Optional gapps ([my Nikgapps variants](https://nikgapps.com/306bobby-android) optimized for Pixels or [official NikGapps variants](https://nikgapps.com/downloads))
* Recovery (from download page, recovery button)
* Google platform-tools (adb/fastboot)


### First time installation (clean flash):

* Step 1: Unlock bootloader and enable adb through developer settings
* Step 2: On PC enter

```
adb reboot bootloader
```
* Step 3: Now type the following command to unlock the bootloader (if necessary) and flash required images:

```
fastboot flashing unlock # If required
fastboot flash boot /path/to/boot.img
fastboot flash dtbo /path/to/dtbo.img
fastboot flash vendor_boot /path/to/vendor_boot.img
```
* Step 4: Using volume and power buttons, select "Reboot Recovery"
* Step 5: Wipe data. select Apply Update, then ADB sideload and type

```
adb sideload /path/to/ROM.zip
```
* Step 6: Reboot recovery and sideload any extras, then reboot device!

### Update installation:
* Step 1: boot phone into normal Android mode
* Step 2: Download update to phone or adb push from PC
* Step 3: Open Settings>System>Updater
* Step 4: Click the hamburger icon on the top right, then Local Update or download the available OTA, and apply
* Step 5: Stay on this page until reboot prompt OR if the update screen goes blank, reboot / switch slots in root app