nolirium / aroc

Android root on Chrome OS
GNU General Public License v3.0
129 stars 51 forks source link

Show mount errors and mount original system ro #24

Open Mygod opened 5 years ago

Mygod commented 5 years ago

On Chrome 73 stable/Android 9, mounting as rw seems to result in device busy error.

This still doesn't fix the script. $arc_system seems to be missing as well.

Mygod commented 5 years ago

It turns out that init.rc is located in $system/... Is that a typo or is it intended?

wordyallen commented 5 years ago

@nolirium @Mygod

It turns out that init.rc is located in $system/... Is that a typo or is it intended?

I changed it to $system but now when I run 02SEPatch.sh I get

runcon: exec /system/bin/sh: Permission denied

😭