Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
ターミナルエミュレーターで使用するホットリブートのコマンドを知っている人はいますか? 通常の再起動コマンドと同様のコマンドでしょうか。誰かが感謝を助けることができれば。
おそらく、hotの意味によって異なります。とにかく、次を使用できます。
$ adb -s <SERIALNO> reboot
また
$ adb -s <SERIALNO> shell 'stop; sleep 5; start'