Re: NAND Boot Testing - 03-11: FRX05 on NAND (data working again!)
Quote:
Originally Posted by m4f1050
Oh snap! My bad! Forgot the logcat! UGH!
Here is the error on screen, and uploaded logcat.
Code:
D:\>adb install angrybirds_1.3.5.apk
1216 KB/s (12827730 bytes in 10.300s)
pkg: /data/local/tmp/AngryBirds_1.3.5.apk
Failure [INSTALL_FAILED_CONTAINER_ERROR]
EDIT: Like I mentioned before, this installs on SDCARD, are we missing app2sd?
|
I think I know what the issue is here. It probably has to do with the secure folders. I'll take a look through our scripts and map the asec folders. I know we specify them in sysinit.rc, but we never created them anywhere so they could be mounted. (export ASEC_MOUNTPOINT /mnt/asec)
Last edited by natemcnutty; 03-17-2011 at 02:01 PM.
|