赞
踩
PS:工作中可能会遇到卸载system下的应用,如果使用上面的命令就行不通了,可以尝试一下下面的命令:adb shell pm uninstall --user 0 <应用包名>
adb uninstall 包名
//卸载: adb shell pm uninstall --user 0 应用包名 停用: adb shell pm disable-user 应用包名 启用: adb shell pm enable 应用包名 adb停止应用进程: adb shell am force-stop 应用包名 adb获取root权限: adb root adb重新挂载: adb remount adb查看系统版本: adb shell getprop ro.build.version.release adb查看内存使用: adb shell cat /proc/meminfo
adb shell ifconfig eth0 192.168.4.223 netmask 255.255.255.0
adb shell netcfg
第一步:输入 adb shell 回车
第二步:cat /proc/cpuinfo 回车
设置主页面
adb shell am start com.android.settings/com.android.settings.Settings
安全
adb shell am start com.android.settings/com.android.settings.SecuritySettings
手机无线信息
adb shell am start com.android.settings/com.android.settings.RadioInfo
更多页面
com.android.settings.AccessibilitySettings 辅助功能设置
com.android.settings.ActivityPicker 选择活动
com.android.settings.ApnSettings APN设置
com.android.settings.ApplicationSettings 应用程序设置
com.android.settings.BandMode 设置GSM/UMTS波段
com.android.settings.BatteryInfo 电池信息
com.android.settings.DateTimeSettings 日期和坝上旅游网时间设置
adb pull /data/tombstones D:\
adb pull /data/anr/traces.txt
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。