[Q] one m7 problem - One (M7) Q&A, Help & Troubleshooting

salve a tutti
ho fatto un bel casino!!!
inanzi tutto vi mostro cosa ho per le mani:
fastboot getvar all
version: 0.5
version-bootloader: 1.57.0000
version-baseband: 4T.27.3218.14
version-cpld: None
version-microp: None
version-main: 5.12.901.3
version-misc: PVT SHIP S-ON
serialno: SH354W90****
imei: 3544360561****
meid: 00000000000000
product: m7_ul
platform: HBOOT-8064
modelid: PN0710000
cidnum: TIM__401
battery-status: good
battery-voltage: 4302mV
partition-layout: Generic
security: on
build-mode: SHIP
boot-mode: FASTBOOT
commitno-bootloader: dirty-1f512bb6
hbootpreupdate: 11
gencheckpt: 0
brand TIM
I have tried in various ways but I can not flash any rom
I unlocked
I can flash the recovery
I tried downloading several recovery, both stock that mod.
the stock do not see the memory cell, the mods do not complete the flash
from fastboot I tried to flash the> RUU (those with X.XX.401.X imagine are right) but I do not go cheap fine.Metto in flasboot, step screen black HTC but me error !!
if some kind soul help me ....
by dint of attempts I managed to ruin the original system without backup !!!
Now I can start only in FlashBoot or recovery
are in s-on and I know that it is not possible for now switch to s-off
thank you
ho provato in vari modi ma non riesco a flashare nessuna rom
l'ho sbloccato
posso flashare le recovery
ho provato a caricare diverse recovery ,sia stock che mod.
le stock non vedono la memoria del cell, le mod non completano il flash
da fastboot ho provato a flashare le >RUU(quelle con X.XX.401.X immagino siano giuste) ma non vado a buon fine.Metto in flasboot,passo a schermo nero HTC ma mi da errore!!
se qualche anima pia mi aiuta....
a forza di tentativi sono riuscito a rovinare il sistema originale senza backup!!!
ora posso avviare solo in flashboot o recovery
sono in s-on e so che non รจ possibile per ora passare a s-off
grazie

Che recovery hai?

this belongs to qa and troubleshooting thread..

ne ho tante scaricate da vari siti piu quelle mod tipo philz_touch... ecc. tutte si avviano,ma non mi permettono di flashare la ruu!!!
quale puo essermi piu utile per salvare il cell???

scresan said:
ne ho tante scaricate da vari siti piu quelle mod tipo philz_touch... ecc. tutte si avviano,ma non mi permettono di flashare la ruu!!!
quale puo essermi piu utile per salvare il cell???
Click to expand...
Click to collapse
Please follow forum rules and use English, use an online translator if needed. Would like to help you but I can't understand what you are saying because you are mixing English and Italian. From what I understand (and I'm not sure I get it) you are stuck without a working ROM and you can't flash a recovery...
Unlock your bootloader using HTCdev.com
flash TWRP recovery 2.6.3.3
Push a rom to your phone using either adb push, adb sideload or a USB OTG cable and a USB drive
Flash the rom with TWRP.
And you can't use a x.xx.401.x RUU on your phone. Yours is a x.xx.901.x so you'll need to achieve S-OFF, change CID/MID before you can use any RUU (there is no RUU for your version). Hence why you must flash a custom rom, not a RUU.

sorry I do not speak English, use google translator.
I thank you for your attention
as I tried to explain I planted !!!!
I have my htc one m7 that can unlock and relock
I can install any recovery
I can copy files to the internal memory
I can use adb, fastboot, sideload ...
I leave all the recovery that I install ...
I read and re-read various posts.
having the bootloader 1.57.0000 I can not change the cidnum TIM___401
I think my problem.
I can only fash firmware X.XX.901.XX think
the problem is that they are not RUU X.XX.901.XX !!!!
thank you

scresan said:
sorry I do not speak English, use google translator.
I thank you for your attention
as I tried to explain I planted !!!!
I have my htc one m7 that can unlock and relock
I can install any recovery
I can copy files to the internal memory
I can use adb, fastboot, sideload ...
I leave all the recovery that I install ...
I read and re-read various posts.
having the bootloader 1.57.0000 I can not change the cidnum TIM___401
I think my problem.
I can only fash firmware X.XX.901.XX think
the problem is that they are not RUU X.XX.901.XX !!!!
thank you
Click to expand...
Click to collapse
Since there is no RUU for your phone you should download ARHD 84.0 or MaximusHD. If your bootloader is "Unlocked" then try following these steps:
Originally posted by @alrayHTC ONE M7_U/M7_UL - ADB PUSH & FLASH A ROM - DETAILED INSTRUCTIONS
Prerequisites:
You need ADB and FASTBOOT on your computer,
either by installing the Android SDK or Minimal ADB and FASTBOOT
You need to know how to start a fastboot/adb command prompt:
To open a command window prompt, in Windows go to Start Menu --> ''Run'' then type cmd. Change the directory to the ADB folder on your machine:
If using the default install location for the SDK:
Code:
cd C:\adt-bundle-windows-x86_64-<DATE>\sdk\platform-tools
If using the default install location of Minimal ADB and FASTBOOT:
Code:
cd C:\Program Files (x86)\Minimal ADB and Fastboot
Or hold left shift + right click a blank space inside the folder where adb and fastboot are located and select ''Open command window here'' from the contextual menu.
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
You need TWRP recovery on your device.
We still recommend to use version 2.6.3.3 for all roms
except if another version is specified in the rom OP.
Use 2.7.1.1+ for roms that require "block:by-name" support (CM11)
Unlock bootloader if not already unlocked:
Thanks to Electroz for the video tutorial
Flash TWRP Recovery:
Make sure the recovery.img file is in the same folder where adb and fastboot are located
(C:\adt-bundle-windows-x86_64-<DATE>\sdk\platform-tools or C:\Program Files (x86)\Minimal ADB and Fastboot)
reboot phone in bootloader mode
Flash the recovery:
Code:
fastboot flash recovery name_of_recovery.img
fastboot erase cache
fastboot reboot-bootloader
You need your HTC drivers correctly installed on your PC:
If not, follow this guide (thanks to nkk71):
originally from @nkk71: [GUIDE] [02-MAR-2014] nkk71's SuperGUIDE to returning 100% back to stock
follow the below instructions to fix
Open "Device Manager" -> select the unknown "One" -> right-click -> "Update Driver Software ..." -> "Browse my computer" -> "Let me pick" -> "Android USB Devices" -> select "My HTC ..." -> install that
just in case, HTC Drivers can be found here: [Drivers] HTC Drivers for Windows - Several Versions (credits to @mdmower)
though you should already have them since you have been using your phone any ways
for those who like a visual guide:
okay so I did a fastboot boot command, and as you can see it didn't install correct driver
Open "Device Manager"
there's the culprit
right click and Update Driver Software
select Browse my computer for driver software
select Let me pick from a list of device drivers on my computer
select Android USB Devices
select My HTC ... (if you have more than one version, choose the latest)
warning, select Yes
successful installation
now it looks better
and can confirm:
Code:
C:\ADB3>[B]adb devices[/B]
List of devices attached
HTxxxxxxxxxx recovery
Click to expand...
Click to collapse
โ€‹
Click to expand...
Click to collapse
Click to expand...
Click to collapse
Procedure:
Make sure the ROM you want to flash is in the same folder where ADB and FASTBOOT are.
(C:\adt-bundle-windows-x86_64-<DATE>\sdk\platform-tools or C:\Program Files (x86)\Minimal ADB and Fastboot)
Here is a list of the HTC M7 roms. Some other roms can be found here.
Connect your phone to computer using usb cable
(if not using the official HTC USB calble, make sure
you are using a USB data cable and not only a charging
cable. Data cables have 4 contacts: 5V, GND, DATA+, DATA-.
Charging cable only have 5V and GND contact and will not work)
Reboot phone in recovery mode (TWRP):
If phone is booted in OS:
Code:
adb reboot recovery
if not booted or bootlooping, hold power button + volume down until phone boot in bootloader mode
then select BOOTLOADER then RECOVERY using volume up/down to navigate and power button to select.
Make sure your phone is booted in TWRP main menu:
transfer the rom to your /sdcard folder:
Code:
adb push name_of_rom.zip /sdcard/
Wait for the zip file to transfer, this can take several minutes (5-15) and there is no progress bar, the command prompt will be unresponsive for that duration. When the command prompt is responsive again and display how much bytes transferred in X seconds, the transfer is completed:
In TWRP main menu, select ''INSTALL''
Browse the installation menu and select your rom zip file inside /sdcard folder:
Swipe to confirm you want to flash the rom
Reboot phone
Click to expand...
Click to collapse
Click to expand...
Click to collapse

with the information, I was able to retrieve the phone !!!!!
for what I know with s-on and hboot 1.57.0000 with cidnum: TIM__401, you can not install RUU, because there are no signed X.XX.901.X (signature TIM Italy)
* I managed to recover the cell due to a backup of a cell with the same firmware and my 2 recovery found on a forum Italian.
I do not know if I can post the link, but for me it was important and I think it can be useful to oth
xxx.androidiani.com/forum/modding-htc-one/405113-ritorno-stock-tim.hxxl
from here I recovered the sense of backupBackup TIM 6 with Android 4.4.2
and 1 recovery: Recovery Philz touch 6.07.9
more a CWM / TWRP Recovery that can not remember ....
however, the method is simple:
unlock htc m7 through the site htc
install the recovery Philz touch
connect the cell to pc with active recovery that shows the cell and allows you to copy the backup downloaded in the right directory
install CWM recovery / TWRP (I forget which one !!!)
boot from recovery and do a restore by removing the security check MD5
so I retrieved my htc one m7.

Related

Problem: bootloop / adb can't read device / can't install new rom

SOLVED - Please a Mod can change the title?
Hi to everyone and thanks in advance.
I tried to install Revolution Rom but after the last reboot, the ONE begin to loop on boot page.
I've read different thread and tried different solution, after all i've done i'm still blocked with these informations:
- One doesn't load the rom: i'm still blocked on the initial white screen
- I can access to BOOTLOADER and i can use the prompt with all "fastboot" command, but everytime i try to flash a zip, it return FAILED (remote: not allowed)
- adb doesn't read my device! I've tried different solution but still no device when i write "adb device" : i tried kill-server
- The only recover that works is CWM without touch, the other one block the phone on a black loop page
- htcdev/bootloader process correctly done
- i'm not able to access on One as Storage so i can't upload any file inside phone memory
Here information from "fastboot getvar all"
version: 0.5
version-bootloader: 1.56.0000
version-baseband: 4A.25.3263.21
version-cpld: None
version-microp: None
version-main: 4.19.401.11
version-misc: PVT SHIP S-ON
serialno: xxxx
imei: xxxx
meid: 00000000000000
product: m7_ul
platform: HBOOT-8064
modelid: PN0710000
cidnum: HTC__102
battery-status: good
battery-voltage: 4318mV
partition-layout: Generic
security: on
build-mode: SHIP
boot-mode: FASTBOOT
commitno-bootloader: dirty-4dab9d12
hbootpreupdate: 11
gencheckpt: 0
Click to expand...
Click to collapse
anyone can help me?
Just to have a working phone, doesn't matter the rom/versione
Thanks in advance,
First of all, remove your imei and serial number from your post, it's very dangerous to post it.
Second, only fastboot commands work in the boot loader, adb is for android and recovery, that's why your adb command of adb devices isn't working, try fastboot devices instead.
Last but not least, the Rom zip must be flashed from within recovery by selecting install, sounds to me like your trying to install it through fastboot flashing.
Have your tried flashing twrp or only cwm
Seanie280672 said:
First of all, remove your imei and serial number from your post, it's very dangerous to post it.
Second, only fastboot commands work in the boot loader, adb is for android and recovery, that's why your adb command of adb devices isn't working, try fastboot devices instead.
Last but not least, the Rom zip must be flashed from within recovery by selecting install, sounds to me like your trying to install it through fastboot flashing.
Click to expand...
Click to collapse
Thanks for the reply:
- Ok i tried adb commands while One was in recovery. No response (List of device attached ---> nothing)
- Fastboot devices works while i'm in boot loader
- I can't flash rom from recovery because my One is empty --> I don't know how to move a Rom inside because i can't access to phone cause of the booloop problem
I would first start by flashing twrp recovery through fastboot command in the boot loader, get it from the twrp site, Google is your friend.
Next update your adb and fastboot, search this site for mini-sdk I don't have the links handy at the moment.
Then enter recovery, plug your phone in, put Rom.zip in the same folder as fastboot and adb on your computer then open a command Windows there, and type, adb push (Rom name).zip /sdcard/ then wait a while, it takes ages. You will know when it is done from the command prompt on your computer, then unplug your phone and install it from recovery.
Just one question, May sound stupid, but is your bootloader unlocked ?
Seanie280672 said:
I would first start by flashing twrp recovery through fastboot command in the boot loader, get it from the twrp site, Google is your friend.
Next update your adb and fastboot, search this site for mini-sdk I don't have the links handy at the moment.
Then enter recovery, plug your phone in, put Rom.zip in the same folder as fastboot and adb on your computer then open a command Windows there, and type, adb push (Rom name).zip /sdcard/ then wait a while, it takes ages. You will know when it is done from the command prompt on your computer, then unplug your phone and install it from recovery.
Just one question, May sound stupid, but is your bootloader unlocked ?
Click to expand...
Click to collapse
Ok
- bootloader unlocked using htcdev
New issue:
- fastboot now doesn't read the phone!
as soon as pc will read my phone in boot loader i'll
- Install new recovery
- update adb and fastboot
- try the adb command
deadmau587 said:
Ok
- bootloader unlocked using htcdev
New issue:
- fastboot now doesn't read the phone!
as soon as pc will read my phone in boot loader i'll
- Install new recovery
- update adb and fastboot
- try the adb command
Click to expand...
Click to collapse
check FAQ#2 here: http://forum.xda-developers.com/showpost.php?p=52135024&postcount=2
deadmau587 said:
Ok
- bootloader unlocked using htcdev
New issue:
- fastboot now doesn't read the phone!
as soon as pc will read my phone in boot loader i'll
- Install new recovery
- update adb and fastboot
- try the adb command
Click to expand...
Click to collapse
Ok guys: THANK YOU
1) fastboot doesn't works seems for low charge
2) downloaded new recovery
3) installed
4) updated adb and fastboot donwnloading mini-sdk
5) tried adb --> doesn't works
nkk71 said:
check FAQ#2 here: http://forum.xda-developers.com/showpost.php?p=52135024&postcount=2
Click to expand...
Click to collapse
6) tried to reinstall correctly the driver
7) adb WORKS!
8) moved new rom using the command push
9) installed new rom
10) HTC ONE IS ALIVE!
Yea! thanks to everyone!

[Q] I may have bricked my One. Can someone help me?

So i have an AT&T HTC One M7, and i was trying to do all the necessary steps to convert it into a google edition, but in my attempt to get s-off, after unlocking and rooting my phone, i did a tutorial that told me to install the ARHD Rom, well after the installation my phone wouldnt load anything past the initial HTC splash screen. so i then i tried an ruu, when it failed it left me unable to even access recovery. so i tried all the ruu files i could find for att and none of them worked. does anyone know what i can do?
on my boot loader screen it says all this:
*** TAMPERED ***
*** RELOCKED ***
*** Security Warning ***
M7_UL PVT SHIP S-ON RH
HBOOT- 1.57 0000
RADIO- 4M.27.3218.14
OpenDSP- v32.120.274.0909
OS- 5.12.502.2
eMMC- boot 2048MB
Apr 22 2014, 01:10:58.0
sigmaul said:
So i have an AT&T HTC One M7, and i was trying to do all the necessary steps to convert it into a google edition, but in my attempt to get s-off, after unlocking and rooting my phone, i did a tutorial that told me to install the ARHD Rom, well after the installation my phone wouldnt load anything past the initial HTC splash screen. so i then i tried an ruu, when it failed it left me unable to even access recovery. so i tried all the ruu files i could find for att and none of them worked. does anyone know what i can do?
on my boot loader screen it says all this:
*** TAMPERED ***
*** RELOCKED ***
*** Security Warning ***
M7_UL PVT SHIP S-ON RH
HBOOT- 1.57 0000
RADIO- 4M.27.3218.14
OpenDSP- v32.120.274.0909
OS- 5.12.502.2
eMMC- boot 2048MB
Apr 22 2014, 01:10:58.0
Click to expand...
Click to collapse
There is no ruu you can flash to your phone with s-on because all of them are lower version and require s-off to be flashed. your issue with booting arhd is probably because you did not used the right recovery. you must use twrp 2.6.3.3 to flash it.
reflash twrp 2.6.3.3:
Code:
fastboot flash recovery openrecovery-twrp-2.6.3.3-m7.img
fastboot erase cache
fastboot reboot-bootloader
bot in twrp recovery, flash arhd again and try to s-off, if you can't s-off restore your nandroid backup or if you don't have any backup, flash any custom rom you want to use.
Microsoft Windows [Version 6.1.7601]
Copyright (c) 2009 Microsoft Corporation. All rights reserved.
C:\Users\User>cd C:\fastboot
C:\Fastboot>fastboot flash recovery openrecovery-twrp-2.6.3.3-m7.img
target reported max download size of 1514139648 bytes
sending 'recovery' (9184 KB)...
OKAY [ 1.122s]
writing 'recovery'...
(bootloader) signature checking...
FAILED (remote: signature verify fail)
finished. total time: 2.013s
twrp isnt installing am i doing something wrong with that?
oh i got twrp on there, i had to re unlock my phone. now my dilemma is that the arhd rom is no longer there since the phone was wiped i guess. so my question now is, how do i get this arhd .zip back onto the phone? because i cant just drop it in like before
sigmaul said:
oh i got twrp on there, i had to re unlock my phone. now my dilemma is that the arhd rom is no longer there since the phone was wiped i guess. so my question now is, how do i get this arhd .zip back onto the phone? because i cant just drop it in like before
Click to expand...
Click to collapse
use adb push from twrp recovery, see below for detailed guide:
HTC ONE M7_U/M7_UL - ADB PUSH & FLASH A ROM - DETAILED INSTRUCTIONS
Prerequisites:
You need ADB and FASTBOOT on your computer, either by installing the Android SDK or Minimal ADB and FASTBOOT
You need to know how to start a fastboot/adb command prompt:
To open a command window prompt, in Windows go to Start Menu --> ''Run'' then type cmd. Change the directory to the ADB folder on your machine:
If using the default install location for the SDK:
Code:
cd C:\adt-bundle-windows-x86_64-DATE\sdk\platform-tools
If using the default install location of Minimal ADB and FASTBOOT:
Code:
cd C:\Program Files (x86)\Minimal ADB and Fastboot
Or hold left shift + right click a blank space inside the folder where adb and fastboot are located and select ''Open command window here'' from the contextual menu.
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
You need TWRP recovery (2.6.3.3 or higher) on your device.
Unlock bootloader if not already unlocked:
Thanks to Electroz for the video tutorial
Flash TWRP Recovery:
Make sure the recovery.img file is in the same folder where adb and fastboot are located
reboot phone in bootloader mode
Flash the recovery:
Code:
fastboot flash recovery name_of_recovery.img
fastboot erase cache
fastboot reboot-bootloader
You need your HTC drivers correctly installed on your PC:
If not, follow this guide (thanks to nkk71):
originally from @nkk71: [GUIDE] [02-MAR-2014] nkk71's SuperGUIDE to returning 100% back to stock
follow the below instructions to fix
Open "Device Manager" -> select the unknown "One" -> right-click -> "Update Driver Software ..." -> "Browse my computer" -> "Let me pick" -> "Android USB Devices" -> select "My HTC ..." -> install that
just in case, HTC Drivers can be found here: [Drivers] HTC Drivers for Windows - Several Versions (credits to @mdmower)
though you should already have them since you have been using your phone anyways
for those who like a visual guide:
okay so I did a fastboot boot command, and as you can see it didnt install correct driver
Open "Device Manager"
there's the culprit
right click and Update Driver Software
select Browse my computer for driver software
select Let me pick from a list of device drivers on my computer
select Android USB Devices
select My HTC ... (if you have more than one version, choose the latest)
warning, select Yes
successful installation
now it looks better
and can confirm:
Code:
C:\ADB3>[B]adb devices[/B]
List of devices attached
HTxxxxxxxxxx recovery
Click to expand...
Click to collapse
โ€‹
Click to expand...
Click to collapse
Click to expand...
Click to collapse
Procedure:
Make sure the ROM you want to flash is in the same folder where ADB and FASTBOOT are.
Here is a list of the HTC M7 roms
Connect your phone to computer using usb cable
Reboot phone in recovery mode (TWRP):
If phone is booted in OS:
Code:
adb reboot recovery
if not booted or bootlooping, hold power button + volume down until phone boot in bootloader mode
then select BOOTLOADER then RECOVERY using volume up/down to navigate and power button to select.
Make sure your phone is booted in TWRP main menu:
transfer the rom to your /sdcard folder:
Code:
adb push name_of_rom.zip /sdcard/
Wait for the zip file to transfer, this can take several minutes and there is no progress bar. When the command prompt give you back the hand and display how much bytes transferred in X seconds, the transfer is completed:
In TWRP main menu, select ''INSTALL''
Browse the installation menu and select your rom zip file inside /sdcard folder:
Swipe to confirm you want to flash the rom
Reboot phone
Click to expand...
Click to collapse
sigmaul said:
oh i got twrp on there, i had to re unlock my phone. now my dilemma is that the arhd rom is no longer there since the phone was wiped i guess. so my question now is, how do i get this arhd .zip back onto the phone? because i cant just drop it in like before
Click to expand...
Click to collapse
You can copy it from your PC to your phone via the USB cable using windows explorer or you can use the adb push method you used earlier.
thanks for the reply!!!
ive done as instructed but, nothings happening....
this what it looks like in my terminal
C:\Program Files (x86)\Minimal ADB and Fastboot>adb reboot recovery
C:\Program Files (x86)\Minimal ADB and Fastboot>adb devices
List of devices attached
HT34WW914838 recovery
C:\Program Files (x86)\Minimal ADB and Fastboot>adb push Android_Revolution_HD-O
ne_71.1.zip /sdcard/
_
after i try to push the zip file nothing happens, it doesnt say fail, or success or anything, just a blinking little line
any suggestions on that??
sorry about all questions btw, i jus didnt think so much would go wrong this time around (ive rooted this phone before no problem, im guessing the hboot 1.57 thing kinda screwed me this time) but thanks for the help so far =]
and no i cant use my usb my pc no longer recognizes my phone the same way, its recognized as a removable disk, and when clicked it says insert sdcard or something
sigmaul said:
thanks for the reply!!!
ive done as instructed but, nothings happening....
this what it looks like in my terminal
C:\Program Files (x86)\Minimal ADB and Fastboot>adb reboot recovery
C:\Program Files (x86)\Minimal ADB and Fastboot>adb devices
List of devices attached
HT34WW914838 recovery
C:\Program Files (x86)\Minimal ADB and Fastboot>adb push Android_Revolution_HD-O
ne_71.1.zip /sdcard/
_
after i try to push the zip file nothing happens, it doesnt say fail, or success or anything, just a blinking little line
Click to expand...
Click to collapse
How long did you wait after doing adb push Android_Revolution_HD-One_71.1.zip /sdcard/ ?
---------- Post added at 01:43 AM ---------- Previous post was at 01:42 AM ----------
majmoz said:
You can copy it from your PC to your phone via the USB cable using windows explorer
Click to expand...
Click to collapse
Not when the phone is not booting in the OS
i actually never stopped it, haha jus letting it sit there just in case, but i dont think its going to do anything.....this is such a bummer
sigmaul said:
i actually never stopped it, haha jus letting it sit there just in case, but i dont think its going to do anything.....this is such a bummer
Click to expand...
Click to collapse
it should take between 5-10 min max to transfer the rom.
alray.....you a the ****ing man dude!! i got the rom on and working now!!! thanks so much dude. i guess ill try and continue converting this thing to a google edition, if its even possible to get s-off with hboot 1.57. but again thanks man youre a genius =]]
sigmaul said:
alray.....you a the ****ing man dude!! i got the rom on and working now!!! thanks so much dude. i guess ill try and continue converting this thing to a google edition, if its even possible to get s-off with hboot 1.57. but again thanks man youre a genius =]]
Click to expand...
Click to collapse
glad it worked :good:
The only pple i know here who have successfully s-off'ed on 1.57 used arhd 31.6. you might want to try it if it doesnt work on 71.1. good luck
alray said:
glad it worked :good:
The only pple i know here who have successfully s-off'ed on 1.57 used arhd 31.6. you might want to try it if it doesnt work on 71.1. good luck
Click to expand...
Click to collapse
Okay my phone is s-off on 1.57.. How can I go back to stock.. I need to send to warranty.. Do I have to do super cid ?
eshwar.sriram said:
Okay my phone is s-off on 1.57.. How can I go back to stock.. I need to send to warranty.. Do I have to do super cid ?
Click to expand...
Click to collapse
Follow nkk71's Guide to Stock. No, you should not do superCID.

Can i get some help or any suggestion what to do?

I mess uo my
HTC ONE M7
No OS, no any data no nothing
I try to use RUU to restore but its give me error 155
the phone is with unlocked bootloader and relocked again
what shall i do?
additionl info about the model
++++tampered++++
++++relocked++++
++Security Warning+++
M7_UL PVT SHIP S-ON RH
HBOOT-1.57.0000
RADIO-4A.17.3250.14
OpenDSP_v32.120.274.0909
OS-6.12.161.8
eMMC_boot 2048MB
sep 3 2014, 10:26:40
Cirez said:
I mess uo my
HTC ONE M7
No OS, no any data no nothing
I try to use RUU to restore but its give me error 155
the phone is with unlocked bootloader and relocked again
what shall i do?
additionl info about the model
++++tampered++++
++++relocked++++
++Security Warning+++
M7_UL PVT SHIP S-ON RH
HBOOT-1.57.0000
RADIO-4A.17.3250.14
OpenDSP_v32.120.274.0909
OS-6.12.161.8
eMMC_boot 2048MB
sep 3 2014, 10:26:40
Click to expand...
Click to collapse
where did you find a RUU for OS-6.12.161.8 ?
your not s-off, their is no RUU's for 6.x
unlock the bootloader again and flash TWRP 2.6.3.3 and push a rom to your phone
clsA said:
where did you find a RUU for OS-6.12.161.8 ?
your not s-off, their is no RUU's for 6.x
unlock the bootloader again and flash TWRP 2.6.3.3 and push a rom to your phone
Click to expand...
Click to collapse
I dont know i dont have OS nothing everythink is wipe out
HOW cant use TWAR or installed?
HOW CAN I UNLOCK the bootloader AGAIN? I DONT HAVE OS
..... NOTHING EMPTY PHONE
ONLY htc logo SHOWS WHEN I STARTED
Cirez said:
I dont know i dont have OS nothing everythink is wipe out
HOW cant use TWAR or installed?
HOW CAN I UNLOCK the bootloader AGAIN? I DONT HAVE OS
..... NOTHING EMPTY PHONE
ONLY htc logo SHOWS WHEN I STARTED
Click to expand...
Click to collapse
You can unlock your bootloader with the same Unlock_code.bin you used the first time. If it doesn't work then you will have to do the whole procedure: http://htc-one.wonderhowto.com/how-to/unlock-bootloader-root-your-htc-one-running-android-4-4-2-kitkat-0151186/
You should download ARHD 82.0 and rename it to Rom.zip. Here is the complete procedure to use:
Originally posted by @alrayHTC ONE M7_U/M7_UL - ADB PUSH & FLASH A ROM - DETAILED INSTRUCTIONS
Prerequisites:
You need ADB and FASTBOOT on your computer,
either by installing the Android SDK or Minimal ADB and FASTBOOT
You need to know how to start a fastboot/adb command prompt:
To open a command window prompt, in Windows go to Start Menu --> ''Run'' then type cmd. Change the directory to the ADB folder on your machine:
If using the default install location for the SDK:
Code:
cd C:\adt-bundle-windows-x86_64-<DATE>\sdk\platform-tools
If using the default install location of Minimal ADB and FASTBOOT:
Code:
cd C:\Program Files (x86)\Minimal ADB and Fastboot
Or hold left shift + right click a blank space inside the folder where adb and fastboot are located and select ''Open command window here'' from the contextual menu.
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
You need TWRP recovery on your device.
We still recommend to use version 2.6.3.3 for all roms
except if another version is specified in the rom OP.
Use 2.7.1.1+ for roms that require "block:by-name" support (CM11)
Unlock bootloader if not already unlocked:
Thanks to Electroz for the video tutorial
Flash TWRP Recovery:
Make sure the recovery.img file is in the same folder where adb and fastboot are located
(C:\adt-bundle-windows-x86_64-<DATE>\sdk\platform-tools or C:\Program Files (x86)\Minimal ADB and Fastboot)
reboot phone in bootloader mode
Flash the recovery:
Code:
fastboot flash recovery name_of_recovery.img
fastboot erase cache
fastboot reboot-bootloader
You need your HTC drivers correctly installed on your PC:
If not, follow this guide (thanks to nkk71):
originally from @nkk71: [GUIDE] [02-MAR-2014] nkk71's SuperGUIDE to returning 100% back to stock
follow the below instructions to fix
Open "Device Manager" -> select the unknown "One" -> right-click -> "Update Driver Software ..." -> "Browse my computer" -> "Let me pick" -> "Android USB Devices" -> select "My HTC ..." -> install that
just in case, HTC Drivers can be found here: [Drivers] HTC Drivers for Windows - Several Versions (credits to @mdmower)
though you should already have them since you have been using your phone anyways
for those who like a visual guide:
okay so I did a fastboot boot command, and as you can see it didnt install correct driver
Open "Device Manager"
there's the culprit
right click and Update Driver Software
select Browse my computer for driver software
select Let me pick from a list of device drivers on my computer
select Android USB Devices
select My HTC ... (if you have more than one version, choose the latest)
warning, select Yes
successful installation
now it looks better
and can confirm:
Code:
C:\ADB3>[B]adb devices[/B]
List of devices attached
HTxxxxxxxxxx recovery
Click to expand...
Click to collapse
โ€‹
Click to expand...
Click to collapse
Click to expand...
Click to collapse
Procedure:
Make sure the ROM you want to flash is in the same folder where ADB and FASTBOOT are.
(C:\adt-bundle-windows-x86_64-<DATE>\sdk\platform-tools or C:\Program Files (x86)\Minimal ADB and Fastboot)
Here is a list of the HTC M7 roms. Some other roms can be found here.
Connect your phone to computer using usb cable
(if not using the official HTC USB calble, make sure
you are using a USB data cable and not only a charging
cable. Data cables have 4 contacts: 5V, GND, DATA+, DATA-.
Charging cable only have 5V and GND contact and will not work)
Reboot phone in recovery mode (TWRP):
If phone is booted in OS:
Code:
adb reboot recovery
if not booted or bootlooping, hold power button + volume down until phone boot in bootloader mode
then select BOOTLOADER then RECOVERY using volume up/down to navigate and power button to select.
Make sure your phone is booted in TWRP main menu:
transfer the rom to your /sdcard folder:
Code:
adb push name_of_rom.zip /sdcard/
Wait for the zip file to transfer, this can take several minutes (5-15) and there is no progress bar, the command prompt will be unresponsive for that duration. When the command prompt is responsive again and display how much bytes transferred in X seconds, the transfer is completed:
In TWRP main menu, select ''INSTALL''
Browse the installation menu and select your rom zip file inside /sdcard folder:
Swipe to confirm you want to flash the rom
Reboot phone
Click to expand...
Click to collapse
Click to expand...
Click to collapse
well
Thank you for your help it work at least for 5 minutes
And then i don't know what exctly happen but it stop working
black out can't turn on, no led lght, no charging, no respond while i connected to PC,
like is dead i don't know i try everythnk keep close to the bright liight with holding the power botton
and the volume down, nothng its really confusing, it looks i have to brng it to uncle doctor
any way thanks again for the help :good:

HTC one stuck on HTC logo

Hi, im new to Android, in fact a friend of mine gave me a android device to help him out with this.
anyways, i think his HTC one m7 (im not sure its says on the box HTC one 801n) stuck on the HTC logo, it allows me to go to a Hboot hats what its called i think? also ive noticed when i go to recovery there custome recovery installed "teamwin", but i dont know what to do next.
could some one help me out please?
lisij said:
Hi, im new to Android, in fact a friend of mine gave me a android device to help him out with this.
anyways, i think his HTC one m7 (im not sure its says on the box HTC one 801n) stuck on the HTC logo, it allows me to go to a Hboot hats what its called i think? also ive noticed when i go to recovery there custome recovery installed "teamwin", but i dont know what to do next.
could some one help me out please?
Click to expand...
Click to collapse
Sounds like you just need to push and install a Rom. Which version of Team Win Recovery (TWRP) is installed?
Do you know how adb and fastboot work?
Danny201281 said:
Sounds like you just need to push and install a Rom. Which version of Team Win Recovery (TWRP) is installed?
Do you know how adb and fastboot work?
Click to expand...
Click to collapse
TMRP IS V2.6.3.3, no i dont know what adb and fastboot is, the last time i flashed something was PSP PHAT/slim looong time ago i would really appreciate if some one could guide me step by step.
also ive read that this might be important S-on i think i cant flash/install things?
lisij said:
TMRP IS V2.6.3.3, no i dont know what adb and fastboot is, the last time i flashed something was PSP PHAT/slim [emoji14] looong time ago i would really appreciate if some one could guide me step by step.
also ive read that this might be important S-on i think i cant flash/install things?
Click to expand...
Click to collapse
http://forum.xda-developers.com/showthread.php?t=2317790
Ok first you need to get adb and fastboot installed and working you can download tool from the above link to do this easily. Also in that thread are guides on how to use adb and fastboot. But feel free to ask me any questions you may have.
Once you have a basic understanding of how to use these command line tools we can get to fixing this for you :good:
Danny201281 said:
http://forum.xda-developers.com/showthread.php?t=2317790
Ok first you need to get adb and fastboot installed and working you can download tool from the above link to do this easily. Also in that thread are guides on how to use adb and fastboot. But feel free to ask me any questions you may have.
Once you have a basic understanding of how to use these command line tools we can get to fixing this for you :good:
Click to expand...
Click to collapse
ok ill try, thanx
lisij said:
ok ill try, thanx
Click to expand...
Click to collapse
It's real easy just a normal windows installer, Make a note of the folder it installs on your PC we will refer to this as "the fastboot folder" :good:
Danny201281 said:
http://forum.xda-developers.com/showthread.php?t=2317790
Ok first you need to get adb and fastboot installed and working you can download tool from the above link to do this easily. Also in that thread are guides on how to use adb and fastboot. But feel free to ask me any questions you may have.
Once you have a basic understanding of how to use these command line tools we can get to fixing this for you :good:
Click to expand...
Click to collapse
im stuck already, how to i get to usb debugging when i cant pass the HTC logo screen?
lisij said:
im stuck already, how to i get to usb debugging when i cant pass the HTC logo screen?
Click to expand...
Click to collapse
ok im stuck at first adb device command, it cant find my devices, its seems windows can find proper driver, any ideas?
lisij said:
ok im stuck at first adb device command, it cant find my devices, its seems windows can find proper driver, any ideas?
Click to expand...
Click to collapse
FAQ 2 here >> http://forum.xda-developers.com/showpost.php?p=52135024&postcount=2
will help you getting adb /fastboot working
and don't forget to Quote or @Danny201281 or he won't know you replied
lisij said:
ok im stuck at first adb device command, it cant find my devices, its seems windows can find proper driver, any ideas?
Click to expand...
Click to collapse
nevermind
clsA said:
FAQ 2 here >> http://forum.xda-developers.com/showpost.php?p=52135024&postcount=2
will help you getting adb /fastboot working
and don't forget to Quote or @Danny201281 or he won't know you replied
Click to expand...
Click to collapse
Danny201281 said:
It's real easy just a normal windows installer, Make a note of the folder it installs on your PC we will refer to this as "the fastboot folder" :good:
Click to expand...
Click to collapse
ok, finally unlocked the bootloader, whats next?
one thing though, i havnt received the message on the phone for yes or no question, is that a problem?
nevermind, runed the command again and received the yes no, but not it put me in to TMRP recovery, i thought it will erase everithing from here
lisij said:
ok, finally unlocked the bootloader, whats next?
Click to expand...
Click to collapse
Ok so you got fastboot working now obviously :good: So now before we go further i need to know exactly what HTC one you have. Connect fastboot usb in the bootloader run this command
Code:
fastboot getvar all
Post the output here, Please censor your imei and serial numbers for security
Danny201281 said:
Ok so you got fastboot working now obviously :good: So now before we go further i need to know exactly what HTC one you have. Connect fastboot usb in the bootloader run this command
Code:
fastboot getvar all
Post the output here, Please censor your imei and serial numbers for security
Click to expand...
Click to collapse
version: 0.5
version-bootloader: 1.57.0000
version-baseband: 4T.29.3218.08
version-cpld: None
version-microp: None
version-main: 6.09.401.11
version-misc: PVT SHIP S-ON
serialno: SH34JW9
imei: 35443605534
meid: 00000000000000
product: m7_ul
platform: HBOOT-8064
modelid: PN0710000
cidnum: HTC__001
battery-status: good
battery-voltage: 4235mV
partition-layout: Generic
security: on
build-mode: SHIP
boot-mode: FASTBOOT
commitno-bootloader: dirty-6d8a0b9b
hbootpreupdate: 11
gencheckpt: 0
lisij said:
version: 0.5
version-bootloader: 1.57.0000
version-baseband: 4T.29.3218.08
version-cpld: None
version-microp: None
version-main: 6.09.401.11
version-misc: PVT SHIP S-ON
serialno: SH34JW9
imei: 35443605534
meid: 00000000000000
product: m7_ul
platform: HBOOT-8064
modelid: PN0710000
cidnum: HTC__001
battery-status: good
battery-voltage: 4235mV
partition-layout: Generic
security: on
build-mode: SHIP
boot-mode: FASTBOOT
commitno-bootloader: dirty-6d8a0b9b
hbootpreupdate: 11
gencheckpt: 0
Click to expand...
Click to collapse
Sorry about the wait, Just a moment Instructions to follow
Danny201281 said:
Sorry about the wait, Just a moment Instructions to follow
Click to expand...
Click to collapse
dont worry im not rushing you take your time! by the way which recovery is better twrp or the cwm?
lisij said:
dont worry im not rushing you take your time! by the way which recovery is better twrp or the cwm?
Click to expand...
Click to collapse
The answer to your question is contained in this post
Download both these files
http://techerrata.com/file/twrp2/m7/openrecovery-twrp-2.6.3.3-m7.img
http://www.androidrevolution.org/downloader/download.php?file=One_6.09.401.12_deodexed.zip
Put both files inside your fastboot folder.
Rename twrp-2.6.3.3-m7.img to recovery.img
Rename One_6.09.401.12_deodexed.zip to rom.zip
Connect fastboot usb in the bootloader and flash the recovery with these commands
Code:
fastboot flash recovery recovery.img
fastboot erase cache
fastboot reboot-bootloader
Select recovery from the bootloader menu to boot to TWRP recovery. Select "Wipe" from the TWRP menu and then "Format Data" you will be prompted to type yes to confirm. When its done go back to the TWRP home screen and select "Reboot" then "Reboot Recovery" TWRP will ask if you want to root the device at this point say no.
Once your back in recovery we need to push the rom.zip to the phone. In the command window type
Code:
adb devices
You should get an output showing your devices serial number. This confirms adb is working. If you don't get the serial number output check in device manager on your pc that the drivers have installed correctly. Otherwise continue to push the rom with
Code:
adb push rom.zip /sdcard
The command window will appear unresponsive until the push completes (Sevral Minutes) When it's done select "Install" from the TWRP home screen and choose the rom.zip, Swipe the pull bar to confirm. The Aroma Installer will start and guide you through the rom install, When it's done Reboot the device. Again TWRP will ask if you want to root the device at this point it's your decision but now you have a rom installed you can root if you want to. That's it let me know how you get on :good:
Danny201281 said:
The answer to your question is contained in this post
Download both these files
http://techerrata.com/file/twrp2/m7/openrecovery-twrp-2.6.3.3-m7.img
http://www.androidrevolution.org/downloader/download.php?file=One_6.09.401.12_deodexed.zip
Put both files inside your fastboot folder.
Rename twrp-2.6.3.3-m7.img to recovery.img
Rename One_6.09.401.12_deodexed.zip to rom.zip
Connect fastboot usb in the bootloader and flash the recovery with these commands
Code:
fastboot flash recovery recovery.img
fastboot erase cache
fastboot reboot-bootloader
Select recovery from the bootloader menu to boot to TWRP recovery. Select "Wipe" from the TWRP menu and then "Format Data" you will be prompted to type yes to confirm. When its done go back to the TWRP home screen and select "Reboot" then "Reboot Recovery" TWRP will ask if you want to root the device at this point say no.
Once your back in recovery we need to push the rom.zip to the phone. In the command window type
Code:
adb devices
You should get an output showing your devices serial number. This confirms adb is working. If you don't get the serial number output check in device manager on your pc that the drivers have installed correctly. Otherwise continue to push the rom with
Code:
adb push rom.zip /sdcard
The command window will appear unresponsive until the push completes (Sevral Minutes) When it's done select "Install" from the TWRP home screen and choose the rom.zip, Swipe the pull bar to confirm. The Aroma Installer will start and guide you through the rom install, When it's done Reboot the device. Again TWRP will ask if you want to root the device at this point it's your decision but now you have a rom installed you can root if you want to. That's it let me know how you get on :good:
Click to expand...
Click to collapse
this is what im getting
C:\xxxxxx\android-sdk\platform-tools>adb push rom.zip /sdca
rd
cannot stat 'rom.zip': No such file or directory
my mistake, i named the file wrong
Danny201281 said:
The answer to your question is contained in this post
Download both these files
http://techerrata.com/file/twrp2/m7/openrecovery-twrp-2.6.3.3-m7.img
http://www.androidrevolution.org/downloader/download.php?file=One_6.09.401.12_deodexed.zip
Put both files inside your fastboot folder.
Rename twrp-2.6.3.3-m7.img to recovery.img
Rename One_6.09.401.12_deodexed.zip to rom.zip
Connect fastboot usb in the bootloader and flash the recovery with these commands
Code:
fastboot flash recovery recovery.img
fastboot erase cache
fastboot reboot-bootloader
Select recovery from the bootloader menu to boot to TWRP recovery. Select "Wipe" from the TWRP menu and then "Format Data" you will be prompted to type yes to confirm. When its done go back to the TWRP home screen and select "Reboot" then "Reboot Recovery" TWRP will ask if you want to root the device at this point say no.
Once your back in recovery we need to push the rom.zip to the phone. In the command window type
Code:
adb devices
You should get an output showing your devices serial number. This confirms adb is working. If you don't get the serial number output check in device manager on your pc that the drivers have installed correctly. Otherwise continue to push the rom with
Code:
adb push rom.zip /sdcard
The command window will appear unresponsive until the push completes (Sevral Minutes) When it's done select "Install" from the TWRP home screen and choose the rom.zip, Swipe the pull bar to confirm. The Aroma Installer will start and guide you through the rom install, When it's done Reboot the device. Again TWRP will ask if you want to root the device at this point it's your decision but now you have a rom installed you can root if you want to. That's it let me know how you get on :good:
Click to expand...
Click to collapse
ok i think i have a problem, i runned the install rom, on the top of the twrp it says ZIp Install complete, but below the command line window it says failed, e:Unable to mount '/cache. is this is normal?
also noticed a note :no OS installed
lisij said:
ok i think i have a problem, i runned the install rom, on the top of the twrp it says ZIp Install complete, but below the command line window it says failed, e:Unable to mount '/cache. is this is normal?
Click to expand...
Click to collapse
Yes, This is because we used fastboot erase cache. Fastboot formats differently to recovery. After you boot the rom the cache partition will be formatted correctly for recovery and Android
Danny201281 said:
Yes, This is because we used fastboot erase cache. Fastboot formats differently to recovery. After you boot the rom the cache partition will be formatted correctly for recovery and Android
Click to expand...
Click to collapse
so umh, what now ?

Phone won't open after format through TWRP..

So, a couple of months ago I deleted videos and wanted to get them back, so I searched a bit and installed TWRP. Anyway, the videos were lost, could not recover anything, so installing TWRP was of no use to me.
I checked last week for updates and found out I have the latest Lollipop update available, so tried to download and install and I couldn't, because of TWRP..
Next thing was to try and uninstall it from the phone, but getting lost inside multiple internet pages, I reached a bad moment and formatted data.. my mistake.
After this my phone won't boot into the system, it always opens me in recovery mode and Team Win menu.
I tried to make my Macbook recognise it as adb device, but it will not do it, whatever I do on terminal with instructions I found again in various pages on the internet..
Now: what I should do? I am desperate, as I don't have a phone and would love to get it back working soon enough.
Any ideas??? Thanks in advance, Kosm.
post the output of "fastboot getvar all". Remove your IMEI and Serialno before posting.
I cannot do this on my Mac, do I certainly need a windows computer?
edit: I found the fastboot folder in my mac, but got this message:
-bash: ./fastboot: cannot execute binary file
kosmkosm said:
I cannot do this on my Mac, do I certainly need a windows computer?
Click to expand...
Click to collapse
Sure you can use fastboot on a mac.
edit: I found the fastboot folder in my mac, but got this message:
-bash: ./fastboot: cannot execute binary file
Click to expand...
Click to collapse
http://forum.xda-developers.com/showthread.php?t=1917237
Hello, I also found a windows machine to try, but it makes no difference to trying on my mac.. thing is, I dont think I enabled usg debugging, before I come into this problem, so now that I cannot enter my phone, it doesn't get recognised as a phone anywhere.. it only sees it as D:, where I cannot do nothing..
Can I activate usb debugging from inside TWRP somewhere?
Thanks for supporting my noob questions with such patience!!
kosmkosm said:
Hello, I also found a windows machine to try, but it makes no difference to trying on my mac.. thing is, I dont think I enabled usg debugging, before I come into this problem, so now that I cannot enter my phone, it doesn't get recognised as a phone anywhere.. it only sees it as D:, where I cannot do nothing..
Can I activate usb debugging from inside TWRP somewhere?
Thanks for supporting my noob questions with such patience!!
Click to expand...
Click to collapse
You don't need usb debugging. usb debugging is only needed to use ADB commands when the phone is booted in the OS. You can use FASTBOOT commands from the bootloader and ADB commands from custom recovery both without USB Debugging.
What version of windows is your computer running?
What is your phone hboot version? (you can see when booted in bootloader)
When your phone is booted in bootloader mode/fastboot usb, go in windows device manager. The phone should be listed there if its detected. Is you phone in the list? Does it says "Android USB devices --> My HTC" ?
1. windows 8.1
2. 1.57.0000
3. Yes, it finds it, only when I boot into HBOOT/fastboot USB. If I let it open as it does alone at TWRp, it doesn't find it.
kosmkosm said:
3. Yes, it finds it, only when I boot into HBOOT/fastboot USB.
Click to expand...
Click to collapse
So whats the problem with "fastboot getvar all" ?
Boot your phone in bootloader/fastboot usb mode (hold power and volume down until it reboots to the bootloader or from twrp recovery select "reboot" --> "Bootloader") and then open your command prompt form your adb/fasboot folder on your computer:
Code:
fastboot getvar all
Btw if you want me to reply faster, then quote me using the REPLY button below my posts instead of the "POST REPLY" button at the buttom of the page. I'm no notified when you are not quoting me.
alray said:
So whats the problem with "fastboot getvar all" ?
Boot your phone in bootloader/fastboot usb mode (hold power and volume down until it reboots to the bootloader or from twrp recovery select "reboot" --> "Bootloader") and then open your command prompt form your adb/fasboot folder on your computer:
Code:
fastboot getvar all
Btw if you want me to reply faster, then quote me using the REPLY button below my posts instead of the "POST REPLY" button at the buttom of the page. I'm no notified when you are not quoting me.
Click to expand...
Click to collapse
Sorry, didn't see that. New to the forums, in general!!
Here is the getvar all:
version: 0.5
version-bootloader: 1.57.0000
version-basehand: 4T.29.3218.08
version-cpld: None
version-microp: None
version-main: 6.09.401.12
version-misc: PUT SHIP S-OFF
serialno: ....................
imei: ....................
meid: 00000000000000
product: m7_ul
platform: HBOOT-8064
modelid: PN071****
cidnum: 11111111
battery-status: good
battery-voltage: 4332mV
partition-layout: Generic
security: off
build-mode: SHIP
boot-mode: FASTBOOT
commitno-bootloader: dirty-6d8a0b9b
hbootpreupdate: 11
gencheckpt: 0
all: done!
finished. total time: 0.073s
kosmkosm said:
Sorry, didn't see that. New to the forums, in general!!
Here is the getvar all:
version: 0.5
version-bootloader: 1.57.0000
version-basehand: 4T.29.3218.08
version-cpld: None
version-microp: None
version-main: 6.09.401.12
version-misc: PUT SHIP S-OFF
serialno: ....................
imei: ....................
meid: 00000000000000
product: m7_ul
platform: HBOOT-8064
modelid: PN071****
cidnum: 11111111
battery-status: good
battery-voltage: 4332mV
partition-layout: Generic
security: off
build-mode: SHIP
boot-mode: FASTBOOT
commitno-bootloader: dirty-6d8a0b9b
hbootpreupdate: 11
gencheckpt: 0
all: done!
finished. total time: 0.073s
Click to expand...
Click to collapse
Download and save this rom to the root of your phone storage: https://www.androidfilehost.com/?fid=95916177934521261
then in twrp recovery select "install" then choose "One_6.09.401.12_odexed.zip"
then you can re flash the stock recovery which can be found here: https://www.androidfilehost.com/?fid=95864024717072472
Save it in the same folder where you have adb and fastboot on your computer. WIth your phone booted in bootloader/fastboot usb mode:
Code:
fastboot flash recovery M7_UL_Stock_Recovery_6.09.401.12.img
fastboot erase cache
fastboot reboot
Then you are back to 100% stock and ready to take the ota update.
alray said:
Download and save this rom to the root of your phone storage: https://www.androidfilehost.com/?fid=95916177934521261
then in twrp recovery select "install" then choose "One_6.09.401.12_odexed.zip"
then you can re flash the stock recovery which can be found here: https://www.androidfilehost.com/?fid=95864024717072472
Save it in the same folder where you have adb and fastboot on your computer. WIth your phone booted in bootloader/fastboot usb mode:
Code:
fastboot flash recovery M7_UL_Stock_Recovery_6.09.401.12.img
fastboot erase cache
fastboot reboot
Then you are back to 100% stock and ready to take the ota update.
Click to expand...
Click to collapse
Thank you for the quick reply. I am downloading the files now. How can I save this rom to the root of my phone storage? HTC sync manager doesn't see my phone.. :/
edit: This way?
adb push [source] [destination]
Function: Copy files from your computer to your phone.
The push command allows you to copy files from your computer to your phone without touching your device. This is particularly handy for copying large files from your computer to your phone like movies or ROMs. In order to use this command, you'll need to know the full file path for both your source and destination. If the file you want to copy is already in your tools folder (where ADB lives), you can simply enter the name of the file as the source.
kosmkosm said:
Thank you for the quick reply. I am downloading the files now. How can I save this rom to the root of my phone storage? HTC sync manager doesn't see my phone.. :/
edit: This way?
adb push [source] [destination]
Function: Copy files from your computer to your phone.
The push command allows you to copy files from your computer to your phone without touching your device. This is particularly handy for copying large files from your computer to your phone like movies or ROMs. In order to use this command, you'll need to know the full file path for both your source and destination. If the file you want to copy is already in your tools folder (where ADB lives), you can simply enter the name of the file as the source.
Click to expand...
Click to collapse
Get rid of HTC sync, it can cause issue when using adb and fastboot. Uninstall it (but don't uninstall the drivers).
Then you can use adb push like you said:
Code:
adb push name_of_rom.zip /sdcard
Command prompt will be unresponsive for like 5-10 minutes, its normal.
Or if you have twrp 2.8.4.0+ you will see your phone like a storage device on your computer when booted in recovery so you just need to drag and drop the file to your storage.
alray said:
Get rid of HTC sync, it can cause issue when using adb and fastboot. Uninstall it (but don't uninstall the drivers).
Then you can use adb push like you said:
Code:
adb push name_of_rom.zip /sdcard
Command prompt will be unresponsive for like 5-10 minutes, its normal.
Or if you have twrp 2.8.4.0+ you will see your phone like a storage device on your computer when booted in recovery so you just need to drag and drop the file to your storage.
Click to expand...
Click to collapse
too bad I don't have a new version of TWRP, checked and it is 2.6.3.0..
got rid of HTC sync, but kept the drivers as is. Also now that the zip is downloaded, I tried to run the command 'adb push', but it gives me error: device not found... is that logical? :/
I am desperate, seems that nothing works for me, what am I doing wrong?
kosmkosm said:
too bad I don't have a new version of TWRP, checked and it is 2.6.3.0..
got rid of HTC sync, but kept the drivers as is. Also now that the zip is downloaded, I tried to run the command 'adb push', but it gives me error: device not found... is that logical? :/
I am desperate, seems that nothing works for me, what am I doing wrong?
Click to expand...
Click to collapse
Your phone drivers are not installed correctly. When booted in twrp recovery go in windows device manager again. Is the device listed or its a " ! " logo? If yes then install the drivers: http://www.mediafire.com/download/msfud4uem3gew2d/HTC-Mobile-Driver_v4.14.0.001.exe
You might want to update your twrp as well, will be easier to deal with the rom.
you can find twrp 2.8.5.0 here: http://techerrata.com/file/twrp2/m7/openrecovery-twrp-2.8.5.0-m7.img
save it in the same folder where you have adb and fastboot installed. Reboot your phone in bootloader mode / fastboot usb
Code:
fastboot flash recovery openrecovery-twrp-2.8.5.0-m7.img
fastboot erase cache
fastboot reboot-bootloader
Then enter in recovery mode, you should see your phone when going to "My computer" --> "One". Copy the rom to "My Computer\One\Internal Storage"
then in twrp select "install" and then choose the rom and swipe to install.
alray said:
Your phone drivers are not installed correctly. When booted in twrp recovery go in windows device manager again. Is the device listed or its a " ! " logo? If yes then install the drivers: http://www.mediafire.com/download/msfud4uem3gew2d/HTC-Mobile-Driver_v4.14.0.001.exe
You might want to update your twrp as well, will be easier to deal with the rom.
you can find twrp 2.8.5.0 here: http://techerrata.com/file/twrp2/m7/openrecovery-twrp-2.8.5.0-m7.img
save it in the same folder where you have adb and fastboot installed. Reboot your phone in bootloader mode / fastboot usb
Code:
fastboot flash recovery openrecovery-twrp-2.8.5.0-m7.img
fastboot erase cache
fastboot reboot-bootloader
Then enter in recovery mode, you should see your phone when going to "My computer" --> "One". Copy the rom to "My Computer\One\Internal Storage"
then in twrp select "install" and then choose the rom and swipe to install.
Click to expand...
Click to collapse
I ran the drivers installer, told me they exist, so did a repair.
Later, I was able to run the command and write the TWRP 2.8.5.0 recovery properly.
I restarted the phone to enter recovery mode, but it gets stuck forever in the first white page, saying Entering recovery..., the HTC logo and the message 'this build is for development purposes...blah blah'. I did all as you said.
kosmkosm said:
I ran the drivers installer, told me they exist, so did a repair.
Later, I was able to run the command and write the TWRP 2.8.5.0 recovery properly.
I restarted the phone to enter recovery mode, but it gets stuck forever in the first white page, saying Entering recovery..., the HTC logo and the message 'this build is for development purposes...blah blah'. I did all as you said.
Click to expand...
Click to collapse
Try to restore your phone using a RUU then. YOu have s-off, super CID and "super MID". you can use any RUU you want. The latest version is 7.19.401.2 and available here: https://drive.google.com/file/d/0B17smFr95pleSFhvZHd2a0RkTFE/view. Rename the file "ruu" (ruu.zip) and save it in the same folder where you have adb and fastboot
Code:
fastboot oem rebootRUU
fastboot flash zip ruu.zip
fastboot flash zip ruu.zip
fastboot reboot
alray said:
Try to restore your phone using a RUU then. YOu have s-off, super CID and "super MID". you can use any RUU you want. The latest version is 7.19.401.2 and available here: https://drive.google.com/file/d/0B17smFr95pleSFhvZHd2a0RkTFE/view. Rename the file "ruu" (ruu.zip) and save it in the same folder where you have adb and fastboot
Code:
fastboot oem rebootRUU
fastboot flash zip ruu.zip
fastboot flash zip ruu.zip
fastboot reboot
Click to expand...
Click to collapse
renamed to ruu, saved in the same folder, 'fastboot oem rebootRUU' finished in 0.047 secs, then tried to 'fastboot flash zip ruu.zip', but the fastboot.exe quits...
kosmkosm said:
renamed to ruu, saved in the same folder, 'fastboot oem rebootRUU' finished in 0.047 secs, then tried to 'fastboot flash zip ruu.zip', but the fastboot.exe quits...
Click to expand...
Click to collapse
try with this fastboot.http://forum.xda-developers.com/showpost.php?p=59412137&postcount=38
looks like the newer ruu must be flashed with htc_fastboot unlike older ones.
alray said:
try with this fastboot.http://forum.xda-developers.com/showpost.php?p=59412137&postcount=38
looks like the newer ruu must be flashed with htc_fastboot unlike older ones.
Click to expand...
Click to collapse
you are right! downloaded the htc_fastboot and it started sending the ruu.zip. Fingers crossed, I will let you know how it goes. Thanks again for the continuous support!
kosmkosm said:
you are right! downloaded the htc_fastboot and it started sending the ruu.zip. Fingers crossed, I will let you know how it goes. Thanks again for the continuous support!
Click to expand...
Click to collapse
Any news? Is your phone booting now?

Categories

Resources