How to rotate "seconds" hand every 1 second?

Hi
I am asking how to rotate the seconds hand (analog clock face) every 1 second and not continuously.
I am asking for the correct command in the clock_skin.xml file like this:

<drawable>
        <rotate>3</rotate>
        <mulrotate>1</mulrotate>
        <name>image8.png</name>
    </drawable> 

Thanks

1 Like

If you are talking about the “jumping second” This is a funktion that will need Universal launcher.

1 Like

I see that the first face of my Kospet Prime SE is working like this (moves every 1 second)
Just why I am asking for it.

  • Also where are all these default faces folders?

<drawable>
    <rotate>3</rotate>
    <mulrotate>1</mulrotate>
    <movement>2</movement>
    <centerX>102</centerX>
    <centerY>1</centerY>
    <name>image2.png</name>
</drawable>

This is one way it can be done, but as G1N said it only works with UL

3 Likes

Prime SE launcher supports it obviously. You can add movement to the hour and minute hand too.
Maybe it saves some battery? The watch faces are in the firmware at /system/media/InsideClockSkin folder.