?> Nameless AOSP Archives - AddROM Bypass FRP https://addrom.org/tag/nameless-aosp/ Tue, 12 Mar 2024 06:00:23 +0000 en-US hourly 1 https://wordpress.org/?v=7.0.1 https://addrom.org/wp-content/uploads/2024/02/cropped-addROM-icon-32x32.jpg Nameless AOSP Archives - AddROM Bypass FRP https://addrom.org/tag/nameless-aosp/ 32 32 How To Install Custom ROM On OnePlus 9 https://addrom.org/how-to-install-custom-rom-on-oneplus-9/ https://addrom.org/how-to-install-custom-rom-on-oneplus-9/#respond Tue, 27 Feb 2024 07:48:55 +0000 https://addrom.org/?p=5544 How To Install Custom ROM On OnePlus 9 Nameless AOSP is based on Android Open Source Project, inspired by Google Pixel. We offer a smooth and stable experience for your device with a selected set of amazing features that provide an exceptional user experience. Featured​ Nameless AOSP offers many improvements to the stock Android experience: Better performance Clean UI design Under-the-hood tweaks Privacy and security Customization Default experience It also keeps what you’re used to on stock: SafetyNet passing out-of-the-box without root Some Pixel-exclusive features Download Android 13 (OOS13 based) Latest build Nameless-AOSP_lemonade-13.0-20230114-0755-Official (SourceForge) Images do.img vendor_boot.img boot.img Android 13 (OOS12 […]

The post How To Install Custom ROM On OnePlus 9 appeared first on AddROM Bypass FRP.

]]>
How To Install Custom ROM On OnePlus 9

Nameless AOSP is based on Android Open Source Project, inspired by Google Pixel. We offer a smooth and stable experience for your device with a selected set of amazing features that provide an exceptional user experience.

Nameless AOSP offers many improvements to the stock Android experience:

  • Better performance
  • Clean UI design
  • Under-the-hood tweaks
  • Privacy and security
  • Customization
  • Default experience

It also keeps what you’re used to on stock:

  • SafetyNet passing out-of-the-box without root
  • Some Pixel-exclusive features

Android 13 (OOS13 based)

Android 13 (OOS12 based)

How to install

NOTE:
Dirty flashing from OOS12 based version is fine. The required firmware is included in the ROM.
DANGER:
- When coming from OOS to Nameless-AOSP OOS13 based ROM you need to have OOS13 installed.
- For OOS12 based build the required firmware is C.62-C.65 IN BOTH SLOTS! DO NOT SKIP THIS!
  • Working brains, common sense, lots of coffee
  • Latest platform-tools
  • Google USB driver
  • Developer options enabled: Settings -> About phone -> Tap Build number at the bottom seven (7) times
  • ADB enabled: Settings -> System -> Developer options -> USB debugging
  • Required images: dtbo.img, vendor_boot.img, boot.img (put these in the same folder with platform-tools)
  • Get images from downloads page
  • ROM zip (put it in the same folder with platform-tools)
  • Unlocked bootloader
NOTE:
If you are currently on OOS11 it's better to unlock bootloader before updating to OOS12. For unknown reason some devices cannot be unlocked in OOS12.
  1. Reboot your phone to fastboot mode
  2. Open cmd and go to the folder where platform tools are (DO NOT USE POWERSHELL!)
  3. Enter the following commands by copypasting one by one:
fastboot flash dtbo dtbo.img
fastboot flash vendor_boot vendor_boot.img
  1. Temporarily flash recovery:
fastboot flash boot boot.img
  1. Reboot your phone to recovery mode, click “Install update” -> “ADB Sideload”
  2. In cmd enter command:
adb sideload Nameless-AOSP_xxx.zip
  1. Wait until your device shows Step 2/2 and back arrow appears. Click back arrow, then click “Factory reset” -> “Format data/factory reset” -> “Format data
INFO:
Progress on your pc will stop at around 47%. It is normal behaviour.
  1. Click the back arrow in recovery, then click “Reboot to system“ (custom ROM on OnePlus 9).

The post How To Install Custom ROM On OnePlus 9 appeared first on AddROM Bypass FRP.

]]>
https://addrom.org/how-to-install-custom-rom-on-oneplus-9/feed/ 0
How to Install Custom ROM On OnePlus 8 https://addrom.org/how-to-install-custom-rom-on-oneplus-8/ https://addrom.org/how-to-install-custom-rom-on-oneplus-8/#respond Wed, 21 Feb 2024 14:08:18 +0000 https://addrom.org/?p=5588 How to Install Custom ROM On OnePlus 8 (custom ROM on OnePlus 8) Nameless AOSP is based on Android Open Source Project, inspired by Google Pixel. We offer a smooth and stable experience for your device with a selected set of amazing features that provide an exceptional user experience. Featured:​ Nameless AOSP offers many improvements to the stock Android experience: Better performance Clean UI design Under-the-hood tweaks Privacy and security Customization Default experience It also keeps what you’re used to on stock: SafetyNet passing out-of-the-box without root Some Pixel-exclusive features Download Android 13 (OOS13 based): Latest build: Nameless-AOSP_instantnoodle-13.0-20230114-0929-Official (SourceForge) Nameless-AOSP_instantnoodle-13.0-20230114-0929-Official (GDrive) Images: […]

The post How to Install Custom ROM On OnePlus 8 appeared first on AddROM Bypass FRP.

]]>
How to Install Custom ROM On OnePlus 8

(custom ROM on OnePlus 8) Nameless AOSP is based on Android Open Source Project, inspired by Google Pixel. We offer a smooth and stable experience for your device with a selected set of amazing features that provide an exceptional user experience.

Nameless AOSP offers many improvements to the stock Android experience:

  • Better performance
  • Clean UI design
  • Under-the-hood tweaks
  • Privacy and security
  • Customization
  • Default experience

It also keeps what you’re used to on stock:

  • SafetyNet passing out-of-the-box without root
  • Some Pixel-exclusive features

Android 13 (OOS13 based):

Android 13 (OOS12 based):

Android 12.1:

How to install

DANGER:
For OOS12 based build the required firmware is C.33-C.36 IN BOTH SLOTS! DO NOT SKIP THIS!
NOTE:
- OnePlus 8 users can dirty flash from OOS12 to OOS13. The required firmware is included in the ROM.
- If you are currently on OOS11 it's better to unlock bootloader before updating to OOS12. For unknown reason some devices cannot be unlocked in OOS12.
  • Working brains, common sense, lots of coffee
  • Latest platform-tools
  • Google USB driver
  • Developer options enabled: Settings -> About phone -> Tap Build number at the bottom seven (7) times
  • ADB enabled: Settings -> System -> Developer options -> USB debugging
  • Required images: boot.img, vbmeta.img, vbmeta_system.img and recovery.IMG (put these in the same folder with platform-tools)
  • Get images from SourceForge
  • ROM zip (put it in the same folder with platform-tools)
  • Unlocked bootloader

Let do it

  1. Reboot your phone to fastboot mode
  2. Open cmd and go to the folder where platform tools are (DO NOT USE POWERSHELL!)
  3. Enter the following commands by copypasting one by one:
fastboot flash boot boot.img
fastboot flash --disable-verity --disable-verification vbmeta vbmeta.img
fastboot flash --disable-verity --disable-verification vbmeta_system vbmeta_system.img
fastboot flash recovery recovery.img
  1. Reboot your phone to recovery mode, click “Install update” -> “ADB Sideload”
  2. In cmd enter command:
adb sideload Nameless-AOSP_xxx.zip
  1. Wait until your device shows Step 2/2 and back arrow appears. Click back arrow, then click “Factory reset” -> “Format data/factory reset” -> “Format data” (custom ROM on OnePlus 8).
INFO:
Progress on your pc will stop at around 47%. It is normal behaviour. Click back arrow in recovery, then click "Reboot to system"

The post How to Install Custom ROM On OnePlus 8 appeared first on AddROM Bypass FRP.

]]>
https://addrom.org/how-to-install-custom-rom-on-oneplus-8/feed/ 0
Custom ROM For OnePlus 9 Pro https://addrom.org/custom-rom-for-oneplus-9-pro/ https://addrom.org/custom-rom-for-oneplus-9-pro/#respond Tue, 20 Feb 2024 08:55:17 +0000 https://addrom.org/?p=5571 Custom ROM For OnePlus 9 Pro? (Custom ROM For OnePlus 9 Pro) Nameless AOSP is based on Android Open Source Project, inspired by Google Pixel. We offer a smooth and stable experience for your device with a selected set of amazing features that provide an exceptional user experience. Featured​ Nameless AOSP offers many improvements to the stock Android experience: Better performance Clean UI design Under-the-hood tweaks Privacy and security Customization Default experience It also keeps what you’re used to in stock: SafetyNet passing out-of-the-box without root Some Pixel-exclusive features Download Android 13 (OOS13 based) Latest build Nameless-AOSP_lemonadep-13.0-20230114-0655-Official (SourceForge) Images vendor_boot.img […]

The post Custom ROM For OnePlus 9 Pro appeared first on AddROM Bypass FRP.

]]>
Custom ROM For OnePlus 9 Pro?

(Custom ROM For OnePlus 9 Pro) Nameless AOSP is based on Android Open Source Project, inspired by Google Pixel. We offer a smooth and stable experience for your device with a selected set of amazing features that provide an exceptional user experience.

Nameless AOSP offers many improvements to the stock Android experience:

  • Better performance
  • Clean UI design
  • Under-the-hood tweaks
  • Privacy and security
  • Customization
  • Default experience

It also keeps what you’re used to in stock:

  • SafetyNet passing out-of-the-box without root
  • Some Pixel-exclusive features

Android 13 (OOS13 based)

Android 13 (OOS12 based)

Android 12.1

How to install

NOTE:
Dirty flashing from OOS12 based version is fine. The required firmware is included in the ROM.
DANGER:
- When coming from OOS to Nameless-AOSP OOS13 based ROM you need to have OOS13 installed.
- For OOS12 based build the required firmware is C.62-C.65 IN BOTH SLOTS! DO NOT SKIP THIS!
  • Working brains, common sense, lots of coffee
  • Latest platform-tools
  • Google USB driver
  • Developer options enabled: Settings -> About phone -> Tap Build number at the bottom seven (7) times
  • ADB enabled: Settings -> System -> Developer options -> USB debugging
  • Required images: dtbo.img, vendor_boot.img, boot.img (put these in the same folder with platform-tools)
  • Get images from the downloads page
  • ROM zip (put it in the same folder with platform-tools)
  • Unlocked bootloader
NOTE:
If you are currently on OOS11 it's better to unlock bootloader before updating to OOS12. For unknown reason some devices cannot be unlocked in OOS12.
  1. Reboot your phone to fastboot mode
  2. Open cmd and go to the folder where platform tools are (DO NOT USE POWERSHELL!)
  3. Enter the following commands by copypasting one by one:
fastboot flash dtbo dtbo.img
fastboot flash vendor_boot vendor_boot.img
  1. Temporarily flash recovery:
fastboot flash boot boot.img
  1. Reboot your phone to recovery mode, click “Install update” -> “ADB Sideload”
  2. In cmd enter the command:
adb sideload Nameless-AOSP_xxx.zip
  1. Wait until your device shows Step 2/2 and the back arrow appears. Click the back arrow, then click “Factory reset” -> “Format data/factory reset” -> “Format data
INFO:
Progress on your pc will stop at around 47%. It is normal behaviour.
  1. Click the back arrow in recovery, then click “Reboot to system“ (Custom ROM For OnePlus 9 Pro).

The post Custom ROM For OnePlus 9 Pro appeared first on AddROM Bypass FRP.

]]>
https://addrom.org/custom-rom-for-oneplus-9-pro/feed/ 0
How To Install Custom ROM On OnePlus 8 Pro https://addrom.org/custom-rom-on-oneplus-8-pro/ https://addrom.org/custom-rom-on-oneplus-8-pro/#respond Tue, 20 Feb 2024 08:19:44 +0000 https://addrom.org/?p=5578 How To Install Custom ROM On OnePlus 8 Pro (Custom ROM on OnePlus 8 Pro)Nameless AOSP is based on Android Open Source Project, inspired by Google Pixel. We offer a smooth and stable experience for your device with a selected set of amazing features that provide an exceptional user experience. The OnePlus 8 Pro is a flagship smartphone known for its exceptional performance and cutting-edge features. One crucial aspect of any smartphone is its ROM (Read-Only Memory), which plays a significant role in its functionality and user experience. Let’s delve into the ROM details of the OnePlus 8 Pro and […]

The post How To Install Custom ROM On OnePlus 8 Pro appeared first on AddROM Bypass FRP.

]]>
How To Install Custom ROM On OnePlus 8 Pro

(Custom ROM on OnePlus 8 Pro)Nameless AOSP is based on Android Open Source Project, inspired by Google Pixel. We offer a smooth and stable experience for your device with a selected set of amazing features that provide an exceptional user experience.

The OnePlus 8 Pro is a flagship smartphone known for its exceptional performance and cutting-edge features. One crucial aspect of any smartphone is its ROM (Read-Only Memory), which plays a significant role in its functionality and user experience. Let’s delve into the ROM details of the OnePlus 8 Pro and uncover what makes it stand out in the crowded smartphone market.

Nameless AOSP offers many improvements to the stock Android experience:

  • Better performance
  • Clean UI design
  • Under-the-hood tweaks
  • Privacy and security
  • Customization
  • Default experience

It also keeps what you’re used to in stock:

  • SafetyNet passing out-of-the-box without root
  • Some Pixel-exclusive features

Android 13 (OOS13 based)

Android 13 (OOS12 based)

Android 12.1

How to install

DANGER:
For OOS12 based build the required firmware is C.33-C.36 IN BOTH SLOTS! DO NOT SKIP THIS!
NOTE:
- OnePlus 8 Pro users can dirty flash from OOS12 to OOS13. The required firmware is included in the ROM.
- If you are currently on OOS11 it's better to unlock bootloader before updating to OOS12. For unknown reason some devices cannot be unlocked in OOS12.
  • Working brains, common sense, lots of coffee
  • Latest platform-tools
  • Google USB driver
  • Developer options enabled: Settings -> About phone -> Tap Build number at the bottom seven (7) times
  • ADB enabled: Settings -> System -> Developer options -> USB debugging
  • Required images: boot.img, vbmeta.img, vbmeta_system.img and recovery.IMG (put these in the same folder with platform-tools)
  • Get images from SourceForge
  • ROM zip (put it in the same folder with platform-tools)
  • Unlocked bootloader

Let’s do it (Custom ROM on OnePlus 8 Pro):

  1. Reboot your phone to fastboot mode
  2. Open cmd and go to the folder where platform tools are (DO NOT USE POWERSHELL!)
  3. Enter the following commands by copypasting one by one:
fastboot flash boot boot.img
fastboot flash --disable-verity --disable-verification vbmeta vbmeta.img
fastboot flash --disable-verity --disable-verification vbmeta_system vbmeta_system.img
fastboot flash recovery recovery.img
  1. Reboot your phone to recovery mode, click “Install update” -> “ADB Sideload”
  2. In cmd enter the command:
adb sideload Nameless-AOSP_xxx.zip
  1. Wait until your device shows Step 2/2 and the back arrow appears. Click the back arrow, then click “Factory reset” -> “Format data/factory reset” -> “Format data”
INFO:
Progress on your pc will stop at around 47%. It is normal behaviour. Click back arrow in recovery, then click "Reboot to system"

The post How To Install Custom ROM On OnePlus 8 Pro appeared first on AddROM Bypass FRP.

]]>
https://addrom.org/custom-rom-on-oneplus-8-pro/feed/ 0
How to Install Custom ROM on OnePlus 8T/9R https://addrom.org/custom-rom-on-oneplus-8t-9r/ https://addrom.org/custom-rom-on-oneplus-8t-9r/#respond Wed, 14 Feb 2024 14:02:41 +0000 https://addrom.org/?p=5583 How to Install Custom ROM on OnePlus 8T/9R? Nameless AOSP is based on Android Open Source Project, inspired by Google Pixel. We offer a smooth and stable experience for your device with a selected set of amazing features that provide an exceptional user experience. Featured​ Nameless AOSP offers many improvements on the stock Android experience: Better performance Clean UI design Under-the-hood tweaks Privacy and security Customization Default experience It also keeps what you’re used to on stock: SafetyNet passing out-of-the-box without root Some Pixel-exclusive features Download Android 13 (OOS13 based) Latest build Nameless-AOSP_kebab-13.0-20230114-1344-Official (SourceForge) Nameless-AOSP_kebab-13.0-20230114-1344-Official (GDrive) Images boot. img vbmeta. img vbmeta_system.img […]

The post How to Install Custom ROM on OnePlus 8T/9R appeared first on AddROM Bypass FRP.

]]>
How to Install Custom ROM on OnePlus 8T/9R?

Nameless AOSP is based on Android Open Source Project, inspired by Google Pixel. We offer a smooth and stable experience for your device with a selected set of amazing features that provide an exceptional user experience.

Nameless AOSP offers many improvements on the stock Android experience:

    • Better performance
    • Clean UI design
    • Under-the-hood tweaks
    • Privacy and security
    • Customization
    • Default experience

It also keeps what you’re used to on stock:

    • SafetyNet passing out-of-the-box without root
    • Some Pixel-exclusive features

Android 13 (OOS13 based)

Android 13 (OOS12 based)

Android 12.1

How to install

DANGER:
Required firmware for OOS13 based builds:
- 8T: F13 or newer
- 9R: F19 or newer

DO NOT SKIP THIS!
If you are going to dirty flash from OOS12 based build, you need to update your firmware first. Wishmasterflo has made a firmware flasher that checks the RAM type for you and flashes the firmware to both slots. You can download the firmwares from here:
- 8T firmwares
- 9R firmwares
DANGER:
For OOS12 based build the required firmware is C.33-C.36 IN BOTH SLOTS! DO NOT SKIP THIS!
    • Working brains, common sense, lots of coffee
    • Latest platform-tools
    • Google USB driver
    • Developer options enabled: Settings -> About phone -> Tap Build number at the bottom seven (7) times
    • ADB enabled: Settings -> System -> Developer options -> USB debugging
    • Required images: boot.img, vbmeta.img, vbmeta_system.img and recovery.IMG (put these in the same folder with platform-tools)
    • Get images from SourceForge
    • ROM zip (put it in the same folder with platform-tools)
    • Unlocked bootloader

Let do it

    1. Reboot your phone to fastboot mode
    2. Open cmd and go to the folder where platform tools are (DO NOT USE POWERSHELL!)
    3. Enter the following commands by copypasting one by one:
fastboot flash boot boot.img
fastboot flash --disable-verity --disable-verification vbmeta vbmeta.img
fastboot flash --disable-verity --disable-verification vbmeta_system vbmeta_system.img
fastboot flash recovery recovery.img
    1. Reboot your phone to recovery mode, click “Install update” -> “ADB Sideload”
    2. In cmd enter the command:
adb sideload Nameless-AOSP_xxx.zip
    1. Wait until your device shows Step 2/2 and the back arrow appears. Click the back arrow, then click “Factory reset” -> “Format data/factory reset” -> “Format data” (Custom ROM on OnePlus 8T/9R).
INFO:
Progress on your pc will stop at around 47%. It is normal behaviour. Click back arrow in recovery, then click "Reboot to system"

The post How to Install Custom ROM on OnePlus 8T/9R appeared first on AddROM Bypass FRP.

]]>
https://addrom.org/custom-rom-on-oneplus-8t-9r/feed/ 0