Quote:
Originally Posted by muziling
which file store system environment, such as "echo $PATH", I want to add /bin to $PATH, so ril can call killall correct.
|
I was thinking about this and wanted to make sure it didn't get lost in the sea of posts. I added /bin back to the sysinit.rc and stopped it from remounting /system as read-only, and data now works on first boot. It also fixed root because it now has busybox and read-write access to /system.
I know we wanted to get rid of /bin from sysinit.rc, so I'm trying to see if I can symlink /system/bin /bin during sysinit.rc and fix anything that is missing from /system/bin that is in /bin (for rootfs or initramfs).