Android OS Forum banner
1 - 20 of 25 Posts

· Nexus 5
Joined
·
1,811 Posts
Discussion Starter · #1 ·
I had to go back to stock (wiped internal memory), then I wiped everything in CWR in preperation for a new ROM... BUT... I forgot to put the zip file back. What commands would I use to fastboot the file to internal memory?

Thanks guys!!!
 

· Nexus 5
Joined
·
1,811 Posts
Discussion Starter · #3 ·
I don't know if fastboot will let you do that...?

If you can get to CWR, mount /data, and then use adb to push the file to your sd card: adb push ROM.zip /data/media

ROM.zip is of course the name of the ROM zip file.
That's not working for me...
 

· Your personal savior & black Jesus
Joined
·
652 Posts
I normally CD to the directory where the zip file is then

adb push romname.zip /sdcard/ROM/

You would be:
adb push romname.zip /sdcard/
 
  • Like
Reactions: advocat3

· Your personal savior & black Jesus
Joined
·
652 Posts
Plug your phone in & do:
adb devices

Your results should be:
serial # recovery

If you don't see that you need to install the appropriate drivers on your workstation. Once you see the above results the command I told you to do should work.
 

· teh Jax
Joined
·
2,462 Posts
Same error... It was just working an hour ago to fastboot everything
fastboot and adb use different drivers, I believe. I usually use Samsung drivers for adb but the drivers that come with the tether app (can't think of the name offhand) for fastboot. Install them in that order and you're good. (see Birdman's stickied guide to rooting to see what I'm talking about)
 

· Nexus 5
Joined
·
1,811 Posts
Discussion Starter · #11 ·
Plug your phone in & do:
adb devices

Your results should be:
serial # recovery

If you don't see that you need to install the appropriate drivers on your workstation. Once you see the above results the command I told you to do should work.
Thanks! adb devices is not showing anything. IDK how my drivers got messed up. I was just adb all morning. Now to fix that...
 

· Nexus 5
Joined
·
1,811 Posts
Discussion Starter · #12 ·
fastboot and adb use different drivers, I believe. I usually use Samsung drivers for adb but the drivers that come with the tether app (can't think of the name offhand) for fastboot. Install them in that order and you're good. (see Birdman's stickied guide to rooting to see what I'm talking about)
Doing that now thanks
 

· Your personal savior & black Jesus
Joined
·
652 Posts
As what Jax said.. adb and fastboot use different drivers. You can adb all day long while the phone is booted but when you go into recovery it uses different drivers. Update your drivers while you're in recovery & you should be golden.
 
  • Like
Reactions: brkshr

· Nexus 5
Joined
·
1,811 Posts
Discussion Starter · #19 ·
what do u mean u update ur drivers and how u do it?

i have the same problem pls help me..
Do you have the Android SDK installed?

If yes, then you should be able to plug your phone into your computer while in recovery. Then right-click on My Computer > Manage > Device Manager & there will either be a yellow triangle that says "Android" or "Android" should be listed at the top and you would right-click on either one and "update driver software". If it doesn't find it automatically, then > Browse my computer for driver software > Let me pick from a list of device drivers on my computer > Android device > Android Composite ADB Interface.

If you don't have the SDK installed, then install this https://developer.android.com/sdk/index.html and go through the process above.

Should work. Give me a little more info if you can.
 
1 - 20 of 25 Posts
Top