'enable module' is greyed out #2305
Unanswered
jeromekleinen
asked this question in
Q&A
Replies: 1 comment
-
you should post your code for understand something or at least post debug logs. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
I am trying to create a simple lsposed module. I am just following some guides like https://blog.csdn.net/scrawman/article/details/127187151 to create a simple hello world example. I can compile and install the example module and lsposed manager sees the module, but the 'enable module' slider button is greyed out and I cannot figure out why it won't let me enable the module.
Edit: after posting I did come across a similar question here https://github.com/orgs/LSPosed/discussions/2045 but their example was crashing the daemon. I am only trying to log the loading of the module using XposedBridge for now. I see no entries in the logs, also not the verbose logs.
Edit 2: for completeness sake I downloaded the source code of another module, compiled it and installed it on the device and this I can enable just fine.
Thanks,
Jerome
Beta Was this translation helpful? Give feedback.
All reactions