Nexus 5. Wiped the OS. Need Help. - Android Q&A, Help & Troubleshooting

Hello everyone.
I wanna start this by saying that I'm very new to all this rooting and custom roms.
So I rooted my Nexus 5 and installed multirom and a couple of roms, being the tinkerer that I am, I went to the recovery settings to mess with it, and I wiped the phone clean by mistake. Everything gone, even the OS.
Now I have no idea how to fix it, any help will be appreciated.

iyzyz said:
Hello everyone.
I wanna start this by saying that I'm very new to all this rooting and custom roms.
So I rooted my Nexus 5 and installed multirom and a couple of roms, being the tinkerer that I am, I went to the recovery settings to mess with it, and I wiped the phone clean by mistake. Everything gone, even the OS.
Now I have no idea how to fix it, any help will be appreciated.
Click to expand...
Click to collapse
Boot into TWRP recovery and connect to your PC. Download a ROM from your development forums to your PC. You should see your nexus 5 internal storage listed on your PC. Drag and drop the ROM from PC to your internal storage. Flash ROM with TWRP, profit.

Evolution_Tech said:
Boot into TWRP recovery and connect to your PC. Download a ROM from your development forums to your PC. You should see your nexus 5 internal storage listed on your PC. Drag and drop the ROM from PC to your internal storage. Flash ROM with TWRP, profit.
Click to expand...
Click to collapse
When I choose Recovery Mode in the bootloader, I just get a black screen and it stays that way!

I don't know how you managed to wipe the recovery but here is how to fix it:
Download TWRP for nexus 5
Boot into bootloader, connect to pc and:
fastboot flash recovery /path/to/recovery.img
if that doesnt work do this:
fastboot boot /path/to/recovery.img

nagalun said:
I don't know how you managed to wipe the recovery but here is how to fix it:
Download TWRP for nexus 5
Boot into bootloader, connect to pc and:
fastboot flash recovery /path/to/recovery.img
if that doesnt work do this:
fastboot boot /path/to/recovery.img
Click to expand...
Click to collapse
Sorry but how do I type this " /path/to/recovery.img" in the command prompt? I have the twrp file on the desktop.

iyzyz said:
Sorry but how do I type this " /path/to/recovery.img" in the command prompt? I have the twrp file on the desktop.
Click to expand...
Click to collapse
Make sure you have the TWRP.IMG somewhere where fastboot can find it, ie in your platform-tools folder. Open command prompt there by holding shift and right clicking in that location. Select open command window here. Then type: fastboot flash recovery (name of)recovery.img
I suggest renaming the TWRP IMG to either recovery.img or TWRP.img , remember, Windows will automatically add the extension so only rename it TWRP or recovery. Otherwise, you'll end up with a file named recovery.img.img
Then after renaming, you'd type:
fastboot flash recovery TWRP.img or if renamed to recovery:
fastboot flash recovery recovery.img

Evolution_Tech said:
Make sure you have the TWRP.IMG somewhere where fastboot can find it, ie in your platform-tools folder. Open command prompt there by holding shift and right clicking in that location. Select open command window here. Then type: fastboot flash recovery (name of)recovery.img
I suggest renaming the TWRP IMG to either recovery.img or TWRP.img , remember, Windows will automatically add the extension so only rename it TWRP or recovery. Otherwise, you'll end up with a file named recovery.img.img
Then after renaming, you'd type:
fastboot flash recovery TWRP.img or if renamed to recovery:
fastboot flash recovery recovery.img
Click to expand...
Click to collapse
Oh nevermind I got it from here
When I try to flash the rom I get this
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
EDIT: IT WORKED! I downloaded a Cyanogen rom and it worked! Thanks a lot everyone.

Related

[Q] Please help Bootloop, Recovery dead.

I have an uk atrix, unlocked bootloader, rooted and has had many roms successfully flashed before.
I decided to go from MROM to Neutrino, did a wipe and installed fine in recovery, rebooted and it ran like normal!
I then Installed, GPS mod, Gapps, Theme chooser and Clock mod in recovery and rebooted
im now stuck in a motorola logo boot loop and when i try to boot into recovery the screen is just blank black with no writing
could somebody please help urgently i need my phone for tomorrow, what are my options?
thank you.
is there any way i can use fastboot? although im not sure how it works so i would need a little help! please
Bump
help? please?
Pull the battery out and plug your phone into USB.
Hold DOWN volume and then put your battery back (while holding down the volume)
Se if fastboot is there.
Did you look here?
http://forum.xda-developers.com/showthread.php?t=1905222
okay i have managed to fastboot and erase my old recovery in order to replace with a new one to see if it works, but im not sure where to place the recovery.img so fastboot can find it and flash it to my phone? will somebody help please?
Rhadamg said:
Pull the battery out and plug your phone into USB.
Hold DOWN volume and then put your battery back (while holding down the volume)
Se if fastboot is there.
Click to expand...
Click to collapse
yes i have fastboot im currently trying to replace my recovery to see if another version will boot up, just not sure which directory to place my new recovery img so fastboot can find it? all i need now is to flash a new one the old is wiped out
upndwn4par said:
Did you look here?
http://forum.xda-developers.com/showthread.php?t=1905222
Click to expand...
Click to collapse
yes thank you i am currently half way through fastboot im stuck though
heres what my cmd says
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
i think i have img is wrong directory, where should it be so it can load?
do i place it somewhere near my SDK directory?
Pixelguy said:
heres what my cmd says
i think i have img is wrong directory, where should it be so it can load?
do i place it somewhere near my SDK directory?
Click to expand...
Click to collapse
You must use:
moto-fastboot erase recovery
moto-fastboot flash recovery XXXXXXX.img
Search for Moto-Fastboot. Fastboot only doenst do the job to our Atrix.
Rhadamg said:
You must use:
moto-fastboot erase recovery
moto-fastboot flash recovery XXXXXXX.img
Search for Moto-Fastboot. Fastboot only doenst do the job to our Atrix.
Click to expand...
Click to collapse
okay i have downloaded moto fastboot instead
now whenever i try and install recovery it says it cannot be found, where do i place my recovery.img file?
thanks.
Pixelguy said:
okay but i have already fastboot and fastboot recovery erase, should i do it again using moto fastboot? and what shall i type to write path to directory my img is in c:/android/cmw, how would i write this in cmd? moto-fastboot flash recovery recovery C:\android\cmw????
im really bad with this im noob
Click to expand...
Click to collapse
You must put the Recovery at the same folder as moto-fastboot.
Download moto-fastboot here:
http://forum.xda-developers.com/showthread.php?t=1905222
down there, attached files: fastboot_moto-fastboot_ADB.zip - [Click for QR Code] (328.7 KB, 48 views)
as moto-fastboot and the recovery img are in the same folder, just do this:
moto-fastboot erase recovery
moto-fastboot flash recovery XXXXX.img (where XXXX.img is the name of the image file. Dont forget to put .img at the end of the file)
Rhadamg said:
You must put the Recovery at the same folder as moto-fastboot.
Download moto-fastboot here:
http://forum.xda-developers.com/showthread.php?t=1905222
down there, attached files: fastboot_moto-fastboot_ADB.zip - [Click for QR Code] (328.7 KB, 48 views)
as moto-fastboot and the recovery img are in the same folder, just do this:
moto-fastboot erase recovery
moto-fastboot flash recovery XXXXX.img (where XXXX.img is the name of the image file. Dont forget to put .img at the end of the file)
Click to expand...
Click to collapse
EDIT: It had worked! thank you very very much! !!

[Q] Boot Loop

I hate to be a newbie but I really read through the entire troubleshooting guide and didn't really understand how to proceed.
I have a rooted Evo 4G LTE with latest stock ROM and TWRP recovery installed (2.5).
This morning my device was pissing me off so I thought it would be a good idea to flash it with CyanogenMod. I went into TWRP, wiped EVERYTHING. loaded the CYanogen Zip on the SD Card, and flashed. Device went right into soft brick.
Tried to flash a couple of other ROMS, also didn't work. in the mean time I discovered BeanStalk which I think is the ROM I want to use.
I have ADB / Fastboot / Latest drivers installed on my computer but when I try to do anything it acts like the device is not connected.
Any advice how to proceed?
From the troubleshooting guide I think my problem might be:
Missing ROM Due to a misunderstanding, you have already wiped all ROM data from phone (cache, dalvik, and system) and fastboot flashed the kernel. Now phone hangs on HTC boot screen and will not load Android. Only the kernel has been flashed, the screen hangs because there is no OS to load. Fear not, return to recovery and flash the ROM package that your boot.image originated from. Now select reboot to system and wait for your phone to restart. The kernel will boot, your OS will load, and all will be right with the world.
Click to expand...
Click to collapse
But I already tried to flash the rom package ( I think).
Help would be much appreciated! thank you!
yoerz said:
I hate to be a newbie but I really read through the entire troubleshooting guide and didn't really understand how to proceed.
I have a rooted Evo 4G LTE with latest stock ROM and TWRP recovery installed (2.5).
This morning my device was pissing me off so I thought it would be a good idea to flash it with CyanogenMod. I went into TWRP, wiped EVERYTHING. loaded the CYanogen Zip on the SD Card, and flashed. Device went right into soft brick.
Tried to flash a couple of other ROMS, also didn't work. in the mean time I discovered BeanStalk which I think is the ROM I want to use.
I have ADB / Fastboot / Latest drivers installed on my computer but when I try to do anything it acts like the device is not connected.
Any advice how to proceed?
From the troubleshooting guide I think my problem might be:
But I already tried to flash the rom package ( I think).
Help would be much appreciated! thank you!
Click to expand...
Click to collapse
If you are s-on you have to fastboot flash or use Flash Image GUI to flash the boot.img/kernel first then flash the rom from twrp
bigdaddy619 said:
If you are s-on you have to fastboot flash or use Flash Image GUI to flash the boot.img/kernel first then flash the rom from twrp
Click to expand...
Click to collapse
Thanks for the help man, I'm just not sure HOW to flash the boot.img/kernel first then flash the rom from twrp
1. Where do I get the Boot.img/kernel? is it just a file I download?
2. What's the command to flash it to the device?
THANK U
You can get a copy of Flash Image GUI here to flash the kernel or pull the boot.img from the rom zip and put it in the folder you have adb and fastboot in and fastboot flash from there.
Here is a guide you can look at to show you how to do the whole process
http://forum.xda-developers.com/showthread.php?p=40848479#post40848479
bigdaddy619 said:
You can get a copy of Flash Image GUI here to flash the kernel or pull the boot.img from the rom zip and put it in the folder you have adb and fastboot in and fastboot flash from there.
Here is a guide you can look at to show you how to do the whole process
http://forum.xda-developers.com/showthread.php?p=40848479#post40848479
Click to expand...
Click to collapse
Well, clearly "Flash Image GUI" isn't going to help me because as I stated before, my device is in boot loop.
I've placed boot.img in my C:\ROOT folder where I keep all my root related files (like ADB and FASTBOOT) but when I run the command:
fastboot flash boot.img
I get the error: unknown partition 'boot.img' error cannot determine image filename for boot.img
Should be
fastboot flash boot boot.img
at this point it just goes < WAITING FOR DEVICE >
I think this is part of the problem. Even though I installed the latest HTC Drivers it seems the computer isn't recognizing the device. When I'm in TWRP and I mount it - it DOES show up in My computer. But not when I'm at that first boot menu.
yoerz said:
at this point it just goes < WAITING FOR DEVICE >
I think this is part of the problem. Even though I installed the latest HTC Drivers it seems the computer isn't recognizing the device. When I'm in TWRP and I mount it - it DOES show up in My computer. But not when I'm at that first boot menu.
Click to expand...
Click to collapse
Try this
On your PC go to device manager and find your phone, right click and select properties
Select the driver tab
Select update driver
Select browse my comp
Let me pick
Look for ADB USB device or similar should be one of the first couple choices
Select MyHTC install and you should be good
Whats next
OK! turns out I just needed a restart. I ran the command:
C:\ROOT>fastboot flash boot boot.img
sending 'boot' (5770 KB)...
OKAY [ 0.899s]
writing 'boot'...
OKAY [ 1.461s]
finished. total time: 2.360s
Now what? what's the next command? do I flash the rom? the recovery?
yoerz said:
OK! turns out I just needed a restart. I ran the command:
C:\ROOT>fastboot flash boot boot.img
sending 'boot' (5770 KB)...
OKAY [ 0.899s]
writing 'boot'...
OKAY [ 1.461s]
finished. total time: 2.360s
Now what? what's the next command? do I flash the rom? the recovery?
Click to expand...
Click to collapse
Choose recovery from the bootloader then flash the rom like you normally would
ALL GOOD
NEVER MIND! That totally did it! Wonderful! Thank you so much for your help man!
I REALLY appreciate it!
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}

[Q] [HELP][BRICKED][NO_FASTBOOT][NO_RECOVERY]Htc one plus bricked

Hello devs,
here i will write what my friend did with his phone htc one x plus
1.unlocked bootloader successfully
2.flashed recovery, some uncompatible kernel , img files Without rooting.
After this, phone was not booting , now recovery is also not working.
Even phone is not accepting the adb fastboot commands.
1. whenever i boot in HBoot it search for a file .zip from sd card (for what i dont know)(while connected to computer)
2.it shows the "fastboot usb" but computer says device not found. Drivers are installed. Checked with other htc device so they are working fine
3.Is there any way to take to stock via RUU installations.
please guide me with tutorials.
please help me with this problem.
thanks in advance.
bhushan46 said:
Hello devs,
here i will write what my friend did with his phone htc one x plus
1.unlocked bootloader successfully
2.flashed recovery, some uncompatible kernel , img files Without rooting.
After this, phone was not booting , now recovery is also not working.
Even phone is not accepting the adb fastboot commands.
1. whenever i boot in HBoot it search for a file .zip from sd card (for what i dont know)(while connected to computer)
2.it shows the "fastboot usb" but computer says device not found. Drivers are installed. Checked with other htc device so they are working fine
3.Is there any way to take to stock via RUU installations.
please guide me with tutorials.
please help me with this problem.
thanks in advance.
Click to expand...
Click to collapse
S-ON = No Brick.
Recovery and "img files" Don't need root.
Nothing is called adb fastboot
Connect phone in fastboot mode (Power + Volume Down > Fastboot)
Then use the "fastboot devices" command.
Flash twrp 2.8.6 http://dl.twrp.me/enrc2b/twrp-2.8.6.0-enrc2b.img
Flash a compatible kernel.
Device should be "fixed"
Search for "RUU enrc2b" . RUU depends on your CID.
Ghand0ur said:
S-ON = No Brick.
Recovery and "img files" Don't need root.
Nothing is called adb fastboot
Connect phone in fastboot mode (Power + Volume Down > Fastboot)
Then use the "fastboot devices" command.
Flash twrp 2.8.6 http://dl.twrp.me/enrc2b/twrp-2.8.6.0-enrc2b.img
Flash a compatible kernel.
Device should be "fixed"
Search for "RUU enrc2b" . RUU depends on your CID.
Click to expand...
Click to collapse
First of all thank you so much for your reply.
Yeah thats great, i have S-on .
But Fastboot mode is not working .
When i connect phone to computer it shows fastboot usb but no command works.
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
see that image.
bhushan46 said:
First of all thank you so much for your reply.
Yeah thats great, i have S-on .
But Fastboot mode is not working .
When i connect phone to computer it shows fastboot usb but no command works.View attachment 3256147
see that image.
Click to expand...
Click to collapse
Useful reading
http://forum.xda-developers.com/showthread.php?t=2277112
http://wiki.cyanogenmod.org/w/Doc:_fastboot_intro
http://androidforums.com/threads/list-of-fastboot-command.714676/
https://www.google.co.uk/webhp?sourceid=chrome-instant&ion=1&espv=2&ie=UTF-8#q=how+to+fastboot
https://www.google.co.uk/webhp?sourceid=chrome-instant&ion=1&espv=2&ie=UTF-8#q=what+is+fastboot
https://www.google.co.uk/webhp?sourceid=chrome-instant&ion=1&espv=2&ie=UTF-8#q=adb+and+fastboot
Lloir said:
Useful reading
http://forum.xda-developers.com/showthread.php?t=2277112
http://wiki.cyanogenmod.org/w/Doc:_fastboot_intro
http://androidforums.com/threads/list-of-fastboot-command.714676/
https://www.google.co.uk/webhp?sourceid=chrome-instant&ion=1&espv=2&ie=UTF-8#q=how+to+fastboot
https://www.google.co.uk/webhp?sourceid=chrome-instant&ion=1&espv=2&ie=UTF-8#q=what+is+fastboot
https://www.google.co.uk/webhp?sourceid=chrome-instant&ion=1&espv=2&ie=UTF-8#q=adb+and+fastboot
Click to expand...
Click to collapse
Hahaahahhaa Perfect description.
@OP:
ADB and Fastboot are two different things.
You DO NOT NEED ADB.
DO NOT WRITE ADB
Write "fastboot devices" directly, and your device will show up.
And please do read all the links lloir provided.
Thank you so much guys.. @Lloir nd @Ghandour

Root, How do adb fastboot commands work? need help

Hello, I am student at my university studying Computer Science. I work in tech support at my school. This is the first time I have modified the android os. The community on xda has been really helpful and knowledgeable. I have created an account to see if anyone else has done the same thing I have. Anyway read below for my post.
I am trying to change the recovery on my phone to twrp. Let me start out by saying I rooted my phone before on build number 130 (KIW-L24,Android 5.1,EMUI 3.1,C567B130,United States, Channel-Others). I used the instructions here and it worked http://forum.xda-developers.com/honor-5x/development/root-kiw-l24-usa-kiwi-t3305190.
I then decided to update through the huawei updater to build number 151 (KIW-L24, Android 5.1, EMUI 3.1, C567B151, United States, Channel-Others). It eventually got to a black EMUI menu with installing 0%. So I powered it off even though it warned against it. So my phone was bricked so I followed instructions at http://forum.xda-developers.com/honor-5x/help/bricked-honor-5x-t3328308 and my phone worked again.
Okay so now I want to root my phone so I follow the instructions for rooting. Problem is that I can not replace the EMUI recovery with twrp recovery. I am guessing that it may be because 151 is a security update.
I use these commands on adb with the twrp_kiwi.img in my adb folder(named .android by default)
adb reboot bootloader
fastboot flash recovery twrp_kiwi.img
fastboot reboot
adb reboot recovery
So I wanted to see if I could put the old firmware back so I followed the instructions for bricked device. But the fastboot commands don't seem to do anything with the .img files.
fastboot flash boot boot.img
fastboot flash recovery recovery.img
fastboot flash system system.img
fastboot flash cust cust.img
fastboot reboot
Yea so I am lost as to why fastboot commands arent working as it says finished and any advice would be appreciated.
Also is it possible to format the phone similar to a pc and use adb to flash the firmware back on.
I want to eventually backup my phone and put cyanogenmod on it.
... I am guessing that it may be because 151 is a security update
Click to expand...
Click to collapse
If your bootloader is unlocked, you should be able to flash what you want.
Have you tried reinstalling the Android device drivers on your PC?
JT-on said:
If your bootloader is unlocked, you should be able to flash what you want.
Have you tried reinstalling the Android device drivers on your PC?
Click to expand...
Click to collapse
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Arobase40 said:
Is this really for a private use unless you are trying to ask us to do your university exercises for you ? LOL
And as you felt need to mention "I am student at my university studying Computer Science. I work in tech support at my school.", you should know first University mission is to teach you to search and exercise by yourself, to do things step by step and to guess by yourself what was wrong. ^^
Just one tip and advice : read up your own post carefully and you should find out what you've done wrong...
Click to expand...
Click to collapse
That was just background information unrelated to my post. I am currently trying to see if I can put the old firmware back to see if it fixes the problem.
honor5x_student said:
That was just background information unrelated to my post. I am currently trying to see if I can put the old firmware back to see if it fixes the problem.
Click to expand...
Click to collapse
TWRP works just fine on B151
plug in usb / Shut down the phone
boot to the bootloader (power + vol down)
open command prompt on PC
fastboot flash recovery twrp_kiwi.img
hold volume up + volume down + power till you see TWRP (about 14 seconds)
In TWRP choose reboot / recovery
Say yes to Root
recovery will reload / flash your rom
If you want to return to Stock use this >> https://www.androidfilehost.com/?fid=24459283995315154
instructions are in the zip

[FW] 7.1.1 & 6.0.1 Service Tech Firmwares - Debrick - Upgrade - Downgrade

FOR THE ASUS 3 ZOOM ZE553KL
I Found These Working Asus Service Technicians Full Stock Firmwares. They Include Files That Are Not In Asus' Website FW.
Includes The Last 7.11 Nougat Before Oreo Was Released
Info I Found About Tech Fw:
note that this firmware is different from the usual firmware by asus. It is used for servicing the phone, it restores all partition from factory except for imei, s/no, mac address etc. Google account lock is active in this firmware.
The firmware is used by asus flash tool to restore your phone partitions. If by any chance, the restore is not successful using the tool, just unzip the file and flash manually (flashall_aft.cmd)
you need this firmware if your partitions are totally corrupted (example if you cannot go into fastboot mode). Most of the time, bricked phones can be restored by flashing asus stock recovery (recovery.img), then stock asus firmware. If that doesn't solve the bricking, then you will need the raw/service firmware.
Click to expand...
Click to collapse
These Are Untouched Full Stock FW
You Can Just Flash The Normal Files Recovery.img, Boot.img And System.img To Change Android Versions Or To Unbrick
Recovery.img, Boot.img And System.img And The Emmc_appsboot_8953.mbn File (Could Be The Bootloader)were The Only Changes Throughout The Fw's, All The Other Files/partitions Are The Same Such As The Radios Etc
The Bootloader Lock Status Doesnt Get Changed Afaik
You Can Still Update Using Asus' Builtin Update
They Are In Zip Format, Unzip Them To Their Own Folder
HOWTO FLASH
PREREQUISITES:
Make A Nandroid Backup
If Bootable Remove/Signout Of Google Account
(Might Work With Locked Bootloader, IDK)
Ze553kl(Zenfone3 Zoom) Phone With Unlocked Bootloader(used unlocker apk from asus website when phone was in running state)
Unlocking Bootloader App Available From Asus - was for upto nougat 7.11
Usb Asus Drivers
Usb Debugging Enabled On Phone, Maybe Not But Wont Hurt To Try
Computer Running Windows
Usb Data Cable For Phone
ON PHONE
If Bootable Enable Usb Debugging, Uncheck Verify Apps Via Usb, Remove Google Account
Backup Internal Sdcard - Most Def As It Will Get Wiped
Make Nandroid Backup
Remove Sdcard, Just In Case
Put Phone Into Fast Boot Mode- Unplugged, Phone Powered Off - Vol Up + Power Button Pressed, Hold Both Until Screen Comes On.
Plug Usb In Cable To Phone From Pc.
METHODS:
After Unzipping Them To Their Own Folder
1. From Within The Extracted Folder Double Click "Flashall_aft.cmd" Will Auto Open Command Prompt And Start Flashing All The Files Via Its Included Fastboot, Or....
2. Manually Open Command Prompt Within The Unzipped Folder And Type "Flashall_aft.cmd", Or....
3. Use Your Local Copy Of Adb/Fastboot And Manually Flash These Files And Commands:
Code:
fastboot flash recovery recovery.img
fastboot flash boot boot.img
fastboot flash system system.img
fastboot format userdata
fastboot reboot
------------------------------------------------------------------------
IF STILL BRICKED OR ODD BEHAVIOR BUT CAN BOOT TO BOOTLOADER/FASTBOOT THEN DO THESE COMMANDS WHEN IN FASTBOOT MODE
Code:
fastboot erase system
fastboot erase recovery
fastboot erase boot
fastboot erase userdata
fastboot -w
fastboot erase splash
fastboot erase cache
THEN RE-BOOT BACK INTO BOOTLOADER AND CHOOSE ONE OF THE THREE METHODS
- -------------------------------------------------------------------------------------
Disclaimer Im Not Responsible For Yours Or Anyone Elses Devices, Do At Your Own Risk
DOWNLOADS
FIRMWARES I FOUND UPLOADED TO ANDROIDFILEHOST:
CHECK THE MD5 AFTER DOWNLOADING.
ZE553KL-WW_71.60.139.30_7.1.1_NOUGAT_2018/03.zip - The Last Nougat Before Release Of Oreo
Just Want To Flash The Base Files, Goto This Thread By Me
ZE553KL-WW-20.32.67.25_7.1.1_NOUGAT_2017/07.zip
ZE553KL-WW_11.40.86.71_ 6.0.1_MM_2017/04.zip - Not Tested By Me
ZE553KL-WW_10.40.47.107_6.0.1_MM_2017/02.zip - Afaik The Initial Fw Shipped W/the Phone
ADB_FASTBOOT_1.4.1.ZIP
SCREENSHOTS
ZE553KL-WW_71.60.139.30_7.1.1_NOUGAT_2018/03
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
..
ZE553KL-WW_10.40.47.107_6.0.1_MM_2017/02
..
..
..
Hi all, which twrp for ze553kl mm?
Ciao
Bassofondale said:
Hi all, which twrp for ze553kl mm?
Ciao
Click to expand...
Click to collapse
try the latest from here, currently twrp-3.2.3-0-Z01H-20181014.img
https://mega.nz/#F!p90wgAaY!l1JbJilmAUEKTKWu43pT9w
Thank you!

Categories

Resources