| Action | Effect |
|--------|--------|
| Disable mpdecision (hotplug) | Prevents core parking/unparking spikes |
| Use a custom kernel with 1.0GHz max | Reduces peak power from 2.5W to 1.2W |
| Replace old lithium battery (>2 years) | Lower internal resistance = less heat |
| Keep modem firmware updated | Fixes WCN TX power loops |
The Unisoc UMS9117 (often marketed as the Spreadtrum SC9832E) is a highly integrated 28nm Quad-core ARM Cortex-A53 application processor. It is widely used in entry-level smartphones, IoT devices, and automotive telematics.
A recurring complaint among technicians and users is the “driver hot” condition. This does not mean the driver software is popular; rather, it refers to a critical thermal event where the chipset driver reports an overheating state, leading to performance throttling, abrupt shutdowns, or boot loops. unisoc ums9117 driver hot
If the above steps fail, the UMS9117 is likely suffering from a physical defect.
The hardware fix: Reballing the UMS9117 or replacing the PMIC (usually model SC2721 or similar). This is not a DIY job—take it to a micro-soldering technician. | Action | Effect | |--------|--------| | Disable
The UMS9117 overheats quickly when the CPU is pegged at 100%. Use these ADB commands to disable bloatware:
adb shell cmd package disable-user com.facebook.katana
adb shell cmd package disable-user com.android.chrome (Use Firefox Lite instead)
For rooted devices, override the threshold: The hardware fix: Reballing the UMS9117 or replacing
# Disable thermal-engine (not recommended long-term)
stop thermal-engine
How do you know if your Unisoc UMS9117 device is suffering from thermal driver issues?