Updated PKGs I Made (markdown)
parent
c89bb33e6a
commit
146d777ffa
|
|
@ -16,15 +16,15 @@ Just download a PKG and use `fw` in the `dpt-tools.py` (DPT in normal boot up)
|
|||
# List
|
||||
|
||||
|
||||
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.
|
||||
1. ~Boot img mod without mass storage for v1.6.00.15110~ (official PKG has bugs)
|
||||
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).
|
||||
4. [Full system mod](https://mega.nz/#F!fKZTQaSb!wkXMplGV5ss6Bxv6WaWU4Q) for v1.6.00.15110 with adb and customized launcher by default. Reset is suggested after flashed it.
|
||||
4. ~Full system mod for v1.6.00.15110~ with adb and customized launcher by default. Reset is suggested after flashed it (official PKG has bugs)
|
||||
|
||||
# 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.
|
||||
1. [Official CP1 v1.4.02.09061](https://mega.nz/#F!qexz1QwL!mRBd10n6xFtqeLnE18q5qg) from mega.nz
|
||||
2. [Official RP1 v1.4.01.16100](https://mega.nz/#F!iSgT2YjR!MRneJGc8z0ouaMi0bHV0Lw) from mega.nz
|
||||
3. [Official CP1/RP1 v1.6.00.15110](https://mega.nz/#F!XHBVzQLQ!WLu9NsOwBEtNh_FnD4mp8Q) from mega.nz
|
||||
3. ~Official CP1/RP1 v1.6.00.15110 from mega.nz~ (official PKG has bugs)
|
||||
|
||||
To recover to the official image, if you cannot boot into normal system and use `fw`, then follow [issue #31](https://github.com/HappyZ/dpt-tools/issues/31). Note: when it asks for if you offer the sparse image, say `yes` if you get the `system.img` from the official PKG!! Multiple people brick their device by saying `no`.
|
||||
Loading…
Reference in New Issue