Lenovo K3 Note loops into TWRP after factory reset, not booting to Android or OS

Search This thread

nidheeshv

Senior Member
Nov 20, 2017
70
19
kochi
OnePlus 9R
It worked ! Thanks.

The reason I didn't try it straight away was all the comments about wrong links etc. And some of the links afterwards didn't work. So I was looking for a recovery.img file in other places.
I read your new message, so I used the first link in your post which gave me the recovery img. The TWRP link doesn't seem to work, but I already have an up to date TWRP on the phone.

the reason with the links is that ,,,when ever i copy a link and paste it here ,,it doesnt showup,,some contents of the url gets missed.
also the google drive link i posted got deleted.

if someone want the link they can PM me,,,,i guess that will work
 

Salvadorfreeman

Senior Member
Jun 19, 2015
65
2
Paris
Hello again
I have tried to do the same operation on another identical phone.
But after a try to flash Twrp I get a message

writing 'recovery'...
FAILED (remote: download for partition 'recovery' is not allowed)
 
Last edited:

Salvadorfreeman

Senior Member
Jun 19, 2015
65
2
Paris
Yes, it's detected in Fastboot and shows up with fastboot devices
I've tried fastboot oem unlock

I get a message on the screen saying volume up for yes, volume down for no.
Strangely, if I press volume up, it doesn't unlock, but volume down it unlocks.
I get a message on the computer that the unlock is okay.
But I still can't flash the Twrp img file.
I've also tried SP Flash, but that doesn't work either.
I already used SP flash with this phone a year ago, and that worked fine, but that was then!

I really can't make out what's going on.
 

Arjunism

Member
Oct 23, 2017
31
35
My phone TWRP-looped many times. The solution is actually easy.

1. Reflash using SPFlashtool ONLY the stock recovery
2. boot into stock recovery
3. choose english > press reboot phone
4. phone will reboot into rom without problemos
5. reflash TWRP
cheers

or
1. Copy stock recovery.img into sdcard
2. In twrp, select Install and navigate to where you put stock recovery.img
3. Press install image. Then, Select recovery.img. Slide to install
4. boot into stock recovery
5. choose english > press reboot phone
6. phone will reboot into rom without problemos
7. reflash TWRP
DONE
 

mayank30jul

New member
Jun 4, 2018
2
0
i hv facing same issue try every think bt nothing is work thn i hv flash my phone sp flash with original stock rom and when i flash i untk recovery option bcoz in 89 percent i got error than aftr untk it successfully flash and when i start i only show twrp thn i reconnect my phone to pc and untck all in stock rom only tck recovery and successfully flash recover and restart my mobile....... and boom its work nw i very happy
 
Same

Yes, it's detected in Fastboot and shows up with fastboot devices
I've tried fastboot oem unlock

I get a message on the screen saying volume up for yes, volume down for no.
Strangely, if I press volume up, it doesn't unlock, but volume down it unlocks.
I get a message on the computer that the unlock is okay.
But I still can't flash the Twrp img file.
I've also tried SP Flash, but that doesn't work either.
I already used SP flash with this phone a year ago, and that worked fine, but that was then!

I really can't make out what's going on.

Did you solved it? I am in facing same problem. also SP tools doesn't recognize my phone
 

nzing82

New member
Aug 11, 2009
3
1
try to flash to Lenovo Stock Recovery from this link
xdaforums.com/k3-note/development/official-build-lenovo-k3-note-k50a40-6-t3370537
search for "Stock Recovery" for download link

in TWRP, you need to reboot into bootloader and flash it with adb command in bootloader (need to install driver and adb first!)
adb command list
fastboot devices <enter>
fastboot oem unlock <enter>
fastboot flash recovery "C:\<recovery_folder>\recovery.img" <enter>
fastboot reboot <enter>
done!
 
  • Like
Reactions: Kokoshka69

Kokoshka69

Member
May 24, 2012
6
0
try to flash to Lenovo Stock Recovery from this link
xdaforums.com/k3-note/development/official-build-lenovo-k3-note-k50a40-6-t3370537
search for "Stock Recovery" for download link

in TWRP, you need to reboot into bootloader and flash it with adb command in bootloader (need to install driver and adb first!)
adb command list
fastboot devices <enter>
fastboot oem unlock <enter>
fastboot flash recovery "C:\<recovery_folder>\recovery.img" <enter>
fastboot reboot <enter>
done!

THIS IT, THANKS BRO!! :good::good::good::good::good::good:
 

Top Liked Posts

  • There are no posts matching your filters.
  • 1
    @ skyh3ck and VinayakS
    did it help?
    My phone got a bootloop to twrp 3.0.2-7 after I wanted to restore to factory settings (from settings menu), I tried flashing 'new' RR-N-v5.8.5-20170926-aio_otfp-FINAL (during flashing I had 2 errors - logs available), tried to flash with some other roms, I tried to restore some old backups - same thing = bootloop to twrp.
    I don't want to brick it like the guy from this thread https://xdaforums.com/k3-note/help/help-unbricking-k3-note-k50a40-charging-t3699007

    I did not had time to revert rooting and remove custom recovery, so can't say much at this moment.

    But your bootloop issue is most probably due to presence of TWRP, you need to completely remove root & TWRP, restore stock boot and recovery, then try.
    1
    Exactly the same thing happened to me.
    So I tried your idea and updated my TWRP, going from 2.8 to 3.1..1

    But exactly the same thing happens - it still bootloops, but to the new TWRP.

    I've tried flashing several different ROMs that all worked in the past. But no change.


    do as what i have mentioned above,..and give update
    1
    try to flash to Lenovo Stock Recovery from this link
    xdaforums.com/k3-note/development/official-build-lenovo-k3-note-k50a40-6-t3370537
    search for "Stock Recovery" for download link

    in TWRP, you need to reboot into bootloader and flash it with adb command in bootloader (need to install driver and adb first!)
    adb command list
    fastboot devices <enter>
    fastboot oem unlock <enter>
    fastboot flash recovery "C:\<recovery_folder>\recovery.img" <enter>
    fastboot reboot <enter>
    done!