View Single Post
Schturman's Avatar
Posts: 5,339 | Thanked: 4,133 times | Joined on Jan 2010 @ Israel
#6170
Originally Posted by MK99 View Post
Operator number file is still there.
Just a minute, before you wrote that you not have this file.. and now you have ?
Did you tried what I asked ? and after this did you changed it with script ?
Or try (as ROOT in terminal):
Code:
ariadne sh
write your root pass
chown root:root -R /var/lib/csd-csnet
now, open your file and see what it have /var/lib/csd-csnet/YOUR_NUMBER
If it have name of your operator like this:
ORANGE
ORANGE
Change both lines to the same word and save file, run
Code:
chown csd:csd -R /var/lib/csd-csnet
Wait a few min to see if something changed.. If not try the same after reboot...
Also you can check this file with this command:
Code:
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
It will show the name of your operator.. This command used by one system file (/usr/bin/gen-obex-capability.sh) to check (/var/lib/csd-csnet/YOUR_NUMBER) and show your operator name.
Maybe it somehow related to HSS, I never installed it and I don't know how changing of operator name work here... I know one thing, this file always updated when you reboot your phone or do flight mode On/Off... Try to follow the date and time of this file.

Last edited by Schturman; 2013-04-21 at 19:43.