Skip to content

Orb Eye v2.1

Latest

Choose a tag to compare

@KarryViber KarryViber released this 27 Feb 23:18

What's New in v2.1

New Endpoints

  • /find — Precise element search with centerX/centerY ready 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 includes centerX/centerY per element; filter by ?scrollable=true, ?editable=true, ?package=xxx
  • /input — Returns previousText for verification; supports {"clear":true} to clear without writing
  • /scroll — Target specific scrollable container by text; repeat with count
  • /notify?exclude=pkg1,pkg2 to filter noise

Other

  • Unified error format: {"ok":false, "error":"...", "code":"NOT_FOUND"}
  • Full backward compatibility with v2.0

Install

  1. Download orb-eye-v2.1.apk below
  2. adb install orb-eye-v2.1.apk
  3. Enable: Settings → Accessibility → Orb Eye → On
  4. Verify: curl http://localhost:7333/ping

See CHANGELOG.md for full details.