UI action only can work when screen on?

bbfantasy

Member
Hi All
I made some UI actions like Click, Paste.
They work very well when Screen ON but they didn't do anything if Screen OFF.
Please tell me how to make some UI Actions can work when Screen OFF.
THANK FOR ALL
 

Dimlos

Well-known member
UI Interraction does not work with the screen off, so everyone seems to be using their wits about intents, system settings, etc. to deal with this.
What did you actually want to do? Maybe you can do it without UI Interraction.
 

bbfantasy

Member
UI Interraction does not work with the screen off, so everyone seems to be using their wits about intents, system settings, etc. to deal with this.
What did you actually want to do? Maybe you can do it without UI Interraction.
Hi Bro.
I want to make workflow like that
Trigger: Aqua Message Event
Action:
- Open the Zalo chatting application ( like Telegram or Whatsapp)
- Sent Aqua Body Message to specified people
+ UI Click to select to active cursor in chat row
+ UI Paste to paste content
+ UI Click to sent chat message
 

Dimlos

Well-known member
I thought it should be possible to solve this problem if I could send messages via API, but since Whatsapp's API is not approved, I tried using Telegram, which has an official API.

The result was that I could not send a message directly to the other person, but I could create a group, set up a bot, and send a message to the bot.

I think this is probably done to prevent spam.
 

Attachments

  • TelegramMessage.jpg
    TelegramMessage.jpg
    403.4 KB · Views: 11

bbfantasy

Member
I thought it should be possible to solve this problem if I could send messages via API, but since Whatsapp's API is not approved, I tried using Telegram, which has an official API.

The result was that I could not send a message directly to the other person, but I could create a group, set up a bot, and send a message to the bot.

I think this is probably done to prevent spam.
It is a good solution for me
 

Dimlos

Well-known member
A good solution? Let me tell you about a website I found helpful.
 

Attachments

  • Telegram_Message.macro
    3.3 KB · Views: 8

bbfantasy

Member
A good solution? Let me tell you about a website I found helpful.
Thank you very much
 

bbfantasy

Member
A good solution? Let me tell you about a website I found helpful.
Because I am not a coder so I get so hard time to understand with Webhook, Intent, Sell Scripr or Text Extract....
You helped me a lot
 
Top