When Android Keep Booting Into TWRP Recovery

YotamJo

New member
Jun 29, 2019
4
1
0
Actually, you shouldn't use the above commands unless the following command doesn't work. That used to be the recommended method of getting out of TWRP, but it was realized that using the first command wipes your misc partition and then you end up with a Mac address that changes in every reboot (there is a temp fix for this I have a guide for). But anyways try to use the following to get out of TWRP bootloops:

Code:
dd if=/dev/zero of=/dev/block/bootdevice/by-name/misc bs=256 count=1 conv=notrunc
i have the same problem, but i'm using lenovo k4 note and when i check the file location it has diffrent folder name on me, and it doesn't have folder called misc. can you help me to find the code for me?

---------- Post added at 12:24 PM ---------- Previous post was at 11:56 AM ----------

FYI: If you run into these problems when using a MediaTek powered device, replace the of= path with

Code:
/dev/block/platform/mtk-msdc.0/11230000.mcds0/by-name/para

Enjoy!
thank god. you saved my lenovo, i've tried previous code but doesn't work for me cos my lenovo are mediatek powered device and this code saved me but maybe it has mistyping on the code because the right code for me are
Code:
/dev/block/platform/mtk-msdc.0/11230000.msdc0/by-name/para
not
Code:
/dev/block/platform/mtk-msdc.0/11230000.mcds0/by-name/para
but anyway thankyou
 
  • Like
Reactions: BlueFlame4

manyh

New member
Jul 10, 2012
4
0
0
i have the same problem, but i'm using lenovo k4 note and when i check the file location it has diffrent folder name on me, and it doesn't have folder called misc. can you help me to find the code for me?

---------- Post added at 12:24 PM ---------- Previous post was at 11:56 AM ----------


thank god. you saved my lenovo, i've tried previous code but doesn't work for me cos my lenovo are mediatek powered device and this code saved me but maybe it has mistyping on the code because the right code for me are
Code:
/dev/block/platform/mtk-msdc.0/11230000.msdc0/by-name/para
not
Code:
/dev/block/platform/mtk-msdc.0/11230000.mcds0/by-name/para
but anyway thankyou
Code:
this worked /dev/block/platform/mtk-msdc.0/11230000.MSDC0/by-name/para
msdc in CAPS