Another threads
http://forum.xda-developers.com/galaxy-s6/general/battery-drain-root-twrp-to-fix-t3088860
http://forum.xda-developers.com/showpost.php?p=60383471&postcount=49
EDIT: HomerSp posted a TWRP-flashable ZIP here:http://forum.xda-developers.com/show...7&postcount=56
It still requires you are rooted with SuperSU though. If not, flashing back stock kernel and stock recovery with ODIN will still fix the deep sleep issue.
---
If using SuperSU, copy/paste this into an ADB shell, it'll reboot your device, and the problem will be fixed. You might need to grant permissions on-screen after the first line.
Code:
su mount -o rw,remount /system /system mkdir /system/su.d chmod 0700 /system/su.d echo "#!/tmp-mksh/tmp-mksh" > /system/su.d/000000deepsleep echo "echo 'temporary none' > /sys/class/scsi_disk/0:0:0:1/cache_type" >> /system/su.d/000000deepsleep echo "echo 'temporary none' > /sys/class/scsi_disk/0:0:0:2/cache_type" >> /system/su.d/000000deepsleep chmod 0700 /system/su.d/000000deepsleep reboot
This takes @HomerSp 's fix listed a few posts up, and has SuperSU apply it on every boot.
Nenhum comentário:
Postar um comentário