Tagged Questions
3
votes
2answers
2k views
adb “Permission denied” to run a “./configure” file
I need to run a configure file into my android phone so I think the best way to do this is to use the adb shell command.
I'm running an Android emulator onto a Windows-7 platform, and there I'm ...
4
votes
2answers
820 views
Can I change some Android settings from the command line?
I would like to activate "USB tethering" from within a bash script, so is there any possibility to run a command line with adb shell to change some Android settings ?
Edit1:
The following command ...
7
votes
3answers
4k views
Command to install app from phone?
I'd like to SSH into my phone, download an APK, and install it remotely. Is there a command available on the phone that would allow me to do this?
EG:
wget localhost/file.apk
android_install ...
