Updated PKGs I Made (markdown)

HappyZ 2019-05-18 00:00:48 -05:00
parent 6c6df76c85
commit dc684b4197
1 changed files with 3 additions and 6 deletions

@ -16,12 +16,9 @@ Just download a PKG and use `fw` in the `dpt-tools.py` (DPT in normal boot up)
# List
1. [Boot img mod](https://github.com/HappyZ/dpt-tools/tree/master/fw_updater_packer_unpacker/pkg_example/flashable_mod_boot_img).
Enabled ADB and mass storage (likely conflict with DPA). Suitable for `1.4.01.16100` (for RP1) or `1.4.02.09061` (for CP1).
2. [Boot img mod without mass storage](https://github.com/HappyZ/dpt-tools/blob/master/fw_updater_packer_unpacker/pkg_example/flashable_mod_boot_img_no_mass_storage).
Enabled ADB only. Suitable for `1.4.01.16100` (for RP1) or `1.4.02.09061` (for CP1).
3. [Root in Android](https://github.com/HappyZ/dpt-tools/blob/master/fw_updater_packer_unpacker/pkg_example/flashable_supersu/). Install SuperSU (no APK, binary executables only).
4. [Bluetooth HID](https://github.com/HappyZ/dpt-tools/tree/master/fw_updater_packer_unpacker/pkg_example/flashable_bluetooth_hid). Enable Bluetooth HID so you can connect to keyboard input via bluetooth. However, this will disable Bluetooth connections through DPA. If you cleared Dalvik cache, then you need the original Bluetooth first to create a valid dex and then use this. Looks like it has some problems for someone in [this issue](https://github.com/HappyZ/dpt-tools/issues/66).
1. [Boot img mod without mass storage](https://github.com/HappyZ/dpt-tools/blob/master/fw_updater_packer_unpacker/pkg_example/flashable_mod_boot_img_1.6.00.15110/FwUpdater.pkg) for v1.6.00.15110.
2. [Root in Android](https://github.com/HappyZ/dpt-tools/blob/master/fw_updater_packer_unpacker/pkg_example/flashable_supersu/). Install SuperSU (no APK, binary executables only).
3. [Bluetooth HID](https://github.com/HappyZ/dpt-tools/tree/master/fw_updater_packer_unpacker/pkg_example/flashable_bluetooth_hid). Enable Bluetooth HID so you can connect to keyboard input via bluetooth. However, this will disable Bluetooth connections through DPA. If you cleared Dalvik cache, then you need the original Bluetooth first to create a valid dex and then use this. Looks like it has some problems for someone in [this issue](https://github.com/HappyZ/dpt-tools/issues/66).
# Officials
These are the official PKGs except I disabled the version check so you can flash any you like. Just make sure you are flashing the right PKG for your device model.