forked from ukanth/afwall
-
Notifications
You must be signed in to change notification settings - Fork 0
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
Bug in the implementation of Api.getPackagesForUser() leading to empty package list. #3
Comments
amaa-99
pushed a commit
that referenced
this issue
Jul 25, 2023
…ading to empty package list. Fixed the error in the syntax of the 'pm list packages' command executed in the Api.getPackagesForUser() leading to an execution error and consequently to an empty package list getting returned.
amaa-99
pushed a commit
that referenced
this issue
Jul 25, 2023
…ading to empty package list. Fixed the error in the syntax of the 'pm list packages' command executed in the Api.getPackagesForUser() leading to an execution error and consequently to an empty package list getting returned.
amaa-99
pushed a commit
that referenced
this issue
Jul 28, 2023
…ading to empty package list. Fixed the error in the syntax of the 'pm list packages' command executed in the Api.getPackagesForUser() leading to an execution error and consequently to an empty package list getting returned.
amaa-99
pushed a commit
that referenced
this issue
Aug 9, 2023
…ading to empty package list. Fixed the error in the syntax of the 'pm list packages' command executed in the Api.getPackagesForUser() leading to an execution error and consequently to an empty package list getting returned.
amaa-99
pushed a commit
that referenced
this issue
Aug 9, 2023
…ading to empty package list. Fixed the error in the syntax of the 'pm list packages' command executed in the Api.getPackagesForUser() leading to an execution error and consequently to an empty package list getting returned.
amaa-99
pushed a commit
that referenced
this issue
Aug 9, 2023
…ading to empty package list. Fixed the error in the syntax of the 'pm list packages' command executed in the Api.getPackagesForUser() leading to an execution error and consequently to an empty package list getting returned.
amaa-99
pushed a commit
that referenced
this issue
Aug 9, 2023
…ading to empty package list. Fixed the error in the syntax of the 'pm list packages' command executed in the Api.getPackagesForUser() leading to an execution error and consequently to an empty package list getting returned.
amaa-99
pushed a commit
that referenced
this issue
Aug 10, 2023
…ading to empty package list. Implemented the new Api.getApplicationIcon() method and replaced the calls to Api.getPackagesForUser() in the LogRecyclerViewAdapter with this one. This both works around the unsupported 'pm list packages -U' issue, and fixes the lag when opening the log view due to the overhead of running 'pm list' in a shell.
amaa-99
pushed a commit
that referenced
this issue
Aug 10, 2023
…ading to empty package list. Changed the getApps() implementation to only call getPackagesForUser() in case supportDual is enabled. This avoids the problems with the unsupported 'pm list packages -U' issue in that location in case the supportDual is not enabled, and reduces the lag when opening the application list view due to the overhead of running 'pm list' in a shell.
amaa-99
pushed a commit
that referenced
this issue
Aug 10, 2023
…ading to empty package list. Implemented the new Api.getApplicationIcon() method and replaced the calls to Api.getPackagesForUser() in the LogRecyclerViewAdapter with this one. This both works around the unsupported 'pm list packages -U' issue, and fixes the lag when opening the log view due to the overhead of running 'pm list' in a shell.
amaa-99
pushed a commit
that referenced
this issue
Aug 10, 2023
…ading to empty package list. Fixed the error in the syntax of the 'pm list packages' command executed in the Api.getPackagesForUser() leading to an execution error and consequently to an empty package list getting returned.
amaa-99
pushed a commit
that referenced
this issue
Aug 10, 2023
…ading to empty package list. Changed the getApps() implementation to only call getPackagesForUser() in case supportDual is enabled. This avoids the problems with the unsupported 'pm list packages -U' issue in that location in case the supportDual is not enabled, and reduces the lag when opening the application list view due to the overhead of running 'pm list' in a shell.
amaa-99
pushed a commit
that referenced
this issue
Aug 19, 2023
…on-of-apigetpackagesforuser-leading-to-empty-package-list [Issue #3] Bug in the implementation of Api.getpackagesForUser() leading to empty package list.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug
There's an error in the syntax of the 'pm list packages' command executed in the Api.getPackagesForUser(), thus leading to an execution error and consequently to an empty package list getting returned.
Firewall Logs
Smartphone (please complete the following information):
Additional context
This can be observed right at application startup (or any other times this method gets called).
The text was updated successfully, but these errors were encountered: