problem P8 lite - P8lite Q&A, Help & Troubleshooting

please can someone help me
after installing TWRP Recovery my huawei p8 lite is bloqued on menu twrp
reboot --- system
he return too twrp menu
:crying::crying::crying::crying::crying:

Just download the file:
https://mega.nz/#!lEcGQZCC!X2fmOZ-ShY-Kx-9lwnSUN16Vo52_aU0i4K1KmdBW64Q
Boot up into fastmode: vol down + on off button at the same time for 10 seconds
Make sure your usb cable is connected to your computer.
Extract the zip file to your computer.
Go into a command prompt and go to the unzipped directory.
Once in the directory type the command : mfastboot flash recovery recovery.img
Now the stock recovery should be installed on your system.
If the system still does not startup try the bat file FLASH-ALL.bat in the same unzipped directory. (this will erase all your data !!!)

Related

Can't boot to twrp

Ok so i tried a lot of different things but my phone just doesn't want to boot to twrp. I flashed twrp but the phone always boots up erecovery.
What am i doing wrong?
Did you try the simplest command? Connect the phone to PC and open CMD or Windows PowerShell then run : adb reboot recovery
Also you can use Huawei Multi Tool 8 to boot into Recovery (Root tab -> Restart to Recovery).
i figured out what the problem was... I was flashing a zip file with a batch file in it via fastboot XD...
czd777 said:
i figured out what the problem was... I was flashing a zip file with a batch file in it via fastboot XD...
Click to expand...
Click to collapse
You should flash twrp.IMG file via fastboot mode

Bricked P9 Lite

Hey peeps, need some advice/help desperately please
Situation:
P9 Lite on Marshmallow vns-l23c605b120
Bootloader:locked
FRP:Locked
Phone:Locked
Tried to update to Nougat and it failed and now I'm stuck between erecovery (which serves absolutely no purpose at this point) and fastboot mode, I've gotten into recovery once or twice but factory reset fails as well. I've tried the same firmware that is currently installed and that fails too, which is perplexing to me. I'm pretty much at my wits end and I really need some help.
Solution
1. Download C432B160 Huawei Extractor and SRK Tool Huawei
2. Prepare your unlock bootloader code
3. Unpack UPDATE.APP by Huawei Extractor (You need files: boot.img, system.img, recovery.img, cust.img)
4. Go to folder SRK Tool Huawei -> Command
5. Put *.img files to Command folder
6. Put UPDATE.APP (Not extracted) on your sdcard in folder "dload"
6. Hold Shift + right right mouse button "Open the command line here"
7. Plug your phone in fastboot mode (vol- and power button then fast plug USB)
8. Type in cmd "fastboot devices" (Now you probably see your device)
9. Type:
fastboot oem unlock xx"your bootloader unlock code"xx
fastboot flash recovery recovery.img
fastboot flash boot boot.img
fastboot flash cust cust.img
fastboot flash system system.img (that command takes 2-3 minutes)
10. Unplug Your device
11. Hold vol- vol+ and power button, it will install UPDATE.APP from your sdcard
12. Done!
najjannajS650 said:
1. Download C432B160 Huawei Extractor and SRK Tool Huawei
2. Prepare your unlock bootloader code
3. Unpack UPDATE.APP by Huawei Extractor (You need files: boot.img, system.img, recovery.img, cust.img)
4. Go to folder SRK Tool Huawei -> Command
5. Put *.img files to Command folder
6. Put UPDATE.APP (Not extracted) on your sdcard in folder "dload"
6. Hold Shift + right right mouse button "Open the command line here"
7. Plug your phone in fastboot mode (vol- and power button then fast plug USB)
8. Type in cmd "fastboot devices" (Now you probably see your device)
9. Type:
fastboot oem unlock xx"your bootloader unlock code"xx
fastboot flash recovery recovery.img
fastboot flash boot boot.img
fastboot flash cust cust.img
fastboot flash system system.img (that command takes 2-3 minutes)
10. Unplug Your device
11. Hold vol- vol+ and power button, it will install UPDATE.APP from your sdcard
12. Done!
Click to expand...
Click to collapse
He has VNS-L23C605B120...
FunnkyHD said:
He has VNS-L23C605B120...
Click to expand...
Click to collapse
So sorry, he need to use files for his device, but i mean that procedur will be same
najjannajS650 said:
1. Download C432B160 Huawei Extractor and SRK Tool Huawei
2. Prepare your unlock bootloader code
3. Unpack UPDATE.APP by Huawei Extractor (You need files: boot.img, system.img, recovery.img, cust.img)
4. Go to folder SRK Tool Huawei -> Command
5. Put *.img files to Command folder
6. Put UPDATE.APP (Not extracted) on your sdcard in folder "dload"
6. Hold Shift + right right mouse button "Open the command line here"
7. Plug your phone in fastboot mode (vol- and power button then fast plug USB)
8. Type in cmd "fastboot devices" (Now you probably see your device)
9. Type:
fastboot oem unlock xx"your bootloader unlock code"xx
fastboot flash recovery recovery.img
fastboot flash boot boot.img
fastboot flash cust cust.img
fastboot flash system system.img (that command takes 2-3 minutes)
10. Unplug Your device
11. Hold vol- vol+ and power button, it will install UPDATE.APP from your sdcard
12. Done!
Click to expand...
Click to collapse
Ultimate unbrick guide!
EDIT: @k1ll3r8e 's toolkit can do all that with mouse clicks ?
Hello, I’m in pretty much the same situation but I can’t even access fastboot. Also, eRecovery cannot download any package.
I think the only option I have is to flash a new OTA via microSD.
My Huawei is a VNS-L21C432B160.
Yes, try to download the full version of VNS-L21C432B160 and flash it via SD card

Go back to the original firmware for all Huawei-Series via UPDATE.APP extract.

If you want to go back to the original firmware. Here is a little guide.
First, download your firmware at https://easy-firmware.com/home/browse/category/id/337/.
Then you extract the UPDATE.APP from this archive.
Next, load the splitupdater from here: https://github.com/marcominetti/split_updata.pl.
Moves the folder split under Downloads and copies the UPDATE.APP into it.
Then open the terminal and enter the following.
1. cd downloads
2. ls
3. cd split
4. # copy splitupdate, crc and UPDATE.APP files
5. chmod + x splitupdate
6. chmod + x crc
7. ./splitupdate UPDATE.APP
Now you boot your Huawei in the fast boot mode first connect the USB cable and at the same time hold down the volume down button until the Fastboot mode appears.
Then you just need to install the files BOOT.img, RECOVERY.img and SYSTEM.img via the terminal with the following command. The 3 files can be found in the split output folder.
1. fastboot devices
2. fastboot flash boot BOOT.IMG
3. fastboot flash recovery RECOVERY.img
4. fastboot flash system SYSTEM.img
5. fastboot reboot
Now you have a fresh clean install again.
I hope that the guide will help you with missteps of Custom Roms that are listed here.
Greetings Jack241287

install PitchBlack Recovery on Redmi Note 6 Pro [PBRP]

1. First Unlock the Bootloader of Your Phone. (Attention: Unlocking the bootloader will erase all your data! So please back up your data before you unlock the bootloader)
2. Download The PitchBlack Recovery zip file here.
3. Download the Platform Tools folder here and unzip the folder on your desktop.
4. Unzip the PitchBlack Recovery zip folder and copy the recovery.img form TWRP folder and paste in the Platform tool folder.
5. Enter the fastboot mode by holding together "Volume Down + Power" and connect your device to your computer via USB cable (best would be the original cable)
6. Opne the command Prompt WIndow son the Platforms tool folder.
7. Now enter the following command to flash recovery.
fastboot flash recovery recovery.img
8. Now boot your phone in recovery.
fastboot boot recovery.img
9. Once your phone PBRP recovery copy the Pitch Balck Recovery Zip in the phone.
10. Install the Pitch Balck Recovery Zip file.
11. Reboot > System
Done
.

			
				
Hi,
I installed this recovery. But evry time I boot into recovery, it said enter password. Then I installed DM verity disabler. after that installed this recovery zip file. Now seems working.
But, when I checked the developer options, it isn't showing device is unlocked. It says "this device is locked", and it wants me to bind account to unlock.
I checked by fastboot, and it says device unlocked = true.
Why developer options shows device is locked?
Installed rom is global stable 10.0.5.0
What must I do to developer options unlock status show true(locked).
thanks...
cannot mount storage, please help

Message of dm-verity on TWRP Recovery website

I'm using android Pie(stock rom) on mi a1. I want to flash Lineageos for microG. On TWRP Recovery website, it says this device(mi a1-tissot) uses dm-verity and in order to bypass dm-verity's boot prevention, you will have to install a kernel that has dm-verity disabled in fastboot.
I'm completely new in the realm of flashing custom roms. And no website and youtube video talks about dm-verity in a clear manner:crying:. So what steps exactly should I follow to install Lineageos for microG?
Also, my phone(data) is encrypted. And I can't find a way to decrypt it. Will it affect flashing TWRP Recovery or Lineageos?
wHY did not anybody answer guys?
Here are the steps to install TWRP and maybe a custom ROM:
1.Make sure to have USB Debugging activated
2.Put the Mi A1 in Fastboot Mode(Volume Down+Power)
3.Connect your phone to your PC
4.Make sure to have downloaded platform-tools
5.Download the .img TWRP file and copy it in the platform-tools folder
6.Hold Shift and right Click in the platform-tools folder,and click onpen a PowerShell window here
7.Type fastboot devices or .\fastboot devices(for me the second worked)
8.Now write fastboot boot twrp.xx.xx.xx.img(here Goes the name of your .img TWRP file)
9.After 15 seconds,you will probably see a warning that asks You to swipe to allow modifications.Don't swipe.Press on:Keep read only.
10.From this point,You can install every custom ROM,You can install Magisk.
Hope this helped You out!
TheAlmigthyOne said:
Here are the steps to install TWRP and maybe a custom ROM:
1.Make sure to have USB Debugging activated
2.Put the Mi A1 in Fastboot Mode(Volume Down+Power)
3.Connect your phone to your PC
4.Make sure to have downloaded platform-tools
5.Download the .img TWRP file and copy it in the platform-tools folder
6.Hold Shift and right Click in the platform-tools folder,and click onpen a PowerShell window here
7.Type fastboot devices or .\fastboot devices(for me the second worked)
8.Now write fastboot boot twrp.xx.xx.xx.img(here Goes the name of your .img TWRP file)
9.After 15 seconds,you will probably see a warning that asks You to swipe to allow modifications.Don't swipe.Press on:Keep read only.
10.From this point,You can install every custom ROM,You can install Magisk.
Hope this helped You out!
Click to expand...
Click to collapse
I found this thread by doing something wrong that you mentioned. I didn't swipe to allow modifications and now the TWRP can't flash anything. Tried every remedy I can find but nothing. It can wipe system though, but not restore it so now I'm stuck in bootloops. Damn, idk what to do.
Dear Zentom,for me,that method worked.But,I can help you get out of that situation
1.Make sure to have your bootloader unlocked
2.Download the stock ROM for Mi A1
3.Boot into Fastboot Mode
4.Extract the stock ROM archive
5.Copy all the extracted files into the platform-tools folder
6.Find a .bat file names "flash-all"
7.Open it
8.After 15 minutes or so,your phone will boot.
Hope I helped you!
TheAlmigthyOne said:
Dear Zentom,for me,that method worked.But,I can help you get out of that situation
1.Make sure to have your bootloader unlocked
2.Download the stock ROM for Mi A1
3.Boot into Fastboot Mode
4.Extract the stock ROM archive
5.Copy all the extracted files into the platform-tools folder
6.Find a .bat file names "flash-all"
7.Open it
8.After 15 minutes or so,your phone will boot.
Hope I helped you!
Click to expand...
Click to collapse
Thanks, but I flashed the stock rom from twrp anyway. Though I had to flash the October 2019 ROM. Do you know anywhere where one can get an updated one?
If You want the latest stock ROM,this is:https://drive.google.com/file/d/1yVWv4hiTSk-3zai-4u2c2OcLpRdFL_J6/view

Categories

Resources