摘要:
>adb shell svcAvailable commands: help Show information about the subcommands power Control the power manager data Control mobile data connectivity wifi Control the Wi-Fi manager>adb shell svc powerControl the power managerusage: svc power stayon [true|false|usb|ac] ... 阅读全文
摘要:
查看帮助信息>adb shell serviceUsage: service [-h|-?] service list service check SERVICE service call SERVICE CODE [i32 INT | s16 STR] ...Options: i32: Write the integer INT into the send parcel. s16: Write the UTF-16 string STR into the send parcel.查看Service列表>adb shell servi... 阅读全文
摘要:
发送短信>>adb shell am start -a android.intent.action.SENDTO -d sms:10086--es sms_body "hello" --ez exit_on_sent true>>adb shell input keyevent 66PS: 1、 sms:短信目的号码2、sms_body:短信内容,不可为中文3、双卡不支持(还没验证设置默认卡的情况)拨打电话>>adb shell servicecall phone 2s16 "10086"PS:1、双卡不支持(还没验证 阅读全文