Hi
Android4.4.2_r1使用了补丁IMX6_KK442_100_ANDROID_EINK_PATCH2以后,在fsl_imx_demo下的App无法编译通过,发现错误原因是packages/apps/fsl_imx_demo下,多数应用缺少了资源文件,尤其是drawable这个文件夹不存在。导致demo中的多数app无法编译过,资源这部分是否含在另外的补丁里边?能否提供一下?
谢谢
hi,
The patch would includes the resource as the below. Please use "git am" or "git apply" to apply the patch.
# vi 0001-ENGR00314217-Enable-Eink-Feature-on-i.MX6SL.patch
From 9e5dc6821bf6f5392408793255cb9d219f7ea7f8 Mon Sep 17 00:00:00 2001
From: Jack Lee <jack.lee@freescale.com>
Date: Fri, 14 Mar 2014 10:18:41 +0800
Subject: [PATCH 1/5] ENGR00314217 Enable Eink Feature on i.MX6SL
Develop a new framework architecture to enable E-ink
display on i.MX6SL
Signed-off-by: Jack Lee <jack.lee@freescale.com>
---
Animation/Android.mk | 13 +
Animation/AndroidManifest.xml | 18 +
Animation/res/drawable-hdpi/icon.png | Bin 0 -> 4147 bytes
Animation/res/drawable-mdpi/icon.png | Bin 0 -> 2574 bytes
Animation/res/drawable/a1.png | Bin 0 -> 7614 bytes
Animation/res/drawable/a10.png | Bin 0 -> 7619 bytes
Animation/res/drawable/a11.png | Bin 0 -> 7673 bytes
Animation/res/drawable/a12.png | Bin 0 -> 7673 bytes
Animation/res/drawable/a13.png | Bin 0 -> 7662 bytes
Animation/res/drawable/a14.png | Bin 0 -> 7640 bytes
Animation/res/drawable/a15.png | Bin 0 -> 7661 bytes
Animation/res/drawable/a2.png | Bin 0 -> 7600 bytes
Animation/res/drawable/a3.png | Bin 0 -> 7650 bytes
Animation/res/drawable/a4.png | Bin 0 -> 7668 bytes
Animation/res/drawable/a5.png | Bin 0 -> 7582 bytes
Animation/res/drawable/a6.png | Bin 0 -> 7606 bytes
Animation/res/drawable/a7.png | Bin 0 -> 7651 bytes
Animation/res/drawable/a8.png | Bin 0 -> 7667 bytes
hi
There is no additional patch. 0001-ENGR00314217-Enable-Eink-Feature-on-i.MX6SL.patch of IMX6_KK442_100_ANDROID_EINK_PATCH2 includes the resource needed by application. Can you check if the missed resource files doesn't in 0001-ENGR00314217-Enable-Eink-Feature-on-i.MX6SL.patch?
The patch doesn't have directories like drawable,etc.
sorry, I cannot find the patch you mentioned.