View Single Post
Schturman's Avatar
Posts: 5,339 | Thanked: 4,133 times | Joined on Jan 2010 @ Israel
#966
Originally Posted by Loepoes View Post
First of all my compliments for an excellent addition to an already exciting phone.
I got a problem however trying to update my V5.7 to V6.1. Downloading gave me no problems,but installing (double tap on .deb file) was not possible.
I tried several times,but each time it did not finish the installing of the script.
Made a back up on the phone before,so V5.7 is still there. Any idea how I can solve this?
Thanks and keep up the great work!
The better way if you will install v5.8 -> 6.0 ->6.1
Because this version will create backup of some files for new tweaks... (see changelog).. If you don't want, you always can use my clean backup from the first post...
If you still have problem with installation, see the PDF instruction for explanation about solution..
From PDF:
SOLVING installation problem (some options):
1. Reboot your phone and try to install again (double click on the .deb file).
2. Go to Settings -> Applications -> Manage applications -> N9 QTweak -> Uninstall. After this reboot your phone and try to install again (double click on the .deb file).
3. Go to Settings -> Applications -> Manage applications -> N9 QTweak -> Uninstall. After this go to /opt folder with WinSCP or FileBox as ROOT and check if you see folder named "N9QTweak". If yes, delete this folder and try to install again (double click on the .deb file).
4. Open terminal as ROOT and try to install with command: dpkg -i /path/to/the/file And write output in this thread..
Originally Posted by Stormraider View Post
Thanks for looking into it when you have the time.
I've been looking in the folders on the phone with the app file manager and found something interesting. It looks to me as there already are some color variations made for the message bubbles. It looked like you could have blue, orange, pink and green
Found the images here
"\usr\share\themes\blanco\meegotouch\images\messag ing-ui"
I know about this files... I tried to do something nice with messaging UI but without success... I don't found the background images or files, that I can change the background color for creating Black UI... Changing only bubbles it's not interesting, you can do this manually, by editing this pictures from: /usr/share/themes/blanco/meegotouch/images/messaging-ui
See this pic:


If you like this incoming bubbles instead the light blue, you can change them by this commands in terminal:
Code:
devel-su
rootme
sed -i '256 s/normal/pressed/;267 s/pressed/normal/g' /usr/share/themes/base/meegotouch/libmessagingwidgets0/style/libmessagingwidgets0.css
sed -i '54 s/normal/pressed/;75 s/pressed/normal/g' /usr/share/themes/base/meegotouch/libmms-messaging-plugin/style/libmms-messaging-plugin.css
killall -KILL messaging-ui
That all..

Last edited by Schturman; 2012-05-18 at 21:09.