Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
USB within recovery uses the same ID (vendor=18d1, product=d001) Google uses for its recovery instead of LG's ID. This is not a problem for developers because Linux has no problem accessing the device. For future reference, if you need to use ADB in recovery on Windows, you can try the universal ADB driver by Koush.I really don't like having a brick, and I also don't have the ADB drivers for this phone. The one's on LG's support site windows wont recognize.
USB within recovery uses the same ID (vendor=18d1, product=d001) Google uses for its recovery instead of LG's ID. This is not a problem for developers because Linux has no problem accessing the device. For future reference, if you need to use ADB in recovery on Windows, you can try the universal ADB driver by Koush.
Well, you still need to install ADB. For example, in Ubuntu and probably other Debian based distros, you'd run:
sudo apt-get install android-tools-adb android-tools-fastboot
to install both adb and fastboot, since the packages are already in the official repositories.