Skip to content

mccartykim/wonderback

 
 

Repository files navigation

This is a hobbyhorse fork for my silly idea to try putting a Model Context Protocol server inside of TalkBack, so we can see if a model can navigate an app with just the text Talkback would read and a few human gestures.

Talkback stuff:

Introduction

This repository contains source code for Google's TalkBack, which is a screen reader for blind and visually-impaired users of Android. For usage instructions, see TalkBack User Guide.

How to Build

To build TalkBack, run ./build.sh, which will produce an apk file.

How to Install

Install the apk onto your Android device in the usual manner using adb.

How to Run

With the apk now installed on the device, the TalkBack service should now be present under Settings -> Accessibility, and will be off by default. To turn it on, toggle the switch preference to the on position.

About

An experiment to see if I can put an MCP server inside an AccessibilityService

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 98.2%
  • C 1.3%
  • Other 0.5%