Search
Items tagged with: Talkback
Okay, seriously, TalkBack image descriptions are amazing with memes! On r/emulationOnAndroid there's a meme titled "new phone". It's basically an old keypad cell phone, with a game controller put onto it, so the phone screen is in the middle between the two halves of the controller. And the text below the meme says, "So what games can I run on this?"
It's a hilarious meme to me, and I doubt VoiceOver's image classification image descriptions could describe it well enough for me to understand the meme.
First, they shut down the Basic HTML site, forcing many of us to switch to clients such as Thunderbird. Now, they're using qr codes which are not only inaccessible to the blind but also to those who don't use smartphones! This is ridiculous! Yes, they do still have the option to click whether it's you trying to sign in or not (which still requires a smartphone and a carrier, which they claim to be concerned about), but how long before they remove that, too?
pcmag.com/news/google-is-repla…
#accessibility #Android #authentication #blind #Google #GMail #IOS #Narrator #NVDA #sms #Talkback #technology #Voiceover #Windows
If anyone uses Android with TalkBack and the onscreen Braille keyboard, please try to reproduce and report this issue:
In Talkback, if onscreen keyboard echo is set to words, and a word with punctuation after it is typed, TalkBack does not read the word when Space is typed. Similarly, if an emoticon is typed, like ":)" nothing is spoken when Space is typed.
Steps to reproduce:
• Turn on TalkBack, and open TalkBack settings by tapping once with three fingers. Set up the TalkBack Braille keyboard under the Braille section.
• Go to Verbosity settings, then the keyboard echo option for onscreen keyboards, and set it to "words."
Now, open a text box, turn on the TalkBack Braille Keyboard, and type something like "this is a test." Note the period after test. Then, swipe right with one finger to enter a space.
Expected results:
TalkBack should read "this" "is" "a" "test period."
Actual results:
TalkBack reads "this" "is" "a" and is silent after test is written.
I also put it up on Google's issue tracker if anyone wants to start it.
What's New in TalkBack 15.1 - Accessible Android
Google has started rolling out TalkBack version 15.1. The rollout is gradual, so it might take some time before the update reaches your device. Here’s what’sEditorial Staff (Accessible Android)
Updates to Android accessibility features and API: youtube.com/watch?v=qLCK0HO_tN…
#Android #Accessibility #TalkBack #Braille #AI
Updates to Android accessibility features and API
Learn about Android’s latest accessibility features and best practices for app developers. In this session, we'll share ways to meet the needs of people with...YouTube
WhatsApp Messenger - Accessible Android
WhatsApp messenger is Simple. Reliable. Private, and accessible.WhatsApp from Meta is a FREE messaging and video calling app.Accessible Android
Gemini’s integration with TalkBack, Lookout's Find mode, Look to Speak, etc.:
blog.google/outreach-initiativ…
#Accessibility #Google #GAAD #AI #TalkBack
8 new accessibility updates across Lookout, Google Maps and more
For Global Accessibility Awareness Day, here’s new updates to our accessibility products.Eve Andersson (Google)
TalkBack 14.2 has been Released: Here's What you should Know - Accessible Android
Google has made version 14.2 of Android Accessibility Suite,/a> AKA TalkBack, available. However, before going any further, several points are worthEditorial Staff (Accessible Android)
Sorry Google, but Geo-Restricting TalkBack's Beta Testing Is Not the Right Decision - Accessible Android
In 2013, when TalkBack was still a very basic screen reader, there was a dedicated page for beta releases. Another page allowed users to report issues andKareen Kiwan (Accessible Android)
Opinion: Why Samsung/Google TalkBack Separation is Nothing but a Headache - Accessible Android
While it's not a negative step for a company to release its own screen reader, Samsung's move caused significant confusion and trouble that persists and deepens with time.Kareen Kiwan (Accessible Android)
Talkback must be turned off to be able to dial a phone number - Accessible Android
(Wow! Very first post.) Hi all. I just got my Pixel 7 Pro in January and experience a few snags now and then. The latest…Erişilebilir Android
Google publishes the source code for their TalkBack screen reader. GrapheneOS maintains a fork of it and includes it in GrapheneOS with the help of a blind GrapheneOS user who works on their own more elaborate fork. Eventually, we'd like to include more or all of their changes.
TalkBack depends on a text-to-speech (TTS) implementation installed/configured/activated. It needs to have Direct Boot support to function before the first unlock of a profile. Google's TTS implementation supports this and can be used on GrapheneOS, but it's not open source.
We requested Direct Boot support from both prominent open source implementations:
RHVoice: github.com/RHVoice/RHVoice/iss…
eSpeak NG: github.com/espeak-ng/espeak-ng…
eSpeak NG recently added it but it's not yet included in a stable release and their licensing (GPLv3) is too restrictive for us.
RHVoice itself has acceptable licensing for inclusion in GrapheneOS (LGPL v2.1), but has dependencies with restrictive licensing. Both these software projects also have non-free licensing issues for the voices. Neither provides close to a working out-of-the-box experience either.
Google's Speech Services app providing text-to-speech and speech-to-text works perfectly. Their proprietary accessibility services app with extended TalkBack and other services also works fine. However, many of our users don't want to use them and we need something we can bundle.
There aren't currently any usable open source speech-to-text apps. There are experimental open source speech-to-text implementations but they lack Android integration.
We also really need to make a brand new setup wizard with both accessibility and enterprise deployment support.
GrapheneOS still has too little funding and too few developers to take on these projects. These would be standalone projects able to be developed largely independently. There are similar standalone projects which we need to have developed in order to replace some existing apps.
AOSP provides a set of barebones sample apps with outdated user interfaces / features. These are intended to be replaced by OEMs, but we lack the resources of a typical OEM. We replaced AOSP Camera with our own app, but we still need to do the same with Gallery and other apps.
Google has started the process of updating the open source TalkBack, which only happens rarely. We've identified a major issue: a major component has no source code published.
github.com/google/talkback/pul…
Google has been very hostile towards feedback / contributions for TalkBack...
This is one example of something seemingly on the right track significantly regressing. Another example is the takeover of the Seedvault project initially developed for GrapheneOS. It has deviated substantially from the original plans and lacks usability, robustness and security.
In the case of Seedvault, GrapheneOS designed the concept for it and one of our community members created it. It was taken over by a group highly hostile towards us and run into the ground. It doesn't have the intended design/features and lacks usability, security and robustness.
All of these are important standalone app projects for making GrapheneOS highly usable and accessible. What we need is not being developed by others and therefore we need to the resources including funding and developers to make our own implementations meeting our requirements.
#grapheneos #privacy #security #android #mobile #accessibility #texttospeech #speechtotext #talkback #blind #backup
add Direct Boot support for Android so RHVoice can be used with TalkBack before the initial unlock · Issue #271 · RHVoice/RHVoice
More information: https://developer.android.com/training/articles/direct-boot https://github.com/GrapheneOS/platform_packages_apps_Updater is a trivial example of using this. You need to mark a sub...GitHub