TechG3n / aconf

15 stars 25 forks source link

Fixes for newer android #39

Closed comstud closed 1 year ago

comstud commented 1 year ago

Newer android does not have init.d and requires a different style of rc script.

On android9, this creates /system/etc/init.d so that the 55atlas can be placed there... and then creates a 55atlas.rc and places it in /system/etc/init which will run the /system/etc/init.d much like it does on android7.

Also, / needs remounted, not /system, etc.

comstud commented 1 year ago

This is untested yet. Waiting for someone to give it a go.

TechG3n commented 1 year ago

Hi, thanks for the PR. Will test it when i got the Rom flashed. You think we Need to Do the init.d setup? I think the Rom will get it directly

TechG3n commented 1 year ago

@comstud: in #40 roundaboutluke integrated your pr and i moved it to a new branch - i think we can close this.