how to uninstall samsung talkback and replace it with google talkback

3 years ago
26

in this video, we show you how to uninstall samsung talkback and replace it with google talkback.
this video will work with newer versions of samsung talkback also.
you can download apk of google talkback from.
https://www.apkmirror.com/apk/google-inc/android-accessibility-suite/
you will require adb and you can get it from the following links.
https://dl.google.com/android/repository/platform-tools_r31.0.0-windows.zip
Mac
https://dl.google.com/android/repository/platform-tools-latest-darwin.zip
Linux
https://dl.google.com/android/repository/platform-tools-latest-linux.zip
these links always have updated adb tools
Prior to uninstalling Samsung Talkback, we suggest you install the Commentary screen reader so that you do not need sighted assistance to start Google Talkback.
if you want to uninstall other apps using this demo, you will need app inspector which can be installed from.
http://bit.ly/30n0dmp
which will give you names of installed packages.
the commands to perform the operation on your phone are.
Adb devices
Adb install com.apk
To uninstall Samsung talkback.
Adb shell
pm uninstall -k --user 0 com.samsung.android.accessibility.talkback
you can use the above command to uninstall any other app, just replace.
com.samsung.android.accessibility.talkback with the package name of the app.
To install google talkback.
exit
adb install talkback.apk
replace talkback.apk with the name of the file that you have given.
if you want written guide on how to do this process, please visit.
https://blindandroidusers.com/how-to-uninstall-samsung-talkback-and-replace-it-with-google-talkback/

Loading comments...