Search found 179 matches

by Micky Micky
20 Jul 2020 19:52
Forum: User Help / Bug Reports
Topic: "Set Speakerphone State: On" makes flow fail
Replies: 19
Views: 61271

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

Hello I don't know what phone you have, but this is for the Samsung S10 clickById("com.samsung.android.incallui:id/fourth_button"); Or Click ("Speaker") Speaker is the button's label. Set Speakerphone State works fine. However, I'm ringing out and not receiving in my test. Hope this is of some help ...
by Micky Micky
20 Jul 2020 19:41
Forum: User Help / Bug Reports
Topic: Unicode decimal code 
 removal
Replies: 9
Views: 19634

Re: Unicode decimal code 
 removal

Hello

I think it's time for me to learn regex. I have another flow that uses my crude method repeatedly. Using findAll is much better.

Funny that your replaceAll worked. I did try it before asking for help.

Thanks for all your help.

Micky
by Micky Micky
19 Jul 2020 16:14
Forum: User Help / Bug Reports
Topic: Proximity Sensor on Galaxy S20+
Replies: 17
Views: 36474

Re: Proximity Sensor on Galaxy S20+

The proximity sensor is separate from the camera on the S6.

So where is it on the S10 and S20?

Gone I suspect.

Micky
by Micky Micky
19 Jul 2020 16:06
Forum: User Help / Bug Reports
Topic: Unicode decimal code 
 removal
Replies: 9
Views: 19634

Re: Unicode decimal code 
 removal

Hello

find is an empty list. Am I right to say it doesn't require my use of indexOf etc?

I used the 'trim(replaceAll' part in my crude version and it removed the 


So thank you for that.

Micky
by Micky Micky
19 Jul 2020 15:39
Forum: User Help / Bug Reports
Topic: Detect camera usage
Replies: 4
Views: 10787

Re: Detect camera usage

Hello I would have to drive about with my laptop. I tried changing the kernel on my S6 and got caught in a bootloop. Not a nice feeling until I escaped. One of the work apps tells me to switch off Developer Options. I'm guessing they won't like root. We wait patiently for the next update. I think it...
by Micky Micky
18 Jul 2020 18:26
Forum: User Help / Bug Reports
Topic: How to get the account username in Mail with Gmail action
Replies: 2
Views: 8445

Re: How to get the account username in Mail with Gmail action

Hello, Are you trying to get a contact's email address? http://automagic4android.com/flow.php?id=2717b798e28cce47949581ff32a0ccacf80ebd48 NOTE: In this second step I chose number 5 because my fifth contact had an email stored. If this is want you want, then you need a separate list for who you want ...
by Micky Micky
18 Jul 2020 17:51
Forum: User Help / Bug Reports
Topic: Proximity Sensor on Galaxy S20+
Replies: 17
Views: 36474

Re: Proximity Sensor on Galaxy S20+

Hello Proximity sensor trigger doesn't work on Samsung S10. No reaction to movement front or back. It worked on my Samsung S6. I'm guessing it's gone because the front camera is imbedded into the screen. I haven't checked out the S20 but it might be the same screen setup. Hope this is of some help. ...
by Micky Micky
18 Jul 2020 17:44
Forum: User Help / Bug Reports
Topic: Unicode decimal code 
 removal
Replies: 9
Views: 19634

Re: Unicode decimal code 
 removal

http://automagic4android.com/flow.php?i ... 8150b90adb

This scrapes a Twitter feed.
The variable tweet should contain it. It talks about visiting an office in Baker Street

Thanks

Micky
by Micky Micky
18 Jul 2020 17:36
Forum: User Help / Bug Reports
Topic: Detect camera usage
Replies: 4
Views: 10787

Re: Detect camera usage

Hello

There's no indication of the photo being taken. I can't root this phone because of certain apps. Plus I wouldn't want to brick it!

I'll have to wait for the next AM update.

I'm just being nosy rather than paranoid.

Thanks for your help.

Micky
by Micky Micky
16 Jul 2020 17:21
Forum: User Help / Bug Reports
Topic: Unicode decimal code 
 removal
Replies: 9
Views: 19634

Unicode decimal code 
 removal

Hello




I have a string that contains this. I can't remove it. I've tried replace and replaceAll.

The string is inserted into an email and 
 shows up as 


Any help would be appreciated.

Many thanks

Micky