Skip to content

S2011 Unlocked Flashing

Antonizoon edited this page Jan 15, 2013 · 1 revision

You will need to flash the kernel manually with fastboot each time you install a new ROM.

Requirements

You will need:

  • Android SDK Platform Tools (if not already installed)
  • A Custom ROM (uses the .zip extension, don't extract)
  • A kernel (usually named boot.img)
  1. Send the device into fastboot mode.

  2. Run this command using the boot.img that you want:

    fastboot flash boot boot.img

Custom Recovery

  1. Turn off your device.
  2. Hold {{Key|Volume Down}} while turning on your device.
  3. You will enter ClockworkMod Recovery.

Now you select backup and restore and you backup your current rom. Then go on:

See on the thread of the rom you want to install, what has to be formatted or wiped, for example: format /system format /data format /cache wipe data/factory reset etc

You do this and then you choose "install zip from sd card" > "choose zip" and you select the installation zip.

After the installation has finished, you sometimes have to flash gapps (=google apps like playstore etc). You do this with the same procedure (install zip from sd card etc).

After that reboot phone and enjoy.


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