View Single Post
Schturman's Avatar
Posts: 5,339 | Thanked: 4,133 times | Joined on Jan 2010 @ Israel
#144
Originally Posted by sony123 View Post
Thanks Schturman! I was just about to ask if anyone has a script to uninstall the powerpack.

I encountered a show stopper today. The swiping didn't work and I was stuck in app view. Had to do shut down the phone to get back to normal...
Create this simple script:
Code:
#!/bin/sh

apt-get remove --purge libmeegotouchpreloader0 meegotouchtheme-ppack-fixes -y
apt-get install --reinstall applauncherd applauncherd-invoker applauncherd-launcher applauncherd-single-instance commhistory-daemon duicontrolpanel duicontrolpanel-displaylanguageapplet duicontrolpanel-l10n-engineering-english gstreamer0.10-plugins-good gstreamer0.10-plugins-good-extra libcommhistory0 libduicontrolpanel libmeegotouch-bin libmeegotouchcore0 libmeegotouchextensions0 libmeegotouch-l10n-engineering-english libmeegotouchsettings0 libmeegotouchviews0 libpublishwidgets0 libqmf0 libqmf-plugins libwebupload0 mcompositor meegotouch-cache-utils meegotouchtheme ohm-plugins-misc qmfserver qt-components webupload-engine -y
apt-get clean

exit 0
And run it as ROOT...
It should work if you on Open mode.
If you installed packages via inception, use this script:
Code:
#!/bin/sh

apt-get remove --purge libmeegotouchpreloader0 meegotouchtheme-ppack-fixes -y
apt-get clean
apt-get install --reinstall -d applauncherd applauncherd-invoker applauncherd-launcher applauncherd-single-instance commhistory-daemon duicontrolpanel duicontrolpanel-displaylanguageapplet duicontrolpanel-l10n-engineering-english gstreamer0.10-plugins-good gstreamer0.10-plugins-good-extra libcommhistory0 libduicontrolpanel libmeegotouch-bin libmeegotouchcore0 libmeegotouchextensions0 libmeegotouch-l10n-engineering-english libmeegotouchsettings0 libmeegotouchviews0 libpublishwidgets0 libqmf0 libqmf-plugins libwebupload0 mcompositor meegotouch-cache-utils meegotouchtheme ohm-plugins-misc qmfserver qt-components webupload-engine -y
cd /var/cache/apt/archives
/usr/sbin/incept *.deb
apt-get clean

exit 0
Or you can fix origin and after this you can use first script
All this will be added to the N9QT...

Last edited by Schturman; 2013-06-22 at 20:19.
 

The Following 9 Users Say Thank You to Schturman For This Useful Post: