<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Pocketables &#187; Andreas Ødegård</title>
	<atom:link href="http://www.pocketables.com/author/andreas-odegard/feed" rel="self" type="application/rss+xml" />
	<link>http://www.pocketables.com</link>
	<description>Tablet, Phone, &#38; Mobile Gadget Reviews</description>
	<lastBuildDate>Tue, 21 May 2013 04:16:38 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
		<item>
		<title>How to voice dial with AutoVoice</title>
		<link>http://www.pocketables.com/2013/05/how-to-voice-dial-with-autovoice.html?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=how-to-voice-dial-with-autovoice</link>
		<comments>http://www.pocketables.com/2013/05/how-to-voice-dial-with-autovoice.html#comments</comments>
		<pubDate>Fri, 17 May 2013 15:15:11 +0000</pubDate>
		<dc:creator>Andreas Ødegård</dc:creator>
				<category><![CDATA[Android]]></category>
		<category><![CDATA[Apps]]></category>
		<category><![CDATA[AutoVoice]]></category>
		<category><![CDATA[Tasker]]></category>

		<guid isPermaLink="false">http://www.pocketables.com/?p=76465</guid>
		<description><![CDATA[<p>AutoVoice is neat, but to be able to use it for everything, it&#8217;s important to be able to tie it into existing voice control services. One of those services was unknown to me until I saw a question about it on Reddit, namely the voice dialer. This is a very specific part of the Google </p><p>The post <a href="http://www.pocketables.com/2013/05/how-to-voice-dial-with-autovoice.html">How to voice dial with AutoVoice</a> appeared first on <a href="http://www.pocketables.com">Pocketables</a>.</p>]]></description>
				<content:encoded><![CDATA[<p><a href="http://www.pocketables.com/2013/05/how-to-use-the-autovoice-tasker-plug-in.html" target="_blank">AutoVoice</a> is neat, but to be able to use it for everything, it&#8217;s important to be able to tie it into existing voice control services. One of those services was unknown to me until I saw a question about it on Reddit, namely the voice dialer. This is a very specific part of the Google Search app that is not related to Google Now, but instead is its own separate part of the app. After brainstorming for a bit with the AutoVoice developer, we came up with a way to use that via AutoVoice. Read on to see both how you can do that, how you can use Google Now for the same thing, and what the advantages and disadvantages of each method is.</p>
<h2>The Google Now method<img class="alignright" alt="Screenshot 2013 05 17 16 30 31 304x506 How to voice dial with AutoVoice" src="http://www.pocketables.com/images/2013/05/Screenshot_2013-05-17-16-30-31-304x506.png" width="304" height="506" title="How to voice dial with AutoVoice" /></h2>
<p>Google Now is capable of auto dialing, but it&#8217;s not as hands free friendly as the voice dialer. Specifically, it falls short when there&#8217;s multiple options available, like multiple contacts matching your query, or multiple numbers for a contact.</p>
<p>The way to get around this is to be specific. Use first and last name if you have multiple contacts with the same first or last name, and if the person you&#8217;re calling has multiple number stored, mention which one you want. When it comes to the latter, you do need to add some filler words to actually make it understand what you want it to use, at least I have to do that on mine. For instance, &#8220;call Andreas mobile&#8221; just brings up a message saying contact not found, however &#8220;call Android <em>on</em> mobile&#8221; works. If you do this right, it should show a card with the contact, with a thin blue line that &#8220;counts down&#8221; until it audio dials.</p>
<p>To actually open Google Now in voice mode from AutoVoice, install <a href="https://play.google.com/store/apps/details?id=com.intangibleobject.securesettings.plugin&amp;hl=en" target="_blank">Secure Settings</a>. In Tasker, add the Secure Settings action from the Plugin folder, hit Edit next to Configuration, and then select Lanuch Activity. Select Google Search as the app, and then .VoiceSearchActivity in the drop down menu. Use this action in a task that you combine with an AutoVoice Recognized context for whatever word you want to use to trigger Google Now.</p>
<p>It&#8217;s also worth noting that Google Now needs to have been opened in voice mode for it to auto dial. By voice mode I mean that you need to trigger Google Now&#8217;s voice input option, not use it using the <a href="http://www.pocketables.com/2013/05/how-to-use-google-now-from-autovoice-using-autoshare-and-tasker.html" target="_blank">AutoShare method</a>.</p>
<p><strong>Advantages: </strong></p>
<ul>
<li>Doesn&#8217;t require a Bluetooth headset</li>
<li>Same system as rest of Google Now</li>
</ul>
<p><strong>Disadvantages</strong></p>
<ul>
<li>Not 100% hands free unless you&#8217;re specific</li>
<li>Has an odd issue where it won&#8217;t call any contact whose name isn&#8217;t a person&#8217;s name. Seriously, try making a contact called &#8220;pizza&#8221; and try to have it call it, it will Google &#8220;call pizza&#8221; instead. How does this sort of thing make it into a final product, Google?</li>
</ul>
<h2>The voice dialer method</h2>
<h2><img class="alignright" alt="Screenshot 2013 05 17 16 27 29 304x506 How to voice dial with AutoVoice" src="http://www.pocketables.com/images/2013/05/Screenshot_2013-05-17-16-27-29-304x506.png" width="304" height="506" title="How to voice dial with AutoVoice" /></h2>
<p>If you instead want to use the actual voice dialer, not Google Now, that&#8217;s possible too. To do this, you need to use Tasker&#8217;s Send Intent action, found in the Misc category. You need to configure it as follows:</p>
<p><strong>Action:</strong> android.intent.action.VOICE_COMMAND<br />
<strong>Package: </strong>com.google.android.googlequicksearchbox<br />
<strong>Target: </strong>activity</p>
<p>Use this action in a task that you combine with an AutoVoice Recognized context for whatever word you want to use to trigger the voice dialer.</p>
<p><strong>Advantages: </strong></p>
<ul>
<li>100% hands free</li>
<li>Doesn&#8217;t try to Google your contacts&#8230;</li>
</ul>
<p><strong>Disadvantages</strong></p>
<ul>
<li>Voice recognition seems less accurate in some cases</li>
<li>Annoying delays before you can speak</li>
<li>Bluetooth only</li>
</ul>
<h2>In practice</h2>
<p>&nbsp;</p>
<p><iframe src="http://www.youtube.com/embed/ONaVs_cy1ZU" height="342" width="608" allowfullscreen="" frameborder="0"></iframe></p>
<p><a href="http://www.pocketables.com/2013/03/overview-of-pocketables-tasker-articles.html"><img alt="tasker banner How to voice dial with AutoVoice" src="http://www.pocketables.com/images/2013/04/tasker-banner.jpg" title="How to voice dial with AutoVoice" /></a></p>
<p>The post <a href="http://www.pocketables.com/2013/05/how-to-voice-dial-with-autovoice.html">How to voice dial with AutoVoice</a> appeared first on <a href="http://www.pocketables.com">Pocketables</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://www.pocketables.com/2013/05/how-to-voice-dial-with-autovoice.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>An important note about chaining together commands in AutoVoice</title>
		<link>http://www.pocketables.com/2013/05/an-important-note-about-chaining-together-commands-in-autovoice.html?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=an-important-note-about-chaining-together-commands-in-autovoice</link>
		<comments>http://www.pocketables.com/2013/05/an-important-note-about-chaining-together-commands-in-autovoice.html#comments</comments>
		<pubDate>Thu, 16 May 2013 10:57:09 +0000</pubDate>
		<dc:creator>Andreas Ødegård</dc:creator>
				<category><![CDATA[Android]]></category>
		<category><![CDATA[Apps]]></category>
		<category><![CDATA[Android Apps]]></category>
		<category><![CDATA[AutoVoice]]></category>
		<category><![CDATA[Tasker]]></category>

		<guid isPermaLink="false">http://www.pocketables.com/?p=76410</guid>
		<description><![CDATA[<p>The ability to chain together commands in AutoVoice is one of the advantages it has over the stock Get Voice action, but there&#8217;s also a problem with this system that is caused by Tasker itself, can be hard to understand, and can cause a lot of issues. Luckily, it&#8217;s also easy to fix! To chain </p><p>The post <a href="http://www.pocketables.com/2013/05/an-important-note-about-chaining-together-commands-in-autovoice.html">An important note about chaining together commands in AutoVoice</a> appeared first on <a href="http://www.pocketables.com">Pocketables</a>.</p>]]></description>
				<content:encoded><![CDATA[<p><img class="alignright  wp-image-76411" alt="Screenshot 2013 05 16 12 44 16 304x506 An important note about chaining together commands in AutoVoice" src="http://www.pocketables.com/images/2013/05/Screenshot_2013-05-16-12-44-16-304x506.png" width="182" height="304" title="An important note about chaining together commands in AutoVoice" />The ability to chain together commands in AutoVoice is one of the advantages it has over the stock Get Voice action, but there&#8217;s also a problem with this system that is caused by Tasker itself, can be hard to understand, and can cause a lot of issues. Luckily, it&#8217;s also easy to fix!</p>
<p><span id="more-76410"></span></p>
<p>To chain together commands in AutoVoice you use command IDs, as explained in the <a href="http://www.pocketables.com/2013/05/how-to-use-the-autovoice-tasker-plug-in.html" target="_blank">AutoVoice guide</a>. This normally works well, but there&#8217;s an inherent problem with this system, and it&#8217;s caused by how Tasker works. When you use an AutoVoice Recognize action and speak a command, each AutoVoice Recognized-based profile will be checked for matches, one by one, rather than all at once. This means that if you have two profiles that match, both will activate, but one will do so before the other.</p>
<p>The problem occurs when a Command ID-dependent context&#8217;s command filter also matches the command used to trigger the profile whose Command ID the profile is dependent on. I know that sentence is hard to swallow, so here&#8217;s an example:</p>
<p style="padding-left: 30px;"><span style="text-decoration: underline;"><em>Profile 1:</em></span><br />
<em> Context</em><br />
<em> Command filter: watch a movie on XBMC</em><br />
<em> Command ID: xbmc</em><br />
<span style="text-decoration: underline;"><em> Task</em></span><br />
Action 1: (whatever action is used to open XBMC)<br />
<em> Action 2: Say: Which movie do you want to watch?</em><br />
<em> Action 3: AutoVoice Recognize</em></p>
<p style="padding-left: 30px;"><em> </em><br />
<span style="text-decoration: underline;"><em> Profile 2:</em></span><br />
<em> Context</em><br />
<em> Command filter:</em><br />
<em> Last Command ID: xbmc</em><br />
<span style="text-decoration: underline;"><em> Task</em></span><br />
<em> Action 1: (whatever plugin is used to play a specific file)</em></p>
<p>The logic behind this setup is simple. First you have a command that opens up XBMC, then it asks you what you want to watch, and then you respond. Since you use the command ID system, you can then leave the command filter blank on the second profile, and just make it dependent on the first profile having run before it instead. Makes total sense, right? Yes, but this has a big chance of not working.</p>
<p>The reason is that Tasker might trigger profile 1 before it checks profile 2. If it does that, the command ID will have been set to &#8220;xbmc&#8221; by the time it checks profile 2. Because profile 2 doesn&#8217;t have a command filter, it will match any command, and since the command ID dependency is now filled, it will trigger almost at the exact same time as the first one.</p>
<h2>How to fix it</h2>
<p>Obviously this can lead to a ton of issues, which is why it&#8217;s a good thing that it&#8217;s easy to fix. All you have to do is to not specify a command ID in the first profile, but instead add a short Wait action followed by a Set Last Cmd Id action at the beginning of the task attached to that profile. This means that the command ID will still be set, but it will add just enough of a delay to allow Tasker to finish checking the other contexts before the command ID is set. Exactly how long the Wait needs to be will likely vary, but we&#8217;re talking a couple of hundred milliseconds here, which doesn&#8217;t really slow down your task.</p>
<p><a href="http://www.pocketables.com/2013/03/overview-of-pocketables-tasker-articles.html"><img alt="tasker banner An important note about chaining together commands in AutoVoice" src="http://www.pocketables.com/images/2013/04/tasker-banner.jpg" title="An important note about chaining together commands in AutoVoice" /></a></p>
<p>The post <a href="http://www.pocketables.com/2013/05/an-important-note-about-chaining-together-commands-in-autovoice.html">An important note about chaining together commands in AutoVoice</a> appeared first on <a href="http://www.pocketables.com">Pocketables</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://www.pocketables.com/2013/05/an-important-note-about-chaining-together-commands-in-autovoice.html/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>How to import tasks / profiles / scenes / projects into Tasker [Video]</title>
		<link>http://www.pocketables.com/2013/05/how-to-import-tasksprofilesscenesprojects-into-tasker.html?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=how-to-import-tasksprofilesscenesprojects-into-tasker</link>
		<comments>http://www.pocketables.com/2013/05/how-to-import-tasksprofilesscenesprojects-into-tasker.html#comments</comments>
		<pubDate>Thu, 16 May 2013 10:14:56 +0000</pubDate>
		<dc:creator>Andreas Ødegård</dc:creator>
				<category><![CDATA[Android]]></category>
		<category><![CDATA[Apps]]></category>
		<category><![CDATA[Android Apps]]></category>
		<category><![CDATA[Tasker]]></category>

		<guid isPermaLink="false">http://www.pocketables.com/?p=76403</guid>
		<description><![CDATA[<p>I often see people having issues with importing something to Tasker, and I sometimes include downloadable files in my articles so that I also need to explain how to import them. To avoid having to repeat the same instructions over and over, here&#8217;s a quick tutorial video that shows you how you do it in </p><p>The post <a href="http://www.pocketables.com/2013/05/how-to-import-tasksprofilesscenesprojects-into-tasker.html">How to import tasks / profiles / scenes / projects into Tasker [Video]</a> appeared first on <a href="http://www.pocketables.com">Pocketables</a>.</p>]]></description>
				<content:encoded><![CDATA[<p><iframe src="http://www.youtube.com/embed/5VFVAZIVzn4" height="456" width="608" allowfullscreen="" frameborder="0"></iframe></p>
<p>I often see people having issues with importing something to Tasker, and I sometimes include downloadable files in my articles so that I also need to explain how to import them. To avoid having to repeat the same instructions over and over, here&#8217;s a quick tutorial video that shows you how you do it in the new version of Tasker.</p>
<p><span id="more-76403"></span></p>
<p>No text version this time, the video is king.</p>
<p><a href="http://www.pocketables.com/2013/03/overview-of-pocketables-tasker-articles.html"><img alt="tasker banner How to import tasks / profiles / scenes / projects into Tasker [Video]" src="http://www.pocketables.com/images/2013/04/tasker-banner.jpg" title="How to import tasks / profiles / scenes / projects into Tasker [Video]" /></a></p>
<p>The post <a href="http://www.pocketables.com/2013/05/how-to-import-tasksprofilesscenesprojects-into-tasker.html">How to import tasks / profiles / scenes / projects into Tasker [Video]</a> appeared first on <a href="http://www.pocketables.com">Pocketables</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://www.pocketables.com/2013/05/how-to-import-tasksprofilesscenesprojects-into-tasker.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Beginner&#8217;s guide to Tasker, part 1.5: Tasker basics (New UI)</title>
		<link>http://www.pocketables.com/2013/05/beginners-guide-to-tasker-part-1-5-tasker-basics-new-ui.html?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=beginners-guide-to-tasker-part-1-5-tasker-basics-new-ui</link>
		<comments>http://www.pocketables.com/2013/05/beginners-guide-to-tasker-part-1-5-tasker-basics-new-ui.html#comments</comments>
		<pubDate>Wed, 15 May 2013 08:54:27 +0000</pubDate>
		<dc:creator>Andreas Ødegård</dc:creator>
				<category><![CDATA[Android]]></category>
		<category><![CDATA[Good and EVO]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[Android Apps]]></category>
		<category><![CDATA[Beginner's guide to Tasker]]></category>
		<category><![CDATA[Featured]]></category>
		<category><![CDATA[Tasker]]></category>

		<guid isPermaLink="false">http://www.pocketables.com/?p=76068</guid>
		<description><![CDATA[<p>Back in 2012, I wrote a beginner&#8217;s guide to Tasker that currently consists of 7 parts. With the UI overhaul that Tasker got a couple of months ago, however, a lot of the references, screenshots, and videos from that guide are now hard to follow, since it&#8217;s in many ways a new app. The basic </p><p>The post <a href="http://www.pocketables.com/2013/05/beginners-guide-to-tasker-part-1-5-tasker-basics-new-ui.html">Beginner&#8217;s guide to Tasker, part 1.5: Tasker basics (New UI)</a> appeared first on <a href="http://www.pocketables.com">Pocketables</a>.</p>]]></description>
				<content:encoded><![CDATA[<p><img class="alignnone size-large wp-image-76286" alt="beginner guide banner 608x196 Beginners guide to Tasker, part 1.5: Tasker basics (New UI)" src="http://www.pocketables.com/images/2013/05/beginner-guide-banner-608x196.jpg" width="608" height="196" title="Beginners guide to Tasker, part 1.5: Tasker basics (New UI)" /></p>
<p>Back in 2012, I wrote a beginner&#8217;s guide to Tasker that currently consists of 7 parts. With the UI overhaul that Tasker got a couple of months ago, however, a lot of the references, screenshots, and videos from that guide are now hard to follow, since it&#8217;s in many ways a new app. The basic concepts still apply, but it looks and is organized differently. Since this first part of the guide is many Tasker user&#8217;s first stop after getting the app, I wanted to post an updated version.</p>
<p>This article contains the same information as <a href="http://www.pocketables.com/2012/08/beginners-guide-to-tasker-part-1-tasker-basics.html" target="_blank">the original</a>, just based around the new UI. Since the old UI is still being used on older versions of Android, I&#8217;m leaving the original article as it is, and just adding this one on top. So, if you&#8217;re using Tasker with the new UI, read this one, and if you&#8217;re using Tasker with the old UI (i.e. on an Android version lower than 4.0), read the original version of this article. If you&#8217;re not sure which version you&#8217;re using, look at the screenshots and see which matches what you have.</p>
<p><span id="more-76068"></span></p>
<h2>What is Tasker?</h2>
<p>Tasker is an automation app for Android. It&#8217;s similar to apps like <a href="https://play.google.com/store/apps/details?id=com.microsoft.onx.app&amp;feature=search_result" target="_blank">on{x}</a> and <a href="https://play.google.com/store/apps/details?id=com.twofortyfouram.locale&amp;feature=search_result" target="_blank">Locale</a>, but quite frankly, those apps are toys in comparison to Tasker. The basic concept with Tasker is &#8220;if X happens, do Y,&#8221; where the ridiculous number of Xs and Ys available making it as complex as it is. An example of a relatively simple Tasker setup is &#8220;if the phone is put upside down while ringing, mute the sound,&#8221; but the sky is the limit for how complex something can be. In fact, through features such as scene creation and app exports, Tasker is capable of producing fully functional, standalone Android apps.</p>
<h3>Tasker is a shell, not the contents</h3>
<p>One of the most common complaints I see with Tasker goes something like this: &#8220;I bought Tasker to do a single thing, but I can&#8217;t figure out how to do that single thing. There should be better documentation for how to do that single thing, as it&#8217;s such a simple thing that Tasker complicates.&#8221;</p>
<p>This is a typical complaint from someone who has misunderstood what Tasker is. Tasker can do simple things, but it can do a thousand different simple things. It&#8217;s a shell provided for the user to add content, it isn&#8217;t that content out of the box, since that would have been a seriously epic mess of pre-made profiles to cover 1000 variations of &#8220;a simple thing.&#8221; Tasker requires that you set up what you need to do from scratch, and the concept of &#8220;scratch&#8221; is very different from what you normally get with mobile apps. You don&#8217;t get a panel of settings that control Tasker&#8217;s car mode, you need to actually create that car mode by finding a way of telling Tasker when you&#8217;re in your car and what to do when you&#8217;re there. If Android apps were LEGOs, Tasker would be a giant box of different parts for creating anything, rather than a small box of the specific parts and instructions needed to build something specific.</p>
<p>Bottom line, learning Tasker takes time. If you&#8217;re not willing to put in that time, you shouldn&#8217;t get the app. It&#8217;s that simple. Buying the app doesn&#8217;t entitle you to have someone program it for you, and user error isn&#8217;t an application bug. If you do put in the time and learn it, however, it will very likely revolutionize how you use your device. I don&#8217;t consider my phone to be running Android, I consider it to be running Tasker. Tasker is to Android what Android is to a feature phone from 2001.</p>
<h2>Tasks, profiles, projects, contexts, scenes, variables, and actions</h2>
<p>These seven terms are important to understand in order to use Tasker. When reading through the over 100 (and counting) Tasker articles on the site, as well as the rest of the guide, these terms will be used to refer to very specific things, so common mistakes like confusing &#8220;task&#8221; and &#8220;action&#8221; can throw someone completely off.</p>
<h3>Actions</h3>
<p>An action is the most basic part of Tasker, a thing that the app does. Switching off WiFi is an action, going back to the home screen is an action, starting Angry Birds is an action, turning down the media volume is an action. Tasker have over 200 basic actions, and most of them have configuration options that make them capable of doing different things, like how the Media Controls action has five different options for which button it should emulate. Linking actions together allows you to do some truly amazing things with Tasker, things that go far beyond changing a setting or two when you leave the house.</p>
<h3>Tasks</h3>
<p>Actions are grouped in tasks. A task can have a single action, or it can have hundreds, it all depends on what that task needs to achieve. Tasks can also be triggered with actions, so that a task can have several actions that run individual tasks, each with their own actions. This way you can group actions together into more meaningful tasks, and it allows you to reference a set of actions from different tasks. For instance, you might have a set of actions that set screen brightness, volume, WiFi settings, and so on a certain way. If you need to use those settings in more than one task, you can turn them into a task of their own, and then simply run that task from within the other tasks, instead of having to copy each individual action.</p>
<p>Tasks can be triggered either by contexts, or directly using shortcuts, widgets, and other methods, like through third party apps.</p>
<h3>Contexts and profiles</h3>
<p>A context is a trigger. An incoming notification, the opening of an app, or connecting to a certain WiFi network are all examples of contexts which can be used to trigger a task. If you want the GPS to turn on when you leave the house, you could for instance use not being connected to your home WiFi as the context, and have that trigger a task with an action that turns on GPS.</p>
<p>Unlike tasks, contexts can&#8217;t &#8220;live on their own.&#8221; They&#8217;re always the first part of a profile, and a profile consists of up to four contexts and one or two tasks. A profile is what links tasks and contexts together, deciding which task should run when the context triggers.</p>
<p>There are two types of contexts, <strong>state contexts</strong> and <strong>event contexts</strong>.</p>
<p><strong>A state context</strong> makes a profile be active as long as the context is, so if the context is being connected to a specific WiFi network, the profile will be active for as long as the device is connected. State contexts have two types of tasks, enter tasks and exit tasks. An enter task is the default, and runs when the profile becomes active. An exit task on the other hand runs when the profile is deactivated.</p>
<p>It&#8217;s important to understand that Tasker doesn&#8217;t enforce anything you specify in the enter task while the profile is active. By that I mean that if you change the screen brightness in your enter task, and then change it to something else using the system settings, Tasker won&#8217;t change it back until the profile has been deactivated and then reactivated. Think of it as a door that rings a bell when it opens; it will ring that bell every time it opens, but leaving the door open won&#8217;t make the bell ring continuously.</p>
<p>Another important thing to know about state contexts is that some settings will automatically be reverted when the profile is deactivated. So if you change the brightness in your enter task, it will change it back when the profile exits, without you having to tell it that. You can disable this by long pressing on the profile name, clicking the settings button that appears on top, and then uncheck &#8220;Restore Settings&#8221;. Not all settings are automatically restored, however, and it&#8217;s mostly limited to system settings like brightness.</p>
<p><strong>Event contexts</strong> on the other hand is never continuously active. It makes the task attached to it run once, and then it&#8217;s done. An example of an event context is Received text, which is when you receive an SMS. Receiving an SMS is something that happens instantaneous, meaning it&#8217;s not something that becomes active and then later becomes inactive, which is what makes it an event (there&#8217;s no practical difference between when you start receicing an SMS message and you&#8217;re finished receiving it). Profiles with event contexts don&#8217;t have exit tasks, and they don&#8217;t restore settings.</p>
<p>In cases where there are multiple contexts in a single profile, the relationship between them is AND (e.g. context 1 <strong>and</strong> context 2), meaning that both contexts have to be fulfilled in order for the profile to trigger. If a mix of event and state contexts are used, the profile will follow event profile rules. An example is a combination of a WiFi state context and a Received Text context, which when combined, creates the trigger &#8220;when I receive a text message while I&#8217;m connected to this WiFi network&#8221;. If you then specify your work WiFi network in the WiFi Connected context, you suddenly have a profile that triggers when you get SMS messages at work, but not anywhere else!</p>
<p>To add multiple contexts to a profile, you first create your profile with a single context, then long press on that context in the profile list (tap the profile name to expand it if the context and task is not visible), and select Add. To add an exit task to a profile, or to turn an enter task into an exit task, long press on the task in the same manner.</p>
<p>You can have multiple state contexts in a profile, but only one event context. This is logical, because since event contexts are instantaneous, it&#8217;s practically impossible that two of them happen at the exact same moment.</p>
<h3>Variables</h3>
<p>A variable is like a virtual text file within Tasker, or like a variable  (X, Y, A, B) in math. A variable is represented by a % symbol followed by a name, like for instance %Variable1. Variables are used to get access to system information, transfer information between parts of Tasker, and even work as settings and options. The variable %DATE will for instance always be the current date, so if you were to tell Tasker to create a notification with the text %DATE, then %DATE would be replaced by the actual date when the notification appears. Variables are key to advanced Tasker use, and is a huge topic to cover in itself. I go through it in other parts of this guide, <a href="http://www.pocketables.com/2012/08/beginners-guide-to-tasker-part-2-variables.html" target="_blank">starting with part 2</a>.</p>
<h3>Scenes</h3>
<p>A scene is essentially a customized user interface. You can user Tasker&#8217;s scene functionality to create menus, pop-ups, settings boxes, and much more. This is a very useful and complex feature that I also cover in greater detail in <a href="http://www.pocketables.com/2012/09/beginners-guide-to-tasker-part-3-scenes.html" target="_blank">a later part of this guide</a>.</p>
<h3>Projects</h3>
<p>A project is the final grouping in Tasker. Think of it as a folder capable of holding all of the above, so that you can keep everything related to a specific Tasker system in one place. The more complex Tasker setups often use multiple profiles, multiple tasks, and even multiple scenes all working together. You can group all of those together in a single project to stay organized, and projects are also vital when using Tasker&#8217;s app export capability, since they allow you to export a whole range of tasks, scenes and profiles as one single app.</p>
<h2>The Tasker screen</h2>
<p>Tasker has a beginner mode that is designed to make the app easier to use for beginners, by disabling certain features. It&#8217;s a good idea, but unfortunately you won&#8217;t find many people referencing this version of the UI when you read about Tasker online, so I recommend disabling it. You do this in Tasker&#8217;s main preferences.</p>
<p>As such, I&#8217;ll be basing this guide on the normal Tasker look, not beginner mode. Since this article is a rewrite of a guide for the pre-ICS version of Tasker, it also goes without saying that this and any future versions of the guide based on the new UI will be based on the ICS+ design. More specifically, the theme I use is the Light theme, which is selectable in the UI section of Tasker&#8217;s preferences.</p>
<p>&nbsp;</p>
<p><img class="alignnone size-large wp-image-76281" alt="tasker ui 1 608x543 Beginners guide to Tasker, part 1.5: Tasker basics (New UI)" src="http://www.pocketables.com/images/2013/05/tasker-ui-1-608x543.jpg" width="608" height="543" title="Beginners guide to Tasker, part 1.5: Tasker basics (New UI)" /></p>
<p>Knowing the difference between the various terms I explained above is half the battle when it comes to understanding how the UI works. The image above should help explain what everything is, but it&#8217;s worth mentioning that holding down or single tapping on parts of the UI is the way to access a lot of features. It&#8217;s the way to import and export items, add more contexts to a profile, switch out tasks, turn enter tasks into exit tasks (or vice versa), and so on. Also, to delete items, you grab the right part of the screen besides their name (where the enable/disable toggle is for profiles) and drag them down to the trash can that appears. This is also how you sort items and transfer them to other projects: drag and drop.</p>
<h2>What Tasker requires to work</h2>
<p>When Tasker is active, there will be a persistent notification icon present in your notification bar. This is to make sure the system will never close Tasker, as Tasker obviously needs to run at all times to work. You can also look at this notification in the notification drop-down to see which state profiles are currently active. To prevent a profile&#8217;s status to show here, long press its name in Tasker, go into its settings, and disable the Show in Notification Pulldown option.</p>
<p>Some features in Tasker, specifically the ability to read notifications from other apps, require that Tasker has accessibility access. This is a system-level access that you have to manually give to Tasker by going to the device&#8217;s main system settings, accessibility section. This, along with Tasker&#8217;s long list of required permissions, might sound scary because of Google&#8217;s way of phrasing its warnings, but every permission Tasker requires is there for a very good reason, and it&#8217;s not malicious.</p>
<p>Tasker also requires device administrator privileges for certain features, like manipulating the status of the lock code. This also has to be enabled manually, and <em>if you do enable it, you will have to manually disable it to uninstall Taske</em>r. This is another system level Android thing that you can read more about <a href="http://www.pocketables.com/2012/07/the-difference-between-uninstall-and-deactivate-on-android.html" target="_blank">here</a>.</p>
<p>There are dozens of plug-ins for Tasker, giving Tasker lots of new abilities. These plug-ins are available in the Play Store, and install as normal apps. Tasker shares the plug-in system with another automation app, Locale, and so many Tasker-compatible plug-ins are listed as Locale plug-ins. Furthermore, some apps have Tasker compatibility built in, meaning that installing the main app also unlocks the plug-in components in Tasker. The plug-ins can be accessed from either the third party or plug-in parts of Tasker (in the list of other actions/contexts) depending on whether the plug-in was built into Tasker or got installed on the side. If the accompanying app is installed, there&#8217;s no practical difference between actions listed in the third party section and those listed in the plug-in section, other than the name of the category they&#8217;re listed in.</p>
<p>Being rooted is not required for Tasker, but it does give it more abilities. The availability of certain actions and contexts is dependent on the device and software version/ROM, and being rooted can unlock features that are otherwise unavailable on a certain device. Tasker can also use root to kill apps, manipulate files, and so on. The plug-in <a href="https://play.google.com/store/apps/details?id=com.intangibleobject.securesettings.plugin&amp;hl=en" target="_blank">Secure Settings</a> allows you do access a lot of otherwise blocked features via root, and is a valuable tool.</p>
<p>Please note that Tasker taps into so many features that differences between devices and ROMs is sometimes a problem. You might read about an awesome Tasker creation online, go to replicate it, and find that some part of it isn&#8217;t working. This doesn&#8217;t mean Tasker is broken, or that you did anything wrong, it likely means that the feature you&#8217;re trying to use doesn&#8217;t work properly on your device or ROM. In those cases it&#8217;s more productive to complain to your device or ROM creator, not the Tasker dev, or the person whose creation you&#8217;re trying to copy. The truth is that you&#8217;re <em>much</em> better off by reading about how things can be done in Tasker, and then explore that on your own, than to try to copy someone else&#8217;s creation step by step. That&#8217;s because that will teach you <em>why</em> something works, and in the process help you understand why something doesn&#8217;t work, and maybe even how to fix it.</p>
<h2>Creating your first profile</h2>
<p>The best way to learn Tasker is to tinker with it and explore, like I just said. The configuration for each context, each action is different, and so it&#8217;s hard to generalize. The image below explains some of the buttons and options that are fairly common in the configuration screen for actions, while skipping those that are more unique to that particular task. Each action and context has different options however, and with the amount of contexts and actions in Tasker, not to mention plug-ins, explaining each and every one is impossible. The harsh truth is that if you expect there to be a 20 page user&#8217;s guide to every single option in Tasker, you&#8217;re better off just uninstalling the app right away.</p>
<p><img class="alignnone size-large wp-image-76283" alt="tasker task config 608x472 Beginners guide to Tasker, part 1.5: Tasker basics (New UI)" src="http://www.pocketables.com/images/2013/05/tasker-task-config-608x472.jpg" width="608" height="472" title="Beginners guide to Tasker, part 1.5: Tasker basics (New UI)" /></p>
<p>There is however some documentation for more or less all the features and settings in Tasker, though often it&#8217;s just very quick explanations.</p>
<p>I simply cannot emphasize enough how important self study is for using Tasker. This article, the more than 100 others I&#8217;ve written, and posts and articles from people around the web are great resources, but at the end of the day, you&#8217;re the person who needs to set up Tasker the way you want it. Is it worth the hassle? Oh, definitely!</p>
<p>The video below shows the creation of a simple state profile with an enter task and (later) an exit task. My advise is to play around with the various contexts and actions and see what happens.</p>
<p><iframe src="http://www.youtube.com/embed/ywZtJyF18RE" height="456" width="608" allowfullscreen="" frameborder="0"></iframe></p>
<p>So where do you go from here? The banner below links to our Tasker portal page, which has a boatload of articles that you can look at. It also has links to the other parts of the beginner&#8217;s guide. So far only this first part is available in a version for the new UI though, so I advise playing around with basic features in Tasker before reading further. While there are some notable changes to the UI in the new version, Tasker hasn&#8217;t really changed, so the top priority of any new Tasker user should be to understand the basics, in order to be able to understand information written for the old UI.</p>
<p>If you ever need to import anything into Tasker, please see <a href="http://www.pocketables.com/2013/05/how-to-import-tasksprofilesscenesprojects-into-tasker.html" target="_blank">this video</a> for instructions.</p>
<p><img title="tasker qr" alt="tasker qr 175x175 Beginners guide to Tasker, part 1.5: Tasker basics (New UI)" src="http://www.pocketables.com/images/2012/08/tasker-qr-175x175.png" width="175" height="175" /></p>
<p><strong>Download</strong>: <a href="https://play.google.com/store/apps/details?id=net.dinglisch.android.taskerm" target="_blank">Google Play</a></p>
<p><a href="http://www.pocketables.com/2013/03/overview-of-pocketables-tasker-articles.html"><img alt="tasker banner Beginners guide to Tasker, part 1.5: Tasker basics (New UI)" src="http://www.pocketables.com/images/2013/04/tasker-banner.jpg" title="Beginners guide to Tasker, part 1.5: Tasker basics (New UI)" /></a></p>
<p>The post <a href="http://www.pocketables.com/2013/05/beginners-guide-to-tasker-part-1-5-tasker-basics-new-ui.html">Beginner&#8217;s guide to Tasker, part 1.5: Tasker basics (New UI)</a> appeared first on <a href="http://www.pocketables.com">Pocketables</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://www.pocketables.com/2013/05/beginners-guide-to-tasker-part-1-5-tasker-basics-new-ui.html/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Quick Tasker tip: How to use multiple command filters in AutoVoice contexts</title>
		<link>http://www.pocketables.com/2013/05/quick-tasker-tip-how-to-use-multiple-command-filters-in-autovoice-contexts.html?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=quick-tasker-tip-how-to-use-multiple-command-filters-in-autovoice-contexts</link>
		<comments>http://www.pocketables.com/2013/05/quick-tasker-tip-how-to-use-multiple-command-filters-in-autovoice-contexts.html#comments</comments>
		<pubDate>Wed, 15 May 2013 05:26:34 +0000</pubDate>
		<dc:creator>Andreas Ødegård</dc:creator>
				<category><![CDATA[Android]]></category>
		<category><![CDATA[Apps]]></category>
		<category><![CDATA[Android Apps]]></category>
		<category><![CDATA[Tasker]]></category>

		<guid isPermaLink="false">http://www.pocketables.com/?p=76273</guid>
		<description><![CDATA[<p>Wondering how you can use more than one possible command filter (trigger term) when creating AutoVoice contexts in Tasker? It&#8217;s actually very easy! When setting up profiles with AutoVoice, you might find yourself wanting to specify more than one possible trigger word for a context. And example is my Portal sounds demo video (bottom of </p><p>The post <a href="http://www.pocketables.com/2013/05/quick-tasker-tip-how-to-use-multiple-command-filters-in-autovoice-contexts.html">Quick Tasker tip: How to use multiple command filters in AutoVoice contexts</a> appeared first on <a href="http://www.pocketables.com">Pocketables</a>.</p>]]></description>
				<content:encoded><![CDATA[<p><img class="alignright  wp-image-76274" alt="Screenshot 2013 05 15 07 23 54 304x506 Quick Tasker tip: How to use multiple command filters in AutoVoice contexts" src="http://www.pocketables.com/images/2013/05/Screenshot_2013-05-15-07-23-54-304x506.png" width="182" height="304" title="Quick Tasker tip: How to use multiple command filters in AutoVoice contexts" />Wondering how you can use more than one possible command filter (trigger term) when creating <a href="http://www.pocketables.com/2013/05/how-to-use-the-autovoice-tasker-plug-in.html" target="_blank">AutoVoice</a> contexts in Tasker? It&#8217;s actually very easy!</p>
<p><span id="more-76273"></span></p>
<p>When setting up profiles with AutoVoice, you might find yourself wanting to specify more than one possible trigger word for a context. And example is my <a href="http://www.pocketables.com/2013/05/how-to-use-portal-sound-effects-in-tasker.html" target="_blank">Portal sounds demo video (bottom of the post)</a>, which uses this a lot, allowing me to for instance use both &#8220;any tips&#8221; and &#8220;user guide&#8221; as trigger words for the same profile.</p>
<p>To do this, you simply have to enable Use Regex on the context configuration screen, and then use | as the &#8220;or&#8221; operator (that&#8217;s a <a href="http://en.wikipedia.org/wiki/Vertical_bar" target="_blank">vertical bar</a>, not an L or the number 1). So, if you want the profile to trigger on either the term 1, 2, 3 or, you check Use Regex, and type 1|2|3 into the command filter box. That&#8217;s it. You can also use the regex option for more advanced pattern matching options, but this is the one that I&#8217;ve found myself needing when setting up profiles.</p>
<p><a href="http://www.pocketables.com/2013/03/overview-of-pocketables-tasker-articles.html"><img alt="tasker banner Quick Tasker tip: How to use multiple command filters in AutoVoice contexts" src="http://www.pocketables.com/images/2013/04/tasker-banner.jpg" title="Quick Tasker tip: How to use multiple command filters in AutoVoice contexts" /></a></p>
<p>The post <a href="http://www.pocketables.com/2013/05/quick-tasker-tip-how-to-use-multiple-command-filters-in-autovoice-contexts.html">Quick Tasker tip: How to use multiple command filters in AutoVoice contexts</a> appeared first on <a href="http://www.pocketables.com">Pocketables</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://www.pocketables.com/2013/05/quick-tasker-tip-how-to-use-multiple-command-filters-in-autovoice-contexts.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to use Portal sound effects in Tasker [Video]</title>
		<link>http://www.pocketables.com/2013/05/how-to-use-portal-sound-effects-in-tasker.html?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=how-to-use-portal-sound-effects-in-tasker</link>
		<comments>http://www.pocketables.com/2013/05/how-to-use-portal-sound-effects-in-tasker.html#comments</comments>
		<pubDate>Wed, 15 May 2013 05:14:50 +0000</pubDate>
		<dc:creator>Andreas Ødegård</dc:creator>
				<category><![CDATA[Android]]></category>
		<category><![CDATA[Apps]]></category>
		<category><![CDATA[Good and EVO]]></category>
		<category><![CDATA[Android Apps]]></category>
		<category><![CDATA[AutoVoice]]></category>
		<category><![CDATA[Tasker]]></category>

		<guid isPermaLink="false">http://www.pocketables.com/?p=76266</guid>
		<description><![CDATA[<p>After posting his initial AutoVoice home automation video, Doug Gregory posted another awesome video, where he uses sound effects and graphics from the Portal video game series to give his voice command system an identity that fans of the games will love. I love the idea, so I went ahead and borrowed it for my </p><p>The post <a href="http://www.pocketables.com/2013/05/how-to-use-portal-sound-effects-in-tasker.html">How to use Portal sound effects in Tasker [Video]</a> appeared first on <a href="http://www.pocketables.com">Pocketables</a>.</p>]]></description>
				<content:encoded><![CDATA[<p><iframe src="http://www.youtube.com/embed/pi2mYrLNq5U" height="342" width="608" allowfullscreen="" frameborder="0"></iframe></p>
<p>After posting his <a href="http://www.pocketables.com/2013/05/check-out-this-awesome-taskerautovoice-home-automation-setup.html" target="_blank">initial AutoVoice home automation video</a>, <a href="https://www.youtube.com/channel/UCxssFhTcOzFcHE4wrfLLhyQ?feature=watch" target="_blank">Doug Gregory</a> posted another awesome video, where he uses sound effects and graphics from the Portal video game series to give his voice command system an identity that fans of the games will love. I love the idea, so I went ahead and borrowed it for my own setup. It&#8217;s not hard to do, but here are some quick details to help anyone who wants to do the same.</p>
<p><span id="more-76266"></span></p>
<p>(If you have no clue what Portal is, you&#8217;ve missed two of the best video games ever made)</p>
<p>First off, you obviously need the voice files. They&#8217;re luckily very easy to get a hold of, as it seems that Valve (the company behind Portal) doesn&#8217;t  run around killing harmless fan sites, unlike most companies. As such, these files are both available and sorted online. The sound files used in Doug&#8217;s video are from the turrets in the game, and can be found <a href="http://theportalwiki.com/wiki/Turret_voice_lines" target="_blank">here</a>, among other places. That link has a list of all the files, with what they say, and can be downloaded directly as MP3 files. Additionally, GladOS&#8217; voice from the game is very similar, and mixing the two does give you more options. Those files can be found <a href="http://theportalwiki.com/wiki/Glados_voice_lines" target="_blank">here</a>.</p>
<p>All you really need to do is to download the files, place them on your device, and then use them using the Music Play option in Tasker. Note that Music Play makes the task continue before the sound finishes playing, so you might need to add Wait actions if you find that the sounds interfere with other things, like voice control input.</p>
<p>As for the graphical interface Doug uses, I didn&#8217;t copy that, but it&#8217;s easily done using <a href="http://www.pocketables.com/2012/09/beginners-guide-to-tasker-part-3-scenes.html" target="_blank">Tasker scenes</a> for anyone who wants to use it. I also really like his idea of using AutoNotification to enable a notification that allows him to activate the voice system from there, which is done with <a href="http://www.pocketables.com/2013/03/how-to-use-autonotification-and-autoremote-notification-for-androidtasker.html" target="_blank">AutoNotification</a>.</p>
<p>Some examples of my own implementation of this can be seen in the video below. Some of it&#8217;s similar to Doug&#8217;s, and just taps into my existing home automation tasks. I did however do a couple of new things, like using a combination of Variable Randomize and Music Play to enable more than one possible reply to certain queries. To do this, put all the files you want to use for a specific reply in a separate folder, and name them 1, 2, 3, etc. Then, in your task, use a Variable Randomize action to randomize a variable (like %soundno) with a minimum value of 1 and a maximum value of whatever your highest numbered sound file is called. Then use the Music Play action, and input the path to one of the files. Replace the number in the file name (but not the file extension) with the variable you randomized.</p>
<p>I also added some easter eggs like playback of the turret opera and the two ending songs for the Portal games, based on a comment I saw on Doug&#8217;s video on Reddit. That&#8217;s done by simply using the Open File option, with default apps already configured.</p>
<p>So with that in mind, here&#8217;s my implementation of this:</p>
<p><iframe src="http://www.youtube.com/embed/gFiwW6fjw3E" height="342" width="608" allowfullscreen="" frameborder="0"></iframe></p>
<p><a href="http://www.pocketables.com/2013/03/overview-of-pocketables-tasker-articles.html"><img alt="tasker banner How to use Portal sound effects in Tasker [Video]" src="http://www.pocketables.com/images/2013/04/tasker-banner.jpg" title="How to use Portal sound effects in Tasker [Video]" /></a></p>
<p>The post <a href="http://www.pocketables.com/2013/05/how-to-use-portal-sound-effects-in-tasker.html">How to use Portal sound effects in Tasker [Video]</a> appeared first on <a href="http://www.pocketables.com">Pocketables</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://www.pocketables.com/2013/05/how-to-use-portal-sound-effects-in-tasker.html/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>How to use Google Now from AutoVoice using AutoShare and Tasker</title>
		<link>http://www.pocketables.com/2013/05/how-to-use-google-now-from-autovoice-using-autoshare-and-tasker.html?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=how-to-use-google-now-from-autovoice-using-autoshare-and-tasker</link>
		<comments>http://www.pocketables.com/2013/05/how-to-use-google-now-from-autovoice-using-autoshare-and-tasker.html#comments</comments>
		<pubDate>Tue, 14 May 2013 06:54:15 +0000</pubDate>
		<dc:creator>Andreas Ødegård</dc:creator>
				<category><![CDATA[Android]]></category>
		<category><![CDATA[Apps]]></category>
		<category><![CDATA[Good and EVO]]></category>
		<category><![CDATA[Android Apps]]></category>
		<category><![CDATA[AutoRemote]]></category>
		<category><![CDATA[AutoShare]]></category>
		<category><![CDATA[AutoVoice]]></category>
		<category><![CDATA[Tasker]]></category>

		<guid isPermaLink="false">http://www.pocketables.com/?p=76225</guid>
		<description><![CDATA[<p>AutoVoice has gotten a lot of attention lately, as it should. More and more people are looking into creating their voice assistant after seeing what other people are doing with it, and that means that Google Now suddenly has a sibling on many people&#8217;s phone. It can be troublesome to have two separate services that </p><p>The post <a href="http://www.pocketables.com/2013/05/how-to-use-google-now-from-autovoice-using-autoshare-and-tasker.html">How to use Google Now from AutoVoice using AutoShare and Tasker</a> appeared first on <a href="http://www.pocketables.com">Pocketables</a>.</p>]]></description>
				<content:encoded><![CDATA[<p><iframe src="http://www.youtube.com/embed/ykwl_vwPRNE" height="456" width="608" allowfullscreen="" frameborder="0"></iframe></p>
<p><a href="http://www.pocketables.com/2013/05/how-to-use-the-autovoice-tasker-plug-in.html" target="_blank">AutoVoice</a> has gotten a lot of attention lately, as it should. More and more people are looking into creating their voice assistant after seeing <a href="http://www.pocketables.com/2013/05/check-out-this-awesome-taskerautovoice-home-automation-setup.html" target="_blank">what other people are doing with it</a>, and that means that Google Now suddenly has a sibling on many people&#8217;s phone. It can be troublesome to have two separate services that you need to trigger, but luckily it&#8217;s very simple to merge the two.</p>
<p><span id="more-76225"></span></p>
<p>The video really explains it better this time, but here&#8217;s a quick written version:</p>
<p>Download <a href="https://play.google.com/store/apps/details?id=com.joaomgcd.autoshare&amp;hl=en" target="_blank">AutoShare</a>, a Tasker plugin from the same developer as AutoVoice, joaomgcd. When installed, go to Google Play, go into any app, and hit the Share button. Select AutoVoice Intercept, then the Google option in the next window. This will let AutoShare capture the data needed to send info to Google&#8217;s voice search, aka Google Now.</p>
<p>Next up, create your AutoVoice profile, using whatever keyword you want to search in Google Now. &#8220;Google&#8221; is the obvious choice. For the attached task, select AutoShare in the Plugin category. In the configuration menu, use the option Use Last Intercept. Scroll down to the Text field, delete what&#8217;s there, and enter %avcommnofilter. Save out.</p>
<p>That&#8217;s it. Now, whenever you use the keyword &#8220;Google,&#8221; it will put the rest of the command (i.e. it will drop the word Google) into Google Now.</p>
<p>Obviously, this can also be used for integrating Google Now with other Tasker creations. All you&#8217;d have to do is use something else besides %avcommnofilter in the Text field, and use the action in something besides and AutoVoice profile. An example would be to set up an <a href="http://www.pocketables.com/2012/09/beginners-guide-to-tasker-part-6-autoremote.html" target="_blank">AutoRemote</a> profile so you can search for something in Google Now using an AutoRemote command from somewhere else, like the Chrome plug-in.</p>
<p><strong>Update</strong>: Several people have pointed out that this won&#8217;t respond to you with voice. That&#8217;s correct, and it&#8217;s not the only thing that&#8217;s different from using Google Now directly. That&#8217;s because this is technically a text search that you&#8217;ve filled in with voice data, rather than a voice search. To get voice feedback, you need to use AutoVoice to open Google Now and activate voice input, meaning you need to split your command in two.</p>
<p><a href="http://www.pocketables.com/2013/03/overview-of-pocketables-tasker-articles.html"><img alt="tasker banner How to use Google Now from AutoVoice using AutoShare and Tasker" src="http://www.pocketables.com/images/2013/04/tasker-banner.jpg" title="How to use Google Now from AutoVoice using AutoShare and Tasker" /></a></p>
<p>The post <a href="http://www.pocketables.com/2013/05/how-to-use-google-now-from-autovoice-using-autoshare-and-tasker.html">How to use Google Now from AutoVoice using AutoShare and Tasker</a> appeared first on <a href="http://www.pocketables.com">Pocketables</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://www.pocketables.com/2013/05/how-to-use-google-now-from-autovoice-using-autoshare-and-tasker.html/feed</wfw:commentRss>
		<slash:comments>21</slash:comments>
		</item>
		<item>
		<title>Creating an audio player dead man&#8217;s switch using a BT headset, Tasker, and AutoVoice</title>
		<link>http://www.pocketables.com/2013/05/creating-an-audio-player-dead-mans-switch-using-a-bt-headset-tasker-and-autovoice.html?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=creating-an-audio-player-dead-mans-switch-using-a-bt-headset-tasker-and-autovoice</link>
		<comments>http://www.pocketables.com/2013/05/creating-an-audio-player-dead-mans-switch-using-a-bt-headset-tasker-and-autovoice.html#comments</comments>
		<pubDate>Mon, 13 May 2013 06:05:33 +0000</pubDate>
		<dc:creator>Andreas Ødegård</dc:creator>
				<category><![CDATA[Accessories]]></category>
		<category><![CDATA[Android]]></category>
		<category><![CDATA[Good and EVO]]></category>
		<category><![CDATA[Tasker]]></category>

		<guid isPermaLink="false">http://www.pocketables.com/?p=76142</guid>
		<description><![CDATA[<p>Many people, me included, like falling asleep to some sort of audio, be it music, a podcast, an audio book, or something else. Tat is why any audio player app with respect for itself comes with a sleep timer, allowing you to set it to shut itself down after a certain amount of time. The </p><p>The post <a href="http://www.pocketables.com/2013/05/creating-an-audio-player-dead-mans-switch-using-a-bt-headset-tasker-and-autovoice.html">Creating an audio player dead man&#8217;s switch using a BT headset, Tasker, and AutoVoice</a> appeared first on <a href="http://www.pocketables.com">Pocketables</a>.</p>]]></description>
				<content:encoded><![CDATA[<p><img class="alignnone size-large wp-image-76145" alt="audio player dead man switch 608x342 Creating an audio player dead mans switch using a BT headset, Tasker, and AutoVoice" src="http://www.pocketables.com/images/2013/05/audio-player-dead-man-switch-608x342.jpg" width="608" height="342" title="Creating an audio player dead mans switch using a BT headset, Tasker, and AutoVoice" /></p>
<p>Many people, me included, like falling asleep to some sort of audio, be it music, a podcast, an audio book, or something else. Tat is why any audio player app with respect for itself comes with a sleep timer, allowing you to set it to shut itself down after a certain amount of time. The problem with sleep timers is that they&#8217;re static. You have to guess a timer length that you think will work for your current level of sleepiness, but a lot of the time, it&#8217;s just a wild guess. A two hour sleep timer might shut off your audio book while you&#8217;re still awake and listening, or it might leave you trying to figure out where you fell asleep.</p>
<p><span id="more-76142"></span></p>
<p>I just loaded some audio books onto my phone, and heading into a period of falling asleep to those, I got an idea to make a dead man&#8217;s switch. A dead man&#8217;s switch is essentially a switch that triggers when the person controlling it is no longer capable of preventing it from triggering, normally because he&#8217;s dead.</p>
<p>My first thought was to create something that I would have to squeeze in order to keep active, and that would then send a signal to my phone when I let it go from falling asleep. That&#8217;s actually simple enough to do; just take a Bluetooth headset, open it, and rewire one of the wires going to the battery through some sort of button that you need to hold down to give it power. Then, in Tasker, add a profile for that Bluetooth device being connected, and add you actions to the exit task. When you let go of the button, the battery is disconnected, disconnecting the headset, triggering the profile.</p>
<p>My problem with this however was that holding down a button for an extended period of time while trying to sleep sounded less than ideal. Then, I had another idea, and I went digging for something I created last year: <a href="http://www.pocketables.com/2012/09/from-the-diy-drawer-tasker-remote-voice-control-wristband.html" target="_blank">a Tasker voice control bracelet</a>. Back then it was the first prototype for a bracelet for controlling Tasker with voice, but I gave up on it due to there not being anything like <a href="http://www.pocketables.com/2013/05/how-to-use-the-autovoice-tasker-plug-in.html" target="_blank">AutoVoice</a> back then, and eventually gave up on voice control altogether, instead favoring other controls methods. I was able to find the bracelet, and eventually also a charger.</p>
<p>Thebracelet is essentially a sock with a Bluetooth headset inside, with the charge port and control button sticking through. I added a bit of hot glue to the button to make it easier to press, and that was actually all I needed. I then set up a profile in Tasker, using AutoVoice&#8217;s Bluetooth button feature as the context. This allows you to trigger a task when a button is pressed on a Bluetooth headset. The task I added is as follows:</p>
<p>Music Play (short notification sound)<br />
Wait, 10 minutes<br />
Music Play (short notification sound)<br />
Wait, 15 seconds<br />
Music Play (short notification sound)<br />
Wait, 15 seconds<br />
Kill app (the audio book app) using root<br />
Profile Status (Dead Man&#8217;s Switch), set Off</p>
<p>I also went into the settings for that app and changed the collision handling to abort the current task.</p>
<p>So, what does this do? When I&#8217;m listening to my audio book, I can turn on the bracelet and click the button once. This plays a confirmation sound, and then waits for 10 minutes. It then plays the sound again, waits 15 seconds, plays the sound once more, waits 15 more seconds, and then kills the audio book app, followed by it deactivating its own profile so it can&#8217;t re-trigger accidentally.</p>
<p>If I however click the headset button at any time during that 10.5 minute period, it will abort the task, restart it, and reset the timer. This way, as long as I keep pressing the headset button at least once every 10 minutes, the app will stay alive. When there&#8217;s 30 seconds left, it lets me know that the timer is about to expire, so that I don&#8217;t simply forget to press the button. If I fall asleep, I obviously stop pressing the button, and the app will be killed within 10 minutes. That way, when I start back up, I only have to back track a maximum of 10 minutes to find where I left off, which is far easier than with longer sleep timers.</p>
<p>I also have a second profile, which uses the Bluetooth Connected context for the bracelet. When it connects, it re-enables the profile, and when it disconnects, it kills the audio book app, stops the Dead Man&#8217;s Switch task, and deactivates the profile. If I didn&#8217;t have my smartwatch connected, however, I would just disable Bluetooth at the end of the profile, rather than disable the profile.</p>
<p>I&#8217;ve tried this setup up in practice, and it works great. I might experiment with setting the timer to 5 minutes, but honestly, it&#8217;s very easy to find where you left off when it&#8217;s within a 10 minute period. It&#8217;s also not an issue (for me at least) to have to press the button once every 10 minutes, and the bracelet doesn&#8217;t bother me.</p>
<p><iframe src="http://www.youtube.com/embed/G9j4IwsnTD8" height="456" width="608" allowfullscreen="" frameborder="0"></iframe></p>
<p>While I am using a custom made bracelet, you only really need a cheap, off the shelf Bluetooth headset to this this yourself. The bracelet can be put around my hand so that the button is in a very natural place, and it has the added advantage of being soft and not being in the way or disappearing after I fall asleep, Other than that, you don&#8217;t need to break out the sowing kit to do this.</p>
<p>I also think this basic method has potential for other uses. It basically gives you the ability to attach wireless buttons to anything you want, and with the cost of Bluetooth headsets, it won&#8217;t cost an arm and a leg to do so. All thanks to <a href="https://play.google.com/store/apps/details?id=com.joaomgcd.autovoice" target="_blank">AutoVoice</a>.</p>
<p><a href="http://www.pocketables.com/2013/03/overview-of-pocketables-tasker-articles.html"><img alt="tasker banner Creating an audio player dead mans switch using a BT headset, Tasker, and AutoVoice" src="http://www.pocketables.com/images/2013/04/tasker-banner.jpg" title="Creating an audio player dead mans switch using a BT headset, Tasker, and AutoVoice" /></a></p>
<p>The post <a href="http://www.pocketables.com/2013/05/creating-an-audio-player-dead-mans-switch-using-a-bt-headset-tasker-and-autovoice.html">Creating an audio player dead man&#8217;s switch using a BT headset, Tasker, and AutoVoice</a> appeared first on <a href="http://www.pocketables.com">Pocketables</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://www.pocketables.com/2013/05/creating-an-audio-player-dead-mans-switch-using-a-bt-headset-tasker-and-autovoice.html/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Velox is an awesome tweak for jailbroken iPhones</title>
		<link>http://www.pocketables.com/2013/05/velox-is-an-awesome-tweak-for-jailbroken-iphones.html?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=velox-is-an-awesome-tweak-for-jailbroken-iphones</link>
		<comments>http://www.pocketables.com/2013/05/velox-is-an-awesome-tweak-for-jailbroken-iphones.html#comments</comments>
		<pubDate>Fri, 10 May 2013 22:23:06 +0000</pubDate>
		<dc:creator>Andreas Ødegård</dc:creator>
				<category><![CDATA[Apple]]></category>
		<category><![CDATA[Apps]]></category>
		<category><![CDATA[Hacks]]></category>
		<category><![CDATA[iOS]]></category>
		<category><![CDATA[iOS Apps]]></category>
		<category><![CDATA[iPhone]]></category>

		<guid isPermaLink="false">http://www.pocketables.com/?p=76090</guid>
		<description><![CDATA[<p>Having an Android device and a rooted iPad is sometimes weird, because of how the two different OSes and their respective root/jailbreak capabilities work. Android has more customization features out of the box, but a lot of jailbreak tweaks actually bring functionality to iOS that you can&#8217;t get in Android at all. One major difference </p><p>The post <a href="http://www.pocketables.com/2013/05/velox-is-an-awesome-tweak-for-jailbroken-iphones.html">Velox is an awesome tweak for jailbroken iPhones</a> appeared first on <a href="http://www.pocketables.com">Pocketables</a>.</p>]]></description>
				<content:encoded><![CDATA[<p><iframe src="http://www.youtube.com/embed/C4cMnFciSSo" height="342" width="608" allowfullscreen="" frameborder="0"></iframe></p>
<p>Having an Android device and a rooted iPad is sometimes weird, because of how the two different OSes and their respective root/jailbreak capabilities work. Android has more customization features out of the box, but a lot of jailbreak tweaks actually bring functionality to iOS that you can&#8217;t get in Android at all. One major difference is that jailbreak tweaks very often change the existing features in the OS, while on Android it&#8217;s all about using third party replacements.</p>
<p><span id="more-76090"></span></p>
<p>A brilliant example of that is Velox. Velox is a new jailbreak tweak that gives the iPhone homescreen a ton of new features, in the form of various secondary features for the app icons. With Velox, all apps gain the ability to show notifications in a little pop-up when you swipe on them, and on top of that, some common apps gain even more advanced swipe features. Swiping on the camera app icon lets you take a photo in a pop-up window, doing it with Maps shows maps in such a window, and so on and so forth.</p>
<p>I can&#8217;t use this tweak since it&#8217;s only for iPhones, but iDownloadBlog has the brilliant video on top that shows off the features. It&#8217;s from before the app was actually released, but shows the features available very well. The tweak is available for $1.99 in Cydia, and I can&#8217;t wait for the iPad version, which is coming according to the app description.</p>
<p>[<a href="http://www.idownloadblog.com/2013/04/08/velox/" target="_blank">iDownloadBlog</a>]</p>
<p>The post <a href="http://www.pocketables.com/2013/05/velox-is-an-awesome-tweak-for-jailbroken-iphones.html">Velox is an awesome tweak for jailbroken iPhones</a> appeared first on <a href="http://www.pocketables.com">Pocketables</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://www.pocketables.com/2013/05/velox-is-an-awesome-tweak-for-jailbroken-iphones.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Use Tasker&#8217;s Magnetic Field context as a makeshift NFC replacement</title>
		<link>http://www.pocketables.com/2013/05/use-taskers-magnetic-field-context-as-a-makeshift-nfc-replacement.html?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=use-taskers-magnetic-field-context-as-a-makeshift-nfc-replacement</link>
		<comments>http://www.pocketables.com/2013/05/use-taskers-magnetic-field-context-as-a-makeshift-nfc-replacement.html#comments</comments>
		<pubDate>Fri, 10 May 2013 01:01:18 +0000</pubDate>
		<dc:creator>Andreas Ødegård</dc:creator>
				<category><![CDATA[Android]]></category>
		<category><![CDATA[Apps]]></category>
		<category><![CDATA[Good and EVO]]></category>
		<category><![CDATA[Android Apps]]></category>
		<category><![CDATA[Tasker]]></category>

		<guid isPermaLink="false">http://www.pocketables.com/?p=76032</guid>
		<description><![CDATA[<p>One of our readers, Christopher, emailed me a couple of days ago about a brilliant idea he had for Tasker. He has modified a case for his phone with a piece of metal, and mounted magnets on the dash of his car, allowing him to mount the phone to the dash magnetically. He then came </p><p>The post <a href="http://www.pocketables.com/2013/05/use-taskers-magnetic-field-context-as-a-makeshift-nfc-replacement.html">Use Tasker&#8217;s Magnetic Field context as a makeshift NFC replacement</a> appeared first on <a href="http://www.pocketables.com">Pocketables</a>.</p>]]></description>
				<content:encoded><![CDATA[<p><img class="alignright  wp-image-76034" title="christopher magnetic phone" src="http://www.pocketables.com/images/2013/05/christopher-magnetic-phone-304x507.jpg" alt="christopher magnetic phone 304x507 Use Taskers Magnetic Field context as a makeshift NFC replacement" width="182" height="304" />One of our readers, Christopher, emailed me a couple of days ago about a brilliant idea he had for Tasker. He has modified a case for his phone with a piece of metal, and mounted magnets on the dash of his car, allowing him to mount the phone to the dash magnetically. He then came up with the idea of using Tasker&#8217;s Magnetic Field context, which acts on the magnetic field the phone is exposed to, to create a makeshift NFC replacement that lets him activate a profile automatically when the phone is attached to the magnetic holder.</p>
<p><span id="more-76032"></span></p>
<p>While this is obviously more limited than NFC in that it doesn&#8217;t transfer any information in the process (and thus is less dynamic), it does give those of us with a NFC-less phone a way to create a physical trigger for a single use purpose. Car docking is a very common use for NFC, and so using this as a replacement allows you to do the same without NFC.</p>
<p>For those afraid of magnets and electronics, that&#8217;s a myth left over from the old days. There&#8217;s not really anything in today&#8217;s electronics that&#8217;s traditionally affected by magnets, with the exception of the compass, which won&#8217;t work correctly while in close proximity to a magnet. It is however advisable to do like Christopher and put the magnets on whatever you&#8217;re attaching the thing to, leaving the device with only some magnetic metal.</p>
<p>I think this is a great idea, and a brilliant use of a normally overlooked feature of Tasker. I&#8217;ve tried to find something to use that context for myself in the past, without succeeding, but I might have to take a second look at it now.</p>
<p>Thanks, Christopher!</p>
<p><a href="http://www.pocketables.com/2013/03/overview-of-pocketables-tasker-articles.html"><img src="http://www.pocketables.com/images/2013/04/tasker-banner.jpg" alt="tasker banner Use Taskers Magnetic Field context as a makeshift NFC replacement"  title="Use Taskers Magnetic Field context as a makeshift NFC replacement" /></a></p>
<p>The post <a href="http://www.pocketables.com/2013/05/use-taskers-magnetic-field-context-as-a-makeshift-nfc-replacement.html">Use Tasker&#8217;s Magnetic Field context as a makeshift NFC replacement</a> appeared first on <a href="http://www.pocketables.com">Pocketables</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://www.pocketables.com/2013/05/use-taskers-magnetic-field-context-as-a-makeshift-nfc-replacement.html/feed</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>How to use the AutoVoice Tasker plug-in</title>
		<link>http://www.pocketables.com/2013/05/how-to-use-the-autovoice-tasker-plug-in.html?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=how-to-use-the-autovoice-tasker-plug-in</link>
		<comments>http://www.pocketables.com/2013/05/how-to-use-the-autovoice-tasker-plug-in.html#comments</comments>
		<pubDate>Wed, 08 May 2013 23:27:30 +0000</pubDate>
		<dc:creator>Andreas Ødegård</dc:creator>
				<category><![CDATA[Android]]></category>
		<category><![CDATA[Apps]]></category>
		<category><![CDATA[Good and EVO]]></category>
		<category><![CDATA[AutoVoice]]></category>
		<category><![CDATA[Tasker]]></category>

		<guid isPermaLink="false">http://www.pocketables.com/?p=75968</guid>
		<description><![CDATA[<p>It&#8217;s not that long since AutoVoice came out, but I think the home automation video that came out a couple of days ago really opened many people&#8217;s eyes as to what the plug-in can do. AutoVoice has a lot of advantages over the stock Get Voice action in Tasker, but it also uses a completely </p><p>The post <a href="http://www.pocketables.com/2013/05/how-to-use-the-autovoice-tasker-plug-in.html">How to use the AutoVoice Tasker plug-in</a> appeared first on <a href="http://www.pocketables.com">Pocketables</a>.</p>]]></description>
				<content:encoded><![CDATA[<p><img class="alignright  wp-image-75973" title="Screenshot_2013-05-09-01-20-21" alt="Screenshot 2013 05 09 01 20 21 304x506 How to use the AutoVoice Tasker plug in" src="http://www.pocketables.com/images/2013/05/Screenshot_2013-05-09-01-20-21-304x506.png" width="213" height="354" />It&#8217;s not that long since <a href="http://www.pocketables.com/2013/04/autovoice-tasker-plug-in-is-now-available-in-google-play.html" target="_blank">AutoVoice came out</a>, but I think the <a href="http://www.pocketables.com/2013/05/check-out-this-awesome-taskerautovoice-home-automation-setup.html" target="_blank">home automation video</a> that came out a couple of days ago really opened many people&#8217;s eyes as to what the plug-in can do. AutoVoice has a lot of advantages over the stock Get Voice action in Tasker, but it also uses a completely different system for getting things done, which can make it confusing to use. As such, here&#8217;s a quick guide.</p>
<p><span id="more-75968"></span></p>
<h2>Get Voice vs AutoVoice</h2>
<p>Setting aside AutoVoice features like Bluetooth headset support for a second, it&#8217;s important to understand how AutoVoice is different than the Get Voice action that comes with Tasker.</p>
<p>Get Voice works on a very simply principle: use speech to text, shove the entire result in the %VOICE variable, and move on. That&#8217;s all it does. That means that it&#8217;s up to the user to take that variable and do something with it, which normally means a lot of If conditions and Variable Splits to try to get to the information you actually need. My <a href="http://www.pocketables.com/2012/05/building-nelly-my-diy-voice-assistant-for-android.html" target="_blank">Nelly voice assistant</a> is a perfect example, and it has a ton of If conditions to make it work.</p>
<p>AutoVoice, on the other hand, is built from the ground up to be used for voice control. You have an action that initiates voice recognition (AutoVoice Recognize action), and then you have profile contexts that actually trigger based on the response (AutoVoice Recognized context). This means that in most cases, AutoVoice Recognize is the last action used in a task that uses voice control, and instead the task &#8220;continues&#8221; in a new task tied to a profile, where the profile triggers based on the response.</p>
<p>Furthermore, AutoVoice gives you a lot more options for accessing the data it got from speech recognition. First off, there&#8217;s %avcomm, containing everything, the same way %VOICE does. Then you have %avcommnofilter, which is everything except for the trigger phrase/word. Finally, you have %avword1, %avword2, %avword3, and so on, which contains each separate word.</p>
<p>As an example, let&#8217;s say you speak the phrase &#8220;hello how are you today&#8221;. You have a profile set up with Command Filter &#8220;hello&#8221;, which means it will trigger when it hears the word &#8220;hello&#8221;. The above variables will then be as follows:</p>
<p>%avcomm: hello how are you today<br />
%avcommnofilter: how are you today<br />
%avword1: hello<br />
%avword2: how<br />
%avword3: are<br />
%avword4: you<br />
%avword5: today</p>
<h2>Command ID</h2>
<p>One of the big advantages of AutoVoice is the Command ID system. This allows you to limit profiles to only triggering after other profiles, allowing you to create chains of commands.</p>
<p>For instance, you might have a task that ends with asking you a yes/no question, and then triggers an AutoVoice Recognize action to let you respond. The problem with this is that &#8220;yes&#8221; and &#8220;no&#8221; are very non-specific, and you might end up having a dozen tasks that asks for a yes or no. If you just added profiles that activated based on &#8220;yes&#8221; and &#8220;no&#8221;, all of the ones for &#8220;yes&#8221; would trigger at once!</p>
<p>This is what Command ID is there to prevent. When adding the AutoVoice Recognized context, you can specify Command ID and Last Command ID. If you specify something in the Last Command ID field, the profile only activates if the last profile that activated had that same thing specified in Command ID. The video below shows this, and more, in action:</p>
<p><iframe src="http://www.youtube.com/embed/cTcSiA8iSXA" height="456" width="608" frameborder="0"></iframe></p>
<p>It&#8217;s also important to be aware of the AutoVoice Set Cmd Id action. This can be used to manipulate Command IDs without doing it directly in the profile. There are two options:</p>
<p><strong>Clear Last Command ID</strong></p>
<p>This clears the Command ID for the last profile that ran. If profile 1 has the Command ID &#8220;hello&#8221;, and profile 2 has Last Command ID &#8220;hello&#8221;, that means that profile 2 will only run after profile 1. However, if you use the Clear Last Command ID action after running profile 1, profile 2 won&#8217;t run, because the Command ID set by profile 1 will have been cleared.</p>
<p><strong>Set Last Command Id</strong></p>
<p>This allows you to set a Command ID without having a profile do it. Using the above example, if you used this option with &#8220;hello&#8221;, it would allow profile 2 to run, regardless of whether profile 1 has.</p>
<h2>Home automation example</h2>
<p><iframe src="http://www.youtube.com/embed/RjTj0ymhbBw" height="342" width="608" frameborder="0"></iframe></p>
<p>The <a href="http://www.pocketables.com/2013/05/check-out-this-awesome-taskerautovoice-home-automation-setup.html" target="_blank">home automation video posted by Doug Gregory</a> is very impressive, but actually not hard to set up. I haven&#8217;t seen his exact profiles, but here&#8217;s how I assume he did it.</p>
<p>In the video, you can see him use all sorts of highly dynamic commands. He uses different phrases, mentions several appliances in one command, and so on and so forth. It looks difficult to set up, but it actually uses very simple logic.</p>
<p>The system assumes that the user is not brain dead. If you mention a specific lamp, it&#8217;s extremely likely that you want to do the exact opposite of what&#8217;s currently happening. For instance, if the lamp is on, it&#8217;s fairly likely that you&#8217;ll tell the system to turn it off, as few people would stand there saying &#8220;turn on the lamp&#8221; when it&#8217;s on. As such, it doesn&#8217;t actually need to pay attention to whether or not you say &#8220;on&#8221;, &#8220;off&#8221;, or any synonyms (kill, disable, enable, activate). It only needs to toggle the lamp whenever a reference to it is being made.</p>
<p>So, let&#8217;s say you want to control the &#8220;bar lights&#8221;. All you then do is create an AutoVoice Recognized profile, and specify &#8220;bar lights&#8221; in the Command Filter field. This is then tied to an action to toggle the bar lights using whatever home automation system is being used.</p>
<p>The result is that the bar lights will seem to react to extremely dynamic commands, like &#8220;I don&#8217;t want to see the bar lights anymore, please make them go away&#8221;. In reality, it simply picks up &#8220;bar lights&#8221;, and sends a command to toggle those. Unless you do something like tell it to turn them on when they&#8217;re actually on, or for instance mention that you need to buy new bar lights, it will seem like the system is more intelligent than it is.</p>
<p>By creating profiles like that for more appliances, you can mention multiple in one sentence and have them trigger. If you create similar profiles for the kitchen and living room lights, you could for instance say &#8220;turn off the bar lights and the living room lights, and turn on the kitchen lights&#8221;, and all three individual profiles would trigger, send toggle commands, and it would look like magic.</p>
<p>Of course, there are examples in the video that are a bit more complicated, like telling the system he&#8217;s home or to shut down. Those are then essentially standalone profiles with tasks that do everything in one go, rather than activate lots of individual profiles. By simply using Off commands rather than Toggle commands, it&#8217;s then possible to make sure that it all turns off regardless of current configuration, instead of essentially just inverting it.</p>
<p>The point is that the video makes it appear as though the voice assistant used is beyond intelligent, understanding absolutely everything he says perfectly, no matter what phrasing he uses. Instead, the system has simply been simplified so that it reacts to very specific keywords, and ignores everything else.</p>
<h2>Other features of AutoVoice</h2>
<p>AutoVoice has more features than I&#8217;ve covered in detail above, but I think the basic system of how everything works is what is most difficult. As such, I&#8217;ll just briefly mention the rest.</p>
<p>AutoVoice is designed to work with headsets, which Get Voice isn&#8217;t. You have a lot of different features relating to this, from options here and there to separate contexts and actions. You have two contexts called AutoVoice BT Pressed, which can be used to react to button presses on a Bluetooth headset. You basically put whatever you want the button to do in the task attached to the profile, and off you go. You can of course combine this with other contexts to create situation-aware button functionality.</p>
<p>You also have a context called AutoVoice Rec Failed. This allows you to specify a task that runs when the voice recognition fails, so that it doesn&#8217;t just ruin your entire chain by mishearing a word. In most cases, it&#8217;s logical to tie this to a simply re-triggering of the AutoVoice Recognize action, giving you another chance.</p>
<p>Finally, you have the AutoVoice Ctrl BT action. This makes it so that all sound goes to your Bluetooth headset, and you could for instance create a profile that activates this when the Bluetooth device is connected.</p>
<p>AutoVoice is a great plug-in, and it&#8217;s essentially the Get Voice Extended Edition. Some might get by with just Get Voice, while others truly put AutoVoice&#8217;s additional features to good use. It&#8217;s possible to do a lot of things with this, from creating home automation systems, to controlling music, to even doing things like telling XBMC to play the latest episode of a show. The sky&#8217;s the limit.</p>
<p><img class="alignnone size-full wp-image-75974" title="autovoice qr" alt="autovoice qr How to use the AutoVoice Tasker plug in" src="http://www.pocketables.com/images/2013/05/autovoice-qr.png" width="175" height="175" /></p>
<p><strong>Download</strong>: <a href="https://play.google.com/store/apps/details?id=com.joaomgcd.autovoice" target="_blank">Google Play</a></p>
<p><a href="http://www.pocketables.com/2013/03/overview-of-pocketables-tasker-articles.html"><img alt="tasker banner How to use the AutoVoice Tasker plug in" src="http://www.pocketables.com/images/2013/04/tasker-banner.jpg" title="How to use the AutoVoice Tasker plug in" /></a></p>
<p>The post <a href="http://www.pocketables.com/2013/05/how-to-use-the-autovoice-tasker-plug-in.html">How to use the AutoVoice Tasker plug-in</a> appeared first on <a href="http://www.pocketables.com">Pocketables</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://www.pocketables.com/2013/05/how-to-use-the-autovoice-tasker-plug-in.html/feed</wfw:commentRss>
		<slash:comments>19</slash:comments>
		</item>
		<item>
		<title>Check out this awesome Tasker/AutoVoice home automation setup</title>
		<link>http://www.pocketables.com/2013/05/check-out-this-awesome-taskerautovoice-home-automation-setup.html?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=check-out-this-awesome-taskerautovoice-home-automation-setup</link>
		<comments>http://www.pocketables.com/2013/05/check-out-this-awesome-taskerautovoice-home-automation-setup.html#comments</comments>
		<pubDate>Tue, 07 May 2013 07:58:18 +0000</pubDate>
		<dc:creator>Andreas Ødegård</dc:creator>
				<category><![CDATA[Android]]></category>
		<category><![CDATA[Apps]]></category>
		<category><![CDATA[Good and EVO]]></category>
		<category><![CDATA[Android Apps]]></category>
		<category><![CDATA[AutoVoice]]></category>
		<category><![CDATA[Tasker]]></category>

		<guid isPermaLink="false">http://www.pocketables.com/?p=75880</guid>
		<description><![CDATA[<p>I&#8217;ve had the pleasure of having a Tasker-controlled home automation system for a while now, and I&#8217;ve been loving it. My tiny student apartment isn&#8217;t exactly the best place to stuff in a lot of gear, however, so I&#8217;ve been rather limited as to what I can do. That&#8217;s why I couldn&#8217;t help but smile </p><p>The post <a href="http://www.pocketables.com/2013/05/check-out-this-awesome-taskerautovoice-home-automation-setup.html">Check out this awesome Tasker/AutoVoice home automation setup</a> appeared first on <a href="http://www.pocketables.com">Pocketables</a>.</p>]]></description>
				<content:encoded><![CDATA[<p><iframe src="http://www.youtube.com/embed/RjTj0ymhbBw" frameborder="0" width="608" height="342"></iframe></p>
<p>I&#8217;ve had the pleasure of having a Tasker-controlled home automation system for a while now, and I&#8217;ve been loving it. My tiny student apartment isn&#8217;t exactly the best place to stuff in a lot of gear, however, so I&#8217;ve been rather limited as to what I can do. That&#8217;s why I couldn&#8217;t help but smile from ear to ear when I saw Reddit user droidkc&#8217;s Tasker-based home automation system <a href="http://www.reddit.com/r/tasker/comments/1dt33w/demo_voicecontrolled_home_automation_with_android/" target="_blank">on reddit</a> yesterday, as that really takes it all out and shows what&#8217;s possible when you don&#8217;t live in a shoe box.</p>
<p><span id="more-75880"></span></p>
<p>There&#8217;s a lot of hardware and software that goes into the setup, but key to the whole system is Tasker and the <a href="http://www.pocketables.com/2013/04/autovoice-tasker-plug-in-is-now-available-in-google-play.html" target="_blank">AutoVoice plug-in</a>. It&#8217;s hard to imagine a better advertisement for AutoVoice, as it truly shows what&#8217;s possible with the plug-ins ability to chain together commands, and I don&#8217;t think anyone can argue with the result. In fact, after seeing this, I&#8217;ll definitely be doing a guide to AutoVoice in the near future.</p>
<p>In the mean time, you can check out some additional information about this setup over in <a href="http://www.reddit.com/r/tasker/comments/1dt33w/demo_voicecontrolled_home_automation_with_android/" target="_blank">the original reddit post</a>.</p>
<p>Awesome job!</p>
<p><a href="http://www.pocketables.com/2013/03/overview-of-pocketables-tasker-articles.html"><img src="http://www.pocketables.com/images/2013/04/tasker-banner.jpg" alt="tasker banner Check out this awesome Tasker/AutoVoice home automation setup"  title="Check out this awesome Tasker/AutoVoice home automation setup" /></a></p>
<p>The post <a href="http://www.pocketables.com/2013/05/check-out-this-awesome-taskerautovoice-home-automation-setup.html">Check out this awesome Tasker/AutoVoice home automation setup</a> appeared first on <a href="http://www.pocketables.com">Pocketables</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://www.pocketables.com/2013/05/check-out-this-awesome-taskerautovoice-home-automation-setup.html/feed</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>The browser is the biggest gap in my Android experience right now</title>
		<link>http://www.pocketables.com/2013/05/the-browser-is-the-biggest-gap-in-my-android-experience-right-now.html?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=the-browser-is-the-biggest-gap-in-my-android-experience-right-now</link>
		<comments>http://www.pocketables.com/2013/05/the-browser-is-the-biggest-gap-in-my-android-experience-right-now.html#comments</comments>
		<pubDate>Tue, 07 May 2013 07:19:31 +0000</pubDate>
		<dc:creator>Andreas Ødegård</dc:creator>
				<category><![CDATA[Android]]></category>
		<category><![CDATA[Apps]]></category>
		<category><![CDATA[Good and EVO]]></category>

		<guid isPermaLink="false">http://www.pocketables.com/?p=75825</guid>
		<description><![CDATA[<p>I often see people who say that they don&#8217;t use tablets or laptops much, but instead use their phones. That&#8217;s something I envy, because that means that your computer experience is fully pocketable(s.com). I&#8217;ve been looking at why I myself always feel naked when I only have my phone, and I think it comes down </p><p>The post <a href="http://www.pocketables.com/2013/05/the-browser-is-the-biggest-gap-in-my-android-experience-right-now.html">The browser is the biggest gap in my Android experience right now</a> appeared first on <a href="http://www.pocketables.com">Pocketables</a>.</p>]]></description>
				<content:encoded><![CDATA[<p><img class="alignright  wp-image-75826" title="Screenshot_2013-05-06-21-32-03" src="http://www.pocketables.com/images/2013/05/Screenshot_2013-05-06-21-32-03-304x506.png" alt="Screenshot 2013 05 06 21 32 03 304x506 The browser is the biggest gap in my Android experience right now" width="182" height="304" />I often see people who say that they don&#8217;t use tablets or laptops much, but instead use their phones. That&#8217;s something I envy, because that means that your computer experience is fully pocketable(s.com). I&#8217;ve been looking at why I myself always feel naked when I only have my phone, and I think it comes down to one specific type of app that I still haven&#8217;t found a good option for: the browser.</p>
<p><span id="more-75825"></span></p>
<p>At this point you&#8217;re probably thinking &#8220;oh this guy can&#8217;t have tried XXXX.&#8221; That might very well be true, but I&#8217;m also not the kind of person who thinks the stock browser is the only alternative. Back on Gingerbread I used Dolphin browser because of the Lastpass plugin, but an increasing amount of bloat and issues in that app lead me to drop it when I upgraded to Jelly Bean. Ever since then, I&#8217;ve basically been switching back and forth between Chrome and Firefox, never really being satisfied with either.</p>
<p>Firefox is the browser I currently use. It has one big advantage, plug-ins. I&#8217;m able to have Lastpass in it, which is a major advantage. Unfortunately, I also find the app has a ton of issues. First off, the rounded look in the UI just looks non-Android, though it&#8217;s not a big issue. A bigger issue is the start page, which is a bloated pile of stuff I don&#8217;t want, including a big banner ad for Firefox sync, and my most recently used pages. There&#8217;s no way to set a home page, which is just silly in 2013. Another major issue is that it constantly misses the first thing I enter into the address bar when it launches, so that I have to redo it to make it &#8220;wake up&#8221; and go do its job.</p>
<p>Chrome would be the natural choice, but the Android version of it is&#8230;well, I don&#8217;t think Google has done very many things right for the last 2-3 years, and Chrome for Android is just another example. It lacks very basic functionality, like extensions, and you can&#8217;t even have it display a bookmarks bar. It doesn&#8217;t feel in any way like the browser I use on Windows, which means that having my bookmarks synced and generally liking how the browser looks and acts is little consolation.</p>
<p>It seems to me that Firefox and Chrome are both obsessed with having users use only one platform. The only problem is that neither is really better than the other, making both a pain to use. Either way, I feel that using a browser on my phone is just a pain because there&#8217;s no one browser that I think is actually good, and I think that&#8217;s what makes me miss my other gadgets when I use it.</p>
<p>The post <a href="http://www.pocketables.com/2013/05/the-browser-is-the-biggest-gap-in-my-android-experience-right-now.html">The browser is the biggest gap in my Android experience right now</a> appeared first on <a href="http://www.pocketables.com">Pocketables</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://www.pocketables.com/2013/05/the-browser-is-the-biggest-gap-in-my-android-experience-right-now.html/feed</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>How to create an SMS-triggered wake up alarm in Tasker</title>
		<link>http://www.pocketables.com/2013/05/how-to-create-an-sms-triggered-wake-up-alarm-in-tasker.html?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=how-to-create-an-sms-triggered-wake-up-alarm-in-tasker</link>
		<comments>http://www.pocketables.com/2013/05/how-to-create-an-sms-triggered-wake-up-alarm-in-tasker.html#comments</comments>
		<pubDate>Mon, 06 May 2013 22:00:12 +0000</pubDate>
		<dc:creator>Andreas Ødegård</dc:creator>
				<category><![CDATA[Android]]></category>
		<category><![CDATA[Apps]]></category>
		<category><![CDATA[Good and EVO]]></category>
		<category><![CDATA[Android Apps]]></category>
		<category><![CDATA[Featured]]></category>
		<category><![CDATA[Tasker]]></category>

		<guid isPermaLink="false">http://www.pocketables.com/?p=75837</guid>
		<description><![CDATA[<p>Last month, The Office actor B.J. Novak tweeted about wanting a feature where you could send an SMS with &#8220;wake up&#8221; to someone, and have it activate their alarm. I only came across it a few days ago, but my immediate reaction was of course pity for the iOS users who actually have to wish </p><p>The post <a href="http://www.pocketables.com/2013/05/how-to-create-an-sms-triggered-wake-up-alarm-in-tasker.html">How to create an SMS-triggered wake up alarm in Tasker</a> appeared first on <a href="http://www.pocketables.com">Pocketables</a>.</p>]]></description>
				<content:encoded><![CDATA[<p><img class="alignright size-medium wp-image-75845" title="wake-up-bj-novak" src="http://www.pocketables.com/images/2013/05/wake-up-bj-novak-304x168.jpg" alt="wake up bj novak 304x168 How to create an SMS triggered wake up alarm in Tasker" width="304" height="168" />Last month, <em>The Office</em> actor B.J. Novak <a href="https://twitter.com/bjnovak/status/320173899423825920" target="_blank">tweeted</a> about wanting a feature where you could send an SMS with &#8220;wake up&#8221; to someone, and have it activate their alarm. I only came across it a few days ago, but my immediate reaction was of course pity for the iOS users who actually have to wish for something like this, rather than just sit down and create it in <a href="http://www.pocketables.com/tag/tasker" target="_blank">Tasker</a> on Android.</p>
<p>So, well, I sat down and created it in Tasker. It&#8217;s extremely easy to do, so to add something extra, I also added the ability to automatically call back or reply with an automated SMS as options for cancelling the alarm. It&#8217;s still very easy to do, and here&#8217;s how.</p>
<p><span id="more-75837"></span></p>
<p><em>Disclaimer: While I have written this article from a beginner perspective, it might still be confusing to those new to Tasker. I really do recommend reading <a href="http://www.pocketables.com/2013/03/overview-of-pocketables-tasker-articles.html" target="_blank">the beginner&#8217;s guide</a> before dealing with any other Tasker article. There is however a download link at the end that can help make this usable &#8220;out of the box&#8221;. </em></p>
<p>First off, you need a profile to actually trigger when receiving said SMS. This is easy. Create a new profile, select the Event category, then Phone, then Received Text. You can fill out the Sender and Content field however you like, to customize who can send you an SMS like this (sender) and what phrase triggers it (&#8220;wake up&#8221; in this case). You can specify multiple options and more advanced filters using <a href="http://tasker.dinglisch.net/userguide/en/matching.html" target="_blank">Tasker&#8217;s pattern matching system</a>. For this example, I just set it so any text containing &#8220;wake up&#8221; (which also matches WAKE UP) would work.</p>
<p>Next, the task. First, to make sure that the alarm will be played despite volume settings, we start off with an Alarm Volume action from the Audio category, and set that to 7. Next, we need to play a sound. In the Media category, select Play Music, and find whatever audio file you want to use as the alarm sound. Also make sure you specify Alarm as the Stream option for the Music Play action.</p>
<p><em>Note: It would make sense to use Play Ringtone here, but it seems to be bugged right now, with a standard Stop action not stopping it on my device. As such, we need the ability to use Music Stop. </em></p>
<p>Finally, select the Menu action from the Alert category. Fill in the title field with something you want the pop-up to say, like &#8220;Wake up alarm activated&#8221;. Scroll down to Items, click the + symbol, and then click the Action button that appears. Select Music Stop from the Media category, then fill in the Label field however you want. You can also click the icon to the left of the label field to give it a better icon.</p>
<p><strong>This is all you need to do for the basic SMS alarm functionality. The rest of the article will cover how to get the additional phone back and reply with SMS options.</strong></p>
<p>After that, go all the way out of the task, and add a new task (not a profile). Give it a name that you remember. As the first action, add the same Music Stop action as above. As the second action, find the Call action in the Phone category, and put in %SMSRF as the number. This is the number of the last received SMS, in other words the number of the person who woke you up, unless someone sent an SMS in the seconds between than and you clicking the button. If you want it to auto-dial (rather than just ask you to call), check the Auto Dial option.</p>
<p>Save that task, and create a new task. Once again add Stop Music. Then add the Send SMS action from the Phone category, and fill in %SMSRF as the number. Put in whatever you want the pre-defined message to be in the Message field.</p>
<p>Now go all the way out of Tasker (to update internal task references), then back in, into the original task for the profile, and into the Menu action. Add two new Menu entries using the + button. Select Action for one of them, then the Task category, and Perform Task. Click the magnifying lens symbol next to Name, and find one of the tasks you just created in the list. Go back, give it a label and icon if you want. Repeat with the final Menu entry, for the second task.</p>
<p>That&#8217;s it, you&#8217;re done!</p>
<p>As with everything else Tasker, this is just one example of how to do it. You can customize it however you want, including completely different options for the Menu.</p>
<p>Final result (I replaced the Send SMS option with a Flash message to avoid replying to myself, and to make it more visual):</p>
<p><iframe src="http://www.youtube.com/embed/ZPhfG-Zfajs" frameborder="0" width="608" height="342"></iframe></p>
<p><strong>Project download:</strong></p>
<p>This file contains all necessary files for the extended version of this, including the custom Menu template I use. You do however need edit the Play Music action and specify your own audio file.</p>
<p><a href="https://www.dropbox.com/s/e5q43gfzewsizb8/Sms_Wake_Up.prj.xml" target="_blank">Download link</a></p>
<p>How to import:</p>
<p>Option 1: Manually place the Sms_Wake_Up.prj.xml file in the Tasker/projects directory. Go into Tasker, long press a project tab (e.g. the house icon), select import, and then Sms_Wake_Up.</p>
<p>Option 2: Open the download link on your phone, and download the file. Open it and choose the Tasker option. Go into Tasker, long press a project tab (e.g. the house icon), select import, and then Sms_Wake_Up.<br />
<a href="http://www.pocketables.com/2013/03/overview-of-pocketables-tasker-articles.html"><img src="http://www.pocketables.com/images/2013/04/tasker-banner.jpg" alt="tasker banner How to create an SMS triggered wake up alarm in Tasker"  title="How to create an SMS triggered wake up alarm in Tasker" /></a></p>
<p>The post <a href="http://www.pocketables.com/2013/05/how-to-create-an-sms-triggered-wake-up-alarm-in-tasker.html">How to create an SMS-triggered wake up alarm in Tasker</a> appeared first on <a href="http://www.pocketables.com">Pocketables</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://www.pocketables.com/2013/05/how-to-create-an-sms-triggered-wake-up-alarm-in-tasker.html/feed</wfw:commentRss>
		<slash:comments>11</slash:comments>
		</item>
		<item>
		<title>Cameratweak HD improves your jailbroken iPad&#8217;s camera</title>
		<link>http://www.pocketables.com/2013/05/cameratweak-hd-improves-your-jailbroken-ipads-camera.html?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=cameratweak-hd-improves-your-jailbroken-ipads-camera</link>
		<comments>http://www.pocketables.com/2013/05/cameratweak-hd-improves-your-jailbroken-ipads-camera.html#comments</comments>
		<pubDate>Mon, 06 May 2013 18:40:28 +0000</pubDate>
		<dc:creator>Andreas Ødegård</dc:creator>
				<category><![CDATA[Android]]></category>
		<category><![CDATA[Apps]]></category>
		<category><![CDATA[Hacks]]></category>
		<category><![CDATA[iOS Apps]]></category>
		<category><![CDATA[iPad]]></category>
		<category><![CDATA[iPad mini]]></category>
		<category><![CDATA[jailbreak]]></category>

		<guid isPermaLink="false">http://www.pocketables.com/?p=75817</guid>
		<description><![CDATA[<p>Cameratweak is a jailbreak tweak that has been out for quite a while for the iPhone, and now it&#8217;s also available in an HD version for the iPad. What it does is augment the stock camera app, adding several new and very useful features. First off, the photo camera. It does something that I think </p><p>The post <a href="http://www.pocketables.com/2013/05/cameratweak-hd-improves-your-jailbroken-ipads-camera.html">Cameratweak HD improves your jailbroken iPad&#8217;s camera</a> appeared first on <a href="http://www.pocketables.com">Pocketables</a>.</p>]]></description>
				<content:encoded><![CDATA[<p><img class="alignnone size-large wp-image-75823" title="2013-05-06 20.23.52" src="http://www.pocketables.com/images/2013/05/2013-05-06-20.23.52-608x456.png" alt="2013 05 06 20.23.52 608x456 Cameratweak HD improves your jailbroken iPads camera" width="608" height="456" /></p>
<p>Cameratweak is a jailbreak tweak that has been out for quite a while for the iPhone, and now it&#8217;s also available in an HD version for the iPad. What it does is augment the stock camera app, adding several new and very useful features.</p>
<p><span id="more-75817"></span></p>
<p>First off, the photo camera. It does something that I think every camera app should do: it splits the focus and exposure controls. Normally, you tap to focus, and it will both focus and set automatic exposure based on that point. With Cameratweak, that&#8217;s still how it works by default, but you can grab and drag an exposure indicator out from inside the focus box, placing it wherever you want. This allows you to set focus and exposure separately, which can make a big difference in many cases. A related new feature is the ability to lock the white balance.</p>
<p>The tweak also adds time lapse, timer, and burst modes to the camera. The functionality is in the names on those, and they&#8217;re all very useful. I especially like the burst mode, allowing you to take a bunch of photos very quickly, which can be very useful for actions shots and similar situations.</p>
<p>Then you have a set of composition overlays, allowing you to place various patterns on top of the screen. You have a normal grid, golden ration, tri section, and and a square. These are meant to help you compose the image better. Finally, the photo camera not has a zoom slider. Not overly useful in my opinion, since we&#8217;re talking about digital zoom here, but at least it makes more sense than the stock way of zooming.</p>
<p>On the video side, you also have several features. You have separate focus and exposure controls here too, as well as white balance lock. You also have the ability to manually set the video resolution, as well as the frame rate. Finally, you can take snapshots while filming.</p>
<p>I think this is a pretty neat feature set for only $0.99, and having these features added to the stock camera app is a major advantage over third party camera apps, since iOS doesn&#8217;t have a way to set default apps to use for various things. Also, even though the iPad isn&#8217;t really what most would use for taking photos, I&#8217;m very grateful that an iPad version of this was even made, as I find having a camera on my iPad mini quite useful.</p>
<p>As you can expect, Cameratweak HD is available in the Cydia store.</p>
<p>The post <a href="http://www.pocketables.com/2013/05/cameratweak-hd-improves-your-jailbroken-ipads-camera.html">Cameratweak HD improves your jailbroken iPad&#8217;s camera</a> appeared first on <a href="http://www.pocketables.com">Pocketables</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://www.pocketables.com/2013/05/cameratweak-hd-improves-your-jailbroken-ipads-camera.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to use &#8220;dumb&#8221; overlapping widgets to augment your Android home screen</title>
		<link>http://www.pocketables.com/2013/05/how-to-use-dumb-overlapping-widgets-to-augment-your-android-home-screen.html?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=how-to-use-dumb-overlapping-widgets-to-augment-your-android-home-screen</link>
		<comments>http://www.pocketables.com/2013/05/how-to-use-dumb-overlapping-widgets-to-augment-your-android-home-screen.html#comments</comments>
		<pubDate>Mon, 06 May 2013 17:32:37 +0000</pubDate>
		<dc:creator>Andreas Ødegård</dc:creator>
				<category><![CDATA[Android]]></category>
		<category><![CDATA[Good and EVO]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[Android Apps]]></category>

		<guid isPermaLink="false">http://www.pocketables.com/?p=75773</guid>
		<description><![CDATA[<p>Overlapping widgets is a feature that is available in various launchers, including Apex launcher. What this feature allows you to do is put widgets on top of one another, and also put them below shortcuts. This might seem like something that&#8217;s only semi-useful due to it looking messy to stack things on top of one </p><p>The post <a href="http://www.pocketables.com/2013/05/how-to-use-dumb-overlapping-widgets-to-augment-your-android-home-screen.html">How to use &#8220;dumb&#8221; overlapping widgets to augment your Android home screen</a> appeared first on <a href="http://www.pocketables.com">Pocketables</a>.</p>]]></description>
				<content:encoded><![CDATA[<p>Overlapping widgets is a feature that is available in various launchers, including <a href="https://play.google.com/store/apps/details?id=com.anddoes.launcher.pro&amp;hl=en" target="_blank">Apex launcher</a>. What this feature allows you to do is put widgets on top of one another, and also put them below shortcuts. This might seem like something that&#8217;s only semi-useful due to it looking messy to stack things on top of one another, but by using &#8220;dumb&#8221; widgets that only contain basic UI elements and shapes, you can actually use this to great effect.</p>
<p><span id="more-75773"></span></p>
<p><img class="alignright  wp-image-75775" title="Screenshot_2013-05-05-02-35-31" src="http://www.pocketables.com/images/2013/05/Screenshot_2013-05-05-02-35-31-304x506.png" alt="Screenshot 2013 05 05 02 35 31 304x506 How to use dumb overlapping widgets to augment your Android home screen" width="237" height="395" />My current home screen is based around the <a href="http://www.pocketables.com/2013/05/forest-hd-is-a-beautiful-live-wallpaper.html" target="_blank">Forest HD live wallpaper</a>. It&#8217;s a beautiful wallpaper with lots of detail, but that also means that icons and other widgets are hard to discern. If it was a normal wallpaper I would just edit it in a photo editor and add some shaded parts behind the areas that need it, but that&#8217;s not possible when we&#8217;re talking about a live wallpaper.</p>
<p>This is exactly the kind of situation where this trick comes in handy. By creating some widgets that only contain translucent dark backgrounds and placing them behind the other objects using the overlapping widgets feature, I can use these widgets to add a layer between the wallpaper and the rest of the objects.</p>
<p>Doing this isn&#8217;t very hard. You will need a custom widget creator, of which there are many. Zooper and UCCW seems to be the most popular these days, and I used the latter for my widgets.</p>
<p><img class="alignleft  wp-image-75776" title="Screenshot_2013-05-05-02-37-01" src="http://www.pocketables.com/images/2013/05/Screenshot_2013-05-05-02-37-01-304x506.png" alt="Screenshot 2013 05 05 02 37 01 304x506 How to use dumb overlapping widgets to augment your Android home screen" width="182" height="304" />In UCCW, click New, and set your homescreen and widget grid sizes. You will then be sent into the widget edit screen, where all the magic happens. The exact steps for making a widget varies depending on what you want that widget to display, but for just basic things like what I did, the background element works well. I set it to black, with an opacity level of 140, making it semi-transparent. For better control of exactly how the widget looks, you can set the background opacity to 0, add shapes to the widget, and configure those the way you want. UCCW is fairly self-explanatory for basic stuff, but you have to understand the basic concept of having to add items using the +- button, and then selecting the active element you&#8217;re working o using the large button in the middle of that and the Sort button (which will be named after the element you&#8217;re working on at that time).</p>
<p>One nice trick to be aware of is the Special Effects option. By selecting &#8220;see through effect&#8221; here, the selected element will become transparent, and make anything directly behind it transparent as well. This means that if you have a fully black background and add a circle with this effect in the middle, that circle will essentially &#8220;burn through&#8221; the background and show whatever is behind there. This is neat in that you can use it to &#8220;shave off&#8221; parts of objects, creating more elaborate shapes.</p>
<p><img class="alignright  wp-image-75777" title="Screenshot_2013-05-05-02-37-42" src="http://www.pocketables.com/images/2013/05/Screenshot_2013-05-05-02-37-42-304x506.png" alt="Screenshot 2013 05 05 02 37 42 304x506 How to use dumb overlapping widgets to augment your Android home screen" width="237" height="395" />Once you think you have it down, save the skin, then exit. Go to your home screen, add a widget, and select the closest size you can find to the widget you created. Do as instructed with tapping the area, and your widget will appear. Now long-press the widget and resize it to the proper size. Note that in some launchers, like Apex, you have to use the resize option to &#8220;resize the widget into&#8221; the other elements, as moving it will just bump the rest away.</p>
<p>There&#8217;s a good chance that even though you thought you have made it fit just right, it&#8217;s missing a line of pixels on one of the sides- at least that&#8217;s what happened to me. What you do then is head back into UCCW, edit the size of the background using the width and height options under Controls #3, save, and re-add the widget. Repeat until it fits.</p>
<p>This method is very useful on all levels of customization, and I only discovered this myself after watching how some home screen design masters create their home screens. One example is the <a href="http://mycolorscreen.com/2013/04/26/day-and-night-4/" target="_blank">Day and Night home screen by Lutz Linke on mycolorscreen</a>, which uses this method to make a stunning home screen that you can see in his video below.</p>
<p><iframe src="http://www.youtube.com/embed/cu3JssBiiIM" frameborder="0" width="608" height="342"></iframe></p>
<p>The post <a href="http://www.pocketables.com/2013/05/how-to-use-dumb-overlapping-widgets-to-augment-your-android-home-screen.html">How to use &#8220;dumb&#8221; overlapping widgets to augment your Android home screen</a> appeared first on <a href="http://www.pocketables.com">Pocketables</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://www.pocketables.com/2013/05/how-to-use-dumb-overlapping-widgets-to-augment-your-android-home-screen.html/feed</wfw:commentRss>
		<slash:comments>9</slash:comments>
		</item>
		<item>
		<title>How to one-up the Samsung Galaxy S4 with a voice controlled call answer feature in Tasker</title>
		<link>http://www.pocketables.com/2013/05/how-to-one-up-the-s4-with-a-voice-controlled-call-answer-feature-in-tasker.html?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=how-to-one-up-the-s4-with-a-voice-controlled-call-answer-feature-in-tasker</link>
		<comments>http://www.pocketables.com/2013/05/how-to-one-up-the-s4-with-a-voice-controlled-call-answer-feature-in-tasker.html#comments</comments>
		<pubDate>Sat, 04 May 2013 20:20:40 +0000</pubDate>
		<dc:creator>Andreas Ødegård</dc:creator>
				<category><![CDATA[Android]]></category>
		<category><![CDATA[Good and EVO]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[Android Apps]]></category>
		<category><![CDATA[Featured]]></category>
		<category><![CDATA[Tasker]]></category>

		<guid isPermaLink="false">http://www.pocketables.com/?p=75740</guid>
		<description><![CDATA[<p>Ok, so you already know how to replicate the Samsung Galaxy S4&#8242;s wave-to-answer feature on any phone using Tasker. That&#8217;s all good an well, but when you find yourself at that pool party with those obnoxious S4 users, you need something to one-up them, not just match them. So, I had this idea for another </p><p>The post <a href="http://www.pocketables.com/2013/05/how-to-one-up-the-s4-with-a-voice-controlled-call-answer-feature-in-tasker.html">How to one-up the Samsung Galaxy S4 with a voice controlled call answer feature in Tasker</a> appeared first on <a href="http://www.pocketables.com">Pocketables</a>.</p>]]></description>
				<content:encoded><![CDATA[<p><img class="alignright size-medium wp-image-75742" title="proximity-voice-control" src="http://www.pocketables.com/images/2013/05/proximity-voice-control-304x352.jpg" alt="proximity voice control 304x352 How to one up the Samsung Galaxy S4 with a voice controlled call answer feature in Tasker" width="304" height="352" />Ok, so you already know <a href="http://www.pocketables.com/2013/05/how-to-replicate-the-galaxy-s4s-air-gesture-call-answer-feature-with-tasker.html" target="_blank">how to replicate the Samsung Galaxy S4&#8242;s wave-to-answer feature on any phone using Tasker</a>. That&#8217;s all good an well, but when you find yourself at <a href="https://www.youtube.com/watch?feature=player_embedded&amp;v=DlXp41WwpOs" target="_blank">that pool party with those obnoxious S4 users</a>, you need something to one-up them, not just match them. So, I had this idea for another call answer system, but one that&#8217;s based on voice control.</p>
<p><span id="more-75740"></span></p>
<p>The idea is simply to use Voice Control as a way to answer calls without using your hands. Unlike wave-to-answer, it has the ability to by fully hands-free, and it also has the ability to do more than one thing, since you can use dynamic commands. You can also combine it with wave-to-answer to actually trigger it, rather than have it always be there.</p>
<p>Creating something like this in Tasker isn&#8217;t all that hard, but it&#8217;s definitely more complicated than the wave-to-answer feature, and you&#8217;ll need to be comfortable with variables to do it. The &#8220;problem&#8221; is that you can do anything you want here, so providing a step-by-step guide is sort of counter-productive. Instead, I&#8217;m going to provide you with a couple of examples, showing you various ways this can be implemented. If this is your first foray into Tasker, you shouldn&#8217;t start with this, but rather <a href="http://www.pocketables.com/2013/03/overview-of-pocketables-tasker-articles.html" target="_blank">the basics</a>.</p>
<h2>Example 1: Fully hands free voice control system</h2>
<p>First off a video to show you how this version of the system works:</p>
<p><iframe src="http://www.youtube.com/embed/gE8macywj08" frameborder="0" width="608" height="342"></iframe></p>
<p>The advantage of this is that it&#8217;s completely hands free, requiring no waving or other gesture to activate. The disadvantage is that it needs to be used in silent mode to avoid the ringtone and vibrations to interfere with the voice control recording, which means that you basically need to be nearby to hear it go off. It is however possible to configure it to for instance play an alarm sound for a few seconds before doing anything, but since this basically needs to go through the motions to get to the voice control aspect, that means you might end up waiting longer than necessary to pick up.</p>
<p>Anyways, here&#8217;s the profile description:</p>
<p><strong>Profile: Voice Control Call Answer</strong><br />
<em>Restore settings disabled</em></p>
<p><strong>Contexts:</strong><br />
State: Phone Ringing<br />
State: <span style="text-decoration: underline;">Not</span> Proximity Sensor</p>
<p><strong>Task:</strong></p>
<ul>
<li>Say [ Text:The phone is ringing, what should I do? ]</li>
<li>Get Voice [Timeout (Seconds):20 ]</li>
<li>If [ %VOICE ~ *answer* ]
<ul>
<li>If [ %VOICE ~ *speaker* ]
<ul>
<li>Take Call</li>
<li>Wait [Seconds:1]</li>
<li>Speakerphone [ Set:On ]</li>
</ul>
</li>
<li>Else
<ul>
<li>Take Call</li>
</ul>
</li>
<li>End If</li>
</ul>
</li>
<li>Else
<ul>
<li>If [ %VOICE ~ *decline*/*hang up*/*shut up* ]
<ul>
<li>End Call</li>
</ul>
</li>
<li>Else
<ul>
<li>Say [ Text:Sorry, I didn't get that ]</li>
<li>Goto [ Type:Action Number Number:2]</li>
</ul>
</li>
<li>End If</li>
</ul>
</li>
<li>End If</li>
</ul>
<p>This example uses an inverted proximity sensor context to only make this run when the phone isn&#8217;t in a pocket or other such place, but other examples of ways to control when it&#8217;s active would be when you&#8217;re at the office, when the phone is flat on the tablet, when you&#8217;re in your car (Bluetooth connected context), and so on.</p>
<p>It starts off by asking what to do, which is essentially a replacement for the ringtone, since this won&#8217;t work well with a ringtone of vibrate activated (the sound would interfere with the voice control). It then waits 20 seconds for a reply using the Get Voice action.</p>
<p>After that, it checks the contents of %VOICE, which stores the voice input from Get Voice. If it contains the word &#8220;answer&#8221;, it does another check to see if it also contains the word &#8220;speaker&#8221; in any form (speaker, speakerphone, etc). If it does, it answers with speakerphone activated, if not, it simply answers.</p>
<p>If %VOICE doesn&#8217;t contain &#8220;answer&#8221;, on the other hand, it checks for a variety of other phrases that essentially mean &#8220;hang up&#8221;, such as &#8220;decline&#8221;, &#8220;hang up&#8221;, and &#8220;shut up&#8221;. You can specify multiple possible options using the / symbol when creating If conditions, and this is just a way of making it more dynamic in what it responds to. If it detects this, it simply hangs up.</p>
<p>Failing all of the above, it simply assumes that it didn&#8217;t hear you correctly, lets you know this, and returns to the Get Voice action to try again.</p>
<h2>Example 2: Proximity sensor-based voice control trigger</h2>
<p>This isn&#8217;t much different than the above, but it works very differently. By combining the above profile with aspects of the wave-to-answer profile from yesterday, you gain the ability to keep using vibrate and ringtone functionality like usual, and simply trigger the voice control option with your hand. It looks like this in practice:</p>
<p><iframe src="http://www.youtube.com/embed/5JUSXEXPjIo" frameborder="0" width="608" height="342"></iframe></p>
<p>The profile is nearly identical, and looks like this:</p>
<p><strong>Profile: Proximity-activated Voice Control Call Answer</strong><br />
<em>Restore settings disabled</em></p>
<p><strong>Contexts:</strong><br />
State: Call [ Type:Incoming ]<br />
State: Proximity Sensor<br />
State: Orientation [ Is:Face Up ]</p>
<p><strong>Task:</strong></p>
<ul>
<li>Silent Mode [ Mode:On ]</li>
<li>Say [ Text:What should I do?]</li>
<li>Get Voice</li>
<li>If [ %VOICE ~ *answer* ]
<ul>
<li>If [ %VOICE ~ *speaker* ]
<ul>
<li>Take Call</li>
<li>Wait [Seconds:1]</li>
<li>Speakerphone [ Set:On ]</li>
</ul>
</li>
<li>Else
<ul>
<li>Take Call</li>
</ul>
</li>
<li>End If</li>
</ul>
</li>
<li>Else
<ul>
<li>If [ %VOICE ~ *decline*/*hang up*/*shut up* ]
<ul>
<li>End Call</li>
</ul>
</li>
<li>Else
<ul>
<li>Say [ Text:Sorry, I didn't get that ]</li>
<li>Goto [ Type:Action Number Number:2]</li>
</ul>
</li>
<li>End If</li>
</ul>
</li>
<li>End If</li>
<li>Silent Mode [ Mode:Off ]</li>
</ul>
<p>The main difference is the contexts, which now uses the logic from <a href="http://www.pocketables.com/2013/05/how-to-replicate-the-galaxy-s4s-air-gesture-call-answer-feature-with-tasker.html" target="_blank">yesterday&#8217;s pos</a>t to trigger this profile. Since the profile is now not triggered by the call itself, but rather the moment the proximity context is fulfilled, we also need to enable silent mode at the beginning of the task to mute the phone while it does the voice control aspects. Because disabling Restore Settings is necessary for this to work, we also need to manually re-enable silent mode at the end of the task- all we need is for it to be silent while the voice control actions are at work.</p>
<p><em>Update: This profile uses the Call state context, which actually refers to a call in progress, not just the phone ringing. This is because the context that detects the ringing is an Event context, meaning it will trigger right when the phone rings, rather than stay active while it&#8217;s ringing. Since we need to use the proximity sensor as the actual trigger for this, we can&#8217;t use that Event context, so we have to use the Call context. Because of this, the profile will re-trigger if anything is detected by the proximity sensor while the call is active. This shouldn&#8217;t be an issue for most people, but if it is, there are several ways of fixing it. Here&#8217;s one example that I&#8217;ve tested to work:</em></p>
<p><em>Create a new profile, choose the Event category, and pick Phone Idle as the context. That means the task attached to it will run once when you hang up. Add a task, go to the Tasker category of actions, and pick Profile Status. Find the wave-to-answer profile in the list, and set it to turn it on. Next, go into the task for this profile. At the very bottom, add a new action, find the Profile Status action again, specify the same profile name, but now set it to turn it off.</em></p>
<p><em>What this does is that the task now disables its own profile when it&#8217;s done doing everything else. The profile is however re-enabled the moment you hang up your call, meaning it&#8217;s ready for next time.</em></p>
<h2>Other customizations</h2>
<p>Like I said, these are just two examples. You can do things slightly differently, or you can use completely different methods to arrive at the same basic functionality. You can split things out into different profiles to achieve different functionality, integrate it with existing creations, and so on and so forth.</p>
<p>You can also customize the actions that run based on %VOICE in completely different ways. You might not need the ability to reply without speakerphone at all, which means it would be silly to have it there. You might however want an option to hang up, but reply to the person with an SMS, either using voice-to-text or other methods.</p>
<p>I should also note that because the phone is still ringing until the voice control feature finishes, it&#8217;s advisable to not have Say actions go on forever, as that would risk the person hanging up or being sent to voice mail. In fact, simply dropping the Say action at the beginning might be a better solution for some when combining this with proximity activation.</p>
<p>This is simply one of those creations where the basic idea is what I&#8217;m trying to get across, rather than providing a specific way of doing it. I showed you two examples, but there&#8217;s an infinite number of ways to do this. Either way though, it is sure to ruin the day of someone with a new S4- unless of course they&#8217;re aware that the device they&#8217;re buying is not special, in which case they can of course implement this on an S4 as well.</p>
<p><a href="http://www.pocketables.com/2013/03/overview-of-pocketables-tasker-articles.html"><img src="http://www.pocketables.com/images/2013/04/tasker-banner.jpg" alt="tasker banner How to one up the Samsung Galaxy S4 with a voice controlled call answer feature in Tasker"  title="How to one up the Samsung Galaxy S4 with a voice controlled call answer feature in Tasker" /></a></p>
<p>The post <a href="http://www.pocketables.com/2013/05/how-to-one-up-the-s4-with-a-voice-controlled-call-answer-feature-in-tasker.html">How to one-up the Samsung Galaxy S4 with a voice controlled call answer feature in Tasker</a> appeared first on <a href="http://www.pocketables.com">Pocketables</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://www.pocketables.com/2013/05/how-to-one-up-the-s4-with-a-voice-controlled-call-answer-feature-in-tasker.html/feed</wfw:commentRss>
		<slash:comments>13</slash:comments>
		</item>
		<item>
		<title>How to replicate the Samsung Galaxy S4&#8242;s Air Gesture call answer feature with Tasker [Update: Video tutorial]</title>
		<link>http://www.pocketables.com/2013/05/how-to-replicate-the-galaxy-s4s-air-gesture-call-answer-feature-with-tasker.html?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=how-to-replicate-the-galaxy-s4s-air-gesture-call-answer-feature-with-tasker</link>
		<comments>http://www.pocketables.com/2013/05/how-to-replicate-the-galaxy-s4s-air-gesture-call-answer-feature-with-tasker.html#comments</comments>
		<pubDate>Sat, 04 May 2013 03:51:40 +0000</pubDate>
		<dc:creator>Andreas Ødegård</dc:creator>
				<category><![CDATA[Android]]></category>
		<category><![CDATA[Apps]]></category>
		<category><![CDATA[Good and EVO]]></category>
		<category><![CDATA[Android Apps]]></category>
		<category><![CDATA[Tasker]]></category>

		<guid isPermaLink="false">http://www.pocketables.com/?p=75703</guid>
		<description><![CDATA[<p>So there I was, minding my own business, when Samsung just had to go and say something stupid. I&#8217;m talking about the latest Samsung Galaxy S4 commercial, which has the theme &#8220;some smartphones are smarter than others&#8221;. Yes, they are, and my Galaxy S II is, I dare say, a heck of a lot smarter </p><p>The post <a href="http://www.pocketables.com/2013/05/how-to-replicate-the-galaxy-s4s-air-gesture-call-answer-feature-with-tasker.html">How to replicate the Samsung Galaxy S4&#8242;s Air Gesture call answer feature with Tasker [Update: Video tutorial]</a> appeared first on <a href="http://www.pocketables.com">Pocketables</a>.</p>]]></description>
				<content:encoded><![CDATA[<p><img class="alignright  wp-image-75716" title="proximity" src="http://www.pocketables.com/images/2013/05/proximity-304x234.jpg" alt="proximity 304x234 How to replicate the Samsung Galaxy S4s Air Gesture call answer feature with Tasker [Update: Video tutorial]" width="243" height="187" />So there I was, minding my own business, when Samsung just had to go and say something stupid. I&#8217;m talking about <a href="http://www.androidcentral.com/samsung-galaxy-s4-commercial-some-smartphones-are-smarter-others?utm_source=feedly" target="_blank">the latest Samsung Galaxy S4 commercial</a>, which has the theme &#8220;some smartphones are smarter than others&#8221;. Yes, they are, and my Galaxy S II is, I dare say, a heck of a lot smarter than any stock Samsung phone, the S4 included. Just as an example, here&#8217;s how to replicate the wave-to-answer feature in Tasker, in roughly 2 minutes.</p>
<p><span id="more-75703"></span></p>
<p><strong>Note</strong>: This article has been updated several times, so make sure to read the entire thing before doing anything. There&#8217;s now both a downloadable profile and a video tutorial.</p>
<p>As for as Tasker creations go, this one is extremely simple, but then again that just goes to show how pathetic it is for Samsung to brag about putting it in a phone. You only need a single profile, and it looks like this:<br />
Context 1: State-&gt;Phone-&gt;<strong>Call</strong>, type: Incoming<br />
Context 2: State-&gt;Sensor-&gt;<strong>Proximity Sensor</strong><br />
Context 3: State-&gt;Sensor-&gt;<strong>Orientation</strong>, is Face Up<br />
Task:<br />
Action 1: Phone-&gt;<strong>Take Call</strong><br />
(Action 2: Task-&gt;<strong>Wait</strong>)<br />
Action 3: Audio-&gt;<strong>Speakerphone</strong>, set: On</p>
<p>Action 2 is optional and can be added and configured if having the Speakerphone action right after Take Call ends up not working.</p>
<p>You also have to go into the profile settings and disable &#8220;restore settings&#8221;, or it will turn off the speaker phone immediately after turning it on.</p>
<p>This is all you need to set this up, and the result is as follows:</p>
<p><iframe src="http://www.youtube.com/embed/dhY31sM1Lqo" frameborder="0" width="608" height="342"></iframe></p>
<p>There&#8217;s a bug with the phone app so it doesn&#8217;t show the speakerphone being on in the video, but you can hear it right when I hang up.</p>
<p>As Pavel points out in the comments, this doesn&#8217;t detect hand movement, but rather uses the proximity sensor. This means you need the Face Up context to make sure it doesn&#8217;t go off accidentally when in a pocket, face down, or something like that. You can also filter it further by for instance adding location contexts so that this only works at home or in the office.</p>
<p>PS: Last year I replicated two S III features using Tasker: <a href="http://www.pocketables.com/2012/05/how-to-get-the-galaxy-s-iiis-smart-alerts-on-other-devices.html" target="_blank">Smart Alerts</a> and <a href="http://anythingbutipod.com/2012/06/how-to-auto-sync-an-mp3-player-from-an-android-device-using-tasker/" target="_blank">auto-syncing MP3 player accessory</a>.</p>
<p><strong>EDIT</strong>: For anyone using Tasker for the first time with this setup, <a href="https://www.dropbox.com/s/011vn4spj1pn52w/Wave_To_Reply.prf.xml" target="_blank">here&#8217;s a link to download the profile</a>. Visit the link on your device, then hit download, and click it once downloaded. It should prompt you with an option to open in Tasker. Once that&#8217;s done, go to Tasker, single click the Profiles tab, hit Import, and select Wave To Reply. Turn on the profile if it&#8217;s not on, and exit Tasker to test it out.</p>
<p><strong>EDIT 2</strong>: This profile uses the Call state context, which actually refers to a call in progress, not just the phone ringing. This is because the context that detects the ringing is an Event context, meaning it will trigger right when the phone rings, rather than stay active while it&#8217;s ringing. Since we need to use the proximity sensor as the actual trigger for this, we can&#8217;t use that Event context, so we have to use the Call context. Because of this, the profile will re-trigger if anything is detected by the proximity sensor while the call is active. This shouldn&#8217;t be an issue for most people, but if it is, there are several ways of fixing it. Here&#8217;s one example that I&#8217;ve tested to work:</p>
<p>Create a new profile, choose the Event category, and pick Phone Idle as the context. That means the task attached to it will run once when you hang up. Add a task, go to the Tasker category of actions, and pick Profile Status. Find the wave-to-answer profile in the list (you need to have given the profile a name first, which you do by long pressing on the title and giving it a name), and set it to turn it on. Next, go into the task for the wave-to-answer profile. At the very bottom, add a new action, find the Profile Status action again, specify the same profile name, but now set it to turn it off.</p>
<p>What this does is that the wave-to-answer task now disables its own profile when it&#8217;s done doing everything else. The profile is however re-enabled the moment you hang up your call, meaning it&#8217;s ready for next time<em>.</em></p>
<p><strong>EDIT 3: Video tutorial</strong></p>
<p><iframe src="http://www.youtube.com/embed/taYhw7CD5u4" frameborder="0" width="608" height="456"></iframe></p>
<p>The below video is a complete video tutorial showing how to add this from scratch in Tasker. I tested the finished profile I created in this video afterwards, and it works perfectly on my phone/ROM. It answers the phone, turns on speakerphone, and the mic works, every time.</p>
<p>If you follow this exactly and you end up with a different result, then unfortunately there&#8217;s nothing I can do. The unfortunate truth is that devices and ROMs do things slightly differently, and there&#8217;s never a guarantee that something that works on one device will work on another. The only remedy is to head over to <a href="http://www.pocketables.com/2013/03/overview-of-pocketables-tasker-articles.html" target="_blank">our beginner&#8217;s guide</a> and learn Tasker from scratch, pinpoint exactly what fails, and come up with something that works on your specific device.</p>
<p><strong>EDIT 4: </strong></p>
<p>It seems that Take Call doesn&#8217;t work with a lot of ROMs out there, due to something Google changed for the sake of being di&#8230;for the sake of &#8220;security&#8221;. The Tasker plug-in <a href="https://play.google.com/store/apps/details?id=com.intangibleobject.securesettings.plugin&amp;hl=en" target="_blank">Secure Settings</a> does however allow you to do it with root, by using the Phone Options action found in the Secure Settings configuration screen when selecting that action in the plug-in category.</p>
<p>&nbsp;</p>
<p><a href="http://www.pocketables.com/2013/03/overview-of-pocketables-tasker-articles.html"><img src="http://www.pocketables.com/images/2013/04/tasker-banner.jpg" alt="tasker banner How to replicate the Samsung Galaxy S4s Air Gesture call answer feature with Tasker [Update: Video tutorial]"  title="How to replicate the Samsung Galaxy S4s Air Gesture call answer feature with Tasker [Update: Video tutorial]" /></a></p>
<p>The post <a href="http://www.pocketables.com/2013/05/how-to-replicate-the-galaxy-s4s-air-gesture-call-answer-feature-with-tasker.html">How to replicate the Samsung Galaxy S4&#8242;s Air Gesture call answer feature with Tasker [Update: Video tutorial]</a> appeared first on <a href="http://www.pocketables.com">Pocketables</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://www.pocketables.com/2013/05/how-to-replicate-the-galaxy-s4s-air-gesture-call-answer-feature-with-tasker.html/feed</wfw:commentRss>
		<slash:comments>45</slash:comments>
		</item>
		<item>
		<title>Forest HD is a beautiful live wallpaper for Android</title>
		<link>http://www.pocketables.com/2013/05/forest-hd-is-a-beautiful-live-wallpaper.html?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=forest-hd-is-a-beautiful-live-wallpaper</link>
		<comments>http://www.pocketables.com/2013/05/forest-hd-is-a-beautiful-live-wallpaper.html#comments</comments>
		<pubDate>Fri, 03 May 2013 17:51:54 +0000</pubDate>
		<dc:creator>Andreas Ødegård</dc:creator>
				<category><![CDATA[Android]]></category>
		<category><![CDATA[Apps]]></category>
		<category><![CDATA[Good and EVO]]></category>
		<category><![CDATA[Android Apps]]></category>

		<guid isPermaLink="false">http://www.pocketables.com/?p=75661</guid>
		<description><![CDATA[<p>DualBoot Games have been making awesome live wallpapers for quite a while, and I&#8217;ve previously covered one of their other apps, Ocean HD. The latest offering from the developer is called Forest HD, and it takes the concepts seen in their other live wallpapers and apply them to a new forest theme. The core app </p><p>The post <a href="http://www.pocketables.com/2013/05/forest-hd-is-a-beautiful-live-wallpaper.html">Forest HD is a beautiful live wallpaper for Android</a> appeared first on <a href="http://www.pocketables.com">Pocketables</a>.</p>]]></description>
				<content:encoded><![CDATA[<p><iframe src="http://www.youtube.com/embed/sJME83sng50" frameborder="0" width="608" height="456"></iframe></p>
<p>DualBoot Games have been making awesome live wallpapers for quite a while, and I&#8217;ve previously covered one of their other apps, <a href="http://www.pocketables.com/2012/09/quick-app-review-ocean-hd-live-wallpaper-for-android.html" target="_blank">Ocean HD</a>. The latest offering from the developer is called Forest HD, and it takes the concepts seen in their other live wallpapers and apply them to a new forest theme.</p>
<p><span id="more-75661"></span></p>
<p>The core app costs a dollar and gives you access to two different forest scenes. In addition, three add-on packs can be bought for a dollar each, putting the current total for everything up to $4. I actually find that it&#8217;s well worth it, as this wallpaper is truly amazing.</p>
<p>Assuming everything is unlocked, you can choose between four different basic scenes. Each scene can be customized, including things like adding and removing items to the scene (like the cabin or waterfall), choose which type of flowers you want, customize signs, and all sorts of other options. You can also choose which time of day the wallpaper should display, with the option to set it automatically. You can also set random weather, but there&#8217;s currently no way to set the weather to match the forecast, which is the one thing I wish it had.</p>
<p>I liked this so much that I decided to redo my home screen a little bit, for the first time in almost a year. The result is what you see in the video,  and I should mention that the shaded parts below the icons and top widget are not part of the live wallpaper.</p>
<p>I still don&#8217;t know if I&#8217;ll keep this, as I need to test the long term effect on battery life and performance- these types of wallpapers are after all quite demanding. Still, if at all possible, I want to keep this design for a while, and perhaps experiment a bit with different scenes and different live wallpapers altogether. This is after all one of the things that make Android unique.</p>
<p><img class="alignnone size-full wp-image-75664" title="forest hd qr" src="http://www.pocketables.com/images/2013/05/forest-hd-qr.png" alt="forest hd qr Forest HD is a beautiful live wallpaper for Android" width="175" height="175" /></p>
<p><strong>Download</strong>: <a href="https://play.google.com/store/apps/details?id=com.dualboot.apps.forest" target="_blank">Google Play</a></p>
<p>The post <a href="http://www.pocketables.com/2013/05/forest-hd-is-a-beautiful-live-wallpaper.html">Forest HD is a beautiful live wallpaper for Android</a> appeared first on <a href="http://www.pocketables.com">Pocketables</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://www.pocketables.com/2013/05/forest-hd-is-a-beautiful-live-wallpaper.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>RAM is the one thing I wish my phone had more of</title>
		<link>http://www.pocketables.com/2013/05/ram-is-the-one-thing-i-wish-my-phone-had-more-of.html?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=ram-is-the-one-thing-i-wish-my-phone-had-more-of</link>
		<comments>http://www.pocketables.com/2013/05/ram-is-the-one-thing-i-wish-my-phone-had-more-of.html#comments</comments>
		<pubDate>Thu, 02 May 2013 21:58:01 +0000</pubDate>
		<dc:creator>Andreas Ødegård</dc:creator>
				<category><![CDATA[Android]]></category>
		<category><![CDATA[Apps]]></category>
		<category><![CDATA[Android Apps]]></category>

		<guid isPermaLink="false">http://www.pocketables.com/?p=75634</guid>
		<description><![CDATA[<p>The Galaxy S4 is hitting the stores these days, and that means my Galaxy S II is outdated by yet another model number. I honestly don&#8217;t feel like it is though, as there&#8217;s not much on it that I feel is missing, with one exception: RAM. 2GB is becoming the standard for Android devices now, </p><p>The post <a href="http://www.pocketables.com/2013/05/ram-is-the-one-thing-i-wish-my-phone-had-more-of.html">RAM is the one thing I wish my phone had more of</a> appeared first on <a href="http://www.pocketables.com">Pocketables</a>.</p>]]></description>
				<content:encoded><![CDATA[<p><img class="alignright  wp-image-75640" title="Screenshot_2013-05-02-23-50-41" src="http://www.pocketables.com/images/2013/05/Screenshot_2013-05-02-23-50-41-304x506.png" alt="Screenshot 2013 05 02 23 50 41 304x506 RAM is the one thing I wish my phone had more of" width="213" height="354" />The Galaxy S4 is hitting the stores these days, and that means my Galaxy S II is outdated by yet another model number. I honestly don&#8217;t feel like it is though, as there&#8217;s not much on it that I feel is missing, with one exception: RAM.</p>
<p><span id="more-75634"></span></p>
<p>2GB is becoming the standard for Android devices now, and I envy that. The S II has 1GB of RAM, and while that is enough for most people, the truth is that the amount of customization I run on my phone does hug a lot of memory. It&#8217;s things like background processes for my smartwatch, widgets running in <a href="http://www.pocketables.com/2013/04/overlays-for-android-lets-you-place-widgets-on-top-of-anything.html" target="_blank">Overlays</a>, <a href="https://play.google.com/store/apps/details?id=com.teslacoilsw.widgetlocker&amp;hl=en" target="_blank">WidgetLocker</a>, and <a href="https://play.google.com/store/apps/details?id=com.portany.appwidgetdisplay&amp;hl=en" target="_blank">AppWidgetDisplay</a>, background processes like LMT Launcher, and a ton of other small things that add up.</p>
<p>Right after I reboot, things are fine. Apps do like leaking memory though, and as time goes by, each process sucks up more and more memory, until I have to kill stuff constantly to keep above 200MB, which I&#8217;ve noticed is when the phone actually starts showing signs of slowing down. That basically means it&#8217;s time for a reboot, giving me a few days until that starts happening again.</p>
<p>Obviously this is one of those things I brought on myself with all my customization, but at the same time, those things are why I feel my old S II is far, far superior to a stock S4. Samsung can throw hardware and software at people all day, but it still won&#8217;t match what you can do on your own. There is of course a certain level of irony to having the things that make me uninterested in new phones be the things that push me towards an upgrade the most.</p>
<p>Despite this little hiccup, however, I still have no intention of upgrading. It would be nice to just go nuts with running background processes without paying any attention to how much RAM they use, but at the same time, it&#8217;s still very manageable. I also have to point out that I wouldn&#8217;t have this issue if 90% of apps out there didn&#8217;t leak memory like their life depended on it, and it&#8217;s a bit annoying to see an app&#8217;s RAM usage drop 80% by force closing it and restarting it.</p>
<p>The post <a href="http://www.pocketables.com/2013/05/ram-is-the-one-thing-i-wish-my-phone-had-more-of.html">RAM is the one thing I wish my phone had more of</a> appeared first on <a href="http://www.pocketables.com">Pocketables</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://www.pocketables.com/2013/05/ram-is-the-one-thing-i-wish-my-phone-had-more-of.html/feed</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
	</channel>
</rss>
