-
Notifications
You must be signed in to change notification settings - Fork 24
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Refactor ShellLoader, Using Class, This allows to bring more clean co…
…de, execute multiple processes on singles shell instead of creating one for one thing only, Improve CPU Viewer, Fix Behaviour of Exit Button
- Loading branch information
KreitinnSoftware
committed
Sep 2, 2024
1 parent
70c266f
commit bce01c2
Showing
4 changed files
with
70 additions
and
115 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
bce01c2
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.
Shell loader was needed to find apk using PackageManager API, make sure it is signed with termux-x11's key and pass control to CmdEntryPoint in conditions of different android application sandboxes. You can start CmdEntryPoint directly in background service, and it will work better. Also this way you can remove hacky code which instantiates Context and replace it with Context you have in Service.
bce01c2
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.
I will try do this later