Android Tutorials - Herong's Tutorial Examples - v3.05, by Herong Yang
Installing LG USB Device Driver on Windows
This section provides a tutorial example on how to install the LG USB device driver for LG-P925g Android phone on Windows system. This is needed to test your Android application developed on Windows on LG phones via a USB connection.
If you are developing applications on Windows and would like to connect an Android-powered device to test them, then you need to install the appropriate USB driver.
Here is what I did to install the USB driver on my Windows system for my LG-P925g Android phone.
1. On my Windows computer, go to LG Mobile Support Web site at: http://www.lg.com/us/support/mobile-devices/phone-support.
2. Follow the link "Click here to download your mobile driver" in the "Download Drivers / Phone Updates" section.
3. Save the download file to: "\temp\LGUnitedMobileDriver S4981MAN36AP22 ML WHQL Ver 3.6.exe", and wait for the download to finish.
4. Double-click on that downloaded file to start installing the driver.
5. Follow the instructions to finish the installation.
6. Turn on the LG-P925g phone and connect it to the Windows computer with the USB cable. Windows will display a "Your device is ready to use" icon in the task bar area. Click on it see details:
This is good. Now I can use my phone from my Windows system as:
Table of Contents
Installing JDK 1.8 on Windows System
Installation of Android SDK R24 and Emulator
Installing Apache Ant 1.9 on Windows System
Developing First Android Application - HelloAndroid
Android Application Package (APK) Files
Android Debug Bridge (adb) Tool
AboutAndroid - Application to Retrieve System Information
android.app.Activity Class and Activity Lifecycle
View Objects and Layout Resource Files
Using "adb logcat" Command for Debugging
Build Process and Package File Content
Samsung Galaxy Tab 3 Mini Tablet
USB Debugging Applications on Samsung Tablet
USB Debugging Applications on LG-V905R Tablet
►USB Debugging Applications on LG-P925g Phone
►Installing LG USB Device Driver on Windows
Viewing LG Android USB Device in Control Panel
Turning on USB Debugging on LG-P925g
Viewing USB Debugging Devices in Control Panel
Running "adb" on LG-P925g USB Debugging Interface
Installing Application to Phone using "ant installd" Command
Installing Application to Phone using "adb -d install" Command
"adb -d install" Command Options
Installing "AboutAndroid" to LG-P925g Phone