Page 1 of 1
Help my gran!
Posted: 18 May 2020 06:56
by Conrad
Hello guys,
Recently bought a galaxy tab for my gran (86) as she is isolating on her own and has no contact. The idea was that family can call her using WhatsApp video call and she gets some contact. Problem is she really struggles with the touch screen when she has to answer the call.
I’ve spent hours trying to conjure a way to use volume button to answer or auto answer the video call but no joy.
Ideally I would like it to auto answer ANY whatsapp video call After a few seconds so she doesn’t need to touch the screen.
I think automatic can do this as it’s a notification of the call but I can’t make it work if anyone can help?
Cheers!!
Re: Help my gran!
Posted: 18 May 2020 07:46
by Hit
May be this can help you:
Click this
Re: Help my gran!
Posted: 18 May 2020 10:31
by Conrad
Thanks - I had found this but I can’t seem to get it to work to answer video calls. Changes the text etc but just can’t get it to work. Not sure what I am doing wrong
Re: Help my gran!
Posted: 19 May 2020 01:30
by Hit
If there is a button to click to answer the call, you can use Control UI to click it.
Create an action control UI and then click open Control UI info then receive a whatsapp call to see the button then click info (top left) you will now see some rectangle with green border then click the rectangle around the answer button.
There you can see some option that you can do with the button, choose the line have the word <click(...)> (... is the name of the button) or you can choose the clickByIdAndIndex() if you want, what was clicked will be copy to the clipboard. Then stop calling and click button close on top right and come back to Control UI info then paste to the typing section. You will see 2 line.
- first one is sleep(1000) for example is the time in millisecond Automagic wait before the next Action(next line if you have)
and
- second one is click("name of the button here") if you choose click before
Now you can try to built your own flow and test what will happen Either success or fail, you can come here and comment so I can see if I can help you more.
Re: Help my gran!
Posted: 19 May 2020 02:55
by Rafi4
Hi conrad
Import this flow. This flow may fulfill your needs .if not do as below
Use trigger notification on Statusbar displayed select package name,leave text blank.
Use condition debug dialog and copy texts which contains buttons and post buttons names here.
Note => Make what's app call from another device to get buttons name.
from record4
Re: Help my gran!
Posted: 19 May 2020 06:31
by Conrad
Thanks will take a month we look. I found this but couldn’t tweak it to get it to work with video calls. Will okay around with it today
Re: Help my gran!
Posted: 17 Jul 2020 15:11
by bobeurone
Hello
I played with the flow posted above but it does not work with a video call that requires a sweep up the screen. I have the exact same need for a senior person. Has anybody got a flow working for video calls?
Bob
Re: Help my gran!
Posted: 18 Jul 2020 16:36
by Desmanto
@bobeurone : I have replied you in the other thread. It should be working fine. Or you can still use touchGesture()