- Oct 11, 2009
- 5,577
- 2,816
- 113
Exactly. I've got a script that works to do it automatically, but I think people would rather flash a zip file than open the shell and type a command.Gbhil
I followed the steps that was posted in XDA for Flips rom for the mms fix on your rom and it work.
Is this what you are trying to zip up?
- adb shell
- cd /data/data/com*telephony/databases
- sqlite3 telephony.db
- update carriers set mmsc='http://mms.sprintpcs.com/?X-MDN=MYPHONE' where name='Production';
Is this what you are trying to zip up?
And this way it gets checked at every boot to make sure it's sticking.