Question Arrow Recovery to TWRP? - Xiaomi Poco F3 / Xiaomi Mi 11X / Redmi K40

Hi guys, having trouble putting this back to TWP. Any guide please?
Thank you!

open computer install sdk platform tools
download twrp that you want
rename it to boot or boot.img (if no extension file written)
extract the sdk platform tools zip
put the twrp file inside the platform tool
on the upper of your screen theres a directory path click it and type cmd it will pop up
reboot phone to fastboot and connect usb cable phone to pc
type in cmd fastboot boot boot.img
copy twrp img or file in your phone
once booted to twrp go to advance install recovery ramdisk then reboot recovery
viola arrow recovery to twrp has been done

Related

No more recovery

Hello! First of all sorry for my explanations but i'm not English. I'm S-off and tried to flash a new recovery through Android Flasher but since I can't acces the recovery anymore ! Please help me I would be grateful
Try it via fastboot.
1.Download the desired recovery .img file from the site.
2. Download android SDK from official site, and run SDK Manager. When it is running, then install the platform-tools (revision 3 ATM), too.
3. Copy the file (.img) you downloaded into the android SDK folder, where fastboot.exe is located.
4. Reboot your phone into fastboot (holding down BACK+POWER keys when the phone is switched off) - it should show FASTBOOT USB.
4a. Make sure you have the USB drivers installed (for me HTC sync is not needed, i used the UNREVOKED USB drivers instead)
5. Fastboot flash. navigate to your android SDK directory in Command Promt (CMD.EXE) then run these commands:
a, fastboot flash recovery clockworkmod2518.img (or whatever is the name of the file)
b, fastboot reboot-bootloader
c, fastboot erase cache
6. You have now the recovery installed.
You don't have to have access to the recovery to flash anything that uses fastboot. For fastboot do what davebugyi said, if you want to use the Android Flasher, just boot into the rom or even better, boot into the bootloader. It works a charm. Fastboot has never worked for me for some weird reason, never have gotten it to work but the Android Flasher works.

Help with Android Flasher

I am trying to change my recovery with this tool but have come up against problems. I open up the program and then select recovery. The phone then reboots into fastboot usb as expected and then it say can not find recovery.img. I obviously have put the recovery img in the data folder and have also tried renaming it recovery.img. I am sure I am being thick but I have spent a bit of time and thought someone must have a quick answer?
Thanks in advance
You have to put the recovery.img in some place on your computer, not on the phone.
Swyped from my HTC Desire using XDA App
The recovery image is on the computer in the date folder that is created by unzipping andriod flasher, all the drivers are installed and I am s off etc.
I hope the recovery you want to flash is for your phone?!
I would give up android flasher, and do it directly via fastboot:
Copy recovery.img in the folder of android sdk, open command line, go to tools folder of android sdk, boot your phone into fastboot, connect it to your computer via usb and enter:
Code:
fastboot flash recovery recovery.img
Swyped from my HTC Desire using XDA App
I am simply trying to flash CWM 3.2.0.1 I think it is, think I might just leave it with the alpha rev recovery that came as part of the s off procedure
hi,
to do what mattdroid says, you need adb sdk install or brwse to your android flasher with cmd line.
best is to declare variable environnement into win.
quiet simple:
1/righ click onto my computer sekect property
2/select adnvanced tab
3/ hit environment varaiables button
4/first part [user environment variable for (users)]
===> select new - a popup come up into variable name write [path] whitout bracket
==============================>variable value write [c:\the path\whereandroidflasheris] whitout bracket.
now just log off and log in.
open dos prompt and just type:
Code:
fastboot erase recovery
fastboot flash recovery c:\wheretherecoveryis\recovery.img
fastboot reboot
should do the trick
hope this help

Stock ROM problem

I had flashed STOCK ROM on my HTC wildfire s a510e but my mobile gets stucked on HTC logo screen. I have tried installing ROM many times by wiping data, wiping factory data, wiping delvik cache but still gets problem.I tried to flash superwipe but gets error as Installation abandoned.
So I downloaded Indian RUU for my mobile and followed guide of another forum on how to install it. but when I run that, phone boots but gets 171 error and I am being asked to connect usb properly where as I have connected it properly.
Please help fried. What should I do now?
No one here who can help in regarding this problem. Please Friends.
anupdada said:
No one here who can help in regarding this problem. Please Friends.
Click to expand...
Click to collapse
hey bro , open that ruu , and when it comes to welcome screen. dont proceed with installation, when it comes to welcome screen it extracts the files in temporary folder this is where you will find the STOCK ROM , go to temporary folder by following these instructions
1-Go to start menu
2-Open Run
3-Write
Code:
%TEMP%
4-Hit enter
Now in that folder search for ROM.zip (use the search option , you may get ROM1.zip and ROM2.zip , In that case select ROM1.zip)
When you will get this zip file , extract it to a folder in desktop , name the folder ROM
Now if you have android-sdk with the adb drivers then skip this text in blue and copy the adb adbwinapi and fastboot files to ROM folder on desktop, if you dont know what i am talking about then read the text in blue,
Download this http://www.mediafire.com/?81ao1oct0g533uj n then extract it in ROM folder , so in rom folder you will have three new files, adb adbwinapi and fastboot..
now open Command prompt by these steps
1-Open start menu
2-Open run
3-Type
Code:
CMD
hit enter
Now in this cmd write each code and press enter
Code:
cd desktop
Code:
cd ROM
now put your cell phone in bootloader mode , then go to fastboot option ,
then go to ROM folder , and check if you have these files
BOOT.img
System.img(it can be system-yaffs.img or something similar , rename it to system.img)
Now affter going to fastboot menu in mobile connect it with pc .
Now write these commands , press enter after each commmand and wait till it flashes
Code:
fastboot flash boot boot.img
Code:
fastboot flash system system.img
after this , reboot to recovery (CWM recovery) and wipe your data then power it on :good: it will be working then
mhrsolanki2020 said:
hey bro , open that ruu , and when it comes to welcome screen. dont proceed with installation, when it comes to welcome screen it extracts the files in temporary folder this is where you will find the STOCK ROM , go to temporary folder by following these instructions
1-Go to start menu
2-Open Run
3-Write
Code:
%TEMP%
4-Hit enter
Now in that folder search for ROM.zip (use the search option , you may get ROM1.zip and ROM2.zip , In that case select ROM1.zip)
When you will get this zip file , extract it to a folder in desktop , name the folder ROM
Now if you have android-sdk with the adb drivers then skip this text in blue and copy the adb adbwinapi and fastboot files to ROM folder on desktop, if you dont know what i am talking about then read the text in blue,
Download this http://www.mediafire.com/?81ao1oct0g533uj n then extract it in ROM folder , so in rom folder you will have three new files, adb adbwinapi and fastboot..
now open Command prompt by these steps
1-Open start menu
2-Open run
3-Type
Code:
CMD
hit enter
Now in this cmd write each code and press enter
Code:
cd desktop
Code:
cd ROM
now put your cell phone in bootloader mode , then go to fastboot option ,
then go to ROM folder , and check if you have these files
BOOT.img
System.img(it can be system-yaffs.img or something similar , rename it to system.img)
Now affter going to fastboot menu in mobile connect it with pc .
Now write these commands , press enter after each commmand and wait till it flashes
Code:
fastboot flash boot boot.img
Code:
fastboot flash system system.img
after this , reboot to recovery (CWM recovery) and wipe your data then power it on :good: it will be working then
Click to expand...
Click to collapse
Oh my god. I am very much thankful to you my friend. It worked. Yahoo. Pls do one more favor. Pls Tell what can I do about flashable ROM of Marvel. Its get flashed properly but than it gets stucked to HTC logo screen. Thanks once again.

ASUS Fonepad 7 FE170CG firmware need please help

hello dear sir
i have ASUS Fonepad 7 FE170CG
so i download
all firmware from here
http://www.asus.com/Tablets_Mobile/ASUS_Fonepad_7_FE170CG/HelpDesk_Download/
but can not know how to flsah my device
plz help thanx
any one tell me how to flash i put firmware zip inside sd card and press sd download but its said cant found firmware img
nokia alkng said:
any one tell me how to flash i put firmware zip inside sd card and press sd download but its said cant found firmware img
Click to expand...
Click to collapse
Just place the downloaded firmware (UL-xxx.zip) into root folder on your internal storage or external sdcard. The system will automatically recognize it and asking do you want to flash it.
Just make sure you had the correct regional firmware (mine was WW)
edors said:
Just place the downloaded firmware (UL-xxx.zip) into root folder on your internal storage or external sdcard. The system will automatically recognize it and asking do you want to flash it.
Just make sure you had the correct regional firmware (mine was WW)
Click to expand...
Click to collapse
mine is also WW for model no-K012
BT i want to know as how will i flash if the device doesnt turns i.e stuck at logo like problem.....
is there any method if so please elaborate
vks.sud said:
mine is also WW for model no-K012
BT i want to know as how will i flash if the device doesnt turns i.e stuck at logo like problem.....
is there any method if so please elaborate
Click to expand...
Click to collapse
Rename your downloaded firmware to K012_sdupdate.zip then copy to your MICROSD. Now you just have to go into droidboot mode.
Follow the step below to go into droidboot. (Start by turn off your device).
1. If you had never update to kitkat before, go into droidboot by holding VOL DOWN + POWER until droidboot menu is present.
2. If you have update to kitkat before (or currently on kitkat), boot into droidboot by holding VOL UP + POWER until menu is present.
Next step depend on menu that appear on your droidboot menu:
1. If you had SD UPDATE option presented on the MOST BELOW option, go on and select it. (Beware, you should choose SD UPDATE not SD DOWNLOAD)
2. If your menu doesnt show SD UPDATE, then you had to choose RECOVERY.
I think thats all to do, your device must have start the update process by now.
CMIIW
But there is no recovery mode in this device like cwm or twrp..............
have a look.....
in the video below i have started in recovery without puting the firmware archieve in sdcard....will it surely work...
and one thing more is there ant way to install cwm or twrp or any other recovery on this device......
Flash fonepad firmware
It's very easy. Just put the downloaded zip file in the root of you internal memory and you will see a notification which says it has detected a new update file. Tap on it and install.
Good luck
Ali Erfani said:
It's very easy. Just put the downloaded zip file in the root of you internal memory and you will see a notification which says it has detected a new update file. Tap on it and install.
Good luck
Click to expand...
Click to collapse
but this can be done when the device starts what if it is in bootloop or hang on boot logo
vks.sud said:
but this can be done when the device starts what if it is in bootloop or hang on boot logo
Click to expand...
Click to collapse
Then you need to use ADB tools and fastboot. Before anything you need to download the attached files which contains ADB tools and intel usb drivers. Download the files and extract it somewhere . Go to "intelandroiddrvsetup1.1.5.zip" and install the drivers. Then Power off your tablet. Hold down the Volume + and Power and rlease at the Asus logo comes up. Now you will see the fastboot menu.
Connect your tablet to your PC. Now go to the folder you extracted the zip file. Press the Shift key and Right click somewhere in the folder. Choose "open command window here".
Then type this commands one by one and press Enter:
fastboot erase cache
fastboot erase system
fastboot erase userdata
Then you need you flash the a stock firmware. Download the appropriate firmware from Asus website. There are three .img files in the firmware zip file (fastboot.img, boot.img, splashscreen.img). Copy all these three files to the extracted folder. Now type the following command in the command window one by one:
fastboot flash fastboot fastboot.img
fastboot flash boot boot.img
fastboot flash splashscreen splashscreen.img
The last step is that you should put the firmware zip file on your external SD card. Rename it to k012_sdupdate.zip
Now use the volume keys on you tablet to choose the Recovery (if you have updated to 4.4.2) or SD Update (if your android version was 4.3). Press the Power to choose it. The tablet will reboot and flash the firmware.
Ali Erfani said:
Then you need to use ADB tools and fastboot. Before anything you need to download the attached files which contains ADB tools and intel usb drivers. Download the files and extract it somewhere . Go to "intelandroiddrvsetup1.1.5.zip" and install the drivers. Then Power off your tablet. Hold down the Volume + and Power and rlease at the Asus logo comes up. Now you will see the fastboot menu.
Connect your tablet to your PC. Now go to the folder you extracted the zip file. Press the Shift key and Right click somewhere in the folder. Choose "open command window here".
Then type this commands one by one and press Enter:
fastboot erase cache
fastboot erase system
fastboot erase userdata
Then you need you flash the a stock firmware. Download the appropriate firmware from Asus website. There are three .img files in the firmware zip file (fastboot.img, boot.img, splashscreen.img). Copy all these three files to the extracted folder. Now type the following command in the command window one by one:
fastboot flash fastboot fastboot.img
fastboot flash boot boot.img
fastboot flash splashscreen splashscreen.img
The last step is that you should put the firmware zip file on your external SD card. Rename it to k012_sdupdate.zip
Now use the volume keys on you tablet to choose the Recovery (if you have updated to 4.4.2) or SD Update (if your android version was 4.3). Press the Power to choose it. The tablet will reboot and flash the firmware.
Click to expand...
Click to collapse
what do u mean by choose the Recovery (if you have updated to 4.4.2) ..there is no custom recovery for this tablet???
vks.sud said:
what do u mean by choose the Recovery (if you have updated to 4.4.2) ..there is no custom recovery for this tablet???
Click to expand...
Click to collapse
I mean before you had this problem. The fastboot menu is different for Android 4.3 and 4.4
I don't know if there is a custom ROM for this tablet or not!!!
Help! I cant access my fastboot, how can flash rom? Or is there a way to flash flashboot? Thanks
Everyime i turn on my device its just usb icon them turns off.
Thank You!
Your procedure worked perfectly.
Ali Erfani said:
Then you need to use ADB tools and fastboot. Before anything you need to download the attached files which contains ADB tools and intel usb drivers. Download the files and extract it somewhere . Go to "intelandroiddrvsetup1.1.5.zip" and install the drivers. Then Power off your tablet. Hold down the Volume + and Power and rlease at the Asus logo comes up. Now you will see the fastboot menu.
Connect your tablet to your PC. Now go to the folder you extracted the zip file. Press the Shift key and Right click somewhere in the folder. Choose "open command window here".
Then type this commands one by one and press Enter:
fastboot erase cache
fastboot erase system
fastboot erase userdata
Then you need you flash the a stock firmware. Download the appropriate firmware from Asus website. There are three .img files in the firmware zip file (fastboot.img, boot.img, splashscreen.img). Copy all these three files to the extracted folder. Now type the following command in the command window one by one:
fastboot flash fastboot fastboot.img
fastboot flash boot boot.img
fastboot flash splashscreen splashscreen.img
The last step is that you should put the firmware zip file on your external SD card. Rename it to k012_sdupdate.zip
Now use the volume keys on you tablet to choose the Recovery (if you have updated to 4.4.2) or SD Update (if your android version was 4.3). Press the Power to choose it. The tablet will reboot and flash the firmware.
Click to expand...
Click to collapse
some thing wrong
Ali Erfani said:
Then you need to use ADB tools and fastboot. Before anything you need to download the attached files which contains ADB tools and intel usb drivers. Download the files and extract it somewhere . Go to "intelandroiddrvsetup1.1.5.zip" and install the drivers. Then Power off your tablet. Hold down the Volume + and Power and rlease at the Asus logo comes up. Now you will see the fastboot menu.
Connect your tablet to your PC. Now go to the folder you extracted the zip file. Press the Shift key and Right click somewhere in the folder. Choose "open command window here".
Then type this commands one by one and press Enter:
fastboot erase cache
fastboot erase system
fastboot erase userdata
Then you need you flash the a stock firmware. Download the appropriate firmware from Asus website. There are three .img files in the firmware zip file (fastboot.img, boot.img, splashscreen.img). Copy all these three files to the extracted folder. Now type the following command in the command window one by one:
fastboot flash fastboot fastboot.img
fastboot flash boot boot.img
fastboot flash splashscreen splashscreen.img
The last step is that you should put the firmware zip file on your external SD card. Rename it to k012_sdupdate.zip
Now use the volume keys on you tablet to choose the Recovery (if you have updated to 4.4.2) or SD Update (if your android version was 4.3). Press the Power to choose it. The tablet will reboot and flash the firmware.
Click to expand...
Click to collapse
Hi, I Do All The Thing You Say. Every Thing was Ok And Done but when i select recovery and tablet gets reboot and starting to install the rom... until 70% it take error and then back to a screen that shows a android picture. and do not complete the installation :/ whats wrong hear?
by the way... ما هم زبانیم
برا این انگلیسی نوشتم تا بقیه هم که به این مشکل خوردن ببینن نتیجه چیه :/
and one more thing SKU of rom and tablet is same and the external memory card is 8GB Class 10
alirezajalilii said:
Hi, I Do All The Thing You Say. Every Thing was Ok And Done but when i select recovery and tablet gets reboot and starting to install the rom... until 70% it take error and then back to a screen that shows a android picture. and do not complete the installation :/ whats wrong hear?
by the way... ما هم زبانیم
برا این انگلیسی نوشتم تا بقیه هم که به این مشکل خوردن ببینن نتیجه چیه :/
and one more thing SKU of rom and tablet is same and the external memory card is 8GB Class 10
Click to expand...
Click to collapse
Well that happened to me and i managed to fix my tablet. NOTE: MAKE SURE YOUR DEVICE IS MODEL NO. K012 FE170CG
BEFORE YOU CONTINUE
1. Download ADB and Fastboot : [TOOL] [WINDOWS] ADB, Fastboot and Drivers - 15 seconds ADB Installer v1.4.2
2. Install ADB drivers : Intel Android USB Drivers
3.Download Previous Firmware from Asus support site.
4. Download this for temporary tethered cwm
ACTUAL PROCEDURE
1. copy the firmware (.zip) to an external sd card
2. Extract downloaded recovery.rar
3. Put your device in Droidboot mode by holding both power button and vol down while device is turned off.
4. Connect device to computer. Open cmd and type "fastboot device" to verify.
5.Open launcher.bat in the extracted folder.
-Type ACCEPT
-Type T2
6. Some stuff will appear after that. Dont do anything. In a few moments CWM will load.
7.Next part is pretty self explanatory. use volume keys to go up and down and press power to select option. choose install zip. in the next menu choose install from external sd card*. Choose the zip file you downloaded from Asus website, if installation fails download another version from the support website.
FISRT BOOT MIGHT TAKE SOME TIME.
* I dont remember the exact wordings.
------Hit thanks if this helped you------------
HELP
neondragon1909 said:
Well that happened to me and i managed to fix my tablet. NOTE: MAKE SURE YOUR DEVICE IS MODEL NO. K012 FE170CG
BEFORE YOU CONTINUE
1. Download ADB and Fastboot : [TOOL] [WINDOWS] ADB, Fastboot and Drivers - 15 seconds ADB Installer v1.4.2
2. Install ADB drivers : Intel Android USB Drivers
3.Download Previous Firmware from Asus support site.
4. Download this for temporary tethered cwm
ACTUAL PROCEDURE
1. copy the firmware (.zip) to an external sd card
2. Extract downloaded recovery.rar
3. Put your device in Droidboot mode by holding both power button and vol down while device is turned off.
4. Connect device to computer. Open cmd and type "fastboot device" to verify.
5.Open launcher.bat in the extracted folder.
-Type ACCEPT
-Type T2
6. Some stuff will appear after that. Dont do anything. In a few moments CWM will load.
7.Next part is pretty self explanatory. use volume keys to go up and down and press power to select option. choose install zip. in the next menu choose install from external sd card*. Choose the zip file you downloaded from Asus website, if installation fails download another version from the support website.
FISRT BOOT MIGHT TAKE SOME TIME.
* I dont remember the exact wordings.
------Hit thanks if this helped you------------
Click to expand...
Click to collapse
5.Open launcher.bat in the extracted folder.
-Type ACCEPT
-Type T2
What can i do if the device is unknown and fail to communicate with device?I follow the steps but ADB, Fastboot and Drivers - 15 seconds ADB Installer v1.4.2 cannot be install,0 files copied when installing adb and fastboot ?HELP!
Ali Erfani said:
Then you need to use ADB tools and fastboot. Before anything you need to download the attached files which contains ADB tools and intel usb drivers. Download the files and extract it somewhere . Go to "intelandroiddrvsetup1.1.5.zip" and install the drivers. Then Power off your tablet. Hold down the Volume + and Power and rlease at the Asus logo comes up. Now you will see the fastboot menu.
Connect your tablet to your PC. Now go to the folder you extracted the zip file. Press the Shift key and Right click somewhere in the folder. Choose "open command window here".
Then type this commands one by one and press Enter:
fastboot erase cache
fastboot erase system
fastboot erase userdata
Then you need you flash the a stock firmware. Download the appropriate firmware from Asus website. There are three .img files in the firmware zip file (fastboot.img, boot.img, splashscreen.img). Copy all these three files to the extracted folder. Now type the following command in the command window one by one:
fastboot flash fastboot fastboot.img
fastboot flash boot boot.img
fastboot flash splashscreen splashscreen.img
The last step is that you should put the firmware zip file on your external SD card. Rename it to k012_sdupdate.zip
Now use the volume keys on you tablet to choose the Recovery (if you have updated to 4.4.2) or SD Update (if your android version was 4.3). Press the Power to choose it. The tablet will reboot and flash the firmware.
Click to expand...
Click to collapse
There are three .img files in the firmware zip file (fastboot.img, boot.img, splashscreen.img)
I cannot find these three .img files.Where can i download them?
Hello, do you knw which rom without all the asus bloatware I could install ?
My fonepad 7 is rooted but when I uninstall the shiiite asus programs they come back on restart.
Please help <3
I did the procedure and now is with this screen
Ali Erfani said:
Then you need to use ADB tools and fastboot. Before anything you need to download the attached files which contains ADB tools and intel usb drivers. Download the files and extract it somewhere . Go to "intelandroiddrvsetup1.1.5.zip" and install the drivers. Then Power off your tablet. Hold down the Volume + and Power and rlease at the Asus logo comes up. Now you will see the fastboot menu.
Connect your tablet to your PC. Now go to the folder you extracted the zip file. Press the Shift key and Right click somewhere in the folder. Choose "open command window here".
Then type this commands one by one and press Enter:
fastboot erase cache
fastboot erase system
fastboot erase userdata
Then you need you flash the a stock firmware. Download the appropriate firmware from Asus website. There are three .img files in the firmware zip file (fastboot.img, boot.img, splashscreen.img). Copy all these three files to the extracted folder. Now type the following command in the command window one by one:
fastboot flash fastboot fastboot.img
fastboot flash boot boot.img
fastboot flash splashscreen splashscreen.img
The last step is that you should put the firmware zip file on your external SD card. Rename it to k012_sdupdate.zip
Now use the volume keys on you tablet to choose the Recovery (if you have updated to 4.4.2) or SD Update (if your android version was 4.3). Press the Power to choose it. The tablet will reboot and flash the firmware.
Click to expand...
Click to collapse
arthurmdiniz said:
i did the procedure and now is with this screen
Click to expand...
Click to collapse
where can i dl the three .img help!!!!!!!!!!

I have unlocked my device but can't boot into TWRP

I can't boot into TWRP.
I have unlocked my device, now I have this problem:
My computer shows me the name of the file as twrp.img.mid5, and when I place it in my phone and in my computer and cmd the folder, it says "no error" or "can't load" or "no file or directory" etc. And if I remove the "mid5" it becomes a legit image file but when I try to boot into TWRP it says "booting.. Failed (dtk something)".
Also, I can only cmd the folder on my pc but not on my storage, there's no such option to do that on my storage.
I'm clueless, what should I do? Thanks.
MaorSwan said:
I can't boot into TWRP.
I have unlocked my device, now I have this problem:
My computer shows me the name of the file as twrp.img.mid5, and when I place it in my phone and in my computer and cmd the folder, it says "no error" or "can't load" or "no file or directory" etc. And if I remove the "mid5" it becomes a legit image file but when I try to boot into TWRP it says "booting.. Failed (dtk something)".
Also, I can only cmd the folder on my pc but not on my storage, there's no such option to do that on my storage.
I'm clueless, what should I do? Thanks.
Click to expand...
Click to collapse
twrp.img.mid5?
It's seams that you only use the md5 checksum file, not the realy img file.
Use this file:
twrp-3.0.0-0-h815.img
without md5!
Assuming you have a H815 (that would be the case since you unlocked it), download this :
https://dl.twrp.me/h815/twrp-3.0.0-0-h815.img
Rename it to recovery.img
Put it in the folder where there are adb.exe and fastboot.exe
Plug your phone to the PC (with debugging enabled)
now open a cmd in the folder where you put the recovery.img (shift + click droit in the folder)
type the following command :
adb reboot bootloader
Once your phone has rebooted in the bootloader type the following command :
fastboot flash recovery recovery.img
And then type this last command to "fix" the installation :
fastboot boot recovery.img
Your phone should reboot into the recovery, and from now you're good to go.
PS : no need to put anything on your phone to flash the recovery, it must be done from the PC
NeBouse said:
Assuming you have a H815 (that would be the case since you unlocked it), download this :
https://dl.twrp.me/h815/twrp-3.0.0-0-h815.img
Rename it to recovery.img
Put it in the folder where there are adb.exe and fastboot.exe
Plug your phone to the PC (with debugging enabled)
now open a cmd in the folder where you put the recovery.img (shift + click droit in the folder)
type the following command :
adb reboot bootloader
Once your phone has rebooted in the bootloader type the following command :
fastboot flash recovery recovery.img
And then type this last command to "fix" the installation :
fastboot boot recovery.img
Your phone should reboot into the recovery, and from now you're good to go.
PS : no need to put anything on your phone to flash the recovery, it must be done from the PC
Click to expand...
Click to collapse
I have managed to do that, thanks. After that, I installed SuperSU with the TWRP, now I'm stuck on the LG logo. What should I do?
MaorSwan said:
I have managed to do that, thanks. After that, I installed SuperSU with the TWRP, now I'm stuck on the LG logo. What should I do?
Click to expand...
Click to collapse
Wich version of super su did you use ?
Maybe you used one wich need a custopm kernel.
My advice would be to boot into TWRP and flash imperium kernel (wich contains as well supersu), then you should be able to boot without issues.
MArc
marcge 63 said:
Wich version of super su did you use ?
Maybe you used one wich need a custopm kernel.
My advice would be to boot into TWRP and flash imperium kernel (wich contains as well supersu), then you should be able to boot without issues.
MArc
Click to expand...
Click to collapse
Two questions:
1. I don't remember but before or after installing it I pressed "wipe dalvik and cache", might it be that?
2. If I downloaded stock ROM, put it in my sd card, wiped and flashed it through TWRP, would it fix the problem?
1) It might but i doubt it.
2) This is what i have done myself. It always solved my boot problems.
I flash h815.20d.complete.zip and supersu 2.65 (or imperium kernel)
I advise you to try it !
Marc

Categories

Resources