[MOD][S-OFF] SuperCID Your Amaze!

Search This thread

electronicrice

Senior Member
Apr 18, 2007
265
215
Chandler, AZ
Hello!

So since I had a sensation before the Amaze, I remembered that once we got S-Off, a next step was to obtain SuperCID on the phone. Basically, having SuperCID allows you to flash any ROM, regardless of which carrier it is for. Pretty handy if you have your phone SIM unlocked and wanted to use your Amaze on Wind Mobile or something. Anyway, the steps are from this thread (http://xdaforums.com/showthread.php?t=1192300) and original credit goes to "xl VipeR lx" for the Sensation write up.

The usual warning goes here. I'm not responsible for what you do, use this at your own risk!

Required - You MUST have your phone S-Off from Juopunutbear's method first! Go here for that: http://xdaforums.com/showthread.php?t=1611977

Also, if you've upgraded to ICS, the 1.93.0002 SHP Hboot is required to SuperCID!



--------------------------------------

ATTENTION:
It appears that the ICS update changes the firmware of the phone a bit. This means that using any bootloader other than SHP 1.93.0002 will remove your ability to write SuperCID to your device. This includes the ENG bootloader. It makes no different if you're locked/unlocked and S-OFF, the command doesn't work without being on the proper HBoot. Unfortunately, being on 1.93.0002 also removes your ability to flash partitions directly in Fastboot (ie. fastboot flash recovery, fastboot flash radio, etc) and you must revert to ENG 1.90.2005 in order to use fastboot flash commands.

--------------------------------------

The process is very simple and exactly the same as the Sensation and most S-Off HTC devices:

1. Command prompt (or terminal for linux) and type "cd" "followed by the path to your adb folder" (windows users can type "cd C:\adb")
2. Ensure your phone is switched on (regular home screen) and connect it by USB in charging mode (Ensure usb debugging is on settings)
3. Enter the command "adb devices". This is to confirm your phone is connected. (It should come back with list of devices attached and your serial number)
4. Enter the command "adb reboot-bootloader". (nothing further required device WILL reboot in bootloader)

IF it doesn't you can Manually put the phone in the bootloader/hboot mode
Navigate to fastboot by pressing volume down and pressing power button to select (power off > vol down + power on)
It will take you to the fastboot bootloader screen on your phone
Connect your phone via USB
Your Screen should now read fastboot USB

5. Enter the command "fastboot oem writecid 11111111"
6. Enter the command "fastboot reboot-bootloader (Wait for it to reboot the bootloader)
7. Enter the command "fastboot getvar cid" [it should confirm your CID is 11111111]
8. Enter the command "fastboot reboot"
9. You can now flash any ROM you like.

screen.jpg


To remove SuperCID and return to stock CID:

1. Follow steps 1-4 for SuperCID
2. Enter the command "fastboot oem writecid __________" <--- Here you will put either T-MOB010 (T-Mobile), TELUS001 (Telus), GLOBA001 (Wind Mobile Canada)
3. Enter the command "fastboot reboot-bootloader (Wait for it to reboot the bootloader)
4. Enter the command "fastboot getvar cid" [it should confirm your CID has changed]
5. Enter the command "fastboot reboot"
6. You are now back on stock CID (for your carrier)

****If you like the automated route, benjamminzIs has provided two batch files, one for SuperCID (for all devices) and one for reverting to stock (T-Mobile only). Place them in your SDK/tools folder and run them!****
 

Attachments

  • SuperCID.zip
    376.7 KB · Views: 6,840
Last edited:
D

Deleted member 3820412

Guest
If you are on another operator such as wind, you might want to do a "fastboot getvar cid" and take note of what your cid is, or even post it on here as a reference just in case anyone wants to revert.
 
  • Like
Reactions: electronicrice

electronicrice

Senior Member
Apr 18, 2007
265
215
Chandler, AZ
use this version instead: http://www.mediafire.com/?igjxm0t3xv1u9y7 updated and now no need to extract to a certain folder, different method than hasoon's though as far as the script goes...

That's okay, I'm just using your original batch files with a couple prompt edits, and bundling it with ADB. Should work fine for the majority of people. Otherwise, people can use the other method you have linked as far as automation goes. The manual commands will always work.
 
Last edited:
That's okay, I'm just using your original batch files with a couple prompt edits, and bundling it with ADB. Should work fine for the majority of people. Otherwise, people can use the other method you have linked as far as automation goes. The manual commands will always work.
hey, it's your thread, I just figured since I had been making some drag and drop scripts for the splash screen, I may as well make this one just as simple... heh... I wasn't trying to step on anyones toes...
 

electronicrice

Senior Member
Apr 18, 2007
265
215
Chandler, AZ
Thanks for this post. Just for understanding - what does SuperCID do for the Amaze, that couldn't be done before?

Yeah it's in the OP but basically it allows you to flash to any carrier's official ROM for the Amaze. So if you have a T-Mobile Amaze and you wanted to flash the RUU for Telus or Wind, you can with SuperCID.

In the past, the RUU has to be hacked to allow a flash on a non-carrier specific device, and this allows you to bypass that entirely.
 
Last edited:
  • Like
Reactions: Opentang

Top Liked Posts

  • There are no posts matching your filters.
  • 43
    Hello!

    So since I had a sensation before the Amaze, I remembered that once we got S-Off, a next step was to obtain SuperCID on the phone. Basically, having SuperCID allows you to flash any ROM, regardless of which carrier it is for. Pretty handy if you have your phone SIM unlocked and wanted to use your Amaze on Wind Mobile or something. Anyway, the steps are from this thread (http://xdaforums.com/showthread.php?t=1192300) and original credit goes to "xl VipeR lx" for the Sensation write up.

    The usual warning goes here. I'm not responsible for what you do, use this at your own risk!

    Required - You MUST have your phone S-Off from Juopunutbear's method first! Go here for that: http://xdaforums.com/showthread.php?t=1611977

    Also, if you've upgraded to ICS, the 1.93.0002 SHP Hboot is required to SuperCID!



    --------------------------------------

    ATTENTION:
    It appears that the ICS update changes the firmware of the phone a bit. This means that using any bootloader other than SHP 1.93.0002 will remove your ability to write SuperCID to your device. This includes the ENG bootloader. It makes no different if you're locked/unlocked and S-OFF, the command doesn't work without being on the proper HBoot. Unfortunately, being on 1.93.0002 also removes your ability to flash partitions directly in Fastboot (ie. fastboot flash recovery, fastboot flash radio, etc) and you must revert to ENG 1.90.2005 in order to use fastboot flash commands.

    --------------------------------------

    The process is very simple and exactly the same as the Sensation and most S-Off HTC devices:

    1. Command prompt (or terminal for linux) and type "cd" "followed by the path to your adb folder" (windows users can type "cd C:\adb")
    2. Ensure your phone is switched on (regular home screen) and connect it by USB in charging mode (Ensure usb debugging is on settings)
    3. Enter the command "adb devices". This is to confirm your phone is connected. (It should come back with list of devices attached and your serial number)
    4. Enter the command "adb reboot-bootloader". (nothing further required device WILL reboot in bootloader)

    IF it doesn't you can Manually put the phone in the bootloader/hboot mode
    Navigate to fastboot by pressing volume down and pressing power button to select (power off > vol down + power on)
    It will take you to the fastboot bootloader screen on your phone
    Connect your phone via USB
    Your Screen should now read fastboot USB

    5. Enter the command "fastboot oem writecid 11111111"
    6. Enter the command "fastboot reboot-bootloader (Wait for it to reboot the bootloader)
    7. Enter the command "fastboot getvar cid" [it should confirm your CID is 11111111]
    8. Enter the command "fastboot reboot"
    9. You can now flash any ROM you like.

    screen.jpg


    To remove SuperCID and return to stock CID:

    1. Follow steps 1-4 for SuperCID
    2. Enter the command "fastboot oem writecid __________" <--- Here you will put either T-MOB010 (T-Mobile), TELUS001 (Telus), GLOBA001 (Wind Mobile Canada)
    3. Enter the command "fastboot reboot-bootloader (Wait for it to reboot the bootloader)
    4. Enter the command "fastboot getvar cid" [it should confirm your CID has changed]
    5. Enter the command "fastboot reboot"
    6. You are now back on stock CID (for your carrier)

    ****If you like the automated route, benjamminzIs has provided two batch files, one for SuperCID (for all devices) and one for reverting to stock (T-Mobile only). Place them in your SDK/tools folder and run them!****
    6
    I'll write two .bat scripts for you soon :)

    Sent from my HTC_Amaze_4G using Tapatalk 2
    3
    I'll write two .bat scripts for you soon :)
    Drag n Drop SuperCID - UPDATED HERE!
    3
    use this version instead: http://www.mediafire.com/?igjxm0t3xv1u9y7 updated and now no need to extract to a certain folder, different method than hasoon's though as far as the script goes...

    That's okay, I'm just using your original batch files with a couple prompt edits, and bundling it with ADB. Should work fine for the majority of people. Otherwise, people can use the other method you have linked as far as automation goes. The manual commands will always work.
    2
    Here are my scripts. No need to put it in the SDK folder. Just extract and run it!