我的三星手机用破坏的电源按钮关闭,"带充电器的音量+主按钮" 过程也不工作..有一种方法可以使用adb和sdk工具重新启动它?
我的三星手机用破坏的电源按钮关闭,"带充电器的音量+主按钮" 过程也不工作..有一种方法可以使用adb和sdk工具重新启动它?
My samsung mobile is switched off with busted power button, and the "Volume down+main button with charger" process is also not working..is there a way I can restart it using adb and sdk tools??
将Magisk Manager和Boot.img的精确变体下载到任何其他Android设备。 patch boot.img具有高级 - 保持力加密+保留AVB / DM-VRITY
安装Odin和驱动程序。闪存magisk_patched.tar在AP插槽中。设置自动重启选项
解锁设备并安装Magisk Manager。你是rooted
编辑:现在修改您的设备用于自动启动,每次插入充电器,请参阅Irfan Latif在
sed -i '0,/off-mode-charge=1/s/off-mode-charge=1/off-mode-charge=0/' $(find /dev/block -name by-name)/para
download magisk manager and exact variant of boot.img to any other android device. patch boot.img with advanced - keep force encryption + keep avb/dm-verity
install Odin and drivers. flash magisk_patched.tar in AP slot. set the auto reboot option
unlock device and install magisk manager. you are rooted
edit: now modify your device for auto boot each time charger is plugged in, see Irfan Latif's answer on Automatically power on Android when the charger is connected
now dump your para partition and inspect with hex editor. if you find the off mode charge string you can modify value. flash the modified para partition. this will make your device auto boot each time charger is plugged in
if the changes aren't persistent for some reason, install some start-up script which executes the mod directly
sed -i '0,/off-mode-charge=1/s/off-mode-charge=1/off-mode-charge=0/' $(find /dev/block -name by-name)/para
© 2022 it.wenda123.org All Rights Reserved. 问答之家 版权所有