Showing posts with label htc magic. Show all posts
Showing posts with label htc magic. Show all posts

Friday, 28 August 2009

Telstra APN Settings for HTC Magic (Sapphire)

How to configure mobile wireless GSM GPRS EDGE internet packet data access with Telstra APN settings for HTC Magic / G2 / Sapphire:

Go to Settings > Wireless controls > Mobile networks > Access Point Names.
Press Menu and select "New APN".
Enter the following settings:
Name: Telstra Internet
APN: telstra.internet
Proxy:
Port:
Username:
Password:
Server:
MMSC:
MMS proxy:
MMS port:
MCC: 505
MNC: 01
APN type:

ADB Drivers (HTC Magic USB) for Linux

Using Ubuntu Linux, I was trying to root my HTC Magic (Sapphire). Unfortunately, running ./adb devices returned no devices.
Solution was to run ./adb kill-server and then ./adb devices as root (sudo -s).