Skip to content
Tenshi Hinanawi edited this page Dec 21, 2012 · 1 revision

If your devices aren't detected by ADB, install these drivers. For Windows and Linux.

Install ADB Drivers (Windows)

  1. Plug your device into your computer with the USB cable. Wait for the drivers to install.

  2. If you do NOT see a Developer Options menu in Settings, then go to Settings --> About Phone, scroll down to the bottom, and tap on the Build Number section 7 times. A pop-up should show telling you that you are "now a developer." Yay!

  3. Enable USB debugging in Settings --> Developer Options.

  • Wait for the second set of drivers to install and you're ready to move to Part 1

If the drivers are not automatically installed

Download the LG Nexus 4 USB Driver and follow the instructions in the above guide.

OR

Download the drivers by installing the desktop client for [PDANet for Android] (http://junefabrics.com/android/). Once the program is installed, you should select "LG" for the driver installation section.

{{Note|You can remove the program after the drivers are installed.}}

Configure udev rules (Linux)

Edit the following file (or create it if it doesn't exist)

  • Ubuntu/Debian: /etc/udev/rules.d/51-android.rules
  • Arch/Chakra: /usr/lib/udev/rules.d/51-android.rules

Add these rules to that file:

# LG - Nexus 4
SUBSYSTEM=="usb", ATTR{idVendor}=="1004", MODE="0666"
# ASUS Nexus 7 and Samsung Nexus 10
SUBSYSTEM=="usb", SYSFS{idVendor}=="18d1", MODE="0666"

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