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

Table of Contents

Files to Get

You will need to download two files and extract them.

  • miniadb_inc.zip - Modified from Scotty's original miniadb package. Now with Linux installation instructions and binaries, and cleaned up to work for all phones.
  • dinc_2.3.4_unlock_files.zip - Contains all the little files you need to work with your droid. It's just a compilation of the links in the next section.
  • PB31IMG for froyo: PB31IMG.zip # md5: 31bb1611a0fa8197d447c0438426717e
Then, you'll need to go to HTCdev - Unlock Bootloader and register an account.

Included in the archive

This is a list of what is inside the archive and where else to get the files. Just download the one above and you'll have everything.

ADB

If you already have ADB installed, skip this section.

Prepare ADB (Windows)

Might want to incorporate into one big Android SDK Platform Tools section
You will need to get the proper drivers to interface with your phone. You can choose either to install HTCSync for the drivers, or better yet, use the modified HTC drivers from revolutionary. Follow the instructions there to install them.

First, unzip your file into the root folder of your hard drive, such as . This means the top level, not inside any folders, so just copy and paste the folder onto with everything else that is there.

We will assume this folder to be named miniadb_inc

Open a command window. In Windows 7, click the start bubble in the lower left and type in the search box to find the Command Prompt application. In Windows XP, go to Run and type to run it.

Type the following at the prompt in your cmd window to change to your miniadb_inc directory.

Your command prompt should display that last line provided you:

  1. unzipped the miniadb_inc zip
  2. put the folder on your c drive
  3. didn't change the name
Now make sure usb debugging is checked in settings/apps/development on your phone,and plug your phone into your PC.

If your drivers are installed correctly, this should show your phone's serial number. You should hear the found device noises when you plug your phone in. if it starts installing drivers, wait for it to finish before proceeding.

Finally, type this command to make sure your phone is being recognized.

Now you can just go to the folder and use from there.

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