Please help me am not able to install update ,
Yesterday I downloaded new update 2.34.720.2 when am trying to install it's not happening
I need to stock recovery? For update
Then how to get stock recovery ?
Please help me
Same here someone pls help ??
Check the general forum for how too guides. You might find something for your device. Otherwise you can download but delay installing the OTA. Hook up USB cable to PC then copy the ota zip file from the Download directory on the phone. Extract the files from the ota zip. You'll find a firmware directory with a firmware.zip file. Extract that too. In there you should find a stockpatchrecovery.img you could try flashing that before you re-lock boot loader. If you ran a lot of mods tot he stock Lollipop you might have to run the ruu.exe for your model before trying the patch.
srinu0220 said:
Please help me am not able to install update ,
Yesterday I downloaded new update 2.34.720.2 when am trying to install it's not happening
I need to stock recovery? For update
Then how to get stock recovery ?
Please help me
Click to expand...
Click to collapse
if any one found solution for this
desire816d said:
if any one found solution for this
Click to expand...
Click to collapse
Am updated new software
Download OTA update and copy into your laptop, Then extract ota zip file
In the extracted file you will find firmware.zip
Extract firmware.zip then goto firmware folder u will find recovery.img
Copy recovery.img into your fastboot folder(when you rooting your phone you used fastboot folder)
In your phone check usb debugging on then switch off mobile
Press power+ volume down buttons
Select fastboot
Connect to your pc
Open fastboot folder then press swift and right button on mouse
Select open cmd here
Then type = fastboot flash recovery recovery.img
After that reboot your phone then update now .
If anything goes wrong am not responsible
I tried this method successfully.
For Smooth process you need to go back to official stock ROM.
With this you can unroot your device also.
srinu0220 said:
Am updated new software
Download OTA update and copy into your laptop, Then extract ota zip file
In the extracted file you will find firmware.zip
Extract firmware.zip then goto firmware folder u will find recovery.img
Copy recovery.img into your fastboot folder(when you rooting your phone you used fastboot folder)
In your phone check usb debugging on then switch off mobile
Press power+ volume down buttons
Select fastboot
Connect to your pc
Open fastboot folder then press swift and right button on mouse
Select open cmd here
Then type = fastboot flash recovery recovery.img
After that reboot your phone then update now .
If anything goes wrong am not responsible
I tried this method successfully.
Click to expand...
Click to collapse
after try this way update .
it work but i stuck at htc bootscreen.
Press power+volume up for 10 sec it will restart
When restating press power+volume Down
Go to fast boot install twrp recovery install stock rom
Or download twrp backup from xda
Again do same above
Related
Hi, I accidentally deleted my stock rom image from cwm recovery and I'd like to go back to stock as I'm currently on CM 7.2. So I was wondering if someone could make image of it via cwm and upload it somewhere for me. Or is there any other way to go back? ( I couldn't find any )
Many thanks.
Just use the search function for the Latest Ruu in this section of the forum, flash it and you will revert to stock, read the thread in the link below, good luck
http://forum.xda-developers.com/showthread.php?t=1431969
Sent via Tapatalk
Aef 101 said:
Just use the search function for the Latest Ruu in this section of the forum, flash it and you will revert to stock, read the thread in the link below, good luck
http://forum.xda-developers.com/showthread.php?t=1431969
Sent via Tapatalk
Click to expand...
Click to collapse
No luck with that,and I've tried few different Ruu's,every time I get error 155. Got any other idea?
Hi,
No need to worry, try this way:
(1) Download the PG76IMG.ZIP (Stock ROM) available from this thread. Extract the "system.img" file next.
(2) Make sure, your WFS can connect to your computer. If so, go to your phone's bootloader next, and choose "FASTBOOT". Then push the system.img image file to your phone as follows:
fastboot flash system system.img
Click to expand...
Click to collapse
Voilá. Now shutdown your phone and turn it on again. You WFS2 should boot into the Stock ROM. Please let us know if this worked for you. Thank you
Kind regards, meshua
Nope,still no luck. It installed Stock rom and recovery,but my phone is now stuck on quietly brilliant logo and it bootloops on it.
meshua09 said:
Hi,
No need to worry, try this way:
(1) Download the PG76IMG.ZIP (Stock ROM) available from this thread. Extract the "system.img" file next.
(2) Make sure, your WFS can connect to your computer. If so, go to your phone's bootloader next, and choose "FASTBOOT". Then push the system.img image file to your phone as follows:
Voilá. Now shutdown your phone and turn it on again. You WFS2 should boot into the Stock ROM. Please let us know if this worked for you. Thank you
Kind regards, meshua
Click to expand...
Click to collapse
shouldn't he flash the boot also?
fastboot flash boot boot.img
Click to expand...
Click to collapse
and after that
fastboot flash system system.img
Click to expand...
Click to collapse
That worked for me.
If it still fails to startup
Reinstall cwm again:
download this: CWM_Recovery_5.0.2.6.zip
Flash the recovery.img(inside the just downloaded zip) using this command(ofc make sure to be in your phone's bootloader and that fastboot is selected):
fastboot flash recovery recovery.img
Click to expand...
Click to collapse
Now start up recovery and do:
- wipe data/factory reset
- wipe cache partition
- advanced --> - wipe dalvik cache
now go back to your bootloader and use fastboot to flash boot.img and system.img
fastboot flash boot boot.img
fastboot flash system system.img
Click to expand...
Click to collapse
There is no need to flash the stock recovery.img
Now your phone should boot normally.
Hi,
flashing the boot.img is what I consider as the next/last options. The boot.img contains the kernel and the initial file system which right now seems not being compatible with the stock HTC ROM you flashed the last time. Just follow nis-gens' advice and flash the corresponding boot.img too (as directed)...
Hungry to hear whether or not that put your phone back on track...
Cheers, meshua
After flashing boot.img it worked, thank you both!
meshua09 said:
Hi,
No need to worry, try this way:
(1) Download the PG76IMG.ZIP (Stock ROM) available from this thread. Extract the "system.img" file next.
(2) Make sure, your WFS can connect to your computer. If so, go to your phone's bootloader next, and choose "FASTBOOT". Then push the system.img image file to your phone as follows:
Voilá. Now shutdown your phone and turn it on again. You WFS2 should boot into the Stock ROM. Please let us know if this worked for you. Thank you
Kind regards, meshua
Click to expand...
Click to collapse
where do i type flashboot flash system system.img
??????
i am kind of confused.......
Hi kill3rlook5,
To use "fastboot", you need
the Android Debug Bridge (ADB) installed on your computer. It's part of the Android SDK which you can download here: developer.android.com/sdk/index.html. Choose your platform first, then download and install this kit.
a proper USB Driver that makes your phone talk with your computer by using adb or fastboot commands. If you can't find a driver which fits your phone, please search this forum, or use google to get a version that does.
Once both are installed, open a console on your computer (Windows: run >> cmd.exe), go to the folder that contains the fastboot.exe file, and run the command from within this console window. I hope that will distract you from your current confusion?
Cheers, meshua.
Would nis-gens method be putting it back entirely to stock, as it was before flashing any custom ROMs? I had Alquez's CM7 port, but decided to come back to the 2.3.5 stock build for some issues I need to clarify, and I'd like it back entirely at stock for testing purposes.
Really should have backed it up via CWM, but... I forgot. xD
I think i have bricked my p6 after flashing boot(b125).img from fastboot and its stuck and restarting at bootscreen. Pls someone help with heawei multiloader as am told it can fix bricked phone from usb. File now no more assessible from huawei website. pls help.
Hey do you have twrp recovery installed? Have you already tried to get into your stock recovery ?( Holding volume up/down button simultanesly during boot)
nourudeen said:
I think i have bricked my p6 after flashing boot(b125).img from fastboot and its stuck and restarting at bootscreen. Pls someone help with heawei multiloader as am told it can fix bricked phone from usb. File now no more assessible from huawei website. pls help.
Click to expand...
Click to collapse
WisdomSeeker said:
Hey do you have twrp recovery installed? Have you already tried to get into your stock recovery ?( Holding volume up/down button simultanesly during boot)
Click to expand...
Click to collapse
my phone never came with any stock recovery. had 'factory mode' not recovery when holding those bottons. In factory mode, no option for flashing anything. Now phone only restarts on bootscreen and then on-off. initially tried flashing TWRP just befor bricking phone but adb gave error like this 'partition not support flash and i had already flash a boot.img for b125
b608 version of my phone was a brick was b118 installed, there is a solution?
sorry my poor english, I'm from Turkey, please help, please..
Both of you should try to flash the stock recovery! You can download it here www).androidfilehost.(com)/?fid=23252070760973625 (just remove the brackets) .
Then follow these steps:
1. Put your device in fastboot mode ( > adb reboot bootloader )
2. Flash recovery via fastboot ( fastboot flash recovery recovery.img )
3. Reboot via fastboot ( fastboot reboot )
Afterwards try to reboot to your stock recovery . Then you can simply install over the update.app a fresh Huawei Firmware
Greetings Wisdomseeker
WisdomSeeker said:
Both of you should try to flash the stock recovery! You can download it here www).androidfilehost.(com)/?fid=23252070760973625 (just remove the brackets) .
Then follow these steps:
1. Put your device in fastboot mode ( > adb reboot bootloader )
2. Flash recovery via fastboot ( fastboot flash recovery recovery.img )
3. Reboot via fastboot ( fastboot reboot )
Afterwards try to reboot to your stock recovery . Then you can simply install over the update.app a fresh Huawei Firmware
Greetings Wisdomseeker
Click to expand...
Click to collapse
well wisdom, like i said, its restarting at boot screen so i cant get to fastboot. i sometimes able to enter an android (3e) recovery and try installing what u said but each time, installation is stopped. Got a certain miui rom and halfway it says NOT VALID OTA PACKAGE. SCATTER FILE MISSING. All other package rom or other recovery refuse to install and say ERROR. i have tried this your files but not possible.
nourudeen said:
well wisdom, like i said, its restarting at boot screen so i cant get to fastboot. i sometimes able to enter an android (3e) recovery and try installing what u said but each time, installation is stopped. Got a certain miui rom and halfway it says NOT VALID OTA PACKAGE. SCATTER FILE MISSING. All other package rom or other recovery refuse to install and say ERROR. i have tried this your files but not possible.
Click to expand...
Click to collapse
Maybe you should try To use another SD card Or mabye Format the current one and then add the update.APP To it
PHP:
WisdomSeeker said:
Maybe you should try To use another SD card Or mabye Format the current one and then add the update.APP To it
PHP:
Click to expand...
Click to collapse
No luck! I think the huawei multiloader will do the work. Any Idea where i can download?
nourudeen said:
No luck! I think the huawei multiloader will do the work. Any Idea where i can download?
Click to expand...
Click to collapse
http://forum.xda-developers.com/showthread.php?t=2618253
I dont understand... When i start multiloader.exe it seems to go.. But i can only download update.app file with che left One button.the center button let me either download the ROM and the right button keep the tool off. What i have to do for use this magic program?
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 the Zenfone 2 and it is stuck in bootloop.
My brother boot it to CWM and flashed Paranoid Android without unlocking the bootloader and flashing TWRP. Now the phone stuck in bootloop, i tried flashing system.img the stock one but it is telling me that system.img cannot be loaded. What should i do? It is now bootlooping. I dont know what to do.
ebanreb37 said:
I have the Zenfone 2 and it is stuck in bootloop.
My brother boot it to CWM and flashed Paranoid Android without unlocking the bootloader and flashing TWRP. Now the phone stuck in bootloop, i tried flashing system.img the stock one but it is telling me that system.img cannot be loaded. What should i do? It is now bootlooping. I dont know what to do.
Click to expand...
Click to collapse
Hi, I unfortunatelly am not able to solve your Problem, but maybe you could help me with mine. Could you pls upload the System.img? I am only able to find *.zip and adb doesn´t want to Flash it at all
Thanx in advance
Blubber120 said:
Hi, I unfortunatelly am not able to solve your Problem, but maybe you could help me with mine. Could you pls upload the System.img? I am only able to find *.zip and adb doesn´t want to Flash it at all
Thanx in advance
Click to expand...
Click to collapse
Go to Original Android developement. It's in the pre-rooted thread, these are the ONLY img files for roms available unless you push the zip file using ADB...
Flash the system zip file rather than trying to flash simply the .img. The zip files are in this thread (http://forum.xda-developers.com/zenfone2/development/asus-zenfone-2-rom-t3054956) and might help because you're also flashing default recovery... could be CWM.
Also try flashing using fastboot.
your phone model?
ze55m1
Rma
What worked with me, Problem is simmilar, I flaged the Boot.img and androidboot.img, which Werke attached in the custim Rom folder, too. Without that, I gut stuck at the Boot Logo, now all works fine and I am trying to be up to date with the Roms.
Blubber120 said:
What worked with me, Problem is simmilar, I flaged the Boot.img and androidboot.img, which Werke attached in the custim Rom folder, too. Without that, I gut stuck at the Boot Logo, now all works fine and I am trying to be up to date with the Roms.
Click to expand...
Click to collapse
1. download the latest recovery from here https://dl.twrp.me/Z00A/ and firmware from here http://dlcdnet.asus.com/pub/ASUS/ZenFone/ZE551ML/UL-Z00A-WW-2.20.40.97-user.zip
2. download and install adb and fastboot driver from here http://forum.xda-developers.com/showthread.php?t=2317790 and intel usb drivers from here https://software.intel.com/en-us/android/articles/intel-usb-driver-for-android-devices
3.the adb driver should have installed in your pc OS drive [ which is C: ] put the downloaded recovery and firmware in that folder [where adb is installed] then in that folder, open command window by pressing shift and right click and a dialogue box will appear then open the command window from there and enter this command fastboot flash recovery {name of the recovery twrp something}.img then connect your phone to your pc and enter bootloader in your phone and press enter in command window.
4.after that put the downloaded firmware in any sdcard and put it in your phone then open recovery mode in your phone and go to reboot>recovery [yeah you have to reboot the recovery] then when recovery open again then go to wipe>advanced wipe> and select system,data,cache,dalvik and internal storage [internal storage is optional but if you choose it then it will wipe all your data in your phone] then wipe it and go to install section then choose the extsdcard [it should be written internal storage click on that then you can choose your external storage] then in the extstorage choose the firmware you downloaded and just swipe to flash.
5.patience ..because it would take time and maybe get stuck at 52% or 59% ..so just let it take time for installation [btw connect your phone to thr charger in this process]
6.after it done then reboot your phone and ALL DONE. [the first boot will take some mins to boot up]
Sent from my ASUS_Z00A
Hi everyone! I have a real problem with my phone. I tried to update the OS of the EMUI and Android from the server and the system crashed and i don´t know why!!! It force me to try to update and when it try connect to server, the phone shows it can´t connect to server. Someone have the ROM for the chinese market version of the Huawei Honor 8 (FRD-AL10) please!!! I looked in YouTube and the only way to update it reinstall the firmware, i founded one but it´s not working good at all (don´t show the keyword for example).
I downloaded this ROM to the SD card and force to update EMUI by the SD.
If someone can explain me another way for update the phone or the firmware, please tell me!!! Thank you!!!
I believe you can find your firmware version here : https://forum.xda-developers.com/honor-8/how-to/stock-rom-frd-t3459293
wyldemdd said:
I believe you can find your firmware version here : https://forum.xda-developers.com/honor-8/how-to/stock-rom-frd-t3459293
Click to expand...
Click to collapse
Thank you very much. Can i ask you wich method did you use for updated this phone. I mean how do i install the update please??
Send me a YouTube video if you like.
Daligon said:
Thank you very much. Can i ask you wich method did you use for updated this phone. I mean how do i install the update please??
Send me a YouTube video if you like.
Click to expand...
Click to collapse
You can extract the UPDATE.APP from the zip file and create a dload folder with the UPDATE.APP in it and copy it to the SD card. I believe your recovery is stock so power off your phone, power on the phone while holding VOL+ & VOL-. You will see emui recovery and it will install the UPDATE.APP from the SD card. Once finish just reboot your phone.
if you have TWRP install, you may have to flash the phone with the original recovery image first. Extract the required "RECOVERY.img" from an original "UPDATE.APP" file using the Huawei Update Extractor and then flash it using fastboot:
Enable developer mode and connect via USB
adb reboot bootloader
fastboot flash recovery RECOVERY.img
Reboot
Then, created a "dload" folder on your SD card and placed the original "UPDATE.APP" inside. Unplug USB (important!) and reboot while holding Vol+ & Vol-. This should install the original firmware from your SD card. You will lose all your data!
Finally, you can lock your bootloader:
Enable developer mode and connect via USB
adb reboot bootloader
fastboot oem relock <YourPersonalUnlockCodeHere>
Reboot
wyldemdd said:
You can extract the UPDATE.APP from the zip file and create a dload folder with the UPDATE.APP in it and copy it to the SD card. I believe your recovery is stock so power off your phone, power on the phone while holding VOL+ & VOL-. You will see emui recovery and it will install the UPDATE.APP from the SD card. Once finish just reboot your phone.
if you have TWRP install, you may have to flash the phone with the original recovery image first. Extract the required "RECOVERY.img" from an original "UPDATE.APP" file using the Huawei Update Extractor and then flash it using fastboot:
Enable developer mode and connect via USB
adb reboot bootloader
fastboot flash recovery RECOVERY.img
Reboot
Then, created a "dload" folder on your SD card and placed the original "UPDATE.APP" inside. Unplug USB (important!) and reboot while holding Vol+ & Vol-. This should install the original firmware from your SD card. You will lose all your data!
Finally, you can lock your bootloader:
Enable developer mode and connect via USB
adb reboot bootloader
fastboot oem relock <YourPersonalUnlockCodeHere>
Reboot
Click to expand...
Click to collapse
Thank you very much for your response, I will review this information this weekend and see if it works for me.
Dear, try to run the update by the process of volume up and down to take from the SD but it was impossible, I still throw the error.
I wanted to ask if you know how to unlock the bootloader to be able to do it by ADB and watch videos on YouTube and try different bootloader unlocking processes but did not serve.
Daligon said:
Dear, try to run the update by the process of volume up and down to take from the SD but it was impossible, I still throw the error.
I wanted to ask if you know how to unlock the bootloader to be able to do it by ADB and watch videos on YouTube and try different bootloader unlocking processes but did not serve.
Click to expand...
Click to collapse
Did you get your unlock from Huawei website? If not then register an account here
Once you're registered, login to your account and go to this site and click on unlock. scroll down and tick the agreement and click next.
Insert all the required details and proceed. you will get your unlock code. Save the code and keep it incase your need to relock your bootloader.
make sure you have enable USB debugging and enable oem unlock, then connect your phone to PC. In Adb type adb reboot bootloader to boot to fastboot mode. when in fastboot mode in adb type fastboot oem unlock *unlock code*
My problem is that I can not start the S. O, this with fail and I can not do the OEM authorization from it, if not already had it unlocked easier from the same android entering the code that I have.
I need to know if there is any way to unlock the bootloader to be able to enter the code ADB, the problem is that when you login to bootloader is locked, I need to find the way to unblock it without having to enable the debugger and OEM that I'm not Being able to enable it because the system does not work.
Since without this I am seeing that the ADB does not start me. It throws me error when running the FastBoot