View Single Post
Schturman's Avatar
Posts: 5,339 | Thanked: 4,133 times | Joined on Jan 2010 @ Israel
#1716
Originally Posted by SolarisSixth View Post
When I change the wallpaper using N9Qtweak, there is an option to JUST change the bar to long and transparent.

However, this happens automatically when changing the wallpaper. Is there a way to NOT do this. I want a different wallpaper, but I prefer the original shaded bar.

Is there a way to do that?
You mean notification bar on "notification screen" or on the lockscreen ?
If on "notification screen", run this command as root:
Code:
rm -f /usr/share/themes/blanco/meegotouch/images/backgrounds/noti*
and refresh your phone:
Code:
/sbin/initctl restart xsession/mthome
if still not work, run also this command:
Code:
cp -f /home/user/MyDocs/.N9QTweakBackup/usr/share/themes/blanco/meegotouch/images/theme/basement/meegotouch-notifications/meeg* /usr/share/themes/blanco/meegotouch/images/theme/basement/meegotouch-notificationscp -f /home/user/MyDocs/.N9QTweakBackup/usr/share/themes/blanco/meegotouch/images/theme/basement/meegotouch-notifications/* /usr/share/themes/blanco/meegotouch/images/theme/basement/meegotouch-notifications
and refresh your phone:
Code:
/sbin/initctl restart xsession/mthome
Should work...