打开和关闭蓝牙BT adb root adb shell svc bluetooth enable adb shell svc bluetooth disable 打开和关闭NFC adb root adb shell svc nfc enable adb shell svc nfc disable ...
分类:
数据库 时间:
2020-03-11 10:32:40
阅读次数:
261
查看acitivity命令 :adb shell dumpsys activity activities ...
分类:
移动开发 时间:
2020-03-10 16:10:28
阅读次数:
87
adb 将当前页面的数据导出来 adb shell "uiautomator dump --compressed && cat /sdcard/window_dump.xml" shell读取坐标 cat /temp/ui.xml |sed 's#<node #^<node #g' | tr ^ ' ...
分类:
数据库 时间:
2020-02-27 20:54:51
阅读次数:
102
微信跳一跳辅助 import math import os import tempfile import time from functoole import reduce from PIL import Image BACKGROUND_POS = {40,500} DISTANCE_TO_TIM ...
分类:
微信 时间:
2020-02-23 16:23:46
阅读次数:
110
一,LOG日志抓取 adb logcat -b main -v time >log.txt --实时日志打印 adb shell monkey -p com.eeyescloud.eeyes --ignore-crashes --ignore-timeouts -v -v -v 10000> D:\ ...
分类:
其他好文 时间:
2020-02-23 11:58:23
阅读次数:
101
adb shell回车 一、procrank VSS >= RSS >= PSS >= USSVSS - Virtual Set Size 虚拟耗用内存(包含共享库占用的内存)是单个进程全部可访问的地址空间RSS - Resident Set Size 实际使用物理内存(包含共享库占用的内存)是单个 ...
分类:
移动开发 时间:
2020-02-11 16:08:37
阅读次数:
160
原创置顶 不死鸟JGC 最后发布于2018-12-24 14:19:28 阅读数 3960 收藏展开dumpsys 介绍Dumpsys用户系统诊断,它运行在设备上,并提供系统服务状态信息 命令格式: adb shell dumpsys [system serbices] 常用dumpsys命令如下: ...
分类:
移动开发 时间:
2020-02-11 16:04:39
阅读次数:
135
1.查看内存使用命令 adb shell cat /proc/meminfo 2.查看某个应用的内存使用信息 adb shell dumpsys meminfo com.douban.frodo 静态数据 测试时先记录上一次值,与下一次值对比,结果才有意义 ...
分类:
移动开发 时间:
2020-02-04 00:36:41
阅读次数:
91
普通用户好像也无伤大雅: 输入后看到这样的有个美元符号,说明你的虚拟机获取不了权限,有权限的应该是root和#都有,这个时候你输入su 如果还是没有变化,看看你的虚拟机是不是android7.0,Android 7.0的模拟器是没有root权限的,你再换个6.0的设备运行,输入adb shell后就 ...
分类:
其他好文 时间:
2020-01-30 22:44:47
阅读次数:
117
Monkey结果输出 1.保存在pc中 adb shell monkey [option] <count> >d:\monkey.txt 2.保存在手机中 adb shell monkey [option] <count> >/mnt/sdcard/monkey.txt 3.标准流与错误流分开保存 ...
分类:
其他好文 时间:
2020-01-30 18:52:21
阅读次数:
82