A utility for rooting TWRP compatible devices and extracting data from them
This repository has been archived on 2023-03-16. You can view files and clone it, but cannot push or open issues or pull requests.
Go to file
Kevin Rode c8e9845954
Merge pull request #4 from kevroded/Testing
Error prevention mechanisms added
2019-10-30 16:06:40 -04:00
helpers Error prevention mechanisms added 2019-10-03 13:36:02 -04:00
platform-tools Initial commit 2019-09-27 23:56:01 -04:00
.gitattributes gitattributes added 2019-09-28 00:19:28 -04:00
amt.py Bug fix 2019-10-03 13:15:57 -04:00
Magisk-v19.3.zip Added root functionality and menu 2019-09-28 20:19:25 -04:00
README.md Features updated 2019-10-02 01:13:00 -04:00

Android-Mobile-Toolkit

This is a python based program to root and extract data from android devices using adb

A compiled version is available in the releases tab

Features

  • Automatically detect the correct version of TWRP for a plugged in device
  • Root any device that is TWRP compatible
  • Allows specific app data to be extracted

To-Do

  • Implement a menu system
  • Implement Fastboot and Magisk compatibility to root a device
  • Implement utilities to pull and process app data
    • Add options to extract specific app files
    • Add options to extract all data on the phone

Changelog

v1.1

  • App extraction added
  • Downloading twrp now happens without user interaction
  • Root checking option added

v1.0.1

  • Updated zip with correct files for rooting
  • Spelling fixes

v1.0

  • Initial version
  • Root any twrp compatible device