##################################################
目录
通过 ADB 命令获取手机信息
ADB 常用查看命令
使用 -l 查看设备详细信息
查看机型
查看电池状况
查看分辨率
查看屏幕密度
查看显示屏参数
查看 android_id
查看 IMEI
查看 Android 系统版本
查看 IP 地址
查看 Mac 地址
查看 CPU 信息
查看内存信息
查看硬件信息和系统属性
获取全部系统属性
##################################################
通过 ADB 命令获取手机信息
——————————
ADB 常用查看命令
%%%%%
使用 -l 查看设备详细信息
C:\adb>adb devices
List of devices attached
4D8HVS4TCACUMN5D device
C:\adb>adb devices -l
List of devices attached
4D8HVS4TCACUMN5D device product:full_hyf9300_6735m_35gc model:laaboo_D1 de
vice:hyf9300_6735m_35gc transport_id:1
C:\adb>
%%%%%
查看机型
C:\adb>adb shell getprop ro.product.model
laaboo D1
C:\adb>
%%%%%
查看电池状况
C:\adb>adb shell dumpsys battery
Current Battery Service state:
AC powered: false
USB powered: true
Wireless powered: false
status: 2
status: 4
health: 2
present: true
present: false
level: 70
level: 50
scale: 100
voltage: 4202
temperature: 250
technology: Li-ion
C:\adb>
可以看到 USB 正在充电
好家伙 Wireless powered: false 是什么意思?竟然无线充电???
level 当前电量
scale 最大电量
%%%%%
查看分辨率
C:\adb>adb shell wm size
Physical size: 480x854
C:\adb>
该设备分辨率为 480x854
如果使用命令修改过 那输出可能是:
Physical size: 1080x1920
Override size: 480x1024
表明设备的屏幕分辨率原本是 1080px * 1920px 当前被修改为 480px * 1024px
%%%%%
查看屏幕密度
C:\adb>adb shell wm density
Physical density: 240
C:\adb>
该设备屏幕密度为 240 dpi
如果使用命令修改过,那输出可能是:
Physical density: 480
Override density: 160
表明设备的屏幕密度原来是 480dpi 当前被修改为 160dpi
%%%%%
查看显示屏参数
C:\adb>adb shell dumpsys window displays
Dump time : 2016年1月1日 下午6:11:37
WINDOW MANAGER DISPLAY CONTENTS (dumpsys window displays)
Display: mDisplayId=0
init=480x854 240dpi cur=480x854 app=480x854 rng=480x442-854x816
deferred=false layoutNeeded=false
mStacks[1]1
mStackId=1
mDeferDetach=false
{taskId=13 appTokens=[AppWindowToken{25f34ed8 token=Token{3587bdfd ActivityR
ecord{3841da54 u0 com.android.settings/.Settings$WifiSettingsActivity t13}}}] md
r=false}
{taskId=22 appTokens=[AppWindowToken{fb2a2d0 token=Token{2bda6cd ActivityRec
ord{98da464 u0 com.android.settings/.Settings t22}}}, AppWindowToken{18ff02d7 to
ken=Token{200e2256 ActivityRecord{1fb62471 u0 com.android.settings/.aliyun.AliSy
stemSettingsMore t22}}}, AppWindowToken{2ce1ee65 token=Token{46e6b5c ActivityRec
ord{361175cf u0 com.android.settings/.DevelopmentSettings t22}}}] mdr=false}
mStacks[0]0
mStackId=0
mDeferDetach=false
{taskId=8 appTokens=[AppWindowToken{38ce4d95 token=Token{1dc1094c ActivityRe
cord{d15157f u0 com.aliyun.homeshell/.Launcher t8}}}] mdr=false}
Application tokens in top down Z order:
mStackId=1
mTaskId=22
Activity #2 AppWindowToken{2ce1ee65 token=Token{46e6b5c ActivityRecord{36117
5cf u0 com.android.settings/.DevelopmentSettings t22}}}:
windows=[Window{3a449160 u0 com.android.settings/com.android.settings.Deve
lopmentSettings}]
windowType=2 hidden=false hasVisible=true
app=true voiceInteraction=false
allAppWindows=[Window{3a449160 u0 com.android.settings/com.android.setting
s.DevelopmentSettings}]
groupId=22 appFullscreen=true requestedOrientation=1
hiddenRequested=false clientHidden=false willBeHidden=false reportedDrawn=
true reportedVisible=true
numInterestingWindows=1 numDrawnWindows=1 inPendingTransaction=false allDr
awn=true (animator=true)
startingData=null removed=false firstWindowDrawn=true mDeferRemoval=false
Activity #1 AppWindowToken{18ff02d7 token=Token{200e2256 ActivityRecord{1fb6
2471 u0 com.android.settings/.aliyun.AliSystemSettingsMore t22}}}:
windows=[Window{363796ad u0 com.android.settings/com.android.settings.aliy
un.AliSystemSettingsMore}]
windowType=2 hidden=true hasVisible=true
app=true voiceInteraction=false
allAppWindows=[Window{363796ad u0 com.android.settings/com.android.setting
s.aliyun.AliSystemSettingsMore}]
groupId=22 appFullscreen=true requestedOrientation=1
hiddenRequested=true clientHidden=true willBeHidden=false reportedDrawn=fa
lse reportedVisible=false
numInterestingWindows=1 numDrawnWindows=1 inPendingTransaction=false allDr
awn=true (animator=true)
startingData=null removed=false firstWindowDrawn=true mDeferRemoval=false
Activity #0 AppWindowToken{fb2a2d0 token=Token{2bda6cd ActivityRecord{98da46
4 u0 com.android.settings/.Settings t22}}}:
windows=[Window{13ab8d71 u0 com.android.settings/com.android.settings.Sett
ings}]
windowType=2 hidden=true hasVisible=true
app=true voiceInteraction=false
allAppWindows=[Window{13ab8d71 u0 com.android.settings/com.android.setting
s.Settings}]
groupId=22 appFullscreen=true requestedOrientation=1
hiddenRequested=true clientHidden=true willBeHidden=false reportedDrawn=fa
lse reportedVisible=false
numInterestingWindows=1 numDrawnWindows=1 inPendingTransaction=false allDr
awn=true (animator=true)
startingData=null removed=false firstWindowDrawn=true mDeferRemoval=false
mTaskId=13
Activity #0 AppWindowToken{25f34ed8 token=Token{3587bdfd ActivityRecord{3841
da54 u0 com.android.settings/.Settings$WifiSettingsActivity t13}}}:
windows=[Window{2830d7ab u0 com.android.settings/com.android.settings.Sett
ings$WifiSettingsActivity}]
windowType=2 hidden=true hasVisible=true
app=true voiceInteraction=false
allAppWindows=[Window{2830d7ab u0 com.android.settings/com.android.setting
s.Settings$WifiSettingsActivity}]
groupId=13 appFullscreen=true requestedOrientation=1
hiddenRequested=true clientHidden=true willBeHidden=false reportedDrawn=fa
lse reportedVisible=false
numInterestingWindows=1 numDrawnWindows=1 inPendingTransaction=false allDr
awn=true (animator=true)
startingData=null removed=false firstWindowDrawn=true mDeferRemoval=false
mStackId=0
mTaskId=8
Activity #0 AppWindowToken{38ce4d95 token=Token{1dc1094c ActivityRecord{d151
57f u0 com.aliyun.homeshell/.Launcher t8}}}:
windows=[Window{3900707b u0 com.aliyun.homeshell/com.aliyun.homeshell.Laun
cher}]
windowType=2 hidden=true hasVisible=true
app=true voiceInteraction=false
allAppWindows=[Window{3900707b u0 com.aliyun.homeshell/com.aliyun.homeshel
l.Launcher}]
groupId=8 appFullscreen=true requestedOrientation=1
hiddenRequested=true clientHidden=true willBeHidden=false reportedDrawn=fa
lse reportedVisible=false
numInterestingWindows=1 numDrawnWindows=1 inPendingTransaction=false allDr
awn=true (animator=true)
startingData=null removed=false firstWindowDrawn=true mDeferRemoval=false
C:\adb>
这边我们可以看到:
Display: mDisplayId=0
init=480x854 240dpi cur=480x854 app=480x854 rng=480x442-854x816
deferred=false layoutNeeded=false
mDisplayId 为显示屏编号
init 是初始分辨率和屏幕密度
高度为 854 - 480 = 374px 合 124dp
app 的高度比 init 里的要小 表示屏幕底部有虚拟按键 例如:
Display: mDisplayId=0
init=1080x1920 420dpi cur=1080x1920 app=1080x1794 rng=1080x1017-1810x1731
deferred=false layoutNeeded=false
高度为 1920 - 1794 = 126px 合 42dp
%%%%%
查看 android_id
C:\adb>adb shell settings get secure android_id
9522012cbcb681c3
C:\adb>
%%%%%
查看 IMEI
Android 4.4 以下可以通过该命令输出:
adb shell dumpsys iphonesubinfo
而在 Android 5.0 及以上版本里这个命令输出为空
得通过其她方式获取了 有些手机需要 root 权限
C:\adb>adb shell dumpsys iphonesubinfo
C:\adb>adb shell
shell@hyf9300_6735m_35gc:/ $ service call iphonesubinfo 1
Result: Parcel(
0x00000000: ffffffff 00000069 00650052 00750071 '....i...R.e.q.u.'
0x00000010: 00720069 00730065 00520020 00410045 'i.r.e.s. .R.E.A.'
0x00000020: 005f0044 00480050 004e004f 005f0045 'D._.P.H.O.N.E._.'
0x00000030: 00540053 00540041 003a0045 004e0020 'S.T.A.T.E.:. .N.'
0x00000040: 00690065 00680074 00720065 00750020 'e.i.t.h.e.r. .u.'
0x00000050: 00650073 00200072 00300032 00300030 's.e.r. .2.0.0.0.'
0x00000060: 006e0020 0072006f 00630020 00720075 ' .n.o.r. .c.u.r.'
0x00000070: 00650072 0074006e 00700020 006f0072 'r.e.n.t. .p.r.o.'
0x00000080: 00650063 00730073 00680020 00730061 'c.e.s.s. .h.a.s.'
0x00000090: 00610020 0064006e 006f0072 00640069 ' .a.n.d.r.o.i.d.'
0x000000a0: 0070002e 00720065 0069006d 00730073 '..p.e.r.m.i.s.s.'
0x000000b0: 006f0069 002e006e 00450052 00440041 'i.o.n...R.E.A.D.'
0x000000c0: 0050005f 004f0048 0045004e 0053005f '_.P.H.O.N.E._.S.'
0x000000d0: 00410054 00450054 0000002e 'T.A.T.E..... ')
shell@hyf9300_6735m_35gc:/ $
把里面的有效内容提取出来就是 IMEI 了
%%%%%
查看 Android 系统版本
C:\adb>adb shell getprop ro.build.version.release
5.1
C:\adb>
%%%%%
查看 IP 地址
使用该命令:
adb shell ifconfig
如果是 Linux 可以过滤 Mask
adb shell ifconfig | grep Mask
例如输出信息为
inet addr:192.168.0.100 Mask:255.255.255.252
inet addr:127.0.0.1 Mask:255.0.0.0
则 IP 就为 192.168.0.100
在有的设备上这个命令没有输出
如果设备连着 WiFi 可以使用如下命令来查看局域网 IP
C:\adb>adb shell ifconfig
C:\adb>adb shell ifconfig wlan0
wlan0: ip 192.168.0.106 mask 255.255.255.0 flags [up broadcast running multicast
]
C:\adb>
找到 IP 为 192.168.0.106
如果上面命令还是得不到期望的信息 可以试试如下命令 部分系统版本里可用:
C:\adb>adb shell netcfg
ip6tnl0 DOWN 0.0.0.0/0 0x00000080 00:00:00:
00:00:00
wlan0 UP 192.168.0.106/24 0x00001043 b0:00:0a:
bf:41:d3
tunl0 DOWN 0.0.0.0/0 0x00000080 00:00:00:
00:00:00
sit0 DOWN 0.0.0.0/0 0x00000080 00:00:00:
00:00:00
p2p0 UP 0.0.0.0/0 0x00001003 b2:00:0a:
bf:41:d3
ifb0 DOWN 0.0.0.0/0 0x00000082 7e:44:64:
e5:3d:7d
ifb1 DOWN 0.0.0.0/0 0x00000082 2a:13:86:
02:78:62
lo UP 127.0.0.1/8 0x00000049 00:00:00:
00:00:00
ccmni0 DOWN 0.0.0.0/0 0x00000080 22:8c:6e:
03:6f:03
ccmni1 DOWN 0.0.0.0/0 0x00000080 b2:66:7a:
6c:6c:7d
ccmni2 DOWN 0.0.0.0/0 0x00000080 8e:02:fa:
58:a3:42
C:\adb>
IP 为 192.168.0.106
可以看到网络连接名称、启用状态、IP 地址和 Mac 地址等信息
%%%%%
查看 Mac 地址
C:\adb>adb shell cat /sys/class/net/wlan0/address
b0:00:0a:bf:41:d3
C:\adb>
这查看的是局域网 Mac 地址
移动网络或其她连接的信息可以通过前面的查看IP 地址 里提到的 adb shell netcfg 命令查看
%%%%%
查看 CPU 信息
C:\adb>adb shell cat /proc/cpuinfo
Processor : ARMv7 Processor rev 4 (v7l)
processor : 0
BogoMIPS : 32.39
Features : swp half thumb fastmult vfp edsp neon vfpv3 tls vfpv4 idiva id
ivt
CPU implementer : 0x41
CPU architecture: 7
CPU variant : 0x0
CPU part : 0xd03
CPU revision : 4
Hardware : MT6735M
Revision : 0000
Serial : 0000000000000000
C:\adb>
可以看到 硬件 Hardware 是 MT6735M
processor 编号就一个 0 所以她是 1 核的
采用的 架构 Processor 是 ARMv7 Processor rev 4 (v7l)
%%%%%
查看内存信息
C:\adb>adb shell cat /proc/meminfo
MemTotal: 958976 kB
MemFree: 107808 kB
Buffers: 9960 kB
Cached: 369596 kB
SwapCached: 0 kB
Active: 497712 kB
Inactive: 202040 kB
Active(anon): 321808 kB
Inactive(anon): 1136 kB
Active(file): 175904 kB
Inactive(file): 200904 kB
Unevictable: 1484 kB
Mlocked: 0 kB
HighTotal: 518396 kB
HighFree: 2264 kB
LowTotal: 440580 kB
LowFree: 105544 kB
SwapTotal: 0 kB
SwapFree: 0 kB
Dirty: 0 kB
Writeback: 0 kB
AnonPages: 321836 kB
Mapped: 212992 kB
Shmem: 1264 kB
Slab: 40292 kB
SReclaimable: 19248 kB
SUnreclaim: 21044 kB
KernelStack: 10536 kB
PageTables: 18728 kB
NFS_Unstable: 0 kB
Bounce: 0 kB
WritebackTmp: 0 kB
CommitLimit: 479488 kB
Committed_AS: 27107720 kB
VmallocTotal: 499712 kB
VmallocUsed: 121608 kB
VmallocChunk: 143744 kB
C:\adb>
其中 MemTotal 就是设备的总内存 MemFree 是当前空闲内存
%%%%%
查看硬件信息和系统属性
如果你具有 root 权限可以使用该命令查看硬件信息
如果没有权限就会像我下面一样提示不允许操作:
C:\adb>adb shell cat /system/build.prop
/system/bin/sh: cat: /system/build.prop: Operation not permitted
C:\adb>adb shell
shell@hyf9300_6735m_35gc:/ $ cat /system/build.prop
/system/bin/sh: cat: /system/build.prop: Operation not permitted
1|shell@hyf9300_6735m_35gc:/ $ ^D
C:\adb>
不过我们可以使用命令单独查看系统属性!!!
语法如下:
adb shell getprop 系统属性
常用系统属性如下:
ro.build.version.sdk SDK 版本
ro.build.version.release Android 系统版本
ro.build.version.security_patch Android 安全补丁程序级别
ro.product.model 型号
ro.product.brand 品牌
ro.product.name 设备名
ro.product.board 处理器型号
ro.product.cpu.abilist CPU 支持的 abi 列表
persist.sys.isUsbOtgEnabled 是否支持 OTG
dalvik.vm.heapsize 每个应用程序的内存上限
ro.sf.lcd_density 屏幕密度
各种属性单独查看示例:
C:\adb>adb shell getprop ro.build.version.sdk /* SDK 版本 */
22
C:\adb>adb shell getprop ro.build.version.release /* Android 系统版本 */
5.1
C:\adb>adb shell getprop ro.build.version.security_patch /* Android 安全补丁程序级别 */
2016-07-05
C:\adb>adb shell getprop ro.product.model /* 型号 */
laaboo D1
C:\adb>adb shell getprop ro.product.brand /* 型号 */
laaboo
C:\adb>adb shell getprop ro.product.name /* 设备名 */
full_hyf9300_6735m_35gc
C:\adb>adb shell getprop ro.product.board /* 处理器型号 */
C:\adb>adb shell getprop ro.product.cpu.abilist /* CPU 支持的 abi 列表 */
armeabi-v7a,armeabi
C:\adb>adb shell getprop persist.sys.isUsbOtgEnabled /* 是否支持 OTG */
C:\adb>adb shell getprop dalvik.vm.heapsize /* 每个应用程序的内存上限 */
256m
C:\adb>adb shell getprop ro.sf.lcd_density /* 屏幕密度 */
240
C:\adb>
一些小厂定制的 ROM 可能修改过 CPU 支持的 abi 列表的属性名
如果用 ro.product.cpu.abilist 属性名查找不到 abi 列表可以这样:
Linux 下直接 grep 过滤:
adb shell cat /system/build.prop | grep ro.product.cpu.abi
adb shell getpropp | grep ro.product.cpu.abi
Windows 下使用
adb shell cat /system/build.prop | findstr ro.product.cpu.abi
adb shell getprop | findstr ro.product.cpu.abi
这边示例 Windows 命令提示符下:
C:\adb>adb shell cat /system/build.prop | findstr ro.product.cpu.abi
C:\adb>adb shell cat /system/build.prop
/system/bin/sh: cat: /system/build.prop: Operation not permitted
C:\adb>adb shell getprop | findstr ro.product.cpu.abi
[ro.product.cpu.abi2]: [armeabi]
[ro.product.cpu.abi]: [armeabi-v7a]
[ro.product.cpu.abilist32]: [armeabi-v7a,armeabi]
[ro.product.cpu.abilist64]: []
[ro.product.cpu.abilist]: [armeabi-v7a,armeabi]
C:\adb>
%%%%%
获取全部系统属性
C:\adb>adb shell getprop > tmp.txt
C:\adb>notepad tmp.txt
C:\adb>
此时手机系统属性已经输出到 tem.txt 文件
使用记事本打开查找 product 属性
如果你是 Linux 可以直接使用 grep 过滤:
adb shell getprop | grep product
当然如果你有 root 权限也可以查看 /system/build.prop 文件中的属性值:
adb shell cat /system/build.prop | grep product
如果是在 Windows CMD 下可以使用类似 grep 的 findstr 过滤:
C:\adb>adb shell getprop | findstr product
[ro.build.product]: [hyf9300_6735m_35gc]
[ro.product.board]: []
[ro.product.brand]: [laaboo]
[ro.product.cpu.abi2]: [armeabi]
[ro.product.cpu.abi]: [armeabi-v7a]
[ro.product.cpu.abilist32]: [armeabi-v7a,armeabi]
[ro.product.cpu.abilist64]: []
[ro.product.cpu.abilist]: [armeabi-v7a,armeabi]
[ro.product.device]: [hyf9300_6735m_35gc]
[ro.product.locale.language]: [zh]
[ro.product.locale.region]: [CN]
[ro.product.manufacturer]: [bird]
[ro.product.model]: [laaboo D1]
[ro.product.name]: [full_hyf9300_6735m_35gc]
C:\adb>
或者检索文件内容:文章来源:https://www.toymoban.com/news/detail-490804.html
C:\adb>type tmp.txt | findstr product
[ro.build.product]: [hyf9300_6735m_35gc]
[ro.product.board]: []
[ro.product.brand]: [laaboo]
[ro.product.cpu.abi2]: [armeabi]
[ro.product.cpu.abi]: [armeabi-v7a]
[ro.product.cpu.abilist32]: [armeabi-v7a,armeabi]
[ro.product.cpu.abilist64]: []
[ro.product.cpu.abilist]: [armeabi-v7a,armeabi]
[ro.product.device]: [hyf9300_6735m_35gc]
[ro.product.locale.language]: [zh]
[ro.product.locale.region]: [CN]
[ro.product.manufacturer]: [bird]
[ro.product.model]: [laaboo D1]
[ro.product.name]: [full_hyf9300_6735m_35gc]
C:\adb>
tmp.txt 文件内容:文章来源地址https://www.toymoban.com/news/detail-490804.html
[af.policy.r_submix_prio_adjust]: [0]
[af.rf_info]: [273]
[camera.disable_zsl_mode]: [1]
[curlockscreen]: [1]
[dalvik.vm.dex2oat-Xms]: [64m]
[dalvik.vm.dex2oat-Xmx]: [512m]
[dalvik.vm.heapgrowthlimit]: [128m]
[dalvik.vm.heapsize]: [256m]
[dalvik.vm.image-dex2oat-Xms]: [64m]
[dalvik.vm.image-dex2oat-Xmx]: [64m]
[dalvik.vm.isa.arm.features]: [default]
[dalvik.vm.mtk-stack-trace-file]: [/data/anr/mtk_traces.txt]
[dalvik.vm.stack-trace-file]: [/data/anr/traces.txt]
[debug.MB.running]: [0]
[debug.force_rtl]: [0]
[debug.hwc.bq_count]: [3]
[debug.hwc.compose_level]: [0]
[debug.hwc.dump_level]: [0]
[debug.hwui.render_dirty_regions]: [false]
[debug.mdlogger.Running]: [0]
[debug.mdlogger.log2sd.path]: [internal_sd]
[debug.mtk.aee.db]: [4:/data/aee_exp/db.fatal.01.JE]
[debug.mtklog.netlog.Running]: [0]
[debug.program_binary.enable]: [1]
[dev.bootcomplete]: [1]
[dhcp.ipv6.wlan0.dns1]: []
[dhcp.ipv6.wlan0.dns2]: []
[dhcp.ipv6.wlan0.ipaddress]: []
[dhcp.ipv6.wlan0.leasetime]: []
[dhcp.ipv6.wlan0.result]: []
[dhcp.wlan0.dns1]: [192.168.1.1]
[dhcp.wlan0.dns2]: [192.168.0.1]
[dhcp.wlan0.dns3]: []
[dhcp.wlan0.dns4]: []
[dhcp.wlan0.domain]: []
[dhcp.wlan0.gateway]: [192.168.0.1]
[dhcp.wlan0.ipaddress]: [192.168.0.105]
[dhcp.wlan0.leasetime]: [7200]
[dhcp.wlan0.mask]: [255.255.255.0]
[dhcp.wlan0.mtu]: []
[dhcp.wlan0.pid]: [4224]
[dhcp.wlan0.reason]: [BOUND]
[dhcp.wlan0.result]: [failed]
[dhcp.wlan0.server]: [192.168.0.1]
[dhcp.wlan0.vendorInfo]: []
[drm.service.enabled]: [true]
[fmradio.driver.enable]: [1]
[gsm.baseband.capability]: [507]
[gsm.current.phone-type]: [1,1]
[gsm.enbr.rat]: [1]
[gsm.gcf.testmode]: [0]
[gsm.network.type]: [Unknown,Unknown]
[gsm.operator.alpha.2]: []
[gsm.operator.alpha]: []
[gsm.operator.iso-country]: []
[gsm.operator.isroaming]: [false,false]
[gsm.operator.numeric]: []
[gsm.project.baseband.2]: [ALI6753_65C_A_L1_HW(LTTG_DSDS)]
[gsm.project.baseband]: [ALI6753_65C_A_L1_HW(LTTG_DSDS)]
[gsm.ril.ct3g.2]: [0]
[gsm.ril.ct3g]: [0]
[gsm.ril.eboot]: [-1]
[gsm.ril.init]: [1]
[gsm.ril.uicctype.2]: [USIM]
[gsm.ril.uicctype]: [USIM]
[gsm.serial]: [111001MT012345678901271037_112454 10 ]
[gsm.sim.operator.alpha]: [,]
[gsm.sim.operator.default-name.2]: []
[gsm.sim.operator.default-name]: []
[gsm.sim.operator.iso-country]: [,]
[gsm.sim.operator.numeric]: [,]
[gsm.sim.retry.pin1.2]: []
[gsm.sim.retry.pin1]: []
[gsm.sim.retry.pin2.2]: []
[gsm.sim.retry.pin2]: []
[gsm.sim.retry.puk1.2]: []
[gsm.sim.retry.puk1]: []
[gsm.sim.retry.puk2.2]: []
[gsm.sim.retry.puk2]: []
[gsm.sim.ril.mcc.mnc.2]: [sim_absent]
[gsm.sim.ril.mcc.mnc]: [sim_absent]
[gsm.sim.ril.phbready.2]: []
[gsm.sim.ril.phbready]: []
[gsm.sim.state]: [ABSENT,ABSENT]
[gsm.version.baseband1]: [MOLY.LR9.W1444.MD.LWTG.MP.V48.P59, 2016/07/26 17:51]
[gsm.version.baseband]: [MOLY.LR9.W1444.MD.LWTG.MP.V48.P59, 2016/07/26 17:51]
[gsm.version.ril-impl]: [mtk gemini ril 1.0]
[init.svc.DMAgent]: [running]
[init.svc.MtkCodecService]: [running]
[init.svc.NvRAMAgent]: [running]
[init.svc.PPLAgent]: [running]
[init.svc.adbd]: [running]
[init.svc.aliyun_uuid]: [stopped]
[init.svc.autokd]: [running]
[init.svc.batterywarning]: [running]
[init.svc.bootanim]: [stopped]
[init.svc.bootlogoupdater]: [stopped]
[init.svc.ccci_fsd]: [running]
[init.svc.ccci_mdinit]: [running]
[init.svc.chk_sys]: [running]
[init.svc.chksys.err]: [1]
[init.svc.chksys.st]: [6]
[init.svc.conn_launcher]: [running]
[init.svc.copyFontFile]: [stopped]
[init.svc.debuggerd]: [running]
[init.svc.dhcpcd_wlan0]: [stopped]
[init.svc.disp]: [stopped]
[init.svc.disp_chksys_err]: [running]
[init.svc.drm]: [running]
[init.svc.emdlogger1]: [running]
[init.svc.fuelgauged]: [running]
[init.svc.gsm0710muxd]: [running]
[init.svc.guiext-server]: [running]
[init.svc.healthd]: [running]
[init.svc.installd]: [running]
[init.svc.keystore]: [running]
[init.svc.lmkd]: [running]
[init.svc.logd]: [running]
[init.svc.media]: [running]
[init.svc.mobile_log_d]: [running]
[init.svc.msensord]: [stopped]
[init.svc.mtkbt]: [running]
[init.svc.netd]: [running]
[init.svc.netdiag]: [running]
[init.svc.nvram_daemon]: [stopped]
[init.svc.p2p_supplicant]: [stopped]
[init.svc.permission_check]: [stopped]
[init.svc.phishingshell]: [running]
[init.svc.pq]: [stopped]
[init.svc.preloadapp]: [stopped]
[init.svc.program_binary]: [running]
[init.svc.ril-daemon-mtk]: [running]
[init.svc.sdcard]: [running]
[init.svc.secd]: [running]
[init.svc.servicemanager]: [running]
[init.svc.sn]: [stopped]
[init.svc.surfaceflinger]: [running]
[init.svc.terservice]: [stopped]
[init.svc.thermal]: [running]
[init.svc.thermal_manager]: [stopped]
[init.svc.thermald]: [running]
[init.svc.ueventd]: [running]
[init.svc.vold]: [running]
[init.svc.volte_imcb]: [running]
[init.svc.volte_stack]: [running]
[init.svc.volte_ua]: [running]
[init.svc.webserver]: [running]
[init.svc.wifi2agps]: [running]
[init.svc.wmtLoader]: [stopped]
[init.svc.xlogboot]: [stopped]
[init.svc.xlogdebugchanged]: [stopped]
[init.svc.zygote]: [running]
[mediatek.wlan.chip]: [CONSYS_MT6735]
[mediatek.wlan.ctia]: [0]
[mediatek.wlan.module.postfix]: [_consys_mt6735]
[mtk.md1.starttime]: [1s Fri Jan 1 08:00:12 2016
]
[mtk.md1.status]: [ready]
[mtk_wifi.fwpath]: [STA]
[net.bt.name]: [Android]
[net.change]: [net.dns2]
[net.dns1]: [192.168.1.1]
[net.dns2]: [192.168.0.1]
[net.hostname]: [YunOS-9522012cbcb681c3]
[net.nsiot_pending]: [false]
[net.qtaguid_enabled]: [1]
[net.tcp.default_init_rwnd]: [60]
[persist.af.losslessbt.on]: [0]
[persist.bootanim.s]: [0]
[persist.bt.fwdump]: [0]
[persist.bt.version]: [-1225789988]
[persist.dbg.volte_avail_ovr]: [1]
[persist.dm.lock]: [false]
[persist.dq_first_boot]: [1]
[persist.env.spec]: [Default]
[persist.fakefocus.back]: [1]
[persist.gemini.sim_num]: [2]
[persist.manual.set.primarycard]: [no]
[persist.md.perm.checked]: [1]
[persist.meta.dumpdata]: [0]
[persist.mtk.combo.coredump]: [no]
[persist.mtk.volte.enable]: [1]
[persist.mtk.wcn.combo.chipid]: [0x0335]
[persist.mtk.wcn.combo.coredump]: [no]
[persist.mtk.wcn.fwlog.status]: [no]
[persist.radio.default.sim]: [0]
[persist.radio.fd.counter]: [15]
[persist.radio.fd.off.counter]: [5]
[persist.radio.fd.off.r8.counter]: [5]
[persist.radio.fd.r8.counter]: [15]
[persist.radio.ia-apn]: []
[persist.radio.ia]: []
[persist.radio.mobile.data]: [0,0]
[persist.radio.multisim.config]: [dsds]
[persist.radio.reset_on_switch]: [true]
[persist.radio.simswitch]: [1]
[persist.ratio]: [0]
[persist.service.acm.enable]: []
[persist.service.adb.enable]: []
[persist.service.stk.shutdown]: [0]
[persist.sys.bootmusic]: [0]
[persist.sys.country]: [CN]
[persist.sys.cpucoreindex]: [0]
[persist.sys.cpumodelindex]: [0]
[persist.sys.cpurateindex]: [0]
[persist.sys.dalvik.vm.lib.2]: [libart.so]
[persist.sys.datasize]: [8]
[persist.sys.datatimes]: [1]
[persist.sys.disconnect.vib]: [0]
[persist.sys.dpiheight]: [960]
[persist.sys.dpiindex]: [1]
[persist.sys.dpiwidth]: [540]
[persist.sys.first_time_boot]: [false]
[persist.sys.garbage.start]: [1]
[persist.sys.hotpatch.running]: [false]
[persist.sys.language]: [zh]
[persist.sys.localevar]: []
[persist.sys.mute.state]: [2]
[persist.sys.pixelback]: [500]
[persist.sys.pixelfront]: [200]
[persist.sys.pixelindex]: [0]
[persist.sys.port_index]: []
[persist.sys.pq.adl.idx]: [0]
[persist.sys.pq.shp.idx]: [2]
[persist.sys.profiler_ms]: [0]
[persist.sys.ramromindex]: [0]
[persist.sys.ramsize]: [1]
[persist.sys.romsize]: [8]
[persist.sys.romtimes]: [1]
[persist.sys.root]: [0]
[persist.sys.sd.defaultpath]: [/storage/sdcard0]
[persist.sys.timezone]: [Asia/Shanghai]
[persist.sys.usb.config]: [mtp,adb]
[persist.sys.yunosflag]: [1]
[qemu.hw.mainkeys]: [1]
[ril.active.md]: [6]
[ril.cdma.switching]: [0]
[ril.current.share_modem]: [2]
[ril.data.allow]: [0]
[ril.ecclist1]: []
[ril.ecclist]: []
[ril.external.md]: [0]
[ril.fd.mode]: [1]
[ril.first.md]: [1]
[ril.flightmode.poweroffMD]: [1]
[ril.ia.iccid]: []
[ril.iccid.sim1]: [N/A]
[ril.iccid.sim2]: [N/A]
[ril.ipo.radiooff.2]: [0]
[ril.ipo.radiooff]: [0]
[ril.mux.ee.md1]: [0]
[ril.mux.report.case]: [0]
[ril.nw.rat.detail]: [1]
[ril.radiooff.poweroffMD]: [0]
[ril.read.imsi]: [1]
[ril.ready.sim]: [false]
[ril.specific.sm_cause]: [0]
[ril.telephony.mode]: [0]
[ril.volte.imcb]: [1]
[ril.volte.stack]: [1]
[ril.volte.ua]: [1]
[rild.libargs]: [-d /dev/ttyC0]
[rild.libpath]: [mtk-ril.so]
[rild.mark_switchuser]: [0]
[ro.adb.secure]: [1]
[ro.aliyun.clouduuid]: [A1337A4CA0F8F4C14D0A085611AE3A14]
[ro.aliyun.prefer_music_package]: [fm.xiami.yunos]
[ro.allow.mock.location]: [0]
[ro.apr.mode]: [off]
[ro.audio.silent]: [0]
[ro.baseband]: [unknown]
[ro.board.platform]: [mt6735m]
[ro.boot.bootreason]: [power_key]
[ro.boot.hardware]: [mt6735]
[ro.boot.selinux]: [enforcing]
[ro.boot.serialno]: [4D8HVS4TCACUMN5D]
[ro.bootloader]: [unknown]
[ro.bootmode]: [unknown]
[ro.btstack]: [blueangel]
[ro.build.characteristics]: [default]
[ro.build.date.utc]: [1476798340]
[ro.build.date]: [Tue Oct 18 21:45:40 CST 2016]
[ro.build.description]: [full_hyf9300_6735m_35gc-user 5.1 LMY47D 1476796951 release-keys]
[ro.build.display.id]: [ALPS.L1.MP3.V2.95_ALI6735M.35GC.A.L1_P9]
[ro.build.fingerprint]: [laaboo/full_hyf9300_6735m_35gc/hyf9300_6735m_35gc:5.1/LMY47D/1476796951:user/release-keys]
[ro.build.flavor]: [full_hyf9300_6735m_35gc-user]
[ro.build.host]: [swserver03]
[ro.build.id]: [LMY47D]
[ro.build.product]: [hyf9300_6735m_35gc]
[ro.build.tags]: [release-keys]
[ro.build.type]: [user]
[ro.build.user]: [yuchun]
[ro.build.version.all_codenames]: [REL]
[ro.build.version.base_os]: []
[ro.build.version.codename]: [REL]
[ro.build.version.incremental]: [1476796951]
[ro.build.version.release]: [5.1]
[ro.build.version.sdk]: [22]
[ro.build.version.security_patch]: [2016-07-05]
[ro.camera.sound.forced]: [0]
[ro.carrier]: [unknown]
[ro.com.android.dateformat]: [MM-dd-yyyy]
[ro.com.android.mobiledata]: [true]
[ro.config.alarm_alert]: [01_10MinsLife.ogg]
[ro.config.low_ram]: [true]
[ro.config.message_alert]: [01_Message.ogg]
[ro.config.notification_sound]: [02_Notification.ogg]
[ro.config.ringtone]: [01_Clouds.ogg]
[ro.crypto.fuse_sdcard]: [true]
[ro.crypto.state]: [unencrypted]
[ro.custom.version]: [V8_H801_D1_Laaboo_CMI_V3_V1.1.0_VOL]
[ro.dalvik.vm.native.bridge]: [0]
[ro.debuggable]: [0]
[ro.denqin.delete.dialog]: [yes]
[ro.denqin.version]: [V8_H801_D1_Laaboo_CMI_V3_V1.1.0_VOL_user_20161018_21_45_40]
[ro.dq.fakeinfo.change]: [1]
[ro.dq.internal.test]: [1]
[ro.dq.score.test]: [1]
[ro.factorytest]: [0]
[ro.frp.pst]: [/dev/block/platform/mtk-msdc.0/by-name/frp]
[ro.gemini.smart_sim_switch]: [false]
[ro.hardware]: [mt6735]
[ro.have_aacencode_feature]: [1]
[ro.have_aee_feature]: [1]
[ro.hwui.disable_asset_atlas]: [true]
[ro.hwui.path_cache_size]: [0]
[ro.hwui.text_small_cache_height]: [256]
[ro.hwui.text_small_cache_width]: [512]
[ro.kernel.zio]: [38,108,105,16]
[ro.mediatek.chip_ver]: [S01]
[ro.mediatek.cmcc.oompolicy]: [1]
[ro.mediatek.gemini_support]: [true]
[ro.mediatek.platform]: [MT6735]
[ro.mediatek.project.path]: [device/alibaba/hyf9300_6735m_35gc]
[ro.mediatek.version.branch]: [L1.MP3.PPB2]
[ro.mediatek.version.release]: [ALPS.L1.MP3.V2.95_ALI6735M.35GC.A.L1_P9]
[ro.mediatek.version.sdk]: [4]
[ro.mediatek.wlan.p2p]: [1]
[ro.mediatek.wlan.wsc]: [1]
[ro.mount.fs]: [EXT4]
[ro.mtk_2sdcard_swap]: [1]
[ro.mtk_antibricking_level]: [2]
[ro.mtk_audenh_support]: [1]
[ro.mtk_audio_ape_support]: [1]
[ro.mtk_audio_profiles]: [1]
[ro.mtk_besloudness_support]: [1]
[ro.mtk_bessurround_support]: [1]
[ro.mtk_bg_power_saving_support]: [1]
[ro.mtk_bg_power_saving_ui]: [1]
[ro.mtk_bip_scws]: [1]
[ro.mtk_bt_support]: [1]
[ro.mtk_cam_mav_support]: [1]
[ro.mtk_cam_mfb_support]: [0]
[ro.mtk_cmcc_ft_precheck_support]: [1]
[ro.mtk_cta_set]: [1]
[ro.mtk_dhcpv6c_wifi]: [1]
[ro.mtk_dialer_search_support]: [1]
[ro.mtk_eap_sim_aka]: [1]
[ro.mtk_emmc_support]: [1]
[ro.mtk_enable_md1]: [1]
[ro.mtk_fd_support]: [1]
[ro.mtk_flight_mode_power_off_md]: [1]
[ro.mtk_flv_playback_support]: [1]
[ro.mtk_fm_recording_support]: [1]
[ro.mtk_gemini_enhancement]: [1]
[ro.mtk_gemini_support]: [1]
[ro.mtk_gmo_ram_optimize]: [1]
[ro.mtk_gmo_rom_optimize]: [1]
[ro.mtk_ims_support]: [1]
[ro.mtk_ipo_support]: [1]
[ro.mtk_live_photo_support]: [1]
[ro.mtk_lossless_bt_audio]: [1]
[ro.mtk_lte_support]: [1]
[ro.mtk_md_sbp_custom_value]: [1]
[ro.mtk_miravision_image_dc]: [1]
[ro.mtk_miravision_support]: [1]
[ro.mtk_mobile_management]: [1]
[ro.mtk_motion_track_support]: [1]
[ro.mtk_multisim_ringtone]: [1]
[ro.mtk_perf_response_time]: [1]
[ro.mtk_perf_simple_start_win]: [1]
[ro.mtk_perfservice_support]: [1]
[ro.mtk_phone_number_geo]: [1]
[ro.mtk_pq_support]: [2]
[ro.mtk_privacy_protection_lock]: [1]
[ro.mtk_rild_read_imsi]: [1]
[ro.mtk_search_db_support]: [1]
[ro.mtk_send_rr_support]: [1]
[ro.mtk_shared_sdcard]: [1]
[ro.mtk_single_imei]: [1]
[ro.mtk_tetheringipv6_support]: [1]
[ro.mtk_thumbnail_play_support]: [1]
[ro.mtk_umts_tdd128_mode]: [1]
[ro.mtk_volte_support]: [1]
[ro.mtk_wapi_support]: [1]
[ro.mtk_wappush_support]: [1]
[ro.mtk_widevine_drm_l3_support]: [1]
[ro.mtk_wifi_mcc_support]: [1]
[ro.mtk_wlan_support]: [1]
[ro.mtk_wmv_playback_support]: [1]
[ro.mtk_world_phone_policy]: [0]
[ro.mtprof.disable]: [1]
[ro.opengles.version]: [196608]
[ro.product.board]: []
[ro.product.brand]: [laaboo]
[ro.product.cpu.abi2]: [armeabi]
[ro.product.cpu.abi]: [armeabi-v7a]
[ro.product.cpu.abilist32]: [armeabi-v7a,armeabi]
[ro.product.cpu.abilist64]: []
[ro.product.cpu.abilist]: [armeabi-v7a,armeabi]
[ro.product.device]: [hyf9300_6735m_35gc]
[ro.product.locale.language]: [zh]
[ro.product.locale.region]: [CN]
[ro.product.manufacturer]: [bird]
[ro.product.model]: [laaboo D1]
[ro.product.name]: [full_hyf9300_6735m_35gc]
[ro.revision]: [0]
[ro.runtime.firstboot]: [1451606436333]
[ro.secure]: [1]
[ro.serialno]: [4D8HVS4TCACUMN5D]
[ro.sf.hwrotation]: [0]
[ro.sf.lcd_density]: [240]
[ro.sign.type]: [user]
[ro.sim_me_lock_mode]: [0]
[ro.sim_refresh_reset_by_modem]: [1]
[ro.sys.usb.bicr]: [yes]
[ro.sys.usb.charging.only]: [yes]
[ro.sys.usb.mtp.whql.enable]: [0]
[ro.sys.usb.storage.type]: [mtp,mass_storage]
[ro.telephony.sim.count]: [2]
[ro.uuid.version]: [3.1.0]
[ro.vpn.lockscreen]: [1]
[ro.wifi.channels]: []
[ro.yunos.2sdcard]: [yes]
[ro.yunos.adb.debug_mode]: [false]
[ro.yunos.backlight]: [0]
[ro.yunos.build.version.bk]: [3.2.0-F-20161019.9011]
[ro.yunos.build.version]: [3.2.0-F-20161019.9011]
[ro.yunos.carrier.code]: [NONE]
[ro.yunos.carrier.custom]: [NONE]
[ro.yunos.carrier.fake]: [false]
[ro.yunos.device.chipset]: [MT6735m]
[ro.yunos.device.cores]: [4]
[ro.yunos.device.cpu]: [1.2GHZ]
[ro.yunos.device.romsize]: [4G]
[ro.yunos.dualgesture]: [no]
[ro.yunos.global.theme]: [no]
[ro.yunos.hardkey]: [1]
[ro.yunos.international]: [false]
[ro.yunos.magazine.interval]: [-1]
[ro.yunos.md.theme]: [yes]
[ro.yunos.mini_screen]: [no]
[ro.yunos.model]: [denqin_V8_RT034_H801_D1_CMI_V3]
[ro.yunos.navbar.hardmemu]: [false]
[ro.yunos.navbar.hidebutton]: [true]
[ro.yunos.platform]: [MTK]
[ro.yunos.project.name]: [hyf9300_6735m_35gc]
[ro.yunos.project.serial]: [NONE]
[ro.yunos.sdcardslot]: [yes]
[ro.yunos.sdk.version]: [3]
[ro.yunos.security.secd]: [1]
[ro.yunos.singlegesture]: [no]
[ro.yunos.smart.MT.silent]: [false]
[ro.yunos.sms_calllog.open]: [no]
[ro.yunos.support.agedmode]: [true]
[ro.yunos.support.bigcard]: [true]
[ro.yunos.support.bigicon]: [true]
[ro.yunos.support.bt]: [yes]
[ro.yunos.support.colortest]: [no]
[ro.yunos.support.cta]: [no]
[ro.yunos.support.effect3d]: [false]
[ro.yunos.support.flingicon]: []
[ro.yunos.support.fullwidget]: [true]
[ro.yunos.support.gps]: [yes]
[ro.yunos.support.hideseat]: [true]
[ro.yunos.support.led_light]: [false]
[ro.yunos.support.mosec]: [no]
[ro.yunos.support.notiwidget]: [true]
[ro.yunos.support.privacy_space]: [yes]
[ro.yunos.support.pulldownsearch]: []
[ro.yunos.support.pushtalk]: [false]
[ro.yunos.support.qiandun]: [yes]
[ro.yunos.support.screenedit]: []
[ro.yunos.support.shortcut]: [yes]
[ro.yunos.support.thrfingerlock]: []
[ro.yunos.support.vpn]: [yes]
[ro.yunos.support_fingerprintpay]: [false]
[ro.yunos.terminal.mode]: [adb]
[ro.yunos.update.version]: [20180117.1410]
[ro.yunos.version]: [3.2.0]
[ro.yunos.vm.name]: [AOC]
[ro.yunos.webruntime]: [true]
[ro.zygote.preload.enable]: [0]
[ro.zygote]: [zygote32]
[selinux.reload_policy]: [1]
[service.bootanim.exit]: [1]
[service.cat.install.on.2]: [0]
[service.cat.install.on.3]: [0]
[service.cat.install.on.4]: [0]
[service.cat.install.on]: [0]
[service.nvram_init]: [Ready]
[service.wcn.driver.ready]: [yes]
[sys.boot.reason]: [0]
[sys.boot_completed]: [1]
[sys.ipo.pwrdncap]: [2]
[sys.ipowin.done]: [1]
[sys.logo.index]: [0]
[sys.logo.proinfo]: [k]
[sys.push.switch]: [true]
[sys.settings_global_version]: [2]
[sys.settings_system_version]: [102]
[sys.sysctl.tcp_def_init_rwnd]: [60]
[sys.usb.config]: [mtp,adb]
[sys.usb.mtpConnect]: [mtpConnection]
[sys.usb.state]: [mtp,adb]
[sys.usb.vid]: [29D5]
[sys.yunos.theme.iconversion]: [1]
[vold.path.external_sd]: [/storage/sdcard1]
[vold.path.internal_sd]: [/storage/sdcard0]
[vold.post_fs_data_done]: [1]
[vold.swap.state]: [0]
[wfd.dummy.enable]: [1]
[wifi.direct.interface]: [p2p0]
[wifi.interface]: [wlan0]
[wifi.tethering.interface]: [ap0]
[wlan.driver.status]: [unloaded]
到了这里,关于[获取手机信息]-通过 ADB 命令获取手机信息的文章就介绍完了。如果您还想了解更多内容,请在右上角搜索TOY模板网以前的文章或继续浏览下面的相关文章,希望大家以后多多支持TOY模板网!