Reply
Thread Tools Search this Thread
Schturman's Avatar
Posts: 3,459 | Thanked: 2,292 times | Joined on Jan 2010 @ Israel
#1741
Originally Posted by chasetheangel View Post
Hi Schturman,

Is there anyway to add an option to insert background pic for the folder instead of the normal black and transparent?

Thanks
You can try something...
1. Create a small pic and with name for example "folder-bg.png"
2. put this pic to:
Code:
/usr/share/themes/blanco/meegotouch/images/backgrounds
3. Now, open this file:
Code:
/usr/share/themes/base/meegotouch/meegotouchhome/style/meegotouchhome.css
to this block:
Code:
MWidgetStyle#folderContainerContentWidget {
    padding-left: 0;
    padding-right: 0;
    padding-top: $PADDING_MEDIUM;
    padding-bottom: $PADDING_MEDIUM;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    margin-bottom: 0;

    background-color: black;
4. change
Code:
background-color: black;
to
Code:
background-image: "folder-bg";
5. reboot your phone.

If you don't get reboot-loop -> post here a screenshot
If you will get reboot-loop -> reflash your phone.
__________________
Lausanne & Lyon de descente...
----------------
Schturman home page

N9 QuickTweak - If you like my work, you can donate here
. Thanks!
 

The Following User Says Thank You to Schturman For This Useful Post:
Schturman's Avatar
Posts: 3,459 | Thanked: 2,292 times | Joined on Jan 2010 @ Israel
#1742
Originally Posted by Mikkosssss View Post
Hi Schturman

You should add this mod to N9QTweak if possible http://thomasdefranc.blogspot.fi/201...okmark-to.html
Checked.. Sorry, can't add this because people have a different version of FireFox.... Also, I can't to know what the a full name of browser-xxxxxxxxxxxxxxxxxx.desktop files..

Where xxxxxxxxxxxxxx is a long combination of numbers and letters that your phone created, I can't to now this numbers/letters..
__________________
Lausanne & Lyon de descente...
----------------
Schturman home page

N9 QuickTweak - If you like my work, you can donate here
. Thanks!
 

The Following User Says Thank You to Schturman For This Useful Post:
Posts: 86 | Thanked: 20 times | Joined on Apr 2012
#1743
Originally Posted by Schturman View Post
Checked.. Sorry, can't add this because people have a different version of FireFox.... Also, I can't to know what the a full name of browser-xxxxxxxxxxxxxxxxxx.desktop files..

Where xxxxxxxxxxxxxx is a long combination of numbers and letters that your phone created, I can't to now this numbers/letters..
I have to do it manually then
 
Posts: 154 | Thanked: 109 times | Joined on Oct 2011 @ Toronto, Canada
#1744
Originally Posted by Schturman View Post
You can try something...
1. Create a small pic and with name for example "folder-bg.png"
2. put this pic to:
Code:
/usr/share/themes/blanco/meegotouch/images/backgrounds
3. Now, open this file:
Code:
/usr/share/themes/base/meegotouch/meegotouchhome/style/meegotouchhome.css
to this block:
Code:
MWidgetStyle#folderContainerContentWidget {
    padding-left: 0;
    padding-right: 0;
    padding-top: $PADDING_MEDIUM;
    padding-bottom: $PADDING_MEDIUM;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    margin-bottom: 0;

    background-color: black;
4. change
Code:
background-color: black;
to
Code:
background-image: "folder-bg";
5. reboot your phone.

If you don't get reboot-loop -> post here a screenshot
If you will get reboot-loop -> reflash your phone.
If chasetheangle doesn't feel like doing it, I can try this later and let you know how it goes. Just have several things to do before I have time to play with my phone.

Thanks for the contents of the file too! I don't know how those files became deleted, but I was able to restore them, and fix it. Much appreciated.
 

The Following User Says Thank You to SolarisSixth For This Useful Post:
Schturman's Avatar
Posts: 3,459 | Thanked: 2,292 times | Joined on Jan 2010 @ Israel
#1745
SolarisSixth, when you will try the folder background hack and if it's work, please write here your result and screenshot if this work and I will add this to the next release..
Thanks


EDIT...
mmm.. maybe it's more safety..
instead completely changing this line:
Code:
background-color: black;
just add background image before...like this:

Code:
background-image: "folder-bg";
background-color: black;
__________________
Lausanne & Lyon de descente...
----------------
Schturman home page

N9 QuickTweak - If you like my work, you can donate here
. Thanks!

Last edited by Schturman; 07-19-2012 at 05:35 PM.
 
Posts: 154 | Thanked: 109 times | Joined on Oct 2011 @ Toronto, Canada
#1746
I reply with success!






This is with opacity turned down, so you can see the background image, just checkerboard, I assume that with it turned off, you could pull off a flat image, that won't show the background image or icons at all.

Last edited by SolarisSixth; 07-19-2012 at 06:26 PM. Reason: Da Hell did I write?
 

The Following User Says Thank You to SolarisSixth For This Useful Post:
Posts: 122 | Thanked: 8 times | Joined on Dec 2011 @ Setubal, Portugal
#1747
Any chance of ,similar to "Twitter video sharing", getting Nokia N9 working with a 500px account?
Also deleting Skype and Wi-Fi Hotspot would me nice.
Deleted all the other but the icons remain there..

EDIT

I found out that it only worked deleting one by one.
But still, any chance of removing skype and wifi icon?

Last edited by tiiagoFernandez; 07-19-2012 at 06:55 PM.
 
Schturman's Avatar
Posts: 3,459 | Thanked: 2,292 times | Joined on Jan 2010 @ Israel
#1748
SolarisSixth, cool, thanks for testing..
Which size of pic you did ?
__________________
Lausanne & Lyon de descente...
----------------
Schturman home page

N9 QuickTweak - If you like my work, you can donate here
. Thanks!
 
Posts: 154 | Thanked: 109 times | Joined on Oct 2011 @ Toronto, Canada
#1749
Well, like you said, the size likely doesn't matter, I kinda just threw it on paint, cropped it slighlty and threw it on there, but the size it didn't up being, was 311x364

I don't think it matters in the least, you can probably make it an actual square, and it would work fine.
 

The Following 2 Users Say Thank You to SolarisSixth For This Useful Post:
Schturman's Avatar
Posts: 3,459 | Thanked: 2,292 times | Joined on Jan 2010 @ Israel
#1750
Ok, I now checked something...
The folder window always stretch your pic.. That mean no need fixed size for this pic...





__________________
Lausanne & Lyon de descente...
----------------
Schturman home page

N9 QuickTweak - If you like my work, you can donate here
. Thanks!
 

The Following 2 Users Say Thank You to Schturman For This Useful Post:
Reply

Tags
hebrew vkb, n9 qtweak, n9 quick tweak, n9 quicktweak, root-ssh

Thread Tools Search this Thread
Search this Thread:

Advanced Search

 
Forum Jump


All times are GMT -4. The time now is 10:19 AM.