Anybody know if there's a way to start a program on boot using commands, or does it have to be set within the program itself? I'm using AutoKill, and it works great, but you have to set it back to your preferences after reboot.
This is a discussion on Linux Commands on Android within the Droid Hacks forums, part of the Droid Hacking category; Anybody know if there's a way to start a program on boot using commands, or does it have to be set within the program itself? ...
Anybody know if there's a way to start a program on boot using commands, or does it have to be set within the program itself? I'm using AutoKill, and it works great, but you have to set it back to your preferences after reboot.
I just came across this thead. Pretty cool stuff. I"m always interested in learning more about android.
I do love some good command line lovin'. Thank you for posting this. If anyone has more keep it coming.
busybox and uptime do not work for me =(
Just curious does anyone know what a command used to download a file? I'm trying to partition my sd card and found a way using the following command via code.google.com
$ su
# cd /data
# wget http://64.105.21.209/bin/lib/droid/sdsplit
# chmod 555 sdplit
# exit
I get wget: not found.
Is there any way to use a different command from terminal emulator to download the executeable? I tried through a browser but it looks like a script...showing source code only. Maybe everyone can help me out.
I can start my terminal with the option of starting in root, and it works. Just curious why I can't SU from term. it says unknown user root, but I do have root. should i be typing something else?
Is there any command for rebooting into emergency mode? My back button is not working.