Edited 3 weeks ago by ExtremeHow Editorial Team
AndroidSoftware UpdatesMobileSmartphoneOperating SystemGoogleDevice ManagementDevice ConfigurationDevice CustomizationGoogle ServicesUser InterfacePerformance OptimizationDevice SecurityDevice SynchronizationDevice PerformanceApp UpdatesDevice SettingsSoftware InstallationSoftware MaintenanceAdvanced Features
This content is available in 7 different language
Installing a new version of Android on your smartphone or tablet can bring new life to your device. It can provide you with the latest features, improve performance, and fix security vulnerabilities. This article aims to guide you in detail on how to install a new version of Android. We will cover everything from checking for updates to manually installing a custom ROM if there is no official update available for your device.
To install the latest version of Android, you can take different steps depending on whether your device supports over-the-air (OTA) updates or you need to install a custom ROM. OTA updates are the simplest method, but not always available for older devices. Custom ROM installation offers more control, but also involves more risk.
Most Android devices receive updates over-the-air, which means they can be downloaded and installed directly from the Internet without the need for a computer. This method is the easiest and safest way to update your device, provided your manufacturer still supports it.
If your device is old and no longer receives updates, a custom ROM is your best option. Custom ROM is a modified version of Android developed by third-party developers. Installing a custom ROM requires technical skills, including unlocking the bootloader, and is risky as it can potentially brick your device.
Before you begin updating your Android device, there are several preliminary steps you need to take to avoid data loss and ensure a smooth process.
If something goes wrong while updating your phone, it can lead to data loss. It is important to back up all important data, including contacts, photos, videos, and app data. Google provides a backup service that can automatically sync your data to the cloud.
Settings → System → Backup → Turn on Back up to Google Drive
A halted update installation due to lack of power can seriously damage your Android system. Always make sure your device is at least 80% charged before starting the update process.
Downloading and installing new updates usually requires a lot of storage space. You may need to delete unnecessary files or applications to free up storage space prematurely.
Modern Android devices periodically check for updates and notify you when they are available. However, you can manually check for updates by going to Settings.
Settings → System → Advanced → System update → Check for update
If an update is available, you will see the option to download and install it. It is advisable to be connected to a stable Wi-Fi network during this process to avoid data charges and ensure stable downloads.
Once the update is downloaded, follow the on-screen instructions to install it. Your device will probably restart during the installation process, which may take a while.
For those who are adventurous enough to install a custom ROM, here is how they can do so.
The bootloader is a program that launches the operating system interface. Unlocking it is the first step to installing a custom ROM. Keep in mind that this process often voids the warranty and can potentially damage your device.
Before you can unlock your bootloader, you'll need to enable Developer Options.
Settings → About phone → Tap 'Build Number' seven times
Next, enable OEM unlocking:
Settings → System → Developer options → Enable 'OEM Unlocking'
You will need a computer to unlock the bootloader. This involves using the fastboot tool.
adb reboot bootloader fastboot oem unlock
Installing a third-party ROM requires a custom recovery like TWRP (Team Win Recovery Project). The custom recovery environment allows you to backup, wipe your system, and install new ROMs. An example command to flash a custom recovery is:
fastboot flash recovery <recovery-image>.img
To avoid problems, make sure the ROM is built specifically for your device model. Popular options include LineageOS and Pixel Experience.
After installing custom recovery restart your device into recovery mode.
Usually involves pressing Volume Down + Power Button simultaneously
Go to the 'Wipe' option in TWRP. Select 'Advanced Wipe', then choose 'Dalvik/ART Cache', 'System', 'Data' and 'Cache'. Swipe to wipe the selected partition.
Go back to the TWRP main menu, select 'Install', and navigate to the downloaded custom ROM zip file. Swipe to confirm flash.
After the ROM installation is complete, go back to the main menu and select 'Reboot' → 'System'. The first boot may take a while, so be patient.
Make sure everything works as expected. Check if the device is booting up correctly and if you see the new setup screen.
If you chose to manually install using a custom ROM, restore your data from a previously created backup. Connect to the internet and let your apps sync to recover data.
If your device is stuck in a boot loop, i.e. it is constantly rebooting, you may need to re-enter the recovery mode and wipe the data/cache again.
Make sure your custom ROM supports the network bands of your device. Sometimes flashing the correct modem firmware can fix network related issues.
New updates may recalibrate battery life. Give it a few days to stabilize, but if it persists, you may consider switching to a more stable ROM build.
Updating to a new version of Android, whether via an OTA update or a custom ROM, can offer many benefits. While the method you choose depends on your technical experience and the device you use, both methods can be beneficial. OTA updates are faster and less risky, while custom ROMs offer more control and new features. Remember to follow precautions such as backing up data and making sure your device has enough battery life before starting the process. With these guidelines, you are now ready to successfully update your Android device.
If you find anything wrong with the article content, you can