Add handsets - #423
Open
elliotgao2 wants to merge 1 commit into
Open
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Adds handsets to the Debugging Tools section.
handsets is a high-performance Android control CLI in the same neighbourhood as the existing ADB / ADB Enhanced / Pidcat entries — it drives Android over
adb forwardfrom a host shell, no APK and no root required. The on-device daemon is a single jar (~few hundred KB) that runs under shell UID viaapp_process.Why include it:
hs bench), withnode_clickdefaulting toAccessibilityNodeInfo.ACTION_CLICKto bypass the Android InputDispatcher.hs uioutputs a flat verb-led table instead of an XML dump, which makes it readable both for humans grepping a screen and for LLM agents driving the device.:has-text,:below,:near, …) for label-based lookups.pip install handsets.License: MIT. Documentation at https://elliotgao2.github.io/handsets/.