Error: Cannot load twrp-2.8.7.1-h901.img - T-Mobile LG V10 Q&A, Help & Troubleshooting

I have been trying to Root my LG-V10 by T-Mobile recently, and it's being a pain in the rear.
So here is what I've tried:
Re-downloading TWRP
Renaming TWRP
Copy and pasting code
None of this worked.
Also; I don't want to end up bricking my phone.
Also, when I try to go into fastboot mode the custom way, (Power + Down) it will restart my phone over and over until I stop holding the two down.
{
"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"
}

This kind of looks like the "klickit" tool. Is that what you are using?
Make sure you have USB Debugging selected in developer options, and make sure you plug the device into the computer while the OS is booted. When you do that, make sure you are using the cable that came with the device... And make sure you check the option to always allow that particular PC to be trusted.
After that..
Honestly, if your device is already unlocked... Make this easy on yourself...
Remove the install.bat from the directory in your folder there...
Change the twrp files to a simple name...
Try "twrp3000.img" and "twrp2871.img"
Boot the phone into download mode by holding the power down button and plugging your USB cable into the phone while it is powered off...
Open your folder in windows there... And hold shift, then right click somewhere in the folder, select "open command prompt here" or something like that whatever it says...
Type the following command, without quotes, and hitting enter after each line:
"fastboot flash recovery twrp2871.img"
"fastboot boot twrp2871.img"
Your phone should then boot into recovery.
Also, make sure you don't try to boot the device before flashing your root.zip file, because you might have to do all of these steps again.

I will try that when I get home, however I did not also provide these things:
I enabled OEM
I enabled debugging
I put the setting to "always allow" when I did the abd/adb (forgot which one) devices.

Also try phone off hold volume down, connect usb cable to phone which is already connected to the comp. That should boot you straight into fastboot mode.

Maybe also try typing the first 3 letters of the twrp image file, then hit Tab... If it auto-completes the name of the file, then you know you and the file are in the right directory lol.

Related

Please fix half brick of my devices

Dear all,
I've used device name EBEN T4 (e人e本 T4 - from china). I rooted device and deleted/modified system. So, now it can not boot, it stuck at manufacter logo. I wiped data/factory reset or wipe cache but not success. So it need to be reflashed device roms.
Device allowed me to enter recovery mode and select update rom from zip file on SDCard (internal memory). I saved zip file on SDCard. BUT SDcard have so many folders and files in root folder, and zip file names "update.zip" - it means that it is on near last of list, and recovery limited number of line to view, so i could not browse to update file.
{
"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"
}
Device has Vol +/-, home, left, right, back, menu and power button. (Home + Power will bring me to recovery mode)
Device use CPU Freescale i.MX535, android 2.3.4, origional recovery system.
Please suggest me how to fix that by anyway.
P/S: I found that Back + Power will bring me to fastboot interface?
Need help so much
That's why you should backup your system before rooting etc. Do you have a stock image of your device?
eagleeyetom said:
That's why you should backup your system before rooting etc. Do you have a stock image of your device?
Click to expand...
Click to collapse
Thank you for reply.
This is stock image: http://update.eben.cn/t4/update.zip
I found that my device could enter fastboot mode by press back + power button.
When connect usb, screen show:
[fastboot mode]
fastboot is in init......
fastboot transfer buffer: 0x0000000
flash <1 word i cant recoginze> is MMC: 1
USB Mini b cable Connected!
fastboot initialized
USB_SUSPEND
USB_RESET
USB_RESET
Windows device Manager (on WIndows 7 32bit) shows that device connect (ADB), i'm used to use many ADB universal driver (google, ClockworkMod). When i used "fastboot devices" command, it reponsed nothing.
Could i connect to fastboot to update file update.zip to device? If ok, how i connect?
Fastboot will give you nothing, mate. Try to set up the ADB and use adb sideload <path/to/zip> without "<>" or delete folders in recovery by going to adb shell and changing the dir by cd command and removing them by rm -r foldername.
Good luck.

LG L70 recovery via fastboot (hard mode) (solves infinite loop and others)

If you killed your LG L70, and can no longer access the recovery menu, follow these steps.
First do the Download LG Laf Recovery multitool on your computer, and extract to any folder.
Turn off your device (advise that the clearance was connected via USB, but cases of infinite loop will not have as then is dispensable).
Plug in fastboot mode (when off connect USB and press vol +) will appear on a black screen as the image below:
{
"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"
}
Inside the folder you extracted before press Shift + click right mouse button, and click "Open command window here"
Enter [FONT="<font><font class="goog-text-highlight">Courier New</font></font>"]fastboot devices[/FONT] (to activate the fastboot) and hit enter.
Enter [FONT="<font><font class="">Courier New</font></font>"]fastboot boot recovery.img[/FONT] and press enter again.
Ready, your bricked device enter into recovery mode. With this you can install another rom normally or return to the previous rom if you made a backup.
Obs .: Do this only when your phone is not going into recovery mode by typing the command window "fastboot reboot recovery"
The next time you want to access the recovery, you can use the above command. You can also use the adb devices.
Sorry for my bad English, original post on my blog (Brazilian) search on google Arenandroid :Boa:
Excuse me, and what about flashing my device with stock rom? I can use android (turn it off, plugin usb, download mode, remove battery, and enter android) i want to get rid of all this problem, i regret downloading all fast boot and cwm things
Can i have a chat with someone via skype? Is for getting rid of fastboot please.
I speak english or spanish

HTC One X - Always opens up bootloader - Powerbutton doesn't select

So I've been researching this all day.. A friend gave me his phone and asked me to fix it. I charged it, and tried to boot it up, but all I'm seeing is the bootloader. I've tried to enter Fastboot, Recovery mode and Factory Reset, but all it does when I try to select an option with the power-button is go to the "next item". Pressing the volume up button also takes it to the "next item". Pressing the volume down button does nothing, which is weird, because that's the button that's supposed to go to the "next item".
Now, I've tried installing HTC sync manager on my computer in the hopes of maybe being able to do something, but whenever I try to install it, it gives me this error (sorry for the Swedish, it's just saying that an error occured during the installation of something, device component? That last word might be translated wrong):
{
"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"
}
This is what the bootloader looks like:
I've tried a few ADB commands, to no avail. Running
Code:
adb devices
returns an empty list. The same thing applies to
Code:
fastboot devices
Trying to run any other fastboot command just says "< waiting for device >"
I'm not able to boot up the Android OS, or anything else for that matter. Trying to turn the phone off boots it up into the bootloader again, forcing me to leave it plugged in so that it doesn't run out of battery.
The drivers appear to be installed just fine on my computer, even though I can't seem to install HTC Sync Manager:
I'm running out of ideas, and I'm not sure what to Google for anymore. I'm not sure what's been previously done to this phone. Is it possible to just, completely reset it through a computer, using a USB cable, even though I'm having difficulties doing the things mentioned above? If yes, how? What to Google for?
Thanks,
/Nanashi

I lost the TWRP Recovery!!

Guys, I installed the OS lineage on my Sony Z2 D6543. Perfect, except that in this process I lost the recovery, I used TWRP, now I have the 7.1 Nougat android, which is a good one. But I can not access recovery anymore. And do not even root on my device. Do you have any solutions for my problem? If so, I wanted to kindly pass the step by step, because I'm still kind of "Noob" in these processes. Thank you very much in advance!
First thing, reboot and login to recovery with pressing volume up button (not volume down).
If the above mentioned step didn't work for you then you can go further a flash a recovery image using "Minimal ADB Fastboot".
1- Make sure you have installed Sony Xperia Z2 D6503 PC drivers in order for your device to be recognized as an ADB device.
2- Install "Minimal ADB Fastboot" and make sure you make a desktop shortcut to make things easier.
3- Download a TWRP image from the official website.
4- Rename the image to "recovery", right click on the minimal ADB shortcut and open file location then move the image you've renamed to the folder.
5- On your device, go to settings/ about phone / click build number 7 times /step back, open developer options and enable USB debugging.
6- Open "cmd" and type the following command :
adb devices (to make sure your device is recognized)
7- Turn off your device and remove USB cable.
8- Press the power button with volume up simultaneously. (Blue LED indicate you're in Fastboot mode)
9- Type the following command :
fastboot flash recovery recovery.img
10- Power off and see if your device boots to recovery with either volume up or down.
Thank you for your attention and willingness to help. But in my case did not work, when I press the power button and volume + it turns on the blue led, but does not enter fastboot, it is only restarting. Until I release the key and it reboots and enters the system normally. I'm sending some prints of the fastboot program. If there's anything else I can do, thank you in advance!
{
"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"
}

Bootloader mode lost and device not anymore recognize under windows

Hello there,
my issue is that when i go in bootloader mode, i have a blackscreen, then my phone switch off. The system ui (custom rom Crdroid) and the recovery (orange fox) are working well.
I recognize also that when i reboot, i don't have anymore the MI logo where you have the status of your bootloader when it's unlocked.
More of it, when i plug it on windows , i cannot access to its usb storage (i tried also in mounting it through twrp, but same issue), nothing appears. For example, with an "adb devices" cmd command, no device can be found.
When i check the Windows devices manager, i can see an "unknown usb device" (i tried to force to reinstall drivers on it like the latest google usb driver, but windows refuse it, saying that it has the best and latest one for 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"
}
Debugging mode is well enabled
Drivers have been reinstalled (the latest miflashtool install all what is needed)
Nothing appears on my smartphone when i plug it to windows (before i had a notification ot choose in charge mode, usb mode, etc...)
Plug to different usb port has been done without succeess
The phone doesn't appear in miflashtool obv
Restoring a previous backup didn't change the issue (i'm using the custom rom crdroid).
I guess all the things are linked but how i can fix it if i don't have access anymore to my bootloader mode to be able to flash some *.img via fastboot or if i cannot transfer files to my phone to operate in recovery, and more WHAT to do?
I hope you guys, will be able to help. The issue can be really annoying, and stuck me in "no rom update and no transfers of anything possible" situation.
Thank you beforehand
@bonbonboy
Try flashing the firmware through recovery from here https://androidfilehost.com/?fid=11410963190603850663 then reboot device and send it to bootloader via command adb reboot bootloader
It works like a charm!
Mi logo back, adb commands run, usb transfers work and no more error in the device manager.
You saved my day :good::good::good: Thanks a lot !

Categories

Resources