-
Notifications
You must be signed in to change notification settings - Fork 132
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
Toggle magisk on/off after two loginfail screens #399
Conversation
Update Fork
fix gender and form on dittohs (#398)
Use the patch file I sent please, added methods to communicator won't be executed like that, workers will crash |
websocket/communicator.py
Outdated
@@ -76,6 +76,12 @@ def resetAppdata(self, package_name) -> bool: | |||
def clearAppCache(self, package_name) -> bool: | |||
return self.__runAndOk("more cache {}\r\n".format(package_name), self.__command_timeout) | |||
|
|||
def magiskOff(self, package_name) -> bool: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Won't ne called, see workerBase, same goes for magiskOn
Double check the patch file I sent :)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fixed typo in communicator.py :-)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
fix :)
* Added magisk toggle * Update communicator.py * Update communicator.py
PR´d this now against master.
Since i'am using this PR, i never looped in loginfail screens.
Added reboot for besser sucess.
Includes Grennith´s patch :-)