Search results

  1. L

    Commands list for shell action:

    Bravo! Thanks you guys. The uninstall prompt now coming in. After some tests I got another question on mind. There must be enough time between Send Uninstall Intent and UI Click OK, right? - When no Wait time between, the APP can't be uninstalled. - When there is Wait 10 ms, still can't be...
  2. L

    Commands list for shell action:

    What I've configured in Actions was: Send Intent Target - Activity (and I've tried Broadcast/Service, none of them working) Action - android.intent.action.UNINSTALL_PACKAGE Data - tv.telepathic.hooked Test actions, then MacroDroid warned: Send Intent Failed No Activity found to handle Intent {...
  3. L

    Commands list for shell action:

    Bad news: pm command is not usable on Android 10 with Termux, see: https://github.com/termux/termux-api/issues/354. I forgot to mention that I'm on Android 10 & apps I want to uninstall are not system apps. Now I am stuck in uninstalling a non-system app solely with Termux. If with Termux is...
  4. L

    Commands list for shell action:

    Hi guys! Really want to get a way to uninstall apps by some triggers on my unrooted device (which can't be rooted at the moment, already checked XDA forum). `pm uninstall --user 0 PACKAGE_NAME` uninstalls an app via ADB on my PC but it's not working when I put it in Macrodroid shell script. So...
Top