Active Topics

 


Reply
Thread Tools
Posts: 28 | Thanked: 28 times | Joined on May 2010
#1
Recently, my n900 has stopped remembering the cell phone network settings after a reboot (or power down for that matter). Every time i boot the phone (which is not that often), i am required to re-enter my network. I have it set on manual to connect to my provider's network, and it connects fine. The APN settings are saved.

Running PR1.3, i just did a fresh reflash last night with the same problems still active this morning when i rebooted. Since i don't reboot that often its not a huge problem, more of an annoyance. Wondering if anyone who knows the maemo system files really well can interpret the syslog or knows where i can look for a solution to this problem.
 
m750's Avatar
Posts: 249 | Thanked: 345 times | Joined on Aug 2010 @ Italy
#2
Al this configuration are stored via GConf.

try to compare the configuration, before and after a reboot:

Insert your right network configuration, then open x-terminal and type:
root
gconftool-2 --dump /system/osso/connectivity >> gconf_conf_before.txt
reboot

open x-terminal
root
gconftool-2 --dump /system/osso/connectivity >> gconf_conf_after.txt
then compare the two files and search if there are difference
__________________
maxcpu : change cpu's clock with a TAP!
savecpu : overheating control for overclocked n900.
shaketowake2 : Enable/Disable wake up/rest by shaking.
tilt2control : control mediaplayer by tilting your n900.
gpstracker-c : easy handle your gpstracker tk102.
pyOBD for maemo (OBD-II cars diagnostic)
 
Posts: 28 | Thanked: 28 times | Joined on May 2010
#3
unfortunately, the two files are identical (verified with diff).
 
m750's Avatar
Posts: 249 | Thanked: 345 times | Joined on Aug 2010 @ Italy
#4
But, in the log, could you retrive the right connections setup?

for example:
Code:
    <entry>
      <key>IAP/(your connection name)/gprs_accesspointname</key>
      <value>
        <string>(your apn)</string>
      </value>
    </entry>
    <entry>
      <key>IAP/(your connection name)/gprs_password</key>
      <value>
        <string>(your password)</string>
      </value>
    </entry>
    <entry>
      <key>IAP/(your connection name)/gprs_username</key>
      <value>
        <string>(your user name)</string>
      </value>
    </entry>
    <entry>
      <key>IAP/(your connection name)/ipv4_address</key>
      <value>
        <string>0.0.0.0</string>
      </value>
    </entry>
    <entry>
      <key>IAP/(your connection name)/ipv4_autodns</key>
      <value>
        <bool>true</bool>
      </value>
    </entry>
    <entry>
      <key>IAP/(your connection name)/ipv4_dns1</key>
      <value>
        <string>0.0.0.0</string>
      </value>
    </entry>
    <entry>
      <key>IAP/(your connection name)/ipv4_dns2</key>
      <value>
        <string>0.0.0.0</string>
      </value>
    </entry>
    <entry>
      <key>IAP/(your connection name)/ipv4_gateway</key>
      <value>
        <string>0.0.0.0</string>
      </value>
    </entry>
    <entry>
      <key>IAP/(your connection name)/ipv4_netmask</key>
      <value>
        <string>0.0.0.0</string>
      </value>
    </entry>
    <entry>
      <key>IAP/(your connection name)/ipv4_type</key>
      <value>
        <string>AUTO</string>
      </value>
    </entry>
    <entry>
      <key>IAP/(your connection name)/name</key>
      <value>
        <string>(your connection name)</string>
      </value>
    </entry>
    <entry>
      <key>IAP/(your connection name)/omit_proxy</key>
      <value>
        <list type="string">
        </list>
      </value>
    </entry>
    <entry>
      <key>IAP/(your connection name)/proxy_ftp</key>
      <value>
        <string></string>
      </value>
    </entry>
    <entry>
      <key>IAP/(your connection name)/proxy_ftp_port</key>
      <value>
        <int>0</int>
      </value>
    </entry>
    <entry>
      <key>IAP/(your connection name)/proxy_http</key>
      <value>
        <string></string>
      </value>
    </entry>
    <entry>
      <key>IAP/(your connection name)/proxy_http_port</key>
      <value>
        <int>0</int>
      </value>
    </entry>
    <entry>
      <key>IAP/(your connection name)/proxy_https</key>
      <value>
        <string></string>
      </value>
    </entry>
    <entry>
      <key>IAP/(your connection name)/proxy_https_port</key>
      <value>
        <int>0</int>
      </value>
    </entry>
    <entry>
      <key>IAP/(your connection name)/proxy_rtsp</key>
      <value>
        <string></string>
      </value>
    </entry>
    <entry>
      <key>IAP/(your connection name)/proxy_rtsp_port</key>
      <value>
        <int>0</int>
      </value>
    </entry>
    <entry>
      <key>IAP/(your connection name)/proxytype</key>
      <value>
        <string>NONE</string>
      </value>
    </entry>
    <entry>
      <key>IAP/(your connection name)/sim_imsi</key>
      <value>
        <string>(your imsi)</string>
      </value>
    </entry>
    <entry>
      <key>IAP/(your connection name)/type</key>
      <value>
        <string>GPRS</string>
      </value>
    </entry>
    <entry>
      <key>IAP/(your connection name)/user_added</key>
      <value>
        <int>1</int>
      </value>
    </entry>
    <entry>
__________________
maxcpu : change cpu's clock with a TAP!
savecpu : overheating control for overclocked n900.
shaketowake2 : Enable/Disable wake up/rest by shaking.
tilt2control : control mediaplayer by tilting your n900.
gpstracker-c : easy handle your gpstracker tk102.
pyOBD for maemo (OBD-II cars diagnostic)

Last edited by m750; 2011-02-04 at 16:54.
 
Reply


 
Forum Jump


All times are GMT. The time now is 23:21.