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

feature request #8

Open
GeekAnnoyed opened this issue Jan 25, 2013 · 7 comments
Open

feature request #8

GeekAnnoyed opened this issue Jan 25, 2013 · 7 comments

Comments

@GeekAnnoyed
Copy link

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

@wei2912
Copy link
Contributor

wei2912 commented Jan 26, 2013

the apps are accessible to all users (if i'm right) if bash is used.

@GeekAnnoyed
Copy link
Author

using bash, but on debian as a normal user typing ad[tab] brings up
xpd259@mars:$ add
add-apt-repository addpart
addftinfo addr2line
xpd259@mars:
$ add

so doesn't look like it. maybe on ubuntu

@GeekAnnoyed
Copy link
Author

seems on my test debian box I had to chown to the users group or 777 /opt/android-sdk before it would work
then it was fine

@wei2912
Copy link
Contributor

wei2912 commented Feb 27, 2013

Okay, taking note of that. I'll see if that can be fixed.

However, are you sure that add* exists? Try running:

find /opt/android-sdk-linux/ -name "add*"

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.

@GeekAnnoyed
Copy link
Author

Sorry for the typo and delay, I've been ill
I get
xpd259@mars:~$ find /opt/android-sdk-linux/ -name "add*"
find: `/opt/android-sdk-linux/': Permission denied

@GeekAnnoyed
Copy link
Author

root@mars:/home/xpd259# stat /opt/android-sdk-linux/
File: `/opt/android-sdk-linux/'
Size: 4096 Blocks: 8 IO Block: 4096 directory
Device: fd00h/64768d Inode: 104071172 Links: 5
Access: (0750/drwxr-x---) Uid: (53856/ UNKNOWN) Gid: ( 5000/ UNKNOWN)
Access: 2013-04-26 18:57:40.202628415 +0100
Modify: 2012-07-14 00:31:45.000000000 +0100
Change: 2013-04-26 18:32:33.062577427 +0100
Birth: -

@wei2912
Copy link
Contributor

wei2912 commented May 4, 2013

oops, forgot to mention that you had to try that in root :P

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

No branches or pull requests

2 participants