会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
Gatsby
博客园
首页
新随笔
联系
管理
上一页
1
···
12
13
14
15
16
17
18
下一页
2020年7月21日
RK:视屏播放问题
摘要: 一. 遇到的问题 1.1.Android OS RK3368 Android6.0 视频播放器不能正常使用 6-15 13:44:27.914 E/RockFFPlayer( 198): open /storage/emulated/0/Android/data/com.howfor.player/
阅读全文
posted @ 2020-07-21 14:08 CrushGirl
阅读(2213)
评论(0)
推荐(0)
2020年7月20日
Android PreferenceScreen
摘要: https://blog.csdn.net/weixin_43529377/article/details/98963095 PreferenceScreen和fragment结合 获取PreferenceScreen 的上下文 final Context context = pref.getCon
阅读全文
posted @ 2020-07-20 19:31 CrushGirl
阅读(480)
评论(0)
推荐(0)
2020年7月15日
RK:GPIO的基操、中断使用(一)
摘要: 只是一些暗恋而已 https://blog.csdn.net/qq_30624591/article/details/87834629 http://wiki.t-firefly.com/zh_CN/AIO-3288C/driver_gpio.html GPIO的使用场景作为输入设备 :光感设备、红
阅读全文
posted @ 2020-07-15 16:11 CrushGirl
阅读(6188)
评论(0)
推荐(0)
HDMI(一):adb 查看HDMI信息
摘要: LeeAaron https://www.cnblogs.com/lialong1st/p/8522240.html rk3288_7.1HDMI开发总结 https://www.codeleading.com/article/24242032782/ 只是一下暗恋而已 https://blog.c
阅读全文
posted @ 2020-07-15 11:42 CrushGirl
阅读(7614)
评论(0)
推荐(0)
2020年7月8日
RK:烧写分区映像
摘要: 一.手动编译后,./mkimage.sh会重新打包boot.img和system.img, 并将其它相关的映像文件拷贝到目录rockdev\Image-rk3288中。以下列出一般固件用到的映像文件: boot.img :Android 的初始文件映像,负责初始化并加载 system 分区 kern
阅读全文
posted @ 2020-07-08 10:32 CrushGirl
阅读(2454)
评论(0)
推荐(0)
2020年7月6日
APK:SerialPortFinder,显示串口列表
摘要: 百分之50 SerialPortFinder 方法 有点意思 这个方法是不涉及底层的,没有native方法,也不需要c和h文件 就能识别串口 MainActivity.java package com.gatsby.serialport; import android.os.Bundle; impo
阅读全文
posted @ 2020-07-06 13:52 CrushGirl
阅读(1365)
评论(0)
推荐(0)
2020年6月27日
Android ContentProvider(一):数据共享
摘要: https://www.jianshu.com/p/94b8582d089a 一、ContentProviderContentProvider为不同的应用之间实现数据共享,提供统一的接口,也就是说ContentProvider可以实现进程间的数据共享,实现跨进程通信 二、ContentProvide
阅读全文
posted @ 2020-06-27 23:25 CrushGirl
阅读(292)
评论(0)
推荐(0)
2020年6月26日
Android SharedPreferences存储(一):保存用户偏好参数
摘要: 一、SharedPreferences 1.1、SharedPreferences本身就是一个接口,不能直接创建实例,只能通过Context提供的getSharedPreferences(String name,int mode)方法获取SharedPreferences实例 Context.MOD
阅读全文
posted @ 2020-06-26 21:55 CrushGirl
阅读(298)
评论(0)
推荐(0)
2020年6月23日
RK: parameter 分区表
摘要: https://blog.csdn.net/qq_38312843/article/details/104701361 https://blog.csdn.net/u014674293/article/details/93650709 一.分区 dmesg [ 1.389200] uboot: 0x
阅读全文
posted @ 2020-06-23 11:38 CrushGirl
阅读(4264)
评论(0)
推荐(0)
2020年6月15日
Android File存储(二):文件读写
摘要: brave-sailor https://www.cnblogs.com/Free-Thinker/p/11937531.html _奇点 https://www.cnblogs.com/qi-dian/p/6132694.html 一、Android 应用常用存储路径 1.1、常用路径 /data
阅读全文
posted @ 2020-06-15 19:52 CrushGirl
阅读(5273)
评论(0)
推荐(0)
上一页
1
···
12
13
14
15
16
17
18
下一页