Android 5.0 Lollipop was a revolutionary update for Google's mobile platform, introducing material design, improved performance and function Runtime ART. Despite the fact that almost a decade has passed since its release, many users are still looking for ways to install this version on old devices - be it nostalgia, compatibility with specific software, or experiments with retro technology.
In this article we will analyze all the current installation methods Android 5 Lollipop: from official updates (if they are still available) to manual flashing via custom recovery and ADB. We will pay special attention to preparing the device, choosing the correct firmware and solving common errors. If your gadget has never received Lollipop from the manufacturer, no problem: we will show you how to bypass this limitation with minimal risks.
Preparing the device for installing Android 5.0
Before you start flashing the firmware, you need to make sure that your device meets the minimum requirements Android 5 Lollipop. Google officially announced support for devices with:
- ๐น 1 GB of RAM (recommended 1.5+ GB for smooth operation)
- ๐น 8 GB of internal memory (including system space)
- ๐น Processor on architecture ARMv7 or newer (for example, Qualcomm Snapdragon 400/600/800, Mediatek MT65xx)
- ๐น Unlocked bootloader (for unofficial firmware)
If your device is older 2012, check its compatibility on forums like XDA Developers or 4PDAFor example, Samsung Galaxy S3 (i9300) or Nexus 4 they officially received Lollipop, but Galaxy S2 only through custom builds.
Required steps before flashing:
- Back up your data via
adb backupor an application like Titanium Backup (root access required). - Charge the battery up to 80% and more โthe process may take up to an hour.
- Download drivers for your device (for example, Samsung USB Drivers or Google USB Driver).
- Make sure that
ADBandFastbootare installed on your PC (included in Android SDK Platform Tools).
โ ๏ธ Attention: Custom software firmware will void the warranty (if it is still valid) and may cause damage to the device. On some models (for example, with a locked bootloader), incorrect actions will make recovery impossible without service equipment. Attention: to bricking. data-i="76">Official update to Android 5.0 Lollipop "briku" devices. On some models (for example, Sony Xperia with a locked bootloader), incorrect actions will make recovery impossible without service equipment.
Official update to Android 5.0 Lollipop
If your device initially supported Lollipopbut for some reason did not update automatically, try starting the process manually. This method is the safest, since the firmware is signed by the manufacturer and tested for compatibility.
How to check availability. updates:
- Go to
Settings โ About phone โ System update. - Tap
Check for updates. - If an update is available, follow the on-screen instructions (usually requires a Wi-Fi connection and enough free space).
For some devices (for example, Nexus 5 or Motorola Moto G 2014) you can download full image. firmware from the manufacturer's website and install it via ADB sideloadLinks to official images:
- ๐ Google Nexus: developers.google.com/android/images
- ๐ Samsung: through the app Samsung Smart Switch or Frija (to download firmware by model).
| Manufacturer | Models with Lollipop support | Method updates |
|---|---|---|
| Nexus 4, 5, 6, 7 (2012/2013), 9, 10 | OTA or manual firmware via fastboot |
|
| Samsung | Galaxy S4/S5, Note 3/4, Tab S | Via Smart Switch or Odin |
| Xiaomi | Mi 3, Mi 4, Redmi Note 4G | Via Mi Flash Tool (bootloader unlock required) |
| LG | G2, G3, Nexus 5 | Via LG Bridge or ADB sideload |
โ ๏ธ Attention: On devices with locked bootloader (for example, most smartphones Huawei or Meizu) an official update may be the only safe option. Trying to flash custom software. will lead to an error FAILED (remote: Command not allowed).
Installing custom firmware based on Android 5.0
If the official update is not available, the option remains with custom firmware. Popular builds based on Lollipop:
- ๐ฑ LineageOS 12.1 (unofficial ports for older devices)
- ๐ฑ Resurrection Remix (with additional functions)
- ๐ฑ CyanogenMod 12/12.1 (outdated, but stable)
- ๐ฑ OmniROM (minimalistic firmware)
Step-by-step guide for installation via TWRP:
- Unlock bootloader (for most devices:
fastboot oem unlock). - Install TWRP Recovery via
fastboot flash recovery twrp.img. - Download the firmware (for example, from XDA Developers) and GApps (Google services package for Lollipop).
- Boot into TWRP (usually
Volume Up + Power). - Run
Wipe โ Advanced Wipe(check Dalvik, Cache, System, Data). - Install the firmware and GApps via
Install. - Reboot (the first launch may take 10-15 minutes).
Download firmware and GApps for your model|
Check the TWRP version (must support Android 5.x)|
Disable antivirus on PC (may block fastboot)|
Connect the device to the rear USB port (for stability)-->
Critical detail: firmware for Android 5.0 often require a specific version radio modem (for example, Samsung Galaxy S3 you need modem firmware XXUGNG3installing an unsuitable modem will lead to loss). network or inability to make calls.
Solving common installation errors
Even if you follow the instructions exactly, errors may occur. Let's look at the most common ones:
| Error | Cause | Solution |
|---|---|---|
E: Error executing updater binary |
Incompatible version TWRP or damaged ZIP file | Update recovery or download the firmware again |
Status 7 |
The firmware is not suitable for your model | Check ro.product.device in build.prop |
| Stuck on the logo | Missing GApps or incompatible kernel | Reflash with a full wipe or install another kernel |
Fastboot mode start no reaction |
Incorrect drivers or damaged cable | Try another USB port or cable |
If the device stops turning on ("brick"), try:
- ๐ง Recover through Download Mode (for Samsung โ
Odin, for Xiaomi โ Mi Flash). - ๐ง Use
fastboot flashfor flashing individual partitions (for example,fastboot flash boot boot.img). - ๐ง Contact the service center if damaged NAND memory.
What to do if the firmware does not install?
If after several attempts the firmware is not installed, check:
1. Bootloader version โ some firmware requires updating it (for example, for Nexus 5 you need version HHZ12k).
2. File rights โ ZIP archive of the firmware must have permissions 755 (can be changed via chmod to TWRP).
3. Kernel compatibility โif the firmware is based on Linux 3.4, and your device requires 3.10, it will not boot.
Rollback from Android 6+ to Lollipop: possible problems
Some users want to return Android 5.0 after updating to Marshmallow or Nougat due to performance or compatibility with old games (for example GTA San Andreas with mods). However, a rollback is fraught:
- ๐จ Data loss (when upgrading to an older version of Android, a full reset is required).
- ๐จ Problems with bootloader - new bootloader versions may not support older firmware.
- ๐จ Lack of drivers - for example, cameras or NFC module may stop working.
How to minimize risks:
- Find firmware marked
downgrade-friendly(for example, for Samsung these are files withBLin the name). - Use TWRP to create a full backup of the current system (
Backup โ Select All). - Check on the forums whether the manufacturer is blocking rollback (for example, Huawei after EMUI 5 does not allow you to return to older versions).
Before downgrading to Lollipop, check whether your device supports SELinux in permissivemode. If not, some applications (for example, banking) may not work due to changes in security policies.
Optimizing Android 5.0 after installation
After successful firmware Lollipop may work slower than expected. Here's how to improve performance:
Settings for acceleration:
- โก Disable animation: go to in
Settings โ For developersand installWindow animation = 0.5x. - โก Use Greenify to "freeze" background applications (required root).
- โก Replace the standard launcher with Nova Launcher or Apex Launcher.
- โก Disable unnecessary Google services in
Settings โ Accounts โ Google.
For devices with 1 GB of RAM recommended:
- Install L Speed or Kernel Adiutor to fine-tune the kernel.
- Use
init.dscripts to optimize swap (for example,zRam). - Disable Google Now (consumes resources):
Settings โ Applications โ Google โ Disable.
On devices with Mediatekprocessors (for example, Lenovo A6000the sound may disappear after flashing Lollipop. The solution is to flash it separately audio_patch.zip via recovery.
Alternative ways to get Android 5.0
If the firmware seems too risky, consider alternatives:
1. Android emulators on PC:
- ๐ฅ๏ธ BlueStacks with image Android 5.1.1.
- ๐ฅ๏ธ Genymotion (for developers).
- ๐ฅ๏ธ Android-x86 in a virtual machine (for example, VirtualBox).
2. Buying a device with pre-installed Lollipop:
- ๐ฑ Google Nexus 5 (2013) - still sold on the secondary market.
- ๐ฑ Samsung Galaxy Tab A (2016) - budget tablet with Lollipop.
- ๐ฑ Amazon Fire Tablet (can be flashed LineageOS 12.1).
3. Cloud services:
- โ๏ธ Android Cloud Devices (for example, Genymotion Cloud).
- โ๏ธ BrowserStack for testing applications.
FAQ: Frequently asked questions about Android 5 Lollipop
Is it possible to install Lollipop on a device with 512 MB RAM?
Technically yes, but the system will be extremely slow. We recommend firmware like Android Go Edition (if you find a port for your model) or Ubuntu Touch as an alternative. In practice, even WhatsApp may slow down. multitasking.
Where can I download the official firmware for my model?
Official firmware is searched by model code:
- For Samsung: on sites Sammobile or through the app Frija.
- For Xiaomi: in MIUI Downloads (choose version Stable for Lollipop).
- For Nexus/Pixel: in Google archive.
How to return stock firmware after an unsuccessful update?
The method depends on the manufacturer:
- ๐ Samsung: use Odin + stock firmware in format
.tar.md5. - ๐ Xiaomi: Mi Flash Tool in mode
clean all. - ๐ LG: app LGUP with file
.kdz. - ๐ Nexus:
fastboot flashall partitions separately.
If the device is not detected by the PC, try emergency mode (for example, for Samsung this is Volume Down + Home + Power).
Why after Lollipop firmware is not Is the mobile network working?
Causes and solutions:
- Missing IMEI: restore via Chamelephon or
QCNfile (backup required). - Incompatible modem: flash a separate file
modem.binorNON-HLOS.bin. - Incorrect APN settings: add your operator's APN manually in
Settings โ Mobile network.
For Mediatekdevices a tool can help SN Write Tool (but requires auth file from the manufacturer).
Can I get root access on Android 5.0?
Yes, but the method depends on the firmware:
- ๐ Stock firmware: use KingRoot or Framaroot (does not work on all models).
- ๐ Custom firmware: usually root is already built-in (managed via SuperSU or Magisk).
- ๐ Nexus devices: unlock the bootloader and flash
supersu.zipvia recovery.
โ ๏ธ Attention: On some firmware (for example, Samsung Knox) getting root will trigger the flag KNOX 0x1which will void the warranty and block Samsung Pay.