Taway Pinoy v1.3Tawag Pinoy iTunes LinkTipid Edition iTunes LinkTawag Pinoy Forum Linktb5.png
Tawag Pinoy v1.3.3 iTunes Linkt6.pngEnjoy PHFiCZZips PhilippinesLasangPinoyDJGT

Home arrow Forums
Welcome, Guest
Please Login or Register.    Lost Password?

[TUTORIAL-MAC] Enable MMS & Tethering on SMART/SUN
(1 viewing) (1) Guest
Go to bottomPage: 12345
TOPIC: [TUTORIAL-MAC] Enable MMS & Tethering on SMART/SUN
**
#58085
Re:[TUTORIAL-MAC] Enable MMS & Tethering on SMART/SUN 2 Years, 4 Months ago Karma: 0  
Ayaw ring mag-work ng smart tethering sa akin (fw3.1).
cebrigoli (User)
Out of the Box
Posts: 16
graphgraph
User Offline Click here to see the profile of this user
The administrator has disabled public write access.
 
#58341
Re:[TUTORIAL-MAC] Enable MMS & Tethering on SMART/SUN 2 Years, 4 Months ago Karma: 0  
Hi Guys! I'm just new here... I am using Sun Call and Surf Unlimited with my iPhone 3G and tried all the possible tethering hacks (help.benm.at/help.php or this one) but I simply can't make it work. Everything looks good with the tethering option visible at first but once I set my APN to fbband, the tethering option disappears.

Hope someone else here is in the same boat as me and was fortunate enough to find a solution.

Thanks in advance!
reloaded (User)
Out of the Box
Posts: 5
graphgraph
User Offline Click here to see the profile of this user
The administrator has disabled public write access.
 
#58926
Re:[TUTORIAL-MAC] Enable MMS & Tethering on SMART/SUN 2 Years, 4 Months ago Karma: 7  
Is there a different way to enable MMS on a 3GS? I followed tutorial meant for 3G but I cant find "Enable Network Settings" button.

TIA!
mpc23537 (User)
applei Boarder
Posts: 136
graphgraph
User Offline Click here to see the profile of this user
The administrator has disabled public write access.
 
#60170
[TUTORIAL-MAC] Re-enable MMS & Tethering on SMART/SUN 2 Years, 3 Months ago Karma: 150  
I've reenabled tethering on my 3GS running 3.1.2 using the tutorial here:

thebeatmix.blogspot.com/2009/10/enable-t...one-312-only-3g.html

But for some reason the tethering still disappears sometimes, or does not work.

Posting so that perhaps others may try this as well (and get a better result hopefully).

EDIT: Got tethering to work again using the ever reliable "Reset Network Settings".

My steps:

1) Do the hack. Reboot phone after.
2) Upload the ipcc (see page 1 of this thread). Reboot phone after
3) Reset Network Settings

Worked for both Bluetooth and USB tethering.
doblezeta (Admin)
Giro Apps
team applei.ph alumni
Posts: 2339
graphgraph
User Offline Click here to see the profile of this user
Gender: Male applei Filipino iPhone Community doblezeta@applei.ph idoblezeta Location: Cibo Rockwell Birthdate: 1983-05-02
The administrator has disabled public write access.
 
#60181
Re:[TUTORIAL-MAC] Re-enable MMS & Tethering on SMART/SUN 2 Years, 3 Months ago Karma: 114  
zz, can you upload the patched CommCenter?. I don't have OSX installed right now. Thanks.

I've been playing with the signature key in the carrier bundles but so far nada. I'd like to try your new find.
ranns (Admin)
team applei.ph Mod
Posts: 2414
graphgraph
User Offline Click here to see the profile of this user
Gender: Male Location: QC
TEAM Applei
Filipino Iphone Community

˙ʎɐʍʎuɐ ǝʌılɐ ʇno sʇǝƃ ʎpoqoN ˙ʎlsnoıɹǝs ǝɟıl ǝʞɐʇ ɹǝʌǝN
The administrator has disabled public write access.
 
#60184
Re:[TUTORIAL-MAC] Re-enable MMS & Tethering on SMART/SUN 2 Years, 3 Months ago Karma: 150  
Tulisan wrote:
zz, can you upload the patched CommCenter?. I don't have OSX installed right now. Thanks.

I've been playing with the signature key in the carrier bundles but so far nada. I'd like to try your new find.


Here you go bro.

(Patched CommCenter for iPhone 3GS)
File Attachment:
File Name: CommCenter.zip
File Size: 349293
doblezeta (Admin)
Giro Apps
team applei.ph alumni
Posts: 2339
graphgraph
User Offline Click here to see the profile of this user
Gender: Male applei Filipino iPhone Community doblezeta@applei.ph idoblezeta Location: Cibo Rockwell Birthdate: 1983-05-02
The administrator has disabled public write access.
 
#60192
Re:[TUTORIAL-MAC] Re-enable MMS & Tethering on SMART/SUN 2 Years, 3 Months ago Karma: 114  
That's awesome! I can successfully tether now using my factory unlocked 3GS , jailbroken, and on FW 3.1.2! I just had to add the bundle carriers, create the links, reboot, reset network settings and viola!

Thanks for the nice find and the patched file zz! karma up for you

UPDATE: MMS is also now working. I just tried a Sun-to-Sun MMS (Photo taken by iPhone to Nokia 3120c) and it went through. My nokia 3120c was able to receive the MMS eventhough the MMS Max Message Size is 307200 bytes.

Note: I edited the plist for both Sun and Smart bundle to fix the multiple SMS sending as MMS bug and the correct type-mask for the internet apn so that voicemail settings don't appear.

For Sun, copy this and save as carrier.plist, then overwrite the carrier.plist in the Sun_ph carrier bundle

Code:

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>AllowEDGEEditing</key>
<true/>
<key>BookmarkURLs</key>
<array>
<dict>
<key>BookmarkName</key>
<string>MySun Account</string>
<key>BookmarkURL</key>
<string>http://www.suncellular.com.ph/customerHelp.aspx</string>
</dict>
</array>
<key>CarrierName</key>
<string>Sun Cellular</string>
<key>IntlDataRoamingSwitch</key>
<true/>
<key>MMS</key>
<dict>
<key>GroupModeEnabled</key>
<false/>
<key>MMSC</key>
<string>mmscenter.suncellular.com.ph</string>
<key>MaxMessageSize</key>
<integer>307200</integer>
<key>Proxy</key>
<string>202.138.159.78:8080</string>
</dict>
<key>MyAccountURL</key>
<string>http://www.suncellular.com.ph/customerHelp.aspx</string>
<key>MyAccountURLTitle</key>
<string>MySun Account</string>
<key>ShowCallForwarded</key>
<false/>
<key>ShowCallForwarding</key>
<false/>
<key>ShowDialAssist</key>
<false/>
<key>ShowTTY</key>
<false/>
<key>StockSymboli</key>
<array>
<dict>
<key>name</key>
<string>Sun</string>
<key>symbol</key>
<string>S</string>
</dict>
</array>
<key>SupportedSIMs</key>
<array>
<string>51505</string>
</array>
<key>SupportsNITZ</key>
<true/>
<key>SupportsUserBusyCauseCode</key>
<true/>
<key>VVMIgnoresIntlDataRoaming</key>
<false/>
<key>VisualVoicemailServiceName</key>
<string>none</string>
<key>apns</key>
<array>
<dict>
<key>apn</key>
<string>fbband</string>
<key>password</key>
<string></string>
<key>type-mask</key>
<integer>49</integer>
<key>username</key>
<string></string>
</dict>
<dict>
<key>apn</key>
<string>mms</string>
<key>password</key>
<string></string>
<key>type-mask</key>
<integer>4</integer>
<key>username</key>
<string></string>
</dict>
<dict>
<key>apn</key>
<string></string>
<key>password</key>
<string></string>
<key>type-mask</key>
<integer>0</integer>
<key>username</key>
<string></string>
</dict>
</array>
<key>voicemail_context</key>
<integer>0</integer>
</dict>
</plist>




Then, copy this and save as Info.plist, then overwrite the Info.plist in the Sun_ph carrier bundle

Code:

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>CFBundleDevelopmentRegion</key>
<string>English</string>
<key>CFBundleExecutable</key>
<string>Sun_ph</string>
<key>CFBundleIdentifier</key>
<string>com.apple.Sun_ph</string>
<key>CFBundleInfoDictionaryVersion</key>
<string>6.0</string>
<key>CFBundlePackageType</key>
<string>BNDL</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleSupportedPlatforms</key>
<array>
<string>iPhoneOS</string>
</array>
<key>CFBundleVersion</key>
<string>5.0</string>
<key>DTPlatformName</key>
<string>iphoneos</string>
<key>DTSDKName</key>
<string>iphoneos3.1.2.internal</string>
<key>MinimumOSVersion</key>
<string>3.1.2</string>
</dict>
</plist>

ranns (Admin)
team applei.ph Mod
Posts: 2414
graphgraph
User Offline Click here to see the profile of this user
Gender: Male Location: QC
TEAM Applei
Filipino Iphone Community

˙ʎɐʍʎuɐ ǝʌılɐ ʇno sʇǝƃ ʎpoqoN ˙ʎlsnoıɹǝs ǝɟıl ǝʞɐʇ ɹǝʌǝN
The administrator has disabled public write access.
 
#60296
Re:[TUTORIAL-MAC] Enable MMS & Tethering on SMART/SUN 2 Years, 3 Months ago Karma: -2  
Ok here's my situation i first installed the trial version of MyWi on my jailbroken iphone 3g cause i thought that is the only way to bring back the internet tethering in my iphone 3g if you're on fw 3.1.2 then after reading sir zz's way to bring back internet tethering on fw 3.1.2 .I uninstall MyWi and did the ComCenter hack and I thought i did it right cause internet tethering came back and it is all working on my phone.In my head, Im happy cause i dont need to shell out 9.99 bucks for MyWi because of this ComCenter hack and I notice that my WiFi on my iphone cant connect on our wifi after uninstlling MyWi and did ComCenter hack.So anyone please help me .I only need tethering if there's no WiFi but my iphone cant connect on our wifi.
herbie (User)
taken from my iphone
applei Newbie
Posts: 98
graphgraph
User Offline Click here to see the profile of this user
Gender: Male Birthdate: 1979-09-14
The administrator has disabled public write access.
 
#60297
Re:[TUTORIAL-MAC] Enable MMS & Tethering on SMART/SUN 2 Years, 3 Months ago Karma: 150  
Have you tried a reset network settings? If yes, then perhaps you can try a clean install to properly clear up your iPhone's internal files.
doblezeta (Admin)
Giro Apps
team applei.ph alumni
Posts: 2339
graphgraph
User Offline Click here to see the profile of this user
Gender: Male applei Filipino iPhone Community doblezeta@applei.ph idoblezeta Location: Cibo Rockwell Birthdate: 1983-05-02
The administrator has disabled public write access.
 
#61903
Re:[TUTORIAL-MAC] Enable MMS & Tethering on SMART/SUN 2 Years, 3 Months ago Karma: 0  
does any1 here have correct configuration for SUN prepaid for sending MMS using 2G..
fabs (User)
applei Newbie
Posts: 25
graphgraph
User Offline Click here to see the profile of this user
The administrator has disabled public write access.
 
Go to topPage: 12345
Moderators: Jokwang  ims  ranns  clayartist  conan15  justinred 

MMDA iOS App    

     (View Forum Thread)   

applei.ph facebook group   Follow applei.ph on Twitter for iPhone Updates!

Login

Who's Online

Who's on applei.ph now!
Guests: 33
Members: 19

applewerkz

Filipino iPhone Community