Oneplus 7T /7T Pro bloatware adb uninstall

Search This thread

AllAboutTech

Senior Member
Feb 17, 2011
1,430
654
Bucharest
Hi All,

Below you may find a step-by-step tutorial how to uninstall system apps which are causing battery drain in the background.

Step #1: Enable developer mode + USB Debugging

  • go to the OnePlus 7 Pro device ‘Settings’ > scroll down and open the ‘About Phone’ option.
    o to the ‘Build Number’ and tap 7 times on it
    get a message on your screen that you are now a developer - go back to the Settings menu again > scroll down and tap on ‘Developer options’
    tap on ‘USB Debugging’ > turn on the toggle to enable it.

Step #2: Download platform-tools - go to any of the following links and download platform-tools and extract the content

Step #3: Open cmd as Admin - Press START and search for 'cmd', right-click and 'Run As Administrator'

Step #4: Change the cmd patch to where the platform-tools folder - type 'cd patch of platform-tools' and press ENTER

Step #5: Enable adb shell - type 'adb shell'

Step #6: Uninstall the unused /unnecessary apks

  • pm uninstall -k --user 0 com.oneplus.gamespace
    pm uninstall -k --user 0 com.oem.nfc
    pm uninstall -k --user 0 com.android.nfc
    pm uninstall -k --user 0 com.google.android.documentsui
    pm uninstall -k --user 0 com.android.printspooler
    pm uninstall -k --user 0 com.oneplus.brickmode
 

bodaciousbob

Member
Nov 27, 2014
24
5

  • pm uninstall -k --user 0 com.oneplus.gamespace
    pm uninstall -k --user 0 com.oem.nfc
    pm uninstall -k --user 0 com.android.nfc
    pm uninstall -k --user 0 com.google.android.documentsui
    pm uninstall -k --user 0 com.android.printspooler
    pm uninstall -k --user 0 com.oneplus.brickmode

I assume gamespace is game space
WHy would you uninstall the NFC?

What is documentsui?
What is printspooler?
What is brickmode?

And why would we want to uninstall them?
 

sansanc

Senior Member
Oct 1, 2014
727
127
The safest thing is to freeze them with Titanium backup. Yes, i have freezed google music and other google spam apps. Would be happy to freeze all telemetry apps. If Anyone has a list, would appreciate!
 

pavanthanuj

Senior Member
Oct 2, 2014
57
12
Hyderabad
How do I get back an app that I uninstalled?

I have uninstalled documentsui, and photos is asking for SDcard permission and crashing because I have uninstalled it. :(
 

Keith0222

Member
Sep 2, 2017
23
2
I fixed it. Got the APK from another device, installed it and made it a system app. :) :)

Two question:
1. You're ona OP7T, right?
2. How did you "make it" a system app?

Thanks.

---------- Post added at 03:59 AM ---------- Previous post was at 03:57 AM ----------

Thanks for an uninstall thread. Will use this.

But any way to simply "Freeze" apps via abd? I am on a OP7T
 

Z00m77

New member
Aug 26, 2020
3
0
I would not disable Printspooler..disabling it freezes Bluetooth and device connections - menu.
 

wfred

Senior Member
Mar 15, 2014
161
45
Upstate, NY
Two question:
1. You're ona OP7T, right?
2. How did you "make it" a system app?

Thanks.

---------- Post added at 03:59 AM ---------- Previous post was at 03:57 AM ----------

Thanks for an uninstall thread. Will use this.

But any way to simply "Freeze" apps via abd? I am on a OP7T
I know it's been a while since you asked #2, but there is a Magisk module that uses a terminal emulator to turn a regular app into a system app App Systemizer
 
Hi All,

Below you may find a step-by-step tutorial how to uninstall system apps which are causing battery drain in the background.

Step #1: Enable developer mode + USB Debugging

  • go to the OnePlus 7 Pro device ‘Settings’ > scroll down and open the ‘About Phone’ option.
    o to the ‘Build Number’ and tap 7 times on it
    get a message on your screen that you are now a developer - go back to the Settings menu again > scroll down and tap on ‘Developer options’
    tap on ‘USB Debugging’ > turn on the toggle to enable it.

Step #2: Download platform-tools - go to any of the following links and download platform-tools and extract the content

Step #3: Open cmd as Admin - Press START and search for 'cmd', right-click and 'Run As Administrator'

Step #4: Change the cmd patch to where the platform-tools folder - type 'cd patch of platform-tools' and press ENTER

Step #5: Enable adb shell - type 'adb shell'

Step #6: Uninstall the unused /unnecessary apks

  • pm uninstall -k --user 0 com.oneplus.gamespace
    pm uninstall -k --user 0 com.oem.nfc
    pm uninstall -k --user 0 com.android.nfc
    pm uninstall -k --user 0 com.google.android.documentsui
    pm uninstall -k --user 0 com.android.printspooler
    pm uninstall -k --user 0 com.oneplus.brickmode
Can you explain what these apks are? Or at least any side effects if disabling them
 

Top Liked Posts

  • There are no posts matching your filters.
  • 2
    Hi All,

    Below you may find a step-by-step tutorial how to uninstall system apps which are causing battery drain in the background.

    Step #1: Enable developer mode + USB Debugging

    • go to the OnePlus 7 Pro device ‘Settings’ > scroll down and open the ‘About Phone’ option.
      o to the ‘Build Number’ and tap 7 times on it
      get a message on your screen that you are now a developer - go back to the Settings menu again > scroll down and tap on ‘Developer options’
      tap on ‘USB Debugging’ > turn on the toggle to enable it.

    Step #2: Download platform-tools - go to any of the following links and download platform-tools and extract the content

    Step #3: Open cmd as Admin - Press START and search for 'cmd', right-click and 'Run As Administrator'

    Step #4: Change the cmd patch to where the platform-tools folder - type 'cd patch of platform-tools' and press ENTER

    Step #5: Enable adb shell - type 'adb shell'

    Step #6: Uninstall the unused /unnecessary apks

    • pm uninstall -k --user 0 com.oneplus.gamespace
      pm uninstall -k --user 0 com.oem.nfc
      pm uninstall -k --user 0 com.android.nfc
      pm uninstall -k --user 0 com.google.android.documentsui
      pm uninstall -k --user 0 com.android.printspooler
      pm uninstall -k --user 0 com.oneplus.brickmode
    2

    • pm uninstall -k --user 0 com.oneplus.gamespace
      pm uninstall -k --user 0 com.oem.nfc
      pm uninstall -k --user 0 com.android.nfc
      pm uninstall -k --user 0 com.google.android.documentsui
      pm uninstall -k --user 0 com.android.printspooler
      pm uninstall -k --user 0 com.oneplus.brickmode

    I assume gamespace is game space
    WHy would you uninstall the NFC?

    What is documentsui?
    What is printspooler?
    What is brickmode?

    And why would we want to uninstall them?
    1
    is this process able to uninstall or only for disable? Plz guide if we can delete some system apps permanently

    well it uninstalls the desired apps but removing some can lead to boot loops. i can't say which ones because i keep the bloatware