Notices


Reply
Thread Tools
santiago's Avatar
Posts: 518 | Thanked: 334 times | Joined on Mar 2010 @ italy
#11
ls is a command to show u the directoryes list. cd blablabla... then ls
then cd themename then the rest of the commands
 
Posts: 150 | Thanked: 10 times | Joined on Apr 2010 @ California, USA
#12
it shows cant cd.....
__________________
---------------------------------------------
http://pininthemap.com/8ce250d3207d7424f

'Keep your friend close and your enemies closer.'
 
Posts: 150 | Thanked: 10 times | Joined on Apr 2010 @ California, USA
#13
Nope nothing worked. I tried to play by my self but nothing worked.
__________________
---------------------------------------------
http://pininthemap.com/8ce250d3207d7424f

'Keep your friend close and your enemies closer.'
 
Posts: 32 | Thanked: 8 times | Joined on Jan 2010
#14
I think some themes need to be updated befire installing to a PR1.2 phone. I don't know anything about coding and wouldn't mess with that stuff previuosly advised. I downloaded the Android theme after knowing it had been updated after PR1.2 and it works fine, I think the Maemo downloads section tells you whether something has been updated...
 
d-iivil's Avatar
Posts: 2,154 | Thanked: 2,186 times | Joined on Dec 2009 @ Hellsinki, Finland
#15
Originally Posted by jfh View Post
I think some themes need to be updated befire installing to a PR1.2 phone. I don't know anything about coding and wouldn't mess with that stuff previuosly advised. I downloaded the Android theme after knowing it had been updated after PR1.2 and it works fine, I think the Maemo downloads section tells you whether something has been updated...
Noup, lockscreens works with PR1.1 themes also. Thread starter has some other problem going on. Maybe it's time for reflash?
__________________
If you're rich and you think I deserve a cold beer, you may donate one or two :-P

80's style stadium rock is back - FIRENOTE
Hi-Octane heavy metal - FORCE MAJEURE
 
Posts: 150 | Thanked: 10 times | Joined on Apr 2010 @ California, USA
#16
Originally Posted by D-Iivil View Post
Noup, lockscreens works with PR1.1 themes also. Thread starter has some other problem going on. Maybe it's time for reflash?
im hesitent to go for reflashing...
__________________
---------------------------------------------
http://pininthemap.com/8ce250d3207d7424f

'Keep your friend close and your enemies closer.'
 
Posts: 150 | Thanked: 10 times | Joined on Apr 2010 @ California, USA
#17
Shocked to see that no one actually had this problem and no solution for it.
__________________
---------------------------------------------
http://pininthemap.com/8ce250d3207d7424f

'Keep your friend close and your enemies closer.'
 
Posts: 18 | Thanked: 3 times | Joined on Mar 2010 @ Switzerland
#18
Hm...

You don't seem to be too used to xterm (I wasn't either a few years ago ^^)...

Code:
Nokia-N900-02-8:~# cd /usr/share/themes/d-style underconstruction/backgrounds
cd can't cd there as there is a space and you'd need to 'escape' that (curious why anybody didn't pay attention there) so the command would look like
Code:
cd /usr/share/themes/d-style\ underconstruction/backgrounds
The "\" is the escape character which is needed in certain situations like spaces or if the filename has something out of the ASCII-range afair.

So, now I'll simplify the second commands posted
Code:
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
Why not make it like:
Code:
root
cd /usr/share/themes/
ls -a
cd $THEME/backgrounds
mv lockslider.png lockslider.png.orig
cp wallpaper1.png lockslider.png
That's it, no copying to the micoSD and no long typing... Also, you will keep a backup of the original lockslider.png

Now a lil to what was meant with ls...
ls is a command to list the contents of a folder. By using ls you see the contents and by $THEME I mean the name of the theme's folder. That can be "d-style underconstruction" or anything similiar. So that's where you gotta look and then replace $THEME with the actual name of that folder. In my case, I use the Array Theme, i would enter there
Code:
keysat:/opt/usr/share/themes$ ls -a
.                   Default             MurrinaNightOrange  alpha               beta
..                  Emacs               Raleigh             array               default
keysat:/opt/usr/share/themes$ cd array/backgrounds
keysat:/opt/usr/share/themes/array/backgrounds$
Hopefully that helps in the future...

Just a small note though. That will use the first workspace's picture as background. As I don't use that theme I can't tell you whether that looks good or not.

mikki-kun
__________________
Nothing is true, everything is permitted - Ezio Auditore da Firenze, Assassin's Creed 2

In the end, there will be only chaos! - Kratos, God of War 3
 
Posts: 150 | Thanked: 10 times | Joined on Apr 2010 @ California, USA
#19
~ $ 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
Nokia-N900-02-8:/opt/usr/share/themes# cd dthemeunderc/backgrounds
-sh: cd: can't cd to dthemeunderc/backgrounds
Nokia-N900-02-8:/opt/usr/share/themes#
This is what it shows....when i put your command after getting the name of the theme by doing 'ls -a'
__________________
---------------------------------------------
http://pininthemap.com/8ce250d3207d7424f

'Keep your friend close and your enemies closer.'
 
Posts: 18 | Thanked: 3 times | Joined on Mar 2010 @ Switzerland
#20
Code:
~ $ 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
Nokia-N900-02-8:/opt/usr/share/themes# cd dthemeunderc/backgrounds
-sh: cd: can't cd to dthemeunderc/backgrounds
Nokia-N900-02-8:/opt/usr/share/themes#
Can't see where you did ls...

Maybe try it one dir-depth after another like

Code:
keysat:/opt/usr/share/themes$ ls -a
.                   Default             MurrinaNightOrange  alpha               beta
..                  Emacs               Raleigh             array               default
keysat:/opt/usr/share/themes$ cd array
keysat:/opt/usr/share/themes/array$ cd backgrounds
keysat:/opt/usr/share/themes/array/backgrounds$
If that still doesn't work, try ls as well in dthemeunderc... It should show backgrounds there.

Cheers,

mikki-kun

P.S.: Also, another way could be to reinstall the theme. Deinstall, turn off (Am not sure if that really helps, but I'd do it), turn on, reinstall, turn off (so that certain theme-files are loaded), turn on, voilá.
__________________
Nothing is true, everything is permitted - Ezio Auditore da Firenze, Assassin's Creed 2

In the end, there will be only chaos! - Kratos, God of War 3
 
Reply


 
Forum Jump


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