xposed_art_n
xposed_art_n copied to clipboard
Lineage-based ROM support
Are there any plans to support Lineage-based ROMs in the future?
I find someone has been success install it on LineageOS at Chinese website
It's me. https://github.com/xiaomi-note-dev/android_frameworks_base https://github.com/xiaomi-note-dev/android_art
Morning Gents
Compiled LineageOS yesterday for the oneplus3t and while Lineage worked accordingly, xposed did not, when installed the xposed installer apk it didn't detect xposed as installed like i expected.
i did everything accordingly to the instructions on the main page over here, but apparently it needs to be modified to work on lineage?
I am going to try and add stuff from @GuaiYiHu and see if it works on my lineage rom hopefully it does.
Just to check things to make sure i am doing them correctly, if you guys could validate this it would be great:
- after adding everything needed for the rom to work (device tree, vendor blobs and kernel)
- delete everything from the art folder and add the modified art modules
- replace what is in frameworks/base/cmds/app_process/ with the modified one from github
- create a system/framework folder and put xposedbridge.jar inside then run make snod
- finally edit build/target/base.mk and add libxposed_art and xposedbridge
this is what i did originally, is it correct?
Hopefully i get luckier on my second build 🤞
@DimitriDokuchaev Wake up. xposed has been dead. xposed has been dead. xposed has been dead.
Do the last step also for
xposed.prop
. It should be placed at/system
in the final image.
By copying and running make snod
, the xposed.prop
doesn't seem to be in /system
. Apparently, we can do the same using a prebuilt module, is there any resource that explains how to do this? Thanks.