Skip to content
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

Support getting app meta for apps that are already installed #127

Open
baltpeter opened this issue Apr 12, 2024 · 5 comments
Open

Support getting app meta for apps that are already installed #127

baltpeter opened this issue Apr 12, 2024 · 5 comments
Assignees
Labels
feature New feature or request help wanted Extra attention is needed

Comments

@baltpeter
Copy link
Member

Currently, we only support getting metadata for apps from files, through parseAppMeta().

In CA, we want to add various metadata, including app meta, to our HAR exports (see tweaselORG/cyanoacrylate#39). Not super critical, but for that it would be useful to also support getting metadata for apps that are already installed on the device.

@baltpeter
Copy link
Member Author

baltpeter commented Apr 12, 2024

@baltpeter
Copy link
Member Author

@baltpeter
Copy link
Member Author

On Android, we could just temporarily grab the APK: https://gist.github.com/ctrl-freak/24ac0e61b7cf550a6945

@baltpeter
Copy link
Member Author

baltpeter commented Apr 16, 2024

On Android, we could just temporarily grab the APK: https://gist.github.com/ctrl-freak/24ac0e61b7cf550a6945

Though, pulling the whole APK will probably take too long, especially since we would like to have a list of the names of all apps installed on the device for CLI.

@baltpeter
Copy link
Member Author

Previous investigation was hard to find because it was documented in an issue that was only slightly related: tweaselORG/cli#27

@baltpeter baltpeter added the help wanted Extra attention is needed label Jun 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New feature or request help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant