Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 762 Bytes

README.md

File metadata and controls

22 lines (16 loc) · 762 Bytes

DroidSync

Yet another CLI based tool to migrate apps with data from one phone to another image

Developer: Dev. Gautam Kumar


DroidSync

DroidSync is a command-line tool that uses the Android Debug Bridge (ADB) to backup and restore data from one Android device to another.

Installation

To install DroidSync, follow these steps:

  1. Install ADB on your computer.
  2. Clone this repo
  3. Extract the downloaded archive to a directory of your choice.
  4. Add the DroidSync directory to your PATH environment variable.

Usage

To backup an app's data to a file, run the following command: $ ./droidsync <package.name> <file_name>.ab