Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
1: Download and extract the xml file (xda won't allow me to load the xml file directly) from apns-conf.zip. Download the mms.apk. Place both in your SDK/Tools folder
2: Open your sdk/adb in command prompt on computer, hook up phone
3: Type adb shell to open the terminal emulator
4: Type:
$ su
$ mount -o rw,remount -t yaffs2 /dev/block/mtdblock3 /system
$ rm system/etc/apns-conf.xml
$ rm system/app/Mms.apk
$ exit
5: At the C: prompt, type:
adb push apns-conf.xml system/etc/apns-conf.xml
adb push Mms.apk system/app/Mms.apk
6: Type adb shell, then:
$ cd data/data/com.*.*.telephony/databases
$ rm telephony.db
$ rm mmssms.db
$ exit
$ adb reboot
Got my MMS working by doing this...
xda-developers - View Single Post - [ROM]KaosFroyo V38 [10/28] [FROYO]
I was having this problem as well but started to notice that the photos that had a subject downloaded. So just make sure they send the photos with a subject. I tested it. And it worked once the same photo was sent with a subject.![]()
It helps me solve the problem. After I set my two APNs to "mms" and "default", I can download mms messages.
Hi, I started to have this problem shortly after getting my new droid charge phone and I read all the postings, but there was no answer for this problem. I went to the retailer and they fixed my problem in 15 mins! I hope I never have this problem again. You have to make sure you have 3G or the 4G on before trying to press the download option, picture will open immmediately. If you have the wifi on like I did, the pictures did not open and it will keep saying downloading but it will not open. I hope this helps with the problems you were having.