Skip to content

S2011 Unlocked Flashing

Lawrence 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

BASLQC Wiki

  • Introduction - A quick intro to the rationale and ideals of this guide, and modding in general.
  • Essential Maker Skills - Essential Skills that every maker should have.
  • Archivist Tools - All the tools an internet archivist needs under their belt.

General Guides

  • Android Development Codex - All kinds of Android smartphones.
  • Business Class Laptops - Computers that last: The ThinkPad, the HP EliteBook, the Dell Precision/Latitude.
  • EBook Readers - A good eInk screen remains the best way to read literature comfortably.
  • Game Consoles - Homebrew development scenes have made it possible to unlock the full power of your game console's computer chip.
  • Graphing Calculators - This is the last vestige of the age of 80's Home Computers; where programs were simple and graphics were minimal.
  • Home Server - Why buy cloud storage when you can build your own cloud? For media streaming, torrenting, and VPN access (to bypass blocked internet).
  • Routers - Amazingly, your ordinary router probably runs Linux on it's little embedded CPU.
  • Authentication Wallets - Manage your plethora of accounts, passwords, and RSA public keys using a GPG-encrypted wallet.
  • LEGO Mindstorms - The easiest way to build functional robots and machines; using good ol' LEGO and Technic bricks.
  • Vintage Computers - Amiga, Apple ][, and all the other random home computers that defined the 1980s.

Research

  • Genetic Programming - Programs that mutate and evolve by themselves, like Genes. It's a very difficult concept to grasp, but a very powerful method that transcends math or algorithms.

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.
Clone this wiki locally