The Following User Says Thank You to rainisto For This Useful Post: | ||
|
2013-06-20
, 08:07
|
|
Posts: 5,339 |
Thanked: 4,133 times |
Joined on Jan 2010
@ Israel
|
#22
|
|
2013-06-20
, 08:31
|
|
Posts: 5,339 |
Thanked: 4,133 times |
Joined on Jan 2010
@ Israel
|
#23
|
|
2013-06-20
, 09:27
|
|
Posts: 5,339 |
Thanked: 4,133 times |
Joined on Jan 2010
@ Israel
|
#24
|
ariadne sh -c "sh /path/to/script"
sync /sbin/reboot
#!/bin/sh RED='\033[1;31m' NORMAL='\033[0m' YELLOW='\033[1;33m' BLINK='\033[5m' echo "" echo -e "${RED}${BLINK} WAIT!${NORMAL}${RED} until it finish process !!!${NORMAL}" echo -e "${YELLOW}Your phone will reboot automatically!${NORMAL}" echo "" read -p "Press Enter to start fixer: " end perl -pi -w -e 's#21 com.nokia.maemo/local#15 com.nokia.maemo#smg' /var/lib/aegis/refhashlist perl -pi -w -e 's#com.nokia.maemo/local#com.nokia.maemo#smg' /var/lib/aegis/restok/restok.conf accli -c tcb-sign -F /var/lib/aegis/refhashlist -i /var/lib/aegis/refhashlist accli -c tcb-sign -F /var/lib/aegis/restok/restok.conf -i /var/lib/aegis/restok/restok.conf sync /sbin/reboot
|
2013-06-20
, 12:36
|
Posts: 1,067 |
Thanked: 2,383 times |
Joined on Jan 2012
@ Finland
|
#25
|
The Following User Says Thank You to rainisto For This Useful Post: | ||
|
2013-06-20
, 14:34
|
|
Posts: 5,339 |
Thanked: 4,133 times |
Joined on Jan 2010
@ Israel
|
#26
|
|
2013-06-20
, 14:47
|
Moderator |
Posts: 6,215 |
Thanked: 6,400 times |
Joined on Nov 2011
|
#27
|
Thanks.... It so weird, why it not work for me... Where I can get opensh to incept it ?
The Following User Says Thank You to thedead1440 For This Useful Post: | ||
|
2013-06-20
, 14:52
|
|
Posts: 5,339 |
Thanked: 4,133 times |
Joined on Jan 2010
@ Israel
|
#28
|
/usr/sbin/validator-init; aegis-loader 2>/dev/null ;echo 1 > /sys/kernel/security/validator/flush
|
2013-06-20
, 17:39
|
|
Posts: 5,339 |
Thanked: 4,133 times |
Joined on Jan 2010
@ Israel
|
#29
|
/usr/sbin/validator-init; aegis-loader 2>/dev/null ;echo 1 > /sys/kernel/security/validator/flush
/usr/sbin/validator-init; aegis-loader 2>/dev/null
/usr/sbin/validator-init; aegis-loader 2>/dev/null ;echo 1 > /sys/kernel/security/validator/flush dpkg -i /opt/N9QTweak/SYS/wget*
The Following User Says Thank You to Schturman For This Useful Post: | ||
2. It just enables you to reinstall packages without rebooting.
3. Its in the path by default if you do devel-su; opensh;
But I added the full path to post for people who dont use opensh.
IRC: jonni@freenode
Sailfish: ¤ Qt5 SailfishTouchExample ¤ Qt5 MultiPointTouchArea Example ¤ ipaddress ¤ stoken ¤ Sailbox (Dropbox client) ¤
Harmattan: ¤ Presence VNC for Harmattan ¤ Live-F1 ¤ BTinput-terminal ¤ BabyLock ¤ BabyLock Trial ¤ QML TextTV ¤
Disclaimer: all my posts in this forum are personal trolling and I never post in any official capacity on behalf of any company.
Last edited by rainisto; 2013-06-20 at 14:15. Reason: Fixed information to be correct