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?
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 !
I was changing rom according to instructions and accidentally I have deleted my rom.zip. Now I'm stuck in recovery with nothing to flash and no idea how to push rom.zip to phone memory. I have otg cable. Can anyone come up with a solution or direction to relevant topic ?
Pum4 said:
I was changing rom according to instructions and accidentally I have deleted my rom.zip. Now I'm stuck in recovery with nothing to flash and no idea how to push rom.zip to phone memory. I have otg cable. Can anyone come up with a solution or direction to relevant topic ?
Click to expand...
Click to collapse
Easiest thing would be to put your ROM.zip on your usb and plug it into your phone before entering recovery. I'm not sure if Cwm classic supports otg but Cwm touch and twrp do
Sent from my HTC One using xda premium
redbull123 said:
Easiest thing would be to put your ROM.zip on your usb and plug it into your phone before entering recovery. I'm not sure if Cwm classic supports otg but Cwm touch and twrp do
Sent from my HTC One using xda premium
Click to expand...
Click to collapse
will try. Should I flash it from pendrive or copy to internal and then install ?
I've tried and even it should be possible the device cant mount externel sd what to do now ?
Pum4 said:
will try. Should I flash it from pendrive or copy to internal and then install ?
Click to expand...
Click to collapse
I think it's called external_sd in recovery. Just flash it from there.
Sent from my HTC One using xda premium
---------- Post added at 08:20 PM ---------- Previous post was at 08:11 PM ----------
Pum4 said:
will try. Should I flash it from pendrive or copy to internal and then install ?
I've tried and even it should be possible the device cant mount externel sd what to do now ?
Click to expand...
Click to collapse
Apologies, I've just tried it myself in CWM Touch 6.0.3.1...
Go to Bootloader screen and plug in your cable
enter recovery
install zip from sdcard
choose zip from external sdcard
Works for me...
Sometimes if it doesn't mount I go to 'backup and restore' -> restore from external sdcard -> Go Back -> Go Back -> try it flashing from 'install zip from sdcard' again. (Although I have a nandroid backup on my usb so that may not work for you)
redbull123 said:
I think it's called external_sd in recovery. Just flash it from there.
Sent from my HTC One using xda premium
---------- Post added at 08:20 PM ---------- Previous post was at 08:11 PM ----------
Apologies, I've just tried it myself in CWM Touch 6.0.3.1...
Go to Bootloader screen and plug in your cable
enter recovery
install zip from sdcard
choose zip from external sdcard
Works for me...
Sometimes if it doesn't mount I go to 'backup and restore' -> restore from external sdcard -> Go Back -> Go Back -> try it flashing from 'install zip from sdcard' again. (Although I have a nandroid backup on my usb so that may not work for you)
Click to expand...
Click to collapse
when i try to do that, there is a commend listed: E: Cant mount /external_sd damn it
Pum4 said:
when i try to do that, there is a commend listed: E: Cant mount /external_sd damn it
Click to expand...
Click to collapse
Can you use adb & fastboot commands?
redbull123 said:
Can you use adb & fastboot commands?
Click to expand...
Click to collapse
yes I can, is mini sdk enough ?
Pum4 said:
yes I can, is mini sdk enough ?
Click to expand...
Click to collapse
yeah...
put your rom.zip in your mini-sdk folder
put your phone to the bootloader screen -> select fastboot -> it should now say 'fastboot usb'
hold shift and right-click on your mini-sdk folder -> Open Command Window Here
command: fastboot devices
if your device shows, enter recovery
command: adb devices
if your device shows,
adb push name_of_your_rom.zip /sdcard be sure to put a space before /sdcard. be sure the 'name_of_your_rom' is named exactly the same as your rom.zip
After a while your rom should be on your sdcard, just flash it as normal.
redbull123 said:
yeah...
put your rom.zip in your mini-sdk folder
put your phone to the bootloader screen -> select fastboot -> it should now say 'fastboot usb'
hold shift and right-click on your mini-sdk folder -> Open Command Window Here
command: fastboot devices
if your device shows, enter recovery
command: adb devices
if your device shows,
adb push name_of_your_rom.zip /sdcard be sure to put a space before /sdcard. be sure the 'name_of_your_rom' is named exactly the same as your rom.zip
After a while your rom should be on your sdcard, just flash it as normal.
Click to expand...
Click to collapse
Just did as you said. The tricky part is with opening command line in the specified folder, I would never have guess that you have to hold shift.
Now waiting for the file being moved to sdcard, after push command the _ is blinking as the file is being send right. File is sent XXX bytes in 222.sec
I tried to instal from the sdcard the recovery reboots itself when I press instal from sdcard
Pum4 said:
Just did as you said. The tricky part is with opening command line in the specified folder, I would never have guess that you have to hold shift.
Now waiting for the file being moved to sdcard, after push command the _ is blinking as the file is being send right. File is sent XXX bytes in 222.sec
I tried to instal from the sdcard the recovery reboots itself when I press instal from sdcard
Click to expand...
Click to collapse
Maybe try fastboot screen again,
fastboot erase cache
redbull123 said:
Maybe try fastboot screen again,
fastboot erase cache
Click to expand...
Click to collapse
remote not allowed
Pum4 said:
remote not allowed
Click to expand...
Click to collapse
'fastboot usb' should be on the screen
again, open cmd from your mini-sdk folder
do 'fastboot devices' just to be sure your device is seen
redbull123 said:
'fastboot usb' should be on the screen
again, open cmd from your mini-sdk folder
do 'fastboot devices' just to be sure your device is seen
Click to expand...
Click to collapse
done, entered recovery and when I press instal from sdcard the device is re-booting
the charging led is not lighiting up i fear i will drain it to zero and it will not charge again
Pum4 said:
done, entered recovery and when I press instal from sdcard the device is re-booting
the charging led is not lighiting up i fear i will drain it to zero and it will not charge again
Click to expand...
Click to collapse
ok, can you select install zip from sideload or does it crash?
if you can, select it and command in cmd (from your mini-sdk folder)
adb sideload name_of_your_rom.zip
once its finished sideloading it should begin install on your phone automatically
If you can't do that, try re-flashing your recovery and try everything again.
fastboot flash recovery name_of_your_recovery.img
(in 'fastboot usb') (name_of_your_recovery.img should be in mini-sdk folder)
redbull123 said:
ok, can you select install zip from sideload or does it crash?
if you can, select it and command in cmd (from your mini-sdk folder)
adb sideload name_of_your_rom.zip
once its finished sideloading it should begin install on your phone automatically
If you can't do that, try re-flashing your recovery and try everything again.
fastboot flash recovery name_of_your_recovery.img
(in 'fastboot usb') (name_of_your_recovery.img should be in mini-sdk folder)
Click to expand...
Click to collapse
I pushed sideload:
failed to open driver control: no csuch file or directory (x2)
sideload started now sen the package you want to apply to the device with adb sideload <filename>
in cmd adb devices:
HTXXXXXXX sideload
after command sideload progress is showed but I fear I have deleted sth important on the device ;/
rom was sideloaded but instalation was far to quick and it is still stuck on htc quietly brilliant... I have bricked my device (
Pum4 said:
I pushed sideload:
failed to open driver control: no csuch file or directory (x2)
sideload started now sen the package you want to apply to the device with adb sideload <filename>
in cmd adb devices:
HTXXXXXXX sideload
after command sideload progress is showed but I fear I have deleted sth important on the device ;/
rom was sideloaded but instalation was far to quick and it is still stuck on htc quietly brilliant... I have bricked my device (
Click to expand...
Click to collapse
Just hold down volume down + power button until it reboots. You may have to do it under a bright light. Keep holding them until your fastboot/hboot screen appears.
Try re-flashing your recovery as I said above and try again - if that doesn't work then I'm afraid I'm out of ideas
What ROM are you trying to install??
redbull123 said:
Just hold down volume down + power button until it reboots. You may have to do it under a bright light. Keep holding them until your fastboot/hboot screen appears.
Try re-flashing your recovery as I said above and try again - if that doesn't work then I'm afraid I'm out of ideas
What ROM are you trying to install??
Click to expand...
Click to collapse
just stock 4.2.2... I will try to do that again and if it doesnt work I will try to use ruu method but I wonder do I have to flash stock recovery then ?
Pum4 said:
just stock 4.2.2... I will try to do that again and if it doesnt work I will try to use ruu method but I wonder do I have to flash stock recovery then ?
Click to expand...
Click to collapse
send a link to the page you got the rom. i've never used RUU but I think it flashes stock recovery during the process
redbull123 said:
send a link to the page you got the rom. i've never used RUU but I think it flashes stock recovery during the process
Click to expand...
Click to collapse
http://forum.xda-developers.com/showthread.php?t=2281365
http://forum.xda-developers.com/showthread.php?t=2207874
I'm trying to find modeid and cidnum and its pn07100000 and orangb10... dont know which to choose...
I need mz phone tomoorow and Im getting desperate
I have flashed stock recovery and still it bootloops, getting hopeless
Pum4 said:
http://forum.xda-developers.com/showthread.php?t=2281365
http://forum.xda-developers.com/showthread.php?t=2207874
I'm trying to find modeid and cidnum and its pn07100000 and orangb10... dont know which to choose...
I need mz phone tomoorow and Im getting desperate
I have flashed stock recovery and still it bootloops, getting hopeless
Click to expand...
Click to collapse
I don't know anything about RUUs but this is what I would do just to get a working phone:
Flash custom recovery again
Flash Android Revolution 10.2 from here:
http://forum.xda-developers.com/showthread.php?p=38939202
Using adb push or sideload
It's 4.2.2 and close to stock
Sent from my HTC One using xda premium
Hey !
I am new to the phone and I am so stupid...I formatted my intern SD Card with CWM Recovery..
So what can I do now?? Nothing is on the phone any more..cant flash anything..
Help me please!!
so_ony said:
Hey !
I am new to the phone and I am so stupid...I formatted my intern SD Card with CWM Recovery..
So what can I do now?? Nothing is on the phone any more..cant flash anything..
Help me please!!
Click to expand...
Click to collapse
Do you have s-off ? have you tried a RUU ?
so_ony said:
Hey !
I am new to the phone and I am so stupid...I formatted my intern SD Card with CWM Recovery..
So what can I do now?? Nothing is on the phone any more..cant flash anything..
Help me please!!
Click to expand...
Click to collapse
http://forum.xda-developers.com/showthread.php?t=2325853 - it's a sticky at the top of the Q&A page, it happens all the time, don't panic...
"just calm the fu** down", that is what I said to myself when it happened to me, because i panicked a little too...
you should follow the guide in the link that redbull123 provide
but if your fear is taking over you, there are two other and "for me" easily ways to install a rom if you fuc*... wiped your internal sd
1 - install HTC drivers as the provided link (above), then use DROID EXPLORER (look for it in google and install it) to copy a rom into your ONE, then flash!!!
2 - get a OTG cable copy the rom into usb and flash the rom using the usb memory with the OTG cable.
I remembere when i wiped my internal SD, it was because a skin for the recovery TWRP that changes the buttons, so I accidentally deleted my internal SD lol
redbull123 said:
http://forum.xda-developers.com/showthread.php?t=2325853 - it's a sticky at the top of the Q&A page, it happens all the time, don't panic...
Click to expand...
Click to collapse
i did it like there, the problem is, that i do not know where i have to go exactly with "cmd" mode...
I have the newest HBOOT 1.44.0000 so no RUU for this i think
i started the adb push but i only can go into recovery of TWRP . And what i have to do now?
i typed in adb push *rom* data/media/
but it says :"failed to copy rom to "data/media/ : is a directory
what does this mean?
so_ony said:
i did it like there, the problem is, that i do not know where i have to go exactly with "cmd" mode...
I have the newest HBOOT 1.44.0000 so no RUU for this i think
i started the adb push but i only can go into recovery of TWRP . And what i have to do now?
i typed in adb push *rom* data/media/
but it says :"failed to copy rom to "data/media/ : is a directory
what does this mean?
Click to expand...
Click to collapse
don't worry about hboot.
try selecting Advanced -> ADB Sideload in TWRP then in cmd command
adb sideload name_of_your_rom.zip
(make sure the rom is in the same folder as your adb/fastboot drivers and your running the cmd window from that folder also)
Hold shift and right click on your folder then click 'Open Command Window here' before you command anything.
redbull123 said:
don't worry about hboot.
try selecting Advanced -> ADB Sideload in TWRP then in cmd command
adb sideload name_of_your_rom.zip
(make sure the rom is in the same folder as your adb/fastboot drivers and your running the cmd window from that folder also)
Hold shift and right click on your folder then click 'Open Command Window here' before you command anything.
Click to expand...
Click to collapse
i did adb sideload but comming this failiure :ADB Sideload Complete -Failed-
so_ony said:
i did adb sideload but comming this failiure :ADB Sideload Complete -Failed-
Click to expand...
Click to collapse
Strange, I'd stay and try to help but I'm working in the morning so
make sure you have up to date drivers installed, maybe someone else can help...
good luck :good:
so_ony said:
i did adb sideload but comming this failiure :ADB Sideload Complete -Failed-
Click to expand...
Click to collapse
Does adb recognize your fone?
Cmd: "adb devices" it should display your fone, while being in recovery.
If not, try and flash latest twrp again, due to fastboot.
Sideload worked fine for me, as I formatted my sdcard..
Greetz MaW
Sent from my HTC One
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
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