Quote:
Originally Posted by Renate
Yeah, you should root for this. Easiest is just using Magisk. If you want to move away from it later you can.
If you have no experience with making your own modules I'd suggest starting simply. Make a module with /misc/adb/modules/MyModule/system/hello
hello being a text file with "hello". See if it properly appears in the actual /system
|
Code:
Leaf2:/data/adb/modules/MyModule/system # echo hello > ./hello
Leaf2:/data/adb/modules/MyModule/system # cat hello
hello
Done. What's next?