各种查看Android手机相关信息的命令

来源:互联网 发布:淘宝一键复制软件 编辑:程序博客网 时间:2024/05/17 01:36

  • 通过adb写读节点查看TP version
  • adb shell getprop查看手机编译版本
  • 用busybox工具查看平台相关设备的版本

通过adb写读节点查看TP version

C:\Users\wuchengbing>adb shellroot@M1:/ # setenforce 0setenforce 0root@M1:/ # cd /proc/cl*/ms*/de*/cd /proc/cl*/ms*/de*/root@M1:/proc/class/ms-touchscreen-msg20xx/device # echo 1 > vers*echo 1 > vers*root@M1:/proc/class/ms-touchscreen-msg20xx/device # cat ver*cat ver*002003root@M1:/proc/class/ms-touchscreen-msg20xx/device #

adb shell getprop查看手机编译版本

C:\Windows\system32>adb shellshell@M1:/ $ getprop | grep buildgetprop | grep build[ro.build.fingerprint]: [alps/full_lcsh6580_weg_sh_[ro.build.flavor]: [full_lcsh6580_weg_sh_l-eng][ro.build.host]: [glsrv4]

用busybox工具查看平台相关设备的版本

C:\Users\wuqingya>adb rootadbd is already running as rootC:\Users\wuqingya>adb remountremount succeededC:\Users\wuqingya>adb push F:\Tools\busybox system/bin2465 KB/s (1159276 bytes in 0.459s)C:\Users\wuqingya>adb shellroot@M1:/ # cd system/binroot@M1:/system/bin # chmod 777 busyboxroot@M1:/system/bin # cd ../../root@M1:/ # busybox find -name platform_version./proc/class/ms-touchscreen-msg20xx/device/platform_versionC:\Users\wuqingya>adb shellroot@M1:/ # cd proc/class/ms-touchscreen-msg20xx/device                root@M1:/proc/class/ms-touchscreen-msg20xx/device # lslschange_feature_support_statuschip_typedatadebugdriver_versionforce_fw_updateheadermodemsgtoolplatform_versionquery_feature_support_statusreport_ratesdcard_updateselinux_limit_updatesensorset_debug_valueset_dqmem_valuesmbus_debugupdateversionroot@M1:/proc/class/ms-touchscreen-msg20xx/device # cat platform_version (null)root@M1:/proc/class/ms-touchscreen-msg20xx/device # cat chip_type  133root@M1:/proc/class/ms-touchscreen-msg20xx/device # cat versioncat version(null)root@M1:/proc/class/ms-touchscreen-msg20xx/device # cat driver_versioncat driver_version3.8.0.0root@M1:/proc/class/ms-touchscreen-msg20xx/device #

Wu_Being博客声明:本人博客欢迎转载,请标明博客原文和原链接!谢谢!
《各种查看Android手机信息的命令》: http://blog.csdn.net/u014134180/article/details/78125395

Wu_Being 吴兵博客接受赞助费二维码

如果你看完这篇博文,觉得对你有帮助,并且愿意付赞助费,那么我会更有动力写下去。