Skip to content

song-dev/device-info

Repository files navigation

设备信息

获取 Android 设备信息采集

GitHub issues GitHub forks GitHub stars GitHub license

信息采集模块

  • 网络信息
  • 电池信息
  • 温度监控信息
  • 系统参数信息
  • 分区文件信息
  • 内存信息
  • 应用程序信息
  • 输出驱动信息采集
  • USB 设备信息采集
  • 芯片信息采集
  • 模拟器信息采集
  • 多开信息采集
  • debug 信息采集
  • root 信息采集
  • hook 信息采集
  • 设备信息采集
  • 应用信息采集
  • WIFI、蓝牙扫描
  • 其他信息类采集
  • 相机信息采集
  • SOC 信息采集
  • Build 信息采集
  • Maps 信息采集
  • 硬件信息采集

后续还会不断添加

截图

drawer

net

battery

system

ChangeLog

版本 更新内容 更新日期
0.2.1 1、新增 Logcat 日志打印;
2、Build 信息采集;
3、Maps 信息采集;
4、硬件信息采集
2021-10-12
0.2.0 1、设备信息采集;
2、应用信息采集;
3、WIFi、蓝牙扫描;
4、相机、SOC 信息采集
2020-11-12
0.1.10 1、debug 信息采集;
2、root 信息采集;
3、hook 信息采集;
4、新增应用内语言切换
2020-08-27
0.1.9 1、多开信息采集;
2、模拟器信息采集
2020-07-14
0.1.8 1、USB 设备信息采集; 2020-06-08
0.1.7 1、输出驱动信息采集; 2020-06-05
0.1.6 1、编解码器信息采集; 2020-06-03
0.1.5 1、应用程序信息采集; 2020-06-03
0.1.4 1、内存信息采集; 2020-06-02
0.1.3 1、分区文件信息采集; 2020-06-01
0.1.2 1、新增电池信息采集模块;
2、新增系统信息采集模块
2020-05-28
0.1.1 1、新增温度信息采集模块 2020-05-27
0.1.0 1、搭建整体框架;
2、新增网络信息采集模块
2020-05-26