获取Android设备的分辨率各种方式前言 有时候需要查看Android设备的分辨率,由于不同的Android版本,使用的方式存不同,因此这里记录一下常用的方式。 总结 下面三种方式都可以,但个人还是热衷于使用adb,只要连接上设备就可以...Android# adb# adb shell# Androidbiumall4年前03010
修改logcat缓存大小前言 Android机器在打印logcat时,偶然由于日志输出过大,会出现如下问题 adb logcat read: unexpected EOF! 然后被强制性退出了打印。 解决的方法有两种,一种是...adb# adb# EOF# logcatbiumall5年前02400
adb shell top 命令的简单使用前言 top命令提供了实时的对Android系统处理器的状态监视.它将显示系统中CPU最“敏感”的任务列表.该命令可以按CPU使用.内存使用和执行时间对任务进行排序. adb shell top 的简...adbAndroid# adb# adb shell top# Andoridbiumall5年前02810
Android 设备adb连接后unauthorized解决方法前言 设备开启了debug模式(开发者模式),但adb devices 后还是有如下提示,大意是未授权状态。 C:\Users\walter>adb devices List of device...adbAndroid# adb# Android# unauthorizedbiumall5年前02330
使用adb shell命令启动动画adb shell 命令 Adb的全称为Android Debug Bridge:android调试桥梁。 Android的初衷是用adb这样的一个工具来协助开发人员在开发android应用的过程中更...adbAndroid# adb# Android Debug Bridge# bootanimbiumall5年前02940
adb 重启Android framework前言 Android调试时,有序需要修改系统的属性。使用adb shell setprop xxxx 后,重启机器后就恢复了。 然后实际中,有些属性如果没重启,会遇到属性值在代码中不生效,重启后,属性...adbAndroid# adb# Andro# Frameworkbiumall5年前02420
Android系统SystemProperties属性的简介前言 在Android项目中,需要各个APP相互交互有时候需要共享数据和状态,因此经常会使用ContentProvider、AIDL和SystemProperties等等。 在上面几个中SystemP...adbAndroid# adb# AIDL# Androidbiumall5年前02730
查询android机器对应的api版本和硬件相关信息开发中有时候需要查看Android机器中的硬件信息,我们可以通过如下方式查询。 以下部分摘抄于网络,后面有备注参考来源。 adb 查询 adb ( Android Debug Bridge)是一个通用...adbAndroid# adb# adia64# Androidbiumall5年前02550