08 2022 档案

摘要:关闭掉WWAN AutoConfig 阅读全文
posted @ 2022-08-16 10:26 轻轻的吻 阅读(45) 评论(0) 推荐(0) 编辑
摘要:adb reboot bootloader -- 进入fastboot模式 fastboot devices -- 查看设备是否连上 astboot命令: fastboot devices //加载fastboot驱动 fastboot erase xxxx //假如我要擦除RECOVERY 就是: 阅读全文
posted @ 2022-08-13 12:23 轻轻的吻 阅读(418) 评论(0) 推荐(0) 编辑
摘要:1、读RTC相关寄存器值 adb shell echo "0x5A58" > d/regmap/spmi0-00/address //要读的寄存器的起始地址 adb shell echo "10" > d/regmap/spmi0-00/count //读10个 adb shell cat d/re 阅读全文
posted @ 2022-08-13 11:53 轻轻的吻 阅读(509) 评论(0) 推荐(0) 编辑
摘要:一、调试thermal-engine的温控策略 1.找到当前的thermal engine配置 adb shell cat /vendor/etc/thermal-engine > thermal-engine.conf 2.修改该文件后推送到设备上 3.将”debug“放到thermal-engi 阅读全文
posted @ 2022-08-10 09:39 轻轻的吻 阅读(84) 评论(0) 推荐(0) 编辑
摘要:getprop "ro.build.version.release" 阅读全文
posted @ 2022-08-09 18:50 轻轻的吻 阅读(397) 评论(0) 推荐(0) 编辑
摘要:查看CPU是几核 cat /proc/cpuinfo | grep ^processor | wc -l 查看CPU有几个核在运行 cat /sys/devices/system/cpu/online 查看系统支持多少个核: cat /sys/devices/system/cpu/present 开 阅读全文
posted @ 2022-08-04 18:12 轻轻的吻 阅读(738) 评论(1) 推荐(0) 编辑
摘要:一 RTC 概述 1.定义: RTC的英文全称是Real-Time Clock,翻译过来是实时时钟芯片。 RTC芯片是一种能提供日历/时钟(世纪、年、月、时、分、秒)及数据存储等功能的专用集成电路。 2.应用 A.跟踪日期和时间。 B.报警、闹钟、看门狗、高精度的校准寄存器。 C.在待机状态下,作为 阅读全文
posted @ 2022-08-04 17:04 轻轻的吻 阅读(957) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示