Quote:
Originally Posted by gene12517
I don't need to have S-OFF to install recovery?
|
Not with the unlocked bootloader - you can be S-ON, but the recovery partition is still writeable.
Quote:
Originally Posted by gene12517
Why doesn't ADB see the phone when fastboot does?
D:\Android>adb devices
* daemon not running. starting it now on port 5037 *
* daemon started successfully *
List of devices attached
D:\Android>telnet main1 5037
Connecting To main1...Could not open connection to the host, on port 5037: Connect failed
D:\Android>adb bugreport
error: device not found
D:\Android>adb root
error: device not found
D:\Android>fastboot devices
HT097HL09284 fastboot
|
That does sound very similar to the problem I had with the TWRP soft-brick. If you could get booted into a rooted ROM, you would be able to connect to adb over Wi-Fi, but without being able to flash a rooted ROM, I don't think there's anything you can do.
Quote:
Originally Posted by gene12517
Maybe I can recreate all the partitions on the phone? Is there a guide on how to do that properly?
Partitions:
Followings are a list of partitions on your android phone.
misc - misc partition -
recovery - Recovery Partition - This is where the original HTC recovery or Amon Ra's recovery or any other Recovery would go. Basically if you reboot into recovery it'll boot from here.
boot - This is your boot partition
system - This is where all your system information (ROM resides)
cache - cache (When you factory reset the phone, this area is wiped)
userdata - user data (like your login, your user settings etc) When you factory reset the phone, this area is wiped)
|
Your problem is likely due to corruption, which flashing the misc partition should help to correct. But, you can't do that without adb, so your back to what I said above.
I don't know if there's anything you can do, to be honest.
P.S. adb doesn't work over fastboot.
Device 1: HTC Shooter/PG86100 (EVO 3D) | Hardware Version: 0002
Baseband: 1.09.00.0108 | PRI: 1.55_003 | PRL: 22095
Recovery: 4EXT Recovery Touch v1.0.0.5 RC9
Device 2: HTC Supersonic/PC36100 (EVO 4G) | Hardware Version: 0003Links to my guides and other helpful information:
Baseband: 2.15.00.01.15 | PRI: 2.33_003 | PRL: 61092
Recovery: TWRP 2.5.0.0
Device 3: HTC Jewel/PJ75100 (EVO 4G LTE) | Hardware Version: 0003
Baseband: 1.12.11.1210 | PRI: 2.97_003 | PRL: 16013
Recovery: TWRP 2.5.0.0
|