The Following User Says Thank You to Schturman For This Useful Post: | ||
|
2013-04-21
, 05:39
|
Posts: 138 |
Thanked: 37 times |
Joined on Jan 2012
@ Costa Rica
|
#6162
|
|
2013-04-21
, 06:15
|
Posts: 26 |
Thanked: 0 times |
Joined on Apr 2013
|
#6163
|
|
2013-04-21
, 07:10
|
|
Posts: 491 |
Thanked: 299 times |
Joined on Jul 2012
@ Pordenone IT
|
#6164
|
|
2013-04-21
, 10:12
|
Posts: 673 |
Thanked: 230 times |
Joined on Oct 2012
@ Mumbai
|
#6165
|
|
2013-04-21
, 10:44
|
Moderator |
Posts: 6,215 |
Thanked: 6,400 times |
Joined on Nov 2011
|
#6166
|
The Following User Says Thank You to thedead1440 For This Useful Post: | ||
|
2013-04-21
, 14:54
|
|
Posts: 5,339 |
Thanked: 4,133 times |
Joined on Jan 2010
@ Israel
|
#6167
|
well i used it without having open mode or inception and now my phone takes about two 2 hours to boot by just "showing the phone not functioning propely message" for about hours what do you suppose i can do to fix that once i'm inside my phone ???
|
2013-04-21
, 15:12
|
|
Posts: 5,339 |
Thanked: 4,133 times |
Joined on Jan 2010
@ Israel
|
#6168
|
mkdir -p /opt/N9QTweak/Operator
#!/bin/sh status=`dbus-send --system --print-reply --dest=com.nokia.csd.CSNet /com/nokia/csd/csnet org.freedesktop.DBus.Properties.Get string:com.nokia.csd.CSNet.NetworkOperator string:OperatorName | grep string | cut -d'"' -f2 | cut -d'(' -f2 | cut -d')' -f1` if [[ $status == "DH" ]]; then : else develsh -c "chown root:root -R /var/lib/csd-csnet echo 'DH DH' > /var/lib/csd-csnet/42501 chown csd:csd -R /var/lib/csd-csnet" fi exit 0
#!/bin/sh while true do sh /opt/N9QTweak/Operator/operator.sh >/dev/null sleep 10 done
# Operator Name Changer # put this file in to /etc/init/apps directory description "Operator Name Changer." author "Schturman" stop on core_shutdown console none respawn respawn limit 3 300 normal exit 0 exec echo root | devel-su -c "sh /opt/N9QTweak/Operator/operator2.sh"
/sbin/initctl start apps/operator_name
The Following User Says Thank You to Schturman For This Useful Post: | ||
|
2013-04-21
, 15:35
|
|
Posts: 644 |
Thanked: 480 times |
Joined on Jul 2012
@ Finland
|
#6169
|
|
2013-04-21
, 15:38
|
|
Posts: 5,339 |
Thanked: 4,133 times |
Joined on Jan 2010
@ Israel
|
#6170
|
Tags |
hebrew vkb, n9 qtweak, n9 quick tweak, n9 quicktweak, root-ssh |
|
Lausanne & Lyon de descente...
----------------
Schturman's home page
Schturman's repo on openrepos
RPM packaging directly on your Jolla phone.
Root & User SSH access to Jolla via WinSCP.
Root and User SSH access to Jolla via Nautilus on Linux PC.