Stephan
Stephan
> Allright, my alexa now sends the api call and all seems fine and working. > Only thing I noticed is that the color change won't work, even with the...
Okay, it was worth a try. Thanks anyway. :)
How do you setup your controller?
also waiting for zone cleaning function
> As your request is understandable, I have to write that this is not possible since Android APIs are the way they are: as of now, you always have to...
@bk138 i decompiled the anydesk plugin and the "Ihr Smartphone Begleiter" and think i found the classes wich do the trick. Maybe it helps AnyDesk [AnyDeskGesture.zip](https://github.com/bk138/droidVNC-NG/files/8310324/AnyDeskGesture.zip) Ihr Smartphone Begleiter [InputInjector.zip](https://github.com/bk138/droidVNC-NG/files/8310364/InputInjector.zip)
Believe me, if I had a clue about native Android programming I would do it 😂
Could this work? Splitting every continuegesture in new small gestures ``` private void startGesture(int x, int y) { mPath = new Path(); mPath.moveTo( x, y ); mLastGestureStartTime = System.currentTimeMillis(); }...
Nope, doesnt work :(
Welche Apps hast du aktiv. Hast du evtl was aktiviert ohne keys etc zu hinterlegen? Da sich Software von alleine nicht ändert ist es merkwürdig das es erst seit neustem...