Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Android ADB Shell doesn't enable packages

I ask to pm (package manager) to enable some package, but it doesn't enable and shows the message "new state: disabled"

shell@android:/ $ pm enable my.app.com

Package my.app.com new state: disabled

Weird... It seems to be a bug...

Samsung GT-P3100 with Android 4.0.3

Any Idea how to solve it?

like image 781
CelinHC Avatar asked Dec 20 '12 11:12

CelinHC


1 Answers

You may need to be root in order to use the command pm disable <app_package> on system apps.

like image 102
bonnyz Avatar answered Oct 11 '22 11:10

bonnyz