This “ignore cells” regex will cause the profile to remain active by disregarding building deadspots and transient misreads of tower IDs.
!~R^(\p{L}{3,}:(\d{4,}|\d{3}\.\d{3})\.\d{3,})?(?:\b|$)
Home-cooked profiles and tasks to do nerdy stuff through Tasker—an Android app that allows the user to construct nearly infinite automation. I have developed these routines for daily use and I provide them here free of charge. Some might require the free Tasker Settings Plugin which, anyway, should be a staple for any serious Tasker user. Serious users might also want CalendarTask and Tasker Tethering Control.
This “ignore cells” regex will cause the profile to remain active by disregarding building deadspots and transient misreads of tower IDs.
!~R^(\p{L}{3,}:(\d{4,}|\d{3}\.\d{3})\.\d{3,})?(?:\b|$)
Time Recording Pro is a useful app, but Android design changes prevent it from acquiring location in the background. As a result, automated punches through Tasker are not able to record the location in the work unit notes. This profile fixes the issue using Android’s location service and geocoder to accomplish the task. view | save
This task is extremely useful for prolonging battery life while also conserving data consumption. Aside from activating airplane mode, turning the data connection off is the next best power saver! Users may often find themselves in situations like work or school where a constant data connection serves no purpose and drains the battery. By cycling data usage, battery life can be extended by hours! view | save |more ›
%val = ceil((abs(%val - 1) + %par(#?1/on/true) - %par(#?0/off/false))/(2+%par(#)))
%hour = floor(%TIME) - floor(%TIME/13)*12 + floor(abs(floor(%TIME) - 24)/24)*12
%future = floor(%TIME) + floor(((%TIME - floor(%TIME))*100 + %mins)/60) - floor((floor(%TIME) + floor(((%TIME - floor(%TIME))*100 + %mins)/60))/24)*24 + (((floor(%TIME)*60 + (%TIME - floor(%TIME))*100 + %mins)) % 60)/100
+100.001 to the formula and a separate variable search/replace for 1(?=\d\d\.)|(?<=\.\d\d)1 which will eliminate the hundred and hundredth, leaving behind the placeholders.This profile scans wifi SSIDs and places the phone in vibrate in an number of situations such as religious centers, schools, theaters, and the like. Of course, it will not help if the location does not have wifi or if the wifi name does not contain a listed keyword, but on balance this profile should reduce the number of embarrassing or annoying disruptions. view | save
A windows batch file quickly enables Tasker to unlock all of the ADB wifi commands. Copy/paste these lines and save as “adb.bat”. Run the batch file after connecting Android devices to a windows machine.more ›
This profile will automatically reject and log pre-defined callers. Three examples are provided in within its anonymous task: The first demonstrates the format for denying a specific number; the second demonstrates the format for blocking a specific extension (i.e. 222-333-XXXX); the third demonstrates syntax for combining rejection rules (preferable to numerous OR conditions for faster processing). Any blocked numbers are stored in a CSV file on the root directory. view | savemore ›