View Single Post
  #1626 (permalink)  
Old 03-11-2011, 12:30 AM
natemcnutty's Avatar
natemcnutty
VIP Member
Offline
Threadstarter
 
Join Date: Nov 2009
Posts: 845
Reputation: 3070
natemcnutty is still contributing even after becoming a VIPnatemcnutty is still contributing even after becoming a VIPnatemcnutty is still contributing even after becoming a VIPnatemcnutty is still contributing even after becoming a VIPnatemcnutty is still contributing even after becoming a VIPnatemcnutty is still contributing even after becoming a VIPnatemcnutty is still contributing even after becoming a VIPnatemcnutty is still contributing even after becoming a VIPnatemcnutty is still contributing even after becoming a VIPnatemcnutty is still contributing even after becoming a VIPnatemcnutty is still contributing even after becoming a VIP
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 Lmiller1708 View Post
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)



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!
Just a few quick things.

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
Reply With Quote