can't boot twrp

NiNoX14

Member
Sep 23, 2018
30
0
0
PROBLEM SOLVED USE LATEST TWRP BUILD BUT BE CAREFUL WITH FLASHING ROMs COZ THEY STILL DOES NOT SUPPORT THIS SCREEN PANEL


tried both dummy image and straight up booting nothing works
just flashing miui with unlocked sign and then just straight nothing
official twrp
arb 4
it just not booting

edit: just flashed latest dev rom and still nothing

here are some dmesg logs and hardware:

https://i.imgur.com/giIki1W.png

https://i.imgur.com/v8jyDkQ.png

https://i.imgur.com/UAcukty.png

https://drive.google.com/open?id=1M8V80-gKEpnxRgy1-iUGt9Oj76RDqGD2
 
Last edited:

daggorlad

Senior Member
Mar 8, 2013
208
62
0
Lexington, KY
I was having the same issues using a Windows PC. I tried on my Mac this morning and worked right away.
Maybe try using Ubuntu Live if you don't have a Mac available.
1. Download TWRP
From Terminal:
2. Install Android Platform Tools
Code:
sudo apt-get install android-platform-tools
3. Reboot phone to bootloader(fastboot) I find it easiest just to use ADB
Code:
adb reboot bootloader
4. Change directory to Downloads
Code:
CD Downloads
5. Use Fastboot to boot to TWRP
Code:
fastboot boot twrp-3.2.3-1-whyred.img
If you need to transfer downloaded files to your phone from Mac/Linux, just use adb push in terminal. (note, file names and directories are case sensitive)
Code:
adb push [I]complete-file-name.zip[/I] /sdcard/
I know this is a big hassle, but still better than nothing
 
Last edited:

htchd2sucks

Senior Member
May 23, 2010
891
359
83
Which HW do you have? (phone).
Which FW?

On my case, during the first boot after TWRP, the only way I could boot in recovery was using the buttons:

fastboot.exe flash recovery twrp\twrp.img (should say sending recovery okay, writing recovery okay, it did for you)
fastboot.exe reboot
quickly hold volume UP + power button (how until it should show TWRP, if it shows some chinese boot, redo the fastboot flash)
 

NiNoX14

Member
Sep 23, 2018
30
0
0
Which HW do you have? (phone).
Which FW?

On my case, during the first boot after TWRP, the only way I could boot in recovery was using the buttons:

fastboot.exe flash recovery twrp\twrp.img (should say sending recovery okay, writing recovery okay, it did for you)
fastboot.exe reboot
quickly hold volume UP + power button (how until it should show TWRP, if it shows some chinese boot, redo the fastboot flash)
there is screenshots of hardware in OP
 

htchd2sucks

Senior Member
May 23, 2010
891
359
83
there is screenshots of hardware in OP
Well... I saw some screenshot with some HW related info but I need you to tell exactly (I don't know all devices references!)

Which phone, exactly! I saw referenced to whyred in the screenshots, but do tell!
I'm thinking maybe it's a chinese version? I saw some Russian in your text, maybe you are trying something incorrect.

Just tell, I'll try to help you now.

What is your TWRP version? I saw you renamed it in twrp.img. What is the full version?

---------- Post added at 05:55 PM ---------- Previous post was at 05:36 PM ----------

What FW is that, how do you got this 660_GEN_PACK-1.172780.3.174030.1?
It doesn't corresponds to any stable version I know...
 

NiNoX14

Member
Sep 23, 2018
30
0
0
Well... I saw some screenshot with some HW related info but I need you to tell exactly (I don't know all devices references!)

Which phone, exactly! I saw referenced to whyred in the screenshots, but do tell!
I'm thinking maybe it's a chinese version? I saw some Russian in your text, maybe you are trying something incorrect.

Just tell, I'll try to help you now.

What is your TWRP version? I saw you renamed it in twrp.img. What is the full version?

---------- Post added at 05:55 PM ---------- Previous post was at 05:36 PM ----------

What FW is that, how do you got this 660_GEN_PACK-1.172780.3.174030.1?
It doesn't corresponds to any stable version I know...
Xiaomi Redmi Note 5
whyred - short name for this phone
what else do you need ?
https://dl.twrp.me/whyred/twrp-3.2.3-0-whyred.img.html
 

htchd2sucks

Senior Member
May 23, 2010
891
359
83
Xiaomi Redmi Note 5
whyred - short name for this phone
what else do you need ?
https://dl.twrp.me/whyred/twrp-3.2.3-0-whyred.img.html
So it's the global version, are you sure? It matters for the FW...
I know whyred is the shortname, but in fact it's also for the RN5 pro (indian version).
So you are using the latest TWRP then...

Have you tried what I told you about holding buttons? I told you the steps, tell me exactly what you see after the reboot.
 
Last edited:

NiNoX14

Member
Sep 23, 2018
30
0
0
So it's the global version, are you sure? It matters for the FW...
I know whyred is the shortname, but in fact it's also for the RN5 pro (indian version).
So you are using the latest TWRP then...

Have you tried what I told you about holding buttons? I told you the steps, tell me exactly what you see after the reboot.
yes i've tried and still twrp not booting, same old blackscreen
definitely global version
but somehow my manual and other papers were in spanish or something similar anything but english
there is recovery.log: https://paste.omnirom.org/view/e2d3ea1f
 

htchd2sucks

Senior Member
May 23, 2010
891
359
83
yes i've tried and still twrp not booting, same old blackscreen
definitely global version
but somehow my manual and other papers were in spanish or something similar anything but english
there is recovery.log: https://paste.omnirom.org/view/e2d3ea1f
its weird because "by defaul" you shopuzld have chinese recovery...
What about micro sd card, remove any if you have.


By the way, when I hold vol up and power button for 15 seconds until I see the TWRP logo, it goes black a second after.
I know I can release the buttons and press power once again to light the screen again.

---------- Post added at 07:01 PM ---------- Previous post was at 06:54 PM ----------

By the way it's possible that TWRP is too old for your latest firmware because you appears to have "xxxxx17xxxxxx" and I saw the latest stable is only "xxxxxx16xxxxxxx".

I would suggest, since you have ARBV4 and can't easily install older, to try another recovery, such as:
https://forum.xda-developers.com/redmi-note-5-pro/development/twrp-orangefox-recovery-project-t3837547
or
https://forum.xda-developers.com/redmi-note-5-pro/development/recovery-red-wolf-recovery-project-t3766997
You can see an example bug report here:
https://github.com/TeamWin/Team-Win-Recovery-Project/issues/1314
FYI, there's even a workaround, to replace some blob vendor file.

I also have other issues with TWRP, I have the impression this TWRP for whyred is "paused" or even maybe stopped.

---------- Post added at 07:18 PM ---------- Previous post was at 07:01 PM ----------

I updated the thread of Whyred TWRP for you.

He has a latest version there, maybe it contains updated blobs:
twrp-3.2.3-1-whyred.img:
https://www.androidfilehost.com/?fid=1322778262904029848
https://forum.xda-developers.com/redmi-note-5-pro/development/recovery-twrp-3-2-1-0-whyred-t3766113
 
Last edited:

NiNoX14

Member
Sep 23, 2018
30
0
0
its weird because "by defaul" you shopuzld have chinese recovery...

What about micro sd card, remove any if you have.
i've tried without sdcard and there was no change

i have default Mi Recovery
it basically can be booted after you boot into system > turn off > use buttons to boot recovery
more logs
https://paste.omnirom.org/view/d03a276b
https://paste.omnirom.org/view/133173e9

folder with logs without sd: https://drive.google.com/open?id=1VBTmObqpUrBv9IVk29OQ-pFpmAH2eLzS
 

NiNoX14

Member
Sep 23, 2018
30
0
0
its weird because "by defaul" you shopuzld have chinese recovery...
What about micro sd card, remove any if you have.


By the way, when I hold vol up and power button for 15 seconds until I see the TWRP logo, it goes black a second after.
I know I can release the buttons and press power once again to light the screen again.

---------- Post added at 07:01 PM ---------- Previous post was at 06:54 PM ----------

By the way it's possible that TWRP is too old for your latest firmware because you appears to have "xxxxx17xxxxxx" and I saw the latest stable is only "xxxxxx16xxxxxxx".

I would suggest, since you have ARBV4 and can't easily install older, to try another recovery, such as:
https://forum.xda-developers.com/redmi-note-5-pro/development/twrp-orangefox-recovery-project-t3837547
or
https://forum.xda-developers.com/redmi-note-5-pro/development/recovery-red-wolf-recovery-project-t3766997
You can see an example bug report here:
https://github.com/TeamWin/Team-Win-Recovery-Project/issues/1314
FYI, there's even a workaround, to replace some blob vendor file.

I also have other issues with TWRP, I have the impression this TWRP for whyred is "paused" or even maybe stopped.

---------- Post added at 07:18 PM ---------- Previous post was at 07:01 PM ----------

I updated the thread of Whyred TWRP for you.

He has a latest version there, maybe it contains updated blobs:
twrp-3.2.3-1-whyred.img:
https://www.androidfilehost.com/?fid=1322778262904029848
https://forum.xda-developers.com/redmi-note-5-pro/development/recovery-twrp-3-2-1-0-whyred-t3766113
orange installing from twrp so i cant use that
redwolf same - no effect
i don't know how to do this "FYI, there's even a workaround, to replace some blob vendor file."
ill be googling this, if you can link me tutorial or smthing

ill try new version of twrp later ill update this thread
thanks for help by the way
 

htchd2sucks

Senior Member
May 23, 2010
891
359
83
orange installing from twrp so i cant use that
redwolf same - no effect
i don't know how to do this "FYI, there's even a workaround, to replace some blob vendor file."
ill be googling this, if you can link me tutorial or smthing

ill try new version of twrp later ill update this thread
thanks for help by the way
Sorry, I don't know how to actually replace the vendor file myself. Maybe it's about extracting the content of the "twrp.img", replace the file (given in the workaround) and recreate a .img?
I haven't looked at that.
Edit:
I just tried to extract the .img, it extracts only a big file, maybe binary? I don't know how to open.

I am talking in the livechat of TWRP in freenode, for you, right now, but nobody replies to help (they hardly reply to me there).

I updated the TWRP thread to ask if it's dead or paused, the dev hasn't posted since 22 october. TWRP for whyred seems abandonned or paused.

Try Orangefox anyway, even if it's from TWRP; they have updated plenty of things, such as the "PIN/PATTERN" (an issue I have with latest TWRP, which is not in ORangeFox recovery).

Or yes, try the latest twrp-3.2.3-1-whyred.img (it has no changelogs, I don't know the changes).

---------- Post added at 07:49 PM ---------- Previous post was at 07:33 PM ----------

Looks like you created a bug report #1335 in githubTWRP, I think it's related to #1314 (if so, we will probably need to wait for an update).
 
Last edited: