TWRP not starting - Huawei P9 Questions & Answers

Hello everyone
My first entry here, if I do something wrong just tell me please
I've got a problem with my Huawei EVA-L09.
I installed Lineage OS 14.1. The OS is working fine and as expected.
The problem is, the TWRP recovery menu is not starting anymore.
The boot process stuck where it says: Your device has been unlocked and can't be trusted...
Your device is booting now... And there it stays forever.
I tried all recommended TWRP versions downloaded from the official TWRP website:
twrp-3.1.1-0-eva.img21.9M2017-05-17 05:25:04 EDTtwrp-3.1.0-0-eva.img21.9M2017-03-08 07:17:51 ESTtwrp-3.0.2-0-eva.img21.8M2016-06-09 16:47:41 EDT
Here a screenshot of the problem
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
I tried to start recovery menu with the built in lineage os restart option and also with ADB.
I already searched through the forum and asked google as well, there are a lot of similar issues but none of the solutions helped in my case.
Am I using a wrong version?!
Thanks for your help!!
Gruss Philipp

CHBwHite said:
Hello everyone
My first entry here, if I do something wrong just tell me please
I've got a problem with my Huawei EVA-L09.
I installed Lineage OS 14.1. The OS is working fine and as expected.
The problem is, the TWRP recovery menu is not starting anymore.
The boot process stuck where it says: Your device has been unlocked and can't be trusted...
Your device is booting now... And there it stays forever.
I tried all recommended TWRP versions downloaded from the official TWRP website:
twrp-3.1.1-0-eva.img21.9M2017-05-17 05:25:04 EDTtwrp-3.1.0-0-eva.img21.9M2017-03-08 07:17:51 ESTtwrp-3.0.2-0-eva.img21.8M2016-06-09 16:47:41 EDT
Here a screenshot of the problem
View attachment 5185005
I tried to start recovery menu with the built in lineage os restart option and also with ADB.
I already searched through the forum and asked google as well, there are a lot of similar issues but none of the solutions helped in my case.
Am I using a wrong version?!
Thanks for your help!!
Gruss Philipp
Click to expand...
Click to collapse
If, before flashing the custom ROM, you were on Android 7 firmware, use:
twrp-3.1.1-1-eva_extended.img
If you did rebranding and you upgraded to Chinese Android 8, use:
P9-EVA-8.0.0-TWRP-v4.img
If you were on the old Android 6, then use:
P9-EVA-TWRP-Android-6.img
You can find all of them on my old Mega share (I've no more P9 but didn't delete yet):
3.1 KB folder on MEGA
10 files
mega.nz
After flashing TWRP you must immediately reboot one time to TWRP (otherwise, system will overwrite TWRP with the stock Recovery)

Hi zgfg
I'm impressed how fast and detailed this answer was. It works with version 3.1.1.1!
Thank you so much and have a good evening!

Related

Update Sultan CM 2016-12-11 to 2016-12-27 does not work for my device.

I had a perfectly running Sultan CM13. (with nano gapps and SuperSU2.79) and twrp3.0.2.0 as recovery.
Now i wanted to install the update ota but had a failuremessage:
Unable to mount storage. See picture.
Phone was doing nothing apparently, so switched it off after over 10 minutes. Lucky me, it rebooted fine into the old system.
Now what is the error? What should I do before trying to update it again?
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
??
Link to the picture: ttps://forum.xda-developers.com/picture.php?albumid=13868&pictureid=54885
(if it is a functional link the forum does change it?!)
https://forums.oneplus.net/threads/solved-help-twrp.320530/
Also, not sure if you understand c++
Code:
void ActionThread::threadActions(GUIAction *act)
{
pthread_mutex_lock(&m_act_lock);
if (m_thread_running) {
pthread_mutex_unlock(&m_act_lock);
LOGERR("Another threaded action is already running -- not running %u actions starting with '%s'\n",
act->mActions.size(), act->mActions[0].mFunction.c_str());
} else {
m_thread_running = true;
pthread_mutex_unlock(&m_act_lock);
ThreadData *d = new ThreadData(this, act);
pthread_create(&m_thread, NULL, &ActionThread_work_wrapper, d);
}
}
Basically it looks like multiple threads are being run. Try just restarting the pone and the installation in twrp and see what happens.
If you still have the same issue, maybe try re-downloading the nougat update.
m0d hippĀ„ said:
Basically it looks like multiple threads are being run. Try just restarting the pone and the installation in twrp and see what happens.
If you still have the same issue, maybe try re-downloading the nougat update.
Click to expand...
Click to collapse
Tried it again. It says, it Can't mount storage, than aborts and shows the twrp start screen.
Is there a log anywhere, that I could copy and post to the forum?
AND, what / why / whatever nougat. We are talking about CM sultan.
OP3TDE said:
Tried it again. It says, it Can't mount storage, than aborts and shows the twrp start screen.
Is there a log anywhere, that I could copy and post to the forum?
AND, what / why / whatever nougat. We are talking about CM sultan.
Click to expand...
Click to collapse
Advancded->copy log
Do you have a pattern lock on the phone?
Is the pattern bigger than 3x3?
Is TWRP asking you for a password instead of a pattern for decrypting the system?
nvertigo67 said:
Advancded->copy log
Click to expand...
Click to collapse
Saw this, but than it said copy to SD Card. Made me wonder. But will try it.
Red_M said:
Do you have a pattern lock on the phone?
Is the pattern bigger than 3x3?
Is TWRP asking you for a password instead of a pattern for decrypting the system?
Click to expand...
Click to collapse
no, got a pin with 7 numbers.
But I have done some more reading and now I believe it is because I got still the first TWRP version 3.0.2.0. Installed it on the 16.12.2016.
And this is the one with the encryption problems.

Can't install TWRP

Hey!
I am not being able to install TWRP since I returned to my Rom stock.
My device is xt1064 (bought in florida)
Does anyone know any solution?
Methods I tried:
1)by doing it via fastboot: This message appears when I do it
View attachment 4157542
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
2)Via android: I tried to root my phone and later install it via the official application. unfortunately I don't know any application to root in marshmallow, so I installed stock android kit kat, I rooted my phone and later installed twrp on the application.
the problem was that I was unable to flash things, or basicly I wasn't able to do anything with it because everything failed.
I installed marshmallow again, because twrp failed after I deleted everything.
Does Anyone know a solution?
I apologize for my bad grammar. I am 15 years old and I am from Argentina.
Greetings.
Fcu12004 said:
Hey!
I am not being able to install TWRP since I returned to my Rom stock.
My device is xt1064 (bought in florida)
Does anyone know any solution?
Methods I tried:
1)by doing it via fastboot: This message appears when I do it
2)Via android: I tried to root my phone and later install it via the official application. unfortunately I don't know any application to root in marshmallow, so I installed stock android kit kat, I rooted my phone and later installed twrp on the application.
the problem was that I was unable to flash things, or basicly I wasn't able to do anything with it because everything failed.
I installed marshmallow again, because twrp failed after I deleted everything.
Does Anyone know a solution?
I apologize for my bad grammar. I am 15 years old and I am from Argentina.
Greetings.
Click to expand...
Click to collapse
Did you try this guide??
https://forum.xda-developers.com/moto-g-2014/general/xt1063-t3018818
avrockz11 said:
Did you try this guide??
https://forum.xda-developers.com/moto-g-2014/general/xt1063-t3018818
Click to expand...
Click to collapse
I didn't, but I did the same thing. Btw the error I'm having is the same that someone had on the last page
Solved it?
How?
irisclara said:
How?
Click to expand...
Click to collapse
I did it again on another pc and somehow worked.
I don't know why it worked, because I tried before on that one and didn't work.

how to install custome recovery in lenovo k3 note (Marshmallow)

I update my phone from lollipop to Marshmallow.
Now I try many times to install TWRP recovery with many different versions but it can't work and boot... Please give me solution for this.. model no. Is Lenovo k50a30.
mayurchhapra said:
I update my phone from lollipop to Marshmallow.
Now I try many times to install TWRP recovery with many different versions but it can't work and boot... Please give me solution for this.. model no. Is Lenovo k50a30.
Click to expand...
Click to collapse
I think your model number is k50a40. Follow this guide for flash TWRP recovery.
https://forum.xda-developers.com/k3-note/general/sp-flash-tool-tutorial-to-install-twrp-t3346041
I've installed the latest stable firmware by SP Flash (K50-T5_USR_ST1614_5.294.1_1604011150_mp1V2.39_CN) but now I was reading about that the Marshmallow roms need to be flashed with patched boot image for custom recoveries. I've just found S422_Patched_boot.img (I hope that file is all what I need). Could sb explain me how to do this?? The next move will be gapps/root and finally try to fix IMEI on my yellow but I am stuck...
kandolkandol said:
I've installed the latest stable firmware by SP Flash (K50-T5_USR_ST1614_5.294.1_1604011150_mp1V2.39_CN) but now I was reading about that the Marshmallow roms need to be flashed with patched boot image for custom recoveries. I've just found S422_Patched_boot.img (I hope that file is all what I need). Could sb explain me how to do this?? The next move will be gapps/root and finally try to fix IMEI on my yellow but I am stuck...
Click to expand...
Click to collapse
I don't know flashing patched boot.img is required to flash custom recovery. I flashed custom recovery directly without flashing patched boot image and it working well.
OK I did it. If u have K30-T5 (MarshalRom 6.0) it will works. Instruction below.
1. Copie K50-T5_PATCHED_BOOT_1621_DEV.RAR file to your device
2 Flash TWRP 3.x via SP Flash
3. Enter to the installed Recovery Mode
4. Choose instal that file what I've wrote above
5. Swipe to confirm Flash
6. Reboot system
I want to fix my IMEI now. I'd like to use SN Writer but I don't know which file MD1DB, and APDB should I select on Marshmallow.
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}

Question Redmi Note 10 Pro Bricked No way out. Cannot flash anything.

Unable to flash rom. Rom deleted. NO ROM installed. Recovery doesn't ask for password so.. not able to install anything. After some instructions i changed the file systems and fixed the 0mb problem but when rebooted it got back again same problem
If installed om loops into fastboot or recovery. I tried normal fastboot official rom not able to bcoz of many errors. -one error was the redmi logo loops around and around. What should i do Please help. Thanks.
Try the Xiaomi Tool V2 (by Francesco Tescari) Beta version. Had a similar problem using the wrong TWRP, which resulted in a fastboot loop. That tool helped me solving this issue and flashed the official rom without problems.
romuser87 said:
Try the Xiaomi Tool V2 (by Francesco Tescari) Beta version. Had a similar problem using the wrong TWRP, which resulted in a fastboot loop. That tool helped me solving this issue and flashed the official rom without problems.
Click to expand...
Click to collapse
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
which one to choose?????
thanks BTW
God_saved_an_idiot said:
View attachment 5465079
which one to choose?????
thanks BTW
Click to expand...
Click to collapse
I choose sweet andoriod but it didnt work Alternative method needs Mi recovery i have twrp recovery
romuser87 said:
Try the Xiaomi Tool V2 (by Francesco Tescari) Beta version. Had a similar problem using the wrong TWRP, which resulted in a fastboot loop. That tool helped me solving this issue and flashed the official rom without problems.
Click to expand...
Click to collapse
after trying alternative method
romuser87 said:
Try the Xiaomi Tool V2 (by Francesco Tescari) Beta version. Had a similar problem using the wrong TWRP, which resulted in a fastboot loop. That tool helped me solving this issue and flashed the official rom without problems.
Click to expand...
Click to collapse
tysm it worked out by that software
Ive had the same message above after downloading and installing the rom. However, it still worked.
God_saved_an_idiot said:
View attachment 5465109
after trying alternative method
Click to expand...
Click to collapse
I'm getting this error - how did you get around it??

Question Redmi 9T NFC codename "lemon" problema with OSS ROMs

Hi guys, I have this phone and despite how much I try and how many guides I follow, I can't boot with any OSS ROM. Plus, any recovery that isn't OFOX 11.1 doesn't boot. Currently i'm on crDROID 8.7. Any help Is appreciated and thanks in advance!
Same issue here. I tried Pixel Experience, CrDroid, ProjectElixir and nothing worked. The phone would turn off after showing the "Mi" logo for a few seconds. I did find a working TWRP though, but I can't find a link to it anywhere now :/
Recovery for Xiaomi devices - Browse /lime at SourceForge.net
List of relevant recovery in one place
sourceforge.net
straightcore said:
Recovery for Xiaomi devices - Browse /lime at SourceForge.net
List of relevant recovery in one place
sourceforge.net
Click to expand...
Click to collapse
Hi. For me worked this recovery: twrp-3.6.0_10-1-lime-brigudav.img
I think pitch black recovery works roo. About roms, i think the xiaomi.eu roms are the only one stable, who boot, in this version of redmi 9t with nwt panel/touch.
Cicciopanza, where did you find that rom (crDROID 8.7) who works on lemmon device. Can you provide a link to rom and did you installed a custom kernel before installing crDROID 8.7 ?
I'm on PixelExperience Plus (android 12) and i think it's a very good rom!
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
diaconu.silviu said:
I'm on PixelExperience Plus (android 12) and i think it's a very good rom!
Click to expand...
Click to collapse
Hi. I have the same model of redmi 9t ,codename lemon, and i managed to install only a custom recovery of this phone and that's it. Custom roms can't boot after i install from twrp brigudav. Can you put here files you used for instalation of pixelexperienceplus 12 and describe steps you did for a succesful instalation ? Did you flashed a custom kernel before/after installing the rom ? Describe the steps and put links with rom/twrp/other files you used if you can. Pls help and thanks.
How to: https://wiki.pixelexperience.org/devices/chime/install/
Rom: https://download.pixelexperience.or...ce_Plus_chime-12.1-20221125-0333-OFFICIAL.zip
Recovery:
Home - Pixel Experience
Home - Pixel Experience
download.pixelexperience.org
This was my first attempt to install a custom rom, luckily it worked like a charm! Good luck!

Categories

Resources