I was debloating my S22 Ultra through adb method and i accidentally uninstalled something, after which i see only Swift keyboard option in Language n Input Settings ( default samsung keboard if lost).. Can somebody give me the dafault samsung keyboard package name...
cmd package install-existing com.samsung.android.honeyboard
You can reinstall in from the Galaxy Store
Related
please i was waiting for this day that i can install samsung keyboard apk normally without root
but it doesnot work .. keyboard doesn't appear after i choose samsung keyboard
any help ?
Hi all,
I tried debloating a Galaxy Note 10 Lite and a Galaxy S9 with adb. I used pm uninstall --user 0 <packagename>. I omit listing the packages until requested by anyone.
Now, I miss the following functionality:
On both devices: Cannot set / change wallpaper anymore, neither via settings nor via ... button when browsing to a photo
On both devices: Cannot change background / wallpaper of lock screen
On S9: Search bar in Apps list missing (search in settings still working)
Now I've two questions:
Which packages are implementing the above functionalities?
How to re-install. Issuing "cmd package install-existing xyz" results in NameNotFoundExceptions
Many thanks and a happy new year,
Winnie
Hi again,
with the help of an older S7 I managed to find out both:
Wallpapers are back after reinstalling com.samsung.android.app.dressroom
Search bar in apps list is from finder, so reinstalled com.samsung.android.app.galaxyfinder
Btw., adb shell cmd package install-existing worked with the second try.
Thanks anyway to all.
(I am a compete noob)
I have a Samsung galaxy s10 and I have installed an app via apk (untrusted source) but it's corrupt, so I uninstalled the app and downloaded it again via play store but it gives me the message " you cannot install this app because another user has already installed an incompatible version on this device".
I searched on how to remove this and I found that I have to delete it with adb shell pm uninstall but when I press enter it just doesn't give my any response message. just puts me to a new line. But I tried to remove another app and the adb shell gives me "inaccessible or not found shell'
What should I do to remove this app? I don't want to do a factory reset
I accidentally Debloated It, I want to reinstall.
It’s very easy to check if you have a Samsung device.
hello
maybe SamsungPhone.apk or SamsungDialer.apk
all Samsung device have not the same apk files
yakapa40 said:
hello
maybe SamsungPhone.apk or SamsungDialer.apk
all Samsung device have not the same apk files
Click to expand...
Click to collapse
I need the package name, not apk
Download a package name viewing app. If you do so you can see it’s package name
Otherwise i think that a clean factory reset shuld fix it
I believe you're looking for com.samsung.android.dialer
ONE UI CUSTOM FONTS
Detailed Guide and Troubleshooter
Google Fonts
May 20231) Download and install the official Samsung Sans system font from the Galaxy Store. This is the non-modified version for creating the initial backup. Once installed, manually change your system font to Samsung Sans from Display > Font Settings.
2) In Samsung Cloud, create a backup of only the settings while your font is set to Samsung Sans. The first two steps only need to be done once for all subsequent custom fonts.
3) Uninstall or update over the old Samsung Sans font with the new custom zFont Samsung Sans font file which contains the font you want to change to. This uses the same package name (com.monotype.android.font.samsungsans) as the official font to trick cloud into thinking it's legit.
zFont 3 Download: Click Here
Attached are 3 font APK files that can be directly installed onto your device for use with this workaround. If you use these files you don't need to install zFont. Google Sans Regular and Bold (can only have 1 or the other installed at 1 time). Product Sans Black.
NOTE: There's also an option to use other fonts in zFont instead of Samsung Sans, but if you choose those, you'll have to create a new backup with the official version of that font selected.
4) Change your system font to "Default" prior to final step. This is IMPORTANT.
NOTE: Your custom font should be present within your font list after installation. When updating custom fonts, it might appear as if the correct font is already selected but your new font won't actually become active until you refresh it by unselecting and reselecting the font which requires the Samsung Cloud workaround since you can't select a modified font manually from the font menu or you'll get an error.
5) In Samsung Cloud, select the option to restore. Uncheck all options except "Settings" to restore only the settings that you backed up in step #2. While it's restoring, you'll see the text on the screen update to your target custom font prior to reaching 100% complete if it's successful. Once the restoration is finished, you'll get a dialog popup asking if you want to delete old backups, select the NO response so the backup can be used for future fonts.
6) Verify everything worked correctly by opening your font settings and making sure your font has changed from "Default" to the custom font you installed in step #3. Once verified, restart your device to apply the new font system wide.
NOTE: Not all text will be replaced with your updated font until after a system reboot. If your font is still set to Default, restarting your device won't change anything. Continue to the troubleshooting steps below if you're positive you performed all these steps correctly.Subsequent UpdatesTo update your font while a backup of the device's settings is already created (with the correct font file selected per step #2), just update custom font file, change font to default, restore settings, restart device (or just start at step #3). No need to create a new backup everytime you load a new font unless the original backup was lost.TROUBLESHOOTINGSamsung Cloud custom font workaround will not work if you debloated your system applications. Samsung Cloud relies on several pre-installed applications to restore all settings back to its former backed up state, especially fonts since it seems like getting the font to restore is the toughest setting to fix if debloated. I'm not sure 100% exactly which applications affect this, but I've narrowed it down to Samsung apps that are capable of being backed up within Samsung Cloud.MUST BE INSTALLED AND ENABLED
Samsung Cloud
Samsung Cloud Platform Services(SCPM)
Samsung Core Services (SCS)
Samsung Account (Logged In)
Galaxy Themes
Galaxy Themes Services
Galaxy Store
Foundation
Noto Serif / Source Sans
CMHProvider
Samsung Phone
Call Logs Backup
KeyCustomizationsBNR
Wallpaper Backup
BrightnessBNR
SamsungOne
ShortcutBNR
KeyCustomizationInfoBNR
Samsung Pass
Calendar
Reminders
Contacts
Messages
Recommended apps
DiagMonAgent
Samsung Notes
IPService
Smart Switch Agent
com.samsung.android.smartswitchassistant
Secure Folder
Samsung AR AppsUse the following ADB command to install debloated system applications:
Code:
pm install-existing <app_package_name>
Use this ADB command to enable an application:
Code:
pm enable <app_package_name>