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.
Android-Mobile-Toolkit/README.md

25 lines
699 B
Markdown
Raw Normal View History

2019-09-28 03:59:02 +00:00
# Android-Mobile-Toolkit
2019-09-30 17:46:49 +00:00
This is a python based program to root and extract data from android devices using adb
2019-09-30 18:09:39 +00:00
2019-09-30 17:46:49 +00:00
A compiled version is available in the releases tab
2019-09-28 04:05:57 +00:00
2019-09-29 00:19:25 +00:00
## Features
2019-09-29 01:41:33 +00:00
+ Automatically detect the correct version of TWRP for a plugged in device
+ Root any device that is TWRP compatible
2019-09-28 04:05:57 +00:00
2019-09-29 00:19:25 +00:00
## To-Do
2019-09-29 02:51:33 +00:00
+ ~~Implement a menu system~~
+ ~~Implement Fastboot and Magisk compatibility to root a device~~
2019-09-29 01:41:53 +00:00
+ Implement utilities to pull and process app data
2019-09-30 17:46:49 +00:00
+ Add options to extract specific app files
+ Add options to extract all data on the phone
## Changelog
v1.0.1
2019-09-30 17:48:20 +00:00
+ Updated zip with correct files for rooting
+ Spelling fixes
2019-09-30 17:46:49 +00:00
v1.0
2019-09-30 17:48:20 +00:00
+ Initial version
+ Root any twrp compatible device