-
Notifications
You must be signed in to change notification settings - Fork 84
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
how about adding cli? #80
Comments
Well, not really feeling that it is very useful. We can wait for other users' opinions, of course. |
I moved to lsposed_mod precisely because of the cli so I can disable individual lsposed modules without needing to disable lsposed itself in case of systemui crash caused by a module Although the way it is implemented in that fork is that it needs to boot into system first to access cli so you need to be quick to do whatever changes you need as soon as adb is enabled and before the systemui crash loop forces another reboot |
@MmyGgithubAaccount In your described situtation, you could simply disable the |
Yes, that's what I want to avoid as doing that would uninstall all modified apps that I have installed (by disabling signature verification) Tldr disabling lsposed is an option but it would require me to remember and setup a lot of stuff again to get back to the same working state and I'm lazy Edit: to be clear I've only needed to use the cli this way twice to rescue my system so it is not a common occurrence. But having a fallback option is pretty nice to have |
Why disable LSPosed will imply the following?
All of them are saved in database, and simply disabling a module won't change them at all. |
My main point was that cli would allow disabling buggy modules without turning off other lsposed modules which I want turned on 24/7 |
If an modified app is installed by tricking the normal signature verification, then it will keep installed even if you disable If modules get disabled, that could be caused by safe mode, which is not your described situation. It is not common that users have buggy modules that frequently breaks their system UI. |
Is your feature request related to a problem?/你的请求是否与某个问题相关?
sometime cli mod can adding hook target by command line, which is very useful.
like: https://github.com/mywalkb/LSPosed_mod/wiki/CLI
Please take a look and think about it, thanks.
Describe the solution you'd like/描述你想要的解决方案
add cli
Additional context/其他信息
No response
The text was updated successfully, but these errors were encountered: