Related
I tried flashing ICS_4.0.3_r1-RC1.0.1-i897.zip to my Captivate, now my captivate won't go past the AT&T screen.
I was on CM7.1 before I attempted to flash. From what I understand, if I can get into Recovery mod I can flash CM7 to my phone and start this entire process over again. However, I downloaded ADB and now I'm not sure what to do to fix this. I have my phone in Download mode and it's connected to my laptop.
I don't think ADB recognizes my phone. What should I do?
Code:
[email protected]:/home/kenny2/AndroidSDK/platform-tools# adb reboot recovery
error: device not found
[email protected]:/home/kenny2/AndroidSDK/platform-tools# adb devices
List of devices attached
[email protected]:/home/kenny2/AndroidSDK/platform-tools# lsusb
Bus 008 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 007 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 006 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 005 Device 002: ID 046d:c52f Logitech, Inc. Wireless Mouse M305
Bus 005 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 004 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 002 Device 010: ID 04e8:6601 Samsung Electronics Co., Ltd Z100 Mobile Phone
Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 001 Device 002: ID 0bda:0158 Realtek Semiconductor Corp. USB 2.0 multicard reader
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
[email protected]:/home/kenny2/AndroidSDK/platform-tools#
I am using Ubuntu 11.04, 64 bit - if that matters.
Adb doesn't work in download mode
Flash stock. Then follow install instructions to flash any ROM you want.
Where can I get the stock roms? I just downloaded one from this thread but all I got was a rar file with an exe file inside.
I need something I can load up from Heimdall. I'll try running the exe file through WINE but I don't think it will work.
Edit: Confirmed, that does not work in Wine.
Edit2: Trying this now.
Hit the sig link below. Heimdall Stock KB2. After it's downloaded, right click/permissions/Mark as executable. Then just open with java.
Thanks for the tip mrhaley30705. However, I fixed it before I saw your link. I used this: http://forum.xda-developers.com/showthread.php?p=17050435
Which gave me SGH-i897-UCKH3-One-Click.jar. This put my phone on 2.3.4. Problem solved as I'm no longer bricked.
Glad you got it going.
Hi guys
My HTC One is stuck at the splash screen and I can't hard reset it (tried all button combos, power, power + volume down, power + volume up). The soft buttons blink but it won't reboot. How this happened? Forst i got the OTA Update (2.24.161.1), but I was on CWM so it didn't install. I did a factory reset to remove xposed and to clean up my phone (this naturally preserved su binary and superuser app). I flashed stock e3 recovery and tried the update again, but it failed at "Running bug_fix1 tool". I was stuck there for 1 hour until the battery died. Re-downloaded the update, tried again but failed. Then I copied the OTA update to my computer (it's in /data/data/com.android.providers.downloads/cache) and edited the updater-script: I removed all the CID and Model checks and all apply_patch_check. Reflashed CWM and copied the patched OTA Update to the virtual SD-Card. The update failed again, something was wrong with ChromeWithBrowser.apk
Code:
assert(apply_patch("/system/app/ChromeWithBrowser.apk", "-",
ca5305a26ac876a698b8b58db8b4cd375f61cfff, 8088485,
87cd8a4bb3038a51e15ec032d4d8dbe5cfb412f6, package_extract_file("patch/system/app/ChromeWithBrowser.apk.p")));
So I made a new patch for the updater-script and I booted the phone. Now i'm stuck at the splash screen because the OTA update couldn't finish.
The phone doesn't charge (or at least the red light doesn't show up) and neither adb nor fastboot recognise the device. Only the OS seems to recognise it:
Code:
# nicolas at nbuntu in /data/Android/HTC One/Recovery [14:30:30]
$ lsusb
Bus 003 Device 060: ID 0bb4:0f91 HTC (High Tech Computer Corp.)
Bus 004 Device 002: ID 046d:c526 Logitech, Inc. Nano Receiver
Bus 005 Device 002: ID 046d:c318 Logitech, Inc. Illuminated Keyboard
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 003 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 004 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 005 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 006 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 007 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 008 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 009 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
I'm on Stock ROM with revone S-OFF, unlocked bootloader, super CID and CWM recovery. I have a backup of the system partition on my computer.
Before I tried the OTA update I did a fastboot getvar all:
Code:
fastboot getvar all
INFOversion: 0.5
INFOversion-bootloader: 1.44.0000
INFOversion-baseband: 4A.14.3250.13
INFOversion-cpld: None
INFOversion-microp: None
INFOversion-main: 1.29.161.11
INFOversion-misc: PVT SHIP S-OFF
INFOserialno: SH**
INFOimei: **
INFOmeid: **
INFOproduct: m7_ul
INFOplatform: HBOOT-8064
INFOmodelid: PN0710000
INFOcidnum: 1111111
INFObattery-status: good
INFObattery-voltage: 3744mV
INFOpartition-layout: Generic
INFOsecurity: off
INFObuild-mode: SHIP
INFOboot-mode: FASTBOOT
INFOgencheckpt: 0
all: Done!
I hope someone can give me a hint how to get out of that...
nicu96 said:
Hi guys
My HTC One is stuck at the splash screen and I can't hard reset it (tried all button combos, power, power + volume down, power + volume up). The soft buttons blink but it won't reboot. How this happened? Forst i got the OTA Update (2.24.161.1), but I was on CWM so it didn't install. I did a factory reset to remove xposed and to clean up my phone (this naturally preserved su binary and superuser app). I flashed stock e3 recovery and tried the update again, but it failed at "Running bug_fix1 tool". I was stuck there for 1 hour until the battery died. Re-downloaded the update, tried again but failed. Then I copied the OTA update to my computer (it's in /data/data/com.android.providers.downloads/cache) and edited the updater-script: I removed all the CID and Model checks and all apply_patch_check. Reflashed CWM and copied the patched OTA Update to the virtual SD-Card. The update failed again, something was wrong with ChromeWithBrowser.apk
Code:
assert(apply_patch("/system/app/ChromeWithBrowser.apk", "-",
ca5305a26ac876a698b8b58db8b4cd375f61cfff, 8088485,
87cd8a4bb3038a51e15ec032d4d8dbe5cfb412f6, package_extract_file("patch/system/app/ChromeWithBrowser.apk.p")));
So I made a new patch for the updater-script and I booted the phone. Now i'm stuck at the splash screen because the OTA update couldn't finish.
The phone doesn't charge (or at least the red light doesn't show up) and neither adb nor fastboot recognise the device. Only the OS seems to recognise it:
Code:
# nicolas at nbuntu in /data/Android/HTC One/Recovery [14:30:30]
$ lsusb
Bus 003 Device 060: ID 0bb4:0f91 HTC (High Tech Computer Corp.)
Bus 004 Device 002: ID 046d:c526 Logitech, Inc. Nano Receiver
Bus 005 Device 002: ID 046d:c318 Logitech, Inc. Illuminated Keyboard
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 003 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 004 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 005 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 006 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 007 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 008 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 009 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
I'm on Stock ROM with revone S-OFF, unlocked bootloader, super CID and CWM recovery. I have a backup of the system partition on my computer.
Before I tried the OTA update I did a fastboot getvar all:
Code:
fastboot getvar all
INFOversion: 0.5
INFOversion-bootloader: 1.44.0000
INFOversion-baseband: 4A.14.3250.13
INFOversion-cpld: None
INFOversion-microp: None
INFOversion-main: 1.29.161.11
INFOversion-misc: PVT SHIP S-OFF
INFOserialno: SH**
INFOimei: **
INFOmeid: **
INFOproduct: m7_ul
INFOplatform: HBOOT-8064
INFOmodelid: PN0710000
INFOcidnum: 1111111
INFObattery-status: good
INFObattery-voltage: 3744mV
INFOpartition-layout: Generic
INFOsecurity: off
INFObuild-mode: SHIP
INFOboot-mode: FASTBOOT
INFOgencheckpt: 0
all: Done!
I hope someone can give me a hint how to get out of that...
Click to expand...
Click to collapse
Why your CID is 1111111 instead of 11111111. ???
99piotrek said:
Why your CID is 1111111 instead of 11111111. ???
Click to expand...
Click to collapse
Sorry, it's 11111111, copy-paste fail...
Did u try hold power button and vol down under bright light?
It should help and go to bootloader...
For like 15-20 seconds
Thank you so much, it worked! Do you have a clue why the hard-reset is somehow dependent on the light sensor?
nicu96 said:
Thank you so much, it worked! Do you have a clue why the hard-reset is somehow dependent on the light sensor?
Click to expand...
Click to collapse
Our ONE is scared of darkness...
Nobody really knows...
We gotta be glad that somebody found out...
99piotrek said:
Our ONE is scared of darkness...
Nobody really knows...
We gotta be glad that somebody found out...
Click to expand...
Click to collapse
its to stop the phone resetting itself if its pressed inside someone's pocket
99piotrek said:
Did u try hold power button and vol down under bright light?
It should help and go to bootloader...
For like 15-20 seconds
Click to expand...
Click to collapse
Thanks guys you light up my life :victory:
Hi everone
I recently bought Xperia Z. Now I'm trying to unlock my bootloader. I use linux mint 16, Windows and me are not friends,
I have got fastboot to work if I for exampel type fsatboot devices it works.But when i write
sudo fastboot -i 0x0fce oem unlock 0xKEY I get this:
...
FAILED (remote: Command did not succeed)
finished. total time: 0.004s
Someone how can help me?
With best regards
Bobin
Did you replace "key" with the key sony send you?
---------- Post added at 12:02 PM ---------- Previous post was at 12:02 PM ----------
Also is 0x0fce your phone?, what's the output of lsusb?
St.Jimmy90 said:
Did you replace "key" with the key sony send you?
---------- Post added at 12:02 PM ---------- Previous post was at 12:02 PM ----------
Also is 0x0fce your phone?, what's the output of lsusb?
Click to expand...
Click to collapse
About the key: Yes i did.
lsusb????
With best regards bobin
Type in the terminal lsusb and post the output
St.Jimmy90 said:
Type in the terminal lsusb and post the output
Click to expand...
Click to collapse
I got nothing
Now I got Windows fastboot working. I have tried from CMD and get the same thing, and with flashtool it is the same.
So i'm really stuck.
Anyone has an idea?
eldrood said:
Now I got Windows fastboot working. I have tried from CMD and get the same thing, and with flashtool it is the same.
So i'm really stuck.
Anyone has an idea?
Click to expand...
Click to collapse
Is your phone in fastboot, or in flashmode, when you try it?
What's the output of
fastboot devices
?
St.Jimmy90 said:
Is your phone in fastboot, or in flashmode, when you try it?
What's the output of
fastboot devices
?
Click to expand...
Click to collapse
In fastbootmode when i try it.
How can i see the output?
Lsusb don work...
eldrood said:
In fastbootmode when i try it.
How can i see the output?
Lsusb don work...
Click to expand...
Click to collapse
If there's a device connected, you will see it, you can try it both in windows and linux (I guess xD)
lsusb is a linux command, it shows what devices are connected via usb.
St.Jimmy90 said:
If there's a device connected, you will see it, you can try it both in windows and linux (I guess xD)
lsusb is a linux command, it shows what devices are connected via usb.
Click to expand...
Click to collapse
In linux i get nothing with lsusb....
How will i see it?
I see it if type, fastboot devices, but what is the commando for usb output?
eldrood said:
In linux i get nothing with lsusb....
How will i see it?
I see it if type, fastboot devices, but what is the commando for usb output?
Click to expand...
Click to collapse
Ok, on Arch my output of lsusb looks like this:
Code:
Bus 002 Device 003: ID 0fce:0193 Sony Ericsson Mobile Communications AB
Bus 002 Device 002: ID 8087:0020 Intel Corp. Integrated Rate Matching Hub
Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 001 Device 004: ID 058f:a014 Alcor Micro Corp. Asus Integrated Webcam
Bus 001 Device 009: ID 0cf3:3005 Atheros Communications, Inc. AR3011 Bluetooth
Bus 001 Device 002: ID 8087:0020 Intel Corp. Integrated Rate Matching Hub
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Though it looks the same in ANY linux. You have to type it into your terminal
St.Jimmy90 said:
Ok, on Arch my output of lsusb looks like this:
Code:
Bus 002 Device 003: ID 0fce:0193 Sony Ericsson Mobile Communications AB
Bus 002 Device 002: ID 8087:0020 Intel Corp. Integrated Rate Matching Hub
Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 001 Device 004: ID 058f:a014 Alcor Micro Corp. Asus Integrated Webcam
Bus 001 Device 009: ID 0cf3:3005 Atheros Communications, Inc. AR3011 Bluetooth
Bus 001 Device 002: ID 8087:0020 Intel Corp. Integrated Rate Matching Hub
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Though it looks the same in ANY linux. You have to type it into your terminal
Click to expand...
Click to collapse
Sudo solved it....
I get this:
Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 008 Device 002: ID 8087:07da Intel Corp.
Bus 008 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 001 Device 003: ID 064e:e263 Suyin Corp.
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 007 Device 002: ID 1038:1384 Ideazon, Inc.
Bus 007 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 006 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 005 Device 002: ID 0fce:0dde Sony Ericsson Mobile Communications AB Xperia Mini Pro Bootloader
Bus 005 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 004 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 003 Device 002: ID 046d:c31f Logitech, Inc.
Bus 003 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Thaks for trying the help
Hope we can solve this
eldrood said:
Sudo solved it....
I get this:
Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 008 Device 002: ID 8087:07da Intel Corp.
Bus 008 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 001 Device 003: ID 064e:e263 Suyin Corp.
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 007 Device 002: ID 1038:1384 Ideazon, Inc.
Bus 007 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 006 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 005 Device 002: ID 0fce:0dde Sony Ericsson Mobile Communications AB Xperia Mini Pro Bootloader
Bus 005 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 004 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 003 Device 002: ID 046d:c31f Logitech, Inc.
Bus 003 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Thaks for trying the help
Hope we can solve this
Click to expand...
Click to collapse
I just see a Xperia Mini... Was your Xperia Z plugged in?
St.Jimmy90 said:
I just see a Xperia Mini... Was your Xperia Z plugged in?
Click to expand...
Click to collapse
I saw that too, I dont own a Xperia mini?
Just an xperia Z thats plugged in....
Something is wrong
eldrood said:
I saw that too, I dont own a Xperia mini?
Just an xperia Z thats plugged in....
Something is wrong
Click to expand...
Click to collapse
Maybe you've installed the wrong drivers? I'm installing fastboot and adb drivers right now, I'll report back the output when they're installed
St.Jimmy90 said:
Maybe you've installed the wrong drivers? I'm installing fastboot and adb drivers right now, I'll report back the output when they're installed
Click to expand...
Click to collapse
Could you point me at the right drivers?
Sound good
eldrood said:
Could you point me at the right drivers?
Sound good
Click to expand...
Click to collapse
Do you have android sdk installed?
St.Jimmy90 said:
Do you have android sdk installed?
Click to expand...
Click to collapse
yes have sdk installed
eldrood said:
yes have sdk installed
Click to expand...
Click to collapse
Is usb-debugging on your phone turned on?
St.Jimmy90 said:
Is usb-debugging on your phone turned on?
Click to expand...
Click to collapse
Yes
Q&A for [UNBRICK][BETA] HTC Unbricking Project
Some developers prefer that questions remain separate from their main development thread to help keep things organized. Placing your question within this thread will increase its chances of being answered by a member of the community or by the developer. Thanks for understanding and for helping to keep XDA neat and tidy! :smile:
Help!!!!!
Help!
[email protected]:~/Загрузки$ sudo ./revive.sh
HTC Unbricking Project M7_UL 0.6beta
Detecting bricked device..
Device can't be found, check connections. Aborting
[email protected]:~/Загрузки$
demice84 said:
Help!
[email protected]:~/Загрузки$ sudo ./revive.sh
HTC Unbricking Project M7_UL 0.6beta
Detecting bricked device..
Device can't be found, check connections. Aborting
[email protected]:~/Загрузки$
Click to expand...
Click to collapse
Did you follow the procedure notes in Post #3?
Are you using a USB 2 port?
Can you change cables or ports?
majmoz said:
Did you follow the procedure notes in Post #3?
Are you using a USB 2 port?
Can you change cables or ports?
Click to expand...
Click to collapse
Yes everything corresponds
I entered watch -n ,1 lsusb:
Bus 002 Device 048: ID 05c6:9008 Qualcomm, Inc. Gobi Wireless Modem (QDL mode)
Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 007 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 006 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 005 Device 034: ID 24ae:2001
Bus 005 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 001 Device 002: ID 064e:a101 Suyin Corp. Acer CrystalEye Webcam
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 004 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
I entered sudo dmesg -c:
[12438.236833] usb 2-4: USB disconnect, device number 48
[12438.237222] zte_ev ttyUSB0: zte_ev converter now disconnected from ttyUSB0
[12438.237260] zte_ev 2-4:1.0: device disconnected
[12441.688302] usb 2-3: new high-speed USB device number 49 using ehci-pci
[12441.832849] usb 2-3: New USB device found, idVendor=05c6, idProduct=f006
[12441.832861] usb 2-3: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[12441.845421] hid-generic 0003:05C6:F006.00EB: hiddev0,hidraw2: USB HID v1.11 Device [HID 05c6:f006] on usb-0000:00:1d.7-3/input0
[12455.098456] usb 2-3: USB disconnect, device number 49
[12455.368161] usb 2-3: new high-speed USB device number 50 using ehci-pci
[12455.500812] usb 2-3: New USB device found, idVendor=05c6, idProduct=9008
[12455.500816] usb 2-3: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[12455.500819] usb 2-3: Product: QHSUSB_DLOAD
[12455.500822] usb 2-3: Manufacturer: Qualcomm CDMA Technologies MSM
[12455.501114] zte_ev 2-3:1.0: zte_ev converter detected
[12455.501236] usb 2-3: zte_ev converter now attached to ttyUSB0
[12485.284801] usb 2-3: USB disconnect, device number 50
[12485.285165] zte_ev ttyUSB0: zte_ev converter now disconnected from ttyUSB0
[12485.285201] zte_ev 2-3:1.0: device disconnected
[12487.488074] usb 2-4: new high-speed USB device number 51 using ehci-pci
[12487.633912] usb 2-4: New USB device found, idVendor=05c6, idProduct=f006
[12487.633925] usb 2-4: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[12487.646404] hid-generic 0003:05C6:F006.00EC: hiddev0,hidraw2: USB HID v1.11 Device [HID 05c6:f006] on usb-0000:00:1d.7-4/input0
[12500.978946] usb 2-4: USB disconnect, device number 51
[12501.248160] usb 2-4: new high-speed USB device number 52 using ehci-pci
[12501.381149] usb 2-4: New USB device found, idVendor=05c6, idProduct=9008
[12501.381162] usb 2-4: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[12501.381170] usb 2-4: Product: QHSUSB_DLOAD
[12501.381177] usb 2-4: Manufacturer: Qualcomm CDMA Technologies MSM
[12501.381735] zte_ev 2-4:1.0: zte_ev converter detected
[12501.382362] usb 2-4: zte_ev converter now attached to ttyUSB0
demice84 said:
Yes everything corresponds
Click to expand...
Click to collapse
Did you check the MD5 of the 32bit HTC One download?
Code:
MD5: [B]c9b8c0ea1700edfda1d69a2491e59aa5[/B]
Are you using the 32bit Linux? It was reported in the thread that 64bit was causing issues.
If you haven't already, I would go back and re-read the the first three post to make sure I didn't forget something. Then, I would read the last eight to ten pages of the thread to see if someone else had a similar experience.
@dexter93 can you help demice84, I just don't have the experience with your process. Thanks!
htc one m7 qususb_dload
i tried the method with Ubuntu 12.04 32 bit system and the device is not detected at all
although i tried to boot up the phone with my hand
kindly advice
Solved
Hi,
I was having the wifi not turning on issue. My phone was rooted so no warranty. Therefore, I started flashing all sort of different roms, both stock as well as custom ones (I understand a little bit of it) and all was ok. Then I flashed the Developer Edition and my phone was completely bricked. No LED, no charging not turning on nothing. I searched all over and everyone is saying: Dead no solution only Jtag or HTC can solve it. I kept on thinking...but somehow my computer still recognizes the phone so something must be possible. So I didnt give up and kept searching. Then I found your post. I run your file and yes...it worked. My phone came back alive! So thank you so much. I am not able to donate at this moment, but did want to let you know that your mehtod worked for me!
Wifi problem still exists, ie will not turn on. But other than that I have a working phone again.
Thanks and all the best.
Successful unbricking
I just want to post and say a mega thank you dexter93 for this process. It unbricked my HTC one M7 without any issues.
FF
Bricked htc one m7
hello can any one help me here?
the unbrick script doesnt detect it
[email protected]:~/Downloads$ sudo ./revive.sh
HTC Unbricking Project M7_UL 0.6beta
Detecting bricked device..
Device can't be found, check connections. Aborting
[email protected]:~/Downloads$ lsusb
Bus 001 Device 006: ID 055d:3021 Samsung Electro-Mechanics Co.
Bus 001 Device 021: ID 05c6:f006 Qualcomm, Inc.
Bus 001 Device 003: ID 0951:1607 Kingston Technology DataTraveler 100
Bus 001 Device 002: ID 0bda:8172 Realtek Semiconductor Corp. RTL8191SU 802.11n WLAN Adapter
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 005 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 004 Device 003: ID 1c4f:0003 SiGma Micro HID controller
Bus 004 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 003 Device 002: ID 046d:c311 Logitech, Inc. Y-UF49 [Internet Pro Keyboard]
Bus 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
[email protected]:~/Downloads$
the brick happened when i installed cyanogenmod one click installer... it booted up correctlt then it received 2 updates ... the second one the phone never turned on or charged again
when i do a dmesg command in terminal i get many logs like this.... the phone connects and disconnects from the pc just like it does in a windows pc
evice [HID 05c6:f006] on usb-0000:00:1d.7-6/input0
[ 1007.938761] usb 1-6: USB disconnect, device number 69
[ 1008.328074] usb 1-6: new high-speed USB device number 70 using ehci-pci
[ 1008.473962] usb 1-6: New USB device found, idVendor=05c6, idProduct=f006
[ 1008.473973] usb 1-6: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[ 1008.486244] hid-generic 0003:05C6:F006.0043: hiddev0,hidraw3: USB HID v1.11 Device [HID 05c6:f006] on usb-0000:00:1d.7-6/input0
[ 1011.857415] usb 1-6: USB disconnect, device number 70
[ 1012.244093] usb 1-6: new high-speed USB device number 71 using ehci-pci
[ 1012.389460] usb 1-6: New USB device found, idVendor=05c6, idProduct=f006
[ 1012.389471] usb 1-6: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[ 1012.401894] hid-generic 0003:05C6:F006.0044: hiddev0,hidraw3: USB HID v1.11 Device [HID 05c6:f006] on usb-0000:00:1d.7-6/input0
[email protected]:~/Downloads$
Hope you can help me please
I have this issue what can i do plz help
Help please!
i think bricked my HTC One 801n (M7_UL)
Ubuntu (14.10) terminal writes the dmesg command.
[5955.455843] usb 1-3: USB disconnect, device number 3
[5958.773671] usb 1-2: new high speed USB device using ehci-pci Number 4
[5958.912343] usb 1-2: New USB device found, idVendor = 0bb4, idProduct = 0ff0
[5958.912356] usb 1-2: New USB device strings: Mfr = 1, Product = 2, serialNumber = 3
[5958.912363] usb 1-2: Product: Android 1.0
[5958.912369] usb 1-2: Manufacturer: htc, Inc.
[5958.912374] usb 1-2: serialNumber: SH35SW905694
my phone is completely different show than the others. Works with fastboot, but not the recovery. Bloom in red text below, Active cmdline overflow! (1028 Bytes). The project can be improved with this phone? If so, how? Volume down + power button does not work. Volume up + power button either. only the Bootloader comes into fastboot and nothing else. Recovery had flash. It does not work. Any other ideas? I would be grateful! Sorry for the rough speech, but I can not speak English. I use a translator!
szoszi said:
i think bricked my HTC One 801n (M7_UL)
Ubuntu (14.10) terminal writes the dmesg command.
[5955.455843] usb 1-3: USB disconnect, device number 3
[5958.773671] usb 1-2: new high speed USB device using ehci-pci Number 4
[5958.912343] usb 1-2: New USB device found, idVendor = 0bb4, idProduct = 0ff0
[5958.912356] usb 1-2: New USB device strings: Mfr = 1, Product = 2, serialNumber = 3
[5958.912363] usb 1-2: Product: Android 1.0
[5958.912369] usb 1-2: Manufacturer: htc, Inc.
[5958.912374] usb 1-2: serialNumber: SH35SW905694
my phone is completely different show than the others. Works with fastboot, but not the recovery. Bloom in red text below, Active cmdline overflow! (1028 Bytes). The project can be improved with this phone? If so, how? Volume down + power button does not work. Volume up + power button either. only the Bootloader comes into fastboot and nothing else. Recovery had flash. It does not work. Any other ideas? I would be grateful! Sorry for the rough speech, but I can not speak English. I use a translator!
Click to expand...
Click to collapse
Try here >> http://forum.xda-developers.com/sho...ighlight=active+cmdline+overflow#post52367879
Thanks
Thanks!
thanks a lot for this. Worked like a charm. After upgrading my firmware from 1.29.1540.17 to 5.11.1540.9 I was stuck in this mode where the phone wouldn't power up. This tool helped me bring it back to life. Thanks!!
help a poor noob
hei i'm pretty new on Ubuntu and i would ask if someone could have some spare time to help this poor noob i've created the live usb with ubuntu but ... as i said i'm new and ubuntu beats me Thank you
Problems extracting tar files
Guys, I am having problems extracting the emmc_recover_v4a1.tar.gz. Im running ubuntu-14.04.1-desktop-amd64
janfar said:
Guys, I am having problems extracting the emmc_recover_v4a1.tar.gz. Im running ubuntu-14.04.1-desktop-amd64
Click to expand...
Click to collapse
In the same directory, type the following in your terminal emulator.
Code:
/path/to/files $ tar -xzvf emmc*
Edit: note to type what follows the $ above, your shell should show the working path and a $ sign for user accounts and a # if you're signed in as root (same as on Android).
If you get an error you probably need to redownload (e.g. CRC error). You can check the md5 of the download using the md5sum command to confirm if the download is good/bad.
genseng said:
In the same directory, type the following in your terminal emulator.
Code:
/path/to/files $ tar -xzvf emmc*
Edit: note to type what follows the $ above, your shell should show the working path and a $ sign for user accounts and a # if you're signed in as root (same as on Android).
If you get an error you probably need to redownload (e.g. CRC error). You can check the md5 of the download using the md5sum command to confirm if the download is good/bad.
Click to expand...
Click to collapse
I have tried all the codes available. I dont know if is an issue with the download as I am having to download it on a windows 7 machine and then transfer it to the Ubuntu machine using a pendrive. Ubuntu machine does not have internet.
janfar said:
I have tried all the codes available...
Click to expand...
Click to collapse
You lost me...
Ubuntu will have the md5sum program built in. After transferring the file to the Ubuntu system, generate an md5sum and compare it to the one on the download page. If it matches then it worked.
genseng said:
You lost me...
Ubuntu will have the md5sum program built in. After transferring the file to the Ubuntu system, generate an md5sum and compare it to the one on the download page. If it matches then it worked.
Click to expand...
Click to collapse
Lol... i meant I tried all the untarring codes I could find on the internet including the one you asked me to try.
I will try to md5sum and see if it gives the right value. How do I run that code?
So I managed to run the md5sum and the number does not match what is on the DL page.
Hi,
A few months ago, I tried flashing e-os on my old Moto X (2014). Something went wrong and I didn't look at it until now because of a lack of time.
When I connect the phone to my computer or a power brick, it goes immediately in AP Fastboot Flash Mode (S). I think I flashed something wrong in the wrong place. I can't connect with adb or fastboot (tried the fastboot from the package in the openSUSE linux repositories, the one from the android-platform tools on the android website and linux-fastboot from mfastboot), I tried different USB-cables (even one labeled as a "data cable") and ports.
The screen looks like this:
AP Fastboot Flash Mode (S)
30.BE (sha-34b7ccb, 2015-04-22 12:57:17)
eMMC: 16GB Sandisk RV=06 PV=07 TY=17
DRAM: 2048MB Samsung S4 SDRAM DIE=4Gb
Up Time: 10 minutes
Device is UNLOCKED. Status Code: 3
Battery OK
Transfer Mode: USB Connected
Boot Mode Selection Menu
Vol Up Selects, Vol Down Scrolls
Normal Powerup
Recovery
Factory
Barcodes
BP Tools
Fastboot REason: Flash Failure
USB connected
Selecting Recovery shows the "bootloader unlocked" warning screen and then an android on his back with a red warning triangle ().
Selecting Factory or BP Tools leads to the warning screen and then the menu again.
Normal Powerup gives the warning screen, a black screen (and vibrates, probably it restarts), the warning screen again and then the dead android with the warning triangle.
I don't remember what exactly I did last time.
Thank you for any advice.
Kind regards,
Twijg
https://gist.github.com/smac89/251368c8df2ccd645baedc3e1238fdb4
Thank you for the reply.
No new usb-device showed up, which is weird. I tried all three ports and two different cables. The ports at least work with my keyboard and mouse.
This is an output I got, it was the same with or without the phone attached:
Code:
Bus 004 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 003 Device 005: ID 0bda:0129 Realtek Semiconductor Corp. RTS5129 Card Reader Controller
Bus 003 Device 004: ID 13d3:5458 IMC Networks USB2.0 HD UVC WebCam
Bus 003 Device 003: ID 413c:2003 Dell Computer Corp. Keyboard SK-8115
Bus 003 Device 006: ID 13d3:3563 IMC Networks Wireless_Device
Bus 003 Device 002: ID 046d:c063 Logitech, Inc. DELL Laser Mouse
Bus 003 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 002 Device 002: ID 0781:55ae SanDisk Corp. Extreme 55AE
Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
I also tried again with my keyboard and mouse unplugged.
disconnect usb, power off phone, press and keep holding both volume keys, connect usb
Thank you, that helped indeed. I was able to connect with fastboot and flash the recovery img.
That issue is solved now.
I now have a different problem where selecting recovery leads to an endless series of restarts to the unlocked bootloader warning screen. If you happen to know what the reason for that could be... I'll go looking online and in the fora as well and edit this message with the link to a solution if I find one.
Thank you again!