Advertisement
Guest User

Untitled

a guest
Dec 21st, 2011
90
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.73 KB | None | 0 0
  1. Workaround for people who are not afraid to use the commandline:
  2.  
  3. gconftool-2 --set /system/osso/connectivity/IAP/NEWAPNNAME/type --type string "GPRS"
  4. gconftool-2 --set /system/osso/connectivity/IAP/NEWAPNNAME/name --type string "NEWAPNNAME"
  5. gconftool-2 --set /system/osso/connectivity/IAP/NEWAPNNAME/gprs_accesspointname --type string "internet.example.com"
  6. gconftool-2 --set /system/osso/connectivity/IAP/NEWAPNNAME/ipv4_type --type string AUTO
  7. gconftool-2 --set /system/osso/connectivity/IAP/NEWAPNNAME/sim_imsi --type string YOURSIMIMSI
  8.  
  9. to get the SIMIMSI:
  10. gconftool -R /system/osso/connectivity/IAP |grep sim_imsi
  11.  
  12. Not sure if all the above commands are neccessary, but after running that you
  13. can edit "NEWAPNNAME" in the settings
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement