dhamlinmusic, to mastoblind

Ok so so far 14.2 is fine, nothing really major broken, except they somehow fucked proofreading up so it cannot find spelling/grammar errors in general a bunch of the time. @mastoblind

ppatel, (edited ) to android
@ppatel@mstdn.social avatar

Re my last boost, looks like HID support for Braille displays via bluetooth is coming in Android 15. This should let devices like the Brailliant BI 20X, 40X, The Mantis, and the Humanware NLS EReaders connect to devices running Android 15 via bluetooth. Fantastic news.

Clarification: These devices can be connected to Android devices via USB cables right now. The new support is for HID over bluetooth, enabling us to use our displays wirelessly.

accessibleandroid, to android
@accessibleandroid@mastodon.social avatar
changeling, to Discord
@changeling@mastodon.starshipchangeling.net avatar

@mastoblind Just discovered that in on with , it is possible to use the rotor to access actions on messages. This makes me a happy .

dhamlinmusic,

@changeling @mastoblind I mean the swipe actions were not on until last year, we had menu actions similar to rotor ones for ages and some of those worked in discord for a while now, mostly things like opening the server options from server list to mark as read and such. They have rebuilt the mobile apps 3x in 2 years so not surprised about the delay.

objectinspace, (edited ) to random
@objectinspace@freeradical.zone avatar

deleted_by_author

  • Loading...
  • dhamlinmusic,

    @objectinspace @amir If this is the android 15 beta it's still developer phase and actual release of Accessibility Suite 15.0 won’t be for at least another 5 months or so, also what’s strange is that is not an app on Pixel side so when it crashes is not the message you would get, what type of device were you running this on?

    dhamlinmusic,

    @objectinspace @amir I was worried about that being it…, That one broke with in every browser I tried including chrome and firefox, the select your country drop down would never accept the entry and allow me to continue…

    spaciath, to random
    @spaciath@dragonscave.space avatar

    What is the world of HID Braille displays and Android? Will they ever work?

    dhamlinmusic,

    @spaciath Most work via USB, brands like HIMS, Focus, and Orbit work in general because they retain a backup bluetooth protocol, Humanware and Helptech do not offer any backup method for working with devices that cannot use HID wired or wireless which is actually not hard and could be done with an update. The bluetooth HID support for android is out of the teams hands but people could pester about this to try and get the people who should be on this to get on it. @mastoblind

    evilcookies98, to random
    @evilcookies98@dragonscave.space avatar

    Does anybody use Google docs? Since I'm cutting apple off, I am no longer going to have access to the program. I used to write everything, and I need a new one pronto

    dhamlinmusic,

    @evilcookies98 Ok so for both word and docs do not use the apps, they are both beyond inaccessible with , you can use the browser versions however, and for a lot of things I use this.

    https://play.google.com/store/apps/details?id=com.atomczak.notepat

    accessibleandroid, to accessibility
    @accessibleandroid@mastodon.social avatar

    Updates regarding the Google Gemini app:

    1. Google seems to be fixing the Send button not appearing for TalkBack users. It seems to be server-side as some TalkBack users do have the Send buttons and some don't.
    2. While the app itself is available only on the US Play Store, its global rollout has started and, via side-loading, people can use it in many countries.
    evilcookies98, to random
    @evilcookies98@dragonscave.space avatar

    This is a test to see if Mr. Keyboard and Mr. Phone will really play together. If you can read this, they do.

    dhamlinmusic,

    @evilcookies98 Yep, also read through the keyboard commands.

    weirdwriter, to webdev

    Short PSA to do not, do not, enable overlays! I was just on a website where the AccessiBe toolbar actually made text completely disappear and turn plain text paragraphs into a DIV, somehow, and a hidden element. I'm telling you, seek out an accessibility ready theme instead. has hundreds, and Shopify has them now too. You. Are. Wasting. Your. Money. On these toolbars.

    dhamlinmusic,

    @weirdwriter National Braille Press moved their store to shopify, it's actually unusable with .

    dhamlinmusic, to accessibility
    accessibleandroid, to android
    @accessibleandroid@mastodon.social avatar

    New article on Accessible Android: Sorry Google, but Geo-Restricting TalkBack’s Beta Testing Is Not the Right Decision https://accessibleandroid.com/sorry-google-but-geo-restricting-talkbacks-beta-testing-is-not-the-right-decision/

    JustGrist, to android
    @JustGrist@disabled.social avatar

    Hello, fellow people. Somebody asked me about resources for learning how to use on . I am not an android user and I have no idea about any of that. I am looking for guides, tutorials, videos, anything like that. any resources that anybody can offer are appreciated.

    jsoref_using_a_screen_reader, to android
    @jsoref_using_a_screen_reader@mastodon.social avatar

    @Tusky the ability to get to the add account widget isn't available for users

    jsoref_using_a_screen_reader,
    @jsoref_using_a_screen_reader@mastodon.social avatar

    @Tusky the widget reachable in after the available profiles is "Edit profile", it skips right over the disclosure row.

    [Screenshot of 🦣 Tusky running on a Google Pixel 6a] [Menu on the left side of the screen covering content area:] Josh Soref (w/screen read…

    dotsonapage, to random

    Morning Mastodoners! Up playing with my teensy Jelly Star Android phone, which arrived earlier this week and which my wonderful friends Glenn and Megan helped me set up last night. So far my first foray into Android's been an interesting, surprising, and occasionally frustrating experience. And yes, if the name Jelly Star has you thinking of at least one Spongebob character every time you hear it, be assured you're not the only one.

    dotsonapage,

    I'd never used extensively before yesterday, and while typing and some of the gestures are taking some getting used to, I love all the sound effects and haptic feedback. I'm sure I'll be spending a lot of time on @accessibleandroid 's site over the next few weeks. users, got any newbie tips or app suggestions for me?

    meatbag, to android

    Hey, I've talked before about the major thing slowing down Android screen readers: double taps! Just to recap: when you tap the screen, the screen reader waits for some time, just to see if you'll tap again to register a double tap. Only after that time does it register a single tap and tell you what's under your finger. This makes tapping slow! And in normal navigation, it's fine. But in typing, it slows us down a lot! Not only because we have to wait for a fraction of a second for it to register a single tap instead of a double tap, but we also can't touch type so fast because then it will start registering double taps!
    The fix for that is really easy. Just make screen readers ignore the double-tap logic in the keyboard area when the keyboard is up (if you selected any typing mode other than double-tap typing). Because it doesn't need to handle double taps in that area; you just put your finger, and it instantly registers a single tap and tells you what's under your finger. When you lift, it types. That would be great, and I'm very sure it's easy to implement (Oh, how I wish I knew enough Java and Android API to implement that into TalkBack...)
    Because Android itself is not slow at all! In fact, it's instant for all I can notice. And you can test that, even with your screen reader (just so you can notice the reader is artificially slowing itself down).
    First, focus on an item. Now, double-tap. But you need to make your second tap pretty late, just before the timer ends but not much before it, nor after it. You will notice the double tap registers right after your second tap, instantly if you get the timing right, and this is frustrating. The screen reader is intentionally slowing itself down, without giving us an option to change the preset timer or implementing the easy fix for the keyboard to make touch typing possible and fast!

    devinprater, to android

    TalkBack update 14.1:

    You can now have images described, check spelling in Braille, have Braille automatically scroll at a set interval, and ... that's about all I got before Windows Subsystem for Android broke.

    accessibleandroid, to android
    @accessibleandroid@mastodon.social avatar

    New article on Accessible android: Opinion: Why Samsung/Google TalkBack Separation is Nothing but a Headache https://accessibleandroid.com/opinion-why-samsung-google-talkback-separation-is-nothing-but-a-headache/

    dankeck, to accessibility
    @dankeck@a11y.social avatar

    Did you know that Fedilab, a Fediverse client for Android, has a translation button? It works on post content and also image alt text!

    This example image comes from the German Aerospace Center at @dlr_next .

    @Fedilab

    juliemoynat, to accessibility French
    @juliemoynat@eldritch.cafe avatar

    Oh mais je viens de découvrir que depuis la version 1.14 de /e/OS (Android dégooglisé), on a Talkback FOSS (le lecteur d'écran d'Android mais dégooglisé) !!!
    C'est trop bien !!!
    🥳🎉🎊

    C'était le truc que je regrettais dans cet OS !


    https://github.com/talkback-foss-team/talkback-foss

    devinprater, to apple

    So one of the things for me about Android is the TTS engines. Apple has, basically, three speech engines built into every one of their operating systems. Vocalizer which is what VoiceOver starts off on using, Macintalk which is like Alex, and Fred and all that, and Eloquence. Three different ways of speaking, pronounciation sets, all that. Actual choice.

    On Android though, a Pixel comes with Google TTS. And if you've ever been somewhere with no Internet and heard a low quality, robotic voice from Google Maps, you've heard what we have to deal with on a Pixel every single day unless we get something different. So on Android, there are a few more options. RH Voice which honestly doesn't sound so good to me in English, ESpeak which is as robotic as you can get and was last updated on Oct 23, 2022 (almost a year ago), Vocalizer which had its last update on Oct 30, 2021 (which is better than I thought but still feels unmaintained), and that's about all I know of. On Samsung phones, you can get Samsung TTS out of the box, and it's pretty good. Of course, then you get Samsung's TalkBack, Samsung's version of everything, but also all the goodies that come with Samsung phones. Oh and Samsung TTS has a longer pause between everything cause it was made to read stuff not for screen reading, so everything feels slower than it is.

    So it's really sad. Eloquence is still a 32-bit app, so will not work on the newest Pixels. Google TTS' newer local models are sluggish with TalkBack, and cannot speak quickly, as many have found out when working around the fact that TalkBack doesn't use the newer model natively. And it's sluggish when reading long pieces of text, like this one. And there iOS is, with tons of voices to choose from. And I get it, I should be thankful that we have even ESpeak, but when you come home from a stressful day at work, what do you want to hear?

    devinprater, to android

    I'm not gonna lie, using Youtube Music, at least the audio player, is really nice. When a song starts playing, TalkBack tells me what the song is. I know, some people won't like that, and I hope that becomes configurable. But when I go to the next song button, and then lock the screen, and then unlock it and get back into the app, TalkBack focus is still on the next button, ready for me to just double tap. I can also use the GoodLock Sound ssistant module to set a long press of the volume buttons to go to the previous or next track. Ugh I just love that kind of stuff. I can't wait for TalkBack to catch up to VoiceOver.

    accessibleandroid, to android
    @accessibleandroid@mastodon.social avatar

    Here at Accessible Android, we have made it possible for you to submit your own content on all things Android and accessibility. With that in mind, Ciprian Dinca from Romania has submitted a guide. The matter with Samsung Setup Wizard: How to solve the issue of no speech when on setup https://accessibleandroid.com/the-matter-with-samsung-setup-wizard-how-to-solve-the-issue-of-no-speech-when-on-setup/

  • All
  • Subscribed
  • Moderated
  • Favorites
  • anitta
  • thenastyranch
  • magazineikmin
  • khanakhh
  • InstantRegret
  • everett
  • osvaldo12
  • Youngstown
  • slotface
  • Durango
  • rosin
  • PowerRangers
  • kavyap
  • DreamBathrooms
  • Leos
  • tester
  • hgfsjryuu7
  • GTA5RPClips
  • tacticalgear
  • mdbf
  • vwfavf
  • ngwrru68w68
  • ethstaker
  • normalnudes
  • modclub
  • cisconetworking
  • cubers
  • provamag3
  • All magazines