Search Discussions:
Advanced Search...
Welcome to Nokia Support Discussions! Here you can share advice and tips with thousands of other Nokia users around the world in English. Many Nokia employees also follow and participate in the discussions, see our guidelines for more information. Everyone can search and read the discussions, but to post your own question or reply to others, simply login with your Nokia account. If this is your first time here, you can choose an alias to represent you. And if you don't have a Nokia account yet, please register.
Reply

Re: N9 - Clock Interface messed up

Contributor
sitoub_n82
Posts: 8
Accepted Solution

N9 - Clock Interface messed up

I have attached a screenshot of what I see when I go to Clock. I can set up alarms just fine though.

 

How can I go about fixing this? Thank you

Please use plain text.
Mobile Guru
ceroberts75
Posts: 3,457

Re: N9 - Clock Interface messed up

looks like your png images are broken or there is a problem with the css file.

have you tried to reboot your device first to see if that fixes it?

otherwise, you may have to learn a little terminal and push a copy of the images back to the folder required.

let me know and i will see if i can help you.
Kudos are to the Above to the LEFT, Solution is Below to the RIGHT
Please use plain text.
Contributor
sitoub_n82
Posts: 8

Re: N9 - Clock Interface messed up

Thank you. I have already restarded the phone couple of time and the problem still persist. I figured that was the problem but I neither know where to find the png (or css) file nor the path of where it is supposed to be. I do know how to use the terminal so I should be fine if my two unknown are solved. I really appreciate the help.

Please use plain text.
Mobile Guru
ceroberts75
Posts: 3,457

Re: N9 - Clock Interface messed up

 

 

 

ok. sounds like these are the files that need to be replaced then:

 

 

 

 

 

 

i have packaged a rar for you.  you can download it HERE

 

 

once you download it, unzip it on your pc.  it should be a folder named "clock"

 

connect your device to your pc in mass storage mode and copy the folder to your MyDocs directory.

 

disconnect and open your terminal.

 

use the following commands:

 

devel-su

rootme

cp -R /home/user/MyDocs/clock /usr/share/themes/blanco/meegotouch/images

 

then reboot your device and see if that fixed the clock for you.

 

:smileywink:

Kudos are to the Above to the LEFT, Solution is Below to the RIGHT
Please use plain text.
Contributor
sitoub_n82
Posts: 8

Re: N9 - Clock Interface messed up

Didn't work :smileyfrustrated:

 

Prior to doing what you asked me I navigate to the folder where the images are supposed to be and they were all present. I figured they were probably broken so I removed the /clock folder through the command line and then did what you recommended. I can see the .png in the clock folder but the problem still persist!

 

Thank you

Please use plain text.
Mobile Guru
ceroberts75
Posts: 3,457

Re: N9 - Clock Interface messed up

you didnt need to remove it first.


did you use the cp -R command?

this would replace all data of the like with the new data.


the same thing happens when you change your theme...it breaks all the emoticons...so you have to replace the entire folder on it.

try using terminal and the command again without deleting first....besides...if you are deleteing the file first, it may cause issues anyway other then the spiraling red squares as there is no clock data there at all to use for a moment. :smileysurprised:
Kudos are to the Above to the LEFT, Solution is Below to the RIGHT
Please use plain text.
Mobile Guru
ceroberts75
Posts: 3,457

Re: N9 - Clock Interface messed up

ok, try this....but do not delete anything first.

i have uploaded a new rar for you...it is clock data again, but goes into a different folder.

http://www.mediafire.com/file/4q8hdeqjwxb84gf/clock.base.rar

unzip and transfer to your MyDocs folder. (delete the old clock folder from MyDocs first as this is named the same)

open terminal
devel-su
rootme
cp -R /home/user/MyDocs/clock /usr/share/themes/base/meegotouch/


this should replace your css files in the core files which direct your device to find the images. if this doesnt fix it...you may need a reflash of the device as anything deeper is going to be locked out by aegis.
Kudos are to the Above to the LEFT, Solution is Below to the RIGHT
Please use plain text.
Contributor
sitoub_n82
Posts: 8

Re: N9 - Clock Interface messed up

Still didn't work! I wonder what could be the problem as the same thing happened to me with the emoticons and simply copying them back to the folder fixed the issue.

 

Well thank you for helping out!

Please use plain text.
Contributor
sitoub_n82
Posts: 8

Re: N9 - Clock Interface messed up

Well ceroberts75, I cannot say I completely fixed it but here's what's going on:

 

From what you've told me I narrowed the problem to being caused by the clock.css file. The one you gave me was "clock.css.fdb" and that didn't work. So I removed the "fdb" portion of it and voila the clock reappeared.

 

I could have been happy but the colors within the interface are all messed up. Please see attached file. Unless your clock look like this I can't explain the changes in colors. I've both "clock.css.fdb" and "clock.css" and all color codes are the same. I also attached the css file (remove the .doc before opening it, I couldn't post a css file here) so you can take a look if you don't mind and compare it to yours (though it should be the same since it came from you in the first place)

 

Also, could you please send me your clock splash file (/usr/share/themes/blanco/meegotouch/images/splash/meegotouch-clock-splash.jpg), mine is broken.

 

Thank you, you're being very helpful

Please use plain text.
Mobile Sensei
aspergerguy
Posts: 7,368

Re: N9 - Clock Interface messed up


sitoub_n82 wrote:

Also, could you please send me your clock splash file (/usr/share/themes/blanco/meegotouch/images/splash/meegotouch-clock-splash.jpg)


Here you are if any help:

If I've helped in any way, a click upon the white star at bottom right of screen would always be appreciated.


However if my answer also solves your problem clickingbelow it will benefit other users!




Please use plain text.
Contributor
sitoub_n82
Posts: 8

Re: N9 - Clock Interface messed up

Thanks for the splash file. It seems the splash file just sits underneath the clock interface making the interface colors change based on the ones of the splash file; I've created an all black then an all white splash file, and both have given me a different overall color set (none of them great by the way). So the question now is, how do I get the background colors within the css file to be transparent so the splash image is fully visible?

 

Thank you 

Please use plain text.
Mobile Guru
ceroberts75
Posts: 3,457

Re: N9 - Clock Interface messed up

try to replace it with this!

 

remember to take the .doc off the end first

Kudos are to the Above to the LEFT, Solution is Below to the RIGHT
Please use plain text.
Contributor
sitoub_n82
Posts: 8

Re: N9 - Clock Interface messed up

Sweet! This worked, thank you so much. IF you don't mind me asking, how did you come up with the right color code?

Mucha Gracias
Please use plain text.
Mobile Guru
ceroberts75
Posts: 3,457

Re: N9 - Clock Interface messed up

lets call it....


an educated guess without all the luck! :smileywink:


glad it all sussed out...thanks for the kudos and solution.
Kudos are to the Above to the LEFT, Solution is Below to the RIGHT
Please use plain text.
Contributor
sitoub_n82
Posts: 8

Re: N9 - Clock Interface messed up

Haha, well thanks!
Please use plain text.