Hot Topics

  • 1
    Solved

    Shizuku logcat not working on boot as expected

    Diagram874 · 1 · Last reply by João Dias

    I am using the thedjchi fork of Shizuku and when Shizuku is available, Tasker does not seem to be starting to read the Logcat; I have to trigger it manually (i.e. through either turning on the ADB WiFi Logcat setting on then off again or creating a new Logcat entry profile then cancelling)

  • 1
    Solved

    Since the newest update (3.2.8) of Autoremote the communication with eventghost is broken

    Venomin · 4 · Last reply by João Dias

    Autoremote can receive messages from Eventghost, but when it sends, eventghost always shows the same error Previous version of Autoremote works fine. please downgrade the newest version, till the fix is done  Exception happened during processing of request from ('::ffff:192.168.0.251', 48212, 0, 0) Traceback (most recent call last): File "SocketServer.pyc", line 599, in process_request_thread File "SocketServer.pyc", line 334, in finish_request File "SocketServer.pyc", line 655, in __init__ File "BaseHTTPServer.pyc", line 340, in handle File "BaseHTTPServer.pyc", line 328, in handle_one_request File "C:\Program Files (x86)\EventGhost\plugins\AutoRemote\__init__.py", line 446, in do_POST communication = getCommunicationFromContent(content,self) File "C:\Program Files (x86)\EventGhost\plugins\AutoRemote\__init__.py", line 354, in getCommunicationFromContent requestJson = json.loads(requestJsonString)