Stan Brown <
the_sta...@fastmail.fm> wrote
> As a new owner of my first Samsung phone, I observed that Samsung has
> its own Messages, Phone, and Contacts apps. None of them seems
> markedly better than the Google versions (because Google is, you
> know, the creator of Android), and Contacts at least has a noticeably
> crappier interface.
Hi Stan,
I've seen you over on the Windows newsgroup helping people a lot.
That's good of you - where you seem to be relatively new to the Android ng.
I tried to respond to your previous thread but I didn't really have enough
knowledge to help you out. I also have a Samsung Galaxy and I do NOT use
the Google apps if I can help it (for privacy reasons, that's why).
If you have any questions, I can help you with what apps I use, but bear in
mind I'm different from most people because my goal with apps is privacy.
1. Messages => last known good open source version of PulseSMS 5.4.6.2816
2. Contacts => opencontacts.open.com.opencontacts version 28.0
3. Dialer => com.simplemobiletools.dialer version 5.16.0 (46)
> In another thread I asked how to change the default contacts app to
> Google from Samsung, since there doesn't seem to be any way to do it
> in Samsung's UI. Unfortunately, no one has posted a reply giving a
> procedure. One person did suggest installing the Google Phone app and
> setting that as default phone app (which Samsung's UI seems to
> provide for), and I'm about ready to try that if nothing better turns
> up.
I tried responding to your post when I first saw it but then I realized it
was too tough of a question for me to answer properly so I canned it.
Here, for the record, is the _unfinished_ response I made days ago for you.
NOTE: THIS IS UNFINISHED as I gave up when it got too deep for me to help.
===< cut below here for my unfinished response >===
Stan Brown <
the_sta...@fastmail.fm> wrote
> I've spent a couple of hours Googling, and while I found lots of
> copies of the same few answers, none of them worked.[*]
> MY SETUP: Android 13 Samsung Galaxy A54 5G phone, a couple of weeks
> old. I'm using the factory Samsung Phone app.
Be careful when describing icons for dialers because they all look alike.
And they're all named "Phone" so you really have to note the package name.
<
https://i.postimg.cc/wBqYjyVT/phone01.jpg >
You're probably talking about com.samsung.android.dialer (which is one of
the many phone dialers I have on my Samsung Galaxy A32-5G T-Mobile phone).
Notice in the screenshot three "green" "phone" dialers - all look alike.
What I currently use on a similar phone (A32-5G, Android 13) is described
in gory details on some of the threads at the XDA Developers' web site.
<
https://forum.xda-developers.com/m/galaxya325g.11604613/recent-content>
XDA Developers should have a section for the Samsung Galaxy A54G also.
> I don't like the UI in
> the Samsung Contacts app, so I downloaded the Google Contacts app
> from the Google Play Store, since I used and liked it on my old
> phone.
Likewise, based on my search just now, I think the Samsung contacts
app is called <com.samsung.android.app.contacts> on the Galaxy series.
<
https://i.postimg.cc/W38s6RNj/contact01.jpg>
> It works just fine, and can connect to the Samsung Phone and
> Messages apps when I want to make calls and send texts.
> I removed the Samsung Contacts app icon from my home screen and
> added the Google contacts icon to my home screen.
You can also uninstall any app, including system apps, using adb.
C:\> adb shell pm uninstall -k --user 0 com.samsung.android.app.contacts
This works for the user (not admin) without needing to be rooted.
Note it's "better" than just removing it from the homescreen.
You can _always_ get it back if you need to, by the way, using adb.
C:\> adb shell cmd package install-existing com.samsung.android.app.contacts
The reason re-installing works is that the APK is _always_ saved on Android
for _every_ app (which is why and how those Android APK archivers work).
WIP WIP WIP WIP unfinished WIP...
===< cut above here for my unfinished response >===