now browsing by category

 

Hey, all.

Hey, all. I know I’ve been posting a lot of rather elementary questions lately; I have one more. Perhaps I’ll share my work when it’s done. Here’s the question: How does one switch which gmail address Lightning uses to fulfill dynamic text based on unchecked emails? My gmail app is tracking 2 addresses, and I would rather Lightning use the other address’ activities, or maybe a combined total. Everything else is working, but I don’t see a way to change that. Thanks again!

]]>

Running into a problem with events.

Running into a problem with events.  I’m customizing one of Lutz Linke’s presets, and I find myself unable to add swipe events to apps or shortcuts in any way that, well, works.

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

Hi . How can i switch more variables by one tap. There are three items A,B,C and three variables A,B,C . When tap item A – switch var A to 1 , var B,C to 0 . When tap item B – switch var B to 1 , var A,C to 0. When tap item C – switch var C to 1 var A,C to 0. Thanks for help

]]>

I want to lern myself  scripting in ll and have mastered the first examples.

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’m trying to jump to a specific desktop position using the tasker plugin.

I’m trying to jump to a specific desktop position using the tasker plugin. When I select that option in the configuration settings it displays a small desktop but I don’t know how to pick the position. Any suggestions?

]]>

I am trying to nest a panel into a specific place within a sidebar.

I am trying to nest a panel into a specific place within a sidebar. However, when I detach the panel from the grid, it centers the panel both vertically and horizontally in the sidebar. How do I place the panel in a specific location?

]]>

Is there a easy Way to Display a Tasker Variable in LL?

Is there a easy Way to Display a Tasker Variable in LL?

]]>

Catlog after Load event not being fired after reboot

Catlog after Load event not being fired after reboot

https://www.dropbox.com/s/ug0hsdep7thmfge/2015-09-10-21-20-57.txt?dl=0

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.

Hi, i like to show/hide an item at the desktop with a script. I found the parameters in the LL Repo but i dont know how to write them in a script. Can someone write an example?

Thanks.

]]>

Here is the catlog after reboot

Here is the catlog after reboot

Not sure if something wrong but permission error and E errors

Note2 N7100

Cm12.1 rom

]]>