View Single Post
  #1622 (permalink)  
Old 03-10-2011, 10:43 PM
tiger2wander's Avatar
tiger2wander
PPCGeeks Regular
Offline
 
Join Date: Feb 2009
Posts: 107
Reputation: 150
tiger2wander is keeping up the good worktiger2wander is keeping up the good work
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Re: NAND Boot Testing - 03-08: Full NAND FRX05 Testing (Data not working for some)

Quote:
Originally Posted by [ACL] View Post
I think we will remove the ro completely. I guess they did it so android does not have to do it.

yeah you can remove that line from install then.

So you finally booting up fine? were you able to ssh into it ?

Still need to test mtd parts. Looks like Lmillers is also bad so need to test yours fully.
I think we can keep that ro mount in init script.

Solution to make link of ppp is:
Code:
mount -o remount,rw /system
ln -s /data/ppp /etc/ppp
mount -o remount,ro /system
because of ro mount will avoid /system partition corrupt from system crash or kernel panic! so our android sys will have more stability.
__________________
Reply With Quote