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

32 lines
984 B
Markdown
Raw Permalink Normal View History

2019-11-19 19:55:50 +00:00
# This Code is undergoing a rewrite and is currently not functioning correctly. Check back soon for the updated version
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-10-02 05:13:00 +00:00
+ Allows specific app data to be extracted
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-10-02 05:13:00 +00:00
+ ~~Add options to extract specific app files~~
2019-09-30 17:46:49 +00:00
+ Add options to extract all data on the phone
## Changelog
2019-10-02 05:11:09 +00:00
v1.1
+ App extraction added
+ Downloading twrp now happens without user interaction
+ Root checking option added
2019-09-30 17:46:49 +00:00
v1.0.1
2019-09-30 17:48:20 +00:00
+ Updated zip with correct files for rooting
+ Spelling fixes
2019-10-02 05:11:09 +00:00
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