So you're S-ON and it says "UNLOCKED" above it?
That can make it so you can flash ROMs. You just have to do it in a different way than what is considered 'normal'. Are you familiar with fastboot?
I have a guide if you don't:
http://androidforums.com/evo-3d-all...tboot-flashing-rom-kernel-updated-2-13-a.html
Just do not use the example ROM. The example ROM is for CDMA only, and that will not work on your GSM phone. But the instructions are the same for CDMA and GSM. Just make sure to use a GSM ROM. And I'd also avoid Rogers-based ROMs if you are not on Rogers carrier service.
i tried using fastbootUSB these are the errors i continued to get...
C:\Users\Peter>fastboot flash
usage: fastboot [ <option> ] <command>
commands:
update <filename> reflash device from update.zip
flashall flash boot + recovery + system
flash <partition> [ <filename> ] write a file to a flash partition
erase <partition> erase a flash partition
getvar <variable> display a bootloader variable
boot <kernel> [ <ramdisk> ] download and boot kernel
flash:raw boot <kernel> [ <ramdisk> ] create bootimage and flash it
devices list all connected devices
reboot reboot device normally
reboot-bootloader reboot device into bootloader
options:
-w erase userdata and cache
-s <serial number> specify device serial number
-p <product> specify product name
-c <cmdline> override kernel commandline
-i <vendor id> specify a custom USB vendor id
-b <base_addr> specify a custom kernel base address
-n <page size> specify the nand page size. default:
2048
C:\Users\Peter>fastboot flash <boot.img>
The syntax of the command is incorrect.
C:\Users\Peter>fastboot flash [recovery recovery.img}
error: cannot load 'recovery.img}'
C:\Users\Peter>fastboot flash [recovery recovery.img]
error: cannot load 'recovery.img]'
C:\Users\Peter>fastboot flash recovery.omg
unknown partition 'recovery.omg'
error: cannot determine image filename for 'recovery.omg'
C:\Users\Peter>fastboot flash recovery.img
unknown partition 'recovery.img'
error: cannot determine image filename for 'recovery.img'
C:\Users\Peter>fastboot flash recovery KingCobra3Dv1.9.zip
error: cannot load 'KingCobra3Dv1.9.zip'
C:\Users\Peter>fastboot flash recovery KingCobra3Dv1.9
error: cannot load 'KingCobra3Dv1.9'
C:\Users\Peter>fastboot flash recovery recovery.img
error: cannot load 'recovery.img'
C:\Users\Peter>cd C:\Program Files\Android\android-sdk\platform-t
The system cannot find the path specified.
C:\Users\Peter>fastboot flash recovery recovery.img
error: cannot load 'recovery.img'
the phone is locked to rogers, i tried to flash KingCobra the `normal way` and it got past the htc boot but got stuck on the flashy boot.img that the rom tried to flash.
any ideas?