|
|
07-12-2012
, 05:46 PM
|
|
Posts: 461 |
Thanked: 437 times |
Joined on Jul 2010
|
#2
|
|
|
07-12-2012
, 05:50 PM
|
|
|
Posts: 604 |
Thanked: 360 times |
Joined on Oct 2011
@ rajvoSa BA
|
#3
|
|
|
07-13-2012
, 02:27 AM
|
|
Posts: 76 |
Thanked: 6 times |
Joined on Mar 2010
@ Lebanon
|
#4
|
|
|
07-13-2012
, 02:28 AM
|
|
Moderator |
Posts: 5,844 |
Thanked: 5,290 times |
Joined on Nov 2011
|
#5
|
|
|
07-13-2012
, 02:29 AM
|
|
Posts: 76 |
Thanked: 6 times |
Joined on Mar 2010
@ Lebanon
|
#6
|
|
|
07-13-2012
, 02:38 AM
|
|
Moderator |
Posts: 5,844 |
Thanked: 5,290 times |
Joined on Nov 2011
|
#7
|
|
|
07-13-2012
, 03:45 AM
|
|
Posts: 76 |
Thanked: 6 times |
Joined on Mar 2010
@ Lebanon
|
#8
|
|
|
07-13-2012
, 04:16 AM
|
|
Posts: 121 |
Thanked: 444 times |
Joined on Feb 2012
|
#9
|
| The Following User Says Thank You to Vesuri For This Useful Post: | ||
|
|
07-13-2012
, 07:29 AM
|
|
Posts: 76 |
Thanked: 6 times |
Joined on Mar 2010
@ Lebanon
|
#10
|
The volume bar is shown by a system-ui extension shared library coming from the package system-ui-volume-nokia (/usr/lib/meegotouch/applicationextensions/libsysuid-volume-nokia.so). Most likely the patched system-ui cannot load the library for one reason or another (version mismatch, aegis...). To fix things, get rid of the "unrestricted system-ui" by reinstalling the original ones (as root):
stop xsession/sysuid
apt-get install --reinstall system-ui system-ui-screenlock-nokia system-ui-status-indicator-menu-volume-nokia system-ui-theme-nokia system-ui-volume-nokia systemui-l10n-engineering-english
start xsession/sysuid
In case you get a complaint about not being able to replace a package from a different trusted source/origin, first stop sysuid, then uninstall the modified packages, then apt-get install and start sysuid:
stop xsession/sysuid
dpkg -r --force-all system-ui system-ui-screenlock-nokia system-ui-status-indicator-menu-volume-nokia system-ui-theme-nokia system-ui-volume-nokia systemui-l10n-engineering-english
apt-get install system-ui system-ui-screenlock-nokia system-ui-status-indicator-menu-volume-nokia system-ui-theme-nokia system-ui-volume-nokia systemui-l10n-engineering-english
start xsession/sysuid
(Do understand though that if the device reboots due to a watchdog after dpkg -r you're screwed and need to reflash.)
If you want to understand better why it fails, you can do
stop xsession/sysuid (as root)
sysuid -output-level debug (as user)
and look at the console output.
![]() |
| Thread Tools | Search this Thread |
|
I searched and posted in another thread but i got no solution , i hope some one could help me here
edit:
i noticed this after installing unrestricted-ui, Mt-toggles, and some toggles and editing some of them, dont know if its related
Last edited by baboo; 07-14-2012 at 03:24 AM. Reason: problem solved