maemo.org - Talk

maemo.org - Talk (https://talk.maemo.org/index.php)
-   General (https://talk.maemo.org/forumdisplay.php?f=7)
-   -   Phone Network Settings Not Saved After Reboot (https://talk.maemo.org/showthread.php?t=69224)

pjs 2011-02-01 17:15

Phone Network Settings Not Saved After Reboot
 
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 2011-02-01 20:09

Re: Phone Network Settings Not Saved After Reboot
 
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:
Quote:

root
gconftool-2 --dump /system/osso/connectivity >> gconf_conf_before.txt
reboot

open x-terminal
Quote:

root
gconftool-2 --dump /system/osso/connectivity >> gconf_conf_after.txt
then compare the two files and search if there are difference

pjs 2011-02-04 04:19

Re: Phone Network Settings Not Saved After Reboot
 
unfortunately, the two files are identical (verified with diff).

m750 2011-02-04 11:03

Re: Phone Network Settings Not Saved After Reboot
 
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>



All times are GMT. The time now is 03:18.

vBulletin® Version 3.8.8