[Android7.1][RK3399] 插上 TypeC 为 USB_FLOATING_CHARGER 模式 Posted on 2018-12-28 | In Linux , rockchip , power , charger Words count in article: 字 | Reading time ≈ 分钟 问题描述插上 TypeC 后 log 显示为 USB_FLOATING_CHARGER , 正常的应该是 USB_SDP_CHARGER 123456[ 35.192416] rk818-char ... Read more »
[Android6.0][RK3399][BUG] 插上 HDMI 时开机解锁锁屏后死机 Posted on 2018-12-28 | In Linux , rockchip , hdmi Words count in article: 字 | Reading time ≈ 分钟 现象插上 HDMI 情况下开机,解锁锁屏,会死机。 Kernel 出现如下 log 信息: 12345[ 18.415959] rk322x-lcdc vop0: intr post buf em ... Read more »
[Android6.0][RK3399] 开机前几秒串口打印异常问题 Posted on 2018-12-28 | In Linux , rockchip , uart Words count in article: 字 | Reading time ≈ 分钟 问题现象开机 0-3 s 串口打印异常,log 大致如下: 123456 CPLWC�+lH�ؐL)�������ꁳ�ݵ��}�ɽ��������������r���͑�����j郵��� ... Read more »
[Android6.0][RK3399] 更换64GeMMC后无法启动的问题 Posted on 2018-12-28 | In Linux , rockchip , storage , emmc Words count in article: 字 | Reading time ≈ 分钟 错误日志123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525 ... Read more »
[Android5.1][RK3288] LCD Mipi 初始化长包数据规范问题 Posted on 2018-12-28 | In Linux , rockchip , display , MIPI Words count in article: 字 | Reading time ≈ 分钟 先说问题和结论问题首先是因为我出现了这样的 Bug:我的 cmds7 明明填充的是 LP 模式,但是打印中却说是 HS 模式。我在一个帖子中看到说 cmds 参数 不能为 8 和 16 的情况。于是错 ... Read more »
[黑苹果]macos10.14 Mojave安装教程 Posted on 2018-11-27 | In hackintosh , install Words count in article: 字 | Reading time ≈ 分钟 本文介绍Apple原版安装方法,需要用到macos系统,如果没有可以选择懒人版。 准备 装有macos的pc 16G以上U盘或移动硬盘 下载最新版UniBeast UniBeast 和 Mult ... Read more »
[rockchip] resource.img 解压及打包 Posted on 2018-11-22 | In Linux , rockchip , tools Words count in article: 字 | Reading time ≈ 分钟 resource_tool resource_tool 源码位于 /u-boot/tools/resource_tool, 编译uboot后即可生成对应的二进制文件。 解压resource.img ... Read more »
Android7.1 修改系统默认输入法 Posted on 2018-11-08 | In Android Words count in article: 字 | Reading time ≈ 分钟 需求 修改系统默认输入法为讯飞输入法 代码修改 添加Android.mk packages/inputmethods/**目录下创建 输入法的目录FlyIME, 添加Android.mk**, ... Read more »
Android Setting设置中添加上一步按钮 Posted on 2018-11-08 | In Android Words count in article: 字 | Reading time ≈ 分钟 需求 由于系统屏蔽了按键已经下拉功能,需要在进入Setting后返回 效果 实现效果如下图: 分析 Android 系统中已经添加了上一步和下一步按钮,因此只需根据需求打开即可 pat ... Read more »
Android7.1 强制横屏或竖屏显示 Posted on 2018-11-07 | In Android Words count in article: 字 | Reading time ≈ 分钟 需求 由于设备没有重力加速度传感器,需要始终横屏显示 防止部分应用程序修改显示方向 patch12345678910111213diff --git a/device/rockchip/ ... Read more »