[Recovery][TWRP/CWM][HK (E988), KR (F240L, S, K)] Flashable recovery!

Default 


Hi there,

Here is seperate thread for E988 (HK version) and F240 (KR version)

Please refer all detail / procedures from here (the original thread from thecubed)


I would like to thanks @djrbliss & @thecudedfor all their contributions

Here is the LOKI thread and with source code URL in github

!!!!!!!!!!!I Am Not Responsible For Any Problems Due To Flashing This Image!!!!!!!!!!!!!! 

Make sure you do your own backup
e.g. rooted access and backup your existing recovery image to /sdcard

adb shell
su
dd if=/dev/block/platform/msm_sdcc.1/by-name/recovery of=/sdcard/recovery.img



Quote:
HK: E988
Recovery: (TWRP / CWM)
https://mega.co.nz/#!9F4ixQhJ!MX9Fqk...Bz9LKHDyIuaWa8
https://mega.co.nz/#!sN5SVZpQ!CQ3KSz...uWqwXX1u4r0ccE

<< In fact, all F240 L, K, S using the same signature in aboot.img, so I just use the LOKI to patch each individually (so silly). You can cross flash in between L, K & S  >>
KR: F240K
Recovery: (TWRP / CWM)
https://mega.co.nz/#!5JIFzbJZ!OP_JPT...94pyqP2eIdrFy0
https://mega.co.nz/#!NUYXXQQS!BiT_Ym...lY1csbHH728IQM

KR: F240S
Recovery: (TWRP / CWM)
https://mega.co.nz/#!FBpFGZYJ!E7JwKX...ceIqWUV9EHYS4k
https://mega.co.nz/#!ZVB1nApT!SfKEL1...e0NXBoXkmXq0-c

KR: F240L
Recovery: (TWRP / CWM)
https://mega.co.nz/#!kJRT3IBT!MXDRgC...IiJbZN_I1wGH3E
https://mega.co.nz/#!pZpC0RiY!Gb1Aal...Nap7mSP4WQ2YNA

How to get recovery mode:

Power off your phone, then press "Power + Vol Up + Home" at the same time
or
if you have USB connected (debug option turn on in your phone), issue "adb reboot recovery"

PS: TWRP sometimes has touch problem (still don't know why), you need to use power off method to get recovery mode (it works almost).

How to restore your stock recovery
(I am assumming your backup recovery (stock) image in /sdcard)

adb shell
su
dd if=/sdcard/recovery.img of=/dev/block/platform/msm_sdcc.1/by-name/recovery