|
||||
Re: NAND Boot Testing - 03-08: Full NAND FRX05 Testing (Data not working for some)
Quote:
Solution to make link of ppp is: Code:
mount -o remount,rw /system ln -s /data/ppp /etc/ppp mount -o remount,ro /system
__________________
No money, no honey!
--- Motoroi XT720 - MIUI 1.10.21-t2w - [OC 1Ghz very fast & smooth] - CM-7.1.0-11.10.12-ODEX-XT720-J.Y.Daddy |
|
||||
Re: NAND Boot Testing - 03-08: Full NAND FRX05 Testing (Data not working for some)
Quote:
Edit: Wifi is broke now as well. Last edited by steveholtam; 03-10-2011 at 11:13 PM. |
|
||||
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:
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!
__________________
|
|
||||
Re: NAND Boot Testing - 03-08: Full NAND FRX05 Testing (Data not working for some)
Quote:
First, shouldn't it be ln -s /data/ppp /etc (rather than ln -s /data/ppp /etc/ppp)? If you are using ln for files, you match them up, but directories are different. The 2nd directory is the location that the link is put in, so if you do /etc/ppp it will create a linked folder at /etc/ppp/ppp back to /data/ppp, right? Second, I made the changes earlier to the install-seq.sh to create this link during the install. I haven't had a chance to try it, but it can be downloaded here: http://gitorious.org/tinboot-for-lin...install-seq.sh Finally, I will look into why removing the mount ro line fixes data because we actually remount again in sysinit.rc anyway. I don't think we need that line, but I'm curious as to why it affects data |
|
||||
Re: NAND Boot Testing - 03-08: Full NAND FRX05 Testing (Data not working for some)
Quote:
__________________
Sprint TP2: MediumHill ROM 23138 Manila 2018
SD Card: Android FroyoX Red TMOUS HD2: NAND: HyperDroid GBX |
|
||||
Re: NAND Boot Testing - 03-08: Full NAND FRX05 Testing (Data not working for some)
Quote:
So i'm patching the init script now to remove the ro. So i'll post when everything is ready for download. Nate: whats your mtdparts again? lmillers doesnt work so i might as well commit yours so i can continue on the recovery ..
__________________
Last edited by [ACL]; 03-11-2011 at 12:49 AM. |
|
||||
Re: NAND Boot Testing - 03-08: Full NAND FRX05 Testing (Data not working for some)
i believe this is the last post where nate wrote his mtdparts and said their fully functional
|
|
||||
Re: NAND Boot Testing - 03-08: Full NAND FRX05 Testing (Data not working for some)
Quote:
|
|
|
|