[GUIDE] [DEBLOAT] Remove stock apps WITHOUT ROOT [24-DEC-2018] - Asus Zenfone Max Pro M2 Guides, News, & Discussion

Asus Zenfone has stock android without bloatware .. why this thread is created ??
Agreed that we have near stock android and most of the apps can be disabled in settings.
But with the method mentioned below, app will never wake up to consume battery and will be uninstalled for current user.
Also ADB is way faster than individually selecting and disabling apps.​
You need to enable USB debugging and have ADB setup. (Refer https://www.xda-developers.com/quickly-install-adb/ is you are new to these things.)
Now once you have device connected via USB, run adb devices command to see if your device is connected via ADB.
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Now copy and run the commands from below list for the app which you want to remove.
This will remove apps for current user and will return in case of factory reset. So if you mess something up, do factory reset to get out of trouble.
In case the command fails then the app is already removed .. so no negative impact / issue in that case :good:
adb shell pm uninstall -k --user 0 com.asus.soundrecorder # Sound Recorder
adb shell pm uninstall -k --user 0 com.facebook.appmanager # Facebook App Manager
adb shell pm uninstall -k --user 0 com.facebook.katana # Facebook App
adb shell pm uninstall -k --user 0 com.facebook.orca # Facebook Messenger
adb shell pm uninstall -k --user 0 com.facebook.system # Facebook App Installer
adb shell pm uninstall -k --user 0 com.google.android.apps.docs # Google Drive
adb shell pm uninstall -k --user 0 com.google.android.apps.maps # Google Map
adb shell pm uninstall -k --user 0 com.google.android.apps.messaging # Google Messaging
adb shell pm uninstall -k --user 0 com.google.android.apps.photos # Google Photos
adb shell pm uninstall -k --user 0 com.google.android.apps.tachyon # Google Duo
adb shell pm uninstall -k --user 0 com.google.android.calendar # Google Calendar
adb shell pm uninstall -k --user 0 com.google.android.googlequicksearchbox # Google Search App
adb shell pm uninstall -k --user 0 com.google.android.music # Google Music
adb shell pm uninstall -k --user 0 com.google.android.videos # Google Movies
adb shell pm uninstall -k --user 0 com.google.android.webview # AOSP webview
adb shell pm uninstall -k --user 0 com.instagram.android # Instagram
adb shell pm uninstall -k --user 0 com.asus.ia.asusapp # Asus Service Center
adb shell pm uninstall -k --user 0 com.google.android.keep # Google Keep
adb shell pm uninstall -k --user 0 com.google.android.youtube # YouTube
adb shell pm uninstall -k --user 0 com.asus.calculator # Asus Calculator ​

Awsome dude, Deleted 9 applications.
Thank you so much

Thanks Man,
Also I suggest all to backup the apk file before uninstalling. Do it using App Backup And restore application.
You need to set setting to show System Application.
Note : I uninstalled Launcher3 application and changed to NOVA. Later double tap to sleep went wrong. And finger print scanner again asking to enter pattern.
Share command to uninstall Google GMAIL app.

sachinm said:
Share command to uninstall Google GMAIL app.
Click to expand...
Click to collapse
Change the package name starting with com.<whatever-it-is> with com.google.android.gm.
Sent from my ASUS_X00TD using XDA Labs

Thanks a lot. I managed to uninstall FB, IG & Messenger. However I have this game called FreeFire comes pre-installed. I bought a Malaysian set and not sure if the Indian set have the game or not. I have disabled the game for now. Any command to delete it?

fabelbish said:
Thanks a lot. I managed to uninstall FB, IG & Messenger. However I have this game called FreeFire comes pre-installed. I bought a Malaysian set and not sure if the Indian set have the game or not. I have disabled the game for now. Any command to delete it?
Click to expand...
Click to collapse
We don't have pre installed garbage except stock app!

fabelbish said:
Thanks a lot. I managed to uninstall FB, IG & Messenger. However I have this game called FreeFire comes pre-installed. I bought a Malaysian set and not sure if the Indian set have the game or not. I have disabled the game for now. Any command to delete it?
Click to expand...
Click to collapse
try this
Code:
adb shell pm uninstall -k --user 0 com.dts.freefireth

Just for information.This method does not remove programs from system (apk).Tried to remove the program on the phone with root.The apk file remained in place, but the Android thought that there was no program in the system.Because memory is not released.This method is very convenient for the fact that the program did not work in the background and to disable auto-update Fota.

watatara.102 said:
try this
Code:
adb shell pm uninstall -k --user 0 com.dts.freefireth
Click to expand...
Click to collapse
thanks!!

After update my sd card is corrupted actually it is working solution guys

Not working for me and i did it twice. Apps still there. For now i only disabled it. I have the indonesian version. Even the update is still not there. Still using the october patch and no update yet.
Does anyone have a solution?

RoStHa said:
Just for information.This method does not remove programs from system (apk).Tried to remove the program on the phone with root.The apk file remained in place, but the Android thought that there was no program in the system.Because memory is not released.This method is very convenient for the fact that the program did not work in the background and to disable auto-update Fota.
Click to expand...
Click to collapse
Hey, Can you please tell me how did you root your device ?

Tyakrish said:
Hey, Can you please tell me how did you root your device ?
Click to expand...
Click to collapse
I have several phones.Checked the remove programs on Asus Zoom.Way of obtaining Root has long been known.If Root is needed for Asus M2 Max Pro-a few people got it.Unfortunately I can't give the link because I do not have a sufficient number of messages.This is a forum 4pda[point]ru.

RoStHa said:
I have several phones.Checked the remove programs on Asus Zoom.Way of obtaining Root has long been known.If Root is needed for Asus M2 Max Pro-a few people got it.Unfortunately I can't give the link because I do not have a sufficient number of messages.This is a forum 4pda[point]ru.
Click to expand...
Click to collapse
Thanks I'll search in 4pda..

hello i want reamove and not return if i am make fatory system
so it is possbile without root

after adb shell
pm uninstall -k --user 0 com.engloryintertech.caping # Caping

Related

[GUIDE] Disable KNOX, OTA Updates, and other apps without root!

I was browsing the Verizon forum and came across a thread about disabling KNOX and OTA. I can't leave the base here for a few hours, so i figured I'd make a friendly tutorial. I have edited the script with some extra packages for KNOX that was listed in the comment. I will also explain how to edit the script to disable packages that you want. I not a programmer or anything. Since everyone uses a different combination of apps I will just explain how to disable the ones you don't want. Of course you will ADB set up for your phone, and USB debugging enabled on your phone. Disabling the package will remove the icon from your phone. It is not uninstalled, just disabled.
How to disable KNOX and the OTA:
1. Simply Download This file
2. Run script as administrator
Disabled Packages
com.sec.knox.bridge
com.sec.knox.seandroid
com.sec.enterprise.knox.attestation
com.sec.knox.knoxsetupwizardclient
com.samsung.klmsagent
com.samsung.sdm
com.logiagroup.logiadeck
com.policydm
com.sec.knox.app.container
com.sec.knox.containeragent
com.sec.knox.eventsmanager
com.sec.knox.store
com.sec.knox.knoxsetupwizardclient
com.sec.knox.setupwizardstub
com.samsung.knox.rcp.components
Click to expand...
Click to collapse
How to add your own packages to the script to be disabled
1. Go to your ADB (Your ADB maybe in a different location). Hold the CTRL button and right click anywhere in the folder. The submenu will appear, select Open command window here
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
2. Command Prompt window will appear. Type " adb shell pm list packages -f>> packages.txt. A txt file will be created in your adb folder with all the packages your phone has.
3. Right click on the script you downloaded earlier, on the submenu select edit, a notepad window will appear.
4. Under the list of packages to be disabled, start a new line, type adb shell "pm block. Then go into the packages.txt and select the package you want to disable. Copy and past that package after block and add a double quotation mark at the end of the line.
(NOTE: Before the package name is the apk that the package is for. For this example com.yellowpages.android.ypmobile is for YPMobile_ATT.apk). Repeat for all packages you wish to disable.
5. Save the Script
6. Run the new script as administrator, The package you put in the script will say "true", which means its disabled.
tyiphius said:
I was browsing the Verizon forum and came across a thread about disabling KNOX and OTA. I can't leave the base here for a few hours, so i figured I'd make a friendly tutorial. I have edited the script with some extra packages for KNOX that was listed in the comment. I will also explain how to edit the script to disable packages that you want. I not a programmer or anything. Since everyone uses a different combination of apps I will just explain how to disable the ones you don't want. Of course you will ADB set up for your phone, and USB debugging enabled on your phone. Disabling the package will remove the icon from your phone. It is not uninstalled, just disabled.
How to disable KNOX and the OTA:
1. Simply Download This file
2. Run script as administrator
How to add your own packages to the script to be disabled
1. Go to your ADB (Your ADB maybe in a different location). Hold the CTRL button and right click anywhere in the folder. The submenu will appear, select Open command window here
2. Command Prompt window will appear. Type " adb shell pm list packages -f>> packages.txt. A txt file will be created in your adb folder with all the packages your phone has.
3. Right click on the script you downloaded earlier, on the submenu select edit, a notepad window will appear.
4. Under the list of packages to be disabled, start a new line, type adb shell "pm block. Then go into the packages.txt and select the package you want to disable. Copy and past that package after block and add a double quotation mark at the end of the line.
(NOTE: Before the package name is the apk that the package is for. For this example com.yellowpages.android.ypmobile is for YPMobile_ATT.apk). Repeat for all packages you wish to disable.
5. Save the Script
6. Run the new script as administrator, The package you put in the script will say "true", which means its disabled.
Click to expand...
Click to collapse
Thank you so much for bringing this over.
What would be even better, would be a list of the commands with each detailed about what it is disabling... this would be amazing
Which one is OTA services?? I would like to leave it on in case 5.01 pops up
Thanks. Will try this when I get home. Bloatware here I come!
Moving this over from other thread to keep it all in one place
This is what worked for me.
Source - THANKS! Misterxtc
http://forum.xda-developers.com/note...-root-t2972263
Thanks mlin for showing me this thread.
Download the ADB Fastboot from here
And give THANKS! to Snoop05
http://forum.xda-developers.com/show....php?t=2588979
Download Samsung Android USB drivers here
http://developer.samsung.com/technic...o?v=T000000117
Tool I used to identify the package - FX file browser
Folders I looked in to locate the packages/apps
\system\app
\system\priv-app
In these folders I looked at the the files and saw that they were ENABLED. After block command they were no longer ENABLED. I also saw active applications disappear from the Application manager.
DISCLAIMER: I DO NOT TAKE RESPONSIBILITY IF YOU DAMANGE YOUR PHONE. THIS WORKED FOR ME AND IS CURRENTLY WORKING, BUT DOES NOT GURANTEE THAT IT WILL WORK FOR EVERYONE'S SETUP.
ATTEMPT THIS AT YOUR OWN RISK.
My PC is windows 7 pro.
1. PC: download and install Samsung Android USB Drivers
2. NOTE4 : go to developer settings and turn on usb debugging
3. PC/NOTE4: connect phone to PC and unlock (screen lock). Set to MTP for USB connection settings
4. download and install 15sec ADB/FASTBOOT
5. Open command prompt as administrator
6. type "ADB devices" enter
7. you should see response "List of devices attached" and next line with ID and device
8. If you see the device listed then copy and past the commands from the excel spread sheet. You can do this individually for confirmation or you can copy the whole column and let it do it's thing.
Every item on the spreadsheet I did on my phone and confirmed that it's off. I've been using it for couple of days and had no errors or force close of any apps.
XLS spreasheet updated 12/22
sweetboy02125 said:
Which one is OTA services?? I would like to leave it on in case 5.01 pops up
Click to expand...
Click to collapse
com.samsung.sdm should be the one. I just looked it up
I blocked this package as well. The icon is same as the ATT software updater.
Can't attach photo. So the package I disabled is "com.ws.dm"
Sent from my SAMSUNG-SM-N910A using XDA Free mobile app
insang-droid said:
I blocked this package as well. The icon is same as the ATT software updater.
Can't attach photo. So the package I disabled is "com.ws.dm"
Sent from my SAMSUNG-SM-N910A using XDA Free mobile app
Click to expand...
Click to collapse
When I go into app info for the updater I saw "com.ws.dm", but I wonder if it does anything else. Has anyone seen any problems after disabling it?
FiniteTime said:
When I go into app info for the updater I saw "com.ws.dm", but I wonder if it does anything else. Has anyone seen any problems after disabling it?
Click to expand...
Click to collapse
Here's excel spreadsheet of what I blocked. No issues so far.
Subscribed and thanked.
Sent from my SAMSUNG-SM-N910A using XDA Free mobile app
Can you Disable the Gear VR service and shell without any issues? It's frequently on the top of my Android System battery usage, which leads me to believe it's running down my battery a bit. I won't ever own a Gear anyway.
This is awesome; I can tell a lot of the stuff was disabled just b/c they stopped greenifying when I run auto-hibernate, like the android email and exchange services. Anyone know what the quick connect path is? I've been looking and can't find it, it seems to always be running on me in the background (even though I have it off).
For the life of me I can't get adb to work for this thing.
I've got the newest drivers, USB debugging on. My computer doesn't prompt me to allow anything when I connect though.
Anybody wanna help this dumdum?
Follow the instructions here, i found them a bit more helpful: http://forum.xda-developers.com/showthread.php?t=2976386
Sent from my SAMSUNG-SM-N910A using Tapatalk
NYYFan02 said:
Follow the instructions here, i found them a bit more helpful: http://forum.xda-developers.com/showthread.php?t=2976386
Sent from my SAMSUNG-SM-N910A using Tapatalk
Click to expand...
Click to collapse
Much obliged, that link had a step I was missing.
Big thx
Got rid of a bunch of crap
Sent from my SAMSUNG-SM-N910A using XDA Free mobile app
my running list of things I have disabled. I will update it as I disable more things
EDIT: UPDATED LIST OF REMOVED BLOAT: (updated 12-30-14)
com.yahoo.mobile.client.android.yahoo.att
com.cequint.ecid
com.samsung.android.scloud.quota
com.att.android.digitallocker
com.fmm.dm
com.yahoo.mobile.client.android.yahoo.att
flipboard.boxer.app
com.samsung.android.keyguardwallpaperupdator
com.samsung.advp.imssettings
com.samsung.android.scloud.sync
com.sec.android.allshare.service.fileshare
com.sec.penup
com.sec.android.widgetapp.digitalclockeasy
com.sec.android.stub.paywithpaypal
com.instagram.android
com.sec.android.nearby.mediaserver
com.siso.app.generic
com.sec.android.service.cm
com.sec.embeddedserverservice
com.facebook.katana
com.sec.android.widgetapp.ap.hero.accuweather
com.sec.app.samsungprintservice
com.sec.android.easysidepanel
com.google.android.backuptransport
com.matchboxmobile.wisp
com.sec.imsservice
com.samsung.android.service.travel
com.hancom.office.editor
com.sec.android.app.FileShareClient
com.sec.android.app.mobileprint
com.google.android.apps.docs
com.wavemarket.waplauncher
com.sec.android.app.SamsungContentsAgent
com.samsung.safetyinformation
com.android.phasebeam
com.mobitv.client.tv
com.sec.android.widgetapp.locationwidget
com.drivemode
com.samsung.android.scloud.proxy.sbrowser
com.facebook.system
com.ubercab
com.sec.android.app.FileShareServer
com.sec.android.app.sysscope
com.yahoo.mobile.client.android.liveweather
com.evernote
com.mobeam.barcodeService
com.epson.mobilephone.samsungprintservice
com.sec.android.widgetapp.SPlannerAppWidget
com.samsung.android.fingerprint.service
com.sec.android.daemonapp
com.samsung.android.scloud.proxy.contacts
com.sec.android.app.mt
com.samsung.android.sdk.samsunglink
com.att.android.attsmartwifi
com.google.android.apps.magazines
com.monotype.android.font.chococooky
com.samsung.knox.rcp.components
com.google.android.syncadapters.contacts
com.fixmo.isa
com.samsung.android.scloud.proxy.memo
com.synchronoss.dcs.att.r2g
com.yellowpages.android.ypmobile
com.sec.android.app.wfdbroker
com.fmm.ds
com.asurion.android.mobilerecovery.att
net.aetherpal.device
com.sec.android.widgetapp.easymodecontactswidget
com.sec.ims
com.google.android.marvin.talkback
com.siso.app.genericprintservice
com.sec.spp.push
com.sec.android.allshare.service.mediashare
com.sec.enterprise.knox.attestation
com.telenav.app.android.cingular
com.hp.android.printservice
com.sec.pcw.device
com.samsung.helphub
com.sec.android.sviewcover
com.android.noisefield
com.sec.enterprise.knox.cloudmdm.smdms
com.lookout
com.wssnps
com.google.android.apps.books
com.policydm
com.sec.android.easyonehand
com.samsung.android.app.pinboard
com.sec.android.widgetapp.samsungapps
com.sec.knox.bridge
com.google.android.talk
com.amazon.mShop.android
com.ws.dm
com.wildtangent.android
com.sec.imslogger
com.samsung.android.scloud.proxy.calendar
com.sec.android.widgetapp.digitalclock
com.facebook.appmanager
com.samsung.android.scloud.auth
com.callpod.android_apps.keeper
com.android.printspooler
com.google.android.syncadapters.calendar
com.google.android.gm
com.sec.android.widgetapp.dualclockdigital
com.blurb.checkout
com.sec.knox.knoxsetupwizardclient
com.android.chrome
com.sec.android.Kies
com.sec.knox.seandroid
com.sec.esdk.elm
I'll look at it when I get to a computer. But I can uninstall Evernote on mine. Says its a user installed.. I habd nk3 update as well, but I had Evernote before nk3 update.
---------- Post added at 03:50 PM ---------- Previous post was at 03:48 PM ----------
Did you check app drawer to see if Evernote is gone? Because the package for Evernote is "com.evernote" when I look at the detail of the APK.
---------- Post added at 03:52 PM ---------- Previous post was at 03:50 PM ----------
What's imsservice BTW?
insang-droid said:
I'll look at it when I get to a computer. But I can uninstall Evernote on mine. Says its a user installed.. I habd nk3 update as well, but I had Evernote before nk3 update.
---------- Post added at 03:50 PM ---------- Previous post was at 03:48 PM ----------
Did you check app drawer to see if Evernote is gone? Because the package for Evernote is "com.evernote" when I look at the detail of the APK.
Click to expand...
Click to collapse
yes, normally its an installed app, but the nk3 update forced evernote on us and was not able to be disabled. I already use a note program that syncs with my gf's phone and our other devices and computers. so I didn't really want another. plus I was a bit deterred by the permissions needed by evernote.
in anycase, I did check my app drawer, it is gone
insang-droid said:
---------- Post added at 03:52 PM ---------- Previous post was at 03:50 PM ----------
What's imsservice BTW?
Click to expand...
Click to collapse
I am not quite sure, however, this was another thing that was forced on us in the nk3 update. looking at the permissions, it seems like its some kind of knox/carrier iq/logging and reporting app.
I can update my post (later) if I do or do not experience issues with disabling the IMS stuff. but so far, so good..
EDIT: I tried looking before without much luck, but I did find this post, with some info (speculation?) on IMS http://forum.xda-developers.com/note-4-tmobile/general/ims-logger-t2908176
tyiphius said:
com.samsung.sdm should be the one. I just looked it up
Click to expand...
Click to collapse
What about these? Are they Samsung update also or Knox?
adb shell "pm block com.policydm"
adb shell "pm block com.logiagroup.logiadeck"

Debloat - unbloat without Root. What can we delete (and may reinstall later)?

There a some application on my Redmi Note 8 pro (and other Android Phones too) that i doesn't need. But as they marked als system applications, it is not possible to remove them. So there is a way, to do that.
BUT BE CAREFUL! ONLY DELETE WHAT YOU KNOWING. OR CHECK THE POSSIBILITY TO INSTALL YOUR ROM NEW FROM THE SCRATCH!
The procedure goes as follows:
Needings:
- Your Phone
- a Computer possible to handle ADB-Mode
- the USB Cable
Start:
Install ADB Software on your computer
if nessesary a USB driver too.
set your phone to usb-debugging mode
connect it to the computer
set USB mode of your phone to filetransfer
open a commandline on your computer
type>>> adb devices
you should get a response like:
>>> List of devices attached
>>> xxxxxxxxxxxxxxxx device​
Now start the adb-shell with command
Code:
>>> adb shell
This will answer your request with a prompt
Code:
>>>begonia:/ $ _
Now lets look after all your packages installed, type into the shell
Code:
>>> pm list packages
This will bring up a list with all installed packages. If you type in:
Code:
>>> pm list packages -3
You'll see only third party packages.
Now it is time to delete an app?!
Type the command:
Code:
>>> pm uninstall -k --user 0 (package.name)
where (package.name) is the name of a package from the list before.
the following command will delete whatsapp (if it's installed on your phone)
Code:
>>> pm uninstall -k --user 0 com.whatsapp
BUT BE CAREFUL AGAIN! There is no way back! If you delete it , you may loose your latest data!
But it is possible to reinstall the app from playstore.
Other packages doesn't have an install candidate in play store! So if you delete them, there is no way back at all.
So, at the moment i try to delete as much as possible from the phone in order to use my preferred apps.
Google Chrome is a system app installed on my global Redmi Note 8 pro phone but i use Opera instead, so i wish to delete Chrome.
At the moment my package list looks like this:
package:android
package:android.autoinstalls.config.Xiaomi.begonia
package:android.overlay.common
package:com.alphainventor.filemanager
package:com.amazon.avod.thirdpartyclient
package:com.amazon.mp3
package:com.amir.stickergram
package:com.android.apps.tag
package:com.android.backupconfirm
package:com.android.bips
package:com.android.bluetooth
package:com.android.bluetoothmidiservice
package:com.android.browser
package:com.android.calendar
package:com.android.calllogbackup
package:com.android.camera
package:com.android.captiveportallogin
package:com.android.carrierconfig
package:com.android.cellbroadcastreceiver
package:com.android.certinstaller
package:com.android.chrome
package:com.android.companiondevicemanager
package:com.android.cts.ctsshim
package:com.android.cts.priv.ctsshim
package:com.android.defcontainer
package:com.android.deskclock
package:com.android.documentsui
package:com.android.dreams.basic
package:com.android.egg
package:com.android.emergency
package:com.android.externalstorage
package:com.android.fileexplorer
package:com.android.hotwordenrollment.okgoogle
package:com.android.hotwordenrollment.xgoogle
package:com.android.htmlviewer
package:com.android.inputdevices
package:com.android.internal.display.cutout.emulation.corner
package:com.android.internal.display.cutout.emulation.double
package:com.android.internal.display.cutout.emulation.tall
package:com.android.keychain
package:com.android.location.fused
package:com.android.managedprovisioning
package:com.android.mms.service
package:com.android.mtp
package:com.android.nfc
package:com.android.pacprocessor
package:com.android.phone
package:com.android.printspooler
package:com.android.providers.blockednumber
package:com.android.providers.calendar
package:com.android.providers.contacts
package:com.android.providers.downloads
package:com.android.providers.downloads.ui
package:com.android.providers.media
package:com.android.providers.partnerbookmarks
package:com.android.providers.settings
package:com.android.providers.telephony
package:com.android.providers.userdictionary
package:com.android.provision
package:com.android.proxyhandler
package:com.android.se
package:com.android.server.telecom
package:com.android.settings
package:com.android.settings.intelligence
package:com.android.sharedstoragebackup
package:com.android.shell
package:com.android.simappdialog
package:com.android.smspush
package:com.android.soundrecorder
package:com.android.statementservice
package:com.android.stk
package:com.android.storagemanager
package:com.android.systemui
package:com.android.systemui.notch.overlay
package:com.android.thememanager
package:com.android.thememanager.module
package:com.android.traceur
package:com.android.updater
package:com.android.vending
package:com.android.vpndialogs
package:com.android.wallpaper.livepicker
package:com.android.wallpaperbackup
package:com.android.wallpapercropper
package:com.android.wallpaperpicker
package:com.appsilicious.wallpapers
package:com.bsp.catchlog
package:com.duokan.phone.remotecontroller
package:com.duokan.phone.remotecontroller.peel.plugin
package:com.ebay.carrier
package:com.facebook.appmanager
package:com.facebook.services
package:com.facebook.system
package:com.facemoji.lite.xiaomi
package:com.faultexception.reader
package:com.fido.asm
package:com.fido.xiaomi.uafclient
package:com.fingerprints.extension.service
package:com.fingerprints.sensortesttool
package:com.goodix.fingerprint
package:com.goodix.gftest
package:com.google.android.apps.books
package:com.google.android.apps.docs.editors.docs
package:com.google.android.apps.magazines
package:com.google.android.apps.messaging
package:com.google.android.apps.pdfviewer
package:com.google.android.apps.restore
package:com.google.android.apps.tachyon
package:com.google.android.apps.turbo
package:com.google.android.apps.walletnfcrel
package:com.google.android.apps.wellbeing
package:com.google.android.backuptransport
package:com.google.android.configupdater
package:com.google.android.contacts
package:com.google.android.dialer
package:com.google.android.ext.services
package:com.google.android.ext.shared
package:com.google.android.feedback
package:com.google.android.gm
package:com.google.android.gms
package:com.google.android.gms.policy_sidecar_aps
package:com.google.android.googlequicksearchbox
package:com.google.android.gsf
package:com.google.android.ims
package:com.google.android.inputmethod.latin
package:com.google.android.marvin.talkback
package:com.google.android.music
package:com.google.android.onetimeinitializer
package:com.google.android.packageinstaller
package:com.google.android.partnersetup
package:com.google.android.play.games
package:com.google.android.printservice.recommendation
package:com.google.android.setupwizard
package:com.google.android.syncadapters.calendar
package:com.google.android.syncadapters.contacts
package:com.google.android.tts
package:com.google.android.videos
package:com.google.android.webview
package:com.google.android.youtube
package:com.google.ar.core
package:com.google.zxing.client.android
package:com.lbe.security.miui
package:com.mc.miband1
package:com.mediatek
package:com.mediatek.callrecorder
package:com.mediatek.engineermode
package:com.mediatek.ims
package:com.mediatek.location.lppe.main
package:com.mediatek.mtklogger
package:com.mediatek.nlpservice
package:com.mediatek.omacp
package:com.mediatek.op.phone.plugin
package:com.mediatek.op01.phone.plugin
package:com.mediatek.op01.telecom
package:com.mediatek.op09clib.telecom
package:com.mediatek.phone.op09Clib.plugin
package:com.mediatek.voicecommand
package:com.mediatek.wfo.impl
package:com.mi.android.globalFileexplorer
package:com.mi.android.globalminusscreen
package:com.mi.emapal
package:com.mi.globallayout
package:com.mi.health
package:com.micredit.in
package:com.milink.service
package:com.mipay.wallet.id
package:com.mipay.wallet.in
package:com.miui.analytics
package:com.miui.audioeffect
package:com.miui.audiomonitor
package:com.miui.backup
package:com.miui.bugreport
package:com.miui.calculator
package:com.miui.cit
package:com.miui.cleanmaster
package:com.miui.cloudbackup
package:com.miui.cloudservice
package:com.miui.cloudservice.sysbase
package:com.miui.compass
package:com.miui.core
package:com.miui.daemon
package:com.miui.extraphoto
package:com.miui.face
package:com.miui.fm
package:com.miui.fmservice
package:com.miui.freeform
package:com.miui.gallery
package:com.miui.global.packageinstaller
package:com.miui.guardprovider
package:com.miui.home
package:com.miui.hybrid
package:com.miui.hybrid.accessory
package:com.miui.micloudsync
package:com.miui.miservice
package:com.miui.mishare.connectivity
package:com.miui.misound
package:com.miui.miwallpaper
package:com.miui.msa.global
package:com.miui.notes
package:com.miui.notification
package:com.miui.phrase
package:com.miui.player
package:com.miui.powerkeeper
package:com.miui.qr
package:com.miui.rom
package:com.miui.screenrecorder
package:com.miui.securityadd
package:com.miui.securitycenter
package:com.miui.securitycore
package:com.miui.sysopt
package:com.miui.system
package:com.miui.systemui.carriers.overlay
package:com.miui.systemui.devices.overlay
package:com.miui.systemui.overlay.devices.android
package:com.miui.touchassistant
package:com.miui.translation.kingsoft
package:com.miui.translation.xmcloud
package:com.miui.translation.youdao
package:com.miui.translationservice
package:com.miui.userguide
package:com.miui.videoplayer
package:com.miui.vsimcore
package:com.miui.wmsvc
package:com.miui.yellowpage
package:com.netflix.partner.activation
package:com.sonymobile.androidapp.audiorecorder
package:com.wapi.wapicertmanager
package:com.xiaomi.account
package:com.xiaomi.bluetooth
package:com.xiaomi.bluetooth.overlay
package:com.xiaomi.bttester
package:com.xiaomi.cameratest
package:com.xiaomi.cameratools
package:com.xiaomi.discover
package:com.xiaomi.finddevice
package:com.xiaomi.glgm
package:com.xiaomi.joyose
package:com.xiaomi.location.fused
package:com.xiaomi.mi_connect_service
package:com.xiaomi.micloud.sdk
package:com.xiaomi.midrop
package:com.xiaomi.mipicks
package:com.xiaomi.miplay_client
package:com.xiaomi.mirecycle
package:com.xiaomi.misettings
package:com.xiaomi.payment
package:com.xiaomi.powerchecker
package:com.xiaomi.providers.appindex
package:com.xiaomi.scanner
package:com.xiaomi.simactivate.service
package:com.xiaomi.upnp
package:com.xiaomi.xmsf
So, what's be able to delete without pain? And how is it possible to reinstall that if possible?
I try :
Code:
>>> pm uninstall -k --user 0 com.android.chrome
this removes the google Chrome browser from my system.
I could simply reinstall it from play store, if needed.
Another one that could be deleted
Another one is youtube.
Which in my case isn't removable by the system
I try :
Code:
Code:
>>> pm uninstall -k --user 0 com.android.youtube
this removes the youtube app.
And I could simply reinstall it from play store, if needed, too.
Is
Code:
>>> pm uninstall -k --user 0 com.xiaomi.powerchecker
the one that removes the overzealous battery/RAM manager?
If so, can it be removed safely?
Xiaomi ADB/Fastboot Tools 6.8.1
Do a search and download. It's got a Gui and straight forward to use.
Will debloat and is a program i have used successfully multiple times also used on sons unrooted pro8.
https://forum.xda-developers.com/re...adb-fastboot-tools-debloat-safe-list-t4012255
My a bit over-aggressive debloat script (please review and make your own decision)
ADB AppControl
Hello friends!
I bring up the important debloat topic.
I recommend trying my new program for managing applications on android - ADB AppControl.
With it you will forget about the command line. Disable and remove bloatware with an easy-to-use graphical interface. Save disabled apps to a preset and share with others users. Download and install applications. As well as many other cool features, including a convenient console.
I created a preset for ADB AppControl from the list of apps in this thread and you can apply it easily.
You can choose which applications to disable when you load it into the program. If you disable something wrong, you can easily enable it again.
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Download ADB AppControl
I used your debloat list but now im hanging in Bootloop.
Fastboot is OK
Normal boot gets Stuck when the Redmi note 8 logo with the coloured Pro shows.
ADB App Control realises the mobile i tryed logcat but didnt fix the problem.
I tried to flash recovery.img and boot.img but didn´t work.
1. Question can i undo the debloating list?
2. Question is there a chance to get the data out of the Phone? It´s my wifes Phone and she really wants to keep the Photos.
Daffy555 said:
1. Question can i undo the debloating list?
Click to expand...
Click to collapse
If it still boots, you can re-install the deleted app. If it does not, factory reset will help
Daffy555 said:
2. Question is there a chance to get the data out of the Phone? It´s my wifes Phone and she really wants to keep the Photos.
Click to expand...
Click to collapse
If the phone was unlocked before and not encrupted - backup or adb pull from recovery. If it was locked and is bootlooping - no way imho
it is locked and still bootlooping

Android 10 / Q - Korean stock ROM on V35 ULM (factory unlocked) US version

...
EDIT 8/8/2022: This will probably wipe out your phone call capability. I didn't make a backup of some partitions so now it can't make any phone calls, although LTE data works fine. I spent few hours trying going back to stock US version Oreo but that did not fix my phone call issue. Whenever I try to call, it cancels the call showing "Call ended" immediately. So if you are unsure, do not follow this guide.
...
Lot of the material is from @cmrntnnr post #1 on https://forum.xda-developers.com/t/...instruction-no-octoplus-box-required.4052145/
I initially followed that but couldn't get it to work from Step 3 - installing Magisk and gave up there. I then realized even with root there is no custom ROM such as Lineageos so I reverted to stock V350ULM Android 9 / P.
I recently found that people are cross flashing to Korean version Android 10 Q so I went ahead with it as I really don't like how things are with this LG phone on Android O and P. Lot's of annoyances. I have an iPhone SE (2020) by the way as my main phone. My phone here is a V35 factory unlocked version from U.S. I had the Android 9 P (V350ULM20f_00_NAO_US_OP_0218).
Download firmware - V350NO30c_00_OPEN_KR_OP_0125.kdz
LG V350N(LMV350N) aka LG V35 ThinQ - LG-Firmwares.com
LG V350N download the firmware for free! Detailed installation instruction. Video review of the model and its features. User feedback and latest news.
lg-firmwares.com
(update in 2022/8/6 -- they have "V350NO30d_00_OPEN_KR_OP_0929.kdz" dated 2021/10/28. I think this is probably the last version they will ever have.)
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
The LG mobile drivers, http://tool.lime.gdms.lge.com/dn/downloader.dev?fileKey=UW00120120425
Download Dev-Patched LGUP (LGUP_DualMode.zip) thanks to @tecknight
Download https://androidfilehost.com/?fid=11410963190603845019
Once you extract the zip file, I installed "LGUP_Store_Frame_Ver_1_14_3.msi" and then also ran "SetDev.bat" as Admin to get it working. To run it as admin, right click on it, then click "Run as administrator".
Afterwards, you just double click "LGUPD.exe". You don't have to run this one as admin. The other one (LGUPU.exe) is a more simple version that doesn't have the advanced option, so don't use that.
Power off your phone. Hold the "volume +" button (it's the one on the upper of the two) and plug in the USB cable. Your phone should almost immediately go to Download mode. You can let go of the "volume +" button now. On the LGUP, you should see the following screen. At first, select "PARTITION DL" and then "Start". Select all of the details. I tried leaving the modems but after done it was causing errors so I had to redo this step.
Once done flashing, I actually went ahead and did another flashing, this time I selected the same image and did "REFURBISH" mode to make sure it's flashed correctly. Once done, the phone rebooted and I was greeted with Korean language welcome screen, where you can change the language.
I'm a Korean so I'm comfy with Korean showing up once in a while but I prefer keeping everything in English.
After all this, I'm really liking this version. There is a default stock black theme which is really nice. You don't have to download one Theme Store or whatever that was.
The camera works fine, and there is an obnoxiously loud camera shutter sound but I'm fine with that.
Dialer will show Korean characters under the numbers along with alphabets. You can enable automatically record all calls. There are also several other areas where it'll remind you that this is a Korean OS, so if you hate seeing foreign characters here and there, it's probably not for you.
Phone calls are working fine, LTE is working fine. Not sure if VoLTE is working or not.
There is no Wifi-call. I guess in Korea wifi call is not needed as there are good cellular signals everywhere.
LG Pay is installed, but it won't work because I have a SIM from U.S. Installing Google Pay, I was able to add a credit card for NFC payment, so I think that works too.
Keeping it in Airplane mode and rebooting, you still get the nag screen about Airplane mode.
Not sure what else doesn't work.
(update in 2022/8/6. I used a Korean SIM while visiting Korea on this phone. Once I came back to U.S. tried using a U.S. SIM. Data worked fine but all phone calls would not work. Not sure if there's some issue with my SIM - ATT based Tracfone or something else.)
Here are some stuff to uninstall after enabling Developer mode, through adb shell.
Start adb shell
#Facebook crap
pm uninstall -k --user 0 com.facebook.system
pm uninstall -k --user 0 com.facebook.appmanager
pm uninstall -k --user 0 com.facebook.services
#LG Pay
pm uninstall -k --user 0 com.lge.lgpay
pm uninstall -k --user 0 com.lge.lgpay.qlauncher
#LG Assistant
pm uninstall -k --user 0 com.lge.lgassistant
#TV
pm uninstall -k --user 0 com.lge.tdmb
[Guide] Make the Korean Q Great Again [relocalise, volte, wowifi, debloat and more]
I've completed all the steps (except for lg weather) and I didn't notice anything different in call features until I saw the description of the international roaming setting referenced "outside of US PR etc." instead of "outside of foreign...
forum.xda-developers.com
@cloud1250000 guide is awesome. Stock app video recording produces corrupted files (video data is there, but corrupted, need to use this https://github.com/anthwlock/untrunc to get videos back). Other than that the Korean Q works better than both Pie (which sucks on this phone) and Oreo (which works better than Pie).
So, this doesnt work on the AT&T v35s?
Ohitstarik said:
So, this doesnt work on the AT&T v35s?
Click to expand...
Click to collapse
This one does: https://forum.xda-developers.com/t/...calise-volte-wowifi-debloat-and-more.4196531/ mine is an ATT v35 and it works great sans video recording from stock cam app.
mine workde also, almost all functions good, except android auto that stopped working in my car.
hp79 said:
Lot of the material is from @cmrntnnr post #1 on https://forum.xda-developers.com/t/...instruction-no-octoplus-box-required.4052145/
I initially followed that but couldn't get it to work from Step 3 - installing Magisk and gave up there. I then realized even with root there is no custom ROM such as Lineageos so I reverted to stock V350ULM Android 9 / P.
I recently found that people are cross flashing to Korean version Android 10 Q so I went ahead with it as I really don't like how things are with this LG phone on Android O and P. Lot's of annoyances. I have an iPhone SE (2020) by the way as my main phone. My phone here is a V35 factory unlocked version from U.S. I had the Android 9 P (V350ULM20f_00_NAO_US_OP_0218).
Download firmware - V350NO30c_00_OPEN_KR_OP_0125.kdz
LG V350N(LMV350N) aka LG V35 ThinQ - LG-Firmwares.com
LG V350N download the firmware for free! Detailed installation instruction. Video review of the model and its features. User feedback and latest news.
lg-firmwares.com
View attachment 5250901
The LG mobile drivers, http://tool.lime.gdms.lge.com/dn/downloader.dev?fileKey=UW00120120425
Download Dev-Patched LGUP (LGUP_DualMode.zip) thanks to @tecknight
Download https://androidfilehost.com/?fid=11410963190603845019
I think I installed "LGUP_Store_Frame_Ver_1_14_3.msi" and then also ran "SetDev.bat" as Admin to get it working. To launch it, you just double click "LGUPD.exe". Don't have to run it as admin. The other one is a more simple version that doesn't have the advanced option, so don't use that.
Power off your phone. Hold the "volume -" button (it's the one on the upper of the two) and plug in the USB cable. Your phone should almost immediately go to Download mode. You can let go of the "volume -" button now. On the LGUP, you should see the following screen. At first, select "PARTITION DL" and then "Start". Select all of the details. I tried leaving the modems but after done it was causing errors so I had to redo this step.
View attachment 5250903
Once done flashing, I actually went ahead and did another flashing, this time I selected the same image and did "REFURBISH" mode to make sure it's flashed correctly. Once done, the phone rebooted and I was greeted with Korean language welcome screen, where you can change the language.
I'm a Korean so I'm comfy with Korean showing up once in a while but I prefer keeping everything in English.
After all this, I'm really liking this version. There is a default stock black theme which is really nice. You don't have to download one Theme Store or whatever that was.
The camera works fine, and there is an obnoxiously loud camera shutter sound but I'm fine with that.
Dialer will show Korean characters under the numbers along with alphabets. You can enable automatically record all calls. There are also several other areas where it'll remind you that this is a Korean OS, so if you hate seeing foreign characters here and there, it's probably not for you.
Phone calls are working fine, LTE is working fine. Not sure if VoLTE is working or not.
There is no Wifi-call. I guess in Korea wifi call is not needed as there are good cellular signals everywhere.
LG Pay is installed, but it won't work because I have a SIM from U.S. Installing Google Pay, I was able to add a credit card for NFC payment, so I think that works too.
Keeping it in Airplane mode and rebooting, you still get the nag screen about Airplane mode.
Not sure what else doesn't work.
Here are some stuff to uninstall after enabling Developer mode, through adb shell.
Start adb shell
#Facebook crap
pm uninstall -k --user 0 com.facebook.system
pm uninstall -k --user 0 com.facebook.appmanager
pm uninstall -k --user 0 com.facebook.services
#LG Pay
pm uninstall -k --user 0 com.lge.lgpay
pm uninstall -k --user 0 com.lge.lgpay.qlauncher
#LG Assistant
pm uninstall -k --user 0 com.lge.lgassistant
#TV
pm uninstall -k --user 0 com.lge.tdmb
Click to expand...
Click to collapse
Hi, this process would work on a LM-V350EM? BR
bscaine said:
Hi, this process would work on a LM-V350EM? BR
Click to expand...
Click to collapse
This should work on all V35 models.
I don`t know how to"SetDev.bat for the LGuptool
Shane2021 said:
I don`t know how to"SetDev.bat for the LGuptool
Click to expand...
Click to collapse
After installing LGUP you need to run SetDev.bat
I don't remember whether you need to run it with administrator privileges or not
Kyrimeas said:
After installing LGUP you need to run SetDev.bat
I don't remember whether you need to run it with administrator privileges or not
Click to expand...
Click to collapse
I don't even know how to run (SetDev.bat")lol
Shane2021 said:
I don't even know how to run (SetDev.bat")lol
Click to expand...
Click to collapse
You run it normally like any program on Windows. You can also do this via cmd.
Kyrimeas said:
You run it normally like any program on Windows. You can also do this via cmd.
Click to expand...
Click to collapse
I've opened it up by pressing the windows key while pressing the R key at the same time, searched the file, opened it and still no luck.
Shane2021 said:
I've opened it up by pressing the windows key while pressing the R key at the same time, searched the file, opened it and still no luck.
Click to expand...
Click to collapse
Have you tried to run with administrator privileges?
Kyrimeas said:
Have you tried to run with administrator privileges?
Click to expand...
Click to collapse
Yes and it never starts out in full view, its always in a small viewing mode and after I've selected my handset it fails to open.
Shane2021 said:
yes
Click to expand...
Click to collapse
LOL. You've got a really weird bug.
Haven't you moved these files anywhere? They must all be in the same folder
Kyrimeas said:
LOL. You've got a really weird bug.
Haven't you moved these files anywhere? They must all be in the same folder
View attachment 5440695
Click to expand...
Click to collapse
Damn that wasn't the problem but that I actually had to set the setbat file to admn as well I think I be needing to catch up on my zzzz
rpgdev said:
This one does: https://forum.xda-developers.com/t/...calise-volte-wowifi-debloat-and-more.4196531/ mine is an ATT v35 and it works great sans video recording from stock cam app.
Click to expand...
Click to collapse
and how about the LM-V350AWM2od?

Question App that fake source needed

Yes we need for android 13 an app that fake that the installed app is installed from the playstore and not other.
hanschke said:
Yes we need for android 13 an app that fake that the installed app is installed from the playstore and not other.
Click to expand...
Click to collapse
Apparently in official A13 , apps outside the playstore won't be allowed accessibility service access.
I think fdroid, aurora store etc should be all good
Android 13 is getting new sideloading restrictions, but they are good.
Google is introducing new restrictions on sideloaded apps with Android 13. These apps won't be able to use Android's Accessibility API.
www.androidauthority.com
if I use Aurora Droid for example it is the official store but without branding from google installing the apk form the the playstore. So we have to find the solution faking the signature after the download and installing it.
Playstore has to know it too and watch the installing process or not?
You can already do this without needing an extra app. Just become root in a terminal or use adb shell, and do pm install -i com.android.vending /somewhere/com.example.someapp.apk to install a new app that pretends to be from the Play Store, or pm set-installer com.example.someexistingapp com.android.vending to mark an already-installed app as having been installed from the Play Store.
Thank is great. A more easier way for doing it will BE great.
As a follow-up, if your goal is to let sideloaded apps use accessibility services in Android 13, then faking the installer app is the wrong approach. In that case, you can instead either pick "Allow restricted settings" in app info for it after trying and failing to enable the accessibility service, or install the app with the session-based API, without specifying local file or downloaded file as the source. See https://blog.esper.io/android-13-sideloading-restriction-harder-malware-abuse-accessibility-apis/ for more details.
Not all people use adb
Not all people should use adb. Its a very useful but possible to do great harm to a system with the simplest error. There are lots of helpful guides and videos to show the correct way to do things.
josephcsible said:
pm set-installer com.example.someexistingapp com.android.vending
Click to expand...
Click to collapse
Just tried that, but got the following error:
Code:
Exception occurred while executing 'set-installer':
java.lang.SecurityException: Unknown calling UID: 0
at com.android.server.pm.PackageManagerService.setInstallerPackageName(PackageManagerService.java:14377)
at com.android.server.pm.PackageManagerShellCommand.runSetInstaller(PackageManagerShellCommand.java:2956)
at com.android.server.pm.PackageManagerShellCommand.onCommand(PackageManagerShellCommand.java:281)
at android.os.BasicShellCommandHandler.exec(BasicShellCommandHandler.java:98)
at android.os.ShellCommand.exec(ShellCommand.java:44)
at com.android.server.pm.PackageManagerService.onShellCommand(PackageManagerService.java:21766)
at android.os.Binder.shellCommand(Binder.java:929)
at android.os.Binder.onTransact(Binder.java:813)
at android.content.pm.IPackageManager$Stub.onTransact(IPackageManager.java:4621)
at com.android.server.pm.PackageManagerService.onTransact(PackageManagerService.java:4363)
at android.os.Binder.execTransactInternal(Binder.java:1159)
at android.os.Binder.execTransact(Binder.java:1123)
Any idea?
fil3s said:
Apparently in official A13 , apps outside the playstore won't be allowed accessibility service access.
I think fdroid, aurora store etc should be all good
Android 13 is getting new sideloading restrictions, but they are good.
Google is introducing new restrictions on sideloaded apps with Android 13. These apps won't be able to use Android's Accessibility API.
www.androidauthority.com
Click to expand...
Click to collapse
Go to app in settings app then 3 dot menu and allow unrestricted access on a13
@Master One
I found the solution
You must learn uid of play store, to do so;
Code:
su -c cat /data/system/packages.list | grep com.android.vending | awk '{print $2}'
It will print 5 digit number like 10320, execute below commands using that 5 digit;
Code:
su 10320
pm set-installer com.example.someexistingapp com.android.vending
Demonstration;
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
MrMiyamo said:
@Master One I found the solution
Click to expand...
Click to collapse
Unfortunately that didn't work here on my device:
Code:
surya:/ $ su -c cat /data/system/packages.list | grep com.android.vending | awk '{print $2}'
10198
surya:/ $ su 10198
surya:/ $ pm set-installer co.mona.android com.android.vending
Exception occurred while executing 'set-installer':
java.lang.SecurityException: Caller does not have same cert as old installer package com.aurora.services
at com.android.server.pm.PackageManagerService.setInstallerPackageName(PackageManagerService.java:14403)
at com.android.server.pm.PackageManagerShellCommand.runSetInstaller(PackageManagerShellCommand.java:2956)
at com.android.server.pm.PackageManagerShellCommand.onCommand(PackageManagerShellCommand.java:281)
at android.os.BasicShellCommandHandler.exec(BasicShellCommandHandler.java:98)
at android.os.ShellCommand.exec(ShellCommand.java:44)
at com.android.server.pm.PackageManagerService.onShellCommand(PackageManagerService.java:21766)
at android.os.Binder.shellCommand(Binder.java:929)
at android.os.Binder.onTransact(Binder.java:813)
at android.content.pm.IPackageManager$Stub.onTransact(IPackageManager.java:4621)
at com.android.server.pm.PackageManagerService.onTransact(PackageManagerService.java:4363)
at android.os.Binder.execTransactInternal(Binder.java:1159)
at android.os.Binder.execTransact(Binder.java:1123)
Master One said:
Unfortunately that didn't work here on my device:
Code:
surya:/ $ su -c cat /data/system/packages.list | grep com.android.vending | awk '{print $2}'
10198
surya:/ $ su 10198
surya:/ $ pm set-installer co.mona.android com.android.vending
Exception occurred while executing 'set-installer':
java.lang.SecurityException: Caller does not have same cert as old installer package com.aurora.services
at com.android.server.pm.PackageManagerService.setInstallerPackageName(PackageManagerService.java:14403)
at com.android.server.pm.PackageManagerShellCommand.runSetInstaller(PackageManagerShellCommand.java:2956)
at com.android.server.pm.PackageManagerShellCommand.onCommand(PackageManagerShellCommand.java:281)
at android.os.BasicShellCommandHandler.exec(BasicShellCommandHandler.java:98)
at android.os.ShellCommand.exec(ShellCommand.java:44)
at com.android.server.pm.PackageManagerService.onShellCommand(PackageManagerService.java:21766)
at android.os.Binder.shellCommand(Binder.java:929)
at android.os.Binder.onTransact(Binder.java:813)
at android.content.pm.IPackageManager$Stub.onTransact(IPackageManager.java:4621)
at com.android.server.pm.PackageManagerService.onTransact(PackageManagerService.java:4363)
at android.os.Binder.execTransactInternal(Binder.java:1159)
at android.os.Binder.execTransact(Binder.java:1123)
Click to expand...
Click to collapse
Maybe try to use uid of com.aurora.services
MrMiyamo said:
Maybe try to use uid of com.aurora.services
Click to expand...
Click to collapse
Nope, just tried and resulted in the exact same error message.
Master One said:
Nope, just tried and resulted in the exact same error message.
Click to expand...
Click to collapse
Getting same error on Bluestacks too
Only thing that really worked for me was installing from scratch with :
pm install -i "com.android.vending" <apk>
mforce2 said:
Only thing that really worked for me was installing from scratch with :
pm install -i "com.android.vending" <apk>
Click to expand...
Click to collapse
What about split apks
MrMiyamo said:
What about split apks
Click to expand...
Click to collapse
For that I have no idea but maybe try to find just one apk. I have found that some sites offer just one big APK.
Play Store APKs
Use Aurora Store + "Root installer" as the installation method, works for single + split APKs.
Non Play Store APKs
Use my fork of King Installer, works for single APK.
Or use direct ADB install, works for single APK.
Code:
pm install -i "com.android.vending" <apk>
If I take the king Installer inside the app information it told me that it is king installed

Question Problems removing bloatware from X80 Pro using adbappcontrol and LADB

Yesterday my X80 Pro (Origin OS) arrived and I was about to tweak the recommended settings for Origin OS (like notifications, and so on). When I started to remove bloatware I ran into the following issue:
Whenever I connect my device to the PC adbappcontrol recognizes the device and registers an USB Plug-In Event in the console. But 1 second later there's a log that states that the device disconnected.
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
I was somehow able to already remove vivo.pem and a small amount of other unneccessary bloatware but I'm still not able to remove something like the V-Appstore and other bloatware because my device keeps disconnecting. Apparently I'm not the first person to run into this issue as I stumbled upon this thread on the Android StackExchange where various things are suggested such as using an USB2.0 instead of an USB3.0 port. So far none of the options that were mentioned in that thread worked for me.
After some further research I found that there is an app called LADB (which probably is known here as it is developed by a user of the forum) that provides a local ADB shell so that I don't need to connect the device to the PC but can run the neccessary remove commands straight from the phone. After getting the app installed I wanted to start but in all videos of LADB, wireless debugging mode is used for LADB which requires the developer options screen to run in split screen mode. After enabling "Force the size adjustment of activities" however, I'm still not able to launch the developer options in split screen mode. I just get the message that split screen is not supported for the settings app. Strangely the same pop-up appears for other apps as well like Instagram, etc. which should be forced to open in split screen mode after enabling the previously mentioned developer-setting.
Is there anyone else that has run into similar issues or someone who could help me solve this issue? I'm completely new to using ADB, so perhaps there's also things that I just don't know how to do properly which could lead to an issue? Any help is really appreciated!!
UPDATE:
After fiddling around a bit I was able to connect my device to the Windows CMD for Wireless Debugging. However, it seems I'm not able to uninstall packages with a regular command like this:
$ pm uninstall --user 0 com.vivo.voicewakeup
Failure [DELETE_FAILED_USER_RESTRICTED]
Click to expand...
Click to collapse
On StackOverflow I found a thread where this topic was discussed as well. However, people were not on the same page whether --user 0 refers to the main android user or to root (to which we don't have access on the X80 Pro as far as I'm concerned?).
(you can't delete uid 1000 apps with such method)
With new protection vivo.uninstall.compatibility.not_adbUninstall it's become impossible to delete or disable Jovi app with ADB on my Vivo Y31 android 12.
pm uninstall -k --user 0 com.vivo.hiboard
Failure [DELETE_FAILED_USER_RESTRICTED]
After decompiling framework.jar I found interesting transaction in IPackageManager.java
TRANSACTION_setSystemAppInstallState = 134
setSystemAppInstallState(String var1, boolean var2, int var3)
Whith this i was able to delete Jovi
adb shell service call package 134 s16 com.vivo.hiboard i32 0 i32 0
out:
Result: Parcel(00000000 00000001 '........')
s16 packagename
i32 0 or 1 uninstalled/installed
i32 0 - user0
Pervokur said:
(you can't delete uid 1000 apps with such method)
With new protection vivo.uninstall.compatibility.not_adbUninstall it's become impossible to delete or disable Jovi app with ADB on my Vivo Y31 android 12.
pm uninstall -k --user 0 com.vivo.hiboard
Failure [DELETE_FAILED_USER_RESTRICTED]
After decompiling framework.jar I found interesting transaction in IPackageManager.java
TRANSACTION_setSystemAppInstallState = 134
setSystemAppInstallState(String var1, boolean var2, int var3)
Whith this i was able to delete Jovi
adb shell service call package 134 s16 com.vivo.hiboard i32 0 i32 0
out:
Result: Parcel(00000000 00000001 '........')
s16 packagename
i32 0 or 1 uninstalled/installed
i32 0 - user0
Click to expand...
Click to collapse
Having same issue with x90 pro plus, can't remove certain apps via ADB. Tried your method but it doesn't work. Can you suggest anything to remove bloatware on x90 pro plus?
Thanos88 said:
Having same issue with x90 pro plus, can't remove certain apps via ADB. Tried your method but it doesn't work. Can you suggest anything to remove bloatware on x90 pro plus?
Click to expand...
Click to collapse
I suppose that on x90 pro plus framework.jar it's different. So service package isn't 134
raimondomartire said:
I suppose that on x90 pro plus framework.jar it's different. So service package isn't 134
Click to expand...
Click to collapse
Can you advise how to debloat then on x90 pro plus please ? Any suggestions?
Thanos88 said:
Can you advise how to debloat then on x90 pro plus please ? Any suggestions?
Click to expand...
Click to collapse
at least you should have posted output of my command
another way to uninstall
download old apk (withou vivo.uninstall.compatibility.not_adbUninstall in manifest)
downgrade with adb and uninstall
cp /sdcard/download/abe.apk /data/local/tmp;
pm install -r -d /data/local/tmp/abe.apk;
pm uninstall -k --user 0 com.vivo.abe;
Pervokur said:
another way to uninstall
download old apk (withou vivo.uninstall.compatibility.not_adbUninstall in manifest)
downgrade with adb and uninstall
cp /sdcard/download/abe.apk /data/local/tmp;
pm install -r -d /data/local/tmp/abe.apk;
pm uninstall -k --user 0 com.vivo.abe;
Click to expand...
Click to collapse
I want to try this on x90 pro plus . im not the greatest ever regarding adb. should the older apk be copied in the phone ? and what (withou vivo.uninstall.compatibility.not_adbUninstall in manifest) should exactly mean ?i downloaded for test an older apk of some chinese app that i wanna get rid off . I really want to delete chinese useless apps but sadly i cant even manage to disable them . thanks and sorry for the newbie question
Here a script (decompress zip in a directory and launch .bat file) that remove vivo browser according @Pervokur suggestion
73.47 MB file on MEGA
mega.nz
raimondomartire said:
Here a script (decompress zip in a directory and launche .bat file) that remove vivo browser according @Pervokur suggestion
73.47 MB file on MEGA
mega.nz
Click to expand...
Click to collapse
Brilliant , worked great, thanks a lot . If this would be possible with all other bloatware , that would be a dream .
vendetta17 said:
Brilliant , worked great, thanks a lot . If this would be possible with all other bloatware , that would be a dream .
Click to expand...
Click to collapse
I've add also a script to personalize theme in other thread. In next days I'll add other stuffs
raimondomartire said:
I've add also a script to personalize theme in other thread. In next days I'll add other stuffs
Click to expand...
Click to collapse
Can't wait for that. Great news!
raimondomartire said:
Here a script (decompress zip in a directory and launch .bat file) that remove vivo browser according @Pervokur suggestion
73.47 MB file on MEGA
mega.nz
Click to expand...
Click to collapse
This is brilliant
Unfortunately I sold my x90 pro plus because the Chinese bloatware was too annoying. If you find a way to remove all Chinese bloatware, I will buy the x90 pro plus again
Thanos88 said:
This is brilliant
Unfortunately I sold my x90 pro plus because the Chinese bloatware was too annoying. If you find a way to remove all Chinese bloatware, I will buy the x90 pro plus again
Click to expand...
Click to collapse
I can remove all chinese apps except for Jovi, imusic, Launcher. But we'll find a way in future
raimondomartire said:
Web can remove all chinese apps except for Jovi, imusic, Launcher. But we'll find a way in future
Click to expand...
Click to collapse
Sorry what is Web?
Also, the x90 pro plus global version is coming out end of January, but the price will be significantly more than the Chinese version
raimondomartire said:
I can remove all chinese apps except for Jovi, imusic, Launcher. But we'll find a way in future
Click to expand...
Click to collapse
try this
service call package 134 s16 nameofapp i32 0
Thanos88 said:
Sorry what is Web?
Also, the x90 pro plus global version is coming out end of January, but the price will be significantly more than the Chinese version
Click to expand...
Click to collapse
If completely debloated , this phone is everything i ever wished . What a beast of a phone . I even like Origin OS compared to MIUI for example .
Pervokur said:
try this
service call package 134 s16 nameofapp i32 0
Click to expand...
Click to collapse
@Pervokur Ad you know if I change command in this
adb shell service call package 134 s16 com.vivo.space i32 0 i32 0
I've this error
0x00000000: fffffffe 0000002e 00610050 00630072 '........P.a.r.c.'
0x00000010: 006c0065 00640020 00740061 00200061 'e.l. .d.a.t.a. .'
0x00000020: 006f006e 00200074 00750066 006c006c 'n.o.t. .f.u.l.l.'
0x00000030: 00200079 006f0063 0073006e 006d0075 'y. .c.o.n.s.u.m.'
0x00000040: 00640065 0020002c 006e0075 00650072 'e.d.,. .u.n.r.e.'
0x00000050: 00640061 00730020 007a0069 003a0065 'a.d. .s.i.z.e.:.'
0x00000060: 00340020 00000000 000002e8 0000016e ' .4.........n...'
0x00000070: 00610009 00200074 006e0061 00720064 '..a.t. .a.n.d.r.'
0x00000080: 0069006f 002e0064 0073006f 0050002e 'o.i.d...o.s...P.'
0x00000090: 00720061 00650063 002e006c 006e0065 'a.r.c.e.l...e.n.'
0x000000a0: 006f0066 00630072 004e0065 0044006f 'f.o.r.c.e.N.o.D.'
0x000000b0: 00740061 00410061 00610076 006c0069 'a.t.a.A.v.a.i.l.'
0x000000c0: 00500028 00720061 00650063 002e006c '(.P.a.r.c.e.l...'
0x000000d0: 0061006a 00610076 0039003a 00340034 'j.a.v.a.:.9.4.4.'
0x000000e0: 000a0029 00610009 00200074 006e0061 ').....a.t. .a.n.'
0x000000f0: 00720064 0069006f 002e0064 006f0063 'd.r.o.i.d...c.o.'
0x00000100: 0074006e 006e0065 002e0074 006d0070 'n.t.e.n.t...p.m.'
0x00000110: 0049002e 00610050 006b0063 00670061 '..I.P.a.c.k.a.g.'
0x00000120: 004d0065 006e0061 00670061 00720065 'e.M.a.n.a.g.e.r.'
0x00000130: 00530024 00750074 002e0062 006e006f '$.S.t.u.b...o.n.'
0x00000140: 00720054 006e0061 00610073 00740063 'T.r.a.n.s.a.c.t.'
0x00000150: 00490028 00610050 006b0063 00670061 '(.I.P.a.c.k.a.g.'
0x00000160: 004d0065 006e0061 00670061 00720065 'e.M.a.n.a.g.e.r.'
0x00000170: 006a002e 00760061 003a0061 00380033 '..j.a.v.a.:.3.8.'
0x00000180: 00340032 000a0029 00610009 00200074 '2.4.).....a.t. .'
0x00000190: 006f0063 002e006d 006e0061 00720064 'c.o.m...a.n.d.r.'
0x000001a0: 0069006f 002e0064 00650073 00760072 'o.i.d...s.e.r.v.'
0x000001b0: 00720065 0070002e 002e006d 00610050 'e.r...p.m...P.a.'
0x000001c0: 006b0063 00670061 004d0065 006e0061 'c.k.a.g.e.M.a.n.'
0x000001d0: 00670061 00720065 00650053 00760072 'a.g.e.r.S.e.r.v.'
0x000001e0: 00630069 00240065 00500049 00630061 'i.c.e.$.I.P.a.c.'
0x000001f0: 0061006b 00650067 0061004d 0061006e 'k.a.g.e.M.a.n.a.'
0x00000200: 00650067 00490072 0070006d 002e006c 'g.e.r.I.m.p.l...'
0x00000210: 006e006f 00720054 006e0061 00610073 'o.n.T.r.a.n.s.a.'
0x00000220: 00740063 00500028 00630061 0061006b 'c.t.(.P.a.c.k.a.'
0x00000230: 00650067 0061004d 0061006e 00650067 'g.e.M.a.n.a.g.e.'
0x00000240: 00530072 00720065 00690076 00650063 'r.S.e.r.v.i.c.e.'
0x00000250: 006a002e 00760061 003a0061 00340036 '..j.a.v.a.:.6.4.'
0x00000260: 00300036 000a0029 00610009 00200074 '6.0.).....a.t. .'
0x00000270: 006e0061 00720064 0069006f 002e0064 'a.n.d.r.o.i.d...'
0x00000280: 0073006f 0042002e 006e0069 00650064 'o.s...B.i.n.d.e.'
0x00000290: 002e0072 00780065 00630065 00720054 'r...e.x.e.c.T.r.'
0x000002a0: 006e0061 00610073 00740063 006e0049 'a.n.s.a.c.t.I.n.'
0x000002b0: 00650074 006e0072 006c0061 00420028 't.e.r.n.a.l.(.B.'
0x000002c0: 006e0069 00650064 002e0072 0061006a 'i.n.d.e.r...j.a.'
0x000002d0: 00610076 0031003a 00300033 00290035 'v.a.:.1.3.0.5.).'
0x000002e0: 0009000a 00740061 00610020 0064006e '....a.t. .a.n.d.'
0x000002f0: 006f0072 00640069 006f002e 002e0073 'r.o.i.d...o.s...'
0x00000300: 00690042 0064006e 00720065 0065002e 'B.i.n.d.e.r...e.'
0x00000310: 00650078 00540063 00610072 0073006e 'x.e.c.T.r.a.n.s.'
0x00000320: 00630061 00280074 00690042 0064006e 'a.c.t.(.B.i.n.d.'
0x00000330: 00720065 006a002e 00760061 003a0061 'e.r...j.a.v.a.:.'
0x00000340: 00320031 00340036 000a0029 00000000 '1.2.6.4.).......')
Does anyone know how to open links in correct apps? For example I want Reddit links to open in Infinity for Reddit. YouTube links in YouTube Revanced.

Categories

Resources