Have you ever wondered why smartphones Samsung, Xiaomi and Huawei work differently, although they are all based on Android? The point is in proprietary shells - One UI, MIUI, EMUI, which manufacturers put on top of the base system. But there is an alternative: pure Android (or AOSP), devoid of unnecessary add-ons. In this article, weโll look at what it is, who itโs suitable for, and how to install it on your smartphone - even if it was originally MIUI or ColorOS.
The stock version of Android (from English stock - "stock, standard") is developed by the company Google and is installed on devices Pixel, Nokia (partially) and some models Motorola. It is not overloaded with unnecessary applications, does not slow down due to background shell processes, and receives updates faster than others. But there is also a downside: the absence of some โtricksโ from manufacturers, for example, gestures Xiaomi or mode DeX from Samsung. So is it worth switching to pure Android? Let's find out.
What is pure Android (AOSP) and how does it differ from proprietary shells
AOSP (Android Open Source Project) is an open version of Android, which Google makes available to the public. Based on it, manufacturers create their own shells, adding unique functions, themes and pre-installed applications. Pure Android is AOSP without modifications, with a minimal set of Google services (or without them at all, if we are talking about custom firmware like LineageOS).
Main differences from proprietary shells:
- ๐ฑ Minimalistic interface: no unnecessary animations, duplicate menus or โhiddenโ settings. All functions are available in 2-3 clicks.
- โก Performance: the absence of background shell processes saves processor resources and battery.
- ๐ Fast updates: stock Android receives security patches immediately after their release, while how Samsung or Xiaomi can delay them for months.
- ๐งฉ Lack of bloatware: no pre-installed games, duplicate browsers or branded stores (for example, Mi App Store or Galaxy Store).
But there are also disadvantages. For example, pure Android does not have:
- ๐จ Themes (as in MIUI or ColorOS).
- ๐ง Additional functions like dual applications, advanced controls gestures or proprietary shooting modes in the camera.
- ๐ก Optimizations for hardware: manufacturers often fine-tune the shell for a specific processor (for example, Exynos v Samsung or Mediatek v Redmi), and stock Android may work less stable.
Pros and cons of pure Android: who needs it suitable
Stock firmware is not a universal solution. It will be ideal for some users and will disappoint others. Let's take a look at who will benefit from the transition and who is better off staying on the proprietary shell.
| Pros of pure Android | Disadvantages of pure Android |
|---|---|
| โ Maximum performance โno unnecessary processes that load the processor and RAM. | โ Lack of "chips" โno double messengers, proprietary gestures or advanced camera settings. |
| โ Fast updates โsecurity patches arrive on the release day, not in 3-6 months. | โ Less optimization for hardware โthere may be problems with heating or battery life on some chipsets. |
| โ No advertising and bloatware โno need to disable or delete pre-installed games and services. | โ Less support โ on forums it is more difficult to find a solution to specific problems (unlike MIUI or One UIwhere there are large communities). |
| โ More control โ you can install custom kernels, modify the system without shell restrictions. | โ Complexity of configuration โ some functions (for example, Always On Display) may require manual activation through ADB. |
Who is suitable for pure Android:
- ๐จโ๐ป Developers and enthusiastswho want maximum control above the system.
- ๐ Owners of old smartphones โstock firmware can โbreathe second lifeโ into a device with 2-3 GB of RAM.
- ๐ก๏ธ For those who are paranoid about privacy โfewer data collectors from manufacturer.
- ๐ For those who love customization โit is easier to install launchers, icon packs and modules on AOSP Magisk.
Who is better off staying on the branded shell:
- ๐ธ Photographers โ a stock camera often loses to branded solutions (for example, GCam on Pixel vs a standard camera on Redmi).
- ๐ฎ Gamers โshells like ColorOS or MIUI have special modes for games.
- ๐ต For beginners - the lack of โhelpersโ and simplified menus can be confusing.
Pure Android is a compromise between performance and convenience. It is suitable for those who are willing to sacrifice features for the sake of speed and control.
How to find out if your smartphone has pure Android
Not all devices run on stock firmware. Even if the interface looks minimalistic, it may be a heavily trimmed version. data-i="123">or MIUI or One UI. Here's how to check:
Open
Settings โ About phone.Look at item "Android version" i "Build number":
- If the build number contains the words
aosp,stockorgoogleโmost likely, this is pure Android. - If there is mentions MIUI, One UI, EMUI, ColorOS is a proprietary shell.
- If the build number contains the words
Check for pre-installed applications:
- ๐ฑ On pure Android there are no duplicate browsers, branded stores or games.
- ๐ There are no menus like
Themes,Dual applicationsorGame mode. - Official โ for devices that support bootloader unlocking (for example, Google Pixel, some Xiaomi and OnePlus).
- Unofficial โ through custom firmware like LineageOS or Pixel Experience (works on almost any smartphone, but requires unlocking the bootloader).
Another way is to install the application AIDA64 or CPU-Z and look at the section "System". If the line "Build Description" indicates aosp_, then this is the stock firmware.
On devices Google Pixel and some models Nokia/Motorola there is pure Android out of the box. Samsung, Xiaomi, Huawei there are always proprietary shells.
How to install pure Android on a smartphone: step-by-step guide
If you decide to switch to stock firmware, there are two main ones method:
Consider the universal method via LineageOS (analogue of pure Android with open source).
Back up your data (photos, contacts, messages)|
Check support for your device on the LineageOS website|
Install ADB and Fastboot drivers on your PC|
Unlock the bootloader (instructions depend on the model)|
Download firmware and GApps (Google services)|
Charge the phone to at least 70%-->
Step 1: Unlocking the bootloader
Without this step, it is impossible to install custom firmware. The process is different for everyone. brand:
- ๐ฑ Xiaomi: you need to link your account Mi to the device and wait 7-14 days (policy Xiaomi against unlocking).
- ๐ฑ Samsung: you need to enable
OEM Unlockin the developer settings and use the utility Odin. - ๐ฑ Google Pixel: unlocking occurs with the command
fastboot flashing unlock. - Download the image TWRP for your model from the official website.
- Connect the phone to the PC in
fastbootmode (pressPower + Vol Downwhen turning it on). - Run the command:
fastboot flash recovery twrp.imgfastboot boot twrp.img - Click
Wipe โ Advanced Wipeand checkDalvik, System, Data, Cache. - Return to the main menu, select
Installand specify the path to the firmware file (for example,lineage-20.0-20260310-nightly-redmi_note_10.zip). - After installing the firmware, repeat step for GApps (if you need services Google).
- Reboot device.
- ๐ Rapid battery drain:
Cause: lack of kernel optimization for your hardware. Solution: install a custom kernel (for example, FrancoKernel) or calibrate the battery via TWRP (
Wipe โ Battery Stats). - ๐ถ Poor connection or no 4G/5G:
Cause: mods for the modem are not flashed. Solution: download the appropriate file
firmwarefor your model and flash it viafastboot. - ๐ Speakers or microphone do not work:
Cause: incompatibility of audio drivers Solution: check if there is a special patch for your device on the forum. XDA.
- ๐ฎ Lags in games:
Reason: stock Android is not optimized for gaming. Solution: enable performance mode in the settings or install the module Game Optimizer via Magisk.
- ๐ท The camera works worse than on proprietary firmware:
Reason: the stock camera software does not use all the capabilities of the sensor. Solution: install Google Camera (GCam) with the configured config for your model.
- ๐ Myth 1: โPure Android is always faster than branded shellsโ
Reality: On weak devices (for example, Redmi 9A with 2 GB of RAM), stock firmware really gives an increase. performance. But on flagships (for example, Samsung Galaxy S23) the difference is minimal - modern shells are well optimized.
- ๐ Myth 2: โThe battery lasts longer on pure Androidโ
Reality: Without optimized drivers and background shell processes, autonomy can be improve as well as worsen. For example, on Xiaomi s MIUI the battery often lives longer thanks to aggressive process management.
- ๐ก๏ธ Myth 3: โPure Android is saferโ
Reality: Stock Android receives security updates faster, but branded shells often add their own layers of protection (for example,
Knoxv Samsung orApp Lockv MIUI). - ๐ฑ Myth 4: "On pure Android has no pre-installed applications."
Reality: Even AOSP there are basic applications (Camera, Gallery, Browser). If you install GApps, services will appear Google (for example, YouTube or Duo).
- ๐ง Myth 5: "Pure Android can be installed on any device"
Reality: On some smartphones (for example, Huawei after 2019 or iPhoneit is impossible to install AOSP due to a closed bootloader or architecture.
- Go to
Settings โ System โ System update. - Download and install the update (the device will reboot automatically).
- There is no driver for the NFC chip.
- The correct one is not stitched
vendor(section with proprietary libraries).
โ ๏ธ Attention: unlocking the bootloader resets the device to factory settings and can deprive guarantees. On some models (for example, Huawei after 2018) this is not possible.
Step 2: Installing custom recovery (TWRP)
Standard recovery does not allow you to install unofficial firmware. You need to install TWRP:
Step 3: Installing firmware and GApps
In TWRP follow these steps:
The first startup may take 10-15 minutes. If the system does not boot for more than 20 minutes, something went wrong (possibly incorrect firmware or incompatible version GApps).
What to do if there is no network after installation?
If mobile communication is lost after the firmware is installed or Wi-Fi is most likely not installed mods for radio (radio firmware). For some devices (for example, Xiaomi on a chip Mediatek), you need to additionally flash the file with the extension .img via fastboot. forum XDA Developers or 4PDA.
The best firmware based on pure Android (AOSP)
If you donโt want to install โnakedโ AOSP, you can choose one of the popular custom firmware. They add useful features while maintaining the philosophy of pure Android.
| Firmware | Features | Device support |
|---|---|---|
| LineageOS | The most stable and closest to stock Android. Supports OTA updates. | Most devices Xiaomi, Samsung (Exynos), OnePlus, Google Pixel. |
| Pixel Experience | Clone firmware Google Pixel with branded chips like Now Playing i Call Screen. |
Xiaomi Redmi Note series, POCO, Realme, Samsung Galaxy A. |
| ArrowOS | Minimalistic firmware with an emphasis on performance and privacy. | OnePlus, Xiaomi, Asus, some models Sony. |
| HaventOS | Firmware with a unique design and advanced interface settings. | Mainly devices on chips Qualcomm Snapdragon. |
| CalyxOS | Android without services Google, with an emphasis on privacy (instead GApps are used MicroG). | Officially supports Google Pixel and some OnePlus. |
โ ๏ธ Attention: before installation, check if there is an official build for your model on the firmware website. Unofficial ports (unofficial builds) may contain bugs or security problems.
Common problems after switching to pure Android and how to solve them
Even if the installation was successful, problems may occur. Here are the most common ones and how to fix them:
If the problem is not solved, return to the stock firmware or try another build. For example, Pixel Experience it often works better with cameras. than LineageOS.
Before installing custom firmware, check reviews about it for your model on 4PDA or XDA Developers. Sometimes even official builds can have critical bugs.
Myths about pure Android: what is true and what is not
There are a lot of rumors around stock Android. Let's look at the most popular ones:
FAQ: Answers to frequently asked questions about pure Android
โ Is it possible to return the original firmware after installing pure Android?
Yes, but the process depends on the model. Samsung you need to flash the stock ROM via Odin, For Xiaomi โvia Mi Flash Tool. The main thing is to find the correct firmware version for your region (for example, EEA for Europe or GLOBAL for the international version).
โ Will they work? banking applications (Sberbank, Tinkoff) on custom firmware?
Most likely not - due to the trigger SafetyNet. Banking applications check the integrity of the system and refuse to work on modified firmware. Solution: install the module Magisk c Universal SafetyNet Fix and hide root access.
โ How to update pure Android to a new version?
If you use LineageOS or Pixel Experience, updates come over the air (OTA). you need to:
For AOSP without OTA support you will have to manually download new builds and flash them through TWRP.
โ Why does NFC or wireless charging not work after installing pure Android?
This is a typical problem for unofficial firmware Reasons:
Solution: look for special patches for your model on XDA Developers or return to the stock firmware.
โ Is it possible to install pure Android without unlocking the bootloader?
No. Unlocking the bootloader is a mandatory step for installing any custom firmware. The exception is devices with an already unlocked bootloader (for example, some models Google Pixel or Fairphone).