Developer mode in Android 10 is a hidden toolbar that provides access to dozens of additional system settings. It is intended for testing applications, debugging code and finely optimizing the operation of a smartphone, but is also useful for ordinary users. For example, here you can speed up interface animation, enable USB debugging for working with ADB, or force activation GPU acceleration for games. However, Google hides this section by default - you need to unlock it first.
In this article you will find step-by-step guide for enabling developer options on Android 10 (including shells MIUI, One UI, ColorOS and others), weโll look at the basic settings that will be useful to the average user, and warn about potential risks. Weโll also answer frequently asked questions: what to do if the menu doesnโt appear, how to reset settings to factory settings, and why some options may be missing on your device.
Why Developer Options are hidden by default
Google intentionally hides this section from regular usersโand for good reason. Most of the options here are intended for professional developerstesters and engineers. Incorrectly changing some parameters can:
- ๐ Improve system stability โfor example, disabling application signature verification will make the device vulnerable to malware.
- ๐ข Degrade performance โforced activation
4x MSAAin games will drain the battery within hour. - ๐ Break compatibility - changing settings USB configurations can lead to problems connecting to the PC.
- ๐ต Disable the sensors โ disabling the proximity sensor will make calls impossible.
However, some settings are useful for the average user. For example, accelerating animation makes the interface more responsive, and enabling the "Keep the screen on" mode convenient when reading long articles. The main thing is to know what exactly you are changing.
โ ๏ธ Attention: On some devices (especially with custom firmware), activating developer options can lead to Warranty reset. Before changing critical settings (for example, OEM Unlock), check the conditions with your brand's service center.
Step-by-step guide: how to enable developer options on Android 10
The activation process is the same for all smartphones on Android 10, regardless of the manufacturer. However, the path to the menu About phone may vary slightly depending on the shell. We will consider a universal method and separately indicate the features for Samsung, Xiaomi, Huawei and other brands.
โ๏ธ What you need to do to enable developer options
Act according to the algorithm:
Open the application Settings (gear icon in the menu or on the desktop).
Scroll down and select item
About phone(on some devices it may be calledAbout deviceorPhone information).Find the line
Build number(sometimes it is hidden in the submenuSoftware informationorMIUI versionfor Xiaomi).Tap on
Build number7 times in a row. After the first 3-4 clicks, a pop-up notification will appear with a countdown:"4 taps left to become developer".On the 7th press, the system will ask for PIN codea pattern or password (if installed). Enter it.
Done! Now in the main menu Settings a new section will appear -
Developer options(usually at the very bottom of the list).
If the section does not appear, check:
- ๐ Did you click correctly on
Build number, and not onAndroid version. - ๐ฑ Are you using launcher from a third party manufacturer (for example Nova Launcher), which can hide system settings.
- ๐ Reboot the device - sometimes the section appears only after a reboot.
Features of inclusion on different shells (MIUI, One UI, EMUI, etc.)
Manufacturers often modify the standard Android, and the path to Build number may differ. instructions for popular brands.
| Brand/Shell | Path to "Build number" | Features |
|---|---|---|
| Samsung (One UI) | Settings โ Phone information โ Software information โ Build number |
On some models (Galaxy S10, Note 10), you may need to click Software version instead of Build number. |
| Xiaomi (MIUI) | Settings โ About phone โ MIUI version (tap here) |
After activation, the section will appear in Additional settings. |
| Huawei/Honor (EMUI) | Settings โ About phone โ Number assembly |
On EMUI 10 you may be required to enter a password even if it is not set (use an empty field). |
| Google Pixel (Stock Android) | Settings โ System โ About phone โ Build number |
The โcleanestโ option - without additional submenu. |
| OnePlus (OxygenOS) | Settings โ About phone โ Build number |
On OnePlus 7/8 the developer section may be called Developer mode. |
If your brand is not in the table, try use search by settings (magnifying glass icon at the top of the screen) and enter the query "build number". The system will tell you the exact path.
On smartphones Sony Xperia s Android 10 the developer section may be hidden in Settings โ System โ Advanced. If you donโt find it, check for software updates: sometimes the manufacturer moves the menu after updates.
Top 5 useful settings for the average user
Not all options in the developer options are needed by the average smartphone owner. We have selected 5 of the most useful functionsthat do not require technical knowledge, but can significantly improve the experience of using the device.
1. Accelerating interface animation
By default Android uses smooth animations when opening applications, moving between screens and minimizing windows. This looks nice, but slows down the work. To make the interface instant:
- Open
Developer Options. - Find options:
Window animation scaleโ set0.5xorOffTransition animation scaleโ0.5xAnimator duration scaleโ0.5x
Forced disabling of animations (the "Off" value) can lead to bugs in some applications (for example, in Instagram or TikTok). The optimal option is 0.5x.
2. Enabling the "Keep the screen on" mode
Useful for reading long texts or viewing recipes in the kitchen. It is activated like this:
- In
Developer optionsfindTurn off screen when charging. - Select
Never(orOnly when connected to USB).
3. Forced inclusion of GPU acceleration
Improves performance in games and heavy applications (for example, Genshin Impact or Lightroom), but drains the battery faster. To enable:
- Activate
Force GPU use. - Enable
Debugging GPU overflow(shows green bars when graphics are overloaded).
4. Unlocking OEM
Necessary if you plan to install custom firmware or receive root access. Enabled with one checkmark:
Unlock OEM โ switch to position On
โ ๏ธ Attention: On some devices (Samsung, LG), this option may reset Knox (safety flag), which will prevent you from using Samsung Pay or Secure Folder.
5. USB debugging
Needed to connect to a PC via ADB, flashing or restoring data To enable:
- Activate
USB debugging. - Connect the phone to the computer and confirm trust in the device.
Changing settings Animation scale and GPU acceleration gives the greatest increase in performance without risk to the system. Use the remaining options only if necessary.
What to do if the developer options are not enabled
Sometimes the section does not appear even after 7 clicks on Build number. Here are possible reasons and solutions:
- ๐ Access blocked โ on some corporate devices, the administrator can disable this feature via MDM (for example, Android Enterprise).
- ๐ฑ Outdated firmware โ update Android to the latest version in
Settings โ System โ Software update. - ๐ ๏ธ Custom firmware โsome unofficial assemblies (for example, LineageOS) may hide this section. Check the forums for your firmware.
- ๐ System failure โreboot the device and try again.
If all else fails, try an alternative method via ADB:
- Connect the phone to a PC with the drivers installed ADB.
- Open the command line and enter:
adb shell settings put global development_settings_enabled 1 - Reboot the device.
After this, the section should appear. If not, the problem may be in damaged system files, and The only way out is to reset to factory settings.
What to do if after the reset the developer options are gone?
This is normal - after the reset, all hidden settings return to the "default" state. You need to tap again 7 times. Build number, as described at the beginning of the article.
Dangerous settings: what you should not touch unless necessary
Some parameters can disturb the operation of the smartphone or even disable it. red flags - do not change them if you do not understand the consequences.
| Settings | What is dangerous |
|---|---|
Disable absolute volume level |
Can lead to damage to speakers when connecting high impedance headphones. |
Do not save actions |
Disables application log, which interferes with the operation of Google Assistant and other services. |
Disable package signature verification |
Allows installation uncertified APK, which is dangerous for security. |
Forced use of Dark Mode |
May break the display in some applications (white text on a white background). |
Disable limiting background processes |
Will lead to increased battery consumption and overheating. |
If you accidentally changed one of these settings and encountered problems, try:
- Return the default value (usually there is a button
Resetin the upper right corner). - Reboot the device.
- As a last resort, reset the settings to factory settings (
Settings โ System โ Reset).
How to disable developer options
If you no longer need this section, you can hide it:
- Open
Options. developer. - In the upper right corner, click on the switch (it should turn gray).
- Confirm disabling.
The section will disappear from the menu Settings, but all the parameters you changed savedTo. reset them to factory settings, before disabling, click on the three dots in the upper right corner and select Reset settings.
โ ๏ธ Attention: On some devices (Xiaomi, Realme) disabling developer options may require re-activation after 7 taps on Build number the next time you turn on.
FAQ: Frequently asked questions about developer options in Android 10
Is it possible to enable developer options on Android 10 without access to the settings (for example, if the screen is broken)?
Yes, but you will also need ADB Connect your phone to the PC, open the command line. and enter:
adb shell settings put global development_settings_enabled 1
adb shell am start -n com.android.settings/.DevelopmentSettings
If USB debugging was not enabled earlier, this method will not work - you will have to repair the screen.
Why did the developer options disappear after updating to Android 10?
This is the standard behavior of the system when major updates (for example, from Android 9 to 10). You need to tap again 7 times on Build number, as when you first turned on. All previously set settings will be reset.
Is it possible to overclock the processor through the developer options?
No, there is no such option in the standard menu. Overclocking (overclocking) is only possible through custom core (For example, Kernel Adiutor) and requires root access. Be careful: overclocking leads to overheating and a reduction in the life of the chip.
How to enable USB debugging if the developer options are not activated?
If the partition does not open, but you urgently need debugging (for example, to recover data), try:
- Connect your phone to PC.
- Enter in ADB:
adb shell settings put global adb_enabled 1 - Restart the device.
This will only work if debugging has already been enabled at least once.
Is it true that enabling developer options drains the battery?
The very fact of activating the partition does not affect has an effect on battery consumption. However, some settings inside it do. For example:
Do not turn off the screen- increases consumption by 15-20%.Forced GPU accelerationโ +10โ15% to consumption.Disable limiting background processesโup to +30% consumption.
If you do not change these parameters, the battery will drain as usual.