maemo.org - Talk

maemo.org - Talk (https://talk.maemo.org/index.php)
-   Themes (https://talk.maemo.org/forumdisplay.php?f=49)
-   -   Swipe screen stays the same, even after changing the theme. (https://talk.maemo.org/showthread.php?t=55317)

zaedej 2010-06-06 00:47

Swipe screen stays the same, even after changing the theme.
 
Even after installing a new theme(any theme) my 'swipe' screen stays the same. I tried rebooting the phone but nothing seems to work. The screen below will help you to understand the problem I am having. I am not sure if I am having this after PR 1.2 upgrade but I am having it for a long time, I just didn't notice it before.

Another thing I discovered that when I double click the power on/off button the screen locks and then the screen shows the default swipe screen but then when I do it from the screen selecting "Lock Screen and Keys" option then next time the screen show the theme swipe screen as per the theme should show. And when I opent the slide the theme swipe screen works.

Please help, I don't know how to fix this and it kind of bothers me when I don't have the themes working in a perfect way.
http://lh4.ggpht.com/_dRpCZM1Wo8w/TA...604-182737.png
This is the theme I was using, it happens to any theme I download from the repository.
http://lh6.ggpht.com/_dRpCZM1Wo8w/TA...604-182824.png
This is the current theme I am using and it looks like this:
http://lh5.ggpht.com/_dRpCZM1Wo8w/TA...605-174428.png
This is the main screen of the theme.
http://lh4.ggpht.com/_dRpCZM1Wo8w/TA...605-174436.png

I would really appreciate if any help can be contributed to my problem and I am really new with Linux and with N900. Literally no idea about coding and command line. :(

santiago 2010-06-06 01:23

Re: Swipe screen stays the same, even after changing the theme.
 
Quote:

Originally Posted by zaedej (Post 701760)
Even after installing a new theme(any theme) my 'swipe' screen stays the same. I tried rebooting the phone but nothing seems to work. The screen below will help you to understand the problem I am having. I am not sure if I am having this after PR 1.2 upgrade but I am having it for a long time, I just didn't notice it before.

Another thing I discovered that when I double click the power on/off button the screen locks and then the screen shows the default swipe screen but then when I do it from the screen selecting "Lock Screen and Keys" option then next time the screen show the theme swipe screen as per the theme should show. And when I opent the slide the theme swipe screen works.

Please help, I don't know how to fix this and it kind of bothers me when I don't have the themes working in a perfect way.
http://lh4.ggpht.com/_dRpCZM1Wo8w/TA...604-182737.png
This is the theme I was using, it happens to any theme I download from the repository.
http://lh6.ggpht.com/_dRpCZM1Wo8w/TA...604-182824.png
This is the current theme I am using and it looks like this:
http://lh5.ggpht.com/_dRpCZM1Wo8w/TA...605-174428.png
This is the main screen of the theme.
http://lh4.ggpht.com/_dRpCZM1Wo8w/TA...605-174436.png

I would really appreciate if any help can be contributed to my problem and I am really new with Linux and with N900. Literally no idea about coding and command line. :(

edit the lockslider.png on /usr/share/themes/alpha/backgrounds ;) this is the slider background ciao

zaedej 2010-06-06 01:24

Re: Swipe screen stays the same, even after changing the theme.
 
Quote:

Originally Posted by santiago (Post 701778)
edit the lockslider.png on /usr/share/themes/alpha/backgrounds ;) this is the slider background ciao

And how do I do that?

mrbiggzz79 2010-06-06 01:31

Re: Swipe screen stays the same, even after changing the theme.
 
Quote:

Originally Posted by zaedej (Post 701779)
And how do I do that?

you can try openssh

zaedej 2010-06-06 01:35

Re: Swipe screen stays the same, even after changing the theme.
 
Quote:

Originally Posted by mrbiggzz79 (Post 701783)
you can try openssh

Can you please tell me the steps please. i mentioned in my post that I am really new with this. What is openssh?

Thanks.

santiago 2010-06-06 01:40

Re: Swipe screen stays the same, even after changing the theme.
 
Quote:

Originally Posted by zaedej (Post 701779)
And how do I do that?

download one picture (the resolution must be 800x480)
rename this image in lockslider.png
copy it into the minisd root (via mass memory mode or as u wanna do it)
open a terminal
digit

root
cd /usr/share/themes/alpha/backgrounds
rm -r lockslider.png
cd /media/mmc1
mv lockslider.png /usr/share/themes/alpha/backgrounds
exit
return


;) good luck

zaedej 2010-06-06 01:49

Re: Swipe screen stays the same, even after changing the theme.
 
Quote:

Originally Posted by santiago (Post 701791)
download one picture (the resolution must be 800x480)
rename this image in lockslider.png
copy it into the minisd root (via mass memory mode or as u wanna do it)
open a terminal
digit

root
cd /usr/share/themes/alpha/backgrounds
rm -r lockslider.png
cd /media/mmc1
mv lockslider.png /usr/share/themes/alpha/backgrounds
exit
return


;) good luck

OK! Thanks! But what if i want the picture what is there in my theme.

santiago 2010-06-06 02:00

Re: Swipe screen stays the same, even after changing the theme.
 
Quote:

Originally Posted by zaedej (Post 701797)
OK! Thanks! But what if i want the picture what is there in my theme.

ok...

root
cd /usr/share/themes/Used theme name (ls for a list)/backgrounds
cp wallpaper1.png /media/mmc1
cd /media/mmc1
mv wallpaper1.png lockslider.png
mv lockslider.png /usr/share/themes/Used theme name/backgrounds

ciaoooo

zaedej 2010-06-06 02:05

Re: Swipe screen stays the same, even after changing the theme.
 
"/Used theme name (ls for a lis)" what do i put for the theme D-style under construction theme?

zaedej 2010-06-06 02:08

Re: Swipe screen stays the same, even after changing the theme.
 
Quote:


BusyBox v1.10.2 (Debian 3:1.10.2.legal-1osso30+0m5) built-in shell (ash)
Enter 'help' for a list of built-in commands.

~ $ root


BusyBox v1.10.2 (Debian 3:1.10.2.legal-1osso30+0m5) built-in shell (ash)
Enter 'help' for a list of built-in commands.

Nokia-N900-02-8:~# cd /usr/share/themes/Is/backgrounds
-sh: cd: can't cd to /usr/share/themes/Is/backgrounds
Nokia-N900-02-8:~# cd /usr/share/themes/ls/backgrounds
-sh: cd: can't cd to /usr/share/themes/ls/backgrounds
Nokia-N900-02-8:~# cd /usr/share/themes/ls/backgrounds
-sh: cd: can't cd to /usr/share/themes/ls/backgrounds
Nokia-N900-02-8:~# cd /usr/share/themes/d-style underconstruction/backgrounds
-sh: cd: can't cd to /usr/share/themes/d-style

this is what it shows boss..


All times are GMT. The time now is 09:23.

vBulletin® Version 3.8.8