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

feat: download _alloy_ db #1410

Open
wants to merge 15 commits into
base: master
Choose a base branch
from
Open

feat: download _alloy_ db #1410

wants to merge 15 commits into from

Conversation

m1ga
Copy link
Contributor

@m1ga m1ga commented Jul 2, 2024

Run alloy db get to download the _alloy_ database to bundle.id.db

Tested on Linux and OSX. On Mac the adb command is not a global command so I will use ti config android.sdkPath to get the folder to find it.

It will run

adb -d shell "run-as com.bundleId cat /data/data/com.bundleId/databases/_alloy_" > com.bundleId.db

@m1ga
Copy link
Contributor Author

m1ga commented Sep 5, 2024

local tests run fine:

Finished in 277.454 seconds
2361 specs, 0 failures

@m1ga m1ga marked this pull request as ready for review September 6, 2024 09:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants