I'm trying to follow this tutorial to install Mobile Defense as a system application on my Motorola Droid. I want to use Terminal Emulator and the commands are basically the same. The only two commands I don't know how to do on the Terminal Emulator is "adb shell" (to open up a remote shell - is this necessary?) and "adb push" in the Android Debug Bridge. How can I do this in the Terminal Emulator? If you're not familiar with Terminal Emulator, it is my understanding that it uses basic Linux Command Line commands.
I tried rsh for abd shell, and that didn't work. And another user on here told me cp would replace adb push, but Terminal Emulator didn't recognize it.
