Recent content by paulsiu

  1. P

    Feasibility of writing a statement downloader and printer

    Can someone tell me if this is feasible using Macrodroid. I just want to know if you think it's feasible, I can explore how to do it later. I need to schedule a job that runs once a month. The job will do the following.1 1. Check a bank's website to see if there is a new statement. 2. Download...
  2. P

    Screen on not working on Samsung Tab A

    The issue turned out to be caused by the proximity sensor. I had the samsung tablet set to stay awake in developer mode. I can see the cursor moving around, but the screen is blank. It turns out that the tablet has a smart cover and when you close it, the magnet triggers the proximity sensor...
  3. P

    How do you trigger an application action

    I want to trigger an UI action from Macrodroid. I think I can do this using intent, but is not sure. I tried sending an intent, but it asked for the package name of the app. How do I find the package name of the app?
  4. P

    Screen on not working on Samsung Tab A

    I notice that the tablet seems to experience different level of sleep. Initially, when the screen locks and you connect using anydesk or Teamviewer, the screen wakes immediately. If it does not, you can use anydesk's keyboard shortcut for home and keep pressing it a few times to wake it up. The...
  5. P

    Screen on not working on Samsung Tab A

    Thank you. The issue is not that screen on is not trigger, but that screen on does not actually turn the tablet's screen back on. For example, I did the following experiment where I create a separate webhook for each action: * Screen on * Screen Wake * Screen Off * take a picture In all cases...
  6. P

    Screen on not working on Samsung Tab A

    On a Samsung Tab A, the screen eventually turns blank after a display timeout. When I attempt to access the tablet via anydesk or teamviewer unattended, the screen is blank and connecting to it does not wake it up. To get around this issue, I call the tablet using Google DUO. This cause it to...
  7. P

    Move an app to sd card

    Ok, I think there maybe multiple approaches, keep in mine that I have not use this product and is must making educated guess. 1. There appears to be a way of using ADB command to move application. The problem is that I don't think Macdroid currently support that particular command yet. 2. There...
  8. P

    Move an app to sd card

    Hi, I do not see this question in the forum. What I am trying to do is to automatically move a selected group of application to sdcard. I do this manually by 1. Going to settings, 2. Select App, 3. Click on change storage 4. Click to external. Currently, I have to do this every time the app is...
Top