Reply
Thread Tools
death_jax's Avatar
Posts: 326 | Thanked: 122 times | Joined on Sep 2012 @ Italy
#3001
Originally Posted by Schturman View Post
It's not deleted when you run restore to default ? because you probably don't have backup from tweak K, because this file should be replaced by the original one from your backup. If you have backup, maybe your backup not so clean


Backup from tweak K is important, because many tweaks use this backup for restore original files...
Of course, my solution was just a suggestion for those who have red background problem and don't want to restore the backup file and lose self-made changes .

PS: I noticed that in source file to the path /opt/N9QTweak/DeskBG/6images/libmeegotouchviews-modified-default.css at line 12 (background-image: "meegotouch-desktop-bg-landscape") there isn't a ";" at the end of line.

Last edited by death_jax; 2012-09-21 at 22:19.
 
Schturman's Avatar
Posts: 5,339 | Thanked: 4,133 times | Joined on Jan 2010 @ Israel
#3002
Thanks, i will check it later..
Can you check in the same file in backup folder, do you have this line too?
If yes, it mean backup not clean...
 
death_jax's Avatar
Posts: 326 | Thanked: 122 times | Joined on Sep 2012 @ Italy
#3003
Originally Posted by Schturman View Post
Thanks, i will check it later..
Can you check in the same file in backup folder, do you have this line too?
If yes, it mean backup not clean...
No, in the backup file there are no lines, it's ok; in the backup file there is

Code:
MSceneWindowStyle#Home {
    minimum-size: 100% 100%;
    preferred-size: 100% 100%;
    maximum-size: 100% 100%;
}
in the modified file there are

Code:
MSceneWindowStyle#Home {
    minimum-size: 100% 100%;
    preferred-size: 100% 100%;
    maximum-size: 100% 100%;
    background-image: "meegotouch-desktop-bg";
}

MSceneWindowStyle#Home.Landscape {
    minimum-size: 100% 100%;
    preferred-size: 100% 100%;
    maximum-size: 100% 100%;
    background-image: "meegotouch-desktop-bg-landscape";
}
 
Schturman's Avatar
Posts: 5,339 | Thanked: 4,133 times | Joined on Jan 2010 @ Israel
#3004
Originally Posted by death_jax View Post
No, in the backup file there are no lines, it's ok; in the backup file there is

Code:
MSceneWindowStyle#Home {
    minimum-size: 100% 100%;
    preferred-size: 100% 100%;
    maximum-size: 100% 100%;
}
in the modified file there are

Code:
MSceneWindowStyle#Home {
    minimum-size: 100% 100%;
    preferred-size: 100% 100%;
    maximum-size: 100% 100%;
    background-image: "meegotouch-desktop-bg";
}

MSceneWindowStyle#Home.Landscape {
    minimum-size: 100% 100%;
    preferred-size: 100% 100%;
    maximum-size: 100% 100%;
    background-image: "meegotouch-desktop-bg-landscape";
}
Ok, I checked this files and the tweak file. For restore you need to use option 10 and it have this command:
Code:
cp -f /home/user/MyDocs/.N9QTweakBackup/usr/share/themes/base/meegotouch/libmeegotouchhome/style/* /usr/share/themes/base/meegotouch/libmeegotouchhome/style
This command should replace your modified file to original and after reboot you should get the original black homescreens....
About this symbol: ";" you are right in some places it not exist and I don't know if this so important because tweak work when you apply it to both options (for 6 images and for 2 images). I tested both of them a few times... This is very old tweak...
The important thing is a restore to default. For me it work without any problem from my backup.
Do you sure you not renamed backup folder or something ?
 
Schturman's Avatar
Posts: 5,339 | Thanked: 4,133 times | Joined on Jan 2010 @ Israel
#3005
Ok, I did some tests...
I added symbols ";" to the needed places in both of this files and activated 6 backgrounds. Like before it worked like a charm.
After this I activated option 10 (restore to default) and it also worked like a charm even without reboot, only refresh of homescreens.
I will add this symbols to the next version...
 
death_jax's Avatar
Posts: 326 | Thanked: 122 times | Joined on Sep 2012 @ Italy
#3006
Originally Posted by Schturman View Post
Ok, I checked this files and the tweak file. For restore you need to use option 10 and it have this command:
Code:
cp -f /home/user/MyDocs/.N9QTweakBackup/usr/share/themes/base/meegotouch/libmeegotouchhome/style/* /usr/share/themes/base/meegotouch/libmeegotouchhome/style
This command should replace your modified file to original and after reboot you should get the original black homescreens....
About this symbol: ";" you are right in some places it not exist and I don't know if this so important because tweak work when you apply it to both options (for 6 images and for 2 images). I tested both of them a few times... This is very old tweak...
The important thing is a restore to default. For me it work without any problem from my backup.
Do you sure you not renamed backup folder or something ?
Maybe there was a misunderstanding, I know that code (because I found it in the source file ) and I don't have problem anymore. The only thing is that with your command (also present in the source file), the file is interely restored, but if in this one there were a changes (like in my case), with your mode I lose everything, while with my advice the red background is gone without reinstall everything (like bwayne)..

PS: Why for that tweaks (W), especially for that file, there isn't a "sed" command but only a copy from backup? Perhaps the best choice would be not to delete but only to set "background-image: "meegotouch-desktop-bg"" (in libmeegotouchviews-modified-default.css file) to black like in the other lines of code, or if it's possible to add for single tweaks (W-1, W-2, W-3, W-4) a single restore (with "sed", or whatever, command like there is, but all toghether, in the W-10) and not a restore only with W-10, because with this one, if I want to restore only the black background (for example) would mean to lose:
  • Only long & transparent notification bar tweak
  • Folder popup window mod tweak
  • Feed-Notification-Multitasking MOD tweak
  • Launcher indicator & Icon changer tweak
  • Statusbar background changer tweak
  • Self-made changes on file
in one shot

Last edited by death_jax; 2012-09-22 at 08:42.
 
AMD's Avatar
Posts: 1,390 | Thanked: 710 times | Joined on May 2012 @ Beirut, Lebanon
#3007
Hey Schturman, just wanted to tell you great job with the new version and I wanted to inform you that 9.0.3 with System UI Tweak T-3 worked perfectly on my N9 and I didn't have to install them individually either, I don't know what the problem was but I know that it worked with no single error
Keep it up man
__________________
Twitter: @ahmadmdaher

Originally Posted by Dave999
I will vote AMD for president next time if I'm having any shares during next meeting.


Do good for a human being and like my art page!
 

The Following User Says Thank You to AMD For This Useful Post:
Schturman's Avatar
Posts: 5,339 | Thanked: 4,133 times | Joined on Jan 2010 @ Israel
#3008
Originally Posted by death_jax View Post
Maybe there was a misunderstanding, I know that code (because I found it in the source file ) and I don't have problem anymore. The only thing is that with your command (also present in the source file), the file is interely restored, but if in this one there were a changes (like in my case), with your mode I lose everything, while with my advice the red background is gone without reinstall everything (like bwayne)..

PS: Why for that tweaks (W), especially for that file, there isn't a "sed" command but only a copy from backup? Perhaps the best choice would be not to delete but only to set "background-image: "meegotouch-desktop-bg"" (in libmeegotouchviews-modified-default.css file) to black like in the other lines of code, or if it's possible to add for single tweaks (W-1, W-2, W-3, W-4) a single restore (with "sed", or whatever, command like there is, but all toghether, in the W-10) and not a restore only with W-10, because with this one, if I want to restore only the black background (for example) would mean to lose:
  • Only long & transparent notification bar tweak
  • Folder popup window mod tweak
  • Feed-Notification-Multitasking MOD tweak
  • Launcher indicator & Icon changer tweak
  • Statusbar background changer tweak
  • Self-made changes on file
in one shot
Ok, I understand you... I will add another option for restoring only background via sed command.
 

The Following User Says Thank You to Schturman For This Useful Post:
death_jax's Avatar
Posts: 326 | Thanked: 122 times | Joined on Sep 2012 @ Italy
#3009
Originally Posted by Schturman View Post
Ok, I understand you... I will add another option for restoring only background via sed command.
Ok, I think it's useful to add the single restore option also for W-5 (Only long & transparent notification bar).. the others Tweaks W already have single restore.
 
Schturman's Avatar
Posts: 5,339 | Thanked: 4,133 times | Joined on Jan 2010 @ Israel
#3010
 

The Following User Says Thank You to Schturman For This Useful Post:
Reply

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

Thread Tools

 
Forum Jump


All times are GMT. The time now is 02:28.