Search found 18 matches

by bobeurone
10 Aug 2020 07:23
Forum: User Help / Bug Reports
Topic: "Set Speakerphone State: On" makes flow fail
Replies: 19
Views: 61212

Re: "Set Speakerphone State: On" makes flow fail

@Desmanto The trigger of my flow works well since call is indeed answered, this is the parallel flow that is problematic and specifically clicking the speaker. I already tried clickById("com.android.incallui:id/showAudioButton") with no more success. I did not try click(x,y) for speaker but for "Air...
by bobeurone
09 Aug 2020 16:59
Forum: User Help / Bug Reports
Topic: "Set Speakerphone State: On" makes flow fail
Replies: 19
Views: 61212

Re: "Set Speakerphone State: On" makes flow fail

@Desmanto My initial ask was about clicking the speaker button once phone call is answered. With overlay control I could find the label of speaker "Haut-parleur" as you can see. da0509c4-f37d-4b7d-8a34-c359770c50a8.JPG I implemented a parallel flow AnswerCall // Sleep(5s);click("Haut-parleur";. Desp...
by bobeurone
08 Aug 2020 17:36
Forum: User Help / Bug Reports
Topic: "Set Speakerphone State: On" makes flow fail
Replies: 19
Views: 61212

Re: "Set Speakerphone State: On" makes flow fail

@Desmonto when clicking Airplane Mode text I don't get the Click("Airplane Mode") option but only the getText.
I tried clickById or checkById on the button but it did not work.
Text + Button.png
Text + Button.png (691.14 KiB) Viewed 31773 times
Any hint
by bobeurone
08 Aug 2020 14:07
Forum: User Help / Bug Reports
Topic: "Set Speakerphone State: On" makes flow fail
Replies: 19
Views: 61212

Re: "Set Speakerphone State: On" makes flow fail

@Desmanto disabling => restart => renabling and now Overlay Control button works !! :D :D
Big thank you again.
by bobeurone
08 Aug 2020 13:59
Forum: User Help / Bug Reports
Topic: "Set Speakerphone State: On" makes flow fail
Replies: 19
Views: 61212

Re: "Set Speakerphone State: On" makes flow fail

@Desmanto
Could it be the funky theme Space Dark I installed on the smartphone that disturbed accessibility?
by bobeurone
08 Aug 2020 13:18
Forum: User Help / Bug Reports
Topic: "Set Speakerphone State: On" makes flow fail
Replies: 19
Views: 61212

Re: "Set Speakerphone State: On" makes flow fail

@Desmanto

below the sequence of screenshots on my Y5 2019 from searching accessibility in global settings:
f5241c1e-a13c-4df8-a05d-7b495ef5a93a.JPG
f5241c1e-a13c-4df8-a05d-7b495ef5a93a.JPG (85.5 KiB) Viewed 31795 times
1d5391ff-0a07-4082-b1ff-e0f0485ca791.JPG
1d5391ff-0a07-4082-b1ff-e0f0485ca791.JPG (106.69 KiB) Viewed 31795 times
00030b07-1b1f-4a71-9b0b-56625223a051.JPG
00030b07-1b1f-4a71-9b0b-56625223a051.JPG (33.17 KiB) Viewed 31795 times
by bobeurone
08 Aug 2020 13:11
Forum: User Help / Bug Reports
Topic: The End of Automagic
Replies: 54
Views: 4557946

Re: The End of Automagic

Noooo.... I found that app quite interesting. I discovered AM only a few weeks ago and got extremely useful help in this forum from users (special thanks to @Desmanto). AM allows me to communicate instantly through WhatsApp or Phone calls with my dad who is not used to smartphone. Did you eventually...
by bobeurone
07 Aug 2020 20:29
Forum: User Help / Bug Reports
Topic: "Set Speakerphone State: On" makes flow fail
Replies: 19
Views: 61212

Re: "Set Speakerphone State: On" makes flow fail

@Desmonto I follow steps mentionned Requirement Control UI require Accessibility services. You can turn in on from Automagic settings : Hamburger menu > Settings > Features & Permissions > Accessibility service > check > and you will be brought to android accessibility settings > Enable/activate it....
by bobeurone
22 Jul 2020 20:09
Forum: User Help / Bug Reports
Topic: "Set Speakerphone State: On" makes flow fail
Replies: 19
Views: 61212

Re: "Set Speakerphone State: On" makes flow fail

@Desmonto. Thanks a lot. I am going to study all this carefully.
by bobeurone
21 Jul 2020 21:30
Forum: User Help / Bug Reports
Topic: "Set Speakerphone State: On" makes flow fail
Replies: 19
Views: 61212

Re: "Set Speakerphone State: On" makes flow fail

@Desmanto, I can't get the Speaker activated after phone call is answered. It seems that Answer Call is blocking any further Action in the flow so you are unable to click any button on the phone screen during communication. I tried a parallel flow with two branches but it does not work either: - Ans...