How to programatically hide Caller ID with Automagic?

Post your questions and help other users.

Moderator: Martin

Post Reply
rcfree
Posts: 43
Joined: 21 Mar 2013 16:51

How to programatically hide Caller ID with Automagic?

Post by rcfree » 01 May 2015 23:25

Is possible create/call a option to hide your caller ID using Automagic?

The closest I got was using launching app action with the parameters:

PACKAGE NAME:com.android.phone

CLASSNAME:com.android.phone.GsmUmtsAdditionalCallOptions

Which opens the Connection Settings window.

Could anyone help me?

User avatar
TheBrain1984
Posts: 137
Joined: 07 Aug 2013 08:17
Location: Germany

Re: How to programatically hide Caller ID with Automagic?

Post by TheBrain1984 » 01 May 2015 23:44

Well if you have your connection settings window open, you propably could use the action "Control UI". You can use the overlay-function to get the commands you need like click("Caller ID") --> this command will click on the text "Caller ID" if present on the screen. If you need more then one click and the phone needs some time between the clicks, because it's loading the informations or something like that you can insert the command delay(time in ms) between the click commands.
I hope I could help you.

rcfree
Posts: 43
Joined: 21 Mar 2013 16:51

Re: How to programatically hide Caller ID with Automagic?

Post by rcfree » 02 May 2015 21:12

I appreciate the help, your opinion was quite useful.

Is open space for suggestions of other solutions.

thank you

Post Reply