more bugfix

This commit is contained in:
cooperq
2025-05-19 19:22:01 -07:00
committed by Will Greenberg
parent 410e902848
commit 01d10b87b3
3 changed files with 2 additions and 1 deletions
+1 -1
View File
@@ -36,7 +36,7 @@ function _wait_for_atfwd_daemon {
function force_debug_mode {
write-host "Using adb at $($global:adb)"
write-host "Forcing a switch into debug mode to enable ADB"
_serial "util" "serial" "--root" | Out-Host
_serial "util serial --root" | Out-Host
write-host "adb enabled, waiting for reboot..." -nonewline
_wait_for_adb_shell
write-host " it's alive!"