![]() |
2012-07-12
, 21:46
|
Posts: 986 |
Thanked: 1,526 times |
Joined on Jul 2010
|
#2
|
![]() |
2012-07-12
, 21:50
|
|
Posts: 640 |
Thanked: 435 times |
Joined on Oct 2011
@ rajvoSa BA
|
#3
|
![]() |
2012-07-13
, 06:27
|
Posts: 126 |
Thanked: 39 times |
Joined on Mar 2010
@ Lebanon
|
#4
|
![]() |
2012-07-13
, 06:28
|
Moderator |
Posts: 6,215 |
Thanked: 6,400 times |
Joined on Nov 2011
|
#5
|
![]() |
2012-07-13
, 06:29
|
Posts: 126 |
Thanked: 39 times |
Joined on Mar 2010
@ Lebanon
|
#6
|
![]() |
2012-07-13
, 06:38
|
Moderator |
Posts: 6,215 |
Thanked: 6,400 times |
Joined on Nov 2011
|
#7
|
![]() |
2012-07-13
, 07:45
|
Posts: 126 |
Thanked: 39 times |
Joined on Mar 2010
@ Lebanon
|
#8
|
![]() |
2012-07-13
, 08:16
|
Posts: 123 |
Thanked: 457 times |
Joined on Feb 2012
|
#9
|
The Following User Says Thank You to Vesuri For This Useful Post: | ||
![]() |
2012-07-13
, 11:29
|
Posts: 126 |
Thanked: 39 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.
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; 2012-07-14 at 07:24. Reason: problem solved