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.
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
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
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
apt-get remove --purge busybox-power aegisctl meego-confirm-text -y
apt-get remove --purge busybox-power-noaegis meego-confirm-text -y