0x192 / universal-android-debloater

Cross-platform GUI written in Rust using ADB to debloat non-rooted android devices. Improve your privacy, the security and battery life of your device.
GNU General Public License v3.0
14.73k stars 799 forks source link

Can't enable packages after disabled them on Sony Xperia 1 V #816

Open VictorWinson opened 11 months ago

VictorWinson commented 11 months ago

Your phone model:

Sony Xperia 1 V (XQ-DQ72)


Describe the issue

A clear and concise description of what the problem is.

I disabled com.sonymobile.pip and uninstalled com.sonymobile.sidesenseapp.monitor But later when I found my third party pip function is not working as usual ( wechat video chat pip lost audio after around 10 min picture-in-picture mode running)

So I tried to restore com.sonymobile.sidesenseapp.monitor and enable com.sonymobile.pip. The sidesense is restored as excepted, but not functioning. And for pip, it didn't even restore.

And I also tried other packages I disabled/uninstalled at the same time, all uninstalled packages can be restored successfully. But those disabled ones, I can't get even one of them to be enabled again.

I then tried reflash the ROM without dropping the userdata, but the two functions only work before I restore my magisk root, once I regain the root it all back to the state before reflashing


You have a solution?

What to do to fix the issue.

Sadly, I don't have any solutions right now.


UAD log

Upload the logfile generated by UAD. It would be difficult to help you without it.

This contains the log of disable/uninstall process UAD_20230714.log This contains the log of enable/restore process UAD_20230715.log


Thanks in advance!

VictorWinson commented 11 months ago

Update: Managed to enable packages via root access shell.

adb shell
su
pm enable <package name>

these are enabled (pip not functioning even it is enabled)

com.android.tidal.campaigninstaller
com.sonyericsson.startupflagservice
com.google.android.gm
com.sonymobile.susrescheck
com.sonymobile.pip

but after reboot, these three remain disabled

com.sonyericsson.startupflagservice
com.sonymobile.susrescheck
com.sonymobile.pip