HomeTaskerKeeping love affairs safe with Tasker?

Keeping love affairs safe with Tasker?

DON'T TELL MY WIFI!

I don’t think anyone of us likes to share our phones with others. Your unlocked mobile in someone else’s hands leaves you terrified and vulnerable. What if I told you, you could lend the phone to others knowing that your secret pictures of elbows and long rants about your boss are totally safe from even the most curious eyes? All that with a single tap of the finger. I’m going to tell you how to protect your secrets with Tasker and AutoTools with a single tap.

That’s an elbow! Just to be clear

This profile has been inspired by my older creation – App Lock which sadly is no longer a working solution for Android 7 & 8 due to app folder encryption changes. Fortunately, AutoTools comes with an option to disable apps (including system apps) if you have access to a rooted device.

Bear in mind, doing so will remove the apps from the Home screen or folders. Your files will be also accessible through other apps: if you disable Photos apps, you can still see the pictures using Camera’s picture preview.

Legit, but also morally dubious

I’m writing this while scratching my head, as I accidentally figured out that this profile has a very sinister use as well. Tasker gives you an ability to “remove” the apps from your phone without any notification at all. You could remove unwanted evidence from your phone with a fingertip while handing over your phone to your partner, without them noticing you have done so. While all apps are frozen, there is no risk of notifications (SMS are excluded from this). I do not endorse this use, it’s your life I’m not going to tell you how to live it.

For the virality sake, I will cover both ways of setting this up. Just don’t blame me, I’m here for the clicks and ad revenue 🙂

The legit way

The legit way assumes you want to have a little bit of security and some user interface letting you to know that some apps are not enabled. If you are looking for a very discrete way of locking apps out, check the other approach. I promise I won’t judge!

In both cases, the main action is the same – AutoTools Root: Settings – Enable/Disable Apps. In this instance, I’m using a shortcut to the task (add icon to the task to use it), which is placed on the Home screen. The task itself will toggle the apps, and display a relevant notification as well. After some testing, I discover that combination of haptic feedback, a toast and not prioritised notification works best. In my example, I’m disabling the WhatsApp and Photos App (one Store app and one system app).

TASKER TASK:
Hide Apps 
	A1: Vibrate Pattern [ Pattern:100,100 ] 
	A2: AutoTools Root Add-on Settings 
            [ Configuration:Apps: com.google.android.apps.photos,com.whatsapp.w4b
            Toggle: Toggle Timeout (Seconds):60 ] 
	A3: Variable Add [ Name:%AppCount Value:1 Wrap Around:2 ] 
	A4: Notify [ Title:Enabled Text: Icon:mw_action_pan_tool Number:0 
            Permanent:Off Priority:5 ] 
            If [ %AppCount ~ 1 ]
	A5: Notify Cancel [ Title:Enabled Warn Not Exist:Off ] 
            If [ %AppCount ~ 0 ]
	A6: Flash [ Text:Done Long:Off ] 

A1
Vibration Pattern is set to 100,100
A3
I’m wrapping around 2 so the variable %AppCount value was set to 0 or 1
A4
Notification is created with the lowest priority which is set when the %AppCount is 1 (you have to sync the value in the Var tab and set the correct value)
A5
Cancelling the notification above when the %AppCount is 0
A6
Toast to give you a visual feedback too

Obviously, feel free to adjust the haptic feedback, sounds and other notifications settings to your liking. This is a toggle behaviour so when the shortcut is pressed, it will set the profile to the opposite state.

Tasker Profile for cheaters aka “Affair M8”

The Affair Mate assumes that you got caught in the act, and you want to quickly remove uncomfortable apps from the list of the apps. You won’t get any notification and you will be able to do this without raising suspicion.

I’m using a fingerprint reader to activate the profile when the Pixel Launcher (my default launcher) is open. If you are not able to select the launcher app as one of the applications, you can invert selection and select all installed apps instead. This will replicate the behaviour too.

I’m using a Fingerprint app setup from my Context Aware Fingerprint Profile – so I could assign a custom action based on a variable %FingerScanned.

TASKER PROFILE: Affair Mate
Profile: Affair Mate 
	State: Variable Value  [ %FingerScanned ~ 1 ]
	Application: Pixel Launcher, App/Services
Enter: Affair Mate 
	A1: AutoTools Root Add-on Settings 
            [ Configuration:Apps: com.google.android.apps.photos,com.whatsapp.w4b
            Toggle: Toggle Timeout (Seconds):60 ]

I removed all actions from the Affair Mate task. We don’t want any notifications. You will probably need the root access toast removed as well from Magisk app or whatever you use to grant the root access. For your own safety, add a Vibrate Pattern so you would know that the task has been executed and it’s safe to hand the phone over. If you get caught, don’t blame me. Blame your life choices.

Conclusion

I really hope that you all came here for the legit cases use. If your main purpose is to cover up your affair, you can redeem your sins by pressing the donation button below. It worked in the middle ages (buying absolution with money) I can’t think of any reason why it wouldn’t work now! I’m kidding, the donations and Patreon support is welcome regardless 🙂

Project Download

Download project files here. Bear in mind that Patreon supporters have early access to project files and videos.

PayPal

Nothing says "Thank you" better than keeping my coffee jar topped up!

Patreon

Support me on Patreon and get an early access to tutorial files and videos.

image/svg+xml

Bitcoin (BTC)

Use this QR to keep me caffeinated with BTC: 1FwFqqh71mUTENcRe9q4s9AWFgoc8BA9ZU

New to Tasker?

Tasker Quick Start – Getting started with Tasker

0
From newb to not so newbie in 10 min

Best Tasker Projects

How to use Raspberry PI as WOL (wake on lan) server

0
While you could wake up your PC from a mobile directly, having a dedicated server capable of doing so is the best solution. The reason is simple. You can hook up as many devices as you wish with a single endpoint. This is why Raspberry Pi is perfect for this.

How to wake on LAN computers and put it to sleep with Power Menu,...

0
How to Wake on LAN properly via Android, Alexa, Google Assistant and Web

7 awesome Bluetooth keyboard shortcuts for Android

0
7 unique Android shortcuts that you can add to any Bluetooth keyboard.

Smart overnight charging with Tasker

0
Still keeping your phone plugged in overnight? Try smarter overnight charging with this profile

One thing that Join app can’t do and how to fix it with Tasker

0
It's not possible to share the clipboard automatically between join accounts registered to 2 different emails. But you can fix this with tasker.

Essential Guides

Tasker: Seconds into DD:HH:MM:SS (dynamic)

0
It's time to.... ok it's a pun, but I will show you how to master time and convert seconds to DD:HH:MM:SS dynamically

4 ways to organise Tasker projects

0
Keep your Tasker tidy!

A better way to store Tasker credentials

0
The more clever way of managing credentials

Annoyed with dozens of AutoApps populating your app drawer? Here is a fix!

0
Clear your app drawer from the clutter in seconds

Putting AutoTools pie chart to a good use – SSID logger

0
Who wants a piece of the pie (chart)?