[Tasker] "Tasface": Flick-your-wrist shows watchface! - Ornate TrueSmart

As many of you may know, for newer version of TS (at least for 4th List, May version devices), it's NOT possible to flick your wrist to show watch face since the Accelerator is DISABLED whenever screen is OFF!!!
What an oversight! A smart watch needs you to push a button to see time? What if when you are driving or have both hand full and cannot spare even a finger!?
(My Pebble, on the contrast, works great here!)
I tried to force the screen always on with watch face, it's great, except it kills my battery in around 6 hrs (airplane mode!) Not acceptable!
Thus, Here comes "Tasface". With this, you could achieve:
1. Let TS shows you time WHENEVER you LOOK at the watch! (well, actually when the watch is face up) or when you flick your wrist (You can modify this!)
2. Reduce using your button (if you have an Shortcut supported launcher like Smart Launcher 2)
DISCLAIMER: I will not be responsible if Tasface broke/brick your TS in anyway! Since Tasface is only a set of Tasker profiles/Tasks you can read everything before decide go or not! Tasface DO mess around with system files!
Pre-requests:
===============
1. Your TS must be ROOTED!
2. You need to know Tasker basics! (It's not THAT difficult to use Tasker...)
3. Tasker (Obviously)
4. Watchface by Kurt Huwig (I didn't test other watchface app. May not work with stock lock watchface) https://play.google.com/store/apps/details?id=de.huwig.watchfaces
5. Secure Settings (Required) https://play.google.com/store/apps/details?id=com.intangibleobject.securesettings.plugin
6. Smart Launcher 2 (Optional, any Launchers supports Shortcut will work. With this you can activate Watch face without using button!) https://play.google.com/store/apps/details?id=ginlemon.flowerfree
Set-up
========
1. Have Tasker (required), Watchface (required), Secure Setting (don't forget to install system helper) and Smart Launcher 2 (Optional) installed. DO NOT IMPORT "Tasface" yet!
2. Disable your stock lock watchface: Go to Setting/Personal & Account/Security/Screen lock/None (<-- This IS IMPORTANT)
3. Launch Watchface by Kurt Huwig, than double tap on any watchface to enter setup
  a. check "Keep screen on"
  b. Select desired watchface from "Lockscreen face"
  c. Recommended to disable all other options
4. Check if the Watchface work or not by turn off than turn on your TS by press the upper physical button. You should see the Watchface you selected shows up when screen on. Swipe to return to your launcher and launch Tasker.
5. Unrar and import Tasface into Tasker
6. Close Tasker
7. Turn off --> Turn on your TS with the upper button
8. Profit!
Notes
=======
1. When watchface is displayed:
  a. Touch screen is DISABLED to avoid accidental touch.
  b. Screen will be OFF after 8 seconds (you can setup your prefer time)
  c. Touch screen lock is achieved by putting a transparent Tasker Scene element on top of the Watchface. A small "X" on bottom right screen is used to reactivate the touch screen. You can also push the lower right button (back) to reactive your touch screen.
2. To show watchface (after automatic screen off as Step 1)
  a. Just face the watchface up. The watchface should appear for another 8 seconds
  b. There maybe a 1~2 second delay. This is due to Tasker not detecting the Watchface up event. I cannot do anything about this....
  c. You could change the watchface up to anything else, like "Sensor shake/Backware-Forward"
3. If you have "Smart Launcher 2" or any other launcher supports Shortcut, you can set a icon to task "Lock". With this TS will activate watchface WITHOUT touch physical button. (I heard horrible stories about broken button so want to avoid use them as much as possible!) It's normal the screen will off for 2 second than back on with watchface for 8 seconds!
4. You must wait for automatic screen off or use the "Lock" shortcut to turn off the screen! Tasface will NOT work if you turn off TS by pressing the upper right physical button. This DISABLE the accelerator as mentioned above. To reactive Tasface, just turn on TS by pressing the upper right physical button to show the watchface than wait for automatic screen off.
I wrote this primarily for myself so a there are a lot of bugs. You are free to modify it and make it better. Just let me know if you have any questions and need help or improvement here!
Thanks button is just a click away if I helped you!
Update the attached file to resolve some bugs and improve responseness

Technical stuff -- What is done here?
=================================
It's a bit technical here .... No need to read if you don't care how it works!
Since TS turns off the accelerator whenever screen off, so it's not possible to activate the screen once it's off by external conditions. (You can still set a timer to wake the screen, but it's meaningless)
Thus we need to disable the power hungry backlight while keep the screen on!
I found out that it's possible to control the backlight by doing
Code:
echo 0 > /sys/class/leds/lcd-backlight/brightness
Thus, I set up a Task profile which fires whenever Watchface is activated and TS is face up, to activate the backlight then turn off the backlight again after 8 seconds, but KEEP the TS screen wake! (Only backlight is turned off to save battery!)
Code:
echo 1 > /sys/class/leds/lcd-backlight/brightness
You can change "1" to anything from 1~255. I just found 1 bright enough for me
Since screen/system is always wake, to avoid accidental touch, a transparent Tasker Scene on top of the screen is add to disable the touch screen. A small "X" is on the bottom right to disable this transparent scene if anything goes wrong. (And it does, Tasker is laggy sometimes and too slow to remove this scene automatically!)
I also lower down the CPU cycle to the lowest possible to further saving battery. CPU returns to normal frequency when leaving watch face (into launcher, etc...)
That's all! Folks!

Reserved

Shake
I was able to use application Shake from ADL Dev (com.adl.appshaker) to switch screen on with shake/twist of wrist. You just have to enable "activate when screen off" option - and it is little battery hungry.
Of course I have version 20140513.
I also strongly suspect, that you can force sensors to work when face is off, by switching into "Sports mode" (Run Settings->SMART MODE->Sports Mode)

Piw said:
I was able to use application Shake from ADL Dev (com.adl.appshaker) to switch screen on with shake/twist of wrist. You just have to enable "activate when screen off" option - and it is little battery hungry.
Of course I have version 20140513.
I also strongly suspect, that you can force sensors to work when face is off, by switching into "Sports mode" (Run Settings->SMART MODE->Sports Mode)
Click to expand...
Click to collapse
Thanks for the advice.... I just think since I already have Tasker on my TS, I want to find a way to not to use additional SW which always runs in background to monitor things... Since its battery hungry, maybe Shake also use the same trick as me......
As for Smart mode settings, I tried bdefore but none of them work for flick wrist to wake up... Maybe I missed something?
Sent from my HTC_One_max using XDA Premium HD app

might give this a shot since shake was waking up watch at wrong times and was destroying battery life, and i already have tasker on the watch and running so hopefully that will avoid the battery loss that shake had.

lssong99 said:
As for Smart mode settings, I tried bdefore but none of them work for flick wrist to wake up... Maybe I missed something?
Click to expand...
Click to collapse
I was just guessing, because it suppose to leave GPS and accelerometer working with screen off, to enable sport trackers and pedometers.
If it works? - I haven't tested yet...

Piw said:
I was just guessing, because it suppose to leave GPS and accelerometer working with screen off, to enable sport trackers and pedometers.
If it works? - I haven't tested yet...
Click to expand...
Click to collapse
Wow! It seems you are right! The watch DOES allow sensor to work on Sport mode after screen off, but the response from Tasker become very sluggish when screen-off!
I made a simple profile to detect shake action (if shake than beep), and when screen on, the watch beep in less than one second after shake began, but when screen-off (sport mode), It took Takers 5~6 seconds of continuous shaking to detect the shake event. Not very practical for a watch solution...
With my Backlight solution, although sometimes still hiccup happens, but my feeling is about 90% of time the watchface wakeup correctly...

tasker problems
lssong99 said:
Wow! It seems you are right! The watch DOES allow sensor to work on Sport mode after screen off, but the response from Tasker become very sluggish when screen-off!
I made a simple profile to detect shake action (if shake than beep), and when screen on, the watch beep in less than one second after shake began, but when screen-off (sport mode), It took Takers 5~6 seconds of continuous shaking to detect the shake event. Not very practical for a watch solution...
With my Backlight solution, although sometimes still hiccup happens, but my feeling is about 90% of time the watchface wakeup correctly...
Click to expand...
Click to collapse
i can not import to tasker tasker do not see it

pashka79 said:
i can not import to tasker tasker do not see it
Click to expand...
Click to collapse
Do you mean the Tasker cannot see the prj file?
For how to import project, you could check http://tasker.dinglisch.net/userguide/en/faqs/faq-how.html#q
and you need to put the unrared file (.xml) in /sdcard/tasker/projects for Tasker to see it...

How much does this cost in battery? If I don't use my watch I can get about 4 days out of it.... I know Shake stops the TS going into deep sleep, won't this do the same and annihilate battery??

death_entry said:
How much does this cost in battery? If I don't use my watch I can get about 4 days out of it.... I know Shake stops the TS going into deep sleep, won't this do the same and annihilate battery??
Click to expand...
Click to collapse
Don't know for tasker but I'm using shake app from market and I even I thought it'll drain my battery very fast - it didn't...
It's almost like I don't have it...
My battery can't hold on more then 24hours but I really use my watch and it's constantly connected to wifi and BT.
Sent from my C6903 using Tapatalk

funky0308 said:
Don't know for tasker but I'm using shake app from market and I even I thought it'll drain my battery very fast - it didn't...
It's almost like I don't have it...
My battery can't hold on more then 24hours but I really use my watch and it's constantly connected to wifi and BT.
Sent from my C6903 using Tapatalk
Click to expand...
Click to collapse
Ah that's prolly why you don't notice it running down... what do you use your watch for? Tbh i haven't used it for more than a watch lol/...

death_entry said:
Ah that's prolly why you don't notice it running down... what do you use your watch for? Tbh i haven't used it for more than a watch lol/...
Click to expand...
Click to collapse
Well as I have Z1, which is quite big, I'm using TS mainly to receive notifications (using swapplink).
I'm receiving many emails (I'm using Z1 as my business phone) so it's great that I can see on my TS subject of email and decide what will I do.
I have sim card in TS and I use it all the time, when I'm alone in a car (and that's 6 hours per day )
I found TS quite practical for companion
BTW...from today, I'm using this app to help me save my battery power on TS and Z1
http://forum.xda-developers.com/showthread.php?p=53078670
Sent from my C6903 using Tapatalk

lssong99 said:
Do you mean the Tasker cannot see the prj file?
For how to import project, you could check http://tasker.dinglisch.net/userguide/en/faqs/faq-how.html#q
and you need to put the unrared file (.xml) in /sdcard/tasker/projects for Tasker to see it...
Click to expand...
Click to collapse
I tried this and Tasker can't see the xml on my TS

Here's a workaround for those having issues seeing the xml file in Tasker
Using a file manager, navigate to the location of the xml file
"Open with.." and choose Tasker
You will then see a toast notificaiton saying "...can be opened in Tasker" (or something like that)
Open Tasker -> Preferences -> UI -> Untick "Beginner Mode"
Back to main Tasker screen
In the HOME icon (bottom left) -> Long press, and choose "Import", then look for the XML file, wherever you put it
Boom
Note: Make sure you have the correct app from the Play Store, and not from the Ostore (same app, different names)

death_entry said:
How much does this cost in battery? If I don't use my watch I can get about 4 days out of it.... I know Shake stops the TS going into deep sleep, won't this do the same and annihilate battery??
Click to expand...
Click to collapse
I am afraid that this will have an impact your battery. Basically to make TS responsive (light up as soon as you raise your hand), the screen/CPU is kept wake. Only LED backlight is disabled.
Although in my implement I put the CPU is slowest frequency and sleep Governor, but battery is around one day usage without radio on....
We need kernel tweak of this to achieve good battery life... Tasker is only... Tasker...

jeremy.chan said:
Here's a workaround for those having issues seeing the xml file in Tasker
Using a file manager, navigate to the location of the xml file
"Open with.." and choose Tasker
You will then see a toast notificaiton saying "...can be opened in Tasker" (or something like that)
Open Tasker -> Preferences -> UI -> Untick "Beginner Mode"
Back to main Tasker screen
In the HOME icon (bottom left) -> Long press, and choose "Import", then look for the XML file, wherever you put it
Boom
Note: Make sure you have the correct app from the Play Store, and not from the Ostore (same app, different names)
Click to expand...
Click to collapse
Thanks I see it now.

put the unzip file at that location and still Tasker cannot see it?

Hi do read the solution I provided
Tapa-ed from the Sony Z Ultra

Related

[Q] Tap screen to wake up?

Hello All,
Is there an app that can dim the screen of my Archos 101, and return the screen to predefined brightness with the touch of the screen?
My device is mounted on a wall and the power button is hard to get too, so having a screen dimmer that can return the screen to normal use seems like the way to go.
Or what about the screen never going to sleep, but have it do an auto dim down after a set amount of time and with the touch of the screen it returns to normal usage?
At this point I would settle for work around.
T.I.A.
u may try the app "tasker" wich has a function for brightness level...
so u can at set an idle time to turn it down,.. and hopefully also one to "unidle" or screen tap. Sadly im not sure about that exactly as i dont use takser frequently... just try it out
I also remeber an app wich was able to set a little overlay area to the screen on wich u could slide to turn up/down brightness - so u can slide down to turn it off - and up to turn it on (or left/right,...).
Will search if i can find its name... cant remember atm.
Both methods would require to disable auto turn off on idle function...
As u can WAKE UP the device with the screen while it's in sleep.
Hello FrEcP!
Thanks for the reply.
Will look at Tasker now, seems to be many options so I will need to sit down and have tea to figure this out
Screen Filter
Allows you to even set the level to dim screen to. Simple tap on it to dim, and another tap to make it normal.
Hello diablo009,
Thanks, that may be what I need!
I bought Tasker cause it is important to support our developer
Tasker did make and is still causing my brain to tingle!
Will give Screen Filter a try too.
PamelaGirl said:
Hello diablo009,
Thanks, that may be what I need!
I bought Tasker cause it is important to support our developer
Tasker did make and is still causing my brain to tingle!
Will give Screen Filter a try too.
Click to expand...
Click to collapse
Screen filter is more like a manual one. You got to click on it to enable or disable it.
O.K. so I tried Screen filter and it is a 50/50 solution. Yes it does dim the screen but it is manual whereas I ned something more automatic.
As for Tasker, I have drunk two pots of tea, and energy drink, and gone through two days and still this powerful app is a bit of a challenge to setup.
Anyone with experience setting up Tasker?
OBJECTIVE:
1. After 10 minutes of idle have display dimm to 50% brightness, and never shut-off.
2. With the tap of the screen have display return to 100% brightness.
In exchange for help I would be willing to baking you homemade cupcakes!
T.I.A.
PamelaGirl said:
O.K. so I tried Screen filter and it is a 50/50 solution. Yes it does dim the screen but it is manual whereas I ned something more automatic.
As for Tasker, I have drunk two pots of tea, and energy drink, and gone through two days and still this powerful app is a bit of a challenge to setup.
Anyone with experience setting up Tasker?
OBJECTIVE:
1. After 10 minutes of idle have display dimm to 50% brightness, and never shut-off.
2. With the tap of the screen have display return to 100% brightness.
In exchange for help I would be willing to baking you homemade cupcakes!
T.I.A.
Click to expand...
Click to collapse
yes another problem with screen filter is - it just sets an over lay in gey color - wich means actualy your screen still is at fully brightness (wich is annoying at night /u still got an ugly high glow of the backlight + doesn't save power [k is minor for a wallmount - but still should be considered] )
Well if you would have told that (objectives) more early - your solution would have been more easy
I thought u wanted to completely turn off the screen while being idle....
Anyway:
Settings->Display->Display Timeout->10min
Settings->Display->Brightness->full
Settings->Applications->Development->Always stay on/Stay active...->true
Does exactly what u want - after the timeout (10min) the screen dims (to about 50% or lower) - sadly i can't tell how to affect this value (but it seems its the lowest value the default brightness controll, let u set)
On touch - u got the full brightness... till timeout is reached again.
Device wont ever go to sleep.
Hello FrEcP,
Your instructions worked!
50% auto dim is more on target than before, and I return to baking
Apologies for not being more clear in the beginning.
This is from the Taker Forum:
"Unfortunately you can't do this, Android doesn't provide APIs for apps
to test idle time or respond to screen taps (unless it's in their own
UI)."
Thank you again FrEcP, and diablo009!
You help to make this forum rock solid with your sharing.
workaround with screen filter works fine
I use Screen Standby on my Xoom tablet for this exact same feature. It allows you to set at what time the tablet automatically dims. I have it set for 5 minutes. And then I just tap the screen with my finger and it wakes up. It is also nice to note that tapping the screen does not push any buttons but rather just wakes the device.
https://play.google.com/store/apps/details?id=com.nkahoang.screenstandby&hl=en
Lo

[Q] widget/button to prevent display from turning off?

While driving in the car, I'd like the display to always stay on without the need to push any buttons.
Is there some toggle button app that can be used to lock display on?
It does not look like driving mode prevents display from turning off and the biggest screen timeout that one can configure is 10 minutes.
igory_1999 said:
While driving in the car, I'd like the display to always stay on without the need to push any buttons.
Is there some toggle button app that can be used to lock display on?
It does not look like driving mode prevents display from turning off and the biggest screen timeout that one can configure is 10 minutes.
Click to expand...
Click to collapse
You could do this with an app like Llama, just create two actions - one sets screen timeout to max (I think it's like 4,000 something minutes on my phone), the other sets timeout to your normal setting (I use 30 seconds). You could then create Llama shortcuts on your home screen to access those two commands, or launch them from the program directly if home screen space is at a premium.
I do something similar but configure the two settings to automatically apply when I plug (max timeout) or unplug (normal timeout) my phone. If I put my phone in the mount in my car, I end up plugging it in so it does the trick for me automatically.
Let me know if you need more help and I can write up the actual events and settings I use in Llama if you need.
grussinko said:
You could do this with an app like Llama, just create two actions - one sets screen timeout to max (I think it's like 4,000 something minutes on my phone), the other sets timeout to your normal setting (I use 30 seconds). You could then create Llama shortcuts on your home screen to access those two commands, or launch them from the program directly if home screen space is at a premium.
I do something similar but configure the two settings to automatically apply when I plug (max timeout) or unplug (normal timeout) my phone. If I put my phone in the mount in my car, I end up plugging it in so it does the trick for me automatically.
Let me know if you need more help and I can write up the actual events and settings I use in Llama if you need.
Click to expand...
Click to collapse
Cool! I did not know that Llama can do so much. At first glance, I thought that it can only control sound.
On Llama website I do not see any description how to write your own Llama scripts. I guess, people learn by exporting/importing profiles generated using GUI?
igory_1999 said:
Cool! I did not know that Llama can do so much. At first glance, I thought that it can only control sound.
On Llama website I do not see any description how to write your own Llama scripts. I guess, people learn by exporting/importing profiles generated using GUI?
Click to expand...
Click to collapse
Any settings I use I've created through the GUI. I only use a portion of what it's capable of, but a few of the events I have set up:
Turn on wifi when it detects I'm at home, work, parents' house, sister's house, etc. Turn off wifi when I leave any of those areas.
The screen timeout settings I noted previously. Also have it turn up brightness when plugged in. I have additional conditions set so that it doesn't max the brightness automatically during certain times, basically so that if I plug it in after dark in the car or in bed it won't blind me.
Automatically set a quiet profile at night and a vibrate profile when I'm at work.
Have it turn on Wifi hotspot when I'm at a particular hotel I travel to for work where there's no free wifi.
To create the automatic brighness event, create a new event where the condition "charging or unplugged" is set to one of the "charging" options and the action "screen timeout" is set to "never", then create a second event where the condition is "on battery" and the action is "set timeout to xx seconds". You can add additional conditions on time, location, etc., the best thing to do is just sift through the various conditions. Most are self-explanatory but they have a little help icon next to each that gives more info as well.
grussinko said:
Any settings I use I've created through the GUI. I only use a portion of what it's capable of, but a few of the events I have set up:
Turn on wifi when it detects I'm at home, work, parents' house, sister's house, etc. Turn off wifi when I leave any of those areas.
The screen timeout settings I noted previously. Also have it turn up brightness when plugged in. I have additional conditions set so that it doesn't max the brightness automatically during certain times, basically so that if I plug it in after dark in the car or in bed it won't blind me.
Automatically set a quiet profile at night and a vibrate profile when I'm at work.
Have it turn on Wifi hotspot when I'm at a particular hotel I travel to for work where there's no free wifi.
To create the automatic brighness event, create a new event where the condition "charging or unplugged" is set to one of the "charging" options and the action "screen timeout" is set to "never", then create a second event where the condition is "on battery" and the action is "set timeout to xx seconds". You can add additional conditions on time, location, etc., the best thing to do is just sift through the various conditions. Most are self-explanatory but they have a little help icon next to each that gives more info as well.
Click to expand...
Click to collapse
Seems to be working. I guess, this is a good way to deal with my second problem as well: kill annoying poweramp when bluetooth connects to my car. I tried first to do it without delay but it did not work. Perhaps, introducing 10-15 second delay might help.

[APP] MacroDroid - Automation now on your wrist

Hi,
I'm just letting everyone know that I have just pushed an update to my automation app MacroDroid http://forum.xda-developers.com/showthread.php?t=1694335 to add Android Wear support.
You can read about the functionality on my blog post here: http://macro-droid.blogspot.co.uk/2014/08/introducing-macrodroid-wear.html
This is a first release, so I strongly welcome all feedback and comments!
Cheers,
Jamie
Very impressive app ?, seriously quality app.
I need more time to test out all the different stuff in your app but so far everything works great whit my lg watch .
This is using 60mb of memory for the macrodroid process alone. Seems very high.
This is on a Moto G. Compared to Tasker which is running at the same time and only uses 12mb.
I have deleted all macrodroid profiles so it shouldn't have had anything running, but the memory use was still high.
Cossack101 said:
This is using 60mb of memory for the macrodroid process alone. Seems very high.
This is on a Moto G. Compared to Tasker which is running at the same time and only uses 12mb.
I have deleted all macrodroid profiles so it shouldn't have had anything running, but the memory use was still high.
Click to expand...
Click to collapse
You're right that does sound very high, I've got a bunch of macros configured and I'm at 19MB. Most likely you've hit a memory leak in the UI and the UI pages are still hanging around in memory. It can be hard to catch all cases as there are many many UI paths, but I'll certainly do some more memory profiling to see if I can spot anything naughty hanging around. If you kill the MacroDroid process and restart does the memory return to something sane for you?
Cheers,
Jamie
I killed the app and wiped the macros. Started again with only 1 simple low battery warning macro. It stayed at 15mb all day.
I just created a new location macro and it jumped to 38mb and stayed there.
I switched macrodroid off and restarted and it is now back to 17mb.
Cossack101 said:
I killed the app and wiped the macros. Started again with only 1 simple low battery warning macro. It stayed at 15mb all day.
I just created a new location macro and it jumped to 38mb and stayed there.
I switched macrodroid off and restarted and it is now back to 17mb.
Click to expand...
Click to collapse
Great thanks for the info. I've just had to move to Google Maps V2 and changed a load of UI, so I'm guessing I've got a little bug in there where I'm not releasing something. Hopefully I can get this squashed for the next update.
Cheers,
Jamie
I am trying to automate the screen intensity.
The worst thing about my Gear Live is battery live, if I am inside love to find a way to always have the screen minimum and the best I could do is have a manual macro to change the screen intensity.
I wonder if I can design a macro that every time the watch gets a notification the screen goes to 5, when it dims it goes back to 1.
Why not set the brightness to low when connected to WiFi and high when disconnected.
It should mean you always have a dim watch when indoors
AstroDigital said:
I am trying to automate the screen intensity.
The worst thing about my Gear Live is battery live, if I am inside love to find a way to always have the screen minimum and the best I could do is have a manual macro to change the screen intensity.
I wonder if I can design a macro that every time the watch gets a notification the screen goes to 5, when it dims it goes back to 1.
Click to expand...
Click to collapse
You could do something like on every incoming notification (using the incoming notification trigger), you set the brightness high and have a sleep before next (e.g 30 seconds) and set the brightness low again. Not perfect but might be of some use.
What I really wanted to do was find a way so that I could configure the Always on screen setting via the action, but after digging down into the code I'm pretty certain this would only be possible on a rooted Android Wear device and I don't really want to go adding 'root only' features for Wear just yet. Hopefully Google will open up this API at some point because as you point out battery life is critical on these devices.
Cossack101 said:
Why not set the brightness to low when connected to WiFi and high when disconnected.
It should mean you always have a dim watch when indoors
Click to expand...
Click to collapse
I do not use WiFi on my cell phone, just LTE data at least 95% of the time.
---------- Post added at 05:02 PM ---------- Previous post was at 04:39 PM ----------
UndeadCretin said:
You could do something like on every incoming notification (using the incoming notification trigger), you set the brightness high and have a sleep before next (e.g 30 seconds) and set the brightness low again. Not perfect but might be of some use.
What I really wanted to do was find a way so that I could configure the Always on screen setting via the action, but after digging down into the code I'm pretty certain this would only be possible on a rooted Android Wear device and I don't really want to go adding 'root only' features for Wear just yet. Hopefully Google will open up this API at some point because as you point out battery life is critical on these devices.
Click to expand...
Click to collapse
If I set the app to listen for notifications it looks like it will disable much more than I would like to be disabled.
Manage Accessibliity, MacroDroid
-air gesture, air view interaction control, assistant menu, multi window, direct pen input, palm motion, one-handed operation will all be turned off....
I always lost "Jess" my customer voice synthesizer
Some of these I will miss on my Note 3 but I am trying it,
Toggle on Notification
Android Wear set the brightness to 6
Sleep before next action 20 seconds
Android Wear set the brightness to 1
If it works right notifications will crank the display for 20 seconds and then dim the display (may cut it back to 10 or 5 seconds)
You know I like your app, tried the other macro app .... (can not remember its name)
Found it too complicated..... Thanks for the tip.
AstroDigital said:
I do not use WiFi on my cell phone, just LTE data at least 95% of the time.
---------- Post added at 05:02 PM ---------- Previous post was at 04:39 PM ----------
If I set the app to listen for notifications it looks like it will disable much more than I would like to be disabled.
Manage Accessibliity, MacroDroid
-air gesture, air view interaction control, assistant menu, multi window, direct pen input, palm motion, one-handed operation will all be turned off....
I always lost "Jess" my customer voice synthesizer
Some of these I will miss on my Note 3 but I am trying it,
Toggle on Notification
Android Wear set the brightness to 6
Sleep before next action 20 seconds
Android Wear set the brightness to 1
If it works right notifications will crank the display for 20 seconds and then dim the display (may cut it back to 10 or 5 seconds)
You know I like your app, tried the other macro app .... (can not remember its name)
Found it too complicated..... Thanks for the tip.
Click to expand...
Click to collapse
I've no idea why these should be turned off by enabling MacroDroids accessibility options, but I don't have any Samsung devices so I'm afraid I can't really look into it at the moment.
UndeadCretin said:
I've no idea why these should be turned off by enabling MacroDroids accessibility options, but I don't have any Samsung devices so I'm afraid I can't really look into it at the moment.
Click to expand...
Click to collapse
If the macro works may not care much about the disabled stuff.
May want to put constraint in, 5am do not need the watch display cranked.

Displaying only basic time when using certain watch faces(gesture)

I'm noticing that whenever I use a certain watch face (for example one that I had to install like the Calendar watch) I notice that the entire watch is not displayed in the face when I move my arm to check the time. Instead I just see a basic time display in white numbers. I was wondering if samsung did this on purpose to conserve battery power or is there a way to change this somehow?
aerodrew said:
I'm noticing that whenever I use a certain watch face (for example one that I had to install like the Calendar watch) I notice that the entire watch is not displayed in the face when I move my arm to check the time. Instead I just see a basic time display in white numbers. I was wondering if samsung did this on purpose to conserve battery power or is there a way to change this somehow?
Click to expand...
Click to collapse
Have you tired watchStyler for gear S
Yes I have tried watch styler, but found the issue could be corrected if I went to settings -> wake-up screen -> last screen.
Change display setting
Just change in display settings to show last screen, not show clock on screen wake up.
I am using the stock clock (the first one) and notice that on gesture wake up, I don't get the battery/date/notification info and don't see the second hand either, unless I tap the screen.
Is this normal?
apprentice said:
I am using the stock clock (the first one) and notice that on gesture wake up, I don't get the battery/date/notification info and don't see the second hand either, unless I tap the screen.
Is this normal?
Click to expand...
Click to collapse
I believe so. Mines does the same thing.
Sent from my SM-N910P
If they just had the date show up too, that would be great.

how i can double tap to wake in xiaomi redmi note 2

how?????
you can't
This seemingly small embellishment is just so darn useful it would be great if Xioami got around to incorporating it. I was using my old LG phone the other day to keep track of time while working on a dirty project, and the ability to double-tap to wake the screen with whatever portion of my fingers/knuckles which were clean at the moment was a real lifesaver. I forgot how truly useful it is, and I definitely miss it on the RN2!
try this en.miui.com/thread-125331-1-1 worked for me
socolino said:
try this en.miui.com/thread-125331-1-1 worked for me
Click to expand...
Click to collapse
Thanks, socolino, for the suggestion about the Knockr app (https://play.google.com/store/apps/details?id=tecnology.angs.knockr). I've taken a look, and, of course, while this app does its best to mimic DT2W, it is pretty much a kludge. It basically just turns the screen black to simulate it being shut off, but it actually keeps the phone awake. So this means a massive hit on battery life. And there is other collateral, too, because the phone doesn't actually go to sleep. For example, the notification LED does not get activated because the phone is not actually sleeping. And supposedly the power button doesn't turn the screen on as expected (i.e. get rid of the black mask).
Anyway, thanks again for the suggestion.
this feature is disabled in kernel, unless we will have source codes or xiaomi will anable this feature, there will be no dt2w
Yoni1581 said:
how?????
Click to expand...
Click to collapse
As a workaround, I use the WakeUp Touch L Free app. With the correct settings, it wakes the screen virtually every time by double tapping the proximity sensor. I haven't noticed any battery drain using it. Here are screenshots of the WakeUp Touch settings I use. Another couple of settings that are useful to modify: long press on WakeUp Touch in Notifications & assign it High Priority; lock WakeUp Touch in Recent Apps by dragging it down.
To turn the screen off via double tap, I use the Screen Off and Lock app in conjunction with Apex Launcher's double tap gesture [Nova & other launchers also have this gesture].

Categories

Resources