Quote:
Originally Posted by Lmiller1708
Ok Thanks!
It should not matter if the su is in the xbin or system... or even linked... Since the path includes them both.
|
Ahh, I was thinking /system/xbin was before /system/bin in the PATH, and the su in /system/xbin isn't the right one. Guess it really doesn't matter, but I noticed that was a common theme in most root programs and thought it might fix some of the issues. Guess not :P
I guess all we really need to do is copy su and busybox from /bin to /system/bin during the first time script.
I agree with ACL that we should move anything ROM related out of the install-seq.sh and move it into the scripts that are run on the ROM's first launch. Any ideas or commits you have for that, let me know