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

Fail to copy the iodine binary on some systems #2

Open
vitalych opened this issue May 30, 2013 · 2 comments
Open

Fail to copy the iodine binary on some systems #2

vitalych opened this issue May 30, 2013 · 2 comments
Labels

Comments

@vitalych
Copy link
Member

Looks like the cp command is missing.

@Lanchon
Copy link
Contributor

Lanchon commented Dec 4, 2013

cp is part of busybox. you can require busybox or emulate cp with cat and redirection.

however what about chmod and other commands that may be used?

this page shows that chmod is standard on user-debug builds:
https://github.com/jackpal/Android-Terminal-Emulator/wiki/Android-Shell-Command-Reference
but what about user builds?

@vitalych
Copy link
Member Author

vitalych commented Dec 7, 2013

Requiring busy box sounds like the simplest thing to do.

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