1 <?xml version="1.0" encoding="UTF-8"?> 2 <html DIR="LTR"> 3 <head> 4 <style> 5 P { 6 font-size: 14 px; 7 } 8 B { 9 font-size: 16px; 10 } 11 A { 12 color: #OOC; 13 } 14 .style1 { 15 font-size: 16px; 16 } 17 </style> 18 </head> 19 <body> 20 <p><b>USB tethering</b></p> 21 <span class="style1">You can tether your phone to your computer with a USB cable, to share your phone's Internet connection with your computer</span> 22 <ul> 23 <li>Tethering works with Windows Vista, Windows 7 and Linux</li><br> 24 <li>You can't mount your phone's SD card on your computer when USB-tethered</li><br> 25 <li>For more information, including using USB tethering with other OSs, see <a href="http://www.android.com/tether#usb">http://www.android.com/tether#usb</a></li><br> 26 </ul> 27 <p><b>Wi-Fi tethering</b></p> 28 <span class="style1">You can turn your phone into a Wi-Fi access point, to share your phone's Internet connection with one or more computers or other devices</span> 29 <ul> 30 <li>When your phone is acting as an access point, you can't use your phone's applications to access the Internet via its Wi-Fi connection</li><br> 31 <li>You configure a Wi-Fi access point in Wi-Fi tethering settings</li><br> 32 <li>For more information, visit <a href="http://www.android.com/tether#wifi">http://www.android.com/tether#wifi</a></li><br> 33 </ul> 34 </body> 35 </html> 36