Skip to content
Amersel edited this page Feb 7, 2015 · 1 revision

Backing up your data is very important, especially when you are about to bootloader unlock your device.

Manual Adb Backup

  • Notice you need to have adb installed for this to work
  1. Enable USB debugging
    • Go into settings and 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.
  2. Set a Desktop backup password
    • Go into settings in Developer options and select Desktop backup password. Leave the top blank and type a Desktop backup password below
  3. Open the command line and type adb backup -all -nosystem -shared -apk to backup app data, app apks, and Internal Storage
    • Type in your Desktop backup password when the dialog shows up
    • For a long time you will not see adb show anything at all, don't worry about this
    • The .ab file that is created is somehow compressed, therefore the .ab file won't be as big as the files on your phone
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