(Source of Material)
You need the Android SDK in order to do this.
Okay so the first step is to make a file named "eri.xml". The contents of the file will be:
<EriFile VersionNumber="1357" NumberOfEriEntries="1" EriFileType="1"> <CallPromptId Id="0" CallPromptText="CallPromptId0"/> <CallPromptId Id="1" CallPromptText="CallPromptId1"/> <CallPromptId Id="2" CallPromptText="CallPromptId2"/> <EriInfo RoamingIndicator="128" IconIndex="1" IconMode="0" EriText="TEXT HERE" CallPromptId="0" AlertId="0"/> </EriFile>Replace the words TEXT HERE with Alltel or Cellular South and then save it and put it into the Android SDK "tools" folder.
Next, open up Command Prompt or Terminal and navigate to the Android SDK folder.
Type:
adb devices
If nothing shows, then make sure USB Debugging is enabled.
Then type:
adb remount
adb push eri.xml /data
Once done, disconnect your phone and restart. There you have it, custom Carrier name on your CDMA Hero.


Oh and for those wondering, I have been trying to get MMS to work on Alltel. I got receiving MMS messages working, but sending still returns an error.
Edited by Smalls, 14 September 2010 - 06:41 PM.















