Clockskin Universal Launcher & Standalone App

Jan 14, 2017 11:27:14 GMT 1 ricktop said:
Jan 13, 2017 20:27:04 GMT 1 buddyrm said:
  Any chance to get the signal strength icon working with the Universal Launcher? See above image

No change on this part, have you tried going back on the version you say was working ? If you find it tell me the number.

  Hi Eric, When I use the stock original launcher it works. As I have shown in the attached image. When I use your universal launcher, it shows only gray bars. No signal strength. I only tried version 1.1.5. I have never installed older versions. Let me know what else you want me to try.

Version updated !

Jan 14, 2017 17:39:53 GMT 1 ricktop said:
Version updated !

 I guess this version does not fix the SIM card signal strength issue. Correct?
Jan 14, 2017 2:21:59 GMT 1 astromedia said:
Awesome work ... one question if i may: I have this script for image opacity ({bl} >= 0 and {bl} < 8.3) and (("{bc}"=="Charging") and 100 or 50) or 0 and and that part about charging status does not seems to work .. is it on my side or its not implemented yet? Sorry if i have missed something, this is my first try to get something working with watchmaker its not as intuitive as i would like to be ... anyway i appretiate your effort, emulating this type of lua scripting is probalby pain

If you need help with lua, I definitely suggest visiting the WatchMaker G+ community. As far as full lua implementation in the launcher, it's really difficult. I'm running auto dim with crossfade and transitional watch lume glow based on 30 minutes prior to sun rise/set on WatchMaker and even WM gets it wrong from time to time.
Jan 14, 2017 18:53:22 GMT 1 @testaccount said:
Jan 14, 2017 2:21:59 GMT 1 astromedia said:
Awesome work ... one question if i may: I have this script for image opacity ({bl} >= 0 and {bl} < 8.3) and (("{bc}"=="Charging") and 100 or 50) or 0 and and that part about charging status does not seems to work .. is it on my side or its not implemented yet? Sorry if i have missed something, this is my first try to get something working with watchmaker its not as intuitive as i would like to be ... anyway i appretiate your effort, emulating this type of lua scripting is probalby pain

If you need help with lua, I definitely suggest visiting the WatchMaker G+ community. As far as full lua implementation in the launcher, it's really difficult. I'm running auto dim with crossfade and transitional watch lume glow based on 30 minutes prior to sun rise/set on WatchMaker and even WM gets it wrong from time to time.

You can try again the updated version, i have introduced another fix for this.

Hi Rick nice work mate, one thing tho lost ring tone sound, on the toggles screen used to say screeen on plus vibration or silent now only vibrate and silent is this something your working on. my device kw88.

Cheers

Zig

Just to add it has also lost boot up android sound ?

Jan 14, 2017 18:53:11 GMT 1 buddyrm said:
Jan 14, 2017 17:39:53 GMT 1 ricktop said:
Version updated !

 I guess this version does not fix the SIM card signal strength issue. Correct?

There's no fix for this yet, should already work ok...

If others can confirm it’s working on some watch ?

Jan 14, 2017 19:47:11 GMT 1 jackster said:
Hi Rick nice work mate, one thing tho lost ring tone sound, on the toggles screen used to say screeen on plus vibration or silent now only vibrate and silent is this something your working on. my device kw88.

Cheers

Zig

Just to add it has also lost boot up google sound ?


I'm currently working on the engine, not on the launcher other parts... But i will one day...
Jan 14, 2017 19:45:36 GMT 1 ricktop said:
Jan 14, 2017 18:53:22 GMT 1 @testaccount said:
If you need help with lua, I definitely suggest visiting the WatchMaker G+ community. As far as full lua implementation in the launcher, it's really difficult. I'm running auto dim with crossfade and transitional watch lume glow based on 30 minutes prior to sun rise/set on WatchMaker and even WM gets it wrong from time to time.

You can try again the updated version, i have introduced another fix for this.

Another thing i use is the lua live site : www.lua.org/cgi-bin/demo

where you can test your script like this playing with the two variables (with var_bl between 0 and 100) :

var_bl=50

var_bc=“Charging”

print ((var_bl >= 0 and var_bl < 8.3) and ((“var_bc”==“Charging”) and 100 or 50) or 0 )

The stuff I’m working with looks more like this (this is just one entry BTW);

({dtp}>({wsrp}-.042) and {dtp}<({wssp}-.042) and (({dtp}-({wsrp}-.042))*1700)+25<100) and (({dtp}-({wsrp}-.042))*1700)+25 or ({dtp}>({wssp}-.042) and 100-({dtp}-({wssp}-.042))*1700>25) and 100-({dtp}-({wssp}-.042))*1700 or ({dtp}<({wsrp}-.042) or {dtp}>({wssp}-.042)) and 25 or 100

Jan 14, 2017 19:47:58 GMT 1 ricktop said:
Jan 14, 2017 18:53:11 GMT 1 buddyrm said:
 I guess this version does not fix the SIM card signal strength issue. Correct?

There's no fix for this yet, should already work ok...

If others can confirm it’s working on some watch ?


  Yes it is strange that it works with the stock launcher but not with the Universal one. But I assume I must be only one of a few that actually uses the SIM card in their watch. Is there anyone else that has a SIM card installed that can confirm if the signal strength works with the Eric’s launcher? See image below.

244.jpg

Signal level doesn’t work. Don’t think it ever has.

Jan 14, 2017 21:45:22 GMT 1 @testaccount said:
Signal level doesn't work. Don't think it ever has.

It works perfectly on my Phone and in all the simulator that i use. This is strange.
Jan 14, 2017 20:43:22 GMT 1 @testaccount said:
The stuff I'm working with looks more like this (this is just one entry BTW);

({dtp}>({wsrp}-.042) and {dtp}<({wssp}-.042) and (({dtp}-({wsrp}-.042))*1700)+25<100) and (({dtp}-({wsrp}-.042))*1700)+25 or ({dtp}>({wssp}-.042) and 100-({dtp}-({wssp}-.042))*1700>25) and 100-({dtp}-({wssp}-.042))*1700 or ({dtp}<({wsrp}-.042) or {dtp}>({wssp}-.042)) and 25 or 100


{wsrp} and {wssp} are not supported yet.

Jan 14, 2017 22:27:12 GMT 1 ricktop said:
Jan 14, 2017 21:45:22 GMT 1 @testaccount said:
Signal level doesn't work. Don't think it ever has.

It works perfectly on my Phone and in all the simulator that i use. This is strange.

   Very strange, I switch back and forth to the stock launcher and the Universal, it just does not want to show the signal strength with the Universal. Is it possible there is a permissions issue that the launcher needs special permission to read network status?
Jan 14, 2017 22:32:43 GMT 1 buddyrm said:
Jan 14, 2017 22:27:12 GMT 1 ricktop said:
It works perfectly on my Phone and in all the simulator that i use. This is strange.

   Very strange, I switch back and forth to the stock launcher and the Universal, it just does not want to show the signal strength with the Universal. Is it possible there is a permissions issue that the launcher needs special permission to read network status?

Nope, tests are done with 4.4 and 6.0 and both work ok, so all the permissions are here. I'm surprised nobody ever complain, i thought it was working.
Jan 14, 2017 23:04:14 GMT 1 ricktop said:
Jan 14, 2017 22:32:43 GMT 1 buddyrm said:
   Very strange, I switch back and forth to the stock launcher and the Universal, it just does not want to show the signal strength with the Universal. Is it possible there is a permissions issue that the launcher needs special permission to read network status?

Nope, tests are done with 4.4 and 6.0 and both work ok, so all the permissions are here. I'm surprised nobody ever complain, i thought it was working.

  Oh well, unless some else can confirm that they have it working, then it seems it is just me unfortunately. Can not possibly think what it could be. But you say you have it working on a simulator, how does that work if you really do not have a physical SIM card to measure network signal strength? I thought it can only be tested with an actual watch and a SIM card installed. You actually see the blue bars indicating signal strength? Can you send me an image?

Hi again Eric,
I’ve installed the 2.06 standalone app on my KW88. I do not have anymore the possibility to swipe up, down, right or left from my watchfaces get the notifications, apps, widget or settings. I used to have access to these features from the 2.03 version. Was that removed on this new version of the standalone app ? Should I use the launcher instead of the standalone app ? What are the downside of using the launcher instead of the app ? If I install your laucher, am I going to still be able to access the factory faces (that show weather, temperature and heart beats) when the ones on your laucher cannot yet. Last question, if I was to install the launcher, can I easily come back to factory launcher + standalone app ? Sorry fot he massive amount of questions… Please feel free to answer in French if you think no one else could be interested by this. Thanks once again for your awesome gift to the community.

Forget about all the non sense above. I thought I’ve installed the 2.03 standalone app but it was in fact the launcher… I’ve now installed the 1.06 launcher on my KW88 and it works amazingly. Thank you and sorry for all this confusion.

Thanks for your work for me on finow q3
Small problem with some watch that works on the 1.1.4 like the needles of the battery that does not move any more, if not a pars ca it is a great job
I wait for the next version to see the new of your feat

Jan 14, 2017 23:30:39 GMT 1 buddyrm said:
Jan 14, 2017 23:04:14 GMT 1 ricktop said:
Nope, tests are done with 4.4 and 6.0 and both work ok, so all the permissions are here. I'm surprised nobody ever complain, i thought it was working.

  Oh well, unless some else can confirm that they have it working, then it seems it is just me unfortunately. Can not possibly think what it could be. But you say you have it working on a simulator, how does that work if you really do not have a physical SIM card to measure network signal strength? I thought it can only be tested with an actual watch and a SIM card installed. You actually see the blue bars indicating signal strength? Can you send me an image?

I also have the same problem with the bars indicating the signal strength(always in grey color), it works with the stock launcher but not with the Universal one (v1.1.6). Same smartwatch KW88 with the latest firmware 20161215.