phone is unlocked just need to flash the rom, no recovey no backup nothing, plz help step by step.
if you have no adb; get it from here: http://forum.xda-developers.com/showthread.php?t=2317790
download TWRP recovery from here: http://goo.im/devs/OpenRecovery/m7ul/openrecovery-twrp-2.6.3.4-m7ul.img
place your downloaded recovery file in your adb folder
keep your phone in bootloader/hboot and connect your device to PC
start adb command prompt and type
fastboot devices
Click to expand...
Click to collapse
if your device gets recognized type the following commands:
fastboot erase cache
fastboot flash recovery recovery_file_name.img
Click to expand...
Click to collapse
and done
if you have no ROM inside your SDcard you can sideload it by following this guide
appreciate
kamilmirza said:
if you have no adb; get it from here: http://forum.xda-developers.com/showthread.php?t=2317790
download TWRP recovery from here: http://goo.im/devs/OpenRecovery/m7ul/openrecovery-twrp-2.6.3.4-m7ul.img
place your downloaded recovery file in your adb folder
keep your phone in bootloader/hboot and connect your device to PC
start adb command prompt and type
if your device gets recognized type the following commands:
and done
if you have no ROM inside your SDcard you can sideload it by following this guide
Click to expand...
Click to collapse
let me do this if any problem occurs will let u know...
rom
dsthakur said:
let me do this if any problem occurs will let u know...
Click to expand...
Click to collapse
plz suggest the address(download link) from where i can download the rom. It's my first attempt.
dsthakur said:
plz suggest the address(download link) from where i can download the rom. It's my first attempt.
Click to expand...
Click to collapse
i suggest you to use ARHD, is the best rom for the moment, but before make sure you have the latest TWRP.
ARHD: http://forum.xda-developers.com/showthread.php?t=2183023
TWRP: http://forum.xda-developers.com/showthread.php?t=2173870
Regards,
Keli
rom
dsthakur said:
let me do this if any problem occurs will let u know...
Click to expand...
Click to collapse
nothing happens after typing fastboot devices in adb command prompt. what to do next
dsthakur said:
nothing happens after typing fastboot devices in adb command prompt. what to do next
Click to expand...
Click to collapse
Have u installed the fastboot, adb drivers nd htc sync manager? All these 3 have to be installed for tge phone to be recognized. If adb devices shows nothing, then ur phone is not being recognized.
dsthakur said:
nothing happens after typing fastboot devices in adb command prompt. what to do next
Click to expand...
Click to collapse
how are you doing this?
are you using Windows 8?
please elaborate
Sent from my One using Tapatalk
rom
kamilmirza said:
how are you doing this?
are you using Windows 8?
please elaborate
Sent from my One using Tapatalk
Click to expand...
Click to collapse
after unlocking i followed this step the one in the image 1(this snapshot is from video which i followed, i didn't took mine during that), then i came to 2nd stage recovery, i don't know whether it was in the phone earlier or came after 1st process. I'm stuck at this only because i don't know anything about this, only want to start my phone in any how. have downloaded all the stuff :
1.minimal_adb_fastboot_v1.1.3_setup
2.recovery_v.0.5.img
3.openrecovery-twrp-2.6.3.4-m7ul_6.img
4.UPDATE-SuperSU-v1.91
5.Android_Revolution_HD-One_51.0
OS is windows 7 x64.
dsthakur said:
after unlocking i followed this step the one in the image 1(this snapshot is from video which i followed, i didn't took mine during that), then i came to 2nd stage recovery, i don't know whether it was in the phone earlier or came after 1st process. I'm stuck at this only because i don't know anything about this, only want to start my phone in any how. have downloaded all the stuff :
1.minimal_adb_fastboot_v1.1.3_setup
2.recovery_v.0.5.img
3.openrecovery-twrp-2.6.3.4-m7ul_6.img
4.UPDATE-SuperSU-v1.91
5.Android_Revolution_HD-One_51.0
OS is windows 7 x64.
Click to expand...
Click to collapse
please follow the steps from my first post
dsthakur said:
after unlocking i followed this step the one in the image 1(this snapshot is from video which i followed, i didn't took mine during that), then i came to 2nd stage recovery, i don't know whether it was in the phone earlier or came after 1st process. I'm stuck at this only because i don't know anything about this, only want to start my phone in any how. have downloaded all the stuff :
1.minimal_adb_fastboot_v1.1.3_setup
2.recovery_v.0.5.img
3.openrecovery-twrp-2.6.3.4-m7ul_6.img
4.UPDATE-SuperSU-v1.91
5.Android_Revolution_HD-One_51.0
OS is windows 7 x64.
Click to expand...
Click to collapse
You can try it this way:
Copy ROM zip file to c:\mini-sdk and rename it to "rom.zip"
In the same command prompt window type and confirm each command with ENTER:
mount /data
mkdir -p /data/media/0
exit
adb push rom.zip /data/media/0
Copying rom.zip to the device will take a few minutes. Wait until it's done. The output should be: xxxx KB/s (xxxxxxxxxx bytes in xxx.xxxs). Now you can flash rom.zip from inside custom recovery. Done!
http://android-revolution-hd.blogspot.nl/2013/10/fix-data-htc-one.html
Related
hi guys ive unlocked the bootloader and installed recovery and flashed ARHD but now i hit bootloop and cannot get into recovery ive reflashed recovery but still no luck
can anyone help please
thanks
Use
Code:
fastboot erase cache
to get into recovery. Then flash a rom
MacHackz said:
Use
Code:
fastboot erase cache
to get into recovery. Then flash a rom
Click to expand...
Click to collapse
phew thanks im back to flashing ARHD can i ask do you know if its safe to format everything in recovery then use mount usb to transfair rom then flash (just to bee squeeky clean)
thanks again started to worry lol
brockyneo said:
phew thanks im back to flashing ARHD can i ask do you know if its safe to format everything in recovery then use mount usb to transfair rom then flash (just to bee squeeky clean)
thanks again started to worry lol
Click to expand...
Click to collapse
I don't think USB can be mounted, you could use adb sideload instead if you completely wiped the internal storage but I'd wait till you boot the phone and then do it instead. Remember to make a nandroid backup you're safe to factory reset in recovery if that's what you meant, as that doesn't touch system or your internal sdcard.
MacHackz said:
I don't think USB can be mounted, you could use adb sideload instead if you completely wiped the internal storage but I'd wait till you boot the phone and then do it instead. Remember to make a nandroid backup you're safe to factory reset in recovery if that's what you meant, as that doesn't touch system or your internal sdcard.
Click to expand...
Click to collapse
thanks could i be cheeky could you tell me how to use adb sideload as ive never used it before thanks:good:
No sorry.
Jokes, so in recovery press 'install zip from sideload' then plug your phone into your PC. Now put your rom zip (rename to rom.zip) in the same folder as your adb file, and put this folder on your desktop. Now use
Code:
cd Desktop
then
Code:
cd 'NAME OF FOLDER'
now use
Code:
adb devices
and check your serial number appears.
Now use
Code:
abd sideload rom.zip
and it will transfer and install
MacHackz said:
No sorry.
Jokes, so in recovery press 'install zip from sideload' then plug your phone into your PC. Now put your rom zip (rename to rom.zip) in the same folder as your adb file, and put this folder on your desktop. Now use
Code:
cd Desktop
then
Code:
cd 'NAME OF FOLDER'
now use
Code:
adb devices
and check your serial number appears.
Now use
Code:
abd sideload rom.zip
and it will transfer and install
Click to expand...
Click to collapse
thanks i get to the USE adb devices but it doesnt find anything sorry for been a pain mate
i got upto the srial number but no serial number comes up lol
brockyneo said:
thanks i get to the USE adb devices but it doesnt find anything sorry for been a pain mate
Click to expand...
Click to collapse
Do you have the adb and fastboot drivers what OS you on?
MacHackz said:
Do you have the adb and fastboot drivers what OS you on?
Click to expand...
Click to collapse
yes i believe they are ok and windows 7 64 bit
does the rom need to be unzipped?
brockyneo said:
yes i believe they are ok and windows 7 64 bit
does the rom need to be unzipped?
Click to expand...
Click to collapse
Ok, no it doesn't but first we need to find out why adb isn't working :/
Grab the driver from here: http://forum.xda-developers.com/attachment.php?attachmentid=963042&d=1332595157
Extract the drivers
Now go to Start menu and right click on my computer and then click manage.
Now go to device manager and there you should see your connected One listed as being without a driver.
Right click on that entry and select 'update driver'
Now tell it that you have the driver on local disk and then browse to the folder you extracted.
Update your driver.
Disconnect and reconnect the device and try ADBing again.
Should work.
MacHackz said:
Ok, no it doesn't but first we need to find out why adb isn't working :/
Grab the driver from here: http://forum.xda-developers.com/attachment.php?attachmentid=963042&d=1332595157
Extract the drivers
Now go to Start menu and right click on my computer and then click manage.
Now go to device manager and there you should see your connected One listed as being without a driver.
Right click on that entry and select 'update driver'
Now tell it that you have the driver on local disk and then browse to the folder you extracted.
Update your driver.
Disconnect and reconnect the device and try ADBing again.
Should work.
Click to expand...
Click to collapse
ya i have a android phone in the device manager but the driver that ive downloaded is not installing
brockyneo said:
ya i have a android phone in the device manager but the driver that ive downloaded is not installing
Click to expand...
Click to collapse
Try uninstalling all your drivers, and install HTC Sync Manager Sorry, I don't have windows I don't know about all the drivers for it.
hi mate dont appoligise i appreaciate your help right ive got my serial up lol now last command abd sideload rom.zip doesnt reconize zip aahhh
brockyneo said:
hi mate dont appoligise i appreaciate your help right ive got my serial up lol now last command abd sideload rom.zip doesnt reconize zip aahhh
Click to expand...
Click to collapse
Can you screenshot the output
MacHackz said:
Can you screenshot the output
Click to expand...
Click to collapse
sorry i dont have another phone to take pick it just says "cannot read sideload"
brockyneo said:
sorry i dont have another phone to take pick it just says "cannot read sideload"
Click to expand...
Click to collapse
try going to the folder where rom and adb is, and right clicking and selecting 'open cmd window here' then use adb again, Maybe try a different zip too if you have time to download one.
finally got there but crashed 3 times in aroma so annoying now lol aahhhhh redownloaded rom aswell :crying:
brockyneo said:
finally got there but crashed 3 times in aroma so annoying now lol aahhhhh redownloaded rom aswell :crying:
Click to expand...
Click to collapse
It's a known issue for aroma to crash, gotta keep trying and it helps if you don't touch the screen (use voume rocker and power button to select instead)
MacHackz said:
It's a known issue for aroma to crash, gotta keep trying and it helps if you don't touch the screen (use voume rocker and power button to select instead)
Click to expand...
Click to collapse
thanks trying for the 5th time i cannot even select nothing in recovery like wipe data ect without it rebooting to the boot screen so hope ive not knacked it up only had it 2 hours lol
brockyneo said:
thanks trying for the 5th time i cannot even select nothing in recovery like wipe data ect without it rebooting to the boot screen so hope ive not knacked it up only had it 2 hours lol
Click to expand...
Click to collapse
ahh use
Code:
fastboot erase cache
then use recovery. Hope it works eventually !
Hi guys. I wanted 2 restore my HTC One firmware through RUU. I followed nkk71's guide to do so. So i downgraded the bootloader to 1.44 to flash the RUU. However, after the downgrade, my One isnt recognized by fastboot. Whenever i type any command, its Waiting for device........... I have installed HTC Sync and tried uninstalling also. No success.
But this laptop has both USB 3.0 ports and is on Win 8.1 Is the USB 3.0 port the problem??
But on HBOOT 1.54, the phone was easily recognized.'
Thanks sincerely for any help
You need the newer hboot with Windows 8.1.
An alternative is a Linux live CD.
raghav kapur said:
Hi guys. I wanted 2 restore my HTC One firmware through RUU. I followed nkk71's guide to do so. So i downgraded the bootloader to 1.44 to flash the RUU. However, after the downgrade, my One isnt recognized by fastboot. Whenever i type any command, its Waiting for device........... I have installed HTC Sync and tried uninstalling also. No success.
But this laptop has both USB 3.0 ports and is on Win 8.1 Is the USB 3.0 port the problem??
But on HBOOT 1.54, the phone was easily recognized.'
Thanks sincerely for any help
Click to expand...
Click to collapse
http://forum.xda-developers.com/showthread.php?t=2610783&page=2
nkk71 said:
http://forum.xda-developers.com/showthread.php?t=2610783&page=2
Click to expand...
Click to collapse
thanks a lot for your suggestion. Win7 did the trick. But I have another question. Wen im doing the push adb command for installing the guru bootloader reset zip, its not happening.
What I've done is:
1) Put the guru bootloader reset zip in fastboot folder
2) adb push xxxx.zip (Ive just dragged the zip file from fastboot folder to command prompt)
3) Then I get a whole huge bunch of letters
Is it possible 2 simply drag the zip file to my virtual sd card and then flash from CWM, the way its done for flashing a rom
Or could you please tell me what command to put to flash the guru bootloader reset from command prompt
Really sorry if im irritating you
You should paste your results from adb push to get a better answer
raghav kapur said:
thanks a lot for your suggestion. Win7 did the trick. But I have another question. Wen im doing the push adb command for installing the guru bootloader reset zip, its not happening.
What I've done is:
1) Put the guru bootloader reset zip in fastboot folder
2) adb push xxxx.zip (Ive just dragged the zip file from fastboot folder to command prompt)
3) Then I get a whole huge bunch of letters
Is it possible 2 simply drag the zip file to my virtual sd card and then flash from CWM, the way its done for flashing a rom
Or could you please tell me what command to put to flash the guru bootloader reset from command prompt
Really sorry if im irritating you
Click to expand...
Click to collapse
you should look at the guide in a little bit more detail (including post 7, which has "visuals" both of the command prompt and the screenshots, so you can see what kind of output you get.
the command is "adb push <name of file>.zip /data/media/" <- yes, you need to mention the destination
here's a little trick it seems many are missing: in the command prompt type:
Code:
C:\ADB3>adb push g
then press TAB, and looky here:
Code:
C:\ADB3>adb push Guru_Bootloader_Reset_1.0.zip
then you can continue and type "<space>/data/media/"
if there is more than one file that starts with "g" press TAB again (and again) until the correct file is displayed.
nkk71 said:
you should look at the guide in a little bit more detail (including post 7, which has "visuals" both of the command prompt and the screenshots, so you can see what kind of output you get.
the command is "adb push <name of file>.zip /data/media/" <- yes, you need to mention the destination
here's a little trick it seems many are missing: in the command prompt type:
Code:
C:\ADB3>adb push g
then press TAB, and looky here:
Code:
C:\ADB3>adb push Guru_Bootloader_Reset_1.0.zip
then you can continue and type "<space>/data/media/"
if there is more than one file that starts with "g" press TAB again (and again) until the correct file is displayed.
Click to expand...
Click to collapse
i keep getting device not found error
nkk71 said:
you should look at the guide in a little bit more detail (including post 7, which has "visuals" both of the command prompt and the screenshots, so you can see what kind of output you get.
the command is "adb push <name of file>.zip /data/media/" <- yes, you need to mention the destination
here's a little trick it seems many are missing: in the command prompt type:
Code:
C:\ADB3>adb push g
then press TAB, and looky here:
Code:
C:\ADB3>adb push Guru_Bootloader_Reset_1.0.zip
then you can continue and type "<space>/data/media/"
if there is more than one file that starts with "g" press TAB again (and again) until the correct file is displayed.
Click to expand...
Click to collapse
can I just copy the bootloader reset zip to my internal storage through ES File Explorer and then flash using CWM ?
raghav kapur said:
i keep getting device not found error
Click to expand...
Click to collapse
are you in recovery or booted up rom (with USB debugging enabled?), anyway if you can see your phone with MTP in Windows, then fine just drag it onto the phone.
nkk71 said:
are you in recovery or booted up rom (with USB debugging enabled?), anyway if you can see your phone with MTP in Windows, then fine just drag it onto the phone.
Click to expand...
Click to collapse
It initially wasn't working thru adb. So I just decided 2 boot the phone after that. The phone is booting fine. So this is what I plan to do :
1) Copy the boot loader zip to internal storage
2) Boot CWM
3) Flash the zip
4) Lock the Boot loader and remove tampered
5) Run RUU when the phone is in fastboot
Is this the correct procedure ?
raghav kapur said:
It initially wasn't working thru adb. So I just decided 2 boot the phone after that. The phone is booting fine. So this is what I plan to do :
1) Copy the boot loader zip to internal storage
2) Boot CWM
3) Flash the zip
4) Lock the Boot loader and remove tampered
5) Run RUU when the phone is in fastboot
Is this the correct procedure ?
Click to expand...
Click to collapse
yep, sounds good.
STAY S-OFF
nkk71 said:
yep, sounds good.
STAY S-OFF
Click to expand...
Click to collapse
REALLY THANKS A LOOT. I really don't know how to thank you enough. My phone is back to normal
One last question: HTC UAE has told me that the phone has to be S-ON to be repaired for free. So simply running that command provided in the guide will get it S-ON right ?
raghav kapur said:
REALLY THANKS A LOOT. I really don't know how to thank you enough. My phone is back to normal
One last question: HTC UAE has told me that the phone has to be S-ON to be repaired for free. So simply running that command provided in the guide will get it S-ON right ?
Click to expand...
Click to collapse
yes as mentioned in the guide, however you have to do this before updating to 3.xx because hboot 1.55 is patched for that (as mentioned in the guide)
so if you're just sending to repair, and think it's necessary go ahead with s-on. after that you can take OTA updates... then again why bother, i'm sure they'll update it in the repair center.
When i try to push a file or rom on my htc one using sideload, it says "failed" i am currently left out without operating system and evrything wiped out of my device. please help
AHMEDNATOR said:
When i try to push a file or rom on my htc one using sideload, it says "failed" i am currently left out without operating system and evrything wiped out of my device. please help
Click to expand...
Click to collapse
what is your adb version? Have you tried adb push instead of adb sideload?
i dont know what version it is and i am using the squabbi htc toolkit, ive tried push but i didnt get any results
AHMEDNATOR said:
i dont know what version it is and i am using the squabbi htc toolkit, ive tried push but i didnt get any results
Click to expand...
Click to collapse
So let start at the beginning:
Don't use toolkit, use adb and fastboot directly from the command prompt
go there: http://forum.xda-developers.com/showthread.php?t=2317790
follow instructions in above thread to install minimal abd and fastboot on your computer
alray said:
what is your adb version? Have you tried adb push instead of adb sideload?
Click to expand...
Click to collapse
i dont know what adb version i have but ive tried using push with the squabbi htc too, no result in the end or i ll say failed protocol or whatever
AHMEDNATOR said:
i dont know what adb version i have but ive tried using push with the squabbi htc too, no result in the end or i ll say failed protocol or whatever
Click to expand...
Click to collapse
listen mate, I'm ready to help you push or sideload a rom to your phone, but we will not use this toolkit (no disrespect to squabbi btw).
When things goes wrong, better to use adb/fastboot directly from terminal, not using a toolkit.
so go ahead and install adb/fastboot on your computer so we can start troubleshooting.
alray said:
So let start at the beginning:
Don't use toolkit, use adb and fastboot directly from the command prompt
go there: http://forum.xda-developers.com/showthread.php?t=2317790
follow instructions in above thread to install minimal abd and fastboot on your computer
Click to expand...
Click to collapse
ok i am doing as you say, when i am done with this first step, i ll write here. btw my internal memory seems to be completely wiped out as i see 0mb in every folder via TWRP. Please can i add you up on facebook because i have to wait up to five minutes here to reply to you because i am new, it ll go faster on facebook
AHMEDNATOR said:
my internal memory seems to be completely wiped out as i see 0mb in every folder via TWRP.
Click to expand...
Click to collapse
In twrp, when you click on ''install'' does it says ''storage: internal storage: (0 MB)''? If it says 0 MB then you probably have corrupted your data partition...
Please can i add you up on facebook because i have to wait up to five minutes here to reply to you because i am new, it ll go faster on facebook
Click to expand...
Click to collapse
Irc, this restriction only apply for the first 10 posts, only 2 more and you'll get rid of it.
yes it is corrupted i guess, what can i do to fix this problem?
alray said:
In twrp, when you click on ''install'' does it says ''storage: internal storage: (0 MB)''? If it says 0 MB then you probably have corrupted your data partition...
Irc, this restriction only apply for the first 10 posts, only 2 more and you'll get rid of it.
Click to expand...
Click to collapse
yes it is corrupted i guess, what can i do to fix this problem?
AHMEDNATOR said:
yes it is corrupted i guess
Click to expand...
Click to collapse
does it says: ''storage: internal storage: (0 MB)''
Yes or No?
''I guess'' is not enough
in twrp, when you click on ''install'' does it says ''storage: internal storage: (0 MB)''?
Click to expand...
Click to collapse
alray said:
does it says: ''storage: internal storage: (0 MB)''
Yes or No?
''I guess'' is not enough
Click to expand...
Click to collapse
yes sadly
AHMEDNATOR said:
yes sadly
Click to expand...
Click to collapse
ok so you'll need to format your data partition
in twrp, select ''wipe'' then ''format data''
alray said:
ok so you'll need to format your data partition
in twrp, select ''wipe'' then ''format data''
Click to expand...
Click to collapse
ok done mate! what now?
btw, what version of twrp are you using?
alray said:
btw, what version of twrp are you using?
Click to expand...
Click to collapse
v2.6.3.0
AHMEDNATOR said:
ok done mate! what now?
Click to expand...
Click to collapse
This part to do in 2nd - in recovery mode:
make sure your rom.zip is in the same folder of adb and fastboot, if you have installed minimal adb and fastboot, it should be C:\Program\Minimal ADB and Fastboot\
hold shift + right click a blank space in that folder, select ''start command prompt here'' from the contextual menu.
then in the command prompt (with your phone booted in twrp) type:
Code:
adb devices
it should reply your device s/n + recovery, If yes then:
Code:
adb push name_of_rom.zip /sdcard/
should take around 5 min to transfer (there is no progress bar)
---------- Post added at 01:59 PM ---------- Previous post was at 01:57 PM ----------
AHMEDNATOR said:
v2.6.3.0
Click to expand...
Click to collapse
This part to do 1st in bootloader mode (fastboot usb mode)
wait your twrp is outdated and most newer rom require at least twrp 2.6.3.3.
download and save twrp 2.6.3.3 to your adb/fastboot folder
with phone in bootloader mode (fastboot):
Code:
fastboot flash recovery openrecovery-twrp-2.6.3.3-m7.img
fastboot erase cache
fastboot reboot-bootloader
then re-enter recovery and do what I said above
should my phone be in recovery mode or [email protected]
AHMEDNATOR said:
should my phone be in recovery mode or [email protected]
Click to expand...
Click to collapse
see above post, edited in red
@alray where should the adb fastboot folder be located? is it supposed to show up when i plug in my phone?
I installed Android Revolution HD, and I'm stuck in a bootloop.. And in ClockWorkMod Recovery, it says root access is lost... What do I do?
mrchris814 said:
I installed Android Revolution HD, and I'm stuck in a bootloop.. And in ClockWorkMod Recovery, it says root access is lost... What do I do?
Click to expand...
Click to collapse
read the instructions - realize that you need to flash with TWRP recovery not ClockWorkMod - flash TWRP 2.6.3.3 - enter recovery and wipe - push the ROM again - flash again.
Seanie280672 said:
read the instructions - realize that you need to flash with TWRP recovery not ClockWorkMod - flash TWRP 2.6.3.3 - enter recovery and wipe - push the ROM again - flash again.
Click to expand...
Click to collapse
How do I flash TWRP?
mrchris814 said:
How do I flash TWRP?
Click to expand...
Click to collapse
do you know how to use fastboot and ADB ?
Seanie280672 said:
do you know how to use fastboot and ADB ?
Click to expand...
Click to collapse
Not really...
mrchris814 said:
Not really...
Click to expand...
Click to collapse
oh no, well here goes, your going to need it, especially as your in a bootloop.
so download and install this, everything including the drivers, the file must be run as administrator: http://forum.xda-developers.com/showthread.php?t=2588979
then download this img file and put it in the same folder as fastboot and adb that you just installed: http://techerrata.com/file/twrp2/m7/openrecovery-twrp-2.6.3.3-m7.img
open a command windows (CMD window) in that same folder, to do this, hold down control & shift & right mouse click on any white area in that folder and select open command window here.
with your phone plugged into the computer and in fastboot USB mode type the following command one at a time
Code:
fastboot flash recovery openrecovery-twrp-2.6.3.3-m7.img
fastboot erase cache
fastboot reboot-bootloader
let me know when that's done
Seanie280672 said:
oh no, well here goes, your going to need it, especially as your in a bootloop.
so download and install this, everything including the drivers, the file must be run as administrator: http://forum.xda-developers.com/showthread.php?t=2588979
then download this img file and put it in the same folder as fastboot and adb that you just installed: http://techerrata.com/file/twrp2/m7/openrecovery-twrp-2.6.3.3-m7.img
open a command windows (CMD window) in that same folder, to do this, hold down control & shift & right mouse click on any white area in that folder and select open command window here.
with your phone plugged into the computer and in fastboot USB mode type the following command one at a time
Code:
fastboot flash recovery openrecovery-twrp-2.6.3.3-m7.img
fastboot erase cache
fastboot reboot-bootloader
let me know when that's done
Click to expand...
Click to collapse
It's done.
mrchris814 said:
It's done.
Click to expand...
Click to collapse
that was quick, enter recovery, and select wipe, swipe to factory reset then I always go into advanced wipe too and select everything except internal storage.
once done, go back to the main screen of recovery, main screen only, no sub menu's.
download the rom again and put in the same folder as adb and fastboot again.
then with your phone plugged in, rom in the folder, and a command window open type:
Code:
adb push (name-of-rom).zip /sdcard/
takes a while and will look unresponsive but the cmd window will let you know when its done.
once done, unplug your phone, and slect install, select the rom from the list and swipe to begin the install.
Seanie280672 said:
that was quick, enter recovery, and select wipe, swipe to factory reset then I always go into advanced wipe too and select everything except internal storage.
once done, go back to the main screen of recovery, main screen only, no sub menu's.
download the rom again and put in the same folder as adb and fastboot again.
then with your phone plugged in, rom in the folder, and a command window open type:
Code:
adb push (name-of-rom).zip /sdcard/
takes a while and will look unresponsive but the cmd window will let you know when its done.
once done, unplug your phone, and slect install, select the rom from the list and swipe to begin the install.
Click to expand...
Click to collapse
So in the command window, I put the full name of the rom download file?
mrchris814 said:
So in the command window, I put the full name of the rom download file?
Click to expand...
Click to collapse
yeah, easiest way is once you've downloaded the rom, just change the file name to rom.zip then move it to the adb and fastboot folder, then adb push rom.zip /sdcard/
Seanie280672 said:
yeah, easiest way is once you've downloaded the rom, just change the file name to rom.zip then move it to the adb and fastboot folder, then adb push rom.zip /sdcard/
Click to expand...
Click to collapse
Okay.. I'll let you know when I'm finished with all of it.
Seanie280672 said:
yeah, easiest way is once you've downloaded the rom, just change the file name to rom.zip then move it to the adb and fastboot folder, then adb push rom.zip /sdcard/
Click to expand...
Click to collapse
And also, since I already wiped, do I have to do it again in Aroma Installer, or can I continue without wipe?
mrchris814 said:
And also, since I already wiped, do I have to do it again in Aroma Installer, or can I continue without wipe?
Click to expand...
Click to collapse
its only a wipe of data, so I would just go ahead and wipe just to be sure.
Seanie280672 said:
its only a wipe of data, so I would just go ahead and wipe just to be sure.
Click to expand...
Click to collapse
As soon as I hit Finish, the screen went black.. Is that normal?
mrchris814 said:
As soon as I hit Finish, the screen went black.. Is that normal?
Click to expand...
Click to collapse
that happens sometimes, just hold the power button down till the lights on the bottom flash 10 - 15 times, the phone will reset and pick up where it left off and start booting.
Seanie280672 said:
that happens sometimes, just hold the power button down till the lights on the bottom flash 10 - 15 times, the phone will reset and pick up where it left off and start booting.
Click to expand...
Click to collapse
Okay.. Everything is working now.. Thank you so much.. You really saved me with this.
mrchris814 said:
Okay.. Everything is working now.. Thank you so much.. You really saved me with this.
Click to expand...
Click to collapse
your welcome, and learned adb and fastboot along the way too, better than using compiled apps to flash things.
same problem, but different result...
Seanie280672 said:
your welcome, and learned adb and fastboot along the way too, better than using compiled apps to flash things.
Click to expand...
Click to collapse
Hi Seanie,
I followed the instructions on this post, as I was having a similar problem. I installed the Apolo7 v4.1 rom on my phone using CWM instead of TWRP and entered a boot loop. After following your instructions for installing ADB and flashing TWRP, when I try to enter recovery to perform a wipe it won't and goes back into a boot loop wherein it is perpetually trying to enter recovery. Any suggestions?
thanks!
Seanie280672 said:
your welcome, and learned adb and fastboot along the way too, better than using compiled apps to flash things.
Click to expand...
Click to collapse
Seanie, I found your advice very useful. Thanks for taking the time to walk us noobs through. In my case it didn't work at first but after I found the right version of TWRP for my HTC One it worked fine. Thanks!
I recorded my experience here: http://forum.xda-developers.com/htc...m-802w-stuck-bootloader-t2835693#post54576527
Can anybody help my out, because I somehow deleted my OS in my rooted Nexus 6
I tried to use the Nexus Root Toolkit to flash it to stock, but it telling that it can't load it.
load_file: could not allocate 1785963604 bytes
error: cannot load 'C:\Program Files (x86)\WugFresh Development\Nexus Root Toolk
it\data\Factory_Images\shamu\-lyz28e-factory-b542b88a\image-shamu-lyz28e\system.img
What should I do ?
Zleach said:
Can anybody help my out, because I somehow deleted my OS in my rooted Nexus 6
I tried to use the Nexus Root Toolkit to flash it to stock, but it telling that it can't load it.
load_file: could not allocate 1785963604 bytes
error: cannot load 'C:\Program Files (x86)\WugFresh Development\Nexus Root Toolk
it\data\Factory_Images\shamu\-lyz28e-factory-b542b88a\image-shamu-lyz28e\system.img
What should I do ?
Click to expand...
Click to collapse
fastboot flash the stock factory image the right way, via fastboot, while youre in your bootloader. heres a read me with instructions http://forum.xda-developers.com/nexus-6/general/guide-flash-factory-images-nexus-6shamu-t2954008
btw, you shouldnt use root toolkits until you are at the point of you knowing what you are doing.
Try to flash stock google image from bootloader if u can get to the bootloader using power and volume down button.
Sent from my Nexus 6 using Tapatalk
I tried the 1st method
but it telling me that in CMD window that "fastboot is not recognized as an internal or external command,
operable program or batch file
Zleach said:
I tried the 1st method
but it telling me that in CMD window that "fastboot is not recognized as an internal or external command,
operable program or batch file
Click to expand...
Click to collapse
Do you have fastboot and abd installed. If so you are opening cmd in wrong place or environmental variable path missing or wrong.
Zleach said:
I tried the 1st method
but it telling me that in CMD window that "fastboot is not recognized as an internal or external command,
operable program or batch file
Click to expand...
Click to collapse
Install this:
http://forum.xda-developers.com/showthread.php?t=2588979
Now you can use fastboot/ADB from anywhere on your PC.
Also, use method #2 from the link provided earlier. Flash-all doesn't work.
prdog1 said:
Do you have fastboot and abd installed. If so you are opening cmd in wrong place or environmental variable path missing or wrong.
Click to expand...
Click to collapse
I'm not sure if I have fastboot and abd installed in my windows
I thought fastboot would be my phone bootloader mode
Zleach said:
I'm not sure if I have fastboot and abd installed in my windows
I thought fastboot would be my phone bootloader mode
Click to expand...
Click to collapse
If not sure you don't. Follow @Evolution_Tech's last post.
Zleach said:
I'm not sure if I have fastboot and abd installed in my windows
I thought fastboot would be my phone bootloader mode
Click to expand...
Click to collapse
Follow the link I provided. You'll be all set.
Evolution_Tech said:
Follow the link I provided. You'll be all set.
Click to expand...
Click to collapse
Haha. Had to edit my post. Yall all look alike.
Thank You
everyone for helping me out
you guys really save me
method 2 plus this video from youtube help me out alot
" youtube.com/watch?v=I5Uwv-dd1y4&feature=iv&src_vid=5ka5dnPghzI&annotation_id=annotation_3822850285"
If you can get in twrp you just have to format data,I was stuck fir 2days
johhnyred23 said:
If you can get in twrp you just have to format data,I was stuck fir 2days
Click to expand...
Click to collapse
I was in twrp in recovery
and I think I formatted the data which might have cause me to wipe out the OS on my Nexus 6
or I might have checked something else to be wipe out
Alternative is copyright rom to sdcard using twrp and flash
Zleach said:
I was in twrp in recovery
and I think I formatted the data which might have cause me to wipe out the OS on my Nexus 6
or I might have checked something else to be wipe out
Click to expand...
Click to collapse
I made a thread you should have read stating just how not to Do this damage lol... Like I did to myself .
Any time you wipe data/format in twrp your gonna delete the whole operating system .
Make sure you check mark oem unlock box in settings\developer options ,Very critical !!
This will always allow you to be able to flash Stock images with fast boot or a tool kit to get the device back to life .
Never oem relock the bootloader with stock recovery cause if you was oem locked/relocked and had deleted the O.S like you did you would have had a bricked phone .
Sent from my Nexus 6 using XDA Free mobile app