hyperion-android-grabber icon indicating copy to clipboard operation
hyperion-android-grabber copied to clipboard

Add toggle intent to specify whether to turn the grabber on or off

Open lordjaxom opened this issue 1 year ago • 1 comments

I wanted to integrate the grabber into my OpenHAB home automation. Since the start on boot seems not to be working in 1.1 beta I added an extra flag to tell ToggleActivity whether the service should be on or off (or toggled if the extra flag is absent).

Can be invocated by adb via

adb shell am start -n com.abrenoch.hyperiongrabber/com.abrenoch.hyperiongrabber.common.ToggleActivity --ez "com.abrenoch.hyperiongrabber.TOGGLE_INTENT" true

lordjaxom avatar Dec 03 '22 21:12 lordjaxom

@lordjaxom That's what I miss so much. Do you have an apk version with the changes?

dotiful avatar Nov 28 '23 16:11 dotiful

@lordjaxom Have you implemented this change in your repo?

I think it's time someone forked the repo and maintained this project instead of abandoning it everytime.

ncodee avatar Apr 25 '24 10:04 ncodee

I'm afraid I never got it to work reliably and I dropped further investigation and development when I discovered that screen grabbing directly in Android TV only works for non copy protected material, which is basically the main menu and nothing else :-(

lordjaxom avatar Apr 30 '24 18:04 lordjaxom