Sometimes a Google dependent app might be able to install itself as a System app (even with a confusingly different name, I once saw with a Google dependent “SIM manager”)
Settings > Apps > All apps > top right 3 dot menu > Show system.
If not found for uninstall there; two possibilities
The app Package manager Play store link, link is expected to open in App Lounge.
speech recogniton&synthes =com.google.android.tts
the order :adb devices sends me back a number
In the adb shell list, I have com.google.android.tts
when I do: adb uninstall com.google.android.tts
I have this message :/system/bin/sh: adb: inaccessible or not found
?
List packages pm or list packages pm from the adb shell release me the same list, the problem is: /system/bin/sh: adb: inaccessible or not found.
Could it be a residue from uninstall apps?
And if so, could a file cleaner do it?
INFO: when I update one of these apps, at the end it reminds me to try again?
Android relies very heavily on Android packaging. So my suggestion had been to look for packages. Edit beware of messing with something which has not identified itself as a package … you have started from a point not using Package manager.
Uninstalling system packages would require root and carries a risk to the system.
Hmmm … the point of Android packages is for them not to come apart (in normal use).
Your first mentioned com.google.android.tts belongs to Text to Speak. Your message does not include whether it is the package. Maybe do as I demonstrated above … have you found an app installed as system? or is it not a package at all?
Can you find the AppID of these apps, so that you are looking for them specifically?
/system/bin/sh: adb: inaccessible or not found … can mean requires root.