Tagged Questions
4
votes
1answer
700 views
How to set bash as default shell?
When I adb into a device with Cyanogenmod, I'm presented with a nice bash shell, color prompt, and bashrc. I don't see a symlink from /system/xbin/bash to /system/bin/sh. How do they set the default ...
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 ...
1
vote
1answer
925 views
How to modify Bash shell prompt in Cyanogenmod?
Has anyone had any success modifying the shell prompt in Cyanogenmod? Presently, # is pretty useless, it would be much nicer to at least display the working directory. Also, is tab-completion ...