uzernamezz
|
2012-01-20
, 14:27
|
Posts: 28 |
Thanked: 2 times |
Joined on Nov 2011
@ Philippines
|
#51
|
|
2012-01-20
, 14:44
|
Posts: 152 |
Thanked: 28 times |
Joined on Nov 2009
|
#52
|
|
2012-01-20
, 15:02
|
|
Posts: 1,038 |
Thanked: 1,408 times |
Joined on Feb 2010
@ London
|
#53
|
|
2012-01-20
, 16:35
|
Posts: 169 |
Thanked: 132 times |
Joined on Oct 2011
@ Toronto, Canada
|
#54
|
|
2012-01-20
, 17:05
|
Posts: 18 |
Thanked: 2 times |
Joined on Jan 2012
|
#55
|
you need to do it on the command line just copy new one to overwrite the old one, thats it for now, until some dev develop an app for this.
cheers
|
2012-01-20
, 17:27
|
|
Posts: 565 |
Thanked: 816 times |
Joined on Sep 2010
@ Nevinnomyssk
|
#56
|
|
2012-01-21
, 01:14
|
|
Posts: 273 |
Thanked: 101 times |
Joined on Jan 2010
|
#57
|
So i only need to overwrite the whole command or just the first line?
Thx for your answer!
|
2012-01-21
, 05:54
|
Posts: 8 |
Thanked: 0 times |
Joined on Jan 2012
|
#58
|
Hi, i did some simple tricks to make 3 different wallpapers on 3 home pages.
Youtube link: http://www.youtube.com/watch?v=wtOMTEPNQoY
here's the howto:
- Download this file, extract it in the download folder of your N9/N950
- Prepare 3 image files with PNG extension. Name it as follows:
- meegotouch-desktop-bg.png for Events page
- meegotouch-desktop-bg-launcher.png for Launcher page
- meegotouch-desktop-bg-switcher.png for Switcher page
- Put all those images into the Download folder of your N9/N950
- Assume you have developer mode activated, open the terminal and type/paste the following codes
Here's the link to this post on my blog: http://blog.linux4us.org/2012/01/18/...mattan-n9n950/Code:devel-su rootme (rootme is the default password) cp -f /home/user/MyDocs/Downloads/libmeegotouchhome-default.css /usr/share/themes/base/meegotouch/libmeegotouchhome/style/ cp -f /home/user/MyDocs/Downloads/libmeegotouchviews-modified-default.css /usr/share/themes/base/meegotouch/libmeegotouchhome/style/ cp -f /home/user/MyDocs/Downloads/meegotouch-desktop-bg.png /usr/share/themes/blanco/meegotouch/images/backgrounds/ cp -f /home/user/MyDocs/Downloads/meegotouch-desktop-bg-launcher.png /usr/share/themes/blanco/meegotouch/images/backgrounds/ cp -f /home/user/MyDocs/Downloads/meegotouch-desktop-bg-switcher.png /usr/share/themes/blanco/meegotouch/images/backgrounds/
Have fun
|
2012-01-21
, 19:01
|
|
Posts: 5,339 |
Thanked: 4,133 times |
Joined on Jan 2010
@ Israel
|
#59
|
|
2012-01-22
, 22:10
|
Posts: 18 |
Thanked: 2 times |
Joined on Jan 2012
|
#60
|