1 <?xml version="1.0" encoding="UTF-8"?> 2 <html> 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 Android device to your computer with a USB cable, to share your device's Internet connection with your computer</span> 22 <ul> 23 <li>USB tethering works with Windows Vista, Windows 7, and Linux</li><br> 24 <li>If your device has an SD card or USB storage, you can't mount it 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 28 <p><b>Bluetooth tethering</b></p> 29 <span class="style1">You can tether your Android device to your computer via a Bluetooth connection, to share your device's Internet connection with your computer</span> 30 <ul> 31 <li>Bluetooth tethering works with any computer or other device that can obtain an Internet connection via Bluetooth</li><br> 32 <li>For more information, see <a href="http://www.android.com/tether#bluetooth">http://www.android.com/tether#bluetooth</a></li><br> 33 </ul> 34 35 <p><b>Portable Wi-Fi hotspot</b></p> 36 <span class="style1">You can turn your Android device into a portable Wi-Fi hotspot, to share your Android device's Internet connection with one or more computers or other devices</span> 37 <ul> 38 <li>When your device is serving as a Wi-Fi hotspot, you can't use your phone's applications to access the Internet via its Wi-Fi connection (but of course you remain connected to the Internet via your mobile data network)</li><br> 39 <li>You configure the hotspot with the Wi-Fi hotspot settings</li><br> 40 <li>For more information, visit <a href="http://www.android.com/tether#wifi">http://www.android.com/tether#wifi</a></li><br> 41 </ul> 42 </body> 43 </html> 44