Updated The Ultimate Rooting Guide (markdown)
parent
66737c7190
commit
5277e7600b
|
|
@ -70,7 +70,18 @@ In the interactive terminal, type `fw` and press Enter key.
|
|||
|
||||
It'll ask the file path of the PKG. Type the full file path, or drag the file into terminal.
|
||||
|
||||
Then it'll ask you to confirm it is the correct file. Type `yes` and press Enter key. Your DPT will say `preparing for the update...` and then the DPT will restart.
|
||||
Then it'll ask you to confirm it is the correct file. Type `yes` and press Enter key. Your DPT will say `preparing for the update...` and then the DPT will restart. You can exit the tool safely by pressing `Ctrl + D`. Example below:
|
||||
|
||||
```
|
||||
>>> fw
|
||||
[info] Please make sure you have charged your battery before this action.
|
||||
>>> Please enter the pkg file path: xxxx/FwUpdater.pkg
|
||||
>>> Pleae confirm xxxx/FwUpdater.pkg is the pkg file to use [yes/no]: yes
|
||||
[info] fw updating in progress.. do NOT press anything..
|
||||
[info] Success!
|
||||
>>> ^D
|
||||
[info] Exiting... Thanks for using...
|
||||
```
|
||||
|
||||
You will see multiple lines printing, starting with the LICENSE. For every step, it will print the files being changed and pause for 30s. You can press the HOME key to bypass the waiting. If you don't see it, but directly get rebooted, then likely the script [does not work for your device](https://github.com/HappyZ/dpt-tools/issues/141).
|
||||
|
||||
|
|
@ -92,6 +103,7 @@ Download corresponding PKG for your system version:
|
|||
* `1.6.00.15110` (for both RP1 & CP1) ~download~ (official PKG has bugs, removed)
|
||||
* `1.6.02.06240` (for both RP1 & CP1) [download](https://github.com/HappyZ/dpt-tools/blob/3b144d2997136531c71c5619bc0209701c94e550/fw_updater_packer_unpacker/pkg_example/flashable_mod_boot_img_1.6.02.06240/FwUpdater.pkg) 07/30/2019 released earlier than expected, ta-da!
|
||||
* `1.6.03.09261` (for both RP1 & CP1) [download](https://github.com/HappyZ/dpt-tools/blob/f8f80741ab16f4291092172d0ae4fe888cf1f2c5/fw_updater_packer_unpacker/pkg_example/flashable_mod_boot_img_1.6.03.09261/FwUpdater.pkg) 11/23/2019
|
||||
* `1.6.50.14130` (for both RP1 & CP1) [download](https://github.com/HappyZ/dpt-tools/blob/6a5c0e582ecb7597d3750d11844f17bedd06cf5b/fw_updater_packer_unpacker/pkg_example/flashable_mod_boot_img_1.6.50.14130/FwUpdater.pkg) 04/05/2020
|
||||
|
||||
If not found, request it in [Issues](https://github.com/HappyZ/dpt-tools/issues) and wait for your modifications out. Don't proceed with a different version.
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue