|
||||
Re: NAND Boot Testing - 03-11: FRX05 on NAND (data working again!)
Quote:
THe actually error shoud show on the logcat when you install. It may be a path issue.
__________________
|
|
||||
Re: NAND Boot Testing - 03-11: FRX05 on NAND (data working again!)
Quote:
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] Last edited by m4f1050; 03-17-2011 at 01:52 PM. |
|
||||
Re: NAND Boot Testing - 03-11: FRX05 on NAND (data working again!)
Quote:
Last edited by natemcnutty; 03-17-2011 at 02:01 PM. |
|
||||
Re: NAND Boot Testing - 03-11: FRX05 on NAND (data working again!)
Quote:
So we do have the SDCARD partition that app2sd uses? I remember reading something about a partition on SDCARD for apps... EDIT: How to manually partition your SD card for Android Apps2SD – Android and Me Last edited by m4f1050; 03-17-2011 at 02:06 PM. |
|
||||
Re: NAND Boot Testing - 03-11: FRX05 on NAND (data working again!)
Quote:
However, this was in rootfs and was never moved into our new setup: /bin/mkdir -p -m 0700 /data/mnt/secure /bin/mkdir -p -m 0700 /data/mnt/asec mount --bind /data/mnt/secure /mnt/secure mount --bind /data/mnt/asec /mnt/asec |
|
||||
Re: NAND Boot Testing - 03-11: FRX05 on NAND (data working again!)
Kewl! So close to perfect!
Question: SetCPU I got SU working, on demand works, but won't go past 528mhz, how can we overclock? I think that could help with the hardware keyboard lag, but I still think there is something not right the key down / key up (if that's how it detects the keys) is not working propperly.. |
|
||||
Re: NAND Boot Testing - 03-11: FRX05 on NAND (data working again!)
Quote:
|
|
||||
Re: NAND Boot Testing - 03-11: FRX05 on NAND (data working again!)
I know we have this in there already:
Code:
# Directory for putting things only root should see. mkdir /mnt/secure 0700 root root # Directory for staging bindmounts mkdir /mnt/secure/staging 0700 root root # Directory-target for where the secure container # imagefile directory will be bind-mounted mkdir /mnt/secure/asec 0700 root root # Secure container public mount points. mkdir /mnt/asec 0700 root system mount tmpfs tmpfs /mnt/asec mode=0755,gid=1000 |
|
||||
Re: NAND Boot Testing - 03-11: FRX05 on NAND (data working again!)
Quote:
|
|
|
|