DroidForums.net is the original Verizon Android Forum! Registered Users do not see these ads. Please Register - It's Free!
Page 11 of 107 FirstFirst ... 9 10 11 12 13 21 61 ... LastLast
Results 101 to 110 of 1066
Like Tree3Likes

Thread: What have YOU done with Tasker?

  1. Droid Newbie
    madslackin's Avatar
    Member #
    29426
    Join Date
    Jan 2010
    Posts
    3
    Phone
    Motorola Droid

    Keyboard open - open application

    Open the Keyboard and Start Texting - Tasker Wiki

    Has anyone gotten this to work? This would seem like a rather simple function but I'm having trouble. The logic is that when %SCREEN is off and I open the keyboard, it should turn off the keyguard and open my messaging app. Well, installed as it's listed in the wiki, it doesn't do anything when I open the keyboard if the screen is off and the keyboard is closed.

    So I thought maybe the %SCREEN variable gets set to on before the keyboard open event gets set, so I figured I could key this off the %KEYG variable. If the keyguard is on and I open the keyboard, I want it to turn the keyguard off and open my messaging app. That DOES work, but it seems to ignore the keyguard part of it and it opens the messaging app when I open the keyboard regardless of whether the keyguard was on or not.

    I have a state profile that goes like this:

    Keyboard Out ->
    Variable Set Name %KBOUTMSG To on If %KEYG ~ on
    Keyguard Set Off If %KBOUTMSG ~ on
    Load App App Messaging If %KBOUTMSG ~ on
    Variable Clear Name %KBOUTMSG

    Obviously the issue is with the "If %KEYG ~on" condition -- it seems to ignore it and it sets %KBOUTMSG to 'on' regardless of keyguard state.

    Any ideas?
  2. Junior Droid
    N0S4ATU's Avatar
    Member #
    103452
    Join Date
    Aug 2010
    Posts
    6
    Phone
    Droid X
    I have given a cursory look through Tasker and I see you can change LED notification colors, but is it possible to change them to say Blue for Text message, Green for home email notification, and Red to notify you of a work related email? I'd like to have a different color LED flash for each notification so that I can tell whether or not I need to respond immediately without even picking up the phone.

    If this is possible, is there a write up somewhere, because I'm totally clueless when it comes to doing this and it's only the second day I've had my X.

    Thanks all.
  3. Droid Newbie
    myth90045's Avatar
    Member #
    109535
    Join Date
    Aug 2010
    Posts
    2
    Phone
    Moto X!!
    Quote Originally Posted by Danariel View Post
    Yep, I have several programs that will trigger GPS. I set up the context as the program (BuddyRunner, Compass, Maps, Navigation, and Places are all set up like this) then hit the plus button, choose Misc>GPS>Set>On>Done>Done. Then, in the list view where you can see all your profiles, you press on the task (quick press, not long press) and Task Options comes up. Choose Add Exit Task>Misc>GPS>Set>Off>Done>Done. To make sure it closes GPS, you have to use the back button, not the Home key.

    To do multiple programs like this, you do the first one, clone it, and edit the context to the next program.
    How did you by pass the "pop up message GPS Disabled. Enable?"
    I did this profile with the navigation. With GPS off, i turned navigation on, and the GPS should turn on also. but when Navi turns on, it gives me the pop up telling me GPS is off, would you like to turn on? Any way to avoid this pop up?
  4. Droid
    Danariel's Avatar
    Member #
    83098
    Join Date
    Jun 2010
    Location
    Nashville, TN
    Posts
    48
    Phone
    HTC Droid Incredible
    Quote Originally Posted by myth90045 View Post
    Quote Originally Posted by Danariel View Post
    Yep, I have several programs that will trigger GPS. I set up the context as the program (BuddyRunner, Compass, Maps, Navigation, and Places are all set up like this) then hit the plus button, choose Misc>GPS>Set>On>Done>Done. Then, in the list view where you can see all your profiles, you press on the task (quick press, not long press) and Task Options comes up. Choose Add Exit Task>Misc>GPS>Set>Off>Done>Done. To make sure it closes GPS, you have to use the back button, not the Home key.

    To do multiple programs like this, you do the first one, clone it, and edit the context to the next program.
    How did you by pass the "pop up message GPS Disabled. Enable?"
    I did this profile with the navigation. With GPS off, i turned navigation on, and the GPS should turn on also. but when Navi turns on, it gives me the pop up telling me GPS is off, would you like to turn on? Any way to avoid this pop up?
    I have the Droid Incredible, and I don't get that pop-up. I wonder if that's a Motorola thing? I got that pop-up before I did the profile, but not after. Perhaps try contacting the developer, or posting on their forums? I'm sure there have been other Droid X users trying this...
  5. Droid
    Hiroller173's Avatar
    Member #
    1075
    Join Date
    Nov 2009
    Posts
    66
    Phone
    G-Nex
    I love the power of scripting languages...

    My task seems really simple - when I unlock the screen, I want the notification bar to automatically pull down. The challenge is that I don't know exactly what the notification bar is - is it an application? If so, how do I access it; if not, is there a way that Tasker can pull it down?

    TIA.
  6. Droid Newbie
    dale3h's Avatar
    Member #
    109730
    Join Date
    Aug 2010
    Posts
    1
    Phone
    HTC EVO 4G
    Quote Originally Posted by sonicxtacy02 View Post
    I just purchased tasker and already have a bunch of helpful profiles. I sure do wish i could get it to communicate with the Wifi Tether app instead of just launching it
    I wrote this article after spending a long time trying to figure it out myself: Wifi Tether - Tasker Wiki

    Hope it's what you're looking for!
  7. Droid Newbie
    25PSi's Avatar
    Member #
    109769
    Join Date
    Aug 2010
    Posts
    1
    Phone
    Enter Current Phone Model Here
    My Menu pops up list of tasks with no names of theirs. I do put names in but it does not pick it up somehow. Any ideas?

    Thanks in advance this would be really helpful to me
    Last edited by 25PSi; 08-26-2010 at 12:40 PM.
  8. Droid
    JoeKacz's Avatar
    Member #
    43459
    Join Date
    Mar 2010
    Posts
    74
    Phone
    Motorola Droid
    Quote Originally Posted by madslackin View Post
    Open the Keyboard and Start Texting - Tasker Wiki

    Has anyone gotten this to work? This would seem like a rather simple function but I'm having trouble. The logic is that when %SCREEN is off and I open the keyboard, it should turn off the keyguard and open my messaging app. Well, installed as it's listed in the wiki, it doesn't do anything when I open the keyboard if the screen is off and the keyboard is closed.

    So I thought maybe the %SCREEN variable gets set to on before the keyboard open event gets set, so I figured I could key this off the %KEYG variable. If the keyguard is on and I open the keyboard, I want it to turn the keyguard off and open my messaging app. That DOES work, but it seems to ignore the keyguard part of it and it opens the messaging app when I open the keyboard regardless of whether the keyguard was on or not.

    I have a state profile that goes like this:

    Keyboard Out ->
    Variable Set Name %KBOUTMSG To on If %KEYG ~ on
    Keyguard Set Off If %KBOUTMSG ~ on
    Load App App Messaging If %KBOUTMSG ~ on
    Variable Clear Name %KBOUTMSG

    Obviously the issue is with the "If %KEYG ~on" condition -- it seems to ignore it and it sets %KBOUTMSG to 'on' regardless of keyguard state.

    Any ideas?
    I haven't looked at the wiki, but I was able to get this to work by simply using

    Context:
    State -> Keyboard Out

    Actions:
    Display -> Keyguard -> Off
    App -> Load App -> Messaging

    No variables needed. Works when the phone is locked and screen off.
    Last edited by JoeKacz; 08-26-2010 at 02:03 PM.
  9. Droid
    Danariel's Avatar
    Member #
    83098
    Join Date
    Jun 2010
    Location
    Nashville, TN
    Posts
    48
    Phone
    HTC Droid Incredible
    Quote Originally Posted by myth90045 View Post
    How did you by pass the "pop up message GPS Disabled. Enable?"
    I did this profile with the navigation. With GPS off, i turned navigation on, and the GPS should turn on also. but when Navi turns on, it gives me the pop up telling me GPS is off, would you like to turn on? Any way to avoid this pop up?
    Myth, I had this happen to me today, too with Navigator. I hadn't realized that I usually go through Maps, where I DON'T get the pop up message, and find the address, then hit directions and Navigate.

    However, if I go from my car dock application and use the Navigate button there, I don't get the popup.

    I use Custom Car Home, and have now replaced the Navigation application with the Blue Compass Arrow on there with the Navigation Shortcut that looks like a GPS unit that came with Car Dock V2 (then I uninstalled Car Dock V2. It still works somehow.)

    Hope this helps! Oh, and my Compass app doesn't work as intended, either, I still have to hit the button to turn GPS on there, too. Dammit...
  10. Droid Newbie
    madslackin's Avatar
    Member #
    29426
    Join Date
    Jan 2010
    Posts
    3
    Phone
    Motorola Droid
    Quote Originally Posted by JoeKacz View Post
    Quote Originally Posted by madslackin View Post
    Open the Keyboard and Start Texting - Tasker Wiki

    Has anyone gotten this to work? This would seem like a rather simple function but I'm having trouble. The logic is that when %SCREEN is off and I open the keyboard, it should turn off the keyguard and open my messaging app. Well, installed as it's listed in the wiki, it doesn't do anything when I open the keyboard if the screen is off and the keyboard is closed.

    So I thought maybe the %SCREEN variable gets set to on before the keyboard open event gets set, so I figured I could key this off the %KEYG variable. If the keyguard is on and I open the keyboard, I want it to turn the keyguard off and open my messaging app. That DOES work, but it seems to ignore the keyguard part of it and it opens the messaging app when I open the keyboard regardless of whether the keyguard was on or not.

    I have a state profile that goes like this:

    Keyboard Out ->
    Variable Set Name %KBOUTMSG To on If %KEYG ~ on
    Keyguard Set Off If %KBOUTMSG ~ on
    Load App App Messaging If %KBOUTMSG ~ on
    Variable Clear Name %KBOUTMSG

    Obviously the issue is with the "If %KEYG ~on" condition -- it seems to ignore it and it sets %KBOUTMSG to 'on' regardless of keyguard state.

    Any ideas?
    I haven't looked at the wiki, but I was able to get this to work by simply using

    Context:
    State -> Keyboard Out

    Actions:
    Display -> Keyguard -> Off
    App -> Load App -> Messaging

    No variables needed. Works when the phone is locked and screen off.
    This does work when the phone is locked and the screen is off, but it also works when the phone is unlocked and the screen is on (ie. every time you open the keyboard it'll open the messaging app). I don't want that. I want it to ONLY work when the phone is locked and the screen is off. Any ideas on how to make that work?
Page 11 of 107 FirstFirst ... 9 10 11 12 13 21 61 ... LastLast

Ads

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  

Similar Threads

  1. Android Application Tasker
    By RW-1 in forum Android Applications
    Replies: 27
    Last Post: 12-27-2010, 12:02 PM
  2. How to set up Tasker
    By Tbone9191 in forum Android Tech Support
    Replies: 4
    Last Post: 11-22-2010, 08:39 AM
  3. Locale/Tasker using calendar?
    By harrellj in forum Android Applications
    Replies: 4
    Last Post: 08-06-2010, 05:39 PM
  4. Using Tasker + Good Morning as an ultimate personal assistant
    By jamsesh in forum Android General Discussions
    Replies: 1
    Last Post: 07-30-2010, 01:00 PM

Search tags for this page

android tasker examples

,
android tasker profiles
,

best tasker profiles

,
cool tasker profiles
,
how to use tasker
,
tasker android examples
,

tasker examples

,
tasker forum
,

tasker forums

,

tasker profiles

,
tasker scenes
,
tasker scripts
,
tasker send email
,
tasker variables
,
what have you done with tasker
Click on a term to search our site for related topics.
Find us on Google+