View Single Post
  #117 (permalink)  
Old 10-17-2011, 03:39 PM
arrrghhh's Avatar
arrrghhh
Testing Extraordinaire
Offline
 
Join Date: Mar 2007
Posts: 3,604
Reputation: 7360
arrrghhh is a trusted member of the communityarrrghhh is a trusted member of the communityarrrghhh is a trusted member of the communityarrrghhh is a trusted member of the communityarrrghhh is a trusted member of the communityarrrghhh is a trusted member of the communityarrrghhh is a trusted member of the communityarrrghhh is a trusted member of the communityarrrghhh is a trusted member of the communityarrrghhh is a trusted member of the communityarrrghhh is a trusted member of the community
Mentioned: 7 Post(s)
Tagged: 0 Thread(s)
Re: [DEV] - OMGB - 1.2.2{2.3.5} - CDMA ONLY

Quote:
Originally Posted by highlandsun View Post
The ril and pppd were changed in xdandroid to avoid needing to write to /etc. Are you mounting /etc read-write now?

Sent from my FRX06+ TP2 using Tapatalk
No, it would appear not. /etc is symlinked to /system/etc, and /system is mounted RO.

Code:
# ls -la / |grep etc
ls -la / |grep etc
lrwxrwxrwx    1 root     root            11 Oct 17 08:25 etc -> /system/etc
Code:
# mount |grep system
mount |grep system
/dev/block/mtdblock3 on /system type yaffs2 (ro)
Reply With Quote