Hello,
I have rooted my phone and am using adb to try and delete stock apps.
When I run
adb shell pm uninstall amazonmp3.apk or com.amazon.mp3
I get
Failure
So, I tried
rm -r /system/app/com.amazon.mp3
and it works but all it does is delete the icon from the "All apps"
I can still see com.amazon.mp3 in the list of running processes even after reboot.
My question is, where is the boot time script that initiates the applications, so I can remove it from it
I have rooted my phone and am using adb to try and delete stock apps.
When I run
adb shell pm uninstall amazonmp3.apk or com.amazon.mp3
I get
Failure
So, I tried
rm -r /system/app/com.amazon.mp3
and it works but all it does is delete the icon from the "All apps"
I can still see com.amazon.mp3 in the list of running processes even after reboot.
My question is, where is the boot time script that initiates the applications, so I can remove it from it
