30.重启设备 hdc_std target boot [-bootloader|-recovery] # Reboot the device or boot into bootloader\recovery. hdc_std target boot [MODE] # Reboot the into MODE. MODE:loader 31.唤醒屏幕 hdc_std shell power-shell wakeup 32.休眠屏幕 hdc_std shell power-shell suspend 33.查看设备的硬盘容量:...
# 1. Set power mode.hdc_std shell power-shell setmode...# 600 : normal mode# 601 : power save mode# 602 : performance mode(永不息屏)# 603 : extreme power save mode# 例如,设置performance modehdc_std shell power-shell setmode602# 2. Wakeup system and turn screen on.# 唤醒屏幕hdc_s...
target boot[-bootloader|-recovery]-Reboot the device or boot into bootloader\recovery.target boot[MODE]-Reboot the into MODE.smode[-r]-Restart daemonwithroot permissions,'-r'to cancel root permissions tmode usb-Reboot the device,listening on USB tmode port[port]-Reboot the device,listening on...
Cancel Submit feedback Saved searches Use saved searches to filter your results more quickly Cancel Create saved search Sign in Sign up Reseting focus {{ message }} openharmony / developtools_hdc_standard Public Notifications You must be signed in to change notif...
adb shell getprop 重启手机命令 重启手机 adb reboot 重启手机到recovery界面 adb reboot recovery 重启手机到bootloader界面 adb reboot bootloader 重启手机到fastboot界面 adb reboot fastboot 获取设备属性 使用命令adb shell getprop+下面的属性,即可获取相应的属性 ...
shell [-nTtx] [COMMAND...] Start a shell and run COMMAND under the target -n: do not read from stdin -T: disable pseudo-terminal utiity(PTY) allocation -t: force PTY allocation -x: disable remote exit codes and stdout/stderr separation ...