• 按键公众号 :
按键精灵电脑版
立即下载

软件版本:2014.06
软件大小:22.9M
更新时间:2021-12-03

按键精灵安卓版
立即下载

软件版本:3.7.2
软件大小:46.2M
更新时间:2023-05-10

按键精灵iOS版
立即下载

软件版本:1.8.0
软件大小:29.2M
更新时间:2023-03-21

按键手机助手
立即下载

软件版本:3.8.0
软件大小:262M
更新时间:2023-05-30

快捷导航

登录 后使用快捷导航
没有帐号? 注册

返回列表 12345678» / 20
发新话题 回复该主题

[郭立员] [安卓按键]一些安卓端可以用的雷电模拟器adb命令 [复制链接]

1#
在雷电论坛上看到很多adb命令,不过并没有针对安卓按键进行处理,这里我做了一下测试,把能用在安卓按键上的adb命令整理出来。
调用adb命令使用的山海插件中的Execute 执行shell命令


adb命令源码如下:
Import "shanhai.lua"
shanhai.Execute ("setprop phone.imei 865166023949731")
/*
shanhai.execute("date 032114392017.22 set") 修改本地时间
shanhai.execute("wm size 720x1280") //修改分辨率
shanhai.Execute ("setprop call.keyboard back") //keypress
shanhai.Execute ("setprop call.reboot com.tencent.mm") //重启模拟器,启动指定包名
shanhai.Execute ("setprop call.input 文字") //输入文字,支持中文
shanhai.Execute ("setprop call.network offline") //断网 按键助手会断开
ShanHai.execute("settings put global http_proxy 115.212.127.23:4274") //ip代理
shanhai.execute("settings delete global global_http_proxy_host") //清除ip代理
shanhai.Execute ("setprop call.network connect") //联网
shanhai.Execute ("setprop call.shake null") //摇一摇 测试微信可用
shanhai.Execute ("setprop call.locate 117,29") //修改定位
shanhai.Execute ("am start -n com.tencent.mm/.ui.LauncherUI") //打开包名组件
shanhai.Execute ("am force-stop com.tencent.mm") //关闭软件 包名
shanhai.Execute ("input text 123") //输入文字 不支持中文
shanhai.Execute ("input tap 119 203") //点击坐标
shanhai.Execute ("screencap -p /sdcard/pictures/screencap.png") //截屏
shanhai.Execute ("setprop phone.imei 865166023949731") //修改imei测试无效果,只针对getprop有效
TracePrint shanhai.Execute ("getprop phone.imei") //获取imei
shanhai.Execute ("setprop phone.imsi 460000000000000") //imsi 有效
TracePrint shanhai.Execute ("getprop phone.imsi") //获取imsi
shanhai.Execute ("setprop phone.simserial 89860000000000000000") //修改sim卡id号
TracePrint shanhai.Execute ("getprop phone.simserial") //获取手机SIM卡id
shanhai.Execute ("setprop phone.linenum 13800000000") //设置手机号(重启后自动回复原来的)
traceprint shanhai.Execute ("getprop phone.linenum") //获取手机号
shanhai.Execute ("setprop ro.product.manufacturer iPhone") //设置手机品牌 (重启后自动回复原来的)
TracePrint shanhai.Execute ("getprop ro.product.manufacturer") //获取手机品牌
shanhai.Execute ("setprop ro.product.model iPhone12") //设置手机型号 (重启后自动回复原来的)
TracePrint shanhai.Execute ("getprop ro.product.model") //获取手机型号
shanhai.Execute ("pm install /sdcard/pictures/com.chiachiplee_1.apk") //安装app install 安装包路径
shanhai.Execute ("pm uninstall com.chiachiplee") //卸载APP uninstall 包名
shanhai.Execute ("pm clear com.chiachiplee") //清除指定app 数据
TracePrint shanhai.Execute ("pm path com.tencent.mm") //获取包名对应的APK路径
TracePrint shanhai.Execute ("pm list packages") //获取所有包名
TracePrint shanhai.Execute ("pm list packages -f") //获取模拟器所有包名并且包括APK路径
TracePrint shanhai.Execute ("getprop phone.androidid") //获取安卓id
TracePrint shanhai.Execute ("getprop ro.build.date.utc") //获取时间戳
TracePrint shanhai.Execute ("getprop ro.build.date") //获取日期
TracePrint shanhai.Execute ("getprop keyguard.no_require_sim") //获取sim卡1的状态
shanhai.execute ("service call statusbar 1") //打开通知栏
shanhai.execute ("service call statusbar 2") //关闭通知栏
shanhai.execute ("mv ")
*/

TracePrint shanhai.GetTopActivity()
TracePrint shanhai.Execute ("getprop phone.net_operatorname")

本主题由 超级版主 瑞祥幽冥狼 于 2023/10/5 18:32:40 执行 审核帖子 操作
扫码免费获取我的基础教程【视频教程】
扫码下方二维码关注我的公众号:3分钟学堂

QQ交流群:936858410
2#

学习

3#

大神瓦 看看啊看看

4#

666666666666666666666666

5#

想问一下,调用shell命令给root权限文件修改名字,把su文件修改成ss,自己用终端的命令可以一步步进入su文件后,挂载权限,然后修改!变成按键插件没有办法一步步,去到目录文件下一步步修改.直接用mv /system/bin/su/ /system/bin/ss/ 因为su文件的权限高,又无法直接更改,请问有什么办法!

6#

学习

7#

学习
学习

8#

额问问额呃呃呃

9#

133333333333333

10#

大神瓦 看看啊看看

11#

学习一下 ,哈哈

12#

这个必须了解

13#

学习

14#

钱aaaaaaa

15#

11111111111111111

16#


17#

adb命令源

18#

66666666666666

19#

666666666

20#

大神瓦 看看啊看看

发新话题 回复该主题