[XAP][Root/FullUnlock][OpenSource]Profiles WP7 - Windows Phone 7 Apps and Games

Hi friends. There is simple application, which does only ringing and vibrations management in wanted times. For example default settings is "Silent" mode every weekday from 00:30 to 08:00 and every weekend from 01:00 to 11:00. Application is integrated to system startup, then this works after phone switch on (soft reset) on background. It works on unlocked phones or installator must be allowed by WP7 Root Tools. I have no time to finish managed UI, then times changing is necessary byhand in registry (by WP7 Root Tools or another registry editor, or edit ProfilesWP7.reg file and use Phone Commander, Reg BackUp, or by WMDC you can use Remote Registry Editor or CERegEditor from PC). Default settings:
REGEDIT4
[HKEY_CURRENT_USER\Software\LFT]
[HKEY_CURRENT_USER\Software\LFT\Profiles]
[HKEY_CURRENT_USER\Software\LFT\Profiles\Weekday]
"Day0"=dword:00000000
"Day6"=dword:00000000
"Day5"=dword:00000001
"Day4"=dword:00000001
"Day3"=dword:00000001
"Day2"=dword:00000001
"Day1"=dword:00000001
"Once"=dword:00000000
"Ringing"=""
"Vibration"=""
"Silent"="00:30"
"RingingVibration"="08:00"
[HKEY_CURRENT_USER\Software\LFT\Profiles\Weekend]
"Day0"=dword:00000001
"Day6"=dword:00000001
"Day5"=dword:00000000
"Day4"=dword:00000000
"Day3"=dword:00000000
"Day2"=dword:00000000
"Day1"=dword:00000000
"Once"=dword:00000000
"Ringing"=""
"Vibration"=""
"Silent"="01:00"
"RingingVibration"="11:00"
You can change values or add new subkey to [HKEY_CURRENT_USER\Software\LFT\Profiles\]
If "Once"=dword:00000001 is setted in any key, then values will used once only and "Once"=dword:00000000 will updated automaticly after it.
Full behaviour description is here.
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
You can "Start" application, after "Install" only.
Because apllication is unfinished now (I look for Silverlight coder to make UI - Source Code published here), I will update actual version for download here.
Because Ic.cz hosting is unstable sometime, there is also ProfilesWP7.xap attached here, but it may be obsolete.

Martin7Pro said:
Hi friends. There is simple application, which does only ringing and vibrations management in wanted times. For example default settings is "Silent" mode every weekday from 00:30 to 08:00 and every weekend from 01:00 to 11:00. Application is integrated to system startup, then this works after phone switch on (soft reset) on background. It works on unlocked phones or installator must be allowed by WP7 Root Tools. I have no time to finish managed UI, then times changing is necessary byhand in registry (by WP7 Root Tools or another registry editor, or edit ProfilesWP7.reg file and use Phone Commander or Remote Registry Editor). Default settings:
REGEDIT4
[HKEY_CURRENT_USER\Software\LFT]
[HKEY_CURRENT_USER\Software\LFT\Profiles]
[HKEY_CURRENT_USER\Software\LFT\Profiles\Weekday]
"Day0"=dword:00000000
"Day6"=dword:00000000
"Day5"=dword:00000001
"Day4"=dword:00000001
"Day3"=dword:00000001
"Day2"=dword:00000001
"Day1"=dword:00000001
"Once"=dword:00000000
"Ringing"=""
"Vibration"=""
"Silent"="00:30"
"RingingVibration"="08:00"
[HKEY_CURRENT_USER\Software\LFT\Profiles\Weekend]
"Day0"=dword:00000001
"Day6"=dword:00000001
"Day5"=dword:00000000
"Day4"=dword:00000000
"Day3"=dword:00000000
"Day2"=dword:00000000
"Day1"=dword:00000000
"Once"=dword:00000000
"Ringing"=""
"Vibration"=""
"Silent"="01:00"
"RingingVibration"="11:00"
You can change values or add new subkey to [HKEY_CURRENT_USER\Software\LFT\Profiles\]
If "Once"=dword:00000001 is setted in any key, then values will used once only and "Once"=dword:00000000 will updated automaticly after it.
You can "Start" application, after "Install" only.
Because apllication is unfinished now (I look for Silverlight coder to make UI), I will update actual version for download here.
Because Ic.cz hosting is unstable sometime, there is also ProfilesWP7.xap attached here, but it may be obsolete.
Click to expand...
Click to collapse
Grate,
I will test the application it is useful. Can I ask you to make another one that I need if it is possible of course. I need the same application but to turn On and Off Bluetooth in some days and some times. I ride motorcycle to work and back to home every day and I have Bluetooth hands free in the helmet so every time I go on bike to go to work or to back home I need to start and stop manually Bluetooth on the phone and this is for window of 1 hour. Also another problem is that when I use the phone without hands free I turn talking volume of the speaker to 3 but when I am on the motorcycle I need talking volume 10 (max) to hear normal on the Bluetooth in the helmet so what I do I put some number and start to dial, after that I put Vol Up from 3 to 10 and than immediately hang up this is just for turning Vol UP during next conversation in which I will not be able to manage the phone because I need two hands on the handle bar till I ride the motorcycle . If you can do such like this application it will be grate. Also it will work if talking volume changes to 10 (max) every time the Bluetooth is turn on automatic .
Happy new year.

I installed application on my HTC Radar and works great thanks friend. Can you do the application to change ringing volume also ? It will be useful if during the night the phone is for example on ringing vol 3 without vibration, and during the day to be on ringing vol 30 with vibration .

Universal scheduler
Hi friends.
It is possible and easy to add any other specifical action to Profiles scheduller. But, everybody want different features scheduled. Then, I will add universal functionality.
For example:
...
RegFile=RingingVolume3.reg
ShellExec=AnotherApp.exe
TaskExec={UID}
RegDWord=[(KeyPath)\\(ValueName)]=(Value)
RegString=[(KeyPath)\\(ValueName)]=(Value)
...
See news here. Shell execution and DWord/String Registry writing is near future, .reg files interpreter is on the way (I must prepare 3rd code parts from it for clean copyright to be publishable). Managed execution is solved by Ultrashot and DFT, but it needs additional features (visible page of native app etc.), then it will added only when somebody will need it urgently.

Martin7Pro said:
Hi friends.
It is possible and easy to add any other specifical action to Profiles scheduller. But, everybody want different features scheduled. Then, I will add universal functionality.
For example:
...
RegFile=RingingVolume3.reg
ShellExec=AnotherApp.exe
TaskExec=((UID))
RegDWord=((KeyPath))/((ValueName))=((Value))
RegString=((KeyPath))/((ValueName))=((Value))
...
See news here. Execution and DWord is near future, .reg files interpreter is on the way.
Click to expand...
Click to collapse
Martin you are great I will wait for this new function soon. I need it very much it will make my life easier .

"Silent"="01:00"
"RingingVibration"="11:00"
12 Hours or 24 Hours ?

titi66200 said:
"Silent"="01:00"
"RingingVibration"="11:00"
12 Hours or 24 Hours ?
Click to expand...
Click to collapse
I suppose 24 Hours tonight I put in 23:00 so tomorrow I will now for sure .

titi66200 said:
"Silent"="01:00"
"RingingVibration"="11:00"
12 Hours or 24 Hours ?
Click to expand...
Click to collapse
24 Hours. You can unificate every event too or combine it. For example:
[HKEY_CURRENT_USER\Software\LFT\Profiles\SundayMorning]
"Day0"=dword:00000001
"RingingVibration"="09:00"
[HKEY_CURRENT_USER\Software\LFT\Profiles\SundayEvening]
"Day0"=dword:00000001
"Vibration"="20:00"
"Silent"="22:30"
[HKEY_CURRENT_USER\Software\LFT\Profiles\MondayMorning]
"Day1"=dword:00000001
"RingingVibration"="07:00"
etc.
KeyName is unimportant, it must be unicate only.

Martin7Pro said:
24 Hours. You can unificate every event too or combine it. For example:
[HKEY_CURRENT_USER\Software\LFT\Profiles\SundayMorning]
"Day0"=dword:00000001
"RingingVibration"="09:00"
[HKEY_CURRENT_USER\Software\LFT\Profiles\SundayEvening]
"Day0"=dword:00000001
"Vibration"="20:00"
"Silent"="22:30"
[HKEY_CURRENT_USER\Software\LFT\Profiles\MondayMorning]
"Day1"=dword:00000001
"RingingVibration"="07:00"
etc.
KeyName is unimportant, it must be unicate only.
Click to expand...
Click to collapse
I used this app during the night it was great thank you.
There is one thing when the profile changes from ring+vibr to vibr the phone vibrating once but not big problem.
Now I mansion to make my daughter Lumia with this profile to use it at school. I want to make phone to vibration when she is in class and go to ringing+vibr when she is in the brake. So my question is that can I write only values that I need or I have to write every time all 12 values? I think I don't need all 12 Values according your previous post. Another for this at school I have to create a lot of keynames but is there some restriction of quantity of keynames ?

Tonyco1 said:
I used this app during the night it was great thank you.
There is one thing when the profile changes from ring+vibr to vibr the phone vibrating once but not big problem.
Now I mansion to make my daughter Lumia with this profile to use it at school. I want to make phone to vibration when she is in class and go to ringing+vibr when she is in the brake. So my question is that can I write only values that I need or I have to write every time all 12 values? I think I don't need all 12 Values according your previous post. Another for this at school I have to create a lot of keynames but is there some restriction of quantity of keynames ?
Click to expand...
Click to collapse
Once vibration is inner WP7 property, when you change to "vibration only" mode, I could do nothing.
Application works simply: This one see all subkeys under [HKEY_CURRENT_USER\Software\LFT\Profiles\] twice in minute. For each of them see if "Once" value is setted, or if "Day0".."Day7" is setted and equal to actual day of the weak. If yes, application sees "Silent", "Ringing", "Vibration", "RingingVibration" string values. If any of them is nonempty and readed time is equal to actual time, application changes WP7 registry value [HKCU/ControlPanel/Sounds/RingerVibrateState] to:
2 = Ringing only
0 = Silent
1 = Vibrate only /// You can chage manually to "1" in Registry Editor, phone vibrates once everytime itself.
3 = Vibrate and ringing
Than all you can change values by this behaviour explaining yourself.

Martin7Pro said:
Once vibration is inner WP7 property, when you change to "vibration only" mode, I could do nothing.
Application works simply: This one see all subkeys under [HKEY_CURRENT_USER\Software\LFT\Profiles\] twice in minute. For each of them see if "Once" value is setted, or if "Day0".."Day7" is setted and equal to actual day of the weak. If yes, application sees "Silent", "Ringing", "Vibration", "RingingVibration" string values. If any of them is nonempty and readed time is equal to actual time, application changes WP7 registry value [HKCU/ControlPanel/Sounds/RingerVibrateState] to:
2 = Ringing only
0 = Silent
1 = Vibrate only /// You can chage manually to "1" in Registry Editor, phone vibrates once everytime itself.
3 = Vibrate and ringing
Than all you can change values by this behaviour explaining yourself.
Click to expand...
Click to collapse
I got it thanks Martin. I do it it is very easy.
I waiting for Bluetooth and volume level it will be great

Hi Martin,
did you work on profiles project ? I wonder if you do the application that will turn on and off the Bluetooth in certain hours during the day. I start riding my motorbike and it is very annoying every day morning and evening to turn on and off Bluetooth . Also I use profiles application current version every day it is quite useful thanks for writing it. I have a question I change the profiles which you create by default with my times for silent and ringing but after I reset the phone it returns to default that you created so I need to change it again. I didn't try to create my own profile and to put times in it but if I create my own profile and restart the phone do I loose my own profile ?

Related

KaiserTweak (Dec 9, 2007)

Hey all,
was tired of the CAB madness, so I made a little tool (KaiserTweak) that can enable and disable a number of registry tweaks.
Download at http://www.jongma.org/KaiserTweak/
Current version is v0.41, dated December 9, 2007. The latest tweaks XML is also from December 9.
If you need assistance with installing it, look at this post.
---
NOTICE
KaiserTweak XML file is currently maintained by Nikagl, and it can be found in this topic.
Do NOT post in that topic, post in this topic.
---
Tweaks:
Call
- Fast Sleep
- Sleep
- Show Battery Icon
- HTC or Windows Mobile Dialer
- Volume Change Beeps
- Ringtone
Text Messages
- Sent Notification
Data (GPRS/EDGE/HSDPA/WIFI)
- Disconnect After
- Always On
- Enabled
- HSDPA
- Wifi standby mode
- Wifi Certificate Message
Bluetooth
- BitPool
- SampleRate
- UseJointStereo
TCP/IP
- TCP Connect Resends
- TCP Data Resends
- TCP Window Size
Security
- Not-certified Warning
Keyboard
- Backlight Timeout
- Slide Wake
Camera
- Save Location
- GPS Photo
- Rotate Bug
- 3MP Panorma Shot (ie. 6MP Camera)
GPS
- Assisted GPS
Power Managment
- Memory Card
- AsyncMac1
- PPTP1
- L2TP1
Notifications
- AC Resume from Suspend
- Battery Resume from Suspend
User Interface
- Window Animation
- Menu Animation
- Vertical Scrollbar Width
- Vertical Scrollbar Button Height
- Horizontal Scrollbar Button Width
- Horizontal Scrollbar Height
- Startup Animation
ClearType
- Landscape
- PocketIE
PocketIE
- Max. Connections
- PIE User Agent CustomBase
- D-Pad Scroll Navigation
TouchFLO
- Sensitivity
- Scroller
- Sound
Today Screen
- Title Bar - Battery / Clock
- Title Bar - Clock Settings
- Date Display
- Wireless Today
HTC Application
- Music Tab
- Music Player for HTC Home Plugin
- Unlock HTC Home
- Scroll, Zoom and Rotate in HTC Album
- X Button in HTC Album
- HTC Home e-mail button
Contacts
- SIM Contacts
Call Log
- Log Clean Period
Locations
- PocketIE Downloads
- Saved Audio
- Saved Video
- Saved Images
Cache
- File System Cache
- File System Filter Cache
- GDI/Font Cache
Tools
- Empty Start Menu
- Default QuickGPS Settings
Screenshot:
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Wonderfull APP!!! Best thing out for the Kaiser at this time!
I'll see about that tweak, it wasn't there yet last time I looked More is always welcome.
I will get a screenshot of UI later, but it really isn't that exciting. It's a real program yes, but it all comes down to some labels and comboboxes that turn things off and on.
Furthermore, I don't know what's going on, but my site is not down :S Several people have downloaded it without trouble and it's on a dedicated 100mibt line.
Heh sorry I noobed up. Forgot /title in the HTML and some browser dont like that =p Too hasty in releasing the actual tool.
Chainfire,
What would be a good value for:
# Performance - File System Cache
# Performance - File System Filter Cache
# Performance - Font Cache
# Performance - TCP Window Size
?
And please add this:
HKCU >Control Panel>Backlight>QKeyLedTimeout
Tap on this entry and in the "value data" box enter the time you want the keyboard to stay on in seconds. Mine is set to 360 or 6 minutes. (default is 10 seconds)
\HKCU\ControlPanel\BackLight\LockLevel\
Change LockLevel to what ever value you want the backlight set to when your device is locked.
I took the values from Paul's registry tweak pack over at MoDaCo, he seems like a guru, so I just used his values. It'll be configurable later on. I'll also look at your other tweaks
Chainfire said:
...
GPRS - 1m Auto Disconnect
...
Click to expand...
Click to collapse
Very interesting tweak for me. Is it made through a registry modification?
Can you tell me which one?
Yeah it's a registry tweak... these are the relevant keys:
HKLM\Comm\CommMgr\Planner\Settings\SuspendResume
HKLM\Comm\CommMgr\Planner\Settings\CacheTime
Thanks for sharing, I take you just need to close the app for the settings to register or is a reset needed?
Touchflo has really been getting on my nerves using npop with unwanted scrolling when selecting, but setting it to off does not seem to do anything so far, I'll see if a reset helps. There seems to be a delay when selecting too, maybe that's Touchflo kicking in too, seems like setting it to high wouldn't help.
Ok a soft reset and the darn scrolling is gone, so that takes care of my question, still a bit of a delay, wonder if sensitivity on high would help...i'll try!
Yeah some tweaks require soft-reset, others dont. I'll be damned if I keep track of which ones need what. Changes are applied when you select the value, not on app shutdown though. I'd always say it's wise to soft-reset the device after any changes, just to be sure.
Chainfire said:
Yeah it's a registry tweak... these are the relevant keys:
HKLM\Comm\CommMgr\Planner\Settings\SuspendResume
HKLM\Comm\CommMgr\Planner\Settings\CacheTime
Click to expand...
Click to collapse
Thank you very much.
I've set
CacheTime=180 (3 minutes)
SuspendResume=GPRS_bye_if_device_off
and it works fine...
gogol said:
And please add this:
...
\HKCU\ControlPanel\BackLight\LockLevel\
Change LockLevel to what ever value you want the backlight set to when your device is locked.
Click to expand...
Click to collapse
I'll add that if you give me the min and max values
Is there a tweak to have the keyboard turn on each time a key is pressed ? I find that sometimes it doesn't turn on when I'd need it too.
GpsPasSion said:
Is there a tweak to have the keyboard turn on each time a key is pressed ? I find that sometimes it doesn't turn on when I'd need it too.
Click to expand...
Click to collapse
just turn off the Auto backlight sensor and it will do this not reg tweak needed
I don't know. It seems to work fine for me though?
GpsPasSion said:
Is there a tweak to have the keyboard turn on each time a key is pressed ? I find that sometimes it doesn't turn on when I'd need it too.
Click to expand...
Click to collapse
Yah, usually that's the auto sensor causing problems. Go to settings>buttons then the "backlight" tab and uncheck the keyboard backlight sensor.
Then add the reg tweak from a few posts back to increase the keyboard timeout for greater that the 10 sec default if you like. BTW good to see you here outside your forum, hope you like your Kaiser as much as I do mine!
Chainfire, do you have a donate button? This tweak app may grow into a must have for Kaiser owners if you get all the tweaks in one place. That's a great help, thanks for your effort and sharing!
Hehe ;-) Thanks, that did it, 10 seconds should be fine.
JmJ17 said:
Thank you very much.
I've set
CacheTime=180 (3 minutes)
SuspendResume=GPRS_bye_if_device_off
and it works fine...
Click to expand...
Click to collapse
Can you explain how this is supposed to work? My settings were;
CacheTime=600 (I changed to 300)
SuspendResume=~GPRS! (changed to GPRS_bye_if_device_off)
I figured that the GPRS connection would close in 5 minutes of no use, or close if I turned the phone off (standby). But it seems to remian connected once it's established.
I'd appreciate any pointers!
Update KaiserTweak to v0.2 to add a few more tweaks. Webpage should also work good now. Webpage is a 'quickie' though, dont look at it, but read it Added short description of the various tweaks to the webpage and also added a screenshot from the VS2K5 debugger (it almost resembles the Kaiser ).

[Tutorial] How to set up sms/call/email count with tasker and minimalistic text

Since tasker can be complicated ive tried to make this as simple as possible even though it might not seem like it. This is my first tutorial so constructive criticism and comments are appreciated!
NOTE: If you dont know what Tasker is research it and what it does otherwise you wont understand this tutorial.
1. Setting up the first profile
A. Okay first we need to start a new profile in tasker by clicking "new" on the bottom.
Name it whatever you want or leave it blank.
Your first profile should look like this once completed:
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
2. Setting when your context so tasker will know when its supposed to do something
A. You want your context to be "received text".
Choosing through menus go to "Event>Phone>Received Text"
3. Setting up what tasker is supposed to do when the "conditions/context" are met
A. Next we need a task, name it whatever you want or leave it blank. Add a task by clicking the plus on the bottom left. When choosing actions you want to navigate to "Variable>Variable Set"
When setting up this variable, you want it to look like this:
Make sure there are spaces between the + and 1 and "Do Maths" is checked otherwise it wont display right.
4. Setting up tasker so it will send the sms count to Minimalistic Text widget
A. Add a 2nd task by clicking the plus on the bottom left. When choosing an action navigate to "Plugin>Minimalistic Text variable settings. The settings will show up, set them up like this:
Okay so we've set up a profile to add a 1 to the count everytime you have a new text. Problem is, we have to set up another profile to reset the count to 0 after youve read your texts
5. Setting up the 2nd profile so your sms app to reset the count to 0 when closed
A. Start a new profile, name it or not, and add a context of "Application>whatever messaging app you use here". I use chompsms so for me its "Application>chompsms".
It will look like this when completed:
B. Set up the new variable like so:
This will reset the counter to zero everytime you close out of your messaging app
EDIT: its also possible to have not have the zero displayed so theres nothing there. Instead of using "variable set" use "variable clear" with the variable your using.
THANKS: ayhaadam for reminding me of this
C. Add one more variable to have Tasker display it through Minimalistic text. Its the same set up as step 4A
6. Setting up minimalistic text to display tasker variables
A. Create a new minimal text widget on your homescreen/lockscreen and choose "custom layout". Add "Locale Variable" from Misc and set up the variable name to be % MNMLMSGCOUNT
NOTE: Minimal text will not add "SMS" or "MESSAGES" in front of the count. You have to manually add it with "Static Text" under Misc
Exapmles of how i use it:
Please leave questions or comments if you have them and since i did this on my phone i will check how it looks on a computer soon
Thanks: thedesolatesoul for explaining to me how to set this up! He should post a screen of his so we'll see how his is set up
Update 2-10
Missed Call Count: call count is achieved by following the tutorial and changing "MSGCOUNT" to "MISSEDCALL" and changing the 2nd profile app to phone
Update 2-11
Unread Email Count: this works with only K-9 since its open source. Same set up for sms count just different context "K9 Email Received" and different variable "%UNREADEMAILCOUNT". The 2nd profile context to set it to zero is app "K9"
thanks for the guide! this is wayy shorter than the other variants
i think a couple images are missing though
I appreciate you posting this.. always looking for new ways to use Tasker.. I've only scratched the surface so far..
Thanks guys! Ill add more pictures too
Do you have any other cool things you've done with Tasker?
rrambo said:
Do you have any other cool things you've done with Tasker?
Click to expand...
Click to collapse
Ive only used it for sms but you can use it for weather, call count, battery, just about anything
Great TUT, thank-you very much!
giank30 said:
Great TUT, thank-you very much!
Click to expand...
Click to collapse
No problem
Hi,
Awesome, I will try !!
Edit : I succeed everything, only one. When I go in Minimalistic, I create my own, and in my homescreen there is : "SMS : " but no 0 with ..
Have you got any idea?
( I am so sorry for my bad english, I hope you understand..)
Loam1990 said:
Hi,
Awesome, I will try !!
Edit : I succeed everything, only one. When I go in Minimalistic, I create my own, and in my homescreen there is : "SMS : " but no 0 with ..
Have you got any idea?
( I am so sorry for my bad english, I hope you understand..)
Click to expand...
Click to collapse
Try going into your sms app and then hitting home or back
Nothing happens
I don't understant, I did like you said
In minimalistic, it's writing : "SMS[LOCTV]
Loam1990 said:
Nothing happens
I don't understant, I did like you said
In minimalistic, it's writing : "SMS[LOCTV]
Click to expand...
Click to collapse
Did you set LOC to %MNMLMSGCOUNT?
In "Variable Name" ? I did..
Great post!
Loam1990 said:
In "Variable Name" ? I did..
Click to expand...
Click to collapse
Hmm im not sure. With the app profile make sure your variable is set "To 0"
It is in "To 0"...
Maybe I found the problem ! Tasker says me "no profil active", is it the problem ? How can I active my profil ?
Sorry for all my questions
Loam1990 said:
It is in "To 0"...
Maybe I found the problem ! Tasker says me "no profil active", is it the problem ? How can I active my profil ?
Sorry for all my questions
Click to expand...
Click to collapse
Haha its alright. Make sure all your profiles are checked on the right and in the bottom right make sure the on is green like so:
Then hit apply and it should work fine
I don't understand, everything looks good, but nothing happens ! I don't understand
Loam1990 said:
I don't understand, everything looks good, but nothing happens ! I don't understand
Click to expand...
Click to collapse
Do you have a task killer running? Im not sure if it matters with tasker but i always set it to "ignore"
Our next option - post your screens of your tasks from the task edit menu
Sent from planet earth
Nice work akoe...i like the direction this is heading in
Loam1990,
You need to break down what actually isnt working
First find out if the context is being triggered, then find out if the task is working, then find out why the variable isnt reaching minimalistic text
...and easy way to do this is go into the tasks you made for clearing the count, and press the 'Test' button at the bottom
If it works it means your tasks are fine and your context is wrong
otherwise your context is right but your tasks/variables are wrong
anyways...just wanted to post my screenshot too

[APP|ROOT] Snotify - [R] - 2012-04-22 - [U] 2012-07-04 - Silences Notification Sounds

Snotify is an application that let you set up a schedule for when Notification sounds should be disabled. You can set multiple schedules for email, texts, toast notifications, master volume and vibrate. For each schedule you can set which days of the week it should apply to (much like the built-in alarm app).
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Download:
1.2: http://www.jmd-software.net/file.axd?file=2012/7/Snotify_1_2_0_1171.xap
1.1: http://www.jmd-software.net/file.axd?file=2012/4/Snotify_1_1_0_1155.xap
1.0: http://www.jmd-software.net/file.axd?file=2012/4/Snotify_1_0_0_1153.xap
Changelog:
http://www.jmd-software.net/page/Snotify.aspx
You'll also need WP7 Root Tools from http://www.wp7roottools.com/ . I've tested the app on a HTC HD2 with WP7 Root Tools 0.9.
This application relies on a background task to toggle the setting. Unless the "Resource Intensive Task" is allowed to run it may take up to 30 minutes for the application to react. If you do not connect your phone to an external power source you'll have to take this into consideration.
Thanks to Heathcliff74 for making this possible (WP7 Root Tools SDK)!
Cool app
Cool app really like it.Is it possible that you could just add in a full mute? Basiclly I want it to just mute everything during 8:00 to 5:30. Also I hope you add in a feature to allow days such as only running it on monday-friday.
And I have 1 question, what do you mean by this"Resource Intensive Task is allowed to run" is this a registry edit I have to make or something?
Rly neat!
But how about disable vibrate too?
And the ability to create "profiles", in wich you can choose what to mute/disable during given time and days?
That would be really awesome, as you could get a full night of sleep everyday and avoid the humiliation of everyone in class hearing your ridiculous ringtone during workdays
starsoccer9 said:
Cool app really like it.Is it possible that you could just add in a full mute? Basiclly I want it to just mute everything during 8:00 to 5:30. Also I hope you add in a feature to allow days such as only running it on monday-friday.
And I have 1 question, what do you mean by this"Resource Intensive Task is allowed to run" is this a registry edit I have to make or something?
Click to expand...
Click to collapse
A full mute would be possible, so I'll consider it. A more advanced schedule is possible as well, I just have to decide the way to implement it and find time to do so.
Windows Phone Apps can run either as Periodic or Resource Intensive Tasks/Agents. A Periodic agent runs once every thirty minute, unless the OS decides to delay the execution (most commonly caused by a low battery level). Resource Intensive Tasks can only run when the phone is connected to an external power source, is almost fully charged and got access to an internet connection other than the radio (WiFi or USB to computer). The app uses both but the OS decides whether any of them actually runs.
fredsky2 said:
Rly neat!
But how about disable vibrate too?
And the ability to create "profiles", in wich you can choose what to mute/disable during given time and days?
That would be really awesome, as you could get a full night of sleep everyday and avoid the humiliation of everyone in class hearing your ridiculous ringtone during workdays
Click to expand...
Click to collapse
The notification is disabled, so it applies to the vibration as well. I realize I haven't made this entirely clear.
Thanks for the ideas .
Regards
Johan
Ooije said:
A full mute would be possible, so I'll consider it. A more advanced schedule is possible as well, I just have to decide the way to implement it and find time to do so.
Windows Phone Apps can run either as Periodic or Resource Intensive Tasks/Agents. A Periodic agent runs once every thirty minute, unless the OS decides to delay the execution (most commonly caused by a low battery level). Resource Intensive Tasks can only run when the phone is connected to an external power source, is almost fully charged and got access to an internet connection other than the radio (WiFi or USB to computer). The app uses both but the OS decides whether any of them actually runs.
The notification is disabled, so it applies to the vibration as well. I realize I haven't made this entirely clear.
Thanks for the ideas .
Regards
Johan
Click to expand...
Click to collapse
K cool well thanks. I like the app but It doesnt really help me yet since it doesnt do a full mute. I will be waiting for a full mute. Also you should get your app onto Bazzar.
Suggest you to implement live tile which will allow anybody to turn off any of the notification instantly.
I would have loved control on the volume but turning of is what most of the people do.
Thanks for the App, Works on my Samsung Focus 8107.
if you can add call ring support
thanks ... testing
require setting the ringer volume
Thanks for all the suggestions. The next version will include two new settings, "Master Volume" and "Vibrate". Hopefully I'll be able to release it on Sunday.
Master Volume = Turn off the volume for all types of sounds and notifications, including ringtone. The phone will still vibrate for calls and notifications.
Vibrate = Turns off vibrations for ring and all notifications. Sounds will still be played.
Using Master Volume + Vibrate together will completely silence the phone.
Adding Secondary Tile support will only save one click and take a few hours to implement, so I'm not going to include it in this release.
Regards
Johan
Ooije said:
Thanks for all the suggestions. The next version will include two new settings, "Master Volume" and "Vibrate". Hopefully I'll be able to release it on Sunday.
Master Volume = Turn off the volume for all types of sounds and notifications, including ringtone. The phone will still vibrate for calls and notifications.
Vibrate = Turns off vibrations for ring and all notifications. Sounds will still be played.
Using Master Volume + Vibrate together will completely silence the phone.
Adding Secondary Tile support will only save one click and take a few hours to implement, so I'm not going to include it in this release.
Regards
Johan
Click to expand...
Click to collapse
in the future you can add flight mode control
and can you pls add option for twice a day?
Will this work on a lumia 900? I just came from android and I was hoping I can find an app for this same exact type of feature. Hopefully It works. Thanks dev.
Version 1.1 is now available with support to disable all sounds and/or vibrations.
duhhh: Sorry, flight mode is a bit out of the scope for this application. This would not work for most people anyway, since disabling flight mode requires you to re-enter your SIM PIN code.
idelgado782: The application should not be phone specific, but it requires that you unlock your phone and that it properly supports WP7 Root Tools. Unfortunatelly I don't think this is available for Lumia 900 yet.
Yea I started reading and that's what I figured so far. I have to keep an eye for the unlock so then I can use this app!!! Thanks for your reply.
Sent from my Lumia 900 using Board Express
Really Like version 1.1 but still waiting/hoping for a day by day mute schedule.
Also is it possible you could add a feature or something that does the following.
I need it to mute everything at 8:05 but right now it is 7:40. so when it checks again 30mins later it will be 8:10 and will be too late. So could it calculate or figure that out and mute its self at 7:40 because it would otherwise mute too late.
starsoccer9 said:
Really Like version 1.1 but still waiting/hoping for a day by day mute schedule.
Also is it possible you could add a feature or something that does the following.
I need it to mute everything at 8:05 but right now it is 7:40. so when it checks again 30mins later it will be 8:10 and will be too late. So could it calculate or figure that out and mute its self at 7:40 because it would otherwise mute too late.
Click to expand...
Click to collapse
I'm planning to add a schedule like the built in alarm app, but it didn't make it to 1.1. Your other idea is great as well, so i'll put it on the todo-list .
Regards
Johan
K cool well as soon as you add the schedule feature I will be using this app daily.
Thanks for the APP, can you add "airplane mode" control to it? It maybe very useful.
Would be nice if we have daily options like "disable only on Monday at 8AM-4PM"
You know...School is school
Ooije said:
Version 1.1 is now available with support to disable all sounds and/or vibrations.
duhhh: Sorry, flight mode is a bit out of the scope for this application. This would not work for most people anyway, since disabling flight mode requires you to re-enter your SIM PIN code.
idelgado782: The application should not be phone specific, but it requires that you unlock your phone and that it properly supports WP7 Root Tools. Unfortunatelly I don't think this is available for Lumia 900 yet.
Click to expand...
Click to collapse
what about option for twice a day?
one on 13:00-16:00
and 2 on 21:00-07:30

[APP][CLOCK] VibeWatch v0.5b - Bugfix

This is an app created upon a request in this thread by wilsonmc.
It´s layout is created for the Samsung Galaxy Gear but since the code it pretty straight forward it would probably work excellent on any Android device.
It´s simple task is:
If it´s activated, every 5 minutes it makes a vibe based on the users custom set up pattern.
Screenshots:
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Changelog:
0.1b
-Initial release, only basic function
0.2b
- first vibe always starts when clock reaches next even five minutes.
- Holo theme
- Icon added
- Toast shows the time to forst vibe
0.3b
- Custom Vibe pattern, with possible to test the pattern before save
- Counter wich tells how long until next vibe
- New App Name, VibrateWatch out, VibeWatch in!
0.4b
- Added a function to edit Vibe pattern on stock devices without keyboards
- Added a pretty neat feature that makes the clock Vibe every 10mins at morse code, that is: '10 = dot,dash,dash,dash,dah. 20 = dot,dot,dash,dash,dash and so on (Full hour is set as dash,dot,dot,dot,dot)... every '5 in between the app uses the custom vibe pattern, so if the user only want vibes every 10 min, set the vibe pattern to all zeros.
- Added an Help button for info.
0.5b
- Fixed a bug that didn´t let the vibes through when Screen was off and charger not present.
Download:
VibeWatch v0.5b
Request from Dev:
This App is only tested on null_ rom atm.
I´d like if someone could try this on a pure stock Gear and report the result.
st-tps said:
Request from Dev:
This App is only tested on null_ rom atm.
I´d like if someone could try this on a pure stock Gear and report the result.
Click to expand...
Click to collapse
Just tested on stock and there doesn't appear to be any way to change the values from 0s since there's no keyboard installed. You could use a + and - button for each option but it'd be really fiddly on the tiny screen or have them all in a column/row with something like the roller wheel as in the official timer app to set the time under each one.
Otherwise, it's looking fantastic. I'm looking forward to seeing it progress.
Hterag said:
Just tested on stock and there doesn't appear to be any way to change the values from 0s since there's no keyboard installed. You could use a + and - button for each option but it'd be really fiddly on the tiny screen or have them all in a column/row with something like the roller wheel as in the official timer app to set the time under each one.
Otherwise, it's looking fantastic. I'm looking forward to seeing it progress.
Click to expand...
Click to collapse
Ah, ofcourse. Didnt´t think of the missing keyboard. I´ll figure something out.
But if you uninstall (to clear all settings files) and the install again and just tap the ON Toggle, does the default Vibe pattern work as it´s supposed to?
Don´t feel like put alot of effort in creating a way to change the value on Stock if not the basic function works
I'm testing it on the latest Null. I have:
1st Vibe: 50, 1st Pause: 300
2nd Vibe: 100, 2nd Pause: 300
3rd Vibe: 0, 3rd Pause: 0
4th Vibe: 0, 4th Pause: 0
Turning the features on/off does not reset the counter. Meaning if it's running and I shut it down I can open it again and it starts from the previous position and it is still counting. I also tried to turn to it off, change the patterns and turn it back on and it's the same issue.
Otherwise the functionality is awesome. Great deterrent to walk away from conversations with annoying people since they know I can take calles on my watch "Oh, excuse, your five minutes is up sir." . :laugh:
answaiksvoltage said:
I'm testing it on the latest Null. I have:
1st Vibe: 50, 1st Pause: 300
2nd Vibe: 100, 2nd Pause: 300
3rd Vibe: 0, 3rd Pause: 0
4th Vibe: 0, 4th Pause: 0
Turning the features on/off does not reset the counter. Meaning if it's running and I shut it down I can open it again and it starts from the previous position and it is still counting. I also tried to turn to it off, change the patterns and turn it back on and it's the same issue.
Otherwise the functionality is awesome. Great deterrent to walk away from conversations with annoying people since they know I can take calles on my watch "Oh, excuse, your five minutes is up sir." . :laugh:
Click to expand...
Click to collapse
If I understand the "issue" right here I belive you have missed the point a bit (or I´we explained it badly ), the time you can see in the counter is the time from that precise moment until you Gear clock turns into a even 5 minutes.
For example: If the clock is 17:22:30, the timer will show 150 sec since it´s exactly 2 min 30 sec until the clock turns 17:25:00.
So when you turn it off and then on again it will only recalculate to find that exact time again and then show it, never just start at 300 and count downwards.
Have I understand your issue right?
st-tps said:
If I understand the "issue" right here I belive you have missed the point a bit (or I´we explained it badly ), the time you can see in the counter is the time from that precise moment until you Gear clock turns into a even 5 minutes.
For example: If the clock is 17:22:30, the timer will show 150 sec since it´s exactly 2 min 30 sec until the clock turns 17:25:00.
So when you turn it off and then on again it will only recalculate to find that exact time again and then show it, never just start at 300 and count downwards.
Have I understand your issue right?
Click to expand...
Click to collapse
Well I will Homer Simpson myself with a D'oh! My bad. I reread it and missed where you said it auto starts on a 5 minute based on time. So once it reaches a '5" it will then run with my settings correctly? Even if I change the 300 to say a 600?
answaiksvoltage said:
Well I will Homer Simpson myself with a D'oh! My bad. I reread it and missed where you said it auto starts on a 5 minute based on time. So once it reaches a '5" it will then run with my settings correctly? Even if I change the 300 to say a 600?
Click to expand...
Click to collapse
In the initial 0.1b release it worked like an timer, but I added the clock matching feature in v 0.2b, so you will never see a value greater then 300 since it´s the maximal number of seconds for 5 min´s.
The numbers you set in the vibe pattern are stated in milliseconds and let´s you set a pattern for how to vibrate at each 5 min.
I´ll try to add some info about the function in the app...
App Updated to v0.4b!
New version uploaded!
The 0.4b brings a more stock friendly GUI and the posibility to let your Gear tell you the time by Morse code!
Changelog and Download in first post.
And again, someone with a Stock Gear, try this app and report back in this thread!
Great job ! I'm thinking about including your own little section in aroma.. you can feature the apps you want to include.. think about it, hit me up on the chat.
WoW! Absolutely incredible job.
Why is this not in Samsung's app. store!
Tried the app out live today at work and found some naughty bug that sometimes prevents the Vibes to come through when Screen is off.
Don´t bother download the 0.4b, I´ll keep you posted when I got a decent sollution!
App Updated to v0.5b!
New release out with a fix for the bug that I explained in last post.
Changelog and Download in first post.
Nice work Tps! I'm going to try it out at kids coaching on sunday and give you some feedback
Santaclauswitz said:
Nice work Tps! I'm going to try it out at kids coaching on sunday and give you some feedback
Click to expand...
Click to collapse
Do it!,
I´we tried it today at work and it seems to work.
I´ll also try to put in the timer function you requested at the null_ chat.

[PROJECT] Screen Recorder

Hello!
I've made a tasker project to record screen since i don't wanna use an extra app when I can do it with Tasker. I'm using it in a Zooper Widget, but you can as well export it as app.
NOTES:
1) Please let me know if you think that the "code" can be improved or that I did something unnecessary. I'm still a noob.
2) You have to run the task "Start recording" in order to start.
Click to expand...
Click to collapse
REQUIREMENTS:
● Root
● Tasker
● AutoInput Full version
● AutoNotification Full version
Click to expand...
Click to collapse
FEATURES:
● Enable/disable "show touches" option from developer options (it is done through a shell code,
)
● Set custom name for video file (the video gets saved in /sdcard0/AutoInput/ )
Click to expand...
Click to collapse
DOWNLOAD: Record_Screen.prj.xml (file is also attached at the end of post)
SCREENSHOT:
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
#Henkate said:
Hello!
I've made a tasker project to record screen since i don't wanna use an extra app when I can do it with Tasker. I'm using it in a Zooper Widget, but you can as well export it as app.
NOTES:
REQUIREMENTS:
FEATURES:
DOWNLOAD: Record_Screen.prj.xml (file is also attached at the end of post)
SCREENSHOT:
Click to expand...
Click to collapse
Thanks for the cool tasker Project. It works great. I came across one error on my end. That was just the fact I didn't buy auto input and notification. I had only the lite version. Once I bought them everything worked perfectly. Thanks again pal.
Salithox said:
Thanks for the cool tasker Project. It works great. I came across one error on my end. That was just the fact I didn't buy auto input and notification. I had only the lite version. Once I bought them everything worked perfectly. Thanks again pal.
Click to expand...
Click to collapse
Im glad it helps you.
Ive edited the post saying that the full version is required for that apps.
By the way, i found out that screen can be recorded with shell code too, so AutoInput wont be required anymore. I feel bad that in a way youve purchased both apps when this can be done without it. But there are more things which can be done with this app..
I will work on an update which check if phone is rooted or not and if is rooted, it will use only shell codes and if it isnt rooted, then it will use AutoInput and Secure Settings Plugin.
My reply on reddit tasker:
Umm, then maybe I'll make an update which check if ROOT is available with %ROOT variable and use secure settings if phone isn't rooted.
I've got screenrecord working fine through shell code. Screenrecord through shell ( write in terminal emulator screenrecord --help ):
- video resolution
- set the video bit rate, in bits per second. Value may be specified as bits or megabits, e.g. '4000000' is equivalent to '4M'. Default 4Mbps.
- add additional information, such as timestamp overlay, that is helpful in videos captured to illustrate bugs
- Set the maximum recording time, in seconds. Default / maximum is 180.
Now I'm thinking to use shell codes for this and don't use autoinput & autonotification . I don't know, is just an idea
Click to expand...
Click to collapse
EDIT: It seems that screenrecord through shell can be stopped by CTRL-C or when the video reach the specified time. AutoInput still the winner.
#Henkate said:
Im glad it helps you.
Ive edited the post saying that the full version is required for that apps.
By the way, i found out that screen can be recorded with shell code too, so AutoInput wont be required anymore. I feel bad that in a way youve purchased both apps when this can be done without it. But there are more things which can be done with this app..
I will work on an update which check if phone is rooted or not and if is rooted, it will use only shell codes and if it isnt rooted, then it will use AutoInput and Secure Settings Plugin.
My reply on reddit tasker:
EDIT: It seems that screenrecord through shell can be stopped by CTRL-C or when the video reach the specified time. AutoInput still the winner.
Click to expand...
Click to collapse
No worries about having to buy the apps, I was already going to. I just honestly never got around to it. I like the idea of having full Shell commands, but I feel as you have already proven that AI and AN are the way to go. Keep up the good work, and if you ever need testers for stuff feel free to hit me up.
I wanted to share my version of your "Screen Record" project.
Didn't find any good reason to start a new thread, given the fact that I started from your code.
That being said, I've made many changes to it to suit my personal needs and I always keep adding things.
Android version: 8.0 (needed for long tap)
The main changes on the attached "project" file are:
Removed the use of global variables and the use of scenes
Recording is now initiated from a Quick Settings tile (single tap for recording with touches, long tap for recording without touches)
During the recording, I block all notifications
The recording stops in two ways: a) press tile or b) shake phone. (I prefer latter so as the video to remain clean)
The video has a default name. Once recording stops, user is prompted to enter a new name. (I do that using the AWESOME AutoTools, but can be easily replaced by a scene)
At the end, the folder containing the video is added.
Additional (not included) and future functionality:
Share file with specified device using Join
[Future] Select directory to save the file
[Future] Define a time for which the file should remain stored, then it gets deleted (I tend to forget files!)
Requirements:
Root, to enable show touches (can be overpassed using AutoInput)
AutoInput for recording (required)
AutoNotification for tile and blocking notifications (optional: can use Tasker tile and not block notifications)
AutoTools for a RegEx extraction and dialogue displace (optional: can be replaced by tasker actions and a scene)
Some different icons (attached zip file): I've used a bunch of icons (copy the Essential Set folder to your Tasker>.icn directory), credits to the creators at https://www.flaticon.com/ (Essential Set)
If anyone wants help in editing this, I'm more than happy to help.
Also if you can think of any features to be added, please let me know.
sumotori1 said:
I wanted to share my version of your "Screen Record" project.
Didn't find any good reason to start a new thread, given the fact that I started from your code.
That being said, I've made many changes to it to suit my personal needs and I always keep adding things.
Android version: 8.0 (needed for long tap)
The main changes on the attached "project" file are:
Removed the use of global variables and the use of scenes
Recording is now initiated from a Quick Settings tile (single tap for recording with touches, long tap for recording without touches)
During the recording, I block all notifications
The recording stops in two ways: a) press tile or b) shake phone. (I prefer latter so as the video to remain clean)
The video has a default name. Once recording stops, user is prompted to enter a new name. (I do that using the AWESOME AutoTools, but can be easily replaced by a scene)
At the end, the folder containing the video is added.
Additional (not included) and future functionality:
Share file with specified device using Join
[Future] Select directory to save the file
[Future] Define a time for which the file should remain stored, then it gets deleted (I tend to forget files!)
Requirements:
Root, to enable show touches (can be overpassed using AutoInput)
AutoInput for recording (required)
AutoNotification for tile and blocking notifications (optional: can use Tasker tile and not block notifications)
AutoTools for a RegEx extraction and dialogue displace (optional: can be replaced by tasker actions and a scene)
Some different icons (attached zip file): I've used a bunch of icons (copy the Essential Set folder to your Tasker>.icn directory), credits to the creators at https://www.flaticon.com/ (Essential Set)
If anyone wants help in editing this, I'm more than happy to help.
Also if you can think of any features to be added, please let me know.
Click to expand...
Click to collapse
Those are great improvements!
You're free to create a new thread. That way, more people can see your project. It's your choice.
By the way, I've seen your post just because I've checked that page where I can see all the threads I've created, otherwise I wouldn't have seen your post because you haven't quoted my post nor mentioned me. Just a friendly tip, next time you want to contact/ask someone thing or reply him, you should quote his post or mention his name because he'll receive a notification.
@#Henkate Yes should have done that pal, sorry. Hope this one at least works.
I feel you on the use of plugins. That's why I mentioned the fact that all but AutoInput can be substituted for something Tasker native. Maybe I should try and do the same variant without (at least) AutoTools for others to use it more freely. But I'm rubbish on the artistic side of a GUI. But a simple dialogue will suffice I guess.
sumotori1 said:
@#Henkate Yes should have done that pal, sorry. Hope this one at least works.
I feel you on the use of plugins. That's why I mentioned the fact that all but AutoInput can be substituted for something Tasker native. Maybe I should try and do the same variant without (at least) AutoTools for others to use it more freely. But I'm rubbish on the artistic side of a GUI. But a simple dialogue will suffice I guess.
Click to expand...
Click to collapse
I'm sorry for the late reply.
Yep, it worked. I've got the notification .
Forget what I've wrote about the plugins. I've edited my post after I've wrote that but I see that you've already read it. I've forgot that I've used AutoInput and AutoNotification myself lol.
To be honest, i'm not good at designing neither .
I'm not using Tasker anymore since some time, but I'm looking forward to see what further changes you'll make to your project. Good luck!
Hi, I use Stork.ai. It's the best for me.

Categories

Resources