[How to..] How to Unbrick CLT-L29C432... Here is the situation and solution..... - Huawei P20 Guides, News, & Discussion

I bricked my phone after flahing EMUI 9.0 and subsequently First Ever ROM build 10/12/2018 as well. My phone was booting in to stock eRecovery only. Ofcourse I was able to boot in to bootloader / fastboot mode. I booked appointment with Huawei recommended service centre. I wanted to give one last try and finally gave life to my phone. Here is the steps that took through.
Note: These steps works for downgrading to EMUI 8.1 as well
For downgrading, skip all the steps and go to step 10 after flashing custom recovery explained in Step 7
Getting the device ready:
1. Download EMUI 9.0 from here https://pro-teammt.ru/firmware-database/?firmware_model=CLT-L29C432&firmware_page=0//
2. Unzip the file UPDATE.APP from Update.zip
3. Using EMUI extraction tool extract following image files (see step 4 below) from UPDATE.APP. Download tool from here https://www.androidfilehost.com/?fid=11410963190603873616
4. Extract, CUST.img, KERNEL.img, RECOVERY_RAMDIS.img and System.img and copy these files in the same folder where you have ADB tools. Download ADB tools from here: https://www.androidfilehost.com/?fid=11410963190603873622 Unzip files. You will find a file cmd-here.exe. Run this file to get to open command prompt in your PC to the same folder where you have this ADB tools extracted.
5. Put your phone in to Fastboot mode (Switch off your phone, Press and hold volumn down button and connect USB with PC)
6. Flash the image files in the same order with fastboot commands as below,
fastboot flash cust cust.img
fastboot flash kernel kernel.img
fastboot flash recovery_ramdisk RECOVERY_RAMDIS.img
fastboot flash system system.img
7. Now flash custom recovery. Download custom recovery from here https://www.androidfilehost.com/?fid=11410963190603866808
Fastboot flash recovery_ramdisk twrp-3.2.1-0-charlotte-mod.img
8. Now restart your device with command below,
fastboot reboot
As soon issued this command, pull out of USB cable and keep holding volume up button until HUAWEI logo comes up disappear. It will now boot in to TWRP recovery.
9. Check file names in TWRP (Advanced > File Manager) are readable under folder sdcard. If file names are appearing as a junk, it means that you need to decrypt your data partition. Follow the steps below,
>> Wipe > Format data
>> Hit home button and Reboot > Recovery
>> Download and copy RemoveEncryption-P20Pro.zip file in to sdcard folder (Internal storage). This file can be downloaded from here https://www.androidfilehost.com/?fid=11410963190603866806
>> Flash RemoveEncryption-P20Pro.zip
>> Hit home button and Reboot > Recovery
>> Wipe > Format data
>> Hit home button and Reboot > Recovery
NOW YOU ARE READY TO FLASH OFFICIAL EMUI 8.1 OR 9.0 (as you like). You have no root exploit available for 9.0 at the moment and also Google Pay will see the device as rooted because of unlocked bootloader.
10. Follow the steps below,
## Download the EMUI version that you need from the link https://pro-teammt.ru/firmware-database/?firmware_model=CLT-L29C432&firmware_page=0/
## Rename the file update_full_CLT-L29_hw_eu.zip in to update_all_hw.zip
## Create a folder ZIPS-HERE in the same folder where you have ADB tools (as explained in the section above) and put both update.zip and update_all_hw.zip in this ZIP-HERE folder.
## Download update_data_public.zip for EMUI 8.1 from this LINK and copy to the same ZIPS-HERE folder. You do not require update_data_public.zip for EMUI 9.0
## Download this nocheck.img file and copy it in to the same folder ZIPS-HERE. link here: https://www.androidfilehost.com/?fid=11410963190603873636
## Issue following commands (you can copy and paste in the command window)
adb shell twrp decrypt
adb push ZIPS-HERE/update.zip /data/update/HWOTA/update.zip
adb push ZIPS-HERE/update_all_hw.zip /data/update/HWOTA/update_all_hw.zip
adb push ZIPS-HERE/update_data_public.zip /data/update/HWOTA/update_data_public.zip (this command line is not required for EMUI 8.1)
adb push ZIPS-HERE/nocheck.img /data/update/nocheck.img
adb shell "echo --update_package=/data/update/HWOTA/update.zip > /cache/recovery/command"
adb shell "echo --update_package=/data/update/HWOTA/update_all_hw.zip >> /cache/recovery/command"
adb shell "echo --update_package=/data/update/HWOTA/update_data_public.zip >> /cache/recovery/command"
adb shell dd if=/data/update/nocheck.img of=/dev/block/bootdevice/by-name/recovery_ramdisk
adb reboot recovery
WAIT AND WATCH THE FLASHING HAPPENING VIA HUAWEI eRecovery. Once done, restart your phone. Your phone is back to life.
So far I have soft bricked several times in the past few days and brought back to life. As long as Bootloader (fastboot) partition is not disturbed, we are good to recover our device.
..

Thank you very useful when needed
smohanv said:
I bricked my phone after flahing EMUI 9.0 and subsequently First Ever ROM build 10/12/2018 as well. My phone was booting in to stock eRecovery only. Ofcourse I was able to boot in to bootloader / fastboot mode. I booked appointment with Huawei recommended service centre. I wanted to give one last try and finally gave life to my phone. Here is the steps that took through.
Getting the device ready:
1. Download EMUI 9.0 from here http://pro-teammt.ru/firmware-databa...rmware_page=0/
2. Unzip the file UPDATE.APP from Update.zip
3. Using EMUI extraction tool extract following image files from UPDATE.APP. Download tool from here https://www.androidfilehost.com/?fid...63190603873616
4. Extract, CUST.img, KERNEL.img, RECOVERY_RAMDIS.img and System.img and copy these files in the same folder where you have ADB tools Download ADB tools from here: https://www.androidfilehost.com/?fid...63190603873622 Unzip files. You will find a file cmd-here.exe. Run this file to get to open command prompt in your PC to the same folder where you have this ADB tools extracted.
5. Put your phone in to Fastboot mode (Switch off your phone, Press and hold volumn down button and connect USB with PC)
6. Flash the image files in the same order with fastboot commands as below,
fastboot flash cust cust.img
fastboot flash kernel kernel.img
fastboot flash recovery_ramdisk RECOVERY_RAMDIS.img
fastboot flash system system.img
7. Now flash custom recovery. Download custom recovery from here https://www.androidfilehost.com/?fid...63190603866808
fastboot flash recovery_ramdisk twrp-3.2.1-0-charlotte-mod.img
8. Now restart your device with command below,
fastboot reboot
As soon issued this command, pull out of USB cable and keep holding volume up button until HUAWEI logo comes up disappear. It will now boot in to TWRP recovery.
9. Check file names in TWRP (Advanced > File Manager) are readable under folder sdcard. If file names are appearing as a junk, it means that you need to decrypt your data partition. Follow the steps below,
>> Wipe > Format data
>> Hit home button and Reboot > Recovery
>> Download and copy RemoveEncryption-P20Pro.zip file in to sdcard folder (Internal storage). This file can be downloaded from here https://www.androidfilehost.com/?fid...63190603866806
>> Flash RemoveEncryption-P20Pro.zip
>> Hit home button and Reboot > Recovery
>> Wipe > Format data
>> Hit home button and Reboot > Recovery
NOW YOU ARE READY TO FLASH OFFICIAL EMUI 8.1 OR 9.0 (as you like). You have no root exploit available for 9.0 at the moment and also Google Pay will see the device as rooted because of unlocked bootloader.
Follow the steps below,
## Download the EMUI version that you need from the link http://pro-teammt.ru/firmware-databa...rmware_page=0/
## Rename the file update_full_CLT-L29_hw_eu.zip in to update_all_hw.zip
## Create a folder ZIPS-HERE in the same folder where you have ADB tools (as explained in the section above) and put both update.zip and update_all_hw.zip in this ZIP-HERE folder.
## Download update_data_public.zip from this link and copy to the same ZIPS-HERE folder https://www.androidfilehost.com/?fid...63190603873656
## Download this nocheck.img file and copy it in to the same folder ZIPS-HERE. link here: https://www.androidfilehost.com/?fid...63190603873636
## Issue following commands (you can copy and paste in the command window)
adb shell twrp decrypt
adb push ZIPS-HERE/update.zip /data/update/HWOTA/update.zip
adb push ZIPS-HERE/update_all_hw.zip /data/update/HWOTA/update_all_hw.zip
adb push ZIPS-HERE/update_data_public.zip /data/update/HWOTA/update_data_public.zip
adb push ZIPS-HERE/nocheck.img /data/update/nocheck.img
adb shell "echo --update_package=/data/update/HWOTA/update.zip > /cache/recovery/command"
adb shell "echo --update_package=/data/update/HWOTA/update_all_hw.zip >> /cache/recovery/command"
adb shell "echo --update_package=/data/update/HWOTA/update_data_public.zip >> /cache/recovery/command"
adb shell dd if=/data/update/nocheck.img of=/dev/block/bootdevice/by-name/recovery_ramdisk
adb reboot recovery
WAIT AND WATCH THE FLASHING HAPPENING VIA HUAWEI eRecovery. Once done, restart your phone. Your phone is back to life.
Click to expand...
Click to collapse

Luis2k33-XDA said:
Thank you very useful when needed
Click to expand...
Click to collapse
Now I am very confident to mess my Huawei P20 Pro as I have been bringing to life several times in the last two days.

smohanv said:
Now I am very confident to mess my Huawei P20 Pro as I have been bringing to life several times in the last two days.
Click to expand...
Click to collapse
Out of curiosity what model do you have?

the links https://androidfilehost.com/?fid...63190603873656 & https://androidfilehost.com/?fid...63190603873636 not working
smohanv said:
Now I am very confident to mess my Huawei P20 Pro as I have been bringing to life several times in the last two days.
Click to expand...
Click to collapse

Luis2k33-XDA said:
the links https://androidfilehost.com/?fid...63190603873656 & https://androidfilehost.com/?fid...63190603873636 not working
Click to expand...
Click to collapse
All fixed just now. Please try.

forever_lol said:
Out of curiosity what model do you have?
Click to expand...
Click to collapse
CLT-L29C432 Huawei P20 Pro

smohanv said:
All fixed just now. Please try.
Click to expand...
Click to collapse
***
nope, i cant see nothing to download, by the way, do you know a way to install emui9 from emui8 with bootloader locked?

now working the links, thanks

Luis2k33-XDA said:
***
nope, i cant see nothing to download, by the way, do you know a way to install emui9 from emui8 with bootloader locked?
Click to expand...
Click to collapse
Sorry. I have not heard of a method to update in locked bootloader devices.

smohanv said:
CLT-L29C432 Huawei P20 Pro
Click to expand...
Click to collapse
Thank you

smohanv said:
I bricked my phone after flahing EMUI 9.0 and subsequently First Ever ROM build 10/12/2018 as well. My phone was booting in to stock eRecovery only. Ofcourse I was able to boot in to bootloader / fastboot mode. I booked appointment with Huawei recommended service centre. I wanted to give one last try and finally gave life to my phone. Here is the steps that took through.
Note: These steps works for downgrading to EMUI 8.1 as well.
Getting the device ready:
1. Download EMUI 9.0 from here https://pro-teammt.ru/firmware-database/?firmware_model=CLT-L29C432&firmware_page=0//
2. Unzip the file UPDATE.APP from Update.zip
3. Using EMUI extraction tool extract following image files (see step 4 below) from UPDATE.APP. Download tool from here https://www.androidfilehost.com/?fid=11410963190603873616
4. Extract, CUST.img, KERNEL.img, RECOVERY_RAMDIS.img and System.img and copy these files in the same folder where you have ADB tools. Download ADB tools from here: https://www.androidfilehost.com/?fid=11410963190603873622 Unzip files. You will find a file cmd-here.exe. Run this file to get to open command prompt in your PC to the same folder where you have this ADB tools extracted.
5. Put your phone in to Fastboot mode (Switch off your phone, Press and hold volumn down button and connect USB with PC)
6. Flash the image files in the same order with fastboot commands as below,
fastboot flash cust cust.img
fastboot flash kernel kernel.img
fastboot flash recovery_ramdisk RECOVERY_RAMDIS.img
fastboot flash system system.img
7. Now flash custom recovery. Download custom recovery from here https://www.androidfilehost.com/?fid=11410963190603866808
Fastboot flash recovery_ramdisk twrp-3.2.1-0-charlotte-mod.img
8. Now restart your device with command below,
fastboot reboot
As soon issued this command, pull out of USB cable and keep holding volume up button until HUAWEI logo comes up disappear. It will now boot in to TWRP recovery.
9. Check file names in TWRP (Advanced > File Manager) are readable under folder sdcard. If file names are appearing as a junk, it means that you need to decrypt your data partition. Follow the steps below,
>> Wipe > Format data
>> Hit home button and Reboot > Recovery
>> Download and copy RemoveEncryption-P20Pro.zip file in to sdcard folder (Internal storage). This file can be downloaded from here https://www.androidfilehost.com/?fid=11410963190603866806
>> Flash RemoveEncryption-P20Pro.zip
>> Hit home button and Reboot > Recovery
>> Wipe > Format data
>> Hit home button and Reboot > Recovery
NOW YOU ARE READY TO FLASH OFFICIAL EMUI 8.1 OR 9.0 (as you like). You have no root exploit available for 9.0 at the moment and also Google Pay will see the device as rooted because of unlocked bootloader.
Follow the steps below,
## Download the EMUI version that you need from the link https://pro-teammt.ru/firmware-database/?firmware_model=CLT-L29C432&firmware_page=0/
## Rename the file update_full_CLT-L29_hw_eu.zip in to update_all_hw.zip
## Create a folder ZIPS-HERE in the same folder where you have ADB tools (as explained in the section above) and put both update.zip and update_all_hw.zip in this ZIP-HERE folder.
## Download update_data_public.zip from this link and copy to the same ZIPS-HERE folder
## Download this nocheck.img file and copy it in to the same folder ZIPS-HERE. link here: https://www.androidfilehost.com/?fid=11410963190603873636
## Issue following commands (you can copy and paste in the command window)
adb shell twrp decrypt
adb push ZIPS-HERE/update.zip /data/update/HWOTA/update.zip
adb push ZIPS-HERE/update_all_hw.zip /data/update/HWOTA/update_all_hw.zip
adb push ZIPS-HERE/update_data_public.zip /data/update/HWOTA/update_data_public.zip
adb push ZIPS-HERE/nocheck.img /data/update/nocheck.img
adb shell "echo --update_package=/data/update/HWOTA/update.zip > /cache/recovery/command"
adb shell "echo --update_package=/data/update/HWOTA/update_all_hw.zip >> /cache/recovery/command"
adb shell "echo --update_package=/data/update/HWOTA/update_data_public.zip >> /cache/recovery/command"
adb shell dd if=/data/update/nocheck.img of=/dev/block/bootdevice/by-name/recovery_ramdisk
adb reboot recovery
WAIT AND WATCH THE FLASHING HAPPENING VIA HUAWEI eRecovery. Once done, restart your phone. Your phone is back to life.
So far I have soft bricked several times in the past few days and brought back to life. As long as Bootloader (fastboot) partition is not disturbed, we are good to recover our device.
..
Click to expand...
Click to collapse
I dont see the CUST.img in UPDATE.APP

MikeYT22 said:
I dont see the CUST.img in UPDATE.APP
Click to expand...
Click to collapse
Found it

If:
I bricked my phone after flahing EMUI 9.0 and subsequently First Ever ROM build 10/12/2018 as well. My phone was booting in to stock eRecovery only. Ofcourse I was able to boot in to bootloader / fastboot mode. I booked appointment with Huawei recommended service centre. I wanted to give one last try and finally gave life to my phone. Here is the steps that took through.
Click to expand...
Click to collapse
There's no need:
Getting the device ready:
1. Download EMUI 9.0 from here https://pro-teammt.ru/firmware-datab...mware_page=0//
2. Unzip the file UPDATE.APP from Update.zip
3. Using EMUI extraction tool extract following image files (see step 4 below) from UPDATE.APP. Download tool from here https://www.androidfilehost.com/?fid...63190603873616
4. Extract, CUST.img, KERNEL.img, RECOVERY_RAMDIS.img and System.img and copy these files in the same folder where you have ADB tools. Download ADB tools from here: https://www.androidfilehost.com/?fid...63190603873622 Unzip files. You will find a file cmd-here.exe. Run this file to get to open command prompt in your PC to the same folder where you have this ADB tools extracted.
5. Put your phone in to Fastboot mode (Switch off your phone, Press and hold volumn down button and connect USB with PC)
6. Flash the image files in the same order with fastboot commands as below,
fastboot flash cust cust.img
fastboot flash kernel kernel.img
fastboot flash recovery_ramdisk RECOVERY_RAMDIS.img
fastboot flash system system.img
Click to expand...
Click to collapse
Only need to:
7. Now flash custom recovery. Download custom recovery from here https://www.androidfilehost.com/?fid...63190603866808
Fastboot flash recovery_ramdisk twrp-3.2.1-0-charlotte-mod.img
8. Now restart your device with command below,
fastboot reboot
As soon issued this command, pull out of USB cable and keep holding volume up button until HUAWEI logo comes up disappear. It will now boot in to TWRP recovery.
9. Check file names in TWRP (Advanced > File Manager) are readable under folder sdcard. If file names are appearing as a junk, it means that you need to decrypt your data partition. Follow the steps below,
>> Wipe > Format data
>> Hit home button and Reboot > Recovery
>> Download and copy RemoveEncryption-P20Pro.zip file in to sdcard folder (Internal storage). This file can be downloaded from here https://www.androidfilehost.com/?fid...63190603866806
>> Flash RemoveEncryption-P20Pro.zip
>> Hit home button and Reboot > Recovery
>> Wipe > Format data
>> Hit home button and Reboot > Recovery
Click to expand...
Click to collapse
Later recovery mode nad push files in external memory:
Flash OTAs with HuRUpdater and benefit.
update.zip
update_all_hw.zip (if the downloaded file has different name then rename to update_all_hw.zip)
Reboot and Voilà

dzupert said:
If:
There's no need:
Only need to:
Later recovery mode nad push files in external memory:
Flash OTAs with HuRUpdater and benefit.
update.zip
update_all_hw.zip (if the downloaded file has different name then rename to update_all_hw.zip)
Reboot and Voilà
Click to expand...
Click to collapse
Well done. Good approach splitting the sections of the guide. Thanks.

MikeYT22 said:
Found it
Click to expand...
Click to collapse
Can't see CUST.img, where did you found it?
Thx

dexxa05 said:
Can't see CUST.img, where did you found it?
Thx
Click to expand...
Click to collapse
Did you download 9.0.x.x.xx smtn like that or 8.0.x.x.xx?

MikeYT22 said:
Found it
Click to expand...
Click to collapse
MikeYT22 said:
Did you download 9.0.x.x.xx smtn like that or 8.0.x.x.xx?
Click to expand...
Click to collapse
9.0.x...

dexxa05 said:
9.0.x...
Click to expand...
Click to collapse
Umm...you got discord so we can talk easily?

Hi all,
I think i have bricked my phone, i can boot on fastboot but not in TWRP... Any help ?

Related

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!!!!!!!!!!

How to Root Redmi 1S running on MIUI 6 and above

Root your REDMI 1S and get most out of it ! you wont be able to root it by old 'update.zip' method , Follow these steps
WATCH VIDEO GUIDE HERE - https://youtu.be/Y5k_xmtr5hw
------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
DOWNLOAD APPS
1.Miflash tools - https://drive.google.com/file/d/0B3_hQKUTKKmIQUQ1RjhvUUdwbFE/view?usp=sharing
2.TWRP - https://drive.google.com/file/d/0B3_hQKUTKKmIb1ZGeFlpY0xLb1k/view?usp=sharing
-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
STEPS -
1.Copy the twrp img file in path... ( C:\Program Files (x86)\Xiaomi\MiPhone\Google\Android)
2.Connect the device in fastboot mode
3.Copy twrp img file in internal storage of phone
4.open command prompt in the path ,C:\Program Files (x86)\Xiaomi\MiPhone\Google\Android (by holding shift and right click , select "open command prompt here"
5.Enter the commands as
check device is connected or not by - fastboot device
a.fastboot flash recovery twrp.img
b.fastboot boot twrp.img
6.now mobile will boot into recovery , goto install and install the twrp.img which you have copied earlier into phones internal storage (click IMG before )
7.CONGRATULATES
What's the use of this?? I don't understand. Everyone knows how to do this.

[ROOT][GUIDE][ZD551KL] Zenfone Selfie Stock Android 6.0.1

This tutorial was tested on Stock Android 6.0.1 with unlocked bootloader
HOW TO
1) Install the ADB;
2) Copy the SuperSU file to the phone memory;
2) Disconnect phone;
3) Enter the Fastboot mode: Turn the phone on by holding volume (+) and the power button;
4) Connect the device via USB to the computer;
5) Copy the TWRP .zip file to the ADB folder (C: \ adb);
6) Right-click an empty area inside the Fastboot folder by holding down the SHIFT key on the keyboard and select the open command window option here;
7) Then, enter the following command in the command window:
Fastboot flash recovery twrp-3.0.2-5-Z00L.img
Click to expand...
Click to collapse
8) Then enter the following command:
Fastboot reboot
Click to expand...
Click to collapse
9) Your phone will reboot after entering this command. Once you send the command, press and hold the volume key (+) to enter the TWRP;
10) In TWRP go to Install and select the SuperSU .zip file. At the end of the installation, clean the Dalvik / Cache and restart the phone.
There, your Zenfone Selfie is rooted!
Note:
NO ONE IN THIS FORUM, NOR THE FORUME ITSELF, IT'S RESPONSABLE OF YOUR ACTION!
THIS GUIDE COULD BRICK YOUR PHONE, FOLLOW IT AT YOUR OWN RISK!
Required files:
ADB: https://drive.google.com/file/d/0B0MKgCbUM0itVVFWRC02Q0VBQnc/view?usp=sharing
TWRP 3.0.2-5-Z00L (.img): https://dl.twrp.me/Z00L/
SuperSU (2.79 - zip version): http://www.supersu.com/download
hello,
after interring " Fastboot flash recovery twrp-3.0.2-5-Z00L.img"
it is stuck on " waiting for device "
what is the solution ?

STOCK ROM: In depth installation of LTE Tablet ROM and updates.

Having had problems with my Huawei M2 10 LTE, I've had to re-install everything. This installation will allow you to update normally and not side-load or whatever you do, which fails:
Download some files from the internet:
1. Download the latest Rom, I cannot find a later update, from https://forum.xda-developers.com/mediapad-m2/development/official-huawei-roms-m2-10-0-t3393275
This is B023-zip English etc
3. Download HuaweiUpdateExtractor_0.9.9.5
4 Download Huawei USB drivers from http://phoneusbdrivers.com/huawei-mediapad-m2-10-0-usb-driver/
5. Download 'Minimal ADB and Fastboot'
Press Power button + sound-down button to get into Fastboot and Recovery
6. Unzip 'Minimal ADB and Fastboot' to your C: drive, in a folder called ADB
7. Unzip and install the USB drivers by right-clicking the 'android_winusb.inf'
8. In PC 'device manager'/select 'action' select 'legacy device'/'install the hardware manually'/'Android Phone'/'Google'-'Android Adapter ADB Interface'
9. Unzip the ROM to your desktop. Go into the folder 'dload' and copy the UPDATE.APP to your desktop
10. Unzip the Huawei Updateextractor folder to your desktop.
11. Run HuaweiUpdateExtractor.exe
12. Select 'profile Unknown'/'update file'/desktop/UPDATE.APP
13. In the list that shows, extract, by right clicking
boot boot.img
cust cust.img
cache cache.img
recovery recovery.img
system system.img
userdata userdata.img
to the ADB folder you have made on the C: drive
14. Put your Huawei into Fastboot and Recovery by pressing sound-down and the power key. Release power key after a few seconds. A screen should show on your Tablet.
15. Plug USB from Tab to computer.
16. Start, with admin privilages, 'Command Prompt'.
17. Type: cd\
18 Type cd adb
19. That will get you into the ADB folder.
20. Then copy and paste, seperately and press Enter after each entry the following:
fastboot flash boot boot.img
fastboot flash cust cust.img
fastboot flash cache cache.img
fastboot flash recovery recovery.img
fastboot flash system system.img
fastboot flash userdata userdata.img
You should see some numbers and words in the Command Prompt. If not, you may have to re-install the drivers and try again.
21. Reboot your Tab if it has worked.
22. You can download updates normally and install them via the Tablet.
If you can find a WIFI ROM, this method should work too.

Categories

Resources