So hello everyone i have a galaxy nexus verizon which i rooted and have been running a for a couple weeks i installed an app yesterday and my phone rebooted and now im in team win recovery but i cant install a rom adb sees my device in recovery mode but i cant push a rom to my phone it says failed to copy
please help any ideas
thanks dave
did you try fastboot flashing the stock rom?
thanks for your reply
Zepius said:
did you try fastboot flashing the stock rom?
Click to expand...
Click to collapse
i just did it now im in fastboot mode with a lock state of unlocked
did you use fastboot commands to flash anything?
thanks for your help
Zepius said:
did you use fastboot commands to flash anything?
Click to expand...
Click to collapse
i did not, i tried flashing a new rom in recovery but failed to take
flash the stock rom in fastboot.
thanks
Zepius said:
flash the stock rom in fastboot.
Click to expand...
Click to collapse
i tried but unable to open zip file IN TEAM WIN RECOVERY i also tried adb and now i get an I/0 ERROR
....
use fastboot commands in fastboot. there are several guides on how to do this.
RECOVERY IS NOT FASTBOOT.
thanks
Zepius said:
....
use fastboot commands in fastboot. there are several guides on how to do this.
RECOVERY IS NOT FASTBOOT.
Click to expand...
Click to collapse
ok im gonna look for the guides now and thanks for the new information
by chance would you have a direct link to the guide
thanks
doriean said:
ok im gonna look for the guides now and thanks for the new information
by chance would you have a direct link to the guide
thanks
Click to expand...
Click to collapse
http://lmgtfy.com/?q=fastboot+commands
Sent from my Galaxy Nexus using XDA Premium HD app
doriean said:
i tried but unable to open zip file IN TEAM WIN RECOVERY i also tried adb and now i get an I/0 ERROR
Click to expand...
Click to collapse
I get that when I have a bad download of a zip file. Try a fresh download & re flash.
Sent from my SCH-I545 using Tapatalk 4
Related
Does anyone have a backup of the stock recovery image in case anything goes wrong with flash CWM?
Thanks
-Nik
push . i also need it to return my faulty GN
Ditto. Anyone got one
Evostance said:
Ditto. Anyone got one
Click to expand...
Click to collapse
If anyone can tell me how to pull it, I'll pull and post tomorrow.
http://db.tt/Q3euJTZE
That is a link to the stock recovery from ITL33d.
I have confirmed it can be flashed in fastboot to get back stock recovery after a failed attempt to load CWM.
cellzealot said:
http://db.tt/Q3euJTZE
That is a link to the stock recovery from ITL33d.
I have confirmed it can be flashed in fastboot to get back stock recovery after a failed attempt to load CWM.
Click to expand...
Click to collapse
What about ITL41D which is the more common retail version? Presumably it would need to be this for warranty purposes?
By the way, there is a post in the GN Developer section about "Insecure Boot.img" - which is a modified ITL41D boot image. According to that thread, modifying one value in that file will make it back to stock again but I cant figure out how to mount it and edit it as Im not a linux guru.
Would any of these help?
http://www.peteralfonso.com/2011/11/download-100-stock-fastboot-images-for.html
Shodney said:
Would any of these help?
http://www.peteralfonso.com/2011/11/download-100-stock-fastboot-images-for.html
Click to expand...
Click to collapse
Yep, perfect. Follow the link at the bottom of the post.
Niksko said:
Yep, perfect. Follow the link at the bottom of the post.
Click to expand...
Click to collapse
Whats the process of getting them back onto the device?
fastboot boot xxxx.img
?
You can use
fastboot flash recovery recovery.img
Click to expand...
Click to collapse
to flash just the recovery
or
fastboot update pete_maguro_img_ITL41D_OEM.zip
Click to expand...
Click to collapse
to flash entire partitions
omrij said:
You can use
to flash just the recovery
or to flash entire partitions
Click to expand...
Click to collapse
Cheers
Take it will wipe the phone
Just tried Peter Alfonso's but it says theres no android-info.txt in the zip when there is :/
If its just the recovery.img you are after, extract from the zip then do fastboot boot recovery.img to test booting into it. If you are happy it works, you can do fastboot flash recovery recovery.img
Sent from my Galaxy Nexus using xda premium
These commands wrt recovery.img do not wipe the phone but doing the whole system thing will. Please note someone elsewhere said they got into a bad state using peter alfonsos system.img so beware.
Sent from my Galaxy Nexus using xda premium
chandlerweb said:
These commands wrt recovery.img do not wipe the phone but doing the whole system thing will. Please note someone elsewhere said they got into a bad state using peter alfonsos system.img so beware.
Sent from my Galaxy Nexus using xda premium
Click to expand...
Click to collapse
That was me . Its OK now, no idea how I got it working and the img is missing some stock stuff
Sent from my Galaxy Nexus using Tapatalk
Hi!
I think I may have bricked my phone. I superwiped but I forgot to put a ROM
so now I have nothing on my phone.
Can I flash a ROM from my computer to my phone?
Thx in advance!
Flash a stock image using the Google images, then you can re-flash a custom one
If you still have cwr, mount USB in cwr, put a rom on there, flash from. If you don't have a recovery, you should be able to adb push the recovery file and flash through boot loader, then mount USB in recovery, copy rom to phone, flash.
Sent from my Galaxy Nexus using XDA App
Fastboot and download mode are your friends ;-)
Sent from my Galaxy Nexus using xda premium
EddyOS said:
Flash a stock image using the Google images, then you can re-flash a custom one
Click to expand...
Click to collapse
Where do I find them? I am sorry im a n00b :S
Cutting-TM said:
Fastboot and download mode are your friends ;-)
Sent from my Galaxy Nexus using xda premium
Click to expand...
Click to collapse
+1 What he said! /\
look at thread that has the odin stock rom
If you're a n00b then why on earth did you unlock the phone in the first place? Surely you should've researched what you were doing in case something like this happened?
Kotd424 said:
Hi!
I think I may have bricked my phone. I superwiped but I forgot to put a ROM
so now I have nothing on my phone.
Can I flash a ROM from my computer to my phone?
Thx in advance!
Click to expand...
Click to collapse
all is very easy to fix
1. Change ROM name to rom.zip
adb shell
mount /data
exit
adb push rom.zip /data/media
Now reboot into recovery and flash ROM.
Its all in here
http://groups.google.com/group/android-building/msg/43c3a418144fc6c5
This has helped me out twice already, and its where the factory images will be when the OTAs start, so of you're impatient and want them as soon as you can get them here
Sent from my Galaxy Nexus using Tapatalk
I think we need to put up a sticky again explaining what "brick" means.
mike1986. said:
all is very easy to fix
1. Change ROM name to rom.zip
adb shell
mount /data
exit
adb push rom.zip /data/media
Now reboot into recovery and flash ROM.
Click to expand...
Click to collapse
Hi, when I write adb shell, it says device not found.
i have install usb drivers but it dosent work
spences10 said:
Its all in here
http://groups.google.com/group/android-building/msg/43c3a418144fc6c5
This has helped me out twice already, and its where the factory images will be when the OTAs start, so of you're impatient and want them as soon as you can get them here
Sent from my Galaxy Nexus using Tapatalk
Click to expand...
Click to collapse
thx!
nbdysreal said:
If you still have cwr, mount USB in cwr, put a rom on there, flash from. If you don't have a recovery, you should be able to adb push the recovery file and flash through boot loader, then mount USB in recovery, copy rom to phone, flash.
Sent from my Galaxy Nexus using XDA App
Click to expand...
Click to collapse
Mount usb isn't working yet on Galaxy Nexus CWM 5.5.0.2 recovery you need to have a working rom to put your files in the phone
ok, nobody knows why I get error: device not found when i type adb shell?
I cant make it work... :S would really appreciate it
Kotd424 said:
ok, nobody knows why I get error: device not found when i type adb shell?
I cant make it work... :S would really appreciate it
Click to expand...
Click to collapse
Did adb work before? Sounds like the drivers aren't installed properly
And if you are trying to use the images from what I linked earlier you need to be in fastboot not adb
Sent from my Galaxy Nexus using Tapatalk
spences10 said:
Did adb work before? Sounds like the drivers aren't installed properly
And if you are trying to use the images from what I linked earlier you need to be in fastboot not adb
Sent from my Galaxy Nexus using Tapatalk
Click to expand...
Click to collapse
ok i also have the fastboot but what do I write?
fastboot boot <image name> ? that didnt work for me
Got it working now.
Thx everybody for the help. I didnt know that you should use adb in recovery mode.
Im a noob and i need help ASAP! my phones sd card stuff was all deleted and i can only boot into cmw is there a way to flash a rom? i can use cmw but my phone wont turn on. Thanks in advance!!!
javyrmz said:
Im a noob and i need help ASAP! my phones sd card stuff was all deleted and i can only boot into cmw is there a way to flash a rom? i can use cmw but my phone wont turn on. Thanks in advance!!!
Click to expand...
Click to collapse
use adb to transfer a rom to your sdcard and flash in cwm..
You can also adb sideload a rom or use fastboot to go to stock.
Sent from my Galaxy Nexus using xda app-developers app
Delete
k786 said:
dont think fastboot is an option.. he said he can only boot into recovery
Click to expand...
Click to collapse
He has to go through fastboot to get to recovery.
Also, is the huge ass signature image on every post really necessary?
GldRush98 said:
He has to go through fastboot to get to recovery.
Also, is the huge ass signature image on every post really necessary?
Click to expand...
Click to collapse
oh didnt think of that..lol
It wont boot into a rom but i can get into recovery just fine but there is nothing on the internal sdcard that i can flash and i cant get anything on to the phone because it wont boot into the rom any suggestions
Which recovery does it have?
You can adb sidepush a rom to it
Sent from my Nexus Prime
thegtfusion said:
Which recovery does it have?
You can adb sidepush a rom to it
Sent from my Nexus Prime
Click to expand...
Click to collapse
it has CWM on it
angelino0919 said:
it has CWM on it
Click to expand...
Click to collapse
follow this to get the rom onto it by using adb sideload.
http://www.droid-life.com/2013/02/1...thout-root-or-custom-recovery/comment-page-1/
i have a 2013 nexus 7 wifi model. i can get in to fastboot but dont have twrp, cant get into recovery or anything please help
nwpressd said:
i have a 2013 nexus 7 wifi model. i can get in to fastboot but dont have twrp or anything please help
Click to expand...
Click to collapse
In general section, there's wugfresh tool (Nexus ToolKit).
Download it and you just check, nexus is bricked+revert back to stock, click on it!
Let it do the magic! Done!
Thank @WugFresh and maybe support him by donating something for his awesome tools!
Hnk1 said:
In general section, there's wugfresh tool (Nexus ToolKit).
Download it and you just check, nexus is bricked+revert back to stock, click on it!
Let it do the magic! Done!
Thank wugfresh and maybe support him by donating something for his awesome tools!
Click to expand...
Click to collapse
ok i tried wugs tool and this is what it said
idk if this info would help as well
nwpressd said:
ok i tried wugs tool and this is what it said
Click to expand...
Click to collapse
It's been a while since I installed a complete factory image but I'm pretty sure the no signature is normal and the install should start back up. Give it a few seconds it will continue! ; )
wantabe said:
It's been a while since I installed a complete factory image but I'm pretty sure the no signature is normal and the install should start back up. Give it a few seconds it will continue! ; )
Click to expand...
Click to collapse
woah thank you! i feel dumb for thinking something wasnt working because of that lol.
Hnk1 said:
In general section, there's wugfresh tool (Nexus ToolKit).
Download it and you just check, nexus is bricked+revert back to stock, click on it!
Let it do the magic! Done!
Thank wugfresh and maybe support him by donating something for his awesome tools!
Click to expand...
Click to collapse
donated 5 because i would be lost without him
nwpressd said:
donated 5 because i would be lost without him
Click to expand...
Click to collapse
:good:
Cant you flash twrp from an android sdk command window and flash a ROM?
Sent from my Nexus 7 using XDA Premium 4 mobile app
mugzylol said:
Cant you flash twrp from an android sdk command window and flash a ROM?
Sent from my Nexus 7 using XDA Premium 4 mobile app
Click to expand...
Click to collapse
Yes, you can.
fastboot flash recovery recoveryname.img
FWIW, one can also boot (as opposed to flash) twrp if one wanted to keep stock recovery.
fastboot boot recoveryname.img
But yeah, if all you need to do is restore /system, just pull it out of the devices factory images and use fastboot to flash system.img.
fastboot flash system system.img
nwpressd said:
ok i tried wugs tool and this is what it said
Click to expand...
Click to collapse
If you read the box, it said its normal.