Beispiel #1
0
 public void WakeUp(DeviceData device)
 {
     ConsoleExeRunner.Execute(adb, $"-s {device.Serial} shell input keyevent KEYCODE_POWER");
 }
Beispiel #2
0
 public void Reboot(DeviceData device)
 {
     ConsoleExeRunner.Execute(adb, $"-s {device.Serial} reboot");
 }