Added changelog and updated todo

This commit is contained in:
Kevin Rode 2019-09-30 13:46:49 -04:00 committed by GitHub
parent 2d8f137cb6
commit 4ce583a5a9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,5 +1,6 @@
# Android-Mobile-Toolkit # Android-Mobile-Toolkit
This is the beginning of a program to root and extract data from android devices using adb 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 ## Features
+ Automatically detect the correct version of TWRP for a plugged in device + Automatically detect the correct version of TWRP for a plugged in device
@ -9,3 +10,13 @@ This is the beginning of a program to root and extract data from android devices
+ ~~Implement a menu system~~ + ~~Implement a menu system~~
+ ~~Implement Fastboot and Magisk compatibility to root a device~~ + ~~Implement Fastboot and Magisk compatibility to root a device~~
+ Implement utilities to pull and process app data + 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.0.1
+ Updated zip with correct files for rooting
+ Spelling fixes
v1.0
+ Initial version
+ Root any twrp compatible device