Quote:
Originally Posted by euology101
@Spooky:
I did not try the Prepaid one, I'll give that my next shot.
I dont know if this would make any sense, but maybe posting what each version has in terms of their settings? I know its a lot of work, but i think it might help some people, who already know what works for them or what has worked in the past, and maybe clear up some issues they are having. (not everyone knows enough to get into each plist and see what it contains, I did this for all the postpaid ones, but didn't think it made any sense to look into the prepaid ones since I don't have a prepaid plan)
I'd be willing to help and post what each ones does, but with your permission of coarse.
|
Check first post.
VISUAL VOICE MAIL
As you may have probably heard. T-Mobile USA will launch Visual Voice Mail (VVM) this July. Some say, on the 7th. I saw some leaked screenshots that say 16th. Nevertheless, that's just the marketing launch. No tech will flip the switch on that date. epc.tmobile.com was known months before the G1 was launched.
I challenge you to search, browse, research tech forums, IRC chats, blogs to find the VVM settings for T-Mobile USA. They may have been leaked somewhere.
Thank you.
First, look for an APN. That's the most important.
Then look for a beacon address, looks like an SMS short code.
Then look for a beacon service centre. It's an SMS gateway number.
Sample config from an a bundle.
<key>com.apple.voicemail.imap</key>
<dict>
<key>AuthenticationScheme</key>
<string>DIGEST-MD5</string>
<key>BeaconAddress</key>
<string>129004</string>
<key>BeaconServiceCenter</key>
<string>+38970000501</string>
<key>ClientManagesTrash</key>
<false/>
<key>GreetingNotification</key>
<true/>
<key>MaxGreetingDuration</key>
<integer>20</integer>
<key>MaxPINLength</key>
<integer>6</integer>
<key>MinPINLength</key>
<integer>4</integer>
<key>UsesMWI</key>
<false/>
<key>UsesSSL</key>
<false/>
</dict>