View Single Post
Schturman's Avatar
Posts: 5,339 | Thanked: 4,133 times | Joined on Jan 2010 @ Israel
#6942
Originally Posted by death_jax View Post
In these days I have installed and tried the busybox-power described in this thread:
http://talk.maemo.org/showthread.php?t=87712
Is possible to include it in a future version of N9QTweak, maybe without installing MohammadAG's repo for who doesn't want it like me, but only by installing the packages through Inception or Open Mode (I installed them by this way)?
Hey
Please confirm if I'm right and this is what we need to install busybox-power. Sorry, I not going to try it, I just not need it...

For inception users without aegisctl installed:
Code:
dpkg -i /path/to/meego-confirm-text_0.0.2_armel.deb
ariadne sh -c "/usr/sbin/incept /opt/N9QTweak/Inception/aegisctl_1.3_armel.deb" && ariadne sh -c "/usr/sbin/aegisctl -s"
/usr/sbin/incept /path/to/busybox-power_1.21.0power1+harmattan0_armel.deb
For Open Mode (NOT patched) without aegisctl installed:
Code:
dpkg -i /path/to/meego-confirm-text_0.0.2_armel.deb
AEGIS_FIXED_ORIGIN=com.nokia.maemo dpkg -i /opt/N9QTweak/Inception/aegisctl_1.3_armel.deb && opensh -c "/usr/sbin/aegisctl -s"
AEGIS_FIXED_ORIGIN=com.nokia.maemo dpkg -i /path/to/busybox-power_1.21.0power1+harmattan0_armel.deb
For Open Mode (Patched), aegisctl NOT needed:
Code:
dpkg -i /path/to/meego-confirm-text_0.0.2_armel.deb
AEGIS_FIXED_ORIGIN=com.nokia.maemo dpkg -i /path/to/busybox-power-noaegis_1.21.0power1+harmattan0_armel.deb
How about remove this stuff ? It simply uninstall, like:

For inception users and Open mode (NOT patched):
Code:
apt-get remove --purge busybox-power aegisctl meego-confirm-text -y
For Open mode (Patched):
Code:
apt-get remove --purge busybox-power-noaegis meego-confirm-text -y
And we need to reinstall original busybox or not ?

If all this correct, i will add this to the next version.

Last edited by Schturman; 2013-06-24 at 16:51.