Coder Social home page Coder Social logo

vaginessa / mass-apk-installer Goto Github PK

View Code? Open in Web Editor NEW

This project forked from binary-signal/mass-apk-installer

0.0 2.0 0.0 148.07 MB

Automate backup/restore on android phones

Home Page: http://forum.xda-developers.com/showthread.php?t=1310742

License: BSD 3-Clause "New" or "Revised" License

Python 100.00%

mass-apk-installer's Introduction

mass-apk-installer

capture

Automate back up or restore of APK's, Android applications to your Android phone.

Table of contents:

0x0: Support Information
0x1: How to run the software
0x2: Use cases
0x3: Command Line Arguments

0x0: Support Information

Support for the software is provided through the dedicated XDA developers forum post here

0x1 How to run the software

You will need to have python 3 installed plus two python dependencies py3-progressbar and pycrypto. You can do that by opening a terminal and typing one of the following commands

pip install -r requirements.txt
pipenv install 

Also you can you download precompiled binaries for Windows, Linux, MacOS from here

0x2: Use cases

# back up to folder created automaticaly
$python3 mass-apk-installer.py backup

# back up to a zip file created automaticaly 
$python3 mass-apk-installer.py backup -a

# back up to encrypted zip file created automaticaly
$python3 mass-apk-installer.py backup -a -e

#restore from folder 
$python3 mass-apk-installer.py restore  2018-02-12_04-47-25

#restore from zip file
$python3 mass-apk-installer.py restore  2018-02-12_04-47-25.zip

#restore from encrypted zip file
$python3 mass-apk-installer.py restore 2018-02-12_04-47-25.aes

0x3: Command Line Arguments

backup  [-a] [-e] | make  back up
    -a, --archive | Create  zip archive after back up, used with -b flag
    -e, --encrypt | Encrypt  zip archive after backup used with -b -a flags
restore [path]    | restore back up to device, path can be a folder, zip file or encrypted archive   

mass-apk-installer's People

Contributors

binary-signal avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.