Recent content by ieiei

  1. I

    Logcat Capture unable to capture all logcat messages

    I have a similar problem since the upgrade to Android 13. When I try to trigger a logcat message I'll be only asked to allow it this time or to deny it. No possibility to grant it always, even not with ./adb shell pm grant com.arlosoft.macrodroid android.permission.READ_LOGS Is there a solution...
  2. I

    Trigger not working (locked / screen off)

    Thank you very much, so I found the solution: There is a system component smartlinkkey which e.g. outputs the string MSG_SMART_LINK_KEY_SINGLE_CLICK which works as a trigger. Also I found the keycode 301 of the hardware button. Is the status of the keycode 301 also readable via the system...
  3. I

    Trigger not working (locked / screen off)

    Well, the manufacturer's Android can query the status of the left function key. However, you can only do a little there with "single click"", "double click" and "long hold". How can I read out this key for my own purposes? Can I get a list of all available variables and their value types via...
  4. I

    Trigger not working (locked / screen off)

    Thanks for that hint. But I guess I need another trigger then, because this option might result in high battery consumption.
  5. I

    Trigger not working (locked / screen off)

    Hello together! I am new to Macrodroid and recently purchased a Gigaset GX6 that is running Android 12 with the ADB hacks. I made myself a simple macro that tells me the time when I shake the device. This works fine, but only when the screen is turned on. An alternative would be to query the...
Top