View Single Post
death_jax's Avatar
Posts: 326 | Thanked: 122 times | Joined on Sep 2012 @ Italy
#6949
Originally Posted by Schturman View Post
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.
When you uninstall the busybox-power, the old busybox is restored.
After installing it, in the /bin directory there is busybox (busybox-power) and busybox.distrib (the old busybox) files.

In the busybox-power thread is written that the meego-confirm-text_0.0.2_armel.deb (or meego-confirm-text_0.0.0-1~rzr1_armel.deb in RzR's repo) is still required also for uninstallation of busybox-power, for information messages when you uninstall it: is it safe to uninstall the meego-confirm-text in the same command of the uninstallation of busypower?

For the inception installation (I used the Open Mode one) are you sure that is needed the ariadne sh -c command?
In the busypower thread is only written:

Dependencies
Busybox-power for Harmattan depends on aegisctl* and meego-confirm-text. You'll need to install these applications prior to installing busybox-power itself, otherwise it'll abort installation. Meego-confirm-text is also available from RzR's Harmattan shared repository. If you've got that repository set up (e.g. via MeeCatalog), meego-confirm-text will be automatically installed when trying to install busybox-power.


I think that the ariadne sh -c command is inside the busypower installation script (but I'm not 100% sure of that).

In the uninstallation command you wrote:
Code:
apt-get remove --purge busybox-power aegisctl meego-confirm-text -y
But if an user installed Inception before busybox (for his necessity, maybe with aegisctl too) with the above command you purge aegisctl too.

Last edited by death_jax; 2013-06-25 at 11:30.