|
||||
Re: NAND Boot Testing - 03-11: FRX05 on NAND (data working again!)
I tried mount and didn't work, had to use /bin/mount but it still errored out, same error...
Failure [INSTALL_FAILED_CONTAINER_ERROR] |
|
||||
Re: NAND Boot Testing - 03-11: FRX05 on NAND (data working again!)
After looking through it, it looks like rc is already making mnt. The question I have is where are those mounts being stored? I'm assuming this is going directly to memory rather than having the files stored on NAND. I was thinking we could create /mnt under either system or data. I think it needs to be rw, so data probably makes the most sense (otherwise I'd say put it in /system).
|
|
||||
Re: NAND Boot Testing - 03-11: FRX05 on NAND (data working again!)
Quote:
Also right now i think we mount the sdcard to /sdcard instead of the /mnt/blablha/sdcard. then link it back. Last edited by [ACL]; 03-17-2011 at 02:46 PM. |
|
||||
Re: NAND Boot Testing - 03-11: FRX05 on NAND (data working again!)
Downloading 3-16 FRX5 and 3-17 files....
|
|
||||
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!)
nahh, all this should be androided somewhow. Ill check the cyanongen rc tonight since they have it all setup internally.
|
|
||||
Re: NAND Boot Testing - 03-11: FRX05 on NAND (data working again!)
Using latest 3-17 files (NBH + Rest) I got in a bootloop. Just seeing always "Waiting for Sdcard" for some milliseconds and then it reboots my Rhod300.
__________________
|
|
||||
Re: NAND Boot Testing - 03-11: FRX05 on NAND (data working again!)
Just installed FRX5 (3-16) and /andboot (3-17) all worked.
NOTES: Iinstead of installing BUSYBOX from TITANIUM BACKUP I created a link from /bin/busybox to /system/bin/busybox and SU started working. Code:
ln -s /bin/busybox /system/bin/busybox Code:
mount -o rw,remount x /system rm -R /system/bin/cat rm -R /system/bin/df rm -R /system/bin/ls busybox --install -s /system/bin Last edited by m4f1050; 03-17-2011 at 03:42 PM. |
This post has been thanked 1 times. |
|
||||
Re: NAND Boot Testing - 03-11: FRX05 on NAND (data working again!)
Quote:
since ur able to boot. Try to get into the recovery and test the backup and restore. |
|
|
|