now browsing by category
Hey, all.
Running into a problem with events.
I go to the edit screen, go to properties, go to events, pick the swipe that I want to customize, pick the app. I go back to the desktop and…nothing. The swipe doesn’t work. I go to a shortcut that already has a swipe that doesn’t work because my phone names ‘Phone’ differently. Pick the swipe, change the app, go back to test, and it still tries to go to the wrong dialer.
Any clue what could be causing the problem?
]]>Hi
I want to lern myself scripting in ll and have mastered the first examples.
With the following code I intend to call a script by tapping an icon and the email app is called with a fixed receiver.
But it will not work anyway with handing over of the receiver list:
#####################################
var emailIntent = new Intent(Intent.ACTION_SEND);
emailIntent.setData(Uri. fromParts(“mailto:”, “xxx.xxx@web.de”, null));
emailIntent.setType(“text/plain”);
adr = [“xxx.yyy@web.de”];
emailIntent.putExtra(Intent.EXTRA_EMAIL , adr );
emailIntent.putExtra(Intent.EXTRA_SUBJECT, “von meinem Handy verschickt”);
LL.startActivity(emailIntent );
##############################
What am I doing wrong? The subject comes anyway.
]]>I am trying to nest a panel into a specific place within a sidebar.
Is there a easy Way to Display a Tasker Variable in LL?
Catlog after Load event not being fired after reboot
https://www.dropbox.com/s/ug0hsdep7thmfge/2015-09-10-21-20-57.txt?dl=0
Hi, i like to show/hide an item at the desktop with a script.
Thanks.
]]>Here is the catlog after reboot
Not sure if something wrong but permission error and E errors
Note2 N7100
Cm12.1 rom




D5 Creation