Posts Tagged ‘Mobile’

Posted by Mikko at 28 December 2010

Category: Android, How-To, Mobile

Tags: , , , ,

For those who want to know how to setup their Android devices to work with Globe Telecom, Smart or Sun Cellular mobile Internet, you may follow these simple steps.

  1. Press the Menu button.
  2. Then tap Settings.
  3. Choose Wireless & networks (usually the first option unless you have custom UI [e.g. HTC Sense UI, Samsung TouchWiz UI])
  4. Select Mobile networks.
  5. Then go to Access Point Names.
  6. Press the Menu button.
  7. Then tap New APN.
  8. Supply the following settings:
  • For Globe Telecom
    • Name: GLOBE (or anything you want)
    • APN: http.globe.com.ph
    • LEAVE THE REST OF THE FIELDS AS-IS
  • For Smart and Talk and Text
    • Name: SMART (or anything you want)
    • APN: internet
    • LEAVE THE REST OF THE FIELDS AS-IS
  • For SUN PREPAID
    • Name: SUN (or anything you want)
    • APN: minternet
    • Authentication type: PAP
    • LEAVE THE REST OF THE FIELDS AS-IS
  • For SUN POSTPAID or line
    • Name: SUN (or anything you want)
    • APN: fbband
    • Authentication: PAP
    • LEAVE THE REST OF THE FIELDS AS-IS

For SUN Prepaid and Postpaid, you may need to activate mobile internet service. You may request service activation by calling 888.

Enjoy your Internet!

Posted by Mikko at 19 June 2009

Category: How-To, Internet, Life Hacks, Mobile

Tags: ,

Globe Telecom uses a transparent proxy on it’s http.globe.com.ph access point. This means when you open a website, it passes thru their server for caching or whatever purpose it might server before it reaches your cellphone or computer.

Before caching
URL of image when not cached.

I’ve noticed though that they replace the URL of images inside <img> tags with another URL on their server for caching. This, in turn, causes some problems with web applications that requires authentication and generates images on the fly such as StatCounter. This replacement/caching process is only done when Globe Telecom detects that you are using a web browser on a computer or on a mobile phone (I curl-ed this website and the output did not have any URL replacements).

URL of image after caching!
URL after caching. Notice, the cached and compressed image is in Globe or a third-party partner’s server.

As a workaround, you can spoof your User-Agent by modifying the headers of your requests. You may do this in Firefox by:

  1. Going to about:config. A warning will have to scare you but just continue.
  2. Then, find the general.useragent.extra.firefox setting. Using the filter above may help you find it.
  3. Once you find it, double click the entry and change it to whatever you want. For it to work, it should not contain words like Mozilla, Firefox, Safari or other web browsers. I’ve changed mine to MikkoFox. :D

about:config screenshot

Have fun browsing without cached images. :D