View Single Post
Old 11-09-2022, 06:45 PM   #28
CrazyCoder
Zealot
CrazyCoder ought to be getting tired of karma fortunes by now.CrazyCoder ought to be getting tired of karma fortunes by now.CrazyCoder ought to be getting tired of karma fortunes by now.CrazyCoder ought to be getting tired of karma fortunes by now.CrazyCoder ought to be getting tired of karma fortunes by now.CrazyCoder ought to be getting tired of karma fortunes by now.CrazyCoder ought to be getting tired of karma fortunes by now.CrazyCoder ought to be getting tired of karma fortunes by now.CrazyCoder ought to be getting tired of karma fortunes by now.CrazyCoder ought to be getting tired of karma fortunes by now.CrazyCoder ought to be getting tired of karma fortunes by now.
 
Posts: 110
Karma: 1161662
Join Date: Apr 2011
Location: San Diego, CA, USA
Device: Kindle Oasis (10th gen), Kobo Libra 2, Onyx Leaf2 Black
Quote:
Originally Posted by Renate View Post
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?
CrazyCoder is offline   Reply With Quote