So did a very stupid thing by wiping OS of stock phone before copying rom.zip to phone. My fastboot no longer has usb connection. I do have twrp recovery on phone but I am clueless how to transfer the rom's over to install. Anyone have suggestions please?
NO OS install
http://forum.xda-developers.com/showthread.php?t=2791126
It's called adb sideload... You can find it in twrp under Extras. Good Luck!
yatindroid said:
NO OS install
http://forum.xda-developers.com/showthread.php?t=2791126
Click to expand...
Click to collapse
I read the instruction, some questions?
Requirement
>>fastboot getvar all ----- cant do this because fastboot no longer usb connection
>>full working adb drivers for adb sideload -- drivers are up to date
>>TWRP 2.6.3.4 for sideload have ver 2.7.1.1
>>USB-OTG cable is this unique or different cable
>>RUU rom exe/zip or Guru Reset Rom or Nandroid Backup which is one should be used for htc one ATT
cdkraut said:
I read the instruction, some questions?
Requirement
>>fastboot getvar all ----- cant do this because fastboot no longer usb connection
>>full working adb drivers for adb sideload -- drivers are up to date
>>TWRP 2.6.3.4 for sideload have ver 2.7.1.1
>>USB-OTG cable is this unique or different cable
>>RUU rom exe/zip or Guru Reset Rom or Nandroid Backup which is one should be used for htc one ATT
Click to expand...
Click to collapse
what is you hboot version and what is your computer OS version? What rom were you trying to flash?
I attached a couple of screenshots to show where i am at. My biggest issue seems to be no usb to transfer the damn files.
cdkraut said:
I attached a couple of screenshots to show where i am at. My biggest issue seems to be no usb to transfer the damn files.
Click to expand...
Click to collapse
Did you have google edition rom on your phone, or have you tried flashing a firmware or google edition rom ?
cdkraut said:
I read the instruction, some questions?
Requirement
>>fastboot getvar all ----- cant do this because fastboot no longer usb connection
>>full working adb drivers for adb sideload -- drivers are up to date
>>TWRP 2.6.3.4 for sideload have ver 2.7.1.1
>>USB-OTG cable is this unique or different cable
>>RUU rom exe/zip or Guru Reset Rom or Nandroid Backup which is one should be used for htc one ATT
Click to expand...
Click to collapse
why fastboot no USB connection faulty cable ? Port problem ? If it's port then repair port first
If no getvar all then tell cid mid OS version + info phone displaying in fastboot mode
TWRP 2.6.3.3/4 is best 2.7 have issues still
USB otg cable is a simple cable connect USB drive to your phone
You can't use ruu
Use guru reset Rom or nandroid backup
Seanie280672 said:
Did you have google edition rom on your phone, or have you tried flashing a firmware or google edition rom ?
Click to expand...
Click to collapse
Not Sure where i would find this on my phone: what folder? I have scrolled through most directories and cant seem to see any.
cdkraut said:
Not Sure where i would find this on my phone: what folder? I have scrolled through most directories and cant seem to see any.
Click to expand...
Click to collapse
I don't think you understood the question I asked, did you have a sense rom or a google edition rom on your phone before you wiped it ?
Seanie280672 said:
Did you have google edition rom on your phone, or have you tried flashing a firmware or google edition rom ?
Click to expand...
Click to collapse
alray said:
what is you hboot version and what is your computer OS version? What rom were you trying to flash?
Click to expand...
Click to collapse
hboot is 1.57.0000
Windows 7
Never got to loading rom because its on pc and not phone.
Seanie280672 said:
I don't think you understood the question I asked, did you have a sense rom or a google edition rom on your phone before you wiped it ?
Click to expand...
Click to collapse
Stock ATT Sense i Imagine
Ok fastboot usb is up . Also managed to change to Twrp 2.6.3. So now need to get otg cable. I was hoping to be able to just transfer file from Pc to phone, but cant see phone in available drives.
cdkraut said:
After wiping os the usb portion disappeared, could this be because usb debugging isn't there anymore since there is no os?
Click to expand...
Click to collapse
usb debugging is only to have ADB access with the phone booted in the OS.
It looks like you have usb problem, maybe a bad usb cable, phone port or pc usb port. when your phone is in bootloader with usb cable plugged to your pc, you should see "FASTBOOT USB" in the bootloader.
cdkraut said:
Ok fastboot usb is up . Also managed to change to Twrp 2.6.3. So now need to get otg cable. I was hoping to be able to just transfer file from Pc to phone, but cant see phone in available drives.
Click to expand...
Click to collapse
if fastboot USB is running use adb sideload
Now you don't need USB otg
If sideload not working then you need usb otg
yatindroid said:
if fastboot USB is running use adb sideload
Now you don't need USB otg
If sideload not working then you need usb otg
Click to expand...
Click to collapse
looks like im getting a usb-otg....sideload just hangs... appreciate everyone's input in helping me. I will keep you posted.
cdkraut said:
looks like im getting a usb-otg....sideload just hangs... appreciate everyone's input in helping me. I will keep you posted.
Click to expand...
Click to collapse
you can adb push or adb sideload a rom when your phone is booted to recovery (twrp) not directly from bootloader. You said you have flashed twrp 2.6.3 ? you mean 2.6.3.0 or 2.6.3.3 ? Always use 2.6.3.3
Also make sure your ADB is up to date (should be 1.0.31) you can check your ADB version with this command:
Code:
adb version
Now try to follow this 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-XXXXXXXX\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.
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
alray said:
you can adb push or adb sideload a rom when your phone is booted to recovery (twrp) not directly from bootloader. You said you have flashed twrp 2.6.3 ? you mean 2.6.3.0 or 2.6.3.3 ? Always use 2.6.3.3
Also make sure your ADB is up to date (should be 1.0.31) you can check your ADB version with this command:
Code:
adb version
Now try to follow this detailed guide:
HTC ONE M7_U/M7_UL - ADB PUSH & FLASH A ROM - DETAILED INSTRUCTIONS
Click to expand...
Click to collapse
Thank you all for the awesome support... back up and running.
Check out the guide on htc1guru's website
Related
I am in a massive dilemma at the moment. I recently upgraded my phone using a stock RUU and was unhappy with the way it was working, due to no mobile data. I have been trying to apply a new RUU to my phone but it is not working, I have recently found out that my bootloader is black and that fastboot does not work at all.
When I request a device list in CMD nothing happens and CMD just prints a new directory line, and whenever I issue a command it just says <waiting for device>. I understand that without fastboot I will be unable to install a custom recovery and therefore unable to install a new ROM. I have tried my laptop and a desktop computer and they both do not work, so I'm guessing it is the phone even though I am able to send adb commands.
Any help is appreciated.
Hmm...are you able to boot into the recovery? If yes just restore it with the backup you hopefully have made
Boachti said:
Hmm...are you able to boot into the recovery? If yes just restore it with the backup you hopefully have made
Click to expand...
Click to collapse
Unfortunately there is no custom recovery installed, I can load recovery but it just shows a black screen.
Oh yeah forgot sry
Ehmmm.....
Does the pc make any sound when you plug in your device ?
Boachti said:
Oh yeah forgot sry
Ehmmm.....
Does the pc make any sound when you plug in your device ?
Click to expand...
Click to collapse
Device is recognised while running android and makes a sound, but when in bootloader the computer makes a sound but I get an error message saying that the USB device is not recognised.
hrogers123 said:
Device is recognised while running android and makes a sound, but when in bootloader the computer makes a sound but I get an error message saying that the USB device is not recognised.
Click to expand...
Click to collapse
make sure that you have the latest driver installed and usb debuging has to be on (settings/devoloper options)
---------- Post added at 10:22 PM ---------- Previous post was at 10:18 PM ----------
you said that fastboot isn't working at all so you aren't able to flash for example a custom recovery
you can use adb commands to enter into recovery and to copy a rom zip to your device
then you should be able to flash the custom rom
perhaps this can fix your problem
Boachti said:
make sure that you have the latest driver installed and usb debuging has to be on (settings/devoloper options)
---------- Post added at 10:22 PM ---------- Previous post was at 10:18 PM ----------
you said that fastboot isn't working at all so you aren't able to flash for example a custom recovery
you can use adb commands to enter into recovery and to copy a rom zip to your device
then you should be able to flash the custom rom
perhaps this can fix your problem
Click to expand...
Click to collapse
Drivers are installed and USB debugging is on.
I've already tried adb reboot recovery and it doesn't work just shows a phone with a red triangle so I'm guessing there is no recovery installed, so I'm in an infinite loop.
Can You post a photo of your black boot loader screen please.
Sent from my HTC One using Tapatalk
dear, renew your ADB files and HTC Driver
1-This is ADB files , be sure to extract it in folder (e.x ADB files) in your System partition (e.x C:\)
2-Remove HTCSync, Mobogien, Kies and any mobile softwares then install HTC DRIVER V.4
3-try the FAQ 2 steps in this guide
search for 2) Q: I'm using Windows 7 what should I worry about
if not , try to reset factory your phone > USB debugging is on > try step 3 again
these will help you
gffmac said:
Can You post a photo of your black boot loader screen please.
Sent from my HTC One using Tapatalk
Click to expand...
Click to collapse
http://imgur.com/8ObZ1HN
moha_moha20106 said:
dear, renew your ADB files and HTC Driver
1-This is ADB files , be sure to extract it in folder (e.x ADB files) in your System partition (e.x C:\)
2-Remove HTCSync, Mobogien, Kies and any mobile softwares then install HTC DRIVER V.4
3-try the FAQ 2 steps in this guide
search for 2) Q: I'm using Windows 7 what should I worry about
if not , try to reset factory your phone > USB debugging is on > try step 3 again
these will help you
Click to expand...
Click to collapse
My ADB commands work fine, it is fastboot that doesn't work. I completed your steps anyway and it didn't help.
hrogers123 said:
http://imgur.com/8ObZ1HN
Click to expand...
Click to collapse
with your bootloader photo, you only need to resolve the USB issue, then you can install custom/stock rom easy
hrogers123 said:
Drivers are installed and USB debugging is on.
I've already tried adb reboot recovery and it doesn't work just shows a phone with a red triangle so I'm guessing there is no recovery installed, so I'm in an infinite loop.
Click to expand...
Click to collapse
download this file
rename it > update.zip
edit android-info.txt to meet your phone CID & MID
copy update.zip to your SD card
go to your recovery (red triangle) press Vol up + power once
erase cache
apply from SD card
moha_moha20106 said:
with your bootloader photo, you only need to resolve the USB issue, then you can install custom/stock rom easy
Click to expand...
Click to collapse
Yeah just really confused as to why my computer recognizes the phone while on android o/s but not on bootloader.
Another thing to note is that fact that when I enter FASTBOOT it does not display FASTBOOT USB straight away. I have to press either one of the volume keys and then it switches to FASTBOOT USB.
Here are some pictures of the error message I get in Windows.
moha_moha20106 said:
download this file
rename it > update.zip
edit android-info.txt to meet your phone CID & MID
copy update.zip to your SD card
go to your recovery (red triangle) press Vol up + power once
erase cache
apply from SD card
Click to expand...
Click to collapse
I cannot seem to find the android-info.txt file anywhere.
Just tried it and I get this error message...
-- Install /data/media/0 ...
Finding update package...
Opening update package...
Verifying update package...
Installation aborted.
Write host_mode:0 done
Another update, while checking through the settings on my phone I realised that there are two settings for USB debugging. One is for HTC Sync Manager and the other is from Developer options, shown below;
http://i.imgur.com/I5sV7K5.png
http://i.imgur.com/VJirw7N.png
When I checked My Computer I found that I had two devices connected, HTC One and CD Drive (E
http://i.imgur.com/ELpsgpu.png
I then checked Device Manager to see if their were two devices, and their were.
http://i.imgur.com/dEVGYCO.png
So I'm guessing that when I boot to FASTBOOT it is trying to read the CD Drive and it is unable to read it. I have tried to deselect the HTC Sync debugging but as soon as I do the developer debugging also deselects and vice versa.
hrogers123 said:
I cannot seem to find the android-info.txt file anywhere.
Just tried it and I get this error message...
-- Install /data/media/0 ...
Finding update package...
Opening update package...
Verifying update package...
Installation aborted.
Write host_mode:0 done
Click to expand...
Click to collapse
the android-info.txt in update.zip
---------- Post added at 09:09 AM ---------- Previous post was at 09:04 AM ----------
hrogers123 said:
Another update, while checking through the settings on my phone I realised that there are two settings for USB debugging. One is for HTC Sync Manager and the other is from Developer options, shown below;
http://i.imgur.com/I5sV7K5.png
http://i.imgur.com/VJirw7N.png
When I checked My Computer I found that I had two devices connected, HTC One and CD Drive (E
http://i.imgur.com/ELpsgpu.png
I then checked Device Manager to see if their were two devices, and their were.
http://i.imgur.com/dEVGYCO.png
So I'm guessing that when I boot to FASTBOOT it is trying to read the CD Drive and it is unable to read it. I have tried to deselect the HTC Sync debugging but as soon as I do the developer debugging also deselects and vice versa.
Click to expand...
Click to collapse
uninstall you device from device manager > unplug your phone> restart PC
plug your phone> go to device manager> find your device> right click properties> update driver >search internet for driver
hrogers123 said:
I am in a massive dilemma at the moment. I recently upgraded my phone using a stock RUU and was unhappy with the way it was working, due to no mobile data. I have been trying to apply a new RUU to my phone but it is not working, I have recently found out that my bootloader is black and that fastboot does not work at all.
Any help is appreciated.
Click to expand...
Click to collapse
Your phone appears to be stuck bewteen two firmwares hense the os showing up in red in your bootloader.
would I be correct in assuming you did the following commands:
fastboot oem rebootRUU
fastboot flash zip <name of firmware>.zip
fastboot reboot
as opposed to:
fastboot oem rebootRUU
fastboot flash zip <name of firmware>.zip
fastboot flash zip <name of firmware>.zip <- yes it has to be done twice, the first one will report failed, the second should succeed.
fastboot reboot
Sent from my HTC One using Xparent Skyblue Tapatalk 2
moha_moha20106 said:
the android-info.txt in update.zip
Click to expand...
Click to collapse
I checked the zip and couldn't find it anywhere.
bored_stupid said:
Your phone appears to be stuck bewteen two firmwares hense the os showing up in red in your bootloader.
would I be correct in assuming you did the following commands:
fastboot oem rebootRUU
fastboot flash zip <name of firmware>.zip
fastboot reboot
as opposed to:
fastboot oem rebootRUU
fastboot flash zip <name of firmware>.zip
fastboot flash zip <name of firmware>.zip <- yes it has to be done twice, the first one will report failed, the second should succeed.
fastboot reboot
Sent from my HTC One using Xparent Skyblue Tapatalk 2
Click to expand...
Click to collapse
If your asking about how I installed my current ROM, I downloaded a RUU exe and installed from my desktop.
If your asking me to try those steps now, I can't. FASTBOOT does not respond.
Hi all,
I have an HTC One M8. I bought it used and run a AT&T sim on Straight Talk. Previous owner had rooted it. I was trying to get the 4.4 updates and Sense 6.0.
The phone was already running HD Revolution 12.1 and Android 4.2.2 with TeamWin Recovery Partition v2.5.0.0
I downloaded and installed Android_Revolution_HD-One_71.1.zip.
I've run it several ways:
1. First w/o wiping from TWRP. (Factory reset settings)
2. Installed w/o "Wiping Userdata Partition" and then tried "Wiping Userdata Partition" from the HD Revolution installer.
3. SuperUser by Koush checked.
4. Stops at setting permissions "set_metsdata_recusrsive: some changes failed."
5. Finish
6, Zip Install details say "no MD5 file found".
7. Reboot System and it tells me "Root permissions appear to be lost. Fix root permissions now?" Yes....
Then reboots into white Bootloader screen. Anything selected here takes me to the Recovery page. Anything selected from the REBOOT menu in TWRP takes me to the Bootloader screen.
When this is done it reboots into the white bootloader screen. Any option I pick there takes me to the TWRP recovery.
I'm stumped. Any help /bread crumbs would be appreciated.
Bootloader shows:
**TAMPERED**
**UNLOCKED **
M7_UL pvt ship s-on rh
HBOOT-1.44.0000
RADIO-4A.14.3250.15
OPENDSP-v26.120.274.0202
eMMC-BOOT
May 3 2013, 20:01:28-1
Thanks
TJB
fastboot erase cache
Then flash TWRP 2.6.3.3
Then reflash the ROM.
TWRP 2.6
BenPope said:
fastboot erase cache
Then flash TWRP 2.6.3.3
Click to expand...
Click to collapse
I'm actually trying to mount the phone so I can see it from the PC update the TWRP. I downloaded openrecovery-twrp-2.7.1.1-m7.img but can't see how to load it to the phone.
PC sees the phone from Device Manager as a Disk Drive but it doesn't show up as a drive under My Computer.
I have Minimal ADB and Fastboot. Am I on the right track?
TJB
BenPope said:
fastboot erase cache
Then flash TWRP 2.6.3.3
Then reflash the ROM.
Click to expand...
Click to collapse
I tried to install openrecovery-twrp-2.7.1.1-m7.img but I can't see HTC from my PC. It shows up as in Device Manager but there's no way to write to it. I have Minimal ADB and Fastboot. Do I need a USB OTG cable. What else can I do from the PC side to see the phone?
Right now I'm just trying to get files to the phone. Am I on the right track?
THB
teebright said:
I tried to install openrecovery-twrp-2.7.1.1-m7.img but I can't see HTC from my PC. It shows up as in Device Manager but there's no way to write to it. I have Minimal ADB and Fastboot. Do I need a USB OTG cable. What else can I do from the PC side to see the phone?
Right now I'm just trying to get files to the phone. Am I on the right track?
THB
Click to expand...
Click to collapse
You cannot install like that, they have to be flashed via bootloader.
Do you have ABD installed on your PC?
If not you have two options.
OPTION 1
This guide for Windows 7 machine, this is the quickest way IMHO
Download the adb files for your respective PC from here : http://developer.android.com/sdk/index.html
Once you have downloaded the correct one for your PC (i.e. 32 or 64bit) you will be left with a zip FOLDER named something like this adt-bundle-windows-x86_64-20130522.zip (this is for 64 bit machine), Unzip it somewhere on your pc
Locate the unzipped folder and you should have/see the following inside
• Eclipse
• Sdk
• SDFK manager .exe
Open up the sdk folder and you will find 6 folders inside, cut the 'platform-tools’ folder , then double click my computer and then enter the C: drive of your PC. Paste this folder here in the C: drive and rename it Andriod-adb.
Then right mouse click my computer and go properties, then go and click Advance system settings located on left hand side this will bring up system properties box, click the Environment Variables… tab (it will open further details) and locate the Environment Variables list scroll down until you find path, highlight this then click edit.
Click mouse in here and scroll right to the end after the last entry
Type the following ;C:\Android-adb (noting only adding the first ; if not already there), if it is already there just type C:\Android-adb. Then hit Ok then OK again and your ADB should now be successfully setup.
To test this
From the windows start button, and in the search programs and files box type cmd and enter, this should bring up a command window.
Plug in your device and type adb devices, you should see it locate your phone
OPTION 2
Or try this, extract the attached file to your desk. place your recovery img in here and in a blank spot here hold the shift key down and right mouse click this should bring up list allowing you to "open command prompt here" then follow instructions below..View attachment 2850273
------------------------------------------------------------------------------------------------------------------------------------------------------
Once you have ADB working via either of the above sorted from a
1. Command prompt you should be able to type adb reboot boatloader, if you phone reboots into bootloader go to next step
2. Place the recovery image "openrecovery-twrp-2.7.1.1-m7.img " in the same adb folder as downloaded in option 2
3. Open a command prompt from within this folder and then type fastboot flash recovery openrecovery-twrp-2.7.1.1-m7.img
4. Once sent it should com back to prompt
5. Type fastboot erase cache, then when completed type fastboot reboot
Good luck
fixed!
I fixed it! Per the recommendation I was trying to upgrade TWRP to 2.6.3.3.
I plugged in the phone to the PC via USB and made sure the phone is in FASTBOOT USB mode from the bootloader menu.
I installed "Minimal ADB and Fastboot" on the PC. Running that from the command line (cmd.exe) you type "fastboot flash recovery " then drag the file in. (watch the youtube video "How to install TWRP recovery on the HTC One M8" by ROOTJUNKIE-it will make more sense). In my case it was the 2.6.3 TWRP.img file. That pushes the update to the phone. I already had the HD 71.1 zip on the phone. I installed that via the TWRP install and from there it booted up normally. Had to setup the phone again but my music/pics were still there. Thanks all for the help!
Hi everyone! i search everywhere in the forum but I can't find any solution for my htc one m7 bricked...
I can go in the bootloader that is unlocked i can locked too,,,i can flash a custom recovery and use it but i can't see my usb otg cable with usb stick (i try other usb stick and all work fine in galaxy s2 not in my htc one m7 so i think the cable and the usb stick are not the problem,,,) i can't use adb (i use pc with win8.1 win7 win xp and mac osx and all can't find the devices connected in adb sideload from the custom recovery...i use twrp and i try clockworkmod but both don'twork...)i can flash boot or zip from fastboot but when i flash zip always appeare remote 12 signature failed...because i can't find a ruu for my cid: tim__401....
i have no other ideas for resuscitate my htc one m7_ul...can anyone help me???
Sorry for my bad english greatings from italy Luke
luca89s said:
Hi everyone! i search everywhere in the forum but I can't find any solution for my htc one m7 bricked...
I can go in the bootloader that is unlocked i can locked too,,,i can flash a custom recovery and use it but i can't see my usb otg cable with usb stick (i try other usb stick and all work fine in galaxy s2 not in my htc one m7 so i think the cable and the usb stick are not the problem,,,) i can't use adb (i use pc with win8.1 win7 win xp and mac osx and all can't find the devices connected in adb sideload from the custom recovery...i use twrp and i try clockworkmod but both don'twork...)i can flash boot or zip from fastboot but when i flash zip always appeare remote 12 signature failed...because i can't find a ruu for my cid: tim__401....
i have no other ideas for resuscitate my htc one m7_ul...can anyone help me???
Sorry for my bad english greatings from italy Luke
Click to expand...
Click to collapse
use this guide to install a rom to your phone. I suggest you to use arhd 81.0
alray said:
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-20130219\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.
You need TWRP recovery 2.6.3.3 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 after the installation is completed
Click to expand...
Click to collapse
Click to expand...
Click to collapse
alray said:
use this guide to install a rom to your phone. I suggest you to use arhd 81.0
Click to expand...
Click to collapse
i can't use adb pc don't "see" my htc...i have alredy tried this guide....
luca89s said:
i can't use adb pc don't "see" my htc...i have alredy tried this guide....
Click to expand...
Click to collapse
Can your PC Detect your phones storage space? I know it's a bit late now as you've bricked it? but it sounds like to me that your PC isn't detecting your phone so install the phone drivers?
badd1e said:
Can your PC Detect your phones storage space? I know it's a bit late now as you've bricked it? but it sounds like to me that your PC isn't detecting your phone so install the phone drivers?
Click to expand...
Click to collapse
my pc detect htc only in fastboot usb mode...when i connect in custom recovery mode the phone connect and disconnect immediatly...i can't see the internal storage....and when i try to use usb otg via twrp i can't select usb otg mode from the menu...
I CAN ONLY USE FASTBOOT command at the moment..but i can't find a ruu for my cid: tim__401....
luca89s said:
my pc detect htc only in fastboot usb mode...when i connect in custom recovery mode the phone connect and disconnect immediatly...i can't see the internal storage....and when i try to use usb otg via twrp i can't select usb otg mode from the menu...
I CAN ONLY USE FASTBOOT command at the moment..but i can't find a ruu for my cid: tim__401....
Click to expand...
Click to collapse
so what is the error in CWM when you choose install from externel_sd or USB OTG ?
luca89s said:
I CAN ONLY USE FASTBOOT command at the moment
Click to expand...
Click to collapse
so your drivers are probably not installed correctly. Re-install your drivers following the guide and you should also reflash twrp 2.6.3.3, fastboot erase cache and reboot bootloader
clsA said:
so what is the error in CWM when you choose install from externel_sd or USB OTG ?
Click to expand...
Click to collapse
any erroe only when i select usb otg mode i return in the menu...
alray said:
so your drivers are probably not installed correctly. Re-install your drivers following the guide and you should also reflash twrp 2.6.3.3, fastboot erase cache and reboot bootloader
Click to expand...
Click to collapse
now i can use adb on my old pc with win xp...i see the devices but when i try to push a zip in sdcard come out this error..: protocol failure (when i try in the menu of twrp) error: closed (when i try in adb sideload)... any suggestion? thanks
luca89s said:
now i can use adb on my old pc with win xp...i see the devices but when i try to push a zip in sdcard come out this error..: protocol failure (when i try in the menu of twrp) error: closed (when i try in adb sideload)... any suggestion? thanks
Click to expand...
Click to collapse
It sounds like you do not have the right drivers installed, try installing them from here http://forum.xda-developers.com/showthread.php?t=2588979 and see if that works. There is an update there for Windows 8.1 as well.
chuckwago88 said:
It sounds like you do not have the right drivers installed, try installing them from here http://forum.xda-developers.com/showthread.php?t=2588979 and see if that works. There is an update there for Windows 8.1 as well.
Click to expand...
Click to collapse
RESOLVED!!
i flashed a stock recovery....do a factry reset then installed a twrp 2.6.3.3 and following the guide linked by @alray and installed inestrcoin custom rom...
Thank at all of you!
You sir. You deserve a medal... Thanks for sharing. I was able to get my phone out of brick after following your instructions. THANK YOU SOO MUCH :victory::victory::victory:
alray said:
use this guide to install a rom to your phone. I suggest you to use arhd 81.0
Click to expand...
Click to collapse
Hi guys,
Accidentally wiped the internal storage and system files, was distracted and on phone with someone else and messed it up. Didn't do a backup because I'm selling the phone and backed up all my stuff to PC before going with the wipe.
Current status:
-Tampered
-Unlocked
-S-On
-Hboot 1.44
-Bootloader with fastboot working
-Recovery TWRP 2.8.0.0. working
-Fastboot recognizes device
-Adb doesn't recognize device
-Have managed to push a stock TWRP nandroid backup for Developer Ediion by mounting. It sits along with the TWRP folder in /sdcard
-Tried RESTORE button through TWRP recovery, can't see the ROM.zip file
-Tried INSTALL button through TWRP Recovery, gets stuck at "updating partition details"
Please help me, thanks in advance.
shabx said:
Hi guys,
Accidentally wiped the internal storage and system files, was distracted and on phone with someone else and messed it up. Didn't do a backup because I'm selling the phone and backed up all my stuff to PC before going with the wipe.
Current status:
-Tampered
-Unlocked
-S-On
-Hboot 1.44
-Bootloader with fastboot working
-Recovery TWRP 2.8.0.0. working
-Fastboot recognizes device
-Adb doesn't recognize device
-Have managed to push a stock TWRP nandroid backup for Developer Ediion by mounting. It sits along with the TWRP folder in /sdcard
-Tried RESTORE button through TWRP recovery, can't see the ROM.zip file
-Tried INSTALL button through TWRP Recovery, gets stuck at "updating partition details"
Please help me, thanks in advance.
Click to expand...
Click to collapse
You will need to unzip the nandroid backup and place it in the <serial #> directory for TWRP to see it. The nandroid backup folder needs to be in //sdcard/TWRP/BACKUP/<Serial #>/<Nandroid_folder_name>. You might also change to TWRP 2.6.3.3 it works best with stock roms.
Thanks, i can try this today. If its possible, can you put up a screenshot showing the exact filepath.. Or confirm if what I understood below is accurate.
/sdcard/twrp/backup/serial #/nandroid/<contents of zip file>
shabx said:
Thanks, i can try this today. If its possible, can you put up a screenshot showing the exact filepath.. Or confirm if what I understood below is accurate.
/sdcard/twrp/backup/serial #/5.11.1540.9 TWRP NANDROID
Click to expand...
Click to collapse
See attached pictures, this is the view from the zip. You see there is only one folder in the zip. This folder is extracted out of the zip and it becomes the folder that is placed in the serial # folder. The contents of the folder are shown in the second picture. The serial # is the serial # of your phone. If you don't know it then you can find it in fastboot getvar all.
One more thing. The mount function is very inconsistent. Out of 60-70 attempts.. It mounted only once properly and I could push the stock ROM to the phone. Is there a way to unpack the zip in twrp?
shabx said:
One more thing. The mount function is very inconsistent. Out of 60-70 attempts.. It mounted only once properly and I could push the stock ROM to the phone. Is there a way to unpack the zip in twrp?
Click to expand...
Click to collapse
No, I don't think you can unpack the zip in TWRP. Just what is the file you are trying to move? Could you give the name and location where you got the file?
I got it from htc1guru database. Its the M7 TWRP Nandroid Backup CID BS US001 1.29.1540.3 .. Its for the developer edition which is the same as my phone..
Currently the phone only has twrp folder on sdcard.. And inside twrp, there's .twrps
. that's it.. I will have to create a new folder called backup, a new folder with their serial number as its name etc.
shabx said:
I got it from htc1guru database. Its the M7 TWRP Nandroid Backup CID BS US001 1.29.1540.3 .. Its for the developer edition which is the same as my phone..
Currently the phone only has twrp folder on sdcard.. And inside twrp, there's .twrps
. that's it.. I will have to create a new folder called backup, a new folder with their serial number as its name etc.
Click to expand...
Click to collapse
That file may not work with your phone it is pretty outdated. Can you post a fastboot getvar all (except for imei and serialno)? So, we can see if there is a better version or way to do the same thing.
Ok I will post the details when I get back home tonight.. Any other ideas? Anyway to get the adb working? I could then use revone for s-off and then RUU from desktop
shabx said:
Ok I will post the details when I get back home tonight.. Any other ideas? Anyway to get the adb working? I could then use revone for s-off and then RUU from desktop
Click to expand...
Click to collapse
ADB works in OS if USB Debugging is enabled and in custom recovery. In other words, the phone is in Recovery and attached to your computer you can run the command adb devices and you should see your serial number and next to it "recovery". If you are in FASTBOOT USB, only fastboot will work not ADB. Depending on your hboot you can use revone (hboot 1.4X), rumrunner (hboot 1.54) or firewater (hboot 1.5X) to achieve S-OFF.
Adb doesn't work. I tried adb devices and it would not return any values. Fastboot devices always gave the serial number but not adb. I have hboot1.44 and because of adb device not found I can't push revone too
shabx said:
Adb doesn't work. I tried adb devices and it would not return any values. Fastboot devices always gave the serial number but not adb. I have hboot1.44 and because of adb device not found I can't push revone too
Click to expand...
Click to collapse
Here try this method:
How to get ADB to recognize the device
After you re-install adb & fastboot
Disconnect your phone from the computer
Then reboot the computer and open the command window
Type: adb kill-server
Then when it is finished
Type: adb start-server
Now connect your phone to the PC
Type: adb devices
Click to expand...
Click to collapse
majmoz said:
Here try this method:
Click to expand...
Click to collapse
@majmoz
shabx said:
@majmoz
Click to expand...
Click to collapse
This is an old method that I used to get S-OFF with revone:
Revone S-OFF on the phone methodRevone Download:
http://revolutionary.io/revone
Big thanks to the Revolutionary dev team. The original thread can be found here.
Written instructions:
Download the Revone file above and transfer it to your phone (or download on your phone)
Use a root file explorer and paste the file inside the /data/local/tmp folder
Open a terminal emulator and type the following:
Code:
[B][I]su[/I][/B] (enter)
[B][I]cd /data/local/tmp[/I][/B] (enter)
[B][I]chmod 755 revone[/I][/B] (enter) (IF revone doesn’t work, type revone.bin)
[B][I]./revone -P[/I][/B] (enter)
Reboot
Open terminal again and type:
Code:
[B][I]su[/I][/B] (enter)
[B][I]cd /data/local/tmp[/I][/B] (enter)
[B][I]./revone -s 0 -u[/I][/B] (That would be a ZERO) (enter)
Reboot
That’s it! To get rid of the tampered, or relock, follow instructions below
To remove “tampered”
open terminal
Code:
[B][I]cd /data/local/tmp[/I][/B]
[B][I]su[/I][/B]
[B][I]./revone.bin -t[/I][/B]
These are other commands that you can fill in above to
-u – Unlock the device
-l – Lock the device (as if it was never unlocked)
-r – Relock the device (mark the device as relocked)
-t – Reset the device’s tamper flag.
Click to expand...
Click to collapse
You will need a terminal emulator you can download one from the Google Play Store.
majmoz said:
This is an old method that I used to get S-OFF with revone:
You will need a terminal emulator you can download one from the Google Play Store.
Click to expand...
Click to collapse
@majmoz
This wont work. My phone has no OS so I can't get in and download stuff from Play Store. Also the ADB steps listed by you didn't work. ADB devices does not return anything.
shabx said:
@majmoz
This wont work. My phone has no OS so I can't get in and download stuff from Play Store. Also the ADB steps listed by you didn't work. ADB devices does not return anything.
Click to expand...
Click to collapse
@majmoz
OK ADB devices found works. How do I get S-Off now? I tried Revone, but its failing with error code = 1
shabx said:
@majmoz
OK ADB devices found works. How do I get S-Off now? I tried Revone, but its failing with error code = 1
Click to expand...
Click to collapse
Let's get a rom on your phone first. Did you have a rom that you wanted to put on your phone? It should be a Sense ROM.
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.
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
@majmoz I'm currently downloading the 1.29.1540.17 from htcdev.com .. This is the same as shown in he getvar all posted earlier. Will push the ROM via adb and post results or errors. Thanks.
shabx said:
@majmoz I'm currently downloading the 1.29.1540.17 from htcdev.com .. This is the same as shown in he getvar all posted earlier. Will push the ROM via adb and post results or errors. Thanks.
Click to expand...
Click to collapse
That file is a RUU rom zip for your phone. I believe you will have to flash it in bootloader like firmware. Your bootloader will need to be relocked.
Rename file to rom.zip and put in your fastboot/adb folder.
Put the phone in bootloader/FASTBOOT USB:
After that, type:
Code:
fastboot oem lock
Code:
[B][I]fastboot oem rebootRUU [/I][/B]
NOTE: You should see a silver HTC logo come up on your phone after executing this command.
NOTE: if this command freezes, just disconnect the USB cable and hold the power and volume down buttons until the device reboots. Then, repeat the steps above again.
Finally:
Code:
[B][I]fastboot flash zip rom.zip[/I][/B]
Repeat the same command: IMPORTANT
Code:
[B][I]fastboot flash zip rom.zip[/I][/B]
NOTE: The green bar on the phone may not go to 100% of the bar ... but If you see completed on your computer command window, wait for a few seconds and move on.
Last Step:
Code:
[B][I]fastboot reboot[/I][/B]
Click to expand...
Click to collapse
The phone came with an unlocked bootloader. Then why do I need to relock it. You have given me 2 sets of instructions above.. One is using adb and other is flashing the ruu in bootloader.
good day to all
i need help for my htc one m7 soft bricked.
well did you sideload the file?
ndmuni said:
well did you sideload the file?
Click to expand...
Click to collapse
yes i did sideload using cmw recovery mode after that the result
*failed to write data protocol fault < no status >
latagaw said:
yes i did sideload using cmw recovery mode after that the result
*failed to write data protocol fault < no status >
Click to expand...
Click to collapse
then try to use adb to push rom to sd and install manually.
latagaw said:
yes i did sideload using cmw recovery mode after that the result
*failed to write data protocol fault < no status >
Click to expand...
Click to collapse
Try this method by alray:
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.
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
latagaw said:
yes i did sideload using cmw recovery mode after that the result
*failed to write data protocol fault < no status >
Click to expand...
Click to collapse
*failed to write data protocol fault < no status >
Click to expand...
Click to collapse
this is normally caused by out of date adb. Try updating your SDK or Mini SDK which ever your using.
Sent from my HTC One M7 - ARHD 81.0 Using Tapatalk
If you found my posts helpful, Please click thanks :good:
Was this just after a data format?
majmoz said:
Try this method by alray:
Click to expand...
Click to collapse
i did this method but when the result E : unable to mount. as we can see in the images that i upload. any solution for this?
latagaw said:
i did this method but when the result E : unable to mount. as we can see in the images that i upload. any solution for this?
Click to expand...
Click to collapse
You may need to format data, Warning:- this will wipe entire contents of your device.
Boot to twrp recovery. Select "Wipe" then "Format Data" you will be prompted to type yes to confirm.
Reboot back to recovery (reboot to recovery is important don't skip it) and push or sideload your Rom then install. Also unless your Rom specifically requires a newer version of twrp. It would be better to use TWRP 2.6.3.3
Sent from my HTC One M7 - ARHD 82.0 Using Tapatalk
If you found my posts helpful, Please click thanks :good:
Danny201281 said:
You may need to format data, Warning:- this will wipe entire contents of your device.
Boot to twrp recovery. Select "Wipe" then "Format Data" you will be prompted to type yes to confirm.
Reboot back to recovery (reboot to recovery is important don't skip it) and push or sideload your Rom then install. Also unless your Rom specifically requires a newer version of twrp. It would be better to use TWRP 2.6.3.3
Sent from my HTC One M7 - ARHD 82.0 Using Tapatalk
If you found my posts helpful, Please click thanks :good:
Click to expand...
Click to collapse
OMG.... my htc one m7 is back from the trash its 99.9 % working now
a million this http://forum.xda-developers.com/ and thanks to @ndmuni for reply, thanks to @Ajxx16 for reply also, thanks to @majmuz for reffering method by: @alray and thanks to @Danny201281 for the solution. :highfive:
But i have one problem network locked. how to unlock?
latagaw said:
OMG.... my htc one m7 is back from the trash its 99.9 % working now
a million this http://forum.xda-developers.com/ and thanks to @ndmuni for reply, thanks to @Ajxx16 for reply also, thanks to @majmuz for reffering method by: @alray and thanks to @Danny201281 for the solution. :highfive:
But i have one problem network locked. how to unlock?
Click to expand...
Click to collapse
You can get unlock codes on eBay for for a couple of quid. Although I'm not 100% sure that is the same as SIM lock. Do you have the correct SIM in the phone. What about contacting the service center?
Sent from my HTC One M7 - ARHD 82.0 Using Tapatalk
If you found my posts helpful, Please click thanks :good:
Danny201281 said:
You can get unlock codes on eBay for for a couple of quid. Although I'm not 100% sure that is the same as SIM lock. Do you have the correct SIM in the phone. What about contacting the service center?
Sent from my HTC One M7 - ARHD 82.0 Using Tapatalk
If you found my posts helpful, Please click thanks :good:
Click to expand...
Click to collapse
original sim is gone its from russia...its ok i will try to buy unlock codes...anyway you guys are very nice and very big help to others specially newbies. long live http://forum.xda-developers.com/ and to all members that helping me...:good::highfive: