-
-
Notifications
You must be signed in to change notification settings - Fork 14
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
feature request #8
Comments
the apps are accessible to all users (if i'm right) if bash is used. |
using bash, but on debian as a normal user typing ad[tab] brings up so doesn't look like it. maybe on ubuntu |
seems on my test debian box I had to chown to the users group or 777 /opt/android-sdk before it would work |
Okay, taking note of that. I'll see if that can be fixed. However, are you sure that add* exists? Try running:
If I am right, there should only be adb. Which means all works fine, just that you had a typo. If you find a binary file in the values returned, please tell me. |
Sorry for the typo and delay, I've been ill |
root@mars:/home/xpd259# stat /opt/android-sdk-linux/ |
oops, forgot to mention that you had to try that in root :P |
Rather than having to do everything as root
make all the apps (adb etc) accessible via a passwordless group in sudo then add then user to that group
The text was updated successfully, but these errors were encountered: