开发者

How to hot reboot android device

开发者 https://www.devze.com 2023-03-05 12:38 出处:网络
Does anyone know the command to hot reboot that you would use in the terminal emeulator? Would it be a command similar to the t开发者_如何学Che normal reboot commands.If anyone could help thankx.Proba

Does anyone know the command to hot reboot that you would use in the terminal emeulator? Would it be a command similar to the t开发者_如何学Che normal reboot commands. If anyone could help thankx.


Probably depends on what do you mean by hot. Anyway, you can use:

   $ adb -s <SERIALNO> reboot

or

   $ adb -s <SERIALNO> shell 'stop; sleep 5; start'
0

精彩评论

暂无评论...
验证码 换一张
取 消