Android 11 is currently available as a Beta version. In the article below, Mytour.vn will guide you through 3 methods to install Android 11 Beta on your phone. By installing Android 11 Beta on your phone to experience its new features early.
Devices Supporting Android 11 Beta
Below is a list of 8 devices supporting Android 11 Beta:
- Pixel 2
- Pixel 2 XL
- Pixel 3
- Pixel 3 XL
- Pixel 3a
- Pixel 3a XL
- Pixel 4
- Pixel 4 XL
How to Install Android 11 Beta on Your Phone
Method 1: Join the Early Beta Testing Program
The simplest way to download and install the Android 11 beta version is to enroll in the Android beta early testing program.
Follow the steps below:
Step 1: On your Pixel phone, access the Android Beta portal HERE
Step 2: Log in using your Google account, which should be the same Google account logged into on your phone.
Step 3: Scroll down to find the section Your eligible devices.
Step 4: Locate the device you wish to enroll in the Beta program, then click Opt in.
Step 5: Follow the on-screen instructions to accept the OTA (over-the-air) download.
Method 2: Installing Android 11 Beta using Android Flash Tool
Android Flash Tool is a web-based version of the ADB tool for developers, enabling users to install Android 11 Beta on their phones.
Step 1: Access the Android Flash Tool page HERE
Step 2: Allow the website to access ADB on your browser.
Step 3: On your Android phone, activate Developer Mode.
Step 4: Activate USB Debugging under Developer Settings
Step 5: Next, enable OEM Unlocking on your device.
Step 6: Connect your phone to the USB port on your computer.
Step 7: Select the device from the pop-up window displayed on the screen and follow the on-screen instructions to install Android 11 Beta.
Method 3: Flashing bootloader to install Android 11 Beta
Another way to install Android 11 Beta is by flashing the factory image.
Note: This method requires experience and knowledge of Android SDK (software development kit) and Terminal (on macOS and Linux) or Command Prompt (on Windows).
To download Android SDK, visit the Android Development homepage, or alternatively download it here.
The remaining files are adb and fastboot, which are located in the Platform Tools folder.
Activate Developer Settings and USB debugging
Step 1: Open the Settings app on your Android phone.
Step 2: Scroll down to find and tap About Phone.
Step 3: Find and tap Build number 7 times until a dialog box appears saying you are in Developer Mode.
Step 4: Go back to the Settings menu, find and tap System.
Step 5: Tap Advanced.
Step 6: Tap Developer options.
Step 7: Activate OEM Unlocking. Enter password or PIN to proceed.
Step 8: Activate OEM Debugging.
Unlocking the bootloader
On Pixel devices, Google provides an additional bootloader that users can unlock. If you want to manually flash software, you'll need to perform this step.
To unlock the bootloader, the first step is to boot into the bootloader. Power off your phone, then press and hold the Power button + Volume Down button to access the Bootloader Menu. Alternatively, you can run the commands below in a Terminal or Command Prompt window.
Run the command below to ensure your device is properly connected to the computer. If the command returns a string of characters, you can begin updating your device:
./adb devices
To access the bootloader menu, run the command below:
./adb reboot bootloader
At the bottom corner of the window, you will see information listed including the device lock status.
To unlock the bootloader and flash firmware image (not sideload update), run the commands below:
./fastboot flashing unlock
Note: Unlocking the bootloader will reset your device to its original manufacturer default state, meaning all data and settings on the device will be erased. Therefore, it is recommended to backup your device before proceeding.
After running the command above, a prompt will appear on the screen asking if you want to unlock the bootloader. If you are ready, press Volume Up button + Power button simultaneously to confirm unlocking the bootloader.
./fastboot reboot-bootloader
Flash stock image or OTA update
After unlocking the bootloader, the next step is to flash the new firmware. To find the image, visit the Android 11 Factory Images page (insert link), find your device, and download the latest image version.
link: https://developer.android.com/preview/download
Extract the files from the Platform Tools folder you downloaded (the folder containing adb and fastboot files) to avoid having to enter paths to individual files when flashing firmware.
To begin, make sure you are still in the bootloader menu, and double-check if the bootloader is unlocked.
Ensure that your computer and mobile devices are connected and functioning correctly by running the command below:
./fastboot devices
Perform flash Factory Image
Run the command below to flash the updated bootloader:
./fastboot flash bootloader [bootloader file].img
After the bootloader flash process completes, proceed to reboot into the bootloader menu to ensure everything is functioning correctly.
./fastboot reboot-bootloader
Continue by running the command below to flash the updated radios. Perform this step if you are updating firmware on a device with cellular radio integrated:
./fastboot flash radio [radio file].img
./fastboot reboot-bootloader
Finally, run the command below to flash the system image on your Android phone:
./fastboot -w update [image file].zip
After the command completes, your Android phone will automatically reboot as usual. At this point, the device screen will display a setup guide.
https://Mytour.vn/cach-cai-dat-android-11-beta-tren-dien-thoai-cua-ban-26995n.aspx
This article on Mytour.vn just guided you through 3 ways to install Android 11 Beta on your phone. Additionally, if you have any further questions or need clarification, readers can leave their comments below the article.
