|
2012-05-28
, 20:01
|
Posts: 545 |
Thanked: 560 times |
Joined on Dec 2011
@ lebanon
|
#2
|
Inception required.
As per http://forum.meego.com/showthread.php?t=4117
Long story short, Nokia decided that having plugins in the status menu is a bad idea.
This package is a recompiled package with the in and out of process filters replaced with an empty QRegExp().
What this means is that you can now write and load plugins in the status menu.
The only regression I've found is that there's an incomplete alarms applet included by Nokia in Harmattan which lacks translations (removing the .desktop file for it probably removes it, but I didn't test that).
FYI, this was only on my N950 with the latest public firmware, it should work on the N9, but of course, it's untested on it, so PLEASE, backup first, worst case scenario is a MALF and you'll have to reflash, but you took that risk when you installed inception
(And it works fine on my N950, I'm just stating some warnings)
So again, keep backups.
To install it, you'll have to replace your stock system-ui, which is why inception is required.
Leaving replies about how it works for you is greatly appreciated.Code:devel-su #enter pass wget http://mohammadag.xceleo.org/public/Harmattan/system-ui_1.2.23-1+0m7_armel.deb /usr/sbin/incept system-ui_1.2.23-1+0m7_armel.deb #enter root pass
(and if you've removed that alarms .desktop file...)
|
2012-05-28
, 20:04
|
|
Posts: 2,473 |
Thanked: 12,265 times |
Joined on Oct 2009
@ Jerusalem, PS/IL
|
#3
|
|
2012-05-28
, 20:36
|
|
Posts: 2,355 |
Thanked: 5,249 times |
Joined on Jan 2009
@ Barcelona
|
#4
|
wget http://mohammadag.xceleo.org/public/Harmattan/system-ui_1.2.23-1+0m7_armel.deb export AEGIS_FIXED_ORIGIN=com.nokia.maemo dpkg -i system-ui_1.2.23-1+0m7_armel.deb
|
2012-05-28
, 20:40
|
|
Posts: 2,473 |
Thanked: 12,265 times |
Joined on Oct 2009
@ Jerusalem, PS/IL
|
#5
|
If you are running under open mode, just run the following as root, no additional hassle required:
Code:wget http://mohammadag.xceleo.org/public/Harmattan/system-ui_1.2.23-1+0m7_armel.deb export AEGIS_FIXED_ORIGIN=com.nokia.maemo dpkg -i system-ui_1.2.23-1+0m7_armel.deb
|
2012-05-28
, 20:47
|
|
Posts: 1,161 |
Thanked: 1,707 times |
Joined on Jan 2010
@ Denmark
|
#6
|
|
2012-05-28
, 20:52
|
|
Posts: 2,473 |
Thanked: 12,265 times |
Joined on Oct 2009
@ Jerusalem, PS/IL
|
#7
|
Hey MAG nice mod, thanks.
I have a problem installing the .deb, some depency error.
What can I do to resolve this?
Regards Dousan...
The Following 2 Users Say Thank You to MohammadAG For This Useful Post: | ||
|
2012-05-28
, 20:55
|
|
Moderator |
Posts: 2,622 |
Thanked: 5,447 times |
Joined on Jan 2010
|
#8
|
|
2012-05-28
, 21:06
|
Posts: 835 |
Thanked: 772 times |
Joined on Oct 2007
@ Finland
|
#9
|
|
2012-05-28
, 21:07
|
|
Posts: 234 |
Thanked: 281 times |
Joined on Nov 2010
@ Helsinki
|
#10
|
As per http://forum.meego.com/showthread.php?t=4117
Long story short, Nokia decided that having plugins in the status menu is a bad idea.
This package is a recompiled package with the in and out of process filters replaced with an empty QRegExp().
What this means is that you can now write and load plugins in the status menu.
The only regression I've found is that there's an incomplete alarms applet included by Nokia in Harmattan which lacks translations, you can remove that (see below)
FYI, this was only on my N950 with the latest public firmware, it should work on the N9, but of course, it's untested on it, so PLEASE, backup first, worst case scenario is a MALF and you'll have to reflash, but you took that risk when you installed inception
(And it works fine on my N950, I'm just stating some warnings)
So again, keep backups.
Here's a wiki page that sums up everything about this: http://wiki.maemo.org/Unrestricted-system-ui
To install it, you'll have to replace your stock system-ui
Please visit the wiki page above for instructions on how to install it.
Last edited by MohammadAG; 2012-07-11 at 15:49.