Update README.md

This commit is contained in:
HappyZ 2018-12-10 00:28:50 -06:00 committed by GitHub
parent 2e4dfd38b0
commit c8d928028a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -95,6 +95,8 @@ After then, you can do `adb shell` and then type `su` to verify if you have obta
## fw_updater_packer_unpacker - Automation to pack/unpack pkg
**Note for developers: Absolutely do NOT `exit 1` while your script (in pkg) has errors.** This will create an infinite loop of "system start -> update via pkg -> shutdown -> restart -> update -> shutdown -> ...". I learned the hard way and there is no way to fix it (soft bricked).
To flash pkg with unverified signature, you need to modify the updater file at `/usr/local/bin/start_eufwupdater.sh`.
Check [this README](https://github.com/HappyZ/dpt-tools/blob/master/fw_updater_packer_unpacker/README.md) for more details.