Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 26 You must be signed in to star a gist
  • Fork 7 You must be signed in to fork a gist
  • Save v-dimitrov/048e1e6c6055573d295f9c007ad49c8a to your computer and use it in GitHub Desktop.
Save v-dimitrov/048e1e6c6055573d295f9c007ad49c8a to your computer and use it in GitHub Desktop.
pm uninstall -k --user 0 com.google.android.apps.tachyon &&
pm uninstall -k --user 0 com.google.android.music &&
pm uninstall -k --user 0 com.google.android.apps.docs.editors.sheets &&
pm uninstall -k --user 0 com.google.android.apps.docs.editors.slides &&
pm uninstall -k --user 0 com.google.android.apps.docs.editors.docs &&
pm uninstall -k --user 0 com.google.android.videos &&
pm uninstall -k --user 0 com.android.gallery3d &&
pm uninstall -k --user 0 com.android.calendar &&
pm uninstall -k --user 0 com.evernote &&
pm uninstall -k --user 0 com.evernote.promohelper &&
pm uninstall -k --user 0 com.facebook.katana &&
pm uninstall -k --user 0 com.facebook.system &&
pm uninstall -k --user 0 com.facebook.appmanager &&
pm uninstall -k --user 0 com.instagram.android &&
pm uninstall -k --user 0 com.rsupport.rs.activity.lge.allinone &&
pm uninstall -k --user 0 com.lge.friendsmanager &&
pm uninstall -k --user 0 com.lge.lifetracker &&
pm uninstall -k --user 0 com.lge.email &&
pm uninstall -k --user 0 com.lge.qhelp &&
pm uninstall -k --user 0 com.lge.qhelp.application &&
pm uninstall -k --user 0 com.lge.sizechangable.weather &&
pm uninstall -k --user 0 com.lge.sizechangable.weather.platform &&
pm uninstall -k --user 0 com.lge.sizechangable.weather.theme.optimus &&
pm uninstall -k --user 0 com.lge.bnr &&
pm uninstall -k --user 0 com.lge.bnr.launcher &&
pm uninstall -k --user 0 com.lge.gallery.vr.wallpaper &&
pm uninstall -k --user 0 com.lge.gallery.collagewallpaper &&
pm uninstall -k --user 0 com.lge.vrplayer &&
pm uninstall -k --user 0 com.lge.phonemanagement &&
pm uninstall -k --user 0 com.lge.mirrorlink &&
pm uninstall -k --user 0 com.lge.wfd.spmirroring.source &&
pm uninstall -k --user 0 com.lge.smartshare.provider &&
pm uninstall -k --user 0 com.lge.smartshare &&
pm uninstall -k --user 0 com.lge.smartsharepush &&
pm uninstall -k --user 0 com.lge.iftttmanager &&
pm uninstall -k --user 0 com.lge.clock &&
pm uninstall -k --user 0 com.lge.videostudio &&
pm uninstall -k --user 0 com.lge.videoplayer &&
pm uninstall -k --user 0 com.lge.springcleaning &&
pm uninstall -k --user 0 com.lge.qmemoplus &&
pm uninstall -k --user 0 com.lge.snappage &&
pm uninstall -k --user 0 com.lge.lgworld &&
pm uninstall -k --user 0 com.lge.ia.task.smartcare &&
pm uninstall -k --user 0 com.lge.ia.task.smartsetting &&
pm uninstall -k --user 0 com.lge.smartdoctor.webview &&
pm uninstall -k --user 0 com.lge.privacylock &&
pm uninstall -k --user 0 com.lge.myplace.engine &&
pm uninstall -k --user 0 com.lge.sizechangable.musicwidget.widget &&
pm uninstall -k --user 0 com.lge.musicshare &&
pm uninstall -k --user 0 com.lge.music &&
pm uninstall -k --user 0 com.lge.mlt &&
pm uninstall -k --user 0 com.lge.launcher2 &&
pm uninstall -k --user 0 com.lge.ime.solution.handwriting &&
pm uninstall -k --user 0 com.lge.ime &&
pm uninstall -k --user 0 com.android.mms
@danifr
Copy link

danifr commented Oct 17, 2018

I'd also add pm uninstall -k --user 0 com.amazon.aa to the list :)

Thanks a lot!!

@tomford007
Copy link

I'm concerned about removing android.mms .. Will I still be able to send and receive mms messages? I just got this phone about 2 hours ago so it's fresh outta the box. I wish I could just root it but it seems to be somewhat of a mission. Also smart share, will this cause any issue sharing apps with other devices? And last, the launcher, I should install a different launcher before removing this one? Thanks, appreciate your help. Merry Christmas :)

@tomford007
Copy link

Should the phone be in bootloader? Been trying since December to make this work.

@daphnesteketee
Copy link

Step by step guide to debloat LG G6

  1. On LG: Enable USB Debugging and connect to PC via USB cable
  2. On PC: Download android platform tools for your OS
  3. On PC: In Terminal: Go to the platform tools folder - cd c:/platform-tools (example path)
  4. On PC: In Terminal: Run ./adb.exe ls devices to see if your LG is connected. If not connected you will see something like this: adb: error: failed to get feature set: no devices/emulators found. Otherwise you will see your LG device listed as connected.
  5. On PC: In Terminal: Run the shell - ./adb.exe shell
  6. On PC: If shell is connected, run the script (copy the whole list above and paste in shell). You will see success msgs and maybe a few failures (from already uninstalled apps).
  7. Enjoy bloat free unrooted device. This helps a lot with battery from my observation.

Note: If you need any of those packages back - you will have to factory reset your device.

Hi! Thanks for sharing this @v-dimitrov :-) Unfortunately I am getting an error that says "adb: error: failed to get feature set: no devices/emulators found" How do I solve this?

Hope you can help!

Error, ADB

@v-dimitrov
Copy link
Author

v-dimitrov commented Apr 10, 2020 via email

@slayernn021
Copy link

slayernn021 commented Jan 3, 2021

Hello. I own LG G6 and i have used your debloat list. Now i lost default gallery app (why you have add it on list??), cant see photos anymore. What now? Cheers
p.s. installed A+ gallery app, seems like good choice, we will see.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment