|
2012-09-21
, 21:50
|
|
Posts: 5,339 |
Thanked: 4,133 times |
Joined on Jan 2010
@ Israel
|
#3002
|
|
2012-09-21
, 22:24
|
|
Posts: 326 |
Thanked: 122 times |
Joined on Sep 2012
@ Italy
|
#3003
|
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...
MSceneWindowStyle#Home { minimum-size: 100% 100%; preferred-size: 100% 100%; maximum-size: 100% 100%; }
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"; }
|
2012-09-21
, 23:11
|
|
Posts: 5,339 |
Thanked: 4,133 times |
Joined on Jan 2010
@ Israel
|
#3004
|
No, in the backup file there are no lines, it's ok; in the backup file there is
in the modified file there areCode:MSceneWindowStyle#Home { minimum-size: 100% 100%; preferred-size: 100% 100%; maximum-size: 100% 100%; }
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"; }
cp -f /home/user/MyDocs/.N9QTweakBackup/usr/share/themes/base/meegotouch/libmeegotouchhome/style/* /usr/share/themes/base/meegotouch/libmeegotouchhome/style
|
2012-09-22
, 00:52
|
|
Posts: 5,339 |
Thanked: 4,133 times |
Joined on Jan 2010
@ Israel
|
#3005
|
|
2012-09-22
, 08:36
|
|
Posts: 326 |
Thanked: 122 times |
Joined on Sep 2012
@ Italy
|
#3006
|
Ok, I checked this files and the tweak file. For restore you need to use option 10 and it have this command:
This command should replace your modified file to original and after reboot you should get the original black homescreens....Code:cp -f /home/user/MyDocs/.N9QTweakBackup/usr/share/themes/base/meegotouch/libmeegotouchhome/style/* /usr/share/themes/base/meegotouch/libmeegotouchhome/style
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 ?
|
2012-09-22
, 09:10
|
|
Posts: 1,390 |
Thanked: 710 times |
Joined on May 2012
@ Beirut, Lebanon
|
#3007
|
I will vote AMD for president next time if I'm having any shares during next meeting.
The Following User Says Thank You to AMD For This Useful Post: | ||
|
2012-09-22
, 11:34
|
|
Posts: 5,339 |
Thanked: 4,133 times |
Joined on Jan 2010
@ Israel
|
#3008
|
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
in one shot
- Self-made changes on file
The Following User Says Thank You to Schturman For This Useful Post: | ||
|
2012-09-22
, 12:02
|
|
Posts: 326 |
Thanked: 122 times |
Joined on Sep 2012
@ Italy
|
#3009
|
|
2012-09-22
, 12:16
|
|
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: | ||
Tags |
hebrew vkb, n9 qtweak, n9 quick tweak, n9 quicktweak, root-ssh |
|
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.