Skip to main content

Call to a function with sending data from another View Controller in Swift Xcode iOS Application

  Download project zip Or access each file in the project

Dismiss Alarm Tasker Plugin

DATP is an Xposed Module and Tasker plugin for handling dismissed alarms originating from the KitKat Desk Clock (Alarm Clock) on Nexus 5 devices. DATP uses the Xposed findAndHookMethod to intercept the AlarmStateManager::setDismissState and creates an intent to initiate the Tasker plugin event mechanism. The Tasker plugin portion of DATP allows you to set an alarm label of interest to isolate named alarm events; blank (empty string) alarm labels will result in all dismissed alarms events for that configuration.

Requirements
[Tasker] v4.3b5+
http://tasker.dinglisch.net/index.html (Purchase Required)
http://tasker.dinglisch.net/beta.html

Tasker is an application for Android which performs tasks (sets of actions) based on contexts (application, time, date, location, event, gesture) in user-defined profiles or n clickable or timer home screen widgets.

This simple concept profoundly extends your control of your Android device and it's capabilities, without the need for 'root' or a special home screen.

NOTE: As of 2014/03/05 the current version available on the Google Play Store is v4.2u3. The beta edition is required due to the addition of support for developer event plugins.

Action - net.dinglisch.android.tasker.ACTION_EDIT_EVENT

Seehttp://tasker.dinglisch.net/changes/nextversion.html for the changelog in the upcoming version of Tasker.

Author(s): 

mikefero

Support/Discussion URL: 

http://forum.xda-developers.com/showthread.php?t=2671341

Source code URL: 

https://github.com/mikefero/DismissAlarmTaskerPlugin

Package: 

fero.xposed.dismissalarm

Version name: 

1.0

Release type: 

Stable (low risk of bugs)

Download: 

fero.xposed.dismissalarm_v1_6b3024.apk(369.02 KB)

Number of downloads: 

5,065 in total · 1 in the last 24 hours

MD5 checksum: 

6b3024ef08d4ca932635be9343aacca3

Uploaded on: 

Sunday, March 9, 2014 - 19:30

Popular posts from this blog

Google Search Bar Destroyer

Straightforward module to remove the unsightly Google Search Bar from the homescreen. The hook point is very generic, so update are rarely needed. Thanks to theknut/GEL's Xposed module for early hints/hook points. Author(s):  jeboo Support/Discussion URL:  https://forum.xda-developers.com/axon-7/themes/mod-hide-google-search-bar-t3547447 Source code URL:  https://github.com/jeboo/googlesearchbar_destroyer Package:  com.none.gsb_destroyer Version name:  1.1 Release type:  Stable  (low risk of bugs) Download:  com.none.gsb_destroyer_v2_329831.apk  (1.35 MB) Number of downloads:  40 in total · 40 in the last 24 hours MD5 checksum:  329831872cfeb03c62cc546d03bbab38 Uploaded on:  Monday, January 30, 2017 - 03:59 Changes:  Updated for Google code changes (April '16).

Call to a function with sending data from another View Controller in Swift Xcode iOS Application

  Download project zip Or access each file in the project