| 
				
				"adb install"'s quirk
			 
 
			
			I used to use
 adb install
 
 to install all apps.
 
 But found a quirk in it recently:
 
 I have Ermine 1.01 which includes Youtube as system app.
 While trying to update Youtube to newer version using adb I got a message saying the app already installed.
 adb uninstall does not work for system apps.
 To alleviate the problem I just copied new apk to the device and installed it using ES File Explorer.
 
 The other possible solution is to move Youtube.apk from /system/app to /data/app in the next version of Ermine 1.xxx. This can be useful for brand new users of PE/EE.
 |