android源码相关
a_fly_pig
这个作者很懒,什么都没留下…
展开
-
android源码编译问题总结
1. View cannot be resolved to a variable查看指定行 相关未导入包2.Error:Security problem ,see jack server log多人同时在服务器编译 端口强占 稍等重新编译原创 2018-04-28 13:44:12 · 221 阅读 · 0 评论 -
rk3288系统左右镜像实现
源码路径hardware/rockchip/camera/CameraHal/CameraHal_Module.cpp if(strcmp((char*)&capability.driver[0],"uvcvideo") == 0)//uvc { camInfoTmp[cam_cnt&0x01].facing...原创 2019-03-26 09:29:39 · 1166 阅读 · 0 评论 -
rk3288拍照picture左右镜像镜像
全路径diff --git a/hardware/rockchip/camera/CameraHal/AppMsgNotifier.cpp b/CameraHal/AppMsgNotifier.cpp 纯粹记录日志 index 8c074f3..64ee207 100755 --- a/CameraHal/AppMsgNotifier.cpp +++ b/CameraHal/AppMsgNoti...原创 2019-03-26 09:35:23 · 1627 阅读 · 1 评论 -
android8.1 编译记录
1.首先编译kernel: cd kernel make ARCH=arm rockchip_defconfig make ARCH=arm rk3288-evb-android-rk818-lvds.img -j16 2.编译u-boot: cd u-boot make rk3288-secure-defconfig ./mkv7.sh 3.整编 lunch 后 make -j32 编译完...原创 2019-03-30 09:29:32 · 634 阅读 · 0 评论 -
android8.1系统静默安装问题(无须手动点击)
public String silentInstallApkByReflect(String apkPath) { LogUtils.d(TAG,"启动了静默升级!"); // SharedConfig.getInstance(this).writeData(AppConfig.Key.UPGRADE_RESULT,true); String re...原创 2019-04-23 16:38:16 · 3179 阅读 · 7 评论