| The Following 9 Users Say Thank You to wook_sf For This Useful Post: | ||
|
|
07-18-2012
, 09:52 AM
|
|
Posts: 1,317 |
Thanked: 899 times |
Joined on Feb 2010
|
#2
|
Replaced with N8, Requested E7, "Accidentally Broke E7", Now rolling with an N9 and im loving it! 
|
|
07-18-2012
, 09:55 AM
|
|
|
Posts: 1,022 |
Thanked: 965 times |
Joined on Jan 2010
@ Denmark
|
#3
|



| The Following User Says Thank You to Dousan For This Useful Post: | ||
|
|
07-18-2012
, 10:01 AM
|
|
Posts: 1,317 |
Thanked: 899 times |
Joined on Feb 2010
|
#4
|
Replaced with N8, Requested E7, "Accidentally Broke E7", Now rolling with an N9 and im loving it! 
|
|
07-18-2012
, 10:02 AM
|
|
|
Posts: 604 |
Thanked: 365 times |
Joined on Oct 2011
@ rajvoSa BA
|
#5
|
well, statusbar is moded by guide from here: http://www.meegoexperts.com/2011/08/...tion-branding/
+ it's not scorpio, it's "kv" with gothic font
| The Following User Says Thank You to wook_sf For This Useful Post: | ||
|
|
07-18-2012
, 10:04 AM
|
|
|
Posts: 604 |
Thanked: 365 times |
Joined on Oct 2011
@ rajvoSa BA
|
#6
|
Is there any way to have the background transparent when viewing the contents of a folder? The solid black just feels a bit plain.
|
|
07-18-2012
, 10:11 AM
|
|
|
Posts: 118 |
Thanked: 79 times |
Joined on Feb 2012
@ Helsinki, Finland
|
#7
|
Is there any way to have the background transparent when viewing the contents of a folder? The solid black just feels a bit plain.
|
|
07-18-2012
, 10:15 AM
|
|
|
Posts: 604 |
Thanked: 365 times |
Joined on Oct 2011
@ rajvoSa BA
|
#8
|
Easier way with N9QuickTweak. Check it out.
https://www.dropbox.com/s/gcwnjfv180...2_17-06-27.png
|
|
07-18-2012
, 10:16 AM
|
|
|
Posts: 118 |
Thanked: 79 times |
Joined on Feb 2012
@ Helsinki, Finland
|
#9
|
| The Following User Says Thank You to late88 For This Useful Post: | ||
|
|
07-18-2012
, 11:27 AM
|
|
Posts: 88 |
Thanked: 20 times |
Joined on Apr 2012
|
#10
|

![]() |
| Thread Tools | Search this Thread |
|
Here's how my phone look alike.
I use HomeScreen Settings app, and I've modified statusarea.css and constants.ini in /usr/share/themes/
so, here it is:
(file posted on deviantArt)
wallpaper: tears of life
/*edit:
by moding files of sysuid improperly you may get your device in reboot loop without possibility of getting it back to life without reflash
you have been warned*/
tuts:
statusbar:
by editing /usr/share/themes/base/meegotouch/sysuid/style/statusarea.css
MWidgetStyle#StatusBarLandscapeWidget { background-image: "status-landscape"; background-color: #000000; margin-left: 0; margin-right: 0; margin-top: 0; margin-bottom: 0; padding-left: 0; padding-right: 0; padding-top: 0; padding-bottom: 0; } MWidgetStyle#StatusBarPortraitWidget { background-image: "status-portrait"; background-color: #000000; margin-left: 0; margin-right: 0; margin-top: 0; margin-bottom: 0; padding-left: 0; padding-right: 0; padding-top: 0; padding-bottom: 0; }file is Png 16bit i assume.
if anything broken, you will probably have red background for statusbar or your device will be in reboot loop
be aware what you are doing.
portrait size: 480x36
landscape size: 854x36
app backgrounds:
modification of /usr/share/themes/blanco/meegotouch/constants.ini (or /usr/share/themes/base/meegotouch/proto/constants.ini for pr1.0 if i am correct.)
bg_portrait, bg_landscape, bg_portrait_inv and bg_landscape_inv are Jpg files located in /usr/share/themes/blanco/meegotouch/images/backgrounds/ and i assume this may cause reboot loop too.
portrait size: 480x854
landscape size: 854x480
original tutorial can be found here, this is my rewrite and i assume some options can be changed too depending to PR version.
transparent folder background description
Last edited by wook_sf; 07-18-2012 at 01:22 PM. Reason: warning