Wirelessly posted (TP2: Mozilla/5.0 (Linux; U; Android 2.2.1; en-us; MSM Build/FRX03) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1)
Quote:
Originally Posted by tiger2wander
Quote:
Originally Posted by [ACL]
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.
|
There is a mount system ro in the inirtd that needs to be removed. Once it did it will work just fine... it does for me on first boot.
Nate or ACL should be posting the fix soon and hopfully a test build.
I'm going to be out on vacation until Tuesday so happy flashing to all!!!
What we really need to work on now is getting root permissions.
Which is something you can all help with!