Dispositivo: Moto G (4) | Android: 7 (SDK 24) | Root: Magisk 30.7 Fecha: 2026-09-15
| Parámetro | Valor |
|---|---|
| Capacidad de diseño | 3059 mAh |
| Capacidad real | 1552 mAh |
| Salud | ~50% (POWER_SUPPLY_AGE=50) |
| Carga actual | 96–97% |
| Temperatura | 29 °C |
La batería está desgastada al 50%. El flash demanda ~1.4 A
(POWER_SUPPLY_FLASH_CURRENT_MAX); al abrir la cámara, la tensión de la
batería degradada colapsa bajo el umbral de corte y el teléfono se apaga
(protección por baja tensión).
com.samiadom.ShutdownaccessService).am force-stop com.google.android.googlequicksearchbox
am force-stop com.android.vending
am force-stop com.google.android.apps.messaging
am force-stop org.telegram.messenger
am force-stop com.whatsapp
am force-stop com.google.android.calendar
am force-stop io.github.codehasan.quicksettings
am force-stop com.google.android.ims
am force-stop com.samiadom.Shutdown
Se aplicó RUN_IN_BACKGROUND ignore y WAKE_LOCK ignore en:
com.google.android.googlequicksearchbox
com.android.vending
com.google.android.apps.messaging
org.telegram.messenger
com.whatsapp
com.google.android.calendar
io.github.codehasan.quicksettings
com.google.android.ims
com.motorola.motocare
com.motorola.actions
com.motorola.timeweatherwidget
org.floens.chan
InfinityLoop1309.NewPipeEnhanced
com.aurora.store
appinventor.ai_chelesout.porton
La app com.google.android.googlequicksearchbox contiene el launcher de
inicio (com.google.android.launcher / .GEL). Desactivarla dejaría la
HOME en blanco (solo “FallbackHome” de Ajustes).
RUN_IN_BACKGROUND y
WAKE_LOCK ignore) para que igual no drene batería en segundo plano.settings put global wifi_scan_always_enabled 0
settings put global window_animation_scale 0
settings put global transition_animation_scale 0
settings put global animator_duration_scale 0
settings put system screen_off_timeout 30000
settings put global bluetooth_on 0
pm disable-user --user 0 com.motorola.timeweatherwidget
pm disable-user --user 0 com.motorola.actions
pm disable-user --user 0 com.motorola.motocare
service.d)Instalado en /data/adb/service.d/battery_opt.sh (se ejecuta en cada boot):
#!/system/bin/sh
for c in 0 1 2 3; do
base=/sys/devices/system/cpu/cpu$c/cpufreq
if [ -f "$base/scaling_max_freq" ]; then
echo 1344000 > "$base/scaling_max_freq"
fi
if [ -f "$base/scaling_min_freq" ]; then
echo 806400 > "$base/scaling_min_freq"
fi
done
settings put global wifi_scan_always_enabled 0
settings put global window_animation_scale 0
settings put global transition_animation_scale 0
settings put global animator_duration_scale 0
settings put system screen_off_timeout 30000
exit 0
NOTA: Esta app contiene el launcher de la HOME. Solo reactivala si alguien la desactivó (no es el estado actual recomendado).
adb shell pm enable com.google.android.googlequicksearchbox
adb shell pm enable com.samiadom.Shutdown
adb shell settings put secure enabled_accessibility_services com.samiadom.Shutdown/.accessService
adb shell settings put secure accessibility_enabled 1
adb shell "su -c 'echo 1516800 > /sys/devices/system/cpu/cpu0/cpufreq/scaling_max_freq'"
(borrar /data/adb/service.d/battery_opt.sh para que no se repita en cada boot)
adb shell pm enable com.motorola.timeweatherwidget
adb shell pm enable com.motorola.actions
adb shell pm enable com.motorola.motocare