Reply
Thread Tools
Schturman's Avatar
Posts: 5,339 | Thanked: 4,133 times | Joined on Jan 2010 @ Israel
#6161
For using tweak Z or RESTORE file from backup you need inception installed or open mod. If you have inception, it will take a some time until refhashlist will be updated. That mean you need to wait until you will see message about finish...
 

The Following User Says Thank You to Schturman For This Useful Post:
Posts: 138 | Thanked: 37 times | Joined on Jan 2012 @ Costa Rica
#6162
Heey you schturman maybe gconfik have some information.... Check it there is an optiin to change operator name in dessktop-->meego-->last string here 0: also there is an option to show/hide operator here: dessktop-->meego-->statusarea amazing and easier
 
Posts: 26 | Thanked: 0 times | Joined on Apr 2013
#6163
Originally Posted by Schturman View Post
For using tweak Z or RESTORE file from backup you need inception installed or open mod. If you have inception, it will take a some time until refhashlist will be updated. That mean you need to wait until you will see message about finish...
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 ???
 
lorenzo's Avatar
Posts: 491 | Thanked: 299 times | Joined on Jul 2012 @ Pordenone IT
#6164
did you checked
/usr/share/context-providers/
csd-csnet.xml
icd2.xml
 
Posts: 673 | Thanked: 230 times | Joined on Oct 2012 @ Mumbai
#6165
how can i know my phone's ip after enabling http share root/user???
got it from pdf
hope u add the code to wiki
/sbin/ifconfig

Last edited by zaidk9; 2013-04-21 at 10:26.
 
Moderator | Posts: 6,215 | Thanked: 6,400 times | Joined on Nov 2011
#6166
Originally Posted by zaidk9 View Post
how can i know my phone's ip after enabling http share root/user???
got it from pdf
hope u add the code to wiki
/sbin/ifconfig
The wiki is not a one-person only edit thing. Go add it yourself if you have something constructive to add otherwise don't ask others to do something for you.
 

The Following User Says Thank You to thedead1440 For This Useful Post:
Schturman's Avatar
Posts: 5,339 | Thanked: 4,133 times | Joined on Jan 2010 @ Israel
#6167
Originally Posted by EgyptRocks265 View Post
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 ???
1. You need to stop this reboots (long press on the power button = 8sec) !!! It will eat your battery !!!
2. Read PDF/WIKI and try to boot with R&D mode and if you success, run n9qt and install Inception and run tweak Z again...
3. If you can't boot with R&D mode or can't install Inception => reflash..
 
Schturman's Avatar
Posts: 5,339 | Thanked: 4,133 times | Joined on Jan 2010 @ Israel
#6168
Originally Posted by lorenzo View Post
did you checked
/usr/share/context-providers/
csd-csnet.xml
icd2.xml
I saw this but I don't know what we can change here....
I will try to do some tests...

Also I noticed the commands not work just with devel-su... It need inception (or open mode)
With inception (as ROOT in terminal):
1.
Code:
mkdir -p /opt/N9QTweak/Operator
2. Create this script named "operator.sh" and put here:
Code:
#!/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
DH - change to what you want
42501 - change to your operator number
root - change to your ROOT password

3. Create this script named "operator2.sh" and put here:
Code:
#!/bin/sh

while true
do
    sh /opt/N9QTweak/Operator/operator.sh >/dev/null
    sleep 10
done
10 - this is a time interval in seconds that script will check if your word changed to default operator name and if yes, it will change it again to your word.

4. Create .conf file named "operator_name.conf" and put to: /etc/init/apps
Code:
# 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"
root - change to your ROOT password

5. Run this command as ROOT:
Code:
/sbin/initctl start apps/operator_name
It can change immediately or after a few minutes. Don't panic... Probably it have some time interval for refresh or something like this...
Also it worked for me after reboot..

Last edited by Schturman; 2013-04-22 at 10:58.
 

The Following User Says Thank You to Schturman For This Useful Post:
MK99's Avatar
Posts: 644 | Thanked: 480 times | Joined on Jul 2012 @ Finland
#6169
Originally Posted by Schturman View Post
...
Go to: /var/lib/csd-csnet
Here you will see 2 files:
1. One with a number of your Operator
2. second named "cell_name_display_enabled"
...
I have only one file: cell_name_display_enabled
 
Schturman's Avatar
Posts: 5,339 | Thanked: 4,133 times | Joined on Jan 2010 @ Israel
#6170
Originally Posted by MK99 View Post
I have only one file: cell_name_display_enabled
Weird... You sure ? Do you have operator name enabled from T-3 or from Y ?
 
Reply

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


 
Forum Jump


All times are GMT. The time now is 10:05.