Search found 15 matches
- 14 Mar 2018 08:21
- Forum: EAP - Early Access Program
- Topic: EAP version 1.35.0-dev
- Replies: 49
- Views: 676234
Re: EAP version 1.35.0-dev
Again installed EAP 1.35 version. No problem with play protection. Looks like google server side problem.
- 26 Feb 2018 10:29
- Forum: EAP - Early Access Program
- Topic: EAP version 1.35.0-dev
- Replies: 49
- Views: 676234
Re: EAP version 1.35.0-dev
Same here. It removed EAP version. Reinstalled it.
- 16 Feb 2018 15:20
- Forum: EAP - Early Access Program
- Topic: EAP version 1.35.0-dev
- Replies: 49
- Views: 676234
Re: EAP version 1.35.0-dev
@Martin, True. I want to utilize fingerprint sensor swipe function for different apps.
Like in camera app, use fingerprint swipe as Shutter.
Use fingerprint swipe to take screenshots.
Use fingerprint swipe for call receiving/call end
Etc. Just implement fingerprint api and provide trigger.
Like in camera app, use fingerprint swipe as Shutter.
Use fingerprint swipe to take screenshots.
Use fingerprint swipe for call receiving/call end
Etc. Just implement fingerprint api and provide trigger.
- 16 Feb 2018 00:37
- Forum: Feature Requests
- Topic: Fingerprint trigger and Hardware Buttons trigger requires.
- Replies: 0
- Views: 8249
Fingerprint trigger and Hardware Buttons trigger requires.
@Martin, missing some triggers to take out juice of phone. Please add if possible. 1. Now fingerprint scanner are becoming standard in new phones. A trigger detecting fringerprint scanner will help to take advantage of it for other actions like camera trigger, multi tasking, call hanging/ending butt...
- 16 Feb 2018 00:28
- Forum: EAP - Early Access Program
- Topic: EAP version 1.35.0-dev
- Replies: 49
- Views: 676234
Re: EAP version 1.35.0-dev
Adoptive icon looks cool. Is it possible to add trigger for fingerprint scanner?
- 23 Aug 2017 17:34
- Forum: User Help / Bug Reports
- Topic: [Solved] Special character in UI event not supporting all.
- Replies: 6
- Views: 21030
Re: [Solved] Special character in UI event not supporting al
It seems you tap at the wrong element, that's why you don't have the proper Id. Try to type something at the email field, so it has some text that you can tap. Then use overlay again to tap it, you should see your text at the element you want to use. Will you please explain it again?? How to use ov...
- 23 Aug 2017 07:52
- Forum: User Help / Bug Reports
- Topic: [Solved] Special character in UI event not supporting all.
- Replies: 6
- Views: 21030
Re: [Solved] Special character in UI event not supporting al
@Desmanto Need help for another control ui element. I want to auto fill details during new email account configuration. But gmail exchange not getting auto text input. I have tried following SetText2("", "abc@eol.com") SetText2(0,0,"abc@eol.com") SetText2ById("Add your email account","abc@eol.com")....
- 22 Aug 2017 16:55
- Forum: User Help / Bug Reports
- Topic: [Solved] Special character in UI event not supporting all.
- Replies: 6
- Views: 21030
Re: Special character in UI event not supporting all.
\ (backslash) is special character, should be escaped when put inside quote/double quote. (in fact, it is the one who escape other special character) To escape backslash, just type it twice. Your script should be setText2("username", "sro.in\\mohitbariya"); It happens in all script, not just Contro...
- 22 Aug 2017 14:05
- Forum: User Help / Bug Reports
- Topic: [Solved] Special character in UI event not supporting all.
- Replies: 6
- Views: 21030
[Solved] Special character in UI event not supporting all.
Hi martin. I want to create a flow which enters all required field during first email setup of my exchange account. So i have used control UI action to enter id password and user name in required field of email setup. But Getting/problem with Control UI. I have created a contol ui with following cod...
- 14 Aug 2017 17:15
- Forum: User Help / Bug Reports
- Topic: Get values from Http file.
- Replies: 4
- Views: 18165
Re: Get values from Http file.
Thanks for fast response. That coma problem i have shorted using map instead list. Map are easy to handle.