diff --git a/devices/barbet.json b/devices/barbet.json new file mode 100644 index 00000000..03f690a4 --- /dev/null +++ b/devices/barbet.json @@ -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" +} diff --git a/devices/bramble.json b/devices/bramble.json new file mode 100644 index 00000000..d515a700 --- /dev/null +++ b/devices/bramble.json @@ -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" +} diff --git a/devices/redfin.json b/devices/redfin.json new file mode 100644 index 00000000..f90ffc3f --- /dev/null +++ b/devices/redfin.json @@ -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" +} diff --git a/flashguide/barbet.txt b/flashguide/barbet.txt new file mode 100644 index 00000000..b8781f48 --- /dev/null +++ b/flashguide/barbet.txt @@ -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 diff --git a/flashguide/bramble.txt b/flashguide/bramble.txt new file mode 100644 index 00000000..b8781f48 --- /dev/null +++ b/flashguide/bramble.txt @@ -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 diff --git a/flashguide/redfin.txt b/flashguide/redfin.txt new file mode 100644 index 00000000..b8781f48 --- /dev/null +++ b/flashguide/redfin.txt @@ -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