|
2017-02-15
, 18:32
|
|
Posts: 132 |
Thanked: 224 times |
Joined on Dec 2013
|
#102
|
rm -rf /etc/host/
vi /etc/hosts
3dd
ZZ
The Following 3 Users Say Thank You to zxcvbnm3230 For This Useful Post: | ||
|
2017-02-15
, 23:55
|
Posts: 19 |
Thanked: 6 times |
Joined on Apr 2015
@ Lincoln
|
#103
|
2. Method #2 (thanks to Coderus)
I'm not tried this because method #1 fixed this problem, but if you want to try, run this 3 commands as ROOT:
Code:
gconftool -s -t i /system/osso/connectivity/network_type/search_interval 300
gconftool -s -t b /system/osso/connectivity/network_type/change_while_connected true
gconftool -s -t str /system/osso/connectivity/network_type/auto_connect "[*]"
devel-su
then enter the default root password:
Code:
rootme
and then
Code:
echo "" >> /etc/hosts
echo "213.128.137.20 connectivity-test.ext.nokia.com" >> /etc/hosts
exit
|
2017-02-16
, 03:02
|
|
Posts: 4,118 |
Thanked: 8,901 times |
Joined on Aug 2010
@ Ruhrgebiet, Germany
|
#104
|
The Following User Says Thank You to peterleinchen For This Useful Post: | ||
|
2017-02-16
, 14:45
|
Posts: 19 |
Thanked: 6 times |
Joined on Apr 2015
@ Lincoln
|
#105
|
|
2017-02-16
, 16:17
|
|
Posts: 132 |
Thanked: 224 times |
Joined on Dec 2013
|
#106
|
|
2017-02-16
, 18:03
|
Posts: 19 |
Thanked: 6 times |
Joined on Apr 2015
@ Lincoln
|
#107
|
I Used this command line with terminal
SECOND PART OF MY ISSUE IS
during using this line command
Please , I appreciate any help in such mess . Thank you .