Quote:
Originally Posted by highlandsun
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)