I know of four ways to install an Android application on a rooted phone:
- Install via the Android market
- Enable 'Unknown sources' in Settings->Applications and download an .apk from the web
- Enable 'USB debugging' in Settings->Applications->Development and adb install
- Enable 'USB debugging' in Settings->Applications->Development and adb push to /data/app or /system/app
What are the major differences between these options? If I delete Market/Vending and PackageInstaller apps, will I still be able to sideload from adb? For the purposes of this question assume I have no Market apps on the phone.