- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-28-2022 03:45 AM in
Galaxy ZHey I was stupid I deleted my app from Samsung that lets you call that green icon with that phone in it because I wanted to use Google call app, and it worked fine until I realized I can't see on my cover screen anymore that I get a call, so I would like to reinstall the original Samsung app can someone help me with that thanks in advance (I had removed the app via adb command)
Solved! Go to Solution.
- Mark as New
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-28-2022 07:51 AM in
Galaxy Z- Mark as New
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-28-2022 02:13 PM in
Galaxy ZI already tried but I get the message app not installed as package turns out to be invalid
- Mark as New
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-28-2022 05:37 PM in
Galaxy Z- Mark as New
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-28-2022 06:46 PM (Last edited 02-28-2022 06:52 PM ) in
Galaxy ZThe command you used to remove the app was:
pm uninstall -k --user 0 com.samsung.android.incallui
The command you are going to use to reinstall the app is:
cmd package install-existing com.samsung.android.incallui
- Mark as New
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-01-2022 04:08 AM in
Galaxy Zthank you for your response but unfortunately the solution does not work the package does not even appear at apk analyzer so i would not know what the problem could be and i would rather not reset my phone but thanks
- Mark as New
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-01-2022 10:09 AM in
Galaxy Z- Mark as New
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-03-2022 10:26 AM (Last edited 03-03-2022 10:26 AM ) in
Galaxy ZTry these commands, one of these will work:
cmd package install-existing com.android.server.telecom
cmd package install-existing com.samsung.android.dialer
cmd package install-existing com.android.phone
Don't forget "adb devices" and "adb shell" commands :)
Get back to me with your results.
- Mark as New
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-03-2022 02:01 PM in
Galaxy Zheyy thank you so much for your help I found out that I filled in those commands the app immediately returned to my home screen so thank you very much for all the effort
- Mark as New
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-03-2022 02:04 PM in
Galaxy ZAgain, I am very much happy that I could help you, have a great day ahead :)
