Fastboot command flashing recovery SOLVED - Nexus 4 Q&A, Help & Troubleshooting

Hi guys,
Got my Nexus 4 today and want to root it, allready unlocked it but can get the recovery to get flashed. On earlier Nexuses i recall placing the recovery.img in android-sdk/platform-tools and in fastboot the command fastboot flash recovery recovery.img would do the job. But now it isn`t, what an i doing wrong? Fastboot drivers are properly installed as i was able to unlock the phone with adb.
Would appreciate some helpfull tips.

did you rename it recovery.img?
Sent from my Nexus 4 using xda premium

Does it return an error or is it just not sticking?

El Daddy said:
Does it return an error or is it just not sticking?
Click to expand...
Click to collapse
Yes i named it recovery.img and it doesn`t seem to find to file, no other messages like misstakes/fc.

gee2012 said:
Yes i named it recovery.img and it doesn`t seem to find to file, no other messages like misstakes/fc.
Click to expand...
Click to collapse
Why not just use the toolkit...makes it 1000000000 times easier...

gee2012 said:
Yes i named it recovery.img and it doesn`t seem to find to file, no other messages like misstakes/fc.
Click to expand...
Click to collapse
This may be a silly suggestion but windows auto names the extension. So really you just have to name the file "recovery"

zbt1985 said:
Why not just use the toolkit...makes it 1000000000 times easier...
Click to expand...
Click to collapse
That`s true, but i would like to be able do it with adb also.

El Daddy said:
This may be a silly suggestion but windows auto names the extension. So really you just have to name the file "recovery"
Click to expand...
Click to collapse
Will try that bro, thanks

zbt1985 said:
Why not just use the toolkit...makes it 1000000000 times easier...
Click to expand...
Click to collapse
Because he won't be the one to come crying when he "bricks" his phone...
And he'll be learning.
And cutting out the middle man...
All the toolkit is is a GUI interface for fastboot commands.
One wrong line on the developer's side could literally brick devices (yes, unlikely).
Why don't YOU stop relying on toolkits?
ADB and fadtboot are even simpler.

whats the error message

Did you CD into the fastboot folder properly?
Sent from my Nexus 4 using Tapatalk 2

After renaming the recovery the flash succeeded, but when in CWM i cannot see the SU/Busybox zip. Do i need to flash a unsecure boot first?
Sorry for the noobish questions, been with Samsung devices a long time, and they didn`t have fastboot

gee2012 said:
After renaming the recovery the flash succeeded, but when in CWM i cannot see the SU/Busybox zip. Do i need to flash a unsecure boot first?
Sorry for the noobish questions, been with Samsung devices a long time, and they didn`t have fastboot
Click to expand...
Click to collapse
I'm not familiar with how you are rooting, I just flashed everything with fastboot. I assume you flashed recovery and are flashing su in recovery? I do believe you need an insecure boot first.
Sent from my Nexus 4 using Tapatalk 2

joshnichols189 said:
Did you CD into the fastboot folder properly?
Sent from my Nexus 4 using Tapatalk 2
Click to expand...
Click to collapse
Yes i guess so, cd c:\android-sdk\platform-tools , fastboot is located in platform-tools afaik.

gee2012 said:
Yes i guess so, cd c:\android-sdk\platform-tools , fastboot is located in platform-tools afaik.
Click to expand...
Click to collapse
I thought it was in the adb folder?
Forgive me, but I keep a folder called adb on the root of my C: drive with fastboot.exe in it.
Sent from my Nexus 4 using xda app-developers app

Adb is also in platform-tools
Sent from my Nexus 4 using xda premium

Did you place the .zip file on your phone before or after you unlocked the bootloader?
Unlocking the bootloader completely wipes the phone so the file would be gone.
The good news is you can push the file with adb while booted into recovery.
adb push nameoffile.zip /storage/sdcard0
Sent from my Nexus 4

gee2012 said:
After renaming the recovery the flash succeeded, but when in CWM i cannot see the SU/Busybox zip. Do i need to flash a unsecure boot first?
Sorry for the noobish questions, been with Samsung devices a long time, and they didn`t have fastboot
Click to expand...
Click to collapse
make sure you're looking in the correct path in cwm i think its sdcard0 or something like that. or just flash twrp it goes straight to the storage directory by default
Sent from my Nexus 4 using xda premium

The 2 files i see in CWM are not located on sdcard0 but in the emulated file. So how to get in sdcard0 when in CWM, that is the question.
Is this the correct adb command: adb push C:/android-sdk/platform-tools/SU_Busybox_Package sdcard0/SU_Busybox_Package for pushing the file to sdcard0?

gee2012 said:
The 2 files i see in CWM are not located on sdcard0 but in the emulated file. So how to get in sdcard0 when in CWM, that is the question.
Is this the correct adb command: adb push C:/android-sdk/platform-tools/SU_Busybox_Package sdcard0/SU_Busybox_Package for pushing the file to sdcard0?
Click to expand...
Click to collapse
if u can get to them from the emulated irectory , just flash from there. it shouldn't make a difference
Sent from my Nexus 4 using xda premium

Related

[Q] Issue with Clockwork mod recovery after JOP40D update

I recently updated to android 4.2.1 and ever since then I cannot boot into recovery using CWM. When I try to do it, a picture of an android guy and a red triangle with an exclamation point inside appears and after a couple minutes it reboots as normal. Please help! I couldn't find any answers in the forums.
From efrant's nexus 4 101 sticky: http://forum.xda-developers.com/showthread.php?t=2010338
I just flashed CWM, but every time I try to boot into CWM, I keep seeing the stock recovery. Why?
If you updated your Android build using an OTA update file (either manually or over-the-air), the update placed two files on your device that re-flash the stock recovery every time you reboot your device. These two files are:
/system/etc/install-recovery.sh <== this is the script that installs the patch file
/system/recovery-from-boot.p <== this is the patch
You have to rename (or delete) one or both of them, then re-flash your custom recovery. Now it will stick.
Click to expand...
Click to collapse
Couldn't locate
El Daddy said:
From efrant's nexus 4 101 sticky: http://forum.xda-developers.com/showthread.php?t=2010338
Click to expand...
Click to collapse
I could not locate those files on my device. Am I doing something wrong?
gson55 said:
I could not locate those files on my device. Am I doing something wrong?
Click to expand...
Click to collapse
Have you tried flashing cwr with fastboot?
fastboot flash recovery cwr.img
Sent from my Nexus 7 using Tapatalk HD
El Daddy said:
Have you tried flashing cwr with fastboot?
fastboot flash recovery cwr.img
Sent from my Nexus 7 using Tapatalk HD
Click to expand...
Click to collapse
No I have not used fastboot.
What is your ultimate goal here?
Do you want stock with root? Or a custom ROM?
Sent from my Nexus 7 using Tapatalk HD
El Daddy said:
What is your ultimate goal here?
Do you want stock with root? Or a custom ROM?
Sent from my Nexus 7 using Tapatalk HD
Click to expand...
Click to collapse
Originally I had root and was just using my stock ROM but I wanted to flash a custom ROM now.
OK. First you'll need the platform tools located here: http://forum.xda-developers.com/attachment.php?attachmentid=1506153&d=1353717141
If you don't have fastboot drivers installed get them from here: http://forum.xda-developers.com/showthread.php?t=1996051
Once those are set up download the rom and gapps of your choice and put them on your phone.
Then, download CWR from here: http://www.clockworkmod.com/rommanager and put the image in the same directory as fastboot.exe. And rename it something easy to type such as cwr.img
Next, reboot into the bootloader.
Open the command window from the fastboot.exe directory. (hold shift and right click then choose open command window here)
Type "fastboot devices" (no quotes) and make sure it returns the serial number. If it doesn't, the drivers aren't installed correctly.
Next type: fastboot flash recovery cwr.img
Then reboot into recovery and flash your custom rom and gapps per usual.

*.img files and TWRP

I'm currently trying out a few kernels on my Nexus 4.
I'm currently running Franco's kernel but wanted to give Harsh's kernel a go.
Usually the kernels/roms I download are ZIP files, which work fine with TWRP, however, Harsh's kernel is an img file.
I found a previous thread that stated TWRP is compatible with img files & they can be installed fine - however - I only get the option to install a zip file. TWRP doesnt seem to be able to see an img file.
Am I doing something wrong or missing something?
Thanks.
IMG files are installed using fastboot. The command is:
fastboot flash recovery twrp.img
Sent from my Nexus 4 using xda premium
Thought so...
However, this thread does kinda makes out that flashing an .img through TWRP is possible.
http://forum.xda-developers.com/showthread.php?t=2033052
(different phone, i know - but I thought TWRP worked the same regardless of platform)
El Daddy said:
IMG files are installed using fastboot. The command is:
fastboot flash recovery twrp.img
Sent from my Nexus 4 using xda premium
Click to expand...
Click to collapse
For kernels it's fastboot flash boot boot.img
cmberry20 said:
Thought so...
However, this thread does kinda makes out that flashing an .img through TWRP is possible.
http://forum.xda-developers.com/showthread.php?t=2033052
(different phone, i know - but I thought TWRP worked the same regardless of platform)
Click to expand...
Click to collapse
That's also an HTC phone.
We do not have the capability to flash .img files in recovery.
Sent from my Nexus 4 using Tapatalk 2
Thanks for the correction. I had just woken up and misread the question.
Sent from my Nexus 4 using xda premium
Thanks for clearing it up.
I do a lot of ROM/kernel flashing away from a PC. So its convenient just to TWRP without the need connect it the phone via USB.
Sent from my Nexus 4 using xda app-developers app
oh I'm an idiot!
Just noticed that theres two download links for the Harsh Kernal. Ones a zip (for flashing in TWRP) & the others a .img.
Didnt notice the first link!! :silly:

Please help with updating...I feel like such a noob, and I feel shame...

Hey all...I'm sorry for sounding like such a noob (trust me i'm not as big as one as you may think) I'm just having a hard time grasping the idea of updating my Nexus. Let me explain:
I'm currently running stock rom but have Matr1x kernel on my phone. The only thing I've changed so far are a few icons (by pulling files from the nexus toolkit, replacing the icons and pushing them back to my phone).
I would prefer not to have to go through and redo all my icons, and would just like to get 4.2 onto my phone.
I looked over the directions on how to do this, but for the life of me (and IDK why) i can't seem to get my head around it...and it's making me feel real real stupid...
can someone please explain to me like i'm 5 how to do this? Or maybe just point me in the direction of a youtube video that will walk me through it...?
Thanks in advance and sorry for being such a noob...
Why not just backup the apk's+data you edited, save them to your computer, flash the stock images, root and restore the apps+data?
Edit: And flash a 4.2.2 kernel.
estallings15 said:
Why not just backup the apk's+data you edited, save them to your computer, flash the stock images, root and restore the apps+data?
Edit: And flash a 4.2.2 kernel.
Click to expand...
Click to collapse
Do I backup via toolkit or with titanium backup?
Also, i tried getting back to stock but for some reason couldn't get it to flash the img file...idk what i was doing wrong...maybe u can give me some pointers on it.
Idk y i'm having such trouble with this, i've been on android since the very begining (had a g1 2 months after it came out)...I guess I was just spoiled with my vibrant being so easy...
zbt1985 said:
Do I backup via toolkit or with titanium backup?
Also, i tried getting back to stock but for some reason couldn't get it to flash the img file...idk what i was doing wrong...maybe u can give me some pointers on it.
Idk y i'm having such trouble with this, i've been on android since the very begining (had a g1 2 months after it came out)...I guess I was just spoiled with my vibrant being so easy...
Click to expand...
Click to collapse
First of all, ditch the toolkit. You don't learn anything when you use toolkits. Probably why you're in the situation you're in.
Backup with titanium, or just make a nandroid and use titanium to extract the apps later.
To flash stock images:
Reboot into bootloader.
Open command prompt and "cd" to the directory where fastboot lies.
Type these commands -
fastboot flash system system.img
fastboot flash boot boot.img
Optional -
fastboot flash bootloader bootloader.img
fastboot flash radio radio.img
Then reboot
estallings15 said:
First of all, ditch the toolkit. You don't learn anything when you use toolkits. Probably why you're in the situation you're in.
Backup with titanium, or just make a nandroid and use titanium to extract the apps later.
To flash stock images:
Reboot into bootloader.
Open command prompt and "cd" to the directory where fastboot lies.
Type these commands -
fastboot flash system system.img
fastboot flash boot boot.img
Optional -
fastboot flash bootloader bootloader.img
fastboot flash radio radio.img
Then reboot
Click to expand...
Click to collapse
Here's where the confusion lies...what do u mean cd where fastboot lies...I know how to cd, but not sure what you mean by where the fastboot would be...
zbt1985 said:
Here's where the confusion lies...what do u mean cd where fastboot lies...I know how to cd, but not sure what you mean by where the fastboot would be...
Click to expand...
Click to collapse
I extract the adb folder from the android SDK and drop it in C:\.
So for me, it's "cd C:\adb"
I believe in the SDK it's in platform-tools or some such jazz. You can always do a search on your computer...
You have installed the android SDK, right? If not, your toolkit might have the adb and fastboot files in it. Grab them from there. Make it work. You can do it.
estallings15 said:
I extract the adb folder from the android SDK and drop it in C:\.
So for me, it's "cd C:\adb"
I believe in the SDK it's in platform-tools or some such jazz. You can always do a search on your computer...
You have installed the android SDK, right? If not, your toolkit might have the adb and fastboot files in it. Grab them from there. Make it work. You can do it.
Click to expand...
Click to collapse
Yes I have the SDK as I use eclipse to complie the apps i make (i cheat)...
I see adb.exe, but not the folder for adbe...
Thanks for all the help man, I hit the thanks button for u!
zbt1985 said:
Yes I have the SDK as I use eclipse to complie the apps i make (i cheat)...
I see adb.exe, but not the folder for adbe...
Thanks for all the help man, I hit the thanks button for u!
Click to expand...
Click to collapse
There should be a fastboot.exe and a few .dll files, as I recall.
Could someone upload all the latest files needed for adb and fastboot in a zip for him? Won't take you 5 minutes. I'm not by my computer.
Why not flash CM10.1 or latest Xylon.
Back up apps with titanium, flash ROM, flash gapps, restore via titanium.
Or do you want stock?
[Nexus⁴]
dEris said:
Why not flash CM10.1 or latest Xylon.
Back up apps with titanium, flash ROM, flash gapps, restore via titanium.
Or do you want stock?
[Nexus⁴]
Click to expand...
Click to collapse
I wanted stock...i only want this for 1) getting updates faster than cm 2) being able to update the hard way and not be a kiddy about it...
Better for me to learn...
http://forum.xda-developers.com/showthread.php?t=2145848
Scenario #3
Continue to section C.
Sent from my Nexus 4 using xda premium
just follow efran's guide, he got the step by step: http://forum.xda-developers.com/showthread.php?t=2010312
gravitysandwich said:
http://forum.xda-developers.com/showthread.php?t=2145848
Scenario #3
Continue to section C.
Sent from my Nexus 4 using xda premium
Click to expand...
Click to collapse
That's what is confusing me...
Sent from my Nexus 4 using xda app-developers app
Download this http://d-h.st/iy0. Unzip it. Plug your phone I'm the computer, go to the directory where you installed the toolkit. (Right click on the shortcut/properties it should say it there) go in the directory, FLASH ITEMS HERE folder. Put the boot.img and system.img in there. (Radio.img is optional). Open the toolkit and go to flash images. Flash boot.img first. The directions should be on the toolkit. Then system and etc... Make sure you put it in fast boot or type no when the toolkit asks if your in fastboot mode. This will NOT delete your data. When you flashed everything, go to settings on your phone. (If there is a bug with updating it through settings, clear cache and data for Google services framework and force stop it. Then go to cache on root explorer (/cache) and delete the corrupt/partial update and try Again). Once you reboot, cwm will ask if you want to install update. Hit yes and install untrusted package. Then it will try to replace cwm with stock recovery so hit no. If you lost your root then get supersu from the play store and install the binaries via cwm.
Hope this helps.
Sent from my Nexus 4 using xda premium
---------- Post added at 12:11 AM ---------- Previous post was at 12:02 AM ----------
Btw I chose to flash it through toolkit because I was afraid you would've got the commands mixed up and you would never get it. One day you probably will
Sent from my Nexus 4 using xda premium
Muchos gracias.
Would thank but on my phone
Sent from my Nexus 4 using xda app-developers app
zbt1985 said:
Muchos gracias.
Would thank but on my phone
Sent from my Nexus 4 using xda app-developers app
Click to expand...
Click to collapse
You can thank you your phone.
So it worked? Your welcome. I'm guessing you lost root. Here is the zip if you need it
http://download.chainfire.eu/314/SuperSU/UPDATE-SuperSU-v1.20.zip
Sent from my Nexus 4 using xda premium
gravitysandwich said:
So it worked? Your welcome. I'm guessing you lost root. Here is the zip if you need it
http://download.chainfire.eu/314/SuperSU/UPDATE-SuperSU-v1.20.zip
Sent from my Nexus 4 using xda premium
Click to expand...
Click to collapse
Haven't had a chance to try it, doing it now...thanks!

instructions for flashing PA 4.3 [help]

hey I want to update my N4 from Pa 3.69 to 3.92 I've downloaded the files for the rom,gapps,bootloader & radio.
Can someone give an step by step instructions of how to i flash the bootloader,radio,rom & gapps .
thanks for all helpers !
sorry for my bad English .
Go to TWRP recovery and flash this in order:
Bootloader and Radio
Rom
Gapps
Sent from my Nexus 4 using Tapatalk 4
Omer Slomovic said:
hey I want to update my N4 from Pa 3.69 to 3.92 I've downloaded the files for the rom,gapps,bootloader & radio.
Can someone give an step by step instructions of how to i flash the bootloader,radio,rom & gapps .
thanks for all helpers !
sorry for my bad English .
Click to expand...
Click to collapse
Flash the bootloader radio reboot make sure it works OK then factory reset flash ROM and gapps
From my BLACKED OUT N4
andyabc said:
Go to TWRP recovery and flash this in order:
Bootloader and Radio
Rom
Gapps
Sent from my Nexus 4 using Tapatalk 4
Click to expand...
Click to collapse
so i just need to flash the bootloader and the radio from the recovery ?
no flashing from fastboot commands or something like that ?
Omer Slomovic said:
so i just need to flash the bootloader and the radio from the recovery ?
no flashing from fastboot commands or something like that ?
Click to expand...
Click to collapse
Personally, I'd just flash them fastboot but that's my personal choice. Then flash the ROM, then GApps, then wipe cache/dalvik and voila - PA 4.3
Omer Slomovic said:
so i just need to flash the bootloader and the radio from the recovery ?
no flashing from fastboot commands or something like that ?
Click to expand...
Click to collapse
Well if you got it from the PA thread then yes.
Sent from my Nexus 4 using Tapatalk 4
andyabc said:
Well if you got it from the PA thread then yes.
Sent from my Nexus 4 using Tapatalk 4
Click to expand...
Click to collapse
before that I flash that I tried to do an backup and he keeps tells me FAIL when I go to the restore in twrp I saw non of my backups but when I plugged it to the computer the backups was in the twrp directory so I tried to reboot in to the recovery couple of times and still non of my backups there . Any ideas ??
sorry for my terrible grammar I'm not from america .
Omer Slomovic said:
before that I flash that I tried to do an backup and he keeps tells me FAIL when I go to the restore in twrp I saw non of my backups but when I plugged it to the computer the backups was in the twrp directory so I tried to reboot in to the recovery couple of times and still non of my backups there . Any ideas ??
sorry for my terrible grammar I'm not from america .
Click to expand...
Click to collapse
No worries, I am from the UK anyway.
It looks like it is not reading the directory with "ls", a recovery reflash should fix that.
Sent from my Nexus 4 using Tapatalk 4
andyabc said:
No worries, I am from the UK anyway.
It looks like it is not reading the directory with "ls", a recovery reflash should fix that.
Sent from my Nexus 4 using Tapatalk 4
Click to expand...
Click to collapse
well i try it tomorrow .
and I'm from Isreal
still not work
andyabc said:
No worries, I am from the UK anyway.
It looks like it is not reading the directory with "ls", a recovery reflash should fix that.
Sent from my Nexus 4 using Tapatalk 4
Click to expand...
Click to collapse
Hey I flashed the recovery again and still nothing ..
Any ideas ??
Omer Slomovic said:
Hey I flashed the recovery again and still nothing ..
Any ideas ??
Click to expand...
Click to collapse
What recovery do you have?
Sent from my Nexus 4 using Tapatalk 4
andyabc said:
What recovery do you have?
Sent from my Nexus 4 using Tapatalk 4
Click to expand...
Click to collapse
twrp 2.6
Omer Slomovic said:
twrp 2.6
Click to expand...
Click to collapse
A lot of people are getting issues with the latest version of TWRP, can you go to the terminal in TWRP to see if the files are there?
Sent from my Nexus 4 using Tapatalk 4
and please get the new one 3.94. the one before had a major screw up and couldnt be installed.
andyabc said:
A lot of people are getting issues with the latest version of TWRP, can you go to the terminal in TWRP to see if the files are there?
Sent from my Nexus 4 using Tapatalk 4
Click to expand...
Click to collapse
they are there . from es file explorer i see them but in recovery not .
molesarecoming said:
and please get the new one 3.94. the one before had a major screw up and couldnt be installed.
Click to expand...
Click to collapse
downloaded the new files ! thanks for updating me .
Omer Slomovic said:
they are there . from es file explorer i see them but in recovery not .
downloaded the new files ! thanks for updating me .
Click to expand...
Click to collapse
You may want to thank Moles for updating you with that, the new PA build is MUCH more stable so that should help alot.
Sent from my Nexus 4 using Tapatalk 4
andyabc said:
You may want to thank Moles for updating you with that, the new PA build is MUCH more stable so that should help alot.
Sent from my Nexus 4 using Tapatalk 4
Click to expand...
Click to collapse
just help me i really want the new update
Omer Slomovic said:
just help me i really want the new update
Click to expand...
Click to collapse
Ok, download the zip files from that thread, on TWRP go to ADB Sideload, on your PC do "adb sideload [zip file here]".
Replace the "[zip file here]" to those zip files so you need to flash the bootloader and radio first so you replace that with the name of the zip file which is in the same directory on your PC where you have set the CMD to read from.
Repeat for the rom and Gapps, of course when you get off ADB sideload wipe the device.
Sent from my Nexus 4 using Tapatalk 4
andyabc said:
Ok, download the zip files from that thread, on TWRP go to ADB Sideload, on your PC do "adb sideload [zip file here]".
Replace the "[zip file here]" to those zip files so you need to flash the bootloader and radio first so you replace that with the name of the zip file which is in the same directory on your PC where you have set the CMD to read from.
Repeat for the rom and Gapps, of course when you get off ADB sideload wipe the device.
Sent from my Nexus 4 using Tapatalk 4
Click to expand...
Click to collapse
before that I'm doing it i want to unroot and back to stock to get 4.3 ota .
so i got problem in the recovery that i cant see my backups in the recovery but in es file explorer or on my computer when i plugged in i can see my backups.
so I flashed again the recovery and still I don't see my backups .
any ideas ??
Omer Slomovic said:
before that I'm doing it i want to unroot and back to stock to get 4.3 ota .
so i got problem in the recovery that i cant see my backups in the recovery but in es file explorer or on my computer when i plugged in i can see my backups.
so I flashed again the recovery and still I don't see my backups .
any ideas ??
Click to expand...
Click to collapse
Well the directory is hidden to the Recovery somehow which is strange, have you tried mounting in the mounting section in TWRP?
Sent from my Nexus 4 using Tapatalk 4

Wiped my D800 without backing up my rom. I can only get into TWRP.

I just got the D800 and rooted it. I went in to flash Energy Rom and it got stuck in a boot loop so I went into recovery and wiped it hoping to start from scratch. Stupid me not backing anything up. It wiped everything, including the rom installation file. Anyone know a way to mount or transfer a rom installation file into a D800 in recovery mode?
captaininsano said:
I just got the D800 and rooted it. I went in to flash Energy Rom and it got stuck in a boot loop so I went into recovery and wiped it hoping to start from scratch. Stupid me not backing anything up. It wiped everything, including the rom installation file. Anyone know a way to mount or transfer a rom installation file into a D800 in recovery mode?
Click to expand...
Click to collapse
Does your recovery have built in mtp or adb?
Sent from my LG-D800 using Tapatalk
xmayhemreturnsx said:
Does your recovery have built in mtp or adb?
Sent from my LG-D800 using Tapatalk
Click to expand...
Click to collapse
I used the ioroot method that used adb. I'm not sure if that answers your question.
captaininsano said:
I used the ioroot method that used adb. I'm not sure if that answers your question.
Click to expand...
Click to collapse
What recovery are you using?
Sent from my LG-D800 using Tapatalk
xmayhemreturnsx said:
What recovery are you using?
Sent from my LG-D800 using Tapatalk
Click to expand...
Click to collapse
Team Win Recovery Project v2.7.0.0
captaininsano said:
Team Win Recovery Project v2.7.0.0
Click to expand...
Click to collapse
Install kouch universal adb drivers on your computer. Then go on twrp van click advanced and select adb sideload. Then download minimal adb and fastboot( look it up on Google). Then move the Rom you want to use into the same folder as the adb folder. Hold shift and right click then select open command line here. Type in "adb devices" to see if your device is listed. Then type "adb sideload YOURROMNAME.zip" make sure use the name of the zip folder you downloaded.
Sent from my LG-D800 using Tapatalk
xmayhemreturnsx said:
Install kouch universal adb drivers on your computer. Then go on twrp van click advanced and select adb sideload. Then download minimal adb and fastboot( look it up on Google). Then move the Rom you want to use into the same folder as the adb folder. Hold shift and right click then select open command line here. Type in "adb devices" to see if your device is listed. Then type "adb sideload YOURROMNAME.zip" make sure use the name of the zip folder you downloaded.
Sent from my LG-D800 using Tapatalk
Click to expand...
Click to collapse
It worked! You saved my phone! Thank you, Thank you so very much. You fixed my stupid mistake.
captaininsano said:
It worked! You saved my phone! Thank you, Thank you so very much. You fixed my stupid mistake.
Click to expand...
Click to collapse
No problem. Glad I could help.
Sent from my LG-D800 using Tapatalk
captaininsano said:
It worked! You saved my phone! Thank you, Thank you so very much. You fixed my stupid mistake.
Click to expand...
Click to collapse
In addition, I would like by on recommend that you flash this recovery. All you have to do is go into twrp and flash the new recovery. Make sure you download the one that is for your device. With this twrp MTP is automatically enabled. You can move files to the SD card via twrp.
http://blastagator.ddns.net/twrp/2-8-7-1.php
Sent from my LG-D800 using Tapatalk

Categories

Resources