Related
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
Has anyone looked into a way to schedule the display on/off? Maybe with tasker?
For example: during the day I'd like to have display always-on with a brightness level 1 or 2...but at night, I'd like it to auto-off.
Sent from my LG-D850 using XDA Premium 4 mobile app
Funny that you brought this up. I would be nice if Android Wear could have option to disable the screen and bluetooth during night to minimize battery drain and maybe give the watch an extra day runtime!
I'm also wondering this. Both my phone and watch are rooted. Is there any way I can schedule Always-on Screen: On during the day and switch it to Off in the evening?
I think that lot of people would like to have this feature.
You can try to use a watch face displaying black screen, but this is not the perfect solution.
I unpacked and found something from Original ROM WatchFaces. Then try to understand and to be able to work on (.wfz) for customization Faces.
What can be displayed is customization:
One.wfz file can change:
-Background (we can choose more background image)
-Indicator (can choose more indicator watch)
-TimeHand (can choose more handHour,handMinute,handSecond)
-TimeDigital (can choose more DigatalTimeNumberFont)
-Widget (can choose and change widget info for any position).
I have tried and worked well on my Watch AmazfitPace Stock US version 1.3.6d...
Just copy .wfz to "/WatchFace" folder in Watch Pace...
Download Link: https://www.dropbox.com/preview/ndoko file/WatchFace/Custom All by NdokO.wfz?role=personal
I have customised/ported some wfz watchfaces from Stratos to Pace, what do you want to know? Maybe I can help...
lfom said:
I have customised/ported some wfz watchfaces from Stratos to Pace, what do you want to know? Maybe I can help...
Click to expand...
Click to collapse
Bro can we have your ported wfz file?tia
Maybe you guys can help,
There is a certain default watchface on Amazfit Pace called "Night Run" which on wrist turn displays the hi-res full-color watchface with second hand unless other watchfaces that only turn backlight on while showing low-res 8-bit color watchface.
Question, how to achieve that with custom watchfaces?
renel18 said:
Bro can we have your ported wfz file?tia
Click to expand...
Click to collapse
I will post it on a new thread as soon as possible.
lazizus said:
Maybe you guys can help,
There is a certain default watchface on Amazfit Pace called "Night Run" which on wrist turn displays the hi-res full-color watchface with second hand unless other watchfaces that only turn backlight on while showing low-res 8-bit color watchface.
Question, how to achieve that with custom watchfaces?
Click to expand...
Click to collapse
On my watch it goes to 8-bit too (full black background) and no seconds hand... Anyway, for Pace, there is usually a folder called 8c that holds the 8-bit images used while the watch is with screen locked (backlight off). I don't know if you can remove this folder or simply add full color images there. But for better battery saving, I think it's better 8-bit images with as most as black pixels possible.
my .wfz made...
anyone wanna try... i'm build it with full Customization Background,Indicator,TimeHand,TimeDigital&Widget...
finally i found a way to change customization Indicator...
here i'm new users, sorry i cant show link url download... wait 10 reply...
lfom said:
I have customised/ported some wfz watchfaces from Stratos to Pace, what do you want to know? Maybe I can help...
Click to expand...
Click to collapse
Now i want to know how to show a widget weeks with custom image week.png... (i saw the resources from Stock WatchFace.apk)
lazizus said:
Maybe you guys can help,
There is a certain default watchface on Amazfit Pace called "Night Run" which on wrist turn displays the hi-res full-color watchface with second hand unless other watchfaces that only turn backlight on while showing low-res 8-bit color watchface.
Question, how to achieve that with custom watchfaces?
Click to expand...
Click to collapse
Yes... i saw it too... i want to know how it work too.... and maybe add it to .wfz if i know... (sorry my bad english)
renel18 said:
Bro can we have your ported wfz file?tia
Click to expand...
Click to collapse
Wait, now i cant share the my link Dropbox for my .wfz build...because im is new and noobs ?
So this for my port build .wfz...
one .wfz can change and more customization... please trying and review...
https://www.dropbox.com/preview/ndoko%20file/WatchFace/Custom%20All%20by%20NdokO.wfz?role=personal
But that certain watchface (Night Run) goes low-res 8-bit without second hand when backlight is off - I mean even if you put full-color images inside the very folder of custom watchfaces, it becomes ****ty in standby mode. It's happening when you turn wrist - backlight turns on and Night Run shows hi-res full-color with second hand. When it goes back to standby mode, it goes back to low-res again. There must be some kind of script that does that, because other watchfaces does not do that.
Savvies, please, look into the guts of this watchface, because it is how it actually should be. The app called PaceOn is amazing, but it drains battery very fast - and long lasting battery is the main reason I bought Amazfit Pace.
lazizus said:
But that certain watchface (Night Run) goes low-res 8-bit without second hand when backlight is off - I mean even if you put full-color images inside the very folder of custom watchfaces, it becomes ****ty in standby mode. It's happening when you turn wrist - backlight turns on and Night Run shows hi-res full-color with second hand. When it goes back to standby mode, it goes back to low-res again. There must be some kind of script that does that, because other watchfaces does not do that.
Savvies, please, look into the guts of this watchface, because it is how it actually should be. The app called PaceOn is amazing, but it drains battery very fast - and long lasting battery is the main reason I bought Amazfit Pace.
Click to expand...
Click to collapse
I think you are a bit confused... As I said, most watchfaces have a folder 8c with low res images, so the watch faces that do not go to low res when screen is locked either don't have this folder (older versions, maybe) or the files aren't in low resolution. Either way, to make it compliant just create the folder if it doesn't exist and add the same files in 8-bit color.
About PaceOn, it only uses lots of battery if it keeps the screen or WiFi on all the time... It's the purpose of the app, but you don't have to keep it on, just when you need it, and it works very well.
lazizus said:
But that certain watchface (Night Run) goes low-res 8-bit without second hand when backlight is off - I mean even if you put full-color images inside the very folder of custom watchfaces, it becomes ****ty in standby mode. It's happening when you turn wrist - backlight turns on and Night Run shows hi-res full-color with second hand. When it goes back to standby mode, it goes back to low-res again. There must be some kind of script that does that, because other watchfaces does not do that.
Savvies, please, look into the guts of this watchface, because it is how it actually should be. The app called PaceOn is amazing, but it drains battery very fast - and long lasting battery is the main reason I bought Amazfit Pace.
Click to expand...
Click to collapse
yes I will trying to disassemble and I will find out how it (night run) working... then put in my .wfz files...
Ndoko said:
yes I will trying to disassemble and I will find out how it (night run) working... then put in my .wfz files...
Click to expand...
Click to collapse
Mate, I don't think you can achieve it simply disassembling wfz... WFZ's are very simple to make, uses pixel images... I think this particular watchface was made using Java and installed (flashed) into watch as apk, and can use vector graphics... Need some java programming skills...
lazizus said:
Mate, I don't think you can achieve it simply disassembling wfz... WFZ's are very simple to make, uses pixel images... I think this particular watchface was made using Java and installed (flashed) into watch as apk, and can use vector graphics... Need some java programming skills...
Click to expand...
Click to collapse
I think so too.
Because not only does " Night Run " work, but other STOCK watchface activities work the same.
ex) Power Armor,Prototype-Source,Super Avante ....
There are probably three modes of STOCK watchface.
1. locked screen
low-res 8-bit without second hand when backlight is off
2. turn wrist,backlight On
hi-res full-color with second hand but something is different from the Full Mode mode.
3. Full Mode
Full-color....
I wish User-made watchface would behave like a stock watch.
I am sorry for my poor English.
Hi all, I see on the new Rom for pace based on wos2 that they added the new functionality of wfz to have persistent second timehands with "hi quality when watch time" features. I try to extract a wathface with this feature and see a new format of timehands "26w mode" but I don't understand the file format to make personal graphic timehands, but I try to change in my watchface without this new features, only the timehands extracted from new wfz and is work perfectly so if we found how to use the new format type we can update all the old wfz to the new format.
Sorry for bad English :silly:
Hi everyone!
I'd like to have clock shown on the phone all the time - i.e. ambient display.
From what I see, there is only option for new notifications to be shown...
What are my alternatives? What's the best app you guys using?
Thanks!!!!
This module, it enables built-in Always On Display. The only drawback is that it doesn't turn off in the pocket (it can be done with Tasker).
Original module:
https://forum.xda-developers.com/pixel-xl/themes/display-enabler-magisk-module-android-9-t3857025
Discussion related to A3:
https://forum.xda-developers.com/mi-a3/how-to/enable-true-aod-dt2w-magisk-module-t3968628
All 3rd party apps keep phone awake 100% time, so their battery usage is quite high.
So friends i recently bought OPPO watch 41mm everything is amazing about this product except its battery life without power saving mode. While using Bluetooth connectivity only i am Getting 6 to 8 hr of battery backup and need a to charge it 2,3 times daily with average usage.
at flip cart site most of users are complaining about the same so i researched some points and applied to watch and i. Getting satisfactory whole one day battery life on this watch while doing day to day activities like calling, messeging and health activities.
So you need to follow simple steps as below
1)Update wear os to latest one:
Sonwatch comes with 2.18 when we unbox it so immediately after unboxing watch batyery life gets discharges very quickly you have to fully charge it an dthen go to setting> about>system update and update it to latest 2.19 wear os version.
2)Disable all transition animations :
To do this you need to enable developers option go to settings >about >click 8 times on build number
Now go to developers option and disable all transition animations.
3)Disable all gestures :
So to do this go to settings >Personalization >disable tilt to wake, touch to wake and wrist wake
So tha main question arises how to use watch to hekc time and day to day activities for that you need to enable AOD(ALWAYS ON DISPLAY) and to wake the screen use power button. So AOD drains battery for that we need to enable Low bit ambient mode to enable this go to settings >developers option and then go to wear os developer option and enable low bit ambient mode
4)Disable ok google detection
5) always keep wifi, nfc, gps connectivity off use them at emergency only
6) Use pixel minimal watch face:
This is minimal watch face which shows main informative text in white color and with balck baground which save battery life on amoled screen
Link of wath face
https://play.google.com/store/apps/details?id=com.benoitletondor.pixelminimalwatchface
By apply above tips i am getting whole day battery life on my oppo watch 41mm
I have created small video tutorial lets take a look on it also
https://youtu.be/1fgBO3swY80