Join now - be part of our community!

Deinstall Camera Apps

punkenciel
Visitor

Deinstall Camera Apps

Is there any way to fully deinstall Camera apps from a Z5 device?

I mean not to Force Stop and disable them - just a clean uninstall. Nobody will use AR erffect I guess Winking_Face

2 REPLIES 2
Christofer
Champion

Hi @punkenciel,

There is no menu or setting that allows you to uninstall the Camera app. Many of the pre-installed apps can not be uninstalled, the Camera app being one of them.

EDIT: Just realised that you actually wrote "camera apps", sorry about the confusion. The same thing goes for those though.

Dominic81
Visitor

Well, you can at least hide the useless filters and bloat from your camera app via "ADB shell" using this command:

pm hide com.blablabla


To know the package name (com.xxxxx), try this app: https://play.google.com/store/apps/details?id=vjayraj.packagename&hl=en


So, for example, you could completely hide and disable the "Music" app from your phone using this command:

adb shell

pm hide com.sonyericsson.music

As you can see, I've disabled a lot of bloat using this method:

Screenshot_2016-02-22-09-40-49.png