Quote:
Originally Posted by ptsenter
On other hand if you already running adb why you need to remove apps using questionable action like root if you can issue uninstall and no need in root.
|
not sure but it seems like adb can only install apps to data, and adb uninstall can only uninstall apps from data.
e.g.
Code:
D:\Program Files (x86)\Android\android-sdk-windows\platform-tools>adb uninstall EsiHelp.apk
Failure
from logcat:
Code:
W/PackageManager( 6796): Package named 'EsiHelp.apk' doesn't exist.
unless there's some adb option to specify fully qualified location, that I missed.