Oneplus 8 Pro : Uninstall pre-installed app in Android 11

Search This thread

Johncaffee

Senior Member
Dec 2, 2015
75
17
37
Paris
Samsung Galaxy S22 Ultra

I just bought a OP 8 Pro, unlocked the bootloader and rooted him.​

Obviously, I would like to uninstall pre-installed apps but impossible.​

System is locked into read-only mode.​

I tried all solution I can find but nothing.​

And I've found this one.​

You have to install adb before and USB Debugging enabled.​

Plug the phone into PC and change it from charge only to file transfer.​

In the folder where adb is installed, you have to do SHIFT+RIGHT CLICK to open PowerShell.​

Then, in the terminal, enter :​

adb devices

This print the serial number of the device (first time you have to click ok on the phone).​

after, enter :​

adb shell

You are into your phone.​

execute the next command :​

pm uninstall -k --user 0 "name of package" (without quote. You can see the name of package in Titanium or SD Maid for exemple.)​

Done :)

It seems to be ok for me.​

 

Johncaffee

Senior Member
Dec 2, 2015
75
17
37
Paris
Samsung Galaxy S22 Ultra


I just bought a OP 8 Pro, unlocked the bootloader and rooted him.​


Obviously, I would like to uninstall pre-installed apps but impossible.​


System is locked into read-only mode.​


I tried all solution I can find but nothing.​


And I've found this one.​



You have to install adb before and USB Debugging enabled.​


Plug the phone into PC and change it from charge only to file transfer.​


In the folder where adb is installed, you have to do SHIFT+RIGHT CLICK to open PowerShell.​


Then, in the terminal, enter :​



adb devices



This print the serial number of the device (first time you have to click ok on the phone).​


after, enter :​



adb shell



You are into your phone.​


execute the next command :​



pm uninstall -k --user 0 "name of package" (without quote. You can see the name of package in Titanium or SD Maid for exemple.)​



Done :)


It seems to be ok for me.​

My solution is not ok. It seems to be ok but the apk of the app is always in Root Explorer :(
Problem with Android 11. It is blocked in read-only mode.
 

Top Liked Posts

  • There are no posts matching your filters.
  • 2

    I just bought a OP 8 Pro, unlocked the bootloader and rooted him.​

    Obviously, I would like to uninstall pre-installed apps but impossible.​

    System is locked into read-only mode.​

    I tried all solution I can find but nothing.​

    And I've found this one.​

    You have to install adb before and USB Debugging enabled.​

    Plug the phone into PC and change it from charge only to file transfer.​

    In the folder where adb is installed, you have to do SHIFT+RIGHT CLICK to open PowerShell.​

    Then, in the terminal, enter :​

    adb devices

    This print the serial number of the device (first time you have to click ok on the phone).​

    after, enter :​

    adb shell

    You are into your phone.​

    execute the next command :​

    pm uninstall -k --user 0 "name of package" (without quote. You can see the name of package in Titanium or SD Maid for exemple.)​

    Done :)

    It seems to be ok for me.​

    1
    thanks! Here's also a popular way to debloat:
    [Magisk Debloat] [OOS A10] Eagle debloater V1.5