Ticket #473 (closed defect: invalid)
GPRS settings pickle file doesn't get created after successful connect with T-Mobile USA settings
| Reported by: | johnsu01 | Owned by: | dos |
|---|---|---|---|
| Priority: | minor | Milestone: | |
| Component: | shr-settings | Version: | SHR-testing |
| Keywords: | gprs | Cc: |
Description
- Change APN to internet2.voicestream.com
- Erase username and leave it blank
- Erase password and leave it blank
- Click connect, wait for it to successfully connect.
- ls /etc/freesmartphone/persist shows only README and ogpsd.pickle.
The next time you open the connectivity settings widget, you'll have to redo all the settings again as they will be back to default.
I'm looking at the code to see if I can figure out a patch, but just wanted to let you know. Really I don't think that saving the settings should be contingent on a successful connection anyway. It should be handled separately.
Change History
Note: See
TracTickets for help on using
tickets.

I'm going to go hide now. I was reading one version of the code (from git HEAD) and using another (from shr-testing image). The testing version of course doesn't have the pickle code at all and doesn't pretend to save settings. Using the version from HEAD, it works fine. Please close and don't tell anyone.