View Single Post
Posts: 126 | Thanked: 47 times | Joined on Nov 2009 @ San Francisco
#1425
Originally Posted by xuggs View Post
I uninstalled fMMS and I still have an MMS access point defined which refuses to be removed. The delete button is disabled for the connection. Restarted the phone but still the same. How do i get rid of it? I dont care much if it stays there too.
i finally figured out how to remove the access point. in your terminal:

Code:
gconftool-2 -R /system/osso/connectivity/IPA | grep MMS
this should list the path of your MMS information

then run:

Code:
gconftool-2 --recursive-set /system/osso/connectivity/IPA/MMS
(or whatever the path was that you got from the above command)

that should remove it! i got rid of mine... it was buggin the hell outta me :P

Last edited by charbar; 2010-04-23 at 00:04.