Update README.md

This commit is contained in:
HappyZ 2019-04-03 01:02:33 -05:00 committed by GitHub
parent 84354085b8
commit c2ed066e62
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 0 deletions

View File

@ -38,6 +38,12 @@ Check [this README](https://github.com/HappyZ/dpt-tools/blob/master/fw_updater_p
Used to translate the sparse Android image (e.g., system.img) into a mountable ext4 format, and vice versa.
For example:
```
make
./simg2img sparse_image_file_path generated_mountable_file_path
```
# 0x4 Tutorials
Most people would be interested in [the Rooting Guide](https://github.com/HappyZ/dpt-tools/wiki/The-Ultimate-Rooting-Guide). Note that (03/22/2019) I have updated it with a super simple two-step process. But as usual: **read carefully before proceed**!