Android, or the associated open source project (AOSP), are technically derivatives of Linux, and hence, they natively work with any Linux-based system without requiring extra configurations. This holds true for any Linux variant, and even OS X, too, which shares a common base. However, for Windows – the most widely used PC operating system – things are little different. In Microsoft’s operating environment, everything is about drivers. Any hardware component that you have attached to your system, it will require proper drivers to be configured, whether it’s an internal piece of hardware or a peripheral. We’ll use Android ADB USB Drivers for all devices.
Universal Android USB Driver: Download
How to Install ADB Drivers of Android device:
Step 1. Also make sure you have USB debugging enabled in your Android device. For this:- Go to Settings > About phone, and then tap ‘Build number’ 7 times.
- Go back to Settings, then choose now visible ‘Developer options’.
- Find the ‘USB debugging’ option and use its toggle button to enable it. Accept warning by tapping on OK button.
Step 3. Connect your device to your PC/Laptop using a properly functional USB cable. Now launch the downloaded ADB file.
Step 5. Once the process is completed, you’ll see something similar to this:
Step 7. Now you have completed the process. You can use ADB to modify/tweak system files.
Comments
Post a Comment