Step 3: MMS!
What you need:
a. Android SDK--- get it
here
b. My Modified Telephony.db -- see file attached to this thread
c. Have Hero phone flashed for talk text and web (see above if you have not done this).
1. Unzip android sdk to a place where you can find it (the shorter the directory name the better as you will soon see. Mine is saved in C:\android
Also unzip the telephony.db into a folder where you can find it. Mine is saved in C:\android
2. In windows xp click start, then run, then type cmd and hit enter. In Vista or windows 7 click start and type cmd in the search and hit enter.
3. Navigate to the folder where you unzipped the Android SDK. If you are not familiar with the commmand prompt, I will make a list of the commands I enter in blue. The rest you see will be the text that will be generated by the command prompt:
-------------------------------------------------------------------
Microsoft Windows XP [Version 5.1.2600]
(C) Copyright 1985-2001 Microsoft Corp.
C:\Documents and Settings\brandonh>
cd ..
C:\Documents and Settings>
cd ..
C:\>
cd android
C:\android>
cd tools
--------------------------------------------------------------------------------------
4. Type the Following command in blue:
C:\android\tools>
adb root
* daemon started successfully *
adbd is running as root
--------------------------------------------------------------------------------------
5. Send the Modified telephony.db to the phone with the following command (keep in mind that you will need to substitute the directory I am using for the one where your telephony.db file is located
C:\android\tools>
adb push c:\android\telephony.db /data/data/com.android.providers.telephony/databases/telephony.db
85 KB/s (4096 bytes in 0.046s)
6. Unplug your Phone and hold the power button to turn it off. Turn it back on and there you go!
So there it is. If you have some experience with phones you may find this tutorial slow paced and boring, but at least the MMS might be intriguing to you. If, however, you are new to this, like me, I hope that this is helpful. Let me know if you see any errors. I think some things may be a little overkill but if you follow step by step all three things should be working!
Also, this is bittersweet. Even though WAP is working, many apps don't work with it like voice search, Google Maps and others, but it's better than nothing. If anyone knows of any miracles on how to make these work, add it to this thread, and also, let me know if this has worked for you! Just reply to this thread![/QUOTE]
im gettting an error when im doin the mms saying device is not found? why what am i doing wrong its in diag mode??