error during installing TwRp - X 2014 Q&A, Help & Troubleshooting

I have unlocked my bootloader and when I try to install TWRP recovery and open a cmd write the commands 'adb devices' and "fastboot devices" to check whether connected or not it shows connected then reboot to to bootloader but when I put command "fastboot flash recovery recovery. img" I get " cannot load recovery. Img" . I also downloaded the latest TWRP victara and adb, fastboot aswell but can't get what problem is please Help guys!!!

Vedang V said:
I have unlocked my bootloader and when I try to install TWRP recovery and open a cmd write the commands 'adb devices' and "fastboot devices" to check whether connected or not it shows connected then reboot to to bootloader but when I put command "fastboot flash recovery recovery. img" I get " cannot load recovery. Img" . I also downloaded the latest TWRP victara and adb, fastboot aswell but can't get what problem is please Help guys!!!
Click to expand...
Click to collapse
So you got the latest ADB and Fastboot:
https://developer.android.com/studio/releases/platform-tools.html
You got the latest TWRP Victara:
https://twrp.me/motorola/motorolamotox2014.html
Extract ADB and Fastboot, and put the TWRP img file in the same folder, start command prompt as Admin and Change Directory to where the files are:
cd C:\Users\User\Downloads\platform-tools (this is just an example)
fastboot flash recovery twrp-3.2.1-0-victara.img
Boot into recovery immediately.

Vedang V said:
I have unlocked my bootloader and when I try to install TWRP recovery and open a cmd write the commands 'adb devices' and "fastboot devices" to check whether connected or not it shows connected then reboot to to bootloader but when I put command "fastboot flash recovery recovery. img" I get " cannot load recovery. Img" . I also downloaded the latest TWRP victara and adb, fastboot aswell but can't get what problem is please Help guys!!!
Click to expand...
Click to collapse
Did you install the Motorola USB Drivers?
https://motorola-global-portal.custhelp.com/app/answers/prod_detail/a_id/79106/p/30,75,27,
Did you type the full name of the img file, including .img

You must write fasstboot flash recovery (full name of the file ot rename it).img.
When is finished not take off the cable and run recovery from device bootloader.
Thats it.

Related

[Q] Stuck in a boot loop

Hi guys,
I'm stuck in a boot loop. I flashed a rom, and after that I'm stuck in a boot loop.
The device starts up, and after a short time it boots again. When I press Power - Vol down I can enter my bootloader. But when I choose to enter my recovery (I have a Nandroid ready) it starts to boot loop again.
Can anybody help me? Thanks in advance!
Go in fastboot and reflash the recovery, after you can restore the nandroid or reflash a rom
Guich said:
Go in fastboot and reflash the recovery, after you can restore the nandroid or reflash a rom
Click to expand...
Click to collapse
My ADB is not working. I'm trying to fix that, but my computer doesn't sees my One.
wybren said:
My ADB is not working. I'm trying to fix that, but my computer doesn't sees my One.
Click to expand...
Click to collapse
Umh, you're in recovery?
What's the error?
Guich said:
Umh, you're in recovery?
What's the error?
Click to expand...
Click to collapse
No, I'm in fastboot. I tried several USB-ports, removed the drivers and reinstalled them, but nothing seems to work.
When I plug my USB cable in "Fastboot" changes to "Fastboot USB", but when I open a command screen (Windows 7) and type "adb devices" no device shows up. So when I try to for exampe "adb reboot recovery" I get "error: device not found"
Sure, because in fastboot you have to use the fastboot command like:
Code:
fastboot devices
Code:
fastboot flash recovery nameofrecovery.img
etc etc
Guich said:
Sure, because in fastboot you have to use the fastboot command like:
Code:
fastboot devices
Code:
fastboot flash recovery nameofrecovery.img
etc etc
Click to expand...
Click to collapse
When I type "fastboot devices" I get the following error: "fastboot isn't recognized as a interal or external command, program or batchfile." (translated from dutch)
wybren said:
When I type "fastboot devices" I get the following error: "fastboot isn't recognized as a interal or external command, program or batchfile." (translated from dutch)
Click to expand...
Click to collapse
Because you don't have the fastboot file into your adb folder.
Download this, unrar this and use this as adb/fastboot folder (remember to copy/paste the recovery)
Guich said:
Because you don't have the fastboot file into your adb folder.
Download this, unrar this and use this as adb/fastboot folder (remember to copy/paste the recovery)
Click to expand...
Click to collapse
Allright thanks, I managed to succesfully flash a recovery (CWM). But when I reboot I see the recovery screen for half a second, and then it starts to boot loop again (same as before I flashed the recovery). I tried two other recoveries (CWMT and TWRP) but I get the same result.
Do I have other options left?
Try with and erase cache.
When in fastboot usb use the command:
Code:
fastboot erase cache
Guich said:
Try with and erase cache.
When in fastboot usb use the command:
Code:
fastboot erase cache
Click to expand...
Click to collapse
That did the job! Thanks a lot! I appreciate your help!
wybren said:
That did the job! Thanks a lot! I appreciate your help!
Click to expand...
Click to collapse
:good::good:

how Unbrick ASUS ZENFONE GO (ZB452KG)?

Hi!
First i want to apologize for my english and if i made a mistake posting a new thread.
I own an ASUS Zenfone GO (ZB452KG) and i tried to install a twrp recovery.
The phone it opens and get stuck on the asus logo and cant go cant go throught in recovery mode.
i already install the latest adb and usb driver.
please can you help me guys how to fixed my phone?
U should install twrp recovery by computer and install a custom rom for ur device.here is the way for installing twrp.
1)Goto official TWRP page and download twrp-2.8.x.x-xxx.img file for your Asus Zenfone Go ZB452KG. Keep twrp-2.8.x.x-xxx.img file in a separate folder.
2)Your PC must have ADB & fastboot installed and configured.
3)Now connect your device to your PC and goto twrp folder and press and hold shift then rightclick on white space and "Open command window here".
4)Now type following commands at command prompt.
"adb reboot bootloader" - to boot your device into bootloader.
after booting into bootloader type "fastboot flash recovery twrp-2.8.x.x-xxx.img" - this will flash TWRP recovery on your Asus Zenfone Go ZB452KG.
"fastboot reboot" - to reboot your device.
After reboot type "adb reboot recovery" - to boot into recovery mode.
If it is useful then hit a thanx.
raymond_bqg said:
U should install twrp recovery by computer and install a custom rom for ur device.here is the way for installing twrp.
1)Goto official TWRP page and download twrp-2.8.x.x-xxx.img file for your Asus Zenfone Go ZB452KG. Keep twrp-2.8.x.x-xxx.img file in a separate folder.
2)Your PC must have ADB & fastboot installed and configured.
3)Now connect your device to your PC and goto twrp folder and press and hold shift then rightclick on white space and "Open command window here".
4)Now type following commands at command prompt.
"adb reboot bootloader" - to boot your device into bootloader.
after booting into bootloader type "fastboot flash recovery twrp-2.8.x.x-xxx.img" - this will flash TWRP recovery on your Asus Zenfone Go ZB452KG.
"fastboot reboot" - to reboot your device.
After reboot type "adb reboot recovery" - to boot into recovery mode.
If it is useful then hit a thanx.
Click to expand...
Click to collapse
i cant go through in to the bootloader
kboy22 said:
i cant go through in to the bootloader
Click to expand...
Click to collapse
U didn't mention that .is bootloader unlocked or locked?
raymond_bqg said:
U didn't mention that .is bootloader unlocked or locked?
Click to expand...
Click to collapse
sir i cant find the twrp-2.8.x.x-xxx.img that you mentioned on your post
It's works without pc. Just download it's latest firmware from ASUS official web, put the zip file to sd card then install it by recovery mode.

No Command TWRP

Original: 7.1.1 Nougat
I unlocked Bootloader
I rooted
Installed TWRP
Wiped
Installed 8.1 rom
installed gapps
Installed Magisk 16
reboot to recovery -> No command
When i go back to bootloader and re install twrp via wugs, it works and loads. If I reboot into recovery again, even from twrp, it gives me the no command error.
Any solutions on how to permanently get twrp running
Yes. Stop using the toolkit.
You need to actually see the messages fastboot generates. To do that, you're going to need to use ADB and Fastboot directly, without the toolkit. Get Minimum ADB and Fastboot from the forums (search for it) and install it. Make sure USB debugging is enabled in settings, then open up a command prompt to the directory where you installed Minimum ADB & Fastboot. In that command prompt type the following commands.
"adb devices" - lists the connected devices. If you see a device, continue.
"adb reboot bootloader" - self explanatory. The equivalent of pressing power and volume down.
"fastboot flash recovery recovery.img" - self explanatory. Replace "recovery.img" with the actual name of the file.
"adb reboot recovery" - should take you directly to the recovery. "adb reboot bootloader" and the volume keys should also work as an alternative.

[Recovery] Persistent recovery TWRP 3.2.3.0 for Sakura

After several time failing to flash persistent TWRP, i figure out that miui boot image overwrite custom recovery maybe. Thus, although flashing twrp via adb successfully but it will go back Mi recovery after reboot device.
Let follow my step to reach successful installation persistent TWRP
1. Unlock bootloader your device is prerequisite
2. Down load ADB & TWRP(sakura).img
3. Access into fastboot mode by holding Pow + vol-
4. Shift + Righ click at ADB folder and chose "open command window here"
5.Type command "fastboot flash antirbpass twrp.img" => your sakura will access into TWRP
Not use command "fastboot flash recovery twrp.img" ortherwise you will get error : FAIL (remove: rollback version downgrade)
Remember : never let your device boot into Miui otherwise you will fail
6. In TWRP chose wipe/format data – type yes .After that you chose reboot/recovery. Now your device return fastboot mode again
7.In PC type command "fastboot boot twrp.img" => your device access into TWRP
8. In TWRP chose install/install image then select file TWRP.img and sweep for installing
Now TWRP was installed persistent in your device
TWRP: https://dl.twrp.me/sakura/
nguyenduytrungts said:
After several time failing to flash persistent TWRP, i figure out that miui boot image overwrite custom recovery maybe. Thus, although flashing twrp via adb successfully but it will go back Mi recovery after reboot device.
Let follow my step to reach successful installation persistent TWRP
1. Unlock bootloader your device is prerequisite
2. Down load ADB & TWRP(sakura).img
3. Access into fastboot mode by holding Pow + vol-
4. Shift + Righ click at ADB folder and chose "open command window here"
5.Type command "fastboot flash antirbpass twrp.img" => your sakura will access into TWRP
Not use command "fastboot flash recovery twrp.img" ortherwise you will get error : FAIL (remove: rollback version downgrade)
Remember : never let your device boot into Miui otherwise you will fail
6. In TWRP chose wipe/format data – type yes .After that you chose reboot/recovery. Now your device return fastboot mode again
7.In PC type command "fastboot boot twrp.img" => your device access into TWRP
8. In TWRP chose install/install image then select file TWRP.img and sweep for installing
Now TWRP was installed persistent in your device
TWRP: https://dl.twrp.me/sakura/
Click to expand...
Click to collapse
there is an easier way ,,...
stock miui stock miuui recovery:
fastboot boot twrpname.img
in booted twrp flash twrp img.
done

Twrp Testing for all versions of op7_pro

This thread is intended to get a fully working twrp for our new device sooner than later by more of us participating.
This is a testing thread so YES ANYTHING CAN GO WRONG. But most likely will not go wrong..
All test builds compiled by me are from @mauronofrio source code
https://github.com/mauronofrio/android_device_oneplus_guacamole_TWRP
This guide was copied and pasted from @mauronofrio Twrp thread.
Install guide:
Actually seems "fastboot boot twrp.img" is not working so we need to use another guide:
1. Install fastboot tools from google's sdk on your PC
2. Enter fastboot mode
3. Unlock your bootloader
4. Now you should check which slot are you using with this command "fastboot getvar current-slot"
5. Now you should change the slot in use with this command "fastboot --set-active=*" you should replace with the slot is not in use, for example if you are using slot a the command will be "fastboot --set-active=b"
6. Now you should flash the twrp in the boot partion using this command "fastboot flash boot twrp.img"
7. Now reboot the device with in recovery mode scrolling the menu with the volume button and selecting "Recovery Mode" with the power button
8. First thing go in reboot menu and restore the old active slot
9. Now you can flash the installer (Actually you can do it using sideload, start sideload server from twrp advanced menu and from pc use this command "adb sideload twrpinstaller.zip")
If you are already rooted, you can skip all and directly flash the installer like a magisk module. Always remember that after you flashed the installer you will be unrooted.
Tips:
If you alread have a twrp flashed you can only flash the new installer zip or the new installation method to update your TWRP (remember to flash again magisk or your system will not boot).
If you have some problems with backup, like 255 error or something similar please check this guide: https://forum.xda-developers.com/one...e-999-t3801632
For the Bacups use always "system_image" and "vendor_image" instead of "system" and "vendor".
I need the following logs in order to find issues.
start a terminal window and enter below commands to get the logs
When TWRP boots enter below commands in terminal:
Code:
adb shell "getprop" > getprop.txt
adb pull /tmp/recovery.log
adb shell "dmesg" > dmesg.log
adb logcat > logcat.txt
and post the files here.
Links will be in post #2
Links to test builds
Test-0.2 f2fs filesystem
Twrp.img https://www.androidfilehost.com/?fid=1395089523397969888
Twrp installer https://www.androidfilehost.com/?fid=1395089523397969887
Test-0. 3 ext4 filesystem
Twrp.img https://www.androidfilehost.com/?fid=1395089523397969903
Installer https://www.androidfilehost.com/?fid=1395089523397969902
Under 6. Should we be using "fastboot flash recovery xxx.xxx" or the one from the post?
I might be able to test evening today.
Sent from my GM1911 using Tapatalk
vickyjusme said:
Under 6. Should we be using "fastboot flash recovery xxx.xxx" or the one from the post?
I might be able to test evening today.
Sent from my GM1911 using Tapatalk
Click to expand...
Click to collapse
fastboot flash boot twrp-test.img
Tried this method, but TWRP does not load. Stuck on this (image attached)
Reboot sticks to this screen again. Cannot access fastboot from here, but I can see my device from adb devices. Help me?
https://imgur.com/1s6dejl
Edit: start by power on+volume down loads fastboot.. Phew...
vukis said:
Tried this method, but TWRP does not load. Stuck on this (image attached)
Reboot sticks to this screen again. Cannot access fastboot from here, but I can see my device from adb devices. Help me?
https://imgur.com/1s6dejl
Edit: start by power on+volume down loads fastboot.. Phew...
Click to expand...
Click to collapse
Where are the logs. Please don't test and not provide logs. But thanks for informing test 0.3 doesn't work.
Just wondering how long you waited.

Categories

Resources