摘要: https://www.cnblogs.com/joy99/p/6269946.html 一.android5.1 源码 1.1.ANDROID5.1\frameworks\base\packages\SystemUI\src\com\android\systemui\statusbar\phone 阅读全文
posted @ 2020-12-18 15:30 CrushGirl 阅读(934) 评论(0) 推荐(0)
该文被密码保护。 阅读全文
posted @ 2020-12-13 21:38 CrushGirl 阅读(57) 评论(0) 推荐(0)
摘要: 一.错误提示 Communication error with Jack server (35), try 'jack-diagnose' or see Jack server log [ 12% 1/8] Ensure Jack server is installed and started FA 阅读全文
posted @ 2020-12-09 16:36 CrushGirl 阅读(2083) 评论(0) 推荐(0)
摘要: 一.change_jdk if [ x$1 == x ]; then echo default jdk1.7 exit 0 fi if [ x$1 == x1.6 ]; then echo change jdk to 1.6 export JAVA_HOME=/usr/lib/jvm/jdk1.6. 阅读全文
posted @ 2020-12-08 17:35 CrushGirl 阅读(166) 评论(0) 推荐(0)
摘要: 一,常用wifi型号 a.RelTek系列 AP系列 wifi型号 接口 功能 RTL8188EU USB 单wifi+2.4g RTL8189FTV SDIO 单wifi+2.4g RTL8189ETV SDIO 单wifi+2.4g RTL8723BU USB wifi+bt+2.4g RTL8 阅读全文
posted @ 2020-11-24 08:42 CrushGirl 阅读(1637) 评论(0) 推荐(0)
摘要: Platform: RK3288OS: Android 7.1Kernel: 4.4.143 一.添加PID、VID usb设备有VID(vendor ID,供应商识别码)和PID(Product ID,产品识别码) 同一个厂商的模块vid是一样的,不同的是pid diff --git a/kern 阅读全文
posted @ 2020-11-17 16:40 CrushGirl 阅读(683) 评论(0) 推荐(0)
摘要: Platform: RK3288 OS: Android 5.1 diff --git a/frameworks/opt/net/wifi/service/java/com/android/server/wifi/WifiServiceImpl.java b/frameworks/opt/net/w 阅读全文
posted @ 2020-11-10 18:19 CrushGirl 阅读(807) 评论(0) 推荐(0)
该文被密码保护。 阅读全文
posted @ 2020-11-07 13:55 CrushGirl 阅读(1) 评论(0) 推荐(0)
该文被密码保护。 阅读全文
posted @ 2020-11-06 15:57 CrushGirl 阅读(5) 评论(0) 推荐(0)
摘要: 问题:屏幕太大,滑动距离太大,并且滑动不流畅导致无法解锁 Notification Keyguard 显示通知锁屏 显示分析 一般情况下解锁根据滑动Y距离的长度和速度,再根据一些因数处理,通过阀值完成解锁。 一.PaneView.java frameworks\base\packages\Syste 阅读全文
posted @ 2020-10-28 10:10 CrushGirl 阅读(687) 评论(0) 推荐(0)