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

Temp install path should be changeable #22

Open
camalot opened this issue May 19, 2016 · 1 comment
Open

Temp install path should be changeable #22

camalot opened this issue May 19, 2016 · 1 comment
Labels

Comments

@camalot
Copy link
Owner

camalot commented May 19, 2016

Original Bug on CodePlex

  public const string TEMP_DIRECTORY_FOR_INSTALL = "/mnt/sdcard/tmp/";

This path may not exist, and may not be able to be created. Need to allow for this path to be configured / or passed in as an option when installing.

@pushasha
Copy link

pushasha commented Jul 19, 2016

Not sure if this is related (or if I should open a separate issue), but when I use the InstallPackage method, it seems to resolve the temp directory in an odd (and incorrect) way:
Unable to chmod /storage/storage/emulated/legacy/tmp/testapp.apk: No such file or directory

Forking the project and forcibly removing the duplicate /storage/ from the beginning fixes the issue, but I haven't had time to dig deeper to figure out where it's coming from.

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

No branches or pull requests

2 participants