I wiped the sd card like a retard... and now don't have a rom to flash.
What do?
I can't find how to mount the sd card.
You have to adb push the Rom to your phone. Hopefully you have the android sdk installed, a quick Google search will provide you with instructions on how to push the file
Sent from my Galaxy Nexus using xda premium
florelui001p said:
You have to adb push the Rom to your phone. Hopefully you have the android sdk installed, a quick Google search will provide you with instructions on how to push the file
Sent from my Galaxy Nexus using xda premium
Click to expand...
Click to collapse
You can adb from recovery?
You can also use fastboot to recover yourself
Sent from my Galaxy Nexus using xda app-developers app
asb123 said:
You can adb from recovery?
You can also use fastboot to recover yourself
Sent from my Galaxy Nexus using xda app-developers app
Click to expand...
Click to collapse
Yup! It has saved me multiple times!
To OP this might be useful http://rootzwiki.com/topic/20166-adb-while-in-recovery-mode/
Sent from my Galaxy Nexus using xda premium
It looks like you can use the GNex Toolkit to flash stock rom from fastboot mode (option 9).
netbuzz said:
It looks like you can use the GNex Toolkit to flash stock rom from fastboot mode (option 9).
Click to expand...
Click to collapse
Are you getting payed or something man?
Why are you suggesting a toolkit, which will then use fastboot, to reflash a whole rom, a stock rom at that, when he has access to a custom recovery, thus he can get himself out of this mess and learn a thing or two about adb (adb can do more than just a simple copy operation).
Sent from my i9250
iArtisan said:
I wiped the sd card like a retard... and now don't have a rom to flash.
What do?
I can't find how to mount the sd card.
Click to expand...
Click to collapse
I flashed the stock back using odin.
Sent from my Galaxy Nexus using xda premium
Adb sucks tool kits tool kits tool kits. I've grown sick of ADB. Just personal preference.
Sent from my Galaxy Nexus using xda premium
Related
Erased everything from twrp 2.20 now it doesnt get past the google logo it says i have no OS installed. Im rooted on 4.1.1 how can i install the OS???
Sent from my EVO using xda premium
you formatted the system partition.
i assume you formatted your SD card. so you have 2 choices
1) you download whatever custom rom you want on your pc and use: adb push locationofrom /data/media/
2) you use fastboot to restore to stock.
How can i use fastboot to restore to stock?
Sent from my EVO using xda premium
Adb push to move roms to the phone
Sent from my ASUS Transformer Pad TF300T using xda app-developers app
afgomar said:
How can i use fastboot to restore to stock?
Sent from my EVO using xda premium
Click to expand...
Click to collapse
http://forum.xda-developers.com/showthread.php?t=1626895
adding to that, adb only works in recovery. from fastboot, restart recovery, push a rom, flash it. no need to reflash stock images in this situation, imo.
Sent from my i9250
kyokeun1234 said:
Adb push to move roms to the phone
Sent from my ASUS Transformer Pad TF300T using xda app-developers app
Click to expand...
Click to collapse
how can i do this? it seems like its not too hard
http://forum.xda-developers.com/showthread.php?t=1529058
forgot to mention i have the sprint galaxy nexus
afgomar said:
forgot to mention i have the sprint galaxy nexus
Click to expand...
Click to collapse
There is the nexus toolkit that has all you need. Its stickied in the sprint section. You can flash a ROM through there.
FrostyF7 said:
There is the nexus toolkit that has all you need. Its stickied in the sprint section. You can flash a ROM through there.
Click to expand...
Click to collapse
good god no
learn to use adb and this wont be a problem
Instead of toolkit, I would Odin back to stock, and start over from there
Sent from my Galaxy Nexus using xda app-developers app
gagb1967 said:
Instead of toolkit, I would Odin back to stock, and start over from there
Sent from my Galaxy Nexus using xda app-developers app
Click to expand...
Click to collapse
how does odin work? is it easier than adb?
Zepius said:
good god no
learn to use adb and this wont be a problem
Click to expand...
Click to collapse
im downloading adb right now
i cant use adb because the computer wont recognize the phone when plugged in since i can only get into recovery or bootloader
gagb1967 said:
Instead of toolkit, I would Odin back to stock, and start over from there
Sent from my Galaxy Nexus using xda app-developers app
Click to expand...
Click to collapse
God no, unless fastboot fails.
Beamed from my Grouper
afgomar said:
i cant use adb because the computer wont recognize the phone when plugged in since i can only get into recovery or bootloader
Click to expand...
Click to collapse
adb is not the problem, your pc/windows is. adb is available IN recovery, not in bootloader, stop making that confusion jeez
Sent from my i9250
Problem solved fixed it using odin.
wow you guys are the best
this is why i love xda
thank you everyone for your help
Glad you fixed it. As you see, we all use different methods in the same situation, glad one of them worked for you.
Sent from my Galaxy Nexus using xda app-developers app
With android u don't have to worry about anything if it's software based problem. Every problem can be solved here. We've got the best devs here that make everything is just possible. That's what iphone users can't have. They have to wait for apple for every fixes while we don't.
Sent from my Galaxy Nexus using Tapatalk 2
gagb1967 said:
Instead of toolkit, I would Odin back to stock, and start over from there
Sent from my Galaxy Nexus using xda app-developers app
Click to expand...
Click to collapse
Nice! This helped me out big time. Couldn't get my laptop to recognize my phone. Odin did it though. Thanks.
So here is a great F*ck on my part.. i formatted system, data, and cache without having a rom ready to install saved on my phone..... How do i push a rom to cwm so i can install it?
Use the gnex toolkit to flash the stock ROM. Its in the first sticky.
Sent from my Galaxy Nexus using xda premium
Or if you can set up adb for your phone. Just download a rom and push it to your sdcard
Sent from my Galaxy Nexus using xda app-developers app
DarrellRaines said:
Use the gnex toolkit to flash the stock ROM. Its in the first sticky.
Sent from my Galaxy Nexus using xda premium
Click to expand...
Click to collapse
Just in case the Sticky didn't stick!! Galaxy Nexus Toolkit
Wow toolkit...download a ROM put it in the folder adb is in type:
adb push filename.zip /sdcard
Sent from my Galaxy Nexus using xda premium
Beamer9408 said:
Wow toolkit...download a ROM put it in the folder adb is in type:
adb push filename.zip /sdcard
Sent from my Galaxy Nexus using xda premium
Click to expand...
Click to collapse
What he said.That is a simple skill everyone that flashes roms should have. Avoid tool kits if possible
You can also mount your pc to storage from cwm and just copy a Rom zip to your storage.
Sent from my Galaxy Nexus using Xparent Cyan Tapatalk 2
Thanks
I adb's it w/o a toolkit.. should have learned that a long time ago
Stoney 666 said:
You can also mount your pc to storage from cwm and just copy a Rom zip to your storage.
Sent from my Galaxy Nexus using Xparent Cyan Tapatalk 2
Click to expand...
Click to collapse
just a note, if you're talking about mounting /sdcard/ in cwm to see the "sdcard" on OS file explorer: afaik, that won't work. only adb will work.
if 'adb push file /sdcard/' doesn't work in recovery, use 'adb push file /data/media'
like people said before, can't get any simpler than this.
I have no OS right now because I did a "Format Data" in TWRP which wiped my internal storage, including the zip file. I'm doing this for a friend and not super familiar with the Nexus. Since there's no SD card, how can I get a zip file back onto the device to flash?
Current status:
TWRP
ADB drivers installed
Galaxy Nexus Toolkit can't do anything because it's getting that "USB Debugging is not enabled"
Currently trying this:
http://forum.xda-developers.com/showthread.php?t=1626895
Use fastboot and flash the stock nexus images provided by Google.
Sent from my Galaxy Nexus using Tapatalk 2
USB debugging has nothing to do with recovery.
Sent from my Galaxy Nexus
Adb push a ROM.
Sent from my Galaxy Nexus using XDA Premium HD app
mrgnex said:
Adb push a ROM.
Sent from my Galaxy Nexus using XDA Premium HD app
Click to expand...
Click to collapse
Sdcard is formatted, I believe you need to boot up at least once to push files into it.
Fastboot stock ROM.
Beamed from my Maguro.
Mach3.2 said:
Sdcard is formatted, I believe you need to boot up at least once to push files into it.
Fastboot stock ROM.
Beamed from my Maguro.
Click to expand...
Click to collapse
No you can use adb in recovery.
Sent from my Galaxy Nexus using XDA Premium HD app
adbbbbbbbbbbbbb
Ahhh... TWRP... you should use the nexus toolkit...
enricocid said:
Ahhh... TWRP... you should use the nexus toolkit...
Click to expand...
Click to collapse
*facedesk*
a manta wrote this.
enricocid said:
Ahhh... TWRP... you should use the nexus toolkit...
Click to expand...
Click to collapse
thanks for teaching the OP nothing.
mrgnex said:
No you can use adb in recovery.
Sent from my Galaxy Nexus using XDA Premium HD app
Click to expand...
Click to collapse
*facefloor*
Of course you can use adb in recovery, what I'm trying to get across is that you may have to boot into android at least once to 'format' the sdcard, without a formatted sdcard, pushing a gazillion times won't work....
Beamed from my Maguro.
beekay201 said:
*facedesk*
a manta wrote this.
Click to expand...
Click to collapse
LMAO! I got a genuinely good laugh from that... :silly:
Back on topic... OP, can you boot into bootloader? Why not follow this guide - http://forum.xda-developers.com/showthread.php?t=1626895 Its saved me on more than one occasion.
I use a tool kit called wugfresh nexus root toolkit it has everything you need this same thing has happened to me before.
sonic147862 said:
I use a tool kit called wugfresh nexus root toolkit it has everything you need this same thing has happened to me before.
Click to expand...
Click to collapse
Thanks for perpetuating ignorance.
Sent from my Galaxy Nexus using Tapatalk 2
like few others mentioned, connect your devices to PC push a rom and flash it, as far as i understand when you format the data, it formats the DATA, which means /data is formated so you can push a rom using ADB.
EDIT: PS: I might be wrong, but i'm no expert either so.
Hi XDA,
my brother got his GNex wet and gave it to me. I took it apart entirely and let it dry overnight, I assembled it back together today but I can't get into the OS.
Bootloader, Fastboot, Download-Mode, recovery and ADB sideload all work fine but if I want to boot into the OS it just keeps rebooting at the Google-logo with the little lock at the bottom.
What I've tried so far:
Reflash the stock ROM via the Nexus Root Toolkit
Repartition and reflash stock ROM via Odin
Flash CyanogenMod in CWM
I've tried all of the above multiple times, I can't get it to boot.
Could it be that the internal memory is defective? If so, is there any tool that I could use to test it? Can I partiton "around" the defective parts?
Thanks for your time and help.
Juat use fastboot and no toolkit. Flash the factory image..
Sent from my Galaxy Nexus using xda app-developers app
mrgnex said:
Juat use fastboot and no toolkit. Flash the factory image..
Sent from my Galaxy Nexus using xda app-developers app
Click to expand...
Click to collapse
That's essentially exactly the same, all the toolkit does is execute the commands automatically
HeavyHDx said:
That's essentially exactly the same, all the toolkit does is execute the commands automatically
Click to expand...
Click to collapse
Fastboot does too with less failure chance and more input on what went wrong.
Sent from my Galaxy Nexus using xda app-developers app
mrgnex said:
Fastboot does too with less failure chance and more input on what went wrong.
Sent from my Galaxy Nexus using xda app-developers app
Click to expand...
Click to collapse
Okay I just did that according to this thread: http://forum.xda-developers.com/galaxy-nexus/general/how-to-return-to-stock-galaxy-nexus-t1626895 but it still doesn't boot properly. Any ideas?
edit:
I just noticed that:
http://i.imgur.com/hUJPul7.jpg
Could it be that the Cache-partition is defective or something?
No ideas? :/
Err thats recovery. Not fastboot. But maybe your internal memory has died.. But I sont know sure yet.
Sent from my Galaxy Nexus using xda app-developers app
mrgnex said:
Err thats recovery. Not fastboot. But maybe your internal memory has died.. But I sont know sure yet.
Sent from my Galaxy Nexus using xda app-developers app
Click to expand...
Click to collapse
I can get to fastboot and download-mode as well, that's how I flashed the ROM and the stock recovery
No ideas? :/
Can anyone point me in the right direction? I'm trying to figure out how to root my 32g sprint galaxy nexus SPH-L700. Just looking for a guide I can't find one anywhere. Thanks in advance.
Sent from my Galaxy Nexus using xda app-developers app
wait
waiting for the solution ...
Flash custom recovery via fasrboot and then flash latest supersu via recovery.
Sent from my Galaxy Nexus using xda app-developers app
A little more direction than that please? Maybe a link to a walkthrough? Last time I had to flash a custom recovery it wouldn't root properly. I would rather have a walkthrough than brickb my phone.
Sent from my Galaxy Nexus using xda app-developers app
The galaxy nexus is very hard to brick..
1. Download a custom recovery from the clockworkmod site.
2. Boot into fastboot and type: fastboot flash recovery the-name-of-the-recovery-you-just-downloaded.img (for this to work you need to paste the downloaded recovery.img into the fastboot folder)
3. Boot into recovery and select "install zip from sd card" (assuming you already downloaded the lastest supersu.zip)
4. Flash the latest supersu and wipe both cache and dalvik cache.
5. Reboot and enjoy.
Sent from my Galaxy Nexus using xda app-developers app
Thank you so much in gonna try that today.
~Sent from my G-Nex® using XDA
What's wrong with the stickies we have? There are literally walkthrough guides in the stickies...
Sent from my Nexus 5
Pirateghost said:
What's wrong with the stickies we have? There are literally walkthrough guides in the stickies...
Sent from my Nexus 5
Click to expand...
Click to collapse
download recovery http://techerrata.com/browse/twrp2/toro
open command prompt
adb devices
adb reboot bootloader
fastboot devices
fastboot oem unlock
fastboot flash recovery {name-of-recovery.img}
then download SU from here
http://download.chainfire.eu/396/SuperSU/UPDATE-SuperSU-v1.94.zip
and flash that in your new recovery.
faisalrizal79 said:
waiting for the solution ...
Click to expand...
Click to collapse
Did you try it? I still haven't been able to gain root access
~Sent from my G-Nex® using XDA
N01F3AR said:
Did you try it? I still haven't been able to gain root access
~Sent from my G-Nex® using XDA
Click to expand...
Click to collapse
What when wrong? What did you try?
Sent from my Galaxy Nexus using XDA Free mobile app