Page 1 of 1

How to programatically hide Caller ID with Automagic?

Posted: 01 May 2015 23:25
by rcfree
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?

Re: How to programatically hide Caller ID with Automagic?

Posted: 01 May 2015 23:44
by TheBrain1984
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.

Re: How to programatically hide Caller ID with Automagic?

Posted: 02 May 2015 21:12
by rcfree
I appreciate the help, your opinion was quite useful.

Is open space for suggestions of other solutions.

thank you