L-Launcher Support Thread

  1. Thanks )
  2. I forgot to translate it sorry. It will be tranclated in next update
  3. This cause something in system disable permission to write system (launcher check it and if not granted, launch watch settings)
  4. I make timeout for starting schedule service. When you deactivate service it will close AFTER finish measure. When service stopping it write measured data to sdcard. Maybe it have some issue with writing data and launcher crashing.
  5. Its cause i forgott call method to stop draw skin (if skin need recycle it need stop draw before)

Thank you for feedback, i make notes

2 Likes

Who know how to detect square watch or round?
In normal case android have this perfect method

Resources.getSystem().getConfiguration().isScreenRound()

But our watches (even square) return always true, for example my phone return false.
So any ideas how to detect screen form?

Update firs post. Please check

Hi,

I found another issue. Please follow the following steps:

  1. Long press to change watchface.
  2. Go to the end to download new faces and select the download button.
  3. Then download any watchface. After that you get 2 buttons - ‘Apply’ or ‘Back’. Select ‘Back’. It does not go back and keeps giving the same options until you select Apply.

Also, UL watchfaces crashes the launcher.

RK

Hello
A Bug for the translate.
Not translate for the info of “Raize to Unlock”
Thank you for this App serinity

hello,
first of all congratulations for your excellent work.
I have an Optimus Pro kospet, when I install the launcher the installation seems to be successful, but the clock screen after a good start remains dark this did not happen with version 1.0.
I installed 2 times but the behavior is always the same.
There is still information in Russian in the settings. thanks anyway and keep this good job active
Max

ALERT ALERT ALERT
about this launcher

i thought it is quite a good thing but now can someone told me how to unistall it
it is reinstalling itself again and again some how.

or people have to aware before using the things posted here???

I love this watchface! But when I installed it, I couldn’t make it work…I can see it as a preview, but when I select it, I have a black screen. I have Kospet Prime and the Universal Launcher. Can you help me please?

I have installed and uninstalled without error twice ? Are you sure you know what you are doing . I cleared data before uninstall and all good ? . Goto uninstall app , delete data and click uninstall

1 Like

Confirmed. It’s not so hard.

2 Likes

@Dr_Andy_Vishnu sir
actually i installed it over my phone which is miui
there after rightswipe to right i found pattern lock
and even after so many attempts it stuck over there

then when i try to remove it it is comming back

and in the settings it is not showing the option to clear the memory…there i m stuck

ok if u r saying it is good to try on my watch ill do it…kudos​:v::v::crossed_fingers::crossed_fingers::vulcan_salute::vulcan_salute::+1::+1::+1:

You installed this on your phone ? Not watch ? Really …

4 Likes

If app have admin rights before uninstall you need to disable admin rights. Dont panic, thats in all android devices… Launcher CANT reinstall self.

2 Likes

Clockskin dont work? Its impossible. Or what? I dont much understand you sorry

2 Likes

This app not for phone even if it works on it. I also have miui device, and i dont have your issues.

1 Like

Maybe he just test it but something went wrong :joy:

2 Likes

Sorry, I have another launcher (Universal Launcher) , I just tried the watchface @G1NT0N1C sent to you and it didn’t work… I asked his help, not yours, sorry for the misunderstanding :grin:

1 Like

It work, but dont draw animated array. Im not implement it yet

2 Likes

@LineR sir
i tryied your launcher on my lemfo lem t updated to tickwris watch max fw 1/16 gb.

it is good and installed and uninstalled flawless in watch​:+1::+1::+1:

the problem is with my miui 11 phone settings which is not allowing me to uninstall it completely.
so pls accept my oppologies that i doubted on launcher.

now respected sir,
here is the list of expactations i m having with the clock engine of the launcher:-
1.it must support the animation array
i.e. the latest watch face available on clockskin.us.
2.it must be capable of handling the complexities like touch sensitive clockfaces able to open the respective app from the face itself.
3.it also support the watchmakers .watch files or clockfaces
4.it may also support .face i.e. facers watchfaces.
5.it has to support live wallpaper like things.

kodos to the developer of genesis fw there they r able to get most of the things.

as a launcher the more ablility to cusomise it u give
u win the heart of people …

i hope u like my feed back and make wonders everyday.

thanks and regards
praveenthakur.orgfree.com

No problems)

Now it support (wait for update)

It already support touch feature aka arraytype 100

Maybe in future. Eric helped me to understand what .watch watchface working. But it complicated at all.

Facer watchskins are much simple that WatchMaker skins, so it may be added earlier than .watch format support

In previous builds it have this support, but it so bugly and drain more battery life and i disable it. Even in stok it have some critical issue. For example in stok it can just crash wallpaper engine and skin was dissapear. Skin dont stopping draw when screen is turned off, it just change visibility. And it use system permission to BIND_WALLPAPER. It protected signature permission, even i add signature in manifest

fake-signature

flag

it cant be granted if launcher is not system app, the only way to do this without installing it to system or make this changes in framework
Change from this

<permission android:name="android.permission.BIND_WALLPAPER" android:protectionLevel="system|signature"/>

to this

<permission android:name="android.permission.BIND_WALLPAPER" android:protectionLevel="normal"/>

So as you can see its impossible for now make it normal and bugless

2 Likes