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

wrong apk name if it contains dot #3

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

fabriziopicconi
Copy link
Contributor

if apk name contains dot (ex: vlc_v2.5.12.apk), then apk_name_no_extensions becomes vlc_v2512 instead of vlc_v2.5.12

if apk name contains dot (ex: vlc_v2.5.12.apk), then apk_name_no_extensions becomes vlc_v2512 instead of vlc_v2.5.12
@alexMyG
Copy link
Owner

alexMyG commented Feb 18, 2019

This is because AndroPyTool allows to use MongoDB, but it does not support dots in a key. This is something that I have to change. The key for each app in the database should be a unique ID or maybe a hash, but not the apk name.

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