Active Topics

 


Reply
Thread Tools
Posts: 175 | Thanked: 81 times | Joined on Aug 2009
#6941
Hmm. auto-checker is really slow lately.

Ok I have old 9.7.0 version....

Last edited by Wallace; 2013-06-24 at 16:08.
 
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.
 
Posts: 32 | Thanked: 1 time | Joined on Apr 2013
#6943
whenever qtweak is downloading be it pdf or an installer package it only returns with this and it doesn't download
AIT! Downloading PDF instruction...
Calculating download size ...
/opt/N9QTweak/Tweaks/downloader0.sh: line 15: + : syntax error: operand expected (error tokenis "+ ")
Downloading bytes (0.00 Mb)

cp: can't stat 'N9_QuickTweak_en*': No such file or directory
 
Schturman's Avatar
Posts: 5,339 | Thanked: 4,133 times | Joined on Jan 2010 @ Israel
#6944
Which version you use? And you sure you are connected to internet?
 
Posts: 32 | Thanked: 1 time | Joined on Apr 2013
#6945
latest. Started 2 versions ago. Cant auto update
and download pdf guide. Had to manually dload to update. But i also cant use hack kk->10 since it.needs to dload.a package. I always use 3.5g even before. Previously it worked fine.
 
Posts: 32 | Thanked: 1 time | Joined on Apr 2013
#6946
i tried if a reinstall will fix it. Problem still persists.
 
Schturman's Avatar
Posts: 5,339 | Thanked: 4,133 times | Joined on Jan 2010 @ Israel
#6947
It because of old version and closed pub.repo...
Try to run this ONE-LINE command as ROOT:
Code:
sed -i 's/https/http/g' /opt/N9QTweak/Tweaks/downloads* && sed -i -e '34 s/wget.*/wget --no-check-certificate -q https:\/\/raw.github.com\/Schturman\/N9QTweak\/master\/n9-qtweakmy.sh/g' /opt/N9QTweak/Tweaks/UPDATER
After this try to run tweak UU for update.
 
Schturman's Avatar
Posts: 5,339 | Thanked: 4,133 times | Joined on Jan 2010 @ Israel
#6948
Sorry, this one:
Code:
sed -i 's/https/http/g' /opt/N9QTweak/Tweaks/downloads* && sed -i -e '34 s/wget.*/wget --no-check-certificate -q https:\/\/raw.github.com\/Schturman\/N9QTweak\/master\/n9-qtweakmy.sh/;91 s/wget.*/wget --no-check-certificate -q https:\/\/raw.github.com\/Schturman\/N9QTweak\/master\/n9-qtweakmy.sh/g' /opt/N9QTweak/Tweaks/UPDATER
 
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.
 
Schturman's Avatar
Posts: 5,339 | Thanked: 4,133 times | Joined on Jan 2010 @ Israel
#6950
Ariadne sh included in inception and work like opensh. If you not installed opensh you can use it. Not all user install aegisctl when installing inception. To uninstall i wrote meego-confirm-text after busybox, i don't think it will do any problem. About uninstallation of aegisctl, i can remove it from the command and put smessage that if user want to remove it, he can do it manually or something like this. All other stuff ok ?
 
Reply

Tags
hebrew vkb, n9 qtweak, n9 quick tweak, n9 quicktweak, root-ssh


 
Forum Jump


All times are GMT. The time now is 15:23.