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、hdc是否安装成功命令:hdc shell (能识别即成功) 2、关机命令:hdc shell reboot shutdown 3、、重新启动系统命令:hdc shell reboot 4、安装应用:命令:hdc install 应用包所在路径举例:hdc install D:\browser.hap 5、卸载应用命令:hdc uninstall [BundleName] 举例:hdc uninstall com.archermind.web 6、查Bund...
# 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...
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 notifi...
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 ...
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 ...
adb shell getprop 重启手机命令 重启手机 adb reboot 重启手机到recovery界面 adb reboot recovery 重启手机到bootloader界面 adb reboot bootloader 重启手机到fastboot界面 adb reboot fastboot 获取设备属性 使用命令adb shell getprop+下面的属性,即可获取相应的属性 ...