├── README.md
├── profiles
├── Driving.prf.xml
├── Good_Morning.prf.xml
├── Got_Home.prf.xml
├── Home__Day.prf.xml
├── Home__Evening.prf.xml
├── Incorrect_Password.prf.xml
├── Lost_SMS.prf.xml
├── Meeting.prf.xml
├── Read_SMS_Driving.prf.xml
├── Respond_To_Phone_While_Driving.prf.xml
├── Social_Vibrate.prf.xml
├── Stolen_SMS.prf.xml
└── Toggle_WiFi_Hotspot.prf.xml
└── tasks
├── Driving.tsk.xml
├── FindMe.tsk.xml
├── Good_Morning.tsk.xml
├── Home.tsk.xml
├── Home_Night.tsk.xml
├── Home_Status.tsk.xml
├── Leave_Home.tsk.xml
├── Meeting.tsk.xml
├── Read_SMS.tsk.xml
├── Reject_phone_driving.tsk.xml
├── Sound_Profile_Normal.tsk.xml
├── Stolen.tsk.xml
├── Vibrate_Only.tsk.xml
└── WiFi_Hotspot_Toggle.tsk.xml
/README.md:
--------------------------------------------------------------------------------
1 | #Tasker Profiles
2 | This is a collection of tasker profiles and tasks built by kyco.
3 |
4 | ##Prerequisites
5 | You will need to have purchased:
6 |
7 | - [Tasker](https://play.google.com/store/apps/details?id=net.dinglisch.android.taskerm "Tasker")
8 | - [required by some tasks] [Secure Settings](https://play.google.com/store/apps/details?id=com.intangibleobject.securesettings.plugin "Secure Settings")
9 | - [required by some tasks] [NFC Locale Plugin](https://play.google.com/store/apps/details?id=se.badaccess.locale.nfc "NFC Locale Plugin")
10 | - [required by some tasks] [Locale SendSilentMail Plug-In](https://play.google.com/store/apps/details?id=com.stedo.sendsilentmail "Locale SendSilentMail Plug-In")
11 |
12 | ##Tasks
13 | ###Fetch and read out weather
14 | The task runs when I boot up my phone and the time is between 07:30 and 9:30.
15 | It fetches my weather report for the day and reads it out to me before opening
16 | Play News to read todays news.
17 |
18 | Task:
19 |
20 | - Uses wunderground ical API to grab weather information
21 | - http://wunderground.com to find your 5 digit location code (68262 in my case)
22 | - Replace the 5 digit code with the one you got from wunderground in the first step. HTTP GET
23 | - http://ical.wunderground.com/auto/ical/global/stations/68262?units=metric
24 | - Strips the output to only store the text description of the current day
25 | - Stores the weather description in a variable and reads it out
26 |
27 | ###Home Status
28 | This task uses an NFC tag to change the state of the %HOME variable.
29 | This variable is used in place of the location which is inaccurate using NET only and I do not want to drain my battery by checking the GPS location every couple of seconds.
30 |
31 | Toggle %HOME between 1 and 0
32 |
33 | ###Home
34 | This task runs when I am at home. The profile makes use of NET rather than GPS locations to save battery power.
35 | The task is active from 06:00 - 22:00
36 |
37 | Task:
38 |
39 | - Turns on WiFi
40 | - Sets sound profile to normal
41 | - Sets auto brightness on
42 | - [Optional] my LG G2 gives me the ability to set a minimum brightness level on auto which I have done here. I've set it to 174 == 60%
43 | - Display rotation on
44 | - Removes lock pin (requires [Secure Settings](https://play.google.com/store/apps/details?id=com.intangibleobject.securesettings.plugin "Secure Settings"))
45 |
46 | ###Home Night
47 | Home at night will run from 22:00 - 06:00 the next day and will change basic settings. This task compliments the Home task
48 |
49 | Task:
50 |
51 | - Turns on WiFi
52 | - Sets sound profile to vibrate
53 | - Sets auto brightness off
54 | - [Optional] my LG G2 gives me the ability to set a minimum brightness level on auto which I have done here. I've set it to 50 == 0%
55 | - Display rotation off
56 | - Removes lock pin (requires [Secure Settings](https://play.google.com/store/apps/details?id=com.intangibleobject.securesettings.plugin "Secure Settings"))
57 |
58 | ###Leave Home
59 | When the home is left, tasker must perform certain changes to the settings.
60 | This task gets fired when the NET location changes and is out the "Home" range.
61 |
62 | Task:
63 |
64 | - Turns off WiFi
65 | - Sets sound profile to normal
66 | - Sets auto brightness on
67 | - [Optional] my LG G2 gives me the ability to set a minimum brightness level on auto which I have done here. I've set it to 174 == 60%
68 | - Display rotation on
69 | - Sets lock pin (requires [Secure Settings](https://play.google.com/store/apps/details?id=com.intangibleobject.securesettings.plugin "Secure Settings"))
70 |
71 | ###Social Vibrate
72 | When I am currently in messaging app of sorts, every subsequent message I get from any other messaging app need not produce a sound as this can be annoying if I am currently chatting to multiple people.
73 |
74 | While I am using the phone, I also don't need sound notifications of anything else happening on my phone.
75 |
76 | When I have any social messaging application open, including email, the phone switches to vibrate only.
77 |
78 | ###Meeting
79 | The meeting profile is triggered with an NFC tag.
80 |
81 | Task:
82 |
83 | - If %MEETING = 0
84 | - Vibrate
85 | - Create a notification with buttons to most used apps in meetings. In my case, calendar, evernote, contacts
86 | - Create a cancel notifcation for leaving the meeting (not really in use but may be faster than using an NFC tag)
87 | - Set the variable %MEETING to 1
88 | - If %MEETING = 1
89 | - Sound profile to loud
90 | - Ringer volume to 5
91 | - Remove all notifications I set for the meeting
92 | - Set the variable %MEETING = 0
93 |
94 | ###Toggle WiFi Hotspot
95 | Using an NFC sticker on the laptop, it uses Secure Settings to toggle the WiFi Hotspot.
96 | This is very useful when on the go and you find yourself without internet access.
97 |
98 | Task:
99 |
100 | - Secure Settings
101 | - Toggle WiFi Hotspot (requires [Secure Settings](https://play.google.com/store/apps/details?id=com.intangibleobject.securesettings.plugin "Secure Settings"))
102 |
103 | ###Incorrect Password
104 | When the phone gets stolen, there will most likely be an attempt to gain access to the phone.
105 | However they do not know the password code and if they enter the incorrect password 3 times, a photo will be taken, the current location will be acquired and the information will be sent via email to myself with battery information and WiFi connection details.
106 |
107 | Task:
108 |
109 | - Take photo using front camera
110 | - Get GPS Location
111 | - Set variable %STOLEN to:
112 | - Date: %TIME - %DATE
113 | - Battery: %BATT%
114 | - Location: %LOC
115 | - Location Accuracy: %LOCACC
116 | - WiFi: %WIFII
117 | - Send email to predefined email address with the variable %STOLEN & an attachment with %FOTO which is the last photo taken. (requires [Locale SendSilentMail Plug-In](https://play.google.com/store/apps/details?id=com.stedo.sendsilentmail "Locale SendSilentMail Plug-In"))
118 | - Clear variable %STOLEN for privacy
119 |
120 | ###Lost SMS
121 | When the phone is lost, you can simply sms the text #FindMe and the phone will change the media volume to max and start playing a song
122 |
123 | Task:
124 |
125 | - Set Media Volume to 15
126 | - Music Play - File
127 | - Create notification to stop playing music once you have found the phone
128 |
129 | ###Stolen SMS
130 | See "Incorrect Password" for details.
131 | The profile simply triggers the task when an sms with the text #Stolen is received.
132 |
133 | ###Driving
134 | Using an NFC sticker in the car, the state of %DRIVING will toggle between 1 and 0.
135 |
136 | ###Read SMS Driving
137 | If %DRIVING is set to 1, the phone will automatically read out loud any SMS that is received while I am driving.
138 |
139 | Task:
140 |
141 | - Say
142 | - SMS from %SMSRN. Message: %SMSRB
143 |
144 | ###Respond To Phone While Driving
145 | If %DRIVING is set to 1 and I get a phone call, the caller will be read out loud, the phonecall will automatically be ended and an SMS will be sent to the person to let them know I am driving and will respond as soon as possible.
146 |
147 | Task:
148 |
149 | - Say %CNAME is calling
150 | - Wait 5 seconds
151 | - Send SMS to %CNUM
152 | - End Call
--------------------------------------------------------------------------------
/profiles/Driving.prf.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | 1396130063016
4 | 1396172543273
5 | 35
6 | 36
7 | Driving
8 |
9 | 13232
10 |
11 |
12 | 04DA6D62842A80 - erneutes einlessen
13 | java.lang.String
14 | true
15 | java.lang.Boolean
16 | true
17 | java.lang.Boolean
18 | true
19 | java.lang.Boolean
20 | 4
21 | java.lang.Integer
22 | 04DA6D62842A80
23 | java.lang.String
24 |
25 | java.lang.String
26 |
27 |
28 | se.badaccess.locale.nfc
29 | Locale NFC Plugin
30 |
31 |
32 |
33 | 1396130070721
34 | 1396130125177
35 | 36
36 | Driving
37 |
38 | 37
39 | %DRIVING
40 | 5
41 | 0
42 |
43 |
44 | 547
45 | %DRIVING
46 | 1
47 |
48 |
49 |
50 |
51 | 43
52 | %DRIVING
53 | 5
54 | 1
55 |
56 |
57 | 547
58 | %DRIVING
59 | 0
60 |
61 |
62 |
63 |
64 | 38
65 |
66 |
67 |
68 |
--------------------------------------------------------------------------------
/profiles/Good_Morning.prf.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | 1395427242068
4 | true
5 | 1395431329157
6 | 5
7 | 25
8 | Good Morning
9 |
10 | 411
11 | 0
12 |
13 |
19 |
20 |
21 | 1346559128768
22 | 1396164565395
23 | 25
24 | Good Morning
25 | 10
26 |
27 | 25
28 | com.morning
29 | 1.0
30 | 3
31 |
32 |
33 | 118
34 | http://ical.wunderground.com/auto/ical/global/stations/68262?units=metric
35 |
36 |
37 |
38 |
39 | text/xml
40 |
41 |
42 |
43 | 547
44 | %result
45 | %HTTPD
46 |
47 |
48 |
49 |
50 | 590
51 | %result
52 | DESCRIPTION:
53 |
54 |
55 |
56 | 590
57 | %result2
58 | \n
59 |
60 |
61 |
62 | 559
63 | Good morning, it's %TIME. The weather report for %result21
64 | com.google.android.tts:eng-gbr
65 |
66 |
67 |
68 |
69 |
70 |
71 |
72 | 20
73 | false
74 |
75 | com.google.apps.dots.android.app.activity.CurrentsStartActivity
76 | com.google.android.apps.magazines
77 |
78 |
79 |
80 |
81 |
82 |
83 |
84 |
--------------------------------------------------------------------------------
/profiles/Got_Home.prf.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | 1396114461592
4 | 1396171013658
5 | 12
6 | 29
7 | Got Home
8 |
9 | 13232
10 |
11 |
12 | 04DA6D62842A80 - erneutes einlessen
13 | java.lang.String
14 | true
15 | java.lang.Boolean
16 | true
17 | java.lang.Boolean
18 | true
19 | java.lang.Boolean
20 | 4
21 | java.lang.Integer
22 | 04DA6D62842A80
23 | java.lang.String
24 |
25 | java.lang.String
26 |
27 |
28 | se.badaccess.locale.nfc
29 | Locale NFC Plugin
30 |
31 |
32 |
33 | 1396114468982
34 | 1396170993308
35 | 29
36 | Got Home
37 | 10
38 |
39 | 37
40 | %HOME
41 | 5
42 | 1
43 |
44 |
45 | 547
46 | %HOME
47 | 0
48 |
49 |
50 |
51 |
52 | 43
53 | %HOME
54 | 5
55 | 0
56 |
57 |
58 | 547
59 | %HOME
60 | 1
61 |
62 |
63 |
64 |
65 | 38
66 |
67 |
68 |
69 |
--------------------------------------------------------------------------------
/profiles/Home__Day.prf.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | 1394890330616
4 | true
5 | 1396114347866
6 | 13
7 | 20
8 | 21
9 | Home, Day
10 |
16 |
17 | 165
18 | %HOME
19 |
20 | 1
21 |
22 |
23 |
24 | 1394891311303
25 | 1396165313728
26 | 20
27 | Home
28 | 10
29 |
30 | 425
31 |
32 |
33 |
34 | 310
35 |
36 |
37 |
38 | 808
39 |
40 |
41 |
42 | 810
43 |
44 |
45 |
46 |
47 |
48 |
49 | 822
50 |
51 |
52 |
53 | 11820
54 |
55 |
56 | Clear Password
57 | java.lang.String
58 | false
59 | java.lang.Boolean
60 | password_reset
61 | java.lang.String
62 | Clear Password
63 | java.lang.String
64 | true
65 | java.lang.Boolean
66 |
67 |
68 | com.intangibleobject.securesettings.plugin
69 | Secure Settings
70 |
71 |
72 |
73 |
74 | 1394891311303
75 | 1396165284036
76 | 21
77 | Leave Home
78 | 10
79 |
80 | 425
81 |
82 |
83 |
84 | 310
85 |
86 |
87 |
88 | 808
89 |
90 |
91 |
92 | 810
93 |
94 |
95 |
96 |
97 |
98 |
99 | 822
100 |
101 |
102 |
103 | 11820
104 |
105 |
106 | Set Pin
107 | java.lang.String
108 | true
109 | java.lang.Boolean
110 | X6X1fN/BsI4=]xBI/jrA19xvSFRmUMzL77A==]CuGzmlbeqBmNFxxTXwo9Og==
111 | java.lang.String
112 | pin
113 | java.lang.String
114 | password_reset
115 | java.lang.String
116 | Set Pin
117 | java.lang.String
118 | true
119 | java.lang.Boolean
120 |
121 |
122 | com.intangibleobject.securesettings.plugin
123 | Secure Settings
124 |
125 |
126 |
127 |
128 |
--------------------------------------------------------------------------------
/profiles/Home__Evening.prf.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | 1394890330616
4 | true
5 | 1396114415273
6 | 2
7 | 3
8 | 21
9 | Home, Evening
10 |
16 |
17 | 165
18 | %HOME
19 |
20 | 1
21 |
22 |
23 |
24 | 1394891311303
25 | 1396165284036
26 | 21
27 | Leave Home
28 | 10
29 |
30 | 425
31 |
32 |
33 |
34 | 310
35 |
36 |
37 |
38 | 808
39 |
40 |
41 |
42 | 810
43 |
44 |
45 |
46 |
47 |
48 |
49 | 822
50 |
51 |
52 |
53 | 11820
54 |
55 |
56 | Set Pin
57 | java.lang.String
58 | true
59 | java.lang.Boolean
60 | X6X1fN/BsI4=]xBI/jrA19xvSFRmUMzL77A==]CuGzmlbeqBmNFxxTXwo9Og==
61 | java.lang.String
62 | pin
63 | java.lang.String
64 | password_reset
65 | java.lang.String
66 | Set Pin
67 | java.lang.String
68 | true
69 | java.lang.Boolean
70 |
71 |
72 | com.intangibleobject.securesettings.plugin
73 | Secure Settings
74 |
75 |
76 |
77 |
78 | 1394891311303
79 | 1396165324473
80 | 3
81 | Home Night
82 | 10
83 |
84 | 425
85 |
86 |
87 |
88 | 310
89 |
90 |
91 |
92 | 808
93 |
94 |
95 |
96 | 810
97 |
98 |
99 |
100 |
101 |
102 |
103 | 822
104 |
105 |
106 |
107 | 11820
108 |
109 |
110 | Clear Password
111 | java.lang.String
112 | false
113 | java.lang.Boolean
114 | password_reset
115 | java.lang.String
116 | Clear Password
117 | java.lang.String
118 | true
119 | java.lang.Boolean
120 |
121 |
122 | com.intangibleobject.securesettings.plugin
123 | Secure Settings
124 |
125 |
126 |
127 |
128 |
--------------------------------------------------------------------------------
/profiles/Incorrect_Password.prf.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | 1396125670934
4 | 1396171034764
5 | 9
6 | 10
7 | Incorrect Password
8 |
9 | 11820
10 |
11 |
12 | Failed Login Attempts - Max: 2
13 | java.lang.String
14 | 2
15 | java.lang.Integer
16 | max_failed_pass_attempts
17 | java.lang.String
18 | Failed Login Attempts - Max: 2
19 | java.lang.String
20 | true
21 | java.lang.Boolean
22 |
23 |
24 | com.intangibleobject.securesettings.plugin
25 | Secure Settings
26 |
27 |
28 |
29 | 1396125676909
30 | 1396129955796
31 | 10
32 | Stolen
33 | 10
34 |
35 | 101
36 |
37 | stolen
38 |
39 |
40 |
41 | 800x480
42 |
43 |
44 |
45 |
46 |
47 |
48 | 902
49 |
50 |
51 |
52 |
53 |
54 |
55 | 547
56 | %STOLEN
57 | Date: %TIME - %DATE
58 | Battery: %BATT%
59 | Location: %LOC
60 | Location Accuracy: %LOCACC
61 | WiFi:
62 | %WIFII
63 |
64 |
65 |
66 |
67 | 10258
68 |
69 |
70 | %FOTO>
71 | java.lang.String
72 | true
73 | java.lang.String
74 |
75 | java.lang.String
76 |
77 | java.lang.String
78 |
79 | java.lang.String
80 | your@email.com / your@email.com / phone stolen
81 | java.lang.String
82 | 4052
83 | java.lang.Integer
84 | %STOLEN
85 | java.lang.String
86 | username password smtphost sender receiver smtpport message subject attachedfiles bodyfile cc bcc
87 | java.lang.String
88 | true
89 | java.lang.Boolean
90 |
91 | java.lang.String
92 | your@email.com
93 | java.lang.String
94 | your@email.com
95 | java.lang.String
96 | smtp.gmail.com
97 | java.lang.String
98 | 465
99 | java.lang.String
100 | phone stolen
101 | java.lang.String
102 | false
103 | java.lang.Boolean
104 | your@email.com
105 | java.lang.String
106 |
107 |
108 | com.stedo.sendsilentmail
109 | SendSilentMail
110 |
111 |
112 |
113 | 549
114 | %STOLEN
115 |
116 |
117 |
118 |
119 |
--------------------------------------------------------------------------------
/profiles/Lost_SMS.prf.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | 1396129377822
4 | true
5 | 1396163790671
6 | 30
7 | 31
8 | Lost SMS
9 |
10 | 7
11 | 0
12 |
13 |
14 | #FindMe
15 |
16 |
17 |
18 | 1396129386789
19 | 1396163790671
20 | 31
21 | FindMe
22 | 10
23 |
24 | 307
25 |
26 |
27 |
28 |
29 |
30 | 445
31 | Music/Rush (Original Motion Picture Soundtrack)/19 Mount Fuji.mp3
32 |
33 |
34 |
35 |
36 |
37 | 523
38 | Find Me
39 |
40 |
41 | hd_aaa_nixx_bolt
42 |
43 |
44 |
45 |
46 |
47 |
48 |
49 | 449
50 |
51 |
52 |
53 | hl_av_stop
54 |
55 |
56 |
57 |
58 |
59 |
--------------------------------------------------------------------------------
/profiles/Meeting.prf.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | 1396096313632
4 | true
5 | 1396125039325
6 | 23
7 | true
8 | 4
9 | Meeting
10 |
11 | 13232
12 |
13 |
14 | 04B7AB62842A80 - erneutes einlessen
15 | java.lang.String
16 | true
17 | java.lang.Boolean
18 | true
19 | java.lang.Boolean
20 | true
21 | java.lang.Boolean
22 | 4
23 | java.lang.Integer
24 | 04B7AB62842A80
25 | java.lang.String
26 |
27 | java.lang.String
28 |
29 |
30 | se.badaccess.locale.nfc
31 | Locale NFC Plugin
32 |
33 |
34 |
35 | 1394901471407
36 | 1396164569104
37 | 4
38 | Meeting
39 | 10
40 |
41 | 4
42 | com.orbis.meeting
43 | 1.2
44 | 4
45 |
46 |
47 | 37
48 | %MEETING
49 | 5
50 | 0
51 |
52 |
53 | 310
54 |
55 |
56 |
57 | 779
58 |
59 |
60 |
61 |
62 | 547
63 | %MEETING
64 | 0
65 |
66 |
67 |
68 |
69 | 38
70 |
71 |
72 | 523
73 | Meeting
74 |
75 |
76 | hd_aaa_ext_creditcard
77 |
78 |
79 |
80 |
81 |
82 |
83 |
84 | 20
85 |
86 | com.android.contacts.activities.PeopleActivity
87 | com.android.contacts
88 |
89 |
90 |
91 |
92 |
93 |
94 | hl_device_access_call
95 |
96 |
97 |
98 |
99 |
100 | 20
101 |
102 | com.android.calendar.AllInOneActivity
103 | com.android.calendar
104 |
105 |
106 |
107 |
108 |
109 |
110 | hl_collections_go_to_today
111 |
112 |
113 |
114 |
115 |
116 | 20
117 |
118 | com.evernote.ui.HomeActivity
119 | com.evernote
120 |
121 |
122 |
123 |
124 |
125 |
126 | hl_device_access_storage
127 |
128 |
129 |
130 |
131 | 721
132 | Meeting.w / Business Card
133 |
134 |
135 |
136 | 721
137 | Meeting.w / Calendar
138 |
139 |
140 |
141 | 721
142 | Meeting.w / Evernote
143 |
144 |
145 |
146 | 547
147 | %MEETING
148 | 1
149 |
150 |
151 |
152 |
153 | 43
154 | %MEETING
155 | 5
156 | 1
157 |
158 |
159 | 310
160 |
161 |
162 |
163 | 304
164 |
165 |
166 |
167 |
168 |
169 |
170 |
--------------------------------------------------------------------------------
/profiles/Read_SMS_Driving.prf.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | 1396129843649
4 | true
5 | 1396165805524
6 | 34
7 | 33
8 | Read SMS Driving
9 |
10 | 7
11 | 0
12 |
13 |
14 |
15 |
16 |
17 | 165
18 | %DRIVING
19 |
20 | 1
21 |
22 |
23 |
24 | 1396129745967
25 | 1396131145141
26 | 33
27 | Read SMS
28 |
29 | 559
30 | SMS from, %SMSRN
31 | Message:
32 | %SMSRB
33 | com.google.android.tts:eng-gbr
34 |
35 |
36 |
37 |
38 |
39 |
40 |
41 |
42 |
--------------------------------------------------------------------------------
/profiles/Respond_To_Phone_While_Driving.prf.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | 1396130266975
4 | 1396172657895
5 | 37
6 | 38
7 | Respond To Phone While Driving
8 |
9 | 6
10 |
11 |
12 |
13 | 165
14 | %DRIVING
15 |
16 | 1
17 |
18 |
19 |
20 | 1396130292089
21 | 1396172631987
22 | 38
23 | Reject phone driving
24 |
25 | 559
26 | %CNAME is calling
27 | com.google.android.tts:eng-gbr
28 |
29 |
30 |
31 |
32 |
33 |
34 |
35 | 30
36 |
37 |
38 |
39 |
40 |
41 |
42 |
43 | 41
44 | %CNUM
45 | I'm busy driving, I'll give you a call back as soon possible
46 |
47 |
48 |
49 | 733
50 |
51 |
52 |
53 |
--------------------------------------------------------------------------------
/profiles/Social_Vibrate.prf.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | 1394959990338
4 | true
5 | 1395431322817
6 | 7
7 | 6
8 | 8
9 | Social Vibrate
10 |
11 | com.cloudmagic.android.HomeScreenActivity
12 | com.lge.email.ui.setupwizard.Welcome
13 | com.google.android.talk.SigningInActivity
14 | com.lge.camera.CameraAppLauncher
15 | com.fsck.k9.activity.Accounts
16 | com.linkedin.android.authenticator.LaunchActivity
17 | com.facebook.orca.auth.StartScreenActivity
18 | com.android.mms.ui.ConversationList
19 | com.Slack.Slack.Login.FSlackTryLogin
20 | com.whatsapp.Main
21 | CloudMagic
22 | E-Mail
23 | Hangouts
24 | Kamera
25 | K-9 Mail
26 | LinkedIn
27 | Messenger
28 | Nachrichten
29 | Slack
30 | WhatsApp
31 | com.cloudmagic.mail
32 | com.lge.email
33 | com.google.android.talk
34 | com.lge.camera
35 | com.fsck.k9
36 | com.linkedin.android
37 | com.facebook.orca
38 | com.android.mms
39 | com.Slack
40 | com.whatsapp
41 |
42 |
48 |
49 |
50 | 1394959905283
51 | 1394972322651
52 | 6
53 | Vibrate Only
54 |
55 | 310
56 |
57 |
58 |
59 |
60 | 1394960029724
61 | 1394960036470
62 | 8
63 | Sound Profile Normal
64 |
65 | 310
66 |
67 |
68 |
69 |
70 |
--------------------------------------------------------------------------------
/profiles/Stolen_SMS.prf.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | 1396129692654
4 | true
5 | 1396165781605
6 | 32
7 | 10
8 | Stolen SMS
9 |
10 | 7
11 | 0
12 |
13 |
14 | #Stolen
15 |
16 |
17 |
18 | 1396125676909
19 | 1396129955796
20 | 10
21 | Stolen
22 | 10
23 |
24 | 101
25 |
26 | stolen
27 |
28 |
29 |
30 | 800x480
31 |
32 |
33 |
34 |
35 |
36 |
37 | 902
38 |
39 |
40 |
41 |
42 |
43 |
44 | 547
45 | %STOLEN
46 | Date: %TIME - %DATE
47 | Battery: %BATT%
48 | Location: %LOC
49 | Location Accuracy: %LOCACC
50 | WiFi:
51 | %WIFII
52 |
53 |
54 |
55 |
56 | 10258
57 |
58 |
59 | %FOTO>
60 | java.lang.String
61 | true
62 | java.lang.String
63 |
64 | java.lang.String
65 |
66 | java.lang.String
67 |
68 | java.lang.String
69 | your@email.com / your@email.com / phone stolen
70 | java.lang.String
71 | 4052
72 | java.lang.Integer
73 | %STOLEN
74 | java.lang.String
75 | username password smtphost sender receiver smtpport message subject attachedfiles bodyfile cc bcc
76 | java.lang.String
77 | true
78 | java.lang.Boolean
79 | email_password
80 | java.lang.String
81 | your@email.com
82 | java.lang.String
83 | your@email.com
84 | java.lang.String
85 | smtp.gmail.com
86 | java.lang.String
87 | 465
88 | java.lang.String
89 | phone stolen
90 | java.lang.String
91 | false
92 | java.lang.Boolean
93 | email_username
94 | java.lang.String
95 |
96 |
97 | com.stedo.sendsilentmail
98 | SendSilentMail
99 |
100 |
101 |
102 | 549
103 | %STOLEN
104 |
105 |
106 |
107 |
108 |
--------------------------------------------------------------------------------
/profiles/Toggle_WiFi_Hotspot.prf.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | 1396104781440
4 | true
5 | 1396170976729
6 | 27
7 | true
8 | 28
9 | Toggle WiFi Hotspot
10 |
11 | 13232
12 |
13 |
14 | 04B7AB62842A80 - erneutes einlessen
15 | java.lang.String
16 | true
17 | java.lang.Boolean
18 | true
19 | java.lang.Boolean
20 | true
21 | java.lang.Boolean
22 | 4
23 | java.lang.Integer
24 | 04B7AB62842A80
25 | java.lang.String
26 |
27 | java.lang.String
28 |
29 |
30 | se.badaccess.locale.nfc
31 | Locale NFC Plugin
32 |
33 |
34 |
35 | 1396104900145
36 | 1396106860037
37 | 28
38 | WiFi Hotspot Toggle
39 |
40 | 11820
41 |
42 |
43 | Wifi Hotspot Toggle
44 | java.lang.String
45 | wifi_hotspot
46 | java.lang.String
47 | true
48 | java.lang.Boolean
49 | Wifi Hotspot Toggle
50 | java.lang.String
51 | true
52 | java.lang.Boolean
53 |
54 |
55 | com.intangibleobject.securesettings.plugin
56 | Secure Settings
57 |
58 |
59 |
60 |
61 |
--------------------------------------------------------------------------------
/tasks/Driving.tsk.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | 1396130070721
4 | 1396172613323
5 | 36
6 | Driving
7 |
8 | 37
9 | %DRIVING
10 | 5
11 | 0
12 |
13 |
14 | 547
15 | %DRIVING
16 | 1
17 |
18 |
19 |
20 |
21 | 43
22 | %DRIVING
23 | 5
24 | 1
25 |
26 |
27 | 547
28 | %DRIVING
29 | 0
30 |
31 |
32 |
33 |
34 | 38
35 |
36 |
37 |
38 |
--------------------------------------------------------------------------------
/tasks/FindMe.tsk.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | 1396129386789
4 | 1396172381321
5 | 31
6 | FindMe
7 | 10
8 |
9 | 307
10 |
11 |
12 |
13 |
14 |
15 | 445
16 | Music/Rush (Original Motion Picture Soundtrack)/19 Mount Fuji.mp3
17 |
18 |
19 |
20 |
21 |
22 | 523
23 | Find Me
24 |
25 |
26 | hd_aaa_nixx_bolt
27 |
28 |
29 |
30 |
31 |
32 |
33 |
34 | 449
35 |
36 |
37 |
38 | hl_av_stop
39 |
40 |
41 |
42 |
43 |
44 |
--------------------------------------------------------------------------------
/tasks/Good_Morning.tsk.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | 1346559128768
4 | 1396164565395
5 | 25
6 | Good Morning
7 | 10
8 |
9 | 25
10 | com.morning
11 | 1.0
12 | 3
13 |
14 |
15 | 118
16 | http://ical.wunderground.com/auto/ical/global/stations/68262?units=metric
17 |
18 |
19 |
20 |
21 | text/xml
22 |
23 |
24 |
25 | 547
26 | %result
27 | %HTTPD
28 |
29 |
30 |
31 |
32 | 590
33 | %result
34 | DESCRIPTION:
35 |
36 |
37 |
38 | 590
39 | %result2
40 | \n
41 |
42 |
43 |
44 | 559
45 | Good morning, it's %TIME. The weather report for %result21
46 | com.google.android.tts:eng-gbr
47 |
48 |
49 |
50 |
51 |
52 |
53 |
54 | 20
55 | false
56 |
57 | com.google.apps.dots.android.app.activity.CurrentsStartActivity
58 | com.google.android.apps.magazines
59 |
60 |
61 |
62 |
63 |
64 |
65 |
66 |
--------------------------------------------------------------------------------
/tasks/Home.tsk.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | 1394891311303
4 | 1396165313728
5 | 20
6 | Home
7 | 10
8 |
9 | 425
10 |
11 |
12 |
13 | 310
14 |
15 |
16 |
17 | 808
18 |
19 |
20 |
21 | 810
22 |
23 |
24 |
25 |
26 |
27 |
28 | 822
29 |
30 |
31 |
32 | 11820
33 |
34 |
35 | Clear Password
36 | java.lang.String
37 | false
38 | java.lang.Boolean
39 | password_reset
40 | java.lang.String
41 | Clear Password
42 | java.lang.String
43 | true
44 | java.lang.Boolean
45 |
46 |
47 | com.intangibleobject.securesettings.plugin
48 | Secure Settings
49 |
50 |
51 |
52 |
53 |
--------------------------------------------------------------------------------
/tasks/Home_Night.tsk.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | 1394891311303
4 | 1396165324473
5 | 3
6 | Home Night
7 | 10
8 |
9 | 425
10 |
11 |
12 |
13 | 310
14 |
15 |
16 |
17 | 808
18 |
19 |
20 |
21 | 810
22 |
23 |
24 |
25 |
26 |
27 |
28 | 822
29 |
30 |
31 |
32 | 11820
33 |
34 |
35 | Clear Password
36 | java.lang.String
37 | false
38 | java.lang.Boolean
39 | password_reset
40 | java.lang.String
41 | Clear Password
42 | java.lang.String
43 | true
44 | java.lang.Boolean
45 |
46 |
47 | com.intangibleobject.securesettings.plugin
48 | Secure Settings
49 |
50 |
51 |
52 |
53 |
--------------------------------------------------------------------------------
/tasks/Home_Status.tsk.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | 1396114468982
4 | 1396171504280
5 | 29
6 | Home Status
7 | 10
8 |
9 | 37
10 | %HOME
11 | 5
12 | 1
13 |
14 |
15 | 547
16 | %HOME
17 | 0
18 |
19 |
20 |
21 |
22 | 43
23 | %HOME
24 | 5
25 | 0
26 |
27 |
28 | 547
29 | %HOME
30 | 1
31 |
32 |
33 |
34 |
35 | 38
36 |
37 |
38 |
39 |
--------------------------------------------------------------------------------
/tasks/Leave_Home.tsk.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | 1394891311303
4 | 1396165284036
5 | 21
6 | Leave Home
7 | 10
8 |
9 | 425
10 |
11 |
12 |
13 | 310
14 |
15 |
16 |
17 | 808
18 |
19 |
20 |
21 | 810
22 |
23 |
24 |
25 |
26 |
27 |
28 | 822
29 |
30 |
31 |
32 | 11820
33 |
34 |
35 | Set Pin
36 | java.lang.String
37 | true
38 | java.lang.Boolean
39 | X6X1fN/BsI4=]xBI/jrA19xvSFRmUMzL77A==]CuGzmlbeqBmNFxxTXwo9Og==
40 | java.lang.String
41 | pin
42 | java.lang.String
43 | password_reset
44 | java.lang.String
45 | Set Pin
46 | java.lang.String
47 | true
48 | java.lang.Boolean
49 |
50 |
51 | com.intangibleobject.securesettings.plugin
52 | Secure Settings
53 |
54 |
55 |
56 |
57 |
--------------------------------------------------------------------------------
/tasks/Meeting.tsk.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | 1394901471407
4 | 1396171874955
5 | 4
6 | Meeting
7 | 10
8 |
9 | 4
10 | com.orbis.meeting
11 | 1.2
12 | 4
13 |
14 |
15 | 37
16 | %MEETING
17 | 5
18 | 0
19 |
20 |
21 | 310
22 |
23 |
24 |
25 | 779
26 |
27 |
28 |
29 |
30 | 547
31 | %MEETING
32 | 0
33 |
34 |
35 |
36 |
37 | 38
38 |
39 |
40 | 523
41 | Meeting
42 |
43 |
44 | hd_aaa_ext_creditcard
45 |
46 |
47 |
48 |
49 |
50 |
51 |
52 | 20
53 |
54 | com.android.contacts.activities.PeopleActivity
55 | com.android.contacts
56 |
57 |
58 |
59 |
60 |
61 |
62 | hl_device_access_call
63 |
64 |
65 |
66 |
67 |
68 | 20
69 |
70 | com.android.calendar.AllInOneActivity
71 | com.android.calendar
72 |
73 |
74 |
75 |
76 |
77 |
78 | hl_collections_go_to_today
79 |
80 |
81 |
82 |
83 |
84 | 20
85 |
86 | com.evernote.ui.HomeActivity
87 | com.evernote
88 |
89 |
90 |
91 |
92 |
93 |
94 | hl_device_access_storage
95 |
96 |
97 |
98 |
99 | 721
100 | Meeting.w / Business Card
101 |
102 |
103 |
104 | 721
105 | Meeting.w / Calendar
106 |
107 |
108 |
109 | 721
110 | Meeting.w / Evernote
111 |
112 |
113 |
114 | 547
115 | %MEETING
116 | 1
117 |
118 |
119 |
120 |
121 | 43
122 | %MEETING
123 | 5
124 | 1
125 |
126 |
127 | 310
128 |
129 |
130 |
131 | 304
132 |
133 |
134 |
135 |
136 |
137 |
138 |
--------------------------------------------------------------------------------
/tasks/Read_SMS.tsk.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | 1396129745967
4 | 1396172521326
5 | 33
6 | Read SMS
7 |
8 | 559
9 | SMS from, %SMSRN
10 | Message:
11 | %SMSRB
12 | com.google.android.tts:eng-gbr
13 |
14 |
15 |
16 |
17 |
18 |
19 |
20 |
21 |
--------------------------------------------------------------------------------
/tasks/Reject_phone_driving.tsk.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | 1396130292089
4 | 1396172773461
5 | 38
6 | Reject phone driving
7 |
8 | 559
9 | %CNAME is calling
10 | com.google.android.tts:eng-gbr
11 |
12 |
13 |
14 |
15 |
16 |
17 |
18 | 30
19 |
20 |
21 |
22 |
23 |
24 |
25 |
26 | 41
27 | %CNUM
28 | I'm busy driving, I'll give you a call back as soon possible
29 |
30 |
31 |
32 | 733
33 |
34 |
35 |
36 |
--------------------------------------------------------------------------------
/tasks/Sound_Profile_Normal.tsk.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | 1394960029724
4 | 1394960036470
5 | 8
6 | Sound Profile Normal
7 |
8 | 310
9 |
10 |
11 |
12 |
13 |
--------------------------------------------------------------------------------
/tasks/Stolen.tsk.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | 1396125676909
4 | 1396172263142
5 | 10
6 | Stolen
7 | 10
8 |
9 | 101
10 |
11 | stolen
12 |
13 |
14 |
15 | 800x480
16 |
17 |
18 |
19 |
20 |
21 |
22 | 902
23 |
24 |
25 |
26 |
27 |
28 |
29 | 547
30 | %STOLEN
31 | Date: %TIME - %DATE
32 | Battery: %BATT%
33 | Location: %LOC
34 | Location Accuracy: %LOCACC
35 | WiFi:
36 | %WIFII
37 |
38 |
39 |
40 |
41 | 10258
42 |
43 |
44 | %FOTO>
45 | java.lang.String
46 | true
47 | java.lang.String
48 |
49 | java.lang.String
50 |
51 | java.lang.String
52 |
53 | java.lang.String
54 | your@email.com / your@email.com / phone stolen
55 | java.lang.String
56 | 4052
57 | java.lang.Integer
58 | %STOLEN
59 | java.lang.String
60 | username password smtphost sender receiver smtpport message subject attachedfiles bodyfile cc bcc
61 | java.lang.String
62 | true
63 | java.lang.Boolean
64 | email_password
65 | java.lang.String
66 | your@email.com
67 | java.lang.String
68 | your@email.com
69 | java.lang.String
70 | smtp.gmail.com
71 | java.lang.String
72 | 465
73 | java.lang.String
74 | phone stolen
75 | java.lang.String
76 | false
77 | java.lang.Boolean
78 | your@email.com
79 | java.lang.String
80 |
81 |
82 | com.stedo.sendsilentmail
83 | SendSilentMail
84 |
85 |
86 |
87 | 549
88 | %STOLEN
89 |
90 |
91 |
92 |
93 |
--------------------------------------------------------------------------------
/tasks/Vibrate_Only.tsk.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | 1394959905283
4 | 1394972322651
5 | 6
6 | Vibrate Only
7 |
8 | 310
9 |
10 |
11 |
12 |
13 |
--------------------------------------------------------------------------------
/tasks/WiFi_Hotspot_Toggle.tsk.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | 1396104900145
4 | 1396172018229
5 | 28
6 | WiFi Hotspot Toggle
7 |
8 | 11820
9 |
10 |
11 | Wifi Hotspot Toggle
12 | java.lang.String
13 | wifi_hotspot
14 | java.lang.String
15 | true
16 | java.lang.Boolean
17 | Wifi Hotspot Toggle
18 | java.lang.String
19 | true
20 | java.lang.Boolean
21 |
22 |
23 | com.intangibleobject.securesettings.plugin
24 | Secure Settings
25 |
26 |
27 |
28 |
29 |
--------------------------------------------------------------------------------