What's New in v2.1
New Endpoints
/find— Precise element search withcenterX/centerYready for/tap/screenshot— Take screenshots via AccessibilityService (no root needed, API 30+)/clipboard— Read/write system clipboard/gesture— Composite gestures: pinch in/out, custom multi-stroke
Enhanced Endpoints
/screen— Now includescenterX/centerYper element; filter by?scrollable=true,?editable=true,?package=xxx/input— ReturnspreviousTextfor verification; supports{"clear":true}to clear without writing/scroll— Target specific scrollable container by text; repeat withcount/notify—?exclude=pkg1,pkg2to filter noise
Other
- Unified error format:
{"ok":false, "error":"...", "code":"NOT_FOUND"} - Full backward compatibility with v2.0
Install
- Download
orb-eye-v2.1.apkbelow adb install orb-eye-v2.1.apk- Enable: Settings → Accessibility → Orb Eye → On
- Verify:
curl http://localhost:7333/ping
See CHANGELOG.md for full details.