Related
Hello, i just got an htc one from one of my customers, when i connect cable or switch on it hangs on HTC logo and says below "This build is for development purposes only. Do not distribute outside of htc without HTCs writtten permission". How to fix this phone?
andrew21 said:
Hello, i just got an htc one from one of my customers, when i connect cable or switch on it hangs on HTC logo and says below "This build is for development purposes only. Do not distribute outside of htc without HTCs writtten permission". How to fix this phone?
Click to expand...
Click to collapse
Can you get into recovery by using adb reboot recovery
dazbutler1 said:
Can you get into recovery by using adb reboot recovery
Click to expand...
Click to collapse
NO, it says "device not found". WHen i connect phone to pc it asks me drivers for MTP. BTW after i power off device and press power on and vol down i go into menu which says "fastboot, recovery, factory reset etc". It aslo says "tampered and unlocked on top of screen. ANy ideas?
andrew21 said:
NO, it says "device not found". WHen i connect phone to pc it asks me drivers for MTP. BTW after i power off device and press power on and vol down i go into menu which says "fastboot, recovery, factory reset etc". It aslo says "tampered and unlocked on top of screen. ANy ideas?
Click to expand...
Click to collapse
In fastboot mode open a cmd window where your adb/fastboot folder is and type
fastboot erase cache
Then reboot
gianton said:
In fastboot mode open a cmd window where your adb/fastboot folder is and type
fastboot erase cache
Then reboot
Click to expand...
Click to collapse
I go to c:/android-sdk/platform-tools (thats where fastboot.exe is located) and then type fastboot erase cache, but it gets stuck at <waiting for device>
andrew21 said:
I go to c:/android-sdk/platform-tools (thats where fastboot.exe is located) and then type fastboot erase cache, but it gets stuck at <waiting for device>
Click to expand...
Click to collapse
Do you have HTC drivers installed?
Which windows version are you using?
When you are in bootloader mode and you connect your device in the USB port, does it change to "fastboot usb"?
gianton said:
Do you have HTC drivers installed?
Which windows version are you using?
When you are in bootloader mode and you connect your device in the USB port, does it change to "fastboot usb"?
Click to expand...
Click to collapse
Yes i have HTC drivers installed...sucessfully erase cache by fastboot after putting phone in bootloader mode, and when i reboot same logo screen. I now plan to go home and flash a ROM to my device, but i have windows 8....is that ok?
andrew21 said:
Yes i have HTC drivers installed...sucessfully erase cache by fastboot after putting phone in bootloader mode, and when i reboot same logo screen. I now plan to go home and flash a ROM to my device, but i have windows 8....is that ok?
Click to expand...
Click to collapse
There are some conflicts with W8 and security that has to be removed in Windows.
Do you have a custom recovery in the device?
Can you reboot in recovery?
gianton said:
There are some conflicts with W8 and security that has to be removed in Windows.
Do you have a custom recovery in the device?
Can you reboot in recovery?
Click to expand...
Click to collapse
Yes i can reboot in recovery and it gives a few menus like:
Install
Wipe
BACKUP
Restore
Mount
Settings
Advanced and
Reboot
Any ideas, also how to flash in windows 8?
andrew21 said:
Yes i can reboot in recovery and it gives a few menus like:
Install
Wipe
BACKUP
Restore
Mount
Settings
Advanced and
Reboot
Any ideas, also how to flash in windows 8?
Click to expand...
Click to collapse
Device is definitely not bricked. :good:
Now go to restore, can you see any folder there?
gianton said:
Device is definitely not bricked. :good:
Now go to restore, can you see any folder there?
Click to expand...
Click to collapse
WHEn i go to restore it doesnt show any folder, but says :internal storage (26034 MB)
WHen i go to reboot, then power off it says "No OS installed! Are you sure you want to power off?". Going home now, will reply in about 40 minutes...
thanks...tell me what to do next.
andrew21 said:
WHEn i go to restore it doesnt show any folder, but says :internal storage (26034 MB)
Also, i checked out some options earlier, dont remeber which but it said no OS installed. Going home now, will reply in about 40 minutes...
thanks...tell me what to do next.
Click to expand...
Click to collapse
You should push with adb a custom ROM.zip file and flash it.
Or mount a USB stick with an OTG cable and flash it from there. But you have to flash TWRP recovery with the OTG USB method.
To push a custom ROM.zip file while you're in recovery mode (also read here):
copy the ROM.zip to the same folder where your adb/fastboot files are.
open a cmd window from that folder
type "adb push ROM.zip /sdcard"
when finished reboot to your recovery
wipe system, data and caches (DON'T wipe the sd card content)
flash your ROM
If you have problems with adb not recognizing your device try a PC with Windows 7 and USB 2 port, install HTC drivers from here and use the mini-sdk for your adb/fastboot folder.
I have this file RUU_M7_UL_JB_50_hTC_Asia_WWE_1.29.707.3_R_Radio_4A.14.3250.13_10.33.1150.01_release_311678_signed,
can i use this as custom ROM.zip file and if so how? Thanks
andrew21 said:
I have this file RUU_M7_UL_JB_50_hTC_Asia_WWE_1.29.707.3_R_Radio_4A.14.3250.13_10.33.1150.01_release_311678_signed,
can i use this as custom ROM.zip file and if so how? Thanks
Click to expand...
Click to collapse
No this is an RUU file. Download ARHD 9.4 from here and rename it to ROM.zip then follow my instructions.
gianton said:
No this is an RUU file. Download ARHD 9.4 from here and rename it to ROM.zip then follow my instructions.
Click to expand...
Click to collapse
OK thanks, will try tomorrow and post results, maybe i'll pm you...thanks again
gianton said:
No this is an RUU file. Download ARHD 9.4 from here and rename it to ROM.zip then follow my instructions.
Click to expand...
Click to collapse
Why did you give him such an outdated rom?
tyler1234567 said:
Why did you give him such an outdated rom?
Click to expand...
Click to collapse
To not mess with the sd card probs (data/media/0) of 4.2.2 ROMs. Taking him one step further won't help him.
---------- Post added at 11:19 PM ---------- Previous post was at 11:18 PM ----------
andrew21 said:
OK thanks, will try tomorrow and post results, maybe i'll pm you...thanks again
Click to expand...
Click to collapse
OK will catch up tomorrow too, off to bed now good luck.
gianton said:
To not mess with the sd card probs (data/media/0) of 4.2.2 ROMs. Taking him one step further won't help him.
---------- Post added at 11:19 PM ---------- Previous post was at 11:18 PM ----------
OK will catch up tomorrow too, off to bed now good luck.
Click to expand...
Click to collapse
WHat are you guys talking about, is this an outdated rom?
gianton said:
Do you have HTC drivers installed?
Which windows version are you using?
When you are in bootloader mode and you connect your device in the USB port, does it change to "fastboot usb"?
Click to expand...
Click to collapse
you can follow this guide for windows 8 problems it works a treat, i know because i had problems with adb on windows 8.
http://forum.xda-developers.com/showthread.php?t=2256359&highlight=windows
also i would look at downloading the toolkit in android development. don't panic its definitely not bricked. if you can get adb working you can then flash recovery or rom or both
gianton said:
To not mess with the sd card probs (data/media/0) of 4.2.2 ROMs. Taking him one step further won't help him.
Click to expand...
Click to collapse
How can he have sd card problems? Lol. The phone is wiped dude.
---------- Post added at 01:26 PM ---------- Previous post was at 01:23 PM ----------
andrew21 said:
WHat are you guys talking about, is this an outdated rom?
Click to expand...
Click to collapse
Yes it is, he was trying to prevent you from losing anything on the sd card, since the updated ROM will relocate where the sdcard storage is found.
Although I don't think it is relevant since you most likely have a wiped phone.. Seeing as there is no OS installed.
Hi
i was trying to run a 1.28 ruu on my 2.19 base...it failed withan error 140.
Now i am stuck in bootloader and if i select recovery or reboot or fsctory reset, i always come back to the bootloader.
what can i do to solve this problem andhavea working phone again ? i wanted to do s-off, but my laptop is not finding my device in adb mode. Fastboot usb is working on the phone.
any idea ?
thx
L
lionel7 said:
Hi
i was try to run a 1.28 ruu on my 2.19 base...it failed withan error 140.
Now i am stuck in bootloader and if i select recovery or reboot or fsctory reset, i always come back to the bootloader.
what can i do to solve this problem andhavea working phone again ? i wanted to do s-off, but my laptop is not finding my device in adb mode. Fastboot usb is working on the phone.
any idea ?
thx
L
Click to expand...
Click to collapse
Can someone help me ?
Thx
1)Goto bootlader - > fastmode , and flash custom recovery again.
2) When receive custom recovery, flash rom.
3) Get S-OFF, and only when try to flash RUU, without S-OFF you can't downgrade from 2.19 to 1.28
tash2013 said:
1)Goto bootlader - > fastmode , and flash custom recovery again.
2) When receive custom recovery, flash rom.
3) Get S-OFF, and only when try to flash RUU, without S-OFF you can't downgrade from 2.19 to 1.28
Click to expand...
Click to collapse
Thx, but my laptop is not recognizing my device in adb mode . My phone shows fastboot USB tough...
Strange no ?
Why you need adb?
Flash recovery via fastboot.. type
1) fastboot flash recovery your_recovery_image.img
2) fastboot erase cache
tash2013 said:
Why you need adb?
Flash recovery via fastboot.. type
1) fastboot flash recovery your_recovery_image.img
2) fastboot erase cache
Click to expand...
Click to collapse
Probably to push the custom rom onto the SD card in order to flash it in recovery
MacHackz said:
Probably to push the custom rom onto the SD card in order to flash it in recovery
Click to expand...
Click to collapse
When he will receive working recovery with sideload support, the adb sideload command will be work fine as there will be a support interface(protocol) from recovery.
Did you relock? What error did you get? Was it the right ruu.
lionel7 said:
Thx, but my laptop is not recognizing my device in adb mode . My phone shows fastboot USB tough...
Strange no ?
Click to expand...
Click to collapse
What does your device manager on the laptop show? Try different usb port. stay away from usb 3.0 ports to be safe. sometimes i have to unplug and replug before the phone shows..Also reboot laptop if still dont see it.
---------- Post added at 06:00 PM ---------- Previous post was at 05:56 PM ----------
tash2013 said:
Why you need adb?
Flash recovery via fastboot.. type
1) fastboot flash recovery your_recovery_image.img
2) fastboot erase cache
Click to expand...
Click to collapse
Pretty sure he meant his laptop isnt seeing his phone. Cant do those commands you suggested unless phone shows to be connected..
nugzo said:
What does your device manager on the laptop show? Try different usb port. stay away from usb 3.0 ports to be safe. sometimes i have to unplug and replug before the phone shows..Also reboot laptop if still dont see it.
---------- Post added at 06:00 PM ---------- Previous post was at 05:56 PM ----------
Pretty sure he meant his laptop isnt seeing his phone. Cant do those commands you suggested unless phone shows to be connected..
Click to expand...
Click to collapse
The phrase from OP in the first post: "Fastboot usb is working on the phone."
tash2013 said:
The phrase from OP in the first post: "Fastboot usb is working on the phone."
Click to expand...
Click to collapse
Fastboot and ADB are two very different modes.
The phone can be detected in fastboot and not be detected in dab, either due to a driver issue or bad usb cable.
MacHackz said:
Fastboot and ADB are two very different modes.
The phone can be detected in fastboot and not be detected in dab, either due to a driver issue or bad usb cable.
Click to expand...
Click to collapse
I'm sorry, what do you try to explain to me? I know about these modes.
Please read carefully dialogs and why my phrase was told.
At a topic starter works fastboot, but adb doesn't work, ADB and NOT WILL fully work without OS on phone. he tries something to do with phone using adb, way in anywhere in case of its situation.
tash2013 said:
I'm sorry, what do you try to explain to me? I know about these modes.
Please read carefully dialogs and why my phrase was told.
At a topic starter works fastboot, but adb doesn't work, ADB and NOT WILL fully work without OS on phone. he tries something to do with phone using adb, way in anywhere in case of its situation.
Click to expand...
Click to collapse
You're saying ADB won't work with no OS?
Go wipe your system and be amazed when ADB still works ;D
MacHackz said:
You're saying ADB won't work with no OS?
Go wipe your system and be amazed when ADB still works ;D
Click to expand...
Click to collapse
I wrote "fully work" , try to go adb shell without OS?
tash2013 said:
I wrote "fully work" , try to go adb shell without OS?
Click to expand...
Click to collapse
Okay, adb shell has nothing to do with this.
Take a look at my guide for ADB below to help you understand the push process
MacHackz said:
Okay, adb shell has nothing to do with this.
Take a look at my guide for ADB below to help you understand the push process
Click to expand...
Click to collapse
OK, please explain to me, how I can flash recovery using adb, without OS?
tash2013 said:
OK, please explain to me, how I can flash recovery using adb, without OS?
Click to expand...
Click to collapse
You flash recovery using fastboot mode in HBOOT... ADB is for pushing the rom to the phone in recovery :cyclops:
MacHackz said:
You flash recovery using fastboot mode in HBOOT... ADB is for pushing the rom to the phone in recovery :cyclops:
Click to expand...
Click to collapse
YES! Without OS, only one way to flash recovery - fastboot! Therefore I advise to OP to forget adb, to flash recovery.
tash2013 said:
YES! Without OS, only one way to flash recovery - fastboot! Therefore I advise to OP to forget adb, to flash recovery.
Click to expand...
Click to collapse
I see I see, I think he already did that though He's having issues getting adb to work in recovery
MacHackz said:
I see I see, I think he already did that though He's having issues getting adb to work in recovery
Click to expand...
Click to collapse
if I correctly understood his first post, he can't come in recovery at all.. reset to bootloader.
Hi.
Yesterday i rooted my moto x. and everything was okey since i installed a ****in audio beats aplication, it rebooted my phone and them it didnt run! i just can get in the fastmode and when y press vol+ for select recovery or other option it just start the bootloader, appears the motorola logo and no more. the big problem is my bootloader because is locked. i connect the phone with the pc for try something with the sdk but it only recognize the phone when i press the option BPTOOLS in the fastboot, when i choose recovery or other option it just go to de moto logo but dont detect the phone.
please helpme, im freaking out!
carlosj9414 said:
Hi.
Yesterday i rooted my moto x. and everything was okey since i installed a ****in audio beats aplication, it rebooted my phone and them it didnt run! i just can get in the fastmode and when y press vol+ for select recovery or other option it just start the bootloader, appears the motorola logo and no more. the big problem is my bootloader because is locked. i connect the phone with the pc for try something with the sdk but it only recognize the phone when i press the option BPTOOLS in the fastboot, when i choose recovery or other option it just go to de moto logo but dont detect the phone.
please helpme, im freaking out!
Click to expand...
Click to collapse
Start by reinstalling the drivers.
---------- Post added at 12:35 PM ---------- Previous post was at 12:28 PM ----------
The reason you cant get to recovery is because the method you used (the only method) to root this phone overwrites the recovery partition in order to gain read/write access to the system partition. In order for you to get things going again you need to fastboot the system, and recovery partitions. If that doesn't work, you will have to flash completely back to stock.
i installed all the drivers once again and it stils not working, i am at the same. in de ADB console it recognizes the phone but only by the way that i said. i cant get in fastboot because when i type in the console ADB reboot bootloader it reboots into the fastboot but them it doesnt recognize the phone
there is no more ways for flash a new room? or something like that?
carlosj9414 said:
i installed all the drivers once again and it stils not working, i am at the same. in de ADB console it recognizes the phone but only by the way that i said. i cant get in fastboot because when i type in the console ADB reboot bootloader it reboots into the fastboot but them it doesnt recognize the phone
there is no more ways for flash a new room? or something like that?
Click to expand...
Click to collapse
So when in fastboot mode you type
Code:
fastboot devices
and it doesnt show your serial number?
mentose457 said:
So when in fastboot mode you type
Code:
fastboot devices
and it doesnt show your serial number?
Click to expand...
Click to collapse
Yes, it works when i type that.
it shows a serial number
carlosj9414 said:
Yes, it works with commandas with adb but not when y type fastboot, look.
C:\Users\Gerardo\Desktop\adt-bundle-windows-x86_64-20130917\adt-bundle-windows-x
86_64-20130917\sdk\platform-tools>adb devices
List of devices attached
TA1760951N device
C:\Users\Admin\Desktop\adt-bundle-windows-x86_64-20130917\adt-bundle-windows-x
86_64-20130917\sdk\platform-tools>adb reboot bootloader
C:\Users\Admin\Desktop\adt-bundle-windows-x86_64-20130917\adt-bundle-windows-x
86_64-20130917\sdk\platform-tools>adb devices
List of devices attached
Click to expand...
Click to collapse
You are using the wrong command. adb doesnt work in fastboot mode. Once you are in bootloader mode you need to use fastboot commands. Type:
Code:
fastboot devices
mentose457 said:
You are using the wrong command. adb doesnt work in fastboot mode. Once you are in bootloader mode you need to use fastboot commands. Type:
Code:
fastboot devices
Click to expand...
Click to collapse
Yes, you allright. i was confused.
when i type that comand it shows a serial number.
carlosj9414 said:
Yes, you allright. i was confused.
when i type that comand it shows a serial number.
Click to expand...
Click to collapse
Good deal. Now you need to download the correct firmware if you havent already.
http://sbf.droid-developers.org/ghost_rcica/list.php
It's ready, i donwloaded it now what?
carlosj9414 said:
It's ready, i donwloaded it now what?
Click to expand...
Click to collapse
You need to unzip it. Once unziped, move the recovery.img and system.img to the folder on you computer that contains fastboot.exe.
---------- Post added at 01:34 PM ---------- Previous post was at 01:29 PM ----------
Once you are have done that you need to boot your phone back into fastboot mode. When you are in fastboot mode you need to type the following commands:
Code:
fastboot flash recovery recovery.img
Code:
fastboot rlash system system.img
---------- Post added at 01:34 PM ---------- Previous post was at 01:34 PM ----------
What model of phone do you have BTW?
mentose457 said:
You need to unzip it. Once unziped, move the recovery.img and system.img to the folder on you computer that contains fastboot.exe.
---------- Post added at 01:34 PM ---------- Previous post was at 01:29 PM ----------
Once you are have done that you need to boot your phone back into fastboot mode. When you are in fastboot mode you need to type the following commands:
Code:
fastboot flash recovery recovery.img
Code:
fastboot rlash system system.img
---------- Post added at 01:34 PM ---------- Previous post was at 01:34 PM ----------
What model of phone do you have BTW?
Click to expand...
Click to collapse
Oh god, it's done. thanks thanks thanks so much. my phone is back.
carlosj9414 said:
Oh god, it's done. thanks thanks thanks so much. my phone is back.
Click to expand...
Click to collapse
Right on. Glad you got it working again. If you are on a model that is not Verizon or ATT you can unlock your bootloader and flash a real recovery like TWRP or CWM.
mentose457 said:
Right on. Glad you got it working again. If you are on a model that is not Verizon or ATT you can unlock your bootloader and flash a real recovery like TWRP or CWM.
Click to expand...
Click to collapse
Hmmm thanks , i have the international version, twrp works ?
carlosj9414 said:
Hmmm thanks , i have the international version, twrp works ?
Click to expand...
Click to collapse
Yep, like a charm.
Sent from my Moto X.
hi everyone
last week i flashed a KK rom, and i saw in recovery "can't access internal sorage" when i wanted to backup the rom. BUT i could download and flash other roms from the phone.plus, fastboot was not showing anymore "fastboot usb" but "fastboot ac" only, and my PC shows "unknown device" and doesnt see the phone.
i downloaded another rom, and to install it, i wiped data, cache, dalvik, and BY MISTAKE i wiped "internal storage".
and the result is.....: no rom inside the phone, i can't boot because i wiped system, i am still "fastboot ac", so i can't use adb commands....
i tried several cables, computers, tried to reinstall drivers etc....
my one is unusable ::// ....if some experts have an idea, i'd be fan
THANX!!!
i'm s-off
super CID
H Boot 1.56
KK firmware
durbangs said:
hi everyone
last week i flashed a KK rom, and i saw in recovery "can't access internal sorage" when i wanted to backup the rom. BUT i could download and flash other roms from the phone.plus, fastboot was not showing anymore "fastboot usb" but "fastboot ac" only, and my PC shows "unknown device" and doesnt see the phone.
i downloaded another rom, and to install it, i wiped data, cache, dalvik, and BY MISTAKE i wiped "internal storage".
and the result is.....: no rom inside the phone, i can't boot because i wiped system, i am still "fastboot ac", so i can't use adb commands....
i tried several cables, computers, tried to reinstall drivers etc....
my one is unusable ::// ....if some experts have an idea, i'd be fan
THANX!!!
i'm s-off
super CID
H Boot 1.56
KK firmware
Click to expand...
Click to collapse
download the latest HTC Drivers and TWRP recovery , rename the recovery file to "twrp.img"
connect your device, remove the previous drivers from Device Manager
disconnect your device
reboot your PC
install the latest drivers, don't let Windows to install your drivers from the Internet
go into bootloader and connect your device
flash the recovery using fastboot method:
"fastboot flash recovery twrp.img"
"fastboot erase cache"
reboot into recovery and try side loading your ROM
Sent from my HTC One using Tapatalk
kamilmirza said:
download the latest HTC Drivers and TWRP recovery , rename the recovery file to "twrp.img"
connect your device, remove the previous drivers from Device Manager
disconnect your device
reboot your PC
install the latest drivers, don't let Windows to install your drivers from the Internet
go into bootloader and connect your device
flash the recovery using fastboot method:
"fastboot flash recovery twrp.img"
"fastboot erase cache"
reboot into recovery and try side loading your ROM
Sent from my HTC One using Tapatalk
Click to expand...
Click to collapse
thanx for the reply!
i managed to reflash twrp+erase cache
but every time i go into recovery, the phone is not recognized anymore by the PC and ADB....
iam now in "fastboot usb" mode, even if the computer doesn't recognize it as a "hard drive"
durbangs said:
thanx for the reply!
i managed to reflash twrp+erase cache
but every time i go into recovery, the phone is not recognized anymore by the PC and ADB....
iam now in "fastboot usb" mode, even if the computer doesn't recognize it as a "hard drive"
Click to expand...
Click to collapse
LOL
dude when your phone is in fastboot mode or in recovery, you will not see your device hard drive in My Computer
which drivers are you using?
did you followed my instructions?
kamilmirza said:
LOL
dude when your phone is in fastboot mode or in recovery, you will not see your device hard drive in My Computer
which drivers are you using?
did you followed my instructions?
Click to expand...
Click to collapse
sorry for the mistake, i meant when i enter recovery, i hear the sound that means the phone is disconnected, and unknown in my device manager.
i downloaded the latest htc manager (i'm on win7)
durbangs said:
sorry for the mistake, i meant when i enter recovery, i hear the sound that means the phone is disconnected, and unknown in my device manager.
i downloaded the latest htc manager (i'm on win7)
Click to expand...
Click to collapse
remove any previous drivers from Device Manager, like i mentioned in previous post
and uninstall HTC Sync Manager
restart your PC
download and install these drivers: http://www.mediafire.com/download/e21a0cc4268dg9d/HTCDriver_4.10.0.001.msi
kamilmirza said:
remove any previous drivers from Device Manager, like i mentioned in previous post
and uninstall HTC Sync Manager
restart your PC
download and install these drivers: http://www.mediafire.com/download/e21a0cc4268dg9d/HTCDriver_4.10.0.001.msi
Click to expand...
Click to collapse
well, thanx again for the answer
my htc is recognized in device manager with those drivers
but i have the same problem: when i press bootloader, my device disconnect, and i can't adb sideload....
durbangs said:
well, thanx again for the answer
my htc is recognized in device manager with those drivers
but i have the same problem: when i press bootloader, my device disconnect, and i can't adb sideload....
Click to expand...
Click to collapse
i have 2.0 usb and 3.0 usb on my pc. when i connect the phone in fastboot mode on my 3.0 port, it says "htc drivers installed" but when i click on bootloader, adb is not working. and when i'm on my 2.0 usb port, in bootloader, my pc says "driver install failed" (and i see "unknown device" in device manager), and theres noway to update it
//
i removed the google usb drivers rev8 from the android sdk. maybe i was wrong?
durbangs said:
i removed the google usb drivers rev8 from the android sdk. maybe i was wrong?
Click to expand...
Click to collapse
adb will only see your phone in recovery or in a booted phone fastboot will see your phone in fastbootusb mode when you are in just bootloader it wont see it to usb sideload you need to be booted into recovery
---------- Post added at 03:27 PM ---------- Previous post was at 03:22 PM ----------
here is a guide that should help you
http://forum.xda-developers.com/showthread.php?t=2318497
jerrycoffman45 said:
adb will only see your phone in recovery or in a booted phone fastboot will see your phone in fastbootusb mode when you are in just bootloader it wont see it to usb sideload you need to be booted into recovery
Click to expand...
Click to collapse
that's what is weirdo, my phone just see fastboot in fastboot usb. but nowhere else...FTW
durbangs said:
that's what is weirdo, my phone just see fastboot in fastboot usb. but nowhere else...FTW
Click to expand...
Click to collapse
when you plug your phone into your computer while your phone is on the bootloader screen fastboot does not change to fastbootusb
---------- Post added at 03:37 PM ---------- Previous post was at 03:35 PM ----------
what version of hboot do you have and what operating system is on your computer
jerrycoffman45 said:
when you plug your phone into your computer while your phone is on the bootloader screen fastboot does not change to fastbootusb
---------- Post added at 03:37 PM ---------- Previous post was at 03:35 PM ----------
what version of hboot do you have and what operating system is on your computer
Click to expand...
Click to collapse
no it does not. it does disconnect from pc when i go from fastboot to bootloader, to enter recovery
i'm on 1.56 HBOOT
S-OFF
last TWRP
CID 11111111
thanx!
durbangs said:
no it does not. it does disconnect from pc when i go from fastboot to bootloader, to enter recovery
i'm on 1.56 HBOOT
S-OFF
last TWRP
CID 11111111
thanx!
Click to expand...
Click to collapse
only thing I can think off is it is a driver problem try different cables and usb ports
jerrycoffman45 said:
only thing I can think off is it is a driver problem try different cables and usb ports
Click to expand...
Click to collapse
i'm worried about something: i flashed a KK rom, that i downloaded in my htc one, and after i installed it and wanted to store the backup of the rom in twrp, it said "no storage available". when i came back home, my phone was not recognized by my pc, whereas it was before.
thats where it comes from i think.
i'm a heavy flasher since i had the nexus one!
durbangs said:
i'm worried about something: i flashed a KK rom, that i downloaded in my htc one, and after i installed it and wanted to store the backup of the rom in twrp, it said "no storage available". when i came back home, my phone was not recognized by my pc, whereas it was before.
thats where it comes from i think.
i'm a heavy flasher since i had the nexus one!
Click to expand...
Click to collapse
could be have you tried on anouther computer to see if it see,s your phone only time I have had this happen was with a older hboot and wn8.1 hopefully @nkk71 will show up and help
jerrycoffman45 said:
could be have you tried on anouther computer to see if it see,s your phone only time I have had this happen was with a older hboot and wn8.1 hopefully @nkk71 will show up and help
Click to expand...
Click to collapse
thank you sir, i'll try this in a few minutes
jerrycoffman45 said:
could be have you tried on anouther computer to see if it see,s your phone only time I have had this happen was with a older hboot and wn8.1 hopefully @nkk71 will show up and help
Click to expand...
Click to collapse
hey jerry, how's everything in 2014
i'm off in a few minutes, so can i get a brief summary, in particular: OS: Win7, Win8, 8.1? Ubuntu?
nkk71 said:
hey jerry, how's everything in 2014
i'm off in a few minutes, so can i get a brief summary, in particular: OS: Win7, Win8, 8.1? Ubuntu?
Click to expand...
Click to collapse
cold 10 degrees f. here freezing are butts off hope all is good with you
jerrycoffman45 said:
cold 10 degrees f. here freezing are butts off hope all is good with you
Click to expand...
Click to collapse
pretty cold here too 13C (at night).... feels like close to 0~3 in most other countries for me
Hey, everyone I'm just wondering if anyone knows if there's a rooting method for htc one m7 with windows 8. i spoke with someone on oneclickroot website or something like that and they told me that there are none so i just wanna confirm or deny that. So if you know can u please share wether htc one m7 can be rooted on windows 8 or not?
thanks
randomlegend10 said:
Hey, everyone I'm just wondering if anyone knows if there's a rooting method for htc one m7 with windows 8. i spoke with someone on oneclickroot website or something like that and they told me that there are none so i just wanna confirm or deny that. So if you know can u please share wether htc one m7 can be rooted on windows 8 or not?
thanks
Click to expand...
Click to collapse
windows 8.1 has a driver problem on a really old hboot 1.44
and it was only a problem for a very few. The phone was updated to hboot 1.54 just weeks after the release of windows 8.1 and it works fine.
If you are on hboot 1.44 and you only have use of a windows 8.1 PC their is a driver hack that will work and get your phone working long enough to update the hboot.
File > http://forum.xda-developers.com/attachment.php?attachmentid=2500592&d=1389122072
Instructions
I repeat this is a REALLY DIRTY solution that may harm your system, personal data, hardware and/or cat.
Here are the steps:
0. Have a Linux or Windows LiveCD just in case something goes wrong
1. Download and extract files from attachment
2. Navigate to the folder corresponding to your system version (x86 = 32-bit, x64 = 64 bit)
3. Right-click franken-usb.bat and click "Run as Administrator"
5. Wait for it to finish and reboot the system. If everything went fine, you will boot your system successfully
6. Install ADB/Fastboot drivers just like on Windows 8
7. Connect your phone in Fastboot mode to your USB 2.0 port and check if it works
8. Enjoy and wait for official fix
How does it work:
It's not any kind of magic - it just replaces Windows 8.1's usbhub.sys and usbport.sys with Windows 8's ones.
Old files don't check for BOS descriptor so Fastboot can work.
Script updated - it should now actually copy the files but please double check if files were copied to C:\Windows\system32\Drivers!
Hope it helps you!
Regards!
Click to expand...
Click to collapse
Everything else is the same
unlock bootloader @ HTCDEV.com
Flash custom recovery
Flash SuperSU for root
flash custom rom for fun
CMD says file is too big when Flashbooting... Help?
First, forgive title error, I know it's Fastboot lol... Wow so I am so close, yet so far away. I have successfully unlocked boot loader. I have downloaded all the necessary files. I have followed You-Tube guides to the word... Yet when I get down to the final steps, errors! I am stuck at this point... On CMD screen, when doing the "fastboot flash recovery twrp.img" it will not work. Kicks back an error that basically says twrp.img is too big and my phone is rejecting the download. Went and found a smaller file that should be small enough, yet still the same error. Please help me! I am so frustrated after hours of working on this. Thanks!!
missmyraj said:
Wow so I am so close, yet so far away. I have successfully unlocked boot loader. I have downloaded all the necessary files. I have followed You-Tube guides to the word... Yet when I get down to the final steps, errors! I am stuck at this point... On CMD screen, when doing the "flashboot flash recovery twrp.img" it will not work. Kicks back an error that basically says twrp.img is too big and my phone is rejecting the download. Went and found a smaller file that should be small enough, yet still the same error. Please help me! I am so frustrated after hours of working on this. Thanks!!
Click to expand...
Click to collapse
can you post the output from fastboot getvar all (minus the serial no. and IMEI)
What recovery did you download and try ...it's critical you get the right file
Thank you!!! Screenshots attached...
clsA said:
can you post the output from fastboot getvar all (minus the serial no. and IMEI)
What recovery did you download and try ...it's critical you get the right file
Click to expand...
Click to collapse
Thank you!!! Screenshots attached...
missmyraj said:
Thank you!!! Screenshots attached...
Click to expand...
Click to collapse
OK you have a t-mobile phone that's a good thing
Boot the phone to the bootloader by shutting it down then holding volume down and hit power
now with the phone in fastboot USB / hooked to the PC
type fastboot devices
you should see your phones serial no displayed
now just type fastboot flash recovery with a space at the end
now just drag TWRP 2.6.3.3 into the command window and hit enter. this will flash twrp
now type fastboot erase cache
followed by fastboot reboot-bootloader
now you can enter recovery and use adb to push or sideload a rom to your phone
Instructions
Unlock the bootloader at HTCDEV
then from fastboot USB
Flash recovery TWRP 2.6.3.3
http://techerrata.com/browse/twrp2/m7
fastboot flash recovery openrecovery-twrp-2.6.3.3-m7.img
fastboot erase cache
fastboot reboot-bootloader
then sideload this Rom to your phone
http://www.androidrevolution.org/downloader/download.php?file=Android_Revolution_HD-One_81.0.zip
TWRP / Advanced / ADB Sideload - swipe to sideload
From PC adb / fastboot folder
you use
adb sideload name-of-rom.zip
make sure the rom is in the same folder as adb / fastboot
Click to expand...
Click to collapse
You should note that you windows is not showing the file extensions of your files in the sdk folder that's why you get the error when you rename files twrp.img is actually trwp.img.img
you just can't see it so be careful when renaming files and adding the extensions, their already their just hidden
Thanks!
Thanks so much for your time!! I will give it a shot tomorrow. ?
---------- Post added at 05:45 AM ---------- Previous post was at 05:10 AM ----------
Had to at least give it one more shot before bed, and it worked!! You just rocked my little world, clsA. Thank you so much! Take care.
missmyraj said:
Thanks so much for your time!! I will give it a shot tomorrow. ?
---------- Post added at 05:45 AM ---------- Previous post was at 05:10 AM ----------
Had to at least give it one more shot before bed, and it worked!! You just rocked my little world, clsA. Thank you so much! Take care.
Click to expand...
Click to collapse
Great !! Enjoy your phone