Search found 46 matches

by beelze
22 Nov 2018 16:59
Forum: User Help / Bug Reports
Topic: show app over lockscreen
Replies: 2
Views: 6671

Re: show app over lockscreen

Thanks for your answer.

GMD is fine to catch gestures on the lockscreen, and it can run AM shortcuts. Yes, I've thinked about unlock-launch-lock task, but it's very ugly workaround. Is there some way for rooted device to give app nesessary lockscreen-bypass privileges (temporary or even permanently)?
by beelze
22 Nov 2018 15:51
Forum: User Help / Bug Reports
Topic: SSH straight to specific directory
Replies: 14
Views: 29596

Re: SSH straight to specific directory

upd: it is not a good idea to connect via ssh using KbdInteractiveAuthentication/PasswordAuthentication (entering/providing password). It more secure, easy and convenient to use PubkeyAuthentication (expected to be turned on by default on any ssh server).
by beelze
22 Nov 2018 15:44
Forum: User Help / Bug Reports
Topic: SSH straight to specific directory
Replies: 14
Views: 29596

Re: SSH straight to specific directory

You can't transfer file using ssh command. You need scp or (more universal and versatile, rsync ) Testing from adb shell, scp works as expected (minimal working example): scp -o StrictHostKeyChecking=no -i /path/to/privkey.rsa /path/to/source/file myuser@myhost:/path/to/destination Of course, myhost...
by beelze
22 Nov 2018 14:42
Forum: User Help / Bug Reports
Topic: SSH straight to specific directory
Replies: 14
Views: 29596

Re: SSH straight to specific directory

Not quite understand what exactly you're trying to do. Transfer (copy)?

cat > file redirecting cat' output to file. So you're trying to store stdin to file. More, path separator is /, not \.

And what about input file?
by beelze
22 Nov 2018 10:35
Forum: User Help / Bug Reports
Topic: best way to implement user functions?
Replies: 4
Views: 11011

Re: best way to implement user functions?

Better than nothing ;-)
Thanks.
by beelze
22 Nov 2018 01:02
Forum: User Help / Bug Reports
Topic: best way to implement user functions?
Replies: 4
Views: 11011

best way to implement user functions?

After copypasting the nth instance of

Code: Select all

while(!existElementById(id)) { sleep() …
I started wondering if there any way to write these recurrent pieces of code as function, but found nothing. Yes, I realize that functions don't fit well into AM paradigm, but maybe there is another way?
by beelze
22 Nov 2018 00:55
Forum: User Help / Bug Reports
Topic: show app over lockscreen
Replies: 2
Views: 6671

show app over lockscreen

I'm using GMD Gestures to perform various actions, activated by gestures. In particular, I can draw a gesture (even on a lock screen) and dial a number (without unlocking). I can use any app in a same way, but it activated under lockscreen and (after gesture) I need to unlock device to use this app....
by beelze
15 Nov 2018 20:27
Forum: User Help / Bug Reports
Topic: Detect when an app has finished playing an advert.
Replies: 3
Views: 8523

Re: Detect when an app has finished playing an advert.

Just reading the post...

But if there aren't any elements, only graphics? It would be very helpful to have an ability to [fuzzy] «search image withing image». E.g. load bitmap from file and search it on the screen :-)
by beelze
15 Nov 2018 12:38
Forum: User Help / Bug Reports
Topic: Automagic to remove SMS and Call log features in update
Replies: 66
Views: 225044

Re: Automagic to remove SMS and Call log features in update

2Martin:
Well, Tasker maybe already on the way to get whitelisted. But what about AM? Too less noise == too less chances to whitelist?
by beelze
14 Nov 2018 08:20
Forum: User Help / Bug Reports
Topic: Automagic to remove SMS and Call log features in update
Replies: 66
Views: 225044

Re: Automagic to remove SMS and Call log features in update

Can those new restrictions be overridden on rooted device?