Hey Guys can someone help me out with this. i have everything running perfectly on my eris with 4.0, very good rom but we cannot get the MMS to work. Regular text messages go fine, its just picture messages that cant be sent
Can someone see if im missing something, here is what i have tried
Open command prompt:
point it to
C:\android-sdk-windows\tools then type adb shell and get
#now i type
rm /data/data/com.android.providers.telephony/databases/telephony.dbget # again and type
rm /data/data/com.android.providers.telephony/databases/mmssms.dbNow it says step 3
and I type
adb push telephony.db /data/data/com.android.providers.telephonyThen says not found but if I set the command prompt back to
C:\android-sdk-windows\tools and type the 3rd line it shows
256 kb/s (4096 bytes in 0.015s) I reboot and still a no go
These are the instructions from the actual site
#2 If you want MMS:
1) Download telephony.db attached from the bottom of the post.
2) Go into adb shell and do
rm /data/data/com.android.providers.telephony/databases/telephony.db
rm /data/data/com.android.providers.telephony/databases/mmssms.db
3)
adb push telephony.db /data/data/com.android.providers.telephony
4)Reboot. Cha-Ching!
Thanks in advance