Poco F3 smartphone owners often face the need to fine-tune the deviceβs power system. Fast charging, while a convenient feature for everyday use, can negatively affect battery durability when used constantly. High currents and heating are the main enemies of lithium polymer batteries, so many enthusiasts are looking for a way to limit the power coming from the power supply.
Unfortunately, the standard MIUI or HyperOS shell interface lacks a simple βStop Fast Chargingβ button, which is designed to give the user maximum performance by default, but there are proven methods to bypass this limitation to force the device to normal 5V/2A charging.
Next, we will look at the technical aspects of the power controller, the methods of software blocking high currents and the influence of different temperature regimes on the charging process. Modifying system parameters requires care, but gives full control over the state of your gadget.
β οΈ Warning: Any actions you take to change system settings or use engineering menus are at your own risk. Incorrect setting of voltage parameters can lead to unstable operation of the device.
Why you should limit the charging power
Quick Charge technology and the proprietary MI Turbo Charge protocol used in the Poco F3 allow a 4520 mAh battery to be filled in just 30-40 minutes. However, the physics of the process dictates its conditions: the passage of high-power current causes the elements to heat up inside the enclosure. Heat generation accelerates the degradation of the electrolyte and the destruction of the anode structure.
If you leave your smartphone to charge overnight, the rate of recharge is not critical. In this situation, the fast charge on only creates an extra thermal load. The power controller will try to maintain high current even when filling the last 10-15%, which is most harmful to the chemistry of the battery.
- π₯ Decreasing body temperature during night charging prolongs life of glue holding back cover.
- π Reducing the degradation of battery capacity by 15-20% year of active use.
- β‘ No voltage surges in the on-board network of the smartphone during the transition between modes.
In addition, many users note that when using powerful power supplies (for example, 65 W or 100 W), the phone can heat up even when it is turned off. Forced current restriction solves this problem, making the process of replenishing energy more smooth and safe.
Using third-party applications to control current
The most affordable way to avoid requiring SuperUser (Root) rights is to use specialized applications that emulate discharge or control connection. However, real hardware current restriction at the controller level often requires root rights or use of root rights. ADB-One of the popular solutions is the AccuBattery app, which allows you to track the speed of charge, but does not block it hardware.
For real-life fast charging shutdown on Poco F3 without root rights, you can try the method of βsmart socketβ or specific adapters, but the software path through the ADB (Android Debug Bridge gives you a more predictable result, USB-cable and on-line debugging USB developer-menu.
There's a Charge Limit app that, if root access is available, can programmatically turn off the current when a certain threshold is reached, simulating a charging shutdown. It's an indirect method, but it's effective at preventing overcharging. If root rights are missing, you have to rely on system constraints that can be activated through hidden menus.
βοΈ Preparation for charging settings
β οΈ Attention: Play Market apps called "Quick Charge Off" are often fakes and just show ads. Real current management requires deep access to the system.
Configure through the Engineering Menu and ADB
The most effective method is to use the command line. ADB parameterization USB-Configuration, though direct commands to disable QCΒ» No, you can limit the maximum current that the device requests from the charger. USB-port.
First, you need to activate the developer mode by tapping the build number seven times in the About Phone section, then turn on the USB Debugging menu in the Developer Menu, and plug the smartphone into the PC and type the following command in the terminal:
adb shell dumpsys battery set ac 1This command emulates the connection to the power supply, but does not change the charging protocol. A more advanced method involves changing the thermal parameters. If you artificially lower the temperature in the system, the power controller will reduce the charging current itself to cool the battery.
adb shell svc thermal set-temperature-limit 30It's important to understand that the Poco F3 is powered by a Snapdragon 870 processor that has built-in protection mechanisms. When the temperature limit is lowered, the system can start trattling the processor, which will affect gaming performance, so this method should only be used overnight, returning the settings back in the morning.
- π Teams. ADB They only work until the device is restarted, which is safe for the test.
- π Reducing the temperature limit causes the controller to reduce the charging current.
- βοΈ For a constant effect, you need to run the script every time you turn on the phone.