摘要: 当你的手机用线连接后, 启动cmd,输入adb shell input text "xxxxxx" 注意,必须使得手机焦点在文本框内部,使用adb shell才会有作用 注意!当字符串中含有“&”这样的特殊字符时,例如hello & world这个时候,传输就会到这个&这里终止,如果想要继续传输的话 阅读全文
posted @ 2022-06-01 14:50 ShengOasis 阅读(972) 评论(0) 推荐(0)
摘要: StackOverFlow中的解决办法↓ # gain shell access $ adb shell # check who you are $ whoami shell # obtain user id $ id uid=2000(shell) gid=2000(shell) # list p 阅读全文
posted @ 2022-06-01 14:16 ShengOasis 阅读(217) 评论(0) 推荐(0)