Skip to content

OnePlus One Drivers

Amersel edited this page Feb 7, 2015 · 1 revision

ADB & Fastboot installation

  1. Download a slimmed version of adb here
  2. Press Window Key + R and then type in cmd to open the command line
  3. Extract the file and go to the directory where you extracted the file
  4. In the windows command line, type cd example/android-sdk-windows/platform-tools
    • Replace "example" with the directory where you extracted the file, such as C:/Users/Username/Downloads
  5. On your phone enable developer settings
    • Click About phone. Tap Build number until it says that you have enabled developer settings. Now go back to settings and click Developer options. Look for USB debugging or Android debugging and enable it.
  6. Plug your phone into your computer with your usb cable
  7. On the windows command line type adb devices
    • The command line should show you your phone's serial number
  8. Your computer is now ready to use adb

Sources

BA Logo

Bibliotheca Anonoma

Android Development Codex

Note: All non-Android projects have moved to the BASLQC Wiki.

Introduction

  • Introduction - A quick intro to the rationale and ideals of this guide, and smartphone modding in general.
  • General Setup - Learn how to install and run the tools you need to succeed.
  • Device Guides - Customized, fully decked out guides for rooting each and every device we could find.
  • General OS Customizations - General customizations that work on all devices of a specific OS.

Content Guidelines

  • General Guidelines - The ideals that you should uphold while working with and editing this guide.
  • Device Guide Templates - Templates and general guidelines for creating customized guides for a device.
  • Linux - Run a full desktop OS on your little mobile device; research is being made to make it comfortable to use in the mobile space.

Reference

  • Glossary - Contains all the crazy acronyms and word soup that you'll need to wade through when using this guide.
  • Android Buying Guide for Modders - While modding can fix up an outdated device, it will make your life easier to buy the right device from the start.
Clone this wiki locally