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 downloading with own device id #19

Closed
swiftgeek opened this issue Feb 15, 2017 · 2 comments
Closed

Support downloading with own device id #19

swiftgeek opened this issue Feb 15, 2017 · 2 comments

Comments

@swiftgeek
Copy link

Please add support for downloading with own device id, instead of relying on evozi service (which doesn't have nice record)
https://lekensteyn.nl/apk-downloader/
https://github.com/Lekensteyn/apk-downloader

@rancidfrog
Copy link

For device ID: https://github.com/onyxbits/dummydroid

DummyDroid a simple tool for creating a mock-up Android hardware profile and uploading it to Google Play for the purpose of generating a new GSF ID.
I believe it can parse build.prop and generate ID to match device.

Raccoon connects directly to Play Store to download apps:
It would be great to be able to download directly from play store, instead of going through and relying on 3rd party sites.
Google Play Crawler allows one to download apps from play store directly, example Raccoon: https://github.com/onyxbits/Raccoon/tree/master/src/main/java/com/akdeniz/googleplaycrawler

It works great on desktop using java-api, which should be adaptable for android app.
User will need to use google account, preferrably dummy account not tied to personal account

@rumboalla
Copy link
Owner

This is now implemented on the dev branch.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants