[HELP!] I need rom ship HTC ONE M7 Australia ( CID-VODAP021)

Search This thread

mikadoofvn

Member
Jan 24, 2014
10
0
I can't find official rom of my HTC One M7 from Vodafone, i search google and I know my CID is VODAP021, can anybody give me an official rom for my HTC One M7. Thank you a lot !

:crying::crying::crying::crying::crying:
 

mikadoofvn

Member
Jan 24, 2014
10
0
I have downloaded, but run by ADB command error "Fail", I've tried a lot of times, and are in need of an exe file, not the zip file
 

alray

Inactive Recognized Contributor
May 22, 2012
8,932
3,593
I have downloaded, but run by ADB command error "Fail", I've tried a lot of times, and are in need of an exe file, not the zip file

There is no ruu.exe for your phone.

Sent from my HTC One using xda app-developers app

---------- Post added at 04:55 AM ---------- Previous post was at 04:53 AM ----------


Almost at same time ;)

Sent from my HTC One using xda app-developers app
 

mikadoofvn

Member
Jan 24, 2014
10
0
HTML:
Microsoft Windows [Version 6.1.7600]
Copyright (c) 2009 Microsoft Corporation.  All rights reserved.

C:\Users\Rauvang>cd \Android

C:\Android>fastboot oem rebootRUU
...
(bootloader) Start Verify: 3
OKAY [  0.049s]
finished. total time: 0.049s

C:\Android>fastboot flash zip guru.zip
target reported max download size of 1526722560 bytes
sending 'zip' (1045181 KB)...
OKAY [ 39.588s]
writing 'zip'...
(bootloader) zip header checking...
(bootloader) zip info parsing...
(bootloader) Read zipped android_info fail
FAILED (remote: 24 parsing android-info fail)
finished. total time: 55.879s

C:\Android>
 

alray

Inactive Recognized Contributor
May 22, 2012
8,932
3,593
HTML:
Microsoft Windows [Version 6.1.7600]
Copyright (c) 2009 Microsoft Corporation.  All rights reserved.

C:\Users\Rauvang>cd \Android

C:\Android>fastboot oem rebootRUU
...
(bootloader) Start Verify: 3
OKAY [  0.049s]
finished. total time: 0.049s

C:\Android>fastboot flash zip guru.zip
target reported max download size of 1526722560 bytes
sending 'zip' (1045181 KB)...
OKAY [ 39.588s]
writing 'zip'...
(bootloader) zip header checking...
(bootloader) zip info parsing...
(bootloader) Read zipped android_info fail
FAILED (remote: 24 parsing android-info fail)
finished. total time: 55.879s

C:\Android>

This is a guru reset, you have to adb push the zip to /sdcard/ and then install the zip from recovery

Sent from my HTC One using xda app-developers app

---------- Post added at 05:00 AM ---------- Previous post was at 04:59 AM ----------

Go see the video guide on htc1guru.com

Sent from my HTC One using xda app-developers app
 

SaHiLzZ

Senior Member
Jan 19, 2011
2,000
516
@alray .. What else can anyone ask for! Multiple people helping out. :)

@ OP. Unlock bootloader. Flash custom recovery, push file via adb and FLASH!!

sent from my mobile device
 

alray

Inactive Recognized Contributor
May 22, 2012
8,932
3,593
Stuck at Bootloader, cannot connect to storage.... how can I put adb file to /sdcard/ :crying:

Yeah, as SaHiLzZ said, you will be able to use adb when booted in cuatom recovery. I recomemd you go with trwp if you havent one installed yet

Sent from my HTC One using xda app-developers app

---------- Post added at 05:11 AM ---------- Previous post was at 05:07 AM ----------

If OP wants to be completely stock, why unlock bootloader? Let him just use the standard factory reset from the stock recovery right?


Sent from my iPod touch using Tapatalk

I thought he tried before asking how to return stock... Did he?

Sent from my HTC One using xda app-developers app
 

alray

Inactive Recognized Contributor
May 22, 2012
8,932
3,593
I have TWRP
How to flash file in TWRP
File zip

open a cmd prompt from you adb/fastboot folder of your computer

connect phone to pc and boot in twrp

Code:
adb push name_of_file.zip /sdcard/

then in twrp select install then chose the zip.

and make sure your hboot version is compatible before as sahillz said.

you can see hboot version in bootloader

and btw did you first tried to factory reset ?
 

mikadoofvn

Member
Jan 24, 2014
10
0
open a cmd prompt from you adb/fastboot folder of your computer

connect phone to pc and boot in twrp

Code:
adb push name_of_file.zip /sdcard/

then in twrp select install then chose the zip.

and make sure your hboot version is compatible before as sahillz said.

you can see hboot version in bootloader

and btw did you first tried to factory reset ?


HTML:
Microsoft Windows [Version 6.1.7600]
Copyright (c) 2009 Microsoft Corporation.  All rights reserved.

C:\Users\Rauvang>cd \Android

C:\Android>fastboot flash recovery openrecovery-twrp-2.6.3.3-m7.img
error: cannot open 'openrecovery-twrp-2.6.3.3-m7.img'


C:\Android>fastboot flash recovery openrecovery-twrp-2.6.3.3-m7.img
target reported max download size of 1526722560 bytes
sending 'recovery' (9184 KB)...
OKAY [  1.073s]
writing 'recovery'...
OKAY [  0.705s]
finished. total time: 1.779s

C:\Android>adb push Guru_Reset_M7_2.24.980.2 /sdcard/
error: more than one device and emulator

C:\Android>adb push Guru_Reset_M7_2.24.980.2.zip /sdcard/
error: more than one device and emulator

C:\Android>adb push Guru_Reset_M7_2.24.980.2.zip /sdcard/
error: device offline

C:\Android>
I try.....:( in TWRP and Bootloader :(
 

alray

Inactive Recognized Contributor
May 22, 2012
8,932
3,593
HTML:
Microsoft Windows [Version 6.1.7600]
Copyright (c) 2009 Microsoft Corporation.  All rights reserved.

C:\Users\Rauvang>cd \Android

C:\Android>fastboot flash recovery openrecovery-twrp-2.6.3.3-m7.img
error: cannot open 'openrecovery-twrp-2.6.3.3-m7.img'


C:\Android>fastboot flash recovery openrecovery-twrp-2.6.3.3-m7.img
target reported max download size of 1526722560 bytes
sending 'recovery' (9184 KB)...
OKAY [  1.073s]
writing 'recovery'...
OKAY [  0.705s]
finished. total time: 1.779s

C:\Android>adb push Guru_Reset_M7_2.24.980.2 /sdcard/
error: more than one device and emulator

C:\Android>adb push Guru_Reset_M7_2.24.980.2.zip /sdcard/
error: more than one device and emulator

C:\Android>adb push Guru_Reset_M7_2.24.980.2.zip /sdcard/
error: device offline

C:\Android>
I try.....:( in TWRP and Bootloader :(

what is the output of

Code:
adb devices

when in twrp?

make sure you don't have any other devices connected to your pc and that you don't have an android emulator like ''bluestacks'' or ''windows android'' installed on your computer.

---------- Post added at 05:55 AM ---------- Previous post was at 05:37 AM ----------

if you have multiple devices (or emulator) connected to your computer then use this command:

Code:
adb -s YOUR_PHONE_SERIAL_NUMBER push NAME_OF_FILE.zip /sdcard/
 
Last edited:

mikadoofvn

Member
Jan 24, 2014
10
0
what is the output of

Code:
adb devices

when in twrp?

make sure you don't have any other devices connected to your pc and that you don't have an android emulator like ''bluestacks'' or ''windows android'' installed on your computer.

---------- Post added at 05:55 AM ---------- Previous post was at 05:37 AM ----------

if you have multiple devices (or emulator) connected to your computer then use this command:

Code:
adb -s YOUR_PHONE_SERIAL_NUMBER push NAME_OF_FILE.zip /sdcard/
HTML:
Microsoft Windows [Version 6.1.7600]
Copyright (c) 2009 Microsoft Corporation.  All rights reserved.

C:\Users\Rauvang>cd \Android

C:\Android>adb devices
List of devices attached
HT34WW904065    offline
HT34WW904065    recovery

C:\Android>adb -s HT34WW904065 push Guru_Reset_M7_2.24.980.2.zip /sdcard/
error: more than one device

C:\Android>
 

nkk71

Inactive Recognized Developer / Contributor
May 26, 2010
8,741
7,571
53
Beirut
@nkk71.. How goes it! Does 1.54 works with 2.260.x firmware? Any insight for OP?

sent from my mobile device

good & yourself, all well i trust.

you mean hboot 1.54 with 2.24.xxx.x firmware? haven't seen any 2.26 firmware. but guru reset should work fine as you guys mentioned to him.

OP, can you post a "fastboot getvar all" (removing IMEI and s/n), and confirm bootloader is unlocked.