Quote:
Originally Posted by Renate
Ho, ho. That doesn't count!
You have to put the file in a real Magisk module in /data/adb/modules...
And then you have to see it in /system
You need to make a module, see: https://topjohnwu.github.io/Magisk/guides.html
While you're at it, pull your /system/framework/framework.jar, post it and tell me what your fingerprint is. (Not yours!)
Code:
$getprop|grep finger
|
Code:
Onyx/Leaf2/Leaf2:11/2022-10-29_19-11_3.3.1_8c9d49397/1583:user/dev-keys
framework.jar
I created a module with module.prop file and hello file in system directory, the module is listed under Magisk modules and is enabled, but /system/hello file doesn't appear after reboot for some reason, logs show this:
Code:
W : Unable to add /system/hello, skipped
UPDATE:
found here:
Quote:
You can not add additional files or directories to /system using this method -- it's only possible to add additional files and directories to the existing sub directories in /system.
|
So, I created /data/adb/modules/MyModule/system/bin/hello instead and it works:
Code:
Leaf2:/ $ cat /system/bin/hello
hello