S20 Snapdragon (china model) Keyboard problem - Samsung Galaxy S20 / S20+ / S20 Ultra Questions &

Hi! Im European user and i noticed that my new Samsung S20 (SM-G9810, China version) has different stock keyboard than European models and its package name is called "honeyboard" and my European model´s keyboard name is "inputmethod". I tried to disable stock keyboard through adb command "adb shell pm disable-user --user 0 <package_to_disable>" and also tried uninstall trough adb command "pm uninstall <package_to_disable>" the keyboard app with success, but anytime when I tried to install that european keyboard its aborts installation and says that my software is not supporting that apk.
Anyway to change that stock keyboard apk? This is the apk which I tried to install https://samsung-keyboard.en.uptodown.com/android
Im still rocking One Ui 2.5.

Related

Uninstall digital wellbeing apk on android 10

HI there
When i was on beta 4/5 i was able to adb and remove the digital wellbeing apk.
Since the official release, the command i was typing doesnt work anymore, getting a "missing existing base package" error
command was : ./adb shell pm uninstall -k –user 0 com.google.android.apps.wellbeing
Does anyone knows what to type to remove this garbage app please?
Thanks!
Didn't even install it. It just turned up. Says "installed from play store". Can't uninstall either
Failure [INSTALL_FAILED_INVALID_APK: Missing existing base package]
Are you rooted? Can you freeze it with TiBu?
You can use the windows tool for Pixel's that is here in xda.
It has an option that worked for me
Use titanium backup and either freeze it or uninstall it. That is what has worked for me.

Always getting INSTALL_FAILED_INVALID_APK when trying to uninstall package via adb

Hi everyone,
I would like to debloat my phone by uninstalling apps for my profile instead of disabling them but i'm always getting "Failure [INSTALL_FAILED_INVALID_APK: Missing existing base package for null]"
Code:
PS C:\Program Files (x86)\Mini ADB and Fastboot> ./adb.exe shell pm uninstall -k --user 0 com.microsoft.office.officehubrow
Failure [INSTALL_FAILED_INVALID_APK: Missing existing base package for null]
I tried other apps with the same result. Of course,I have installed the samsung android drivers for windows, activated USB Debugging mode on my phone and if i send other kinds of commands like "./adb.exe shell pm list package", it work.
Thank you for your help!
Because those aren't apps but app stubs. Disable them instead.

How to change the default launcher?

Today I got my brand new Realme X (chinese version) with a stock rom, so kudos to the AliExpress seller who actually cared, he only installed the Play Store but the rom is completely stock.
I downloaded Nova Launcher and tried to make it the stock launcher, but I got no "Homescreen" setting in the App Manager/Default App.
I tried to uninstall the system launcher via adb shell but I get the error failure [delete_failed_internal_error]. I can execute the adb shell, I just can't uninstall and delete che system launcher. I used the command adb shell pm uninstall -k --user 0 com.oppo.launcher but it doesn't work. How can I change the launcher?
There's at least a way to use a custom icon pack with the stock launcher?

Recent apps function not working

Hi, I just updated my Realme X2 CN version (RMX1991) from A.19 to C.12 and the recent button is not working. I was told that to bring it back, I should reinstall default launcher which I uninstalled back in ColorOS6. I tried to install launcher using code 'adb shell cmd package install-existing com.oppo.launcher' and it prompted me with 'com.oppo.launcher installed for user: 0'. How do I resolved this problem or is there an alternative solution?

Question How to Remove Bloatware from 9RT (Unrooted, MT2111)?

I poked around the 9RT forums and couldn't see a reliable way to remove bloatware without root. Can anyone point me in the right direction?
I don't want to root anymore, as I need banking apps to work reliably.
Just need a reliable MSM tool or ADB/Fastboot method to remove things like Google Photos, Oneplus Theme Store, etc.
My phone is 9RT originally MT-2110 but was flashed by the vendor as a MT-2111 now (Oxygen OS).
pm uninstall command may be used to remove (well, hide) most of preinstalled system applications . May be used without root. You will need to find package name and specify it in command
Like that
pm uninstall -k --user 0 <package name>
i.e., it is ready to use command for adb shell
Code:
adb shell pm uninstall -k --user 0 com.unionpay.tsmservice

Categories

Resources