[TUT] superCID and S-OFF

Search This thread

yooouuri

Senior Member
Sep 6, 2012
833
264
30
Eindhoven
Hello,

I wrote a tutorial for S-OFF ans superCID, because you need it for android 4.2.2 and sense 5!

Credits:
http://xdaforums.com/showthread.php?t=2155135
http://xdaforums.com/showpost.php?p=26516911&postcount=1

First make yourself superCID, and then S-OFF!

superCID

Make sure your phone had SU installed!

We need to go into the shell
Code:
adb shell

Need super user
Code:
su

Dump the partition
Code:
dd if=/dev/block/mmcblk0p4 of=/sdcard/mmcblk0p4

Typ twice
Code:
exit

Get the partition from the SDcard
Code:
adb pull /sdcard/mmcblk0p4

Open mmcblk0p4 with a hex editor.

Edit your cid to 11111111 (Offset 00000210)

Example: Change CWS__001 to 11111111
hexedit.jpg


Save the changed mmcblk0p4MOD

Push the modded one back to the SDcard
Code:
adb push mmcblk0p4MOD /sdcard/mmcblk0p4MOD

Open the shell again
Code:
adb shell

And need SU
Code:
su

Replace the origional with the modded one!
Code:
dd if=/sdcard/mmcblk0p4MOD of=/dev/block/mmcblk0p4

Reboot into bootloader
Code:
adb reboot bootloader

Get your CID id
Code:
fastboot oem readcid

S-OFF

Special note for One S users - flashing the OTA firmware (which you are initiating, but not actually doing here) likes to BRICK superCID phones for some reason. Follow these instructions EXACTLY. After the error 92 in step 5, whatever you do, do NOT run the fastboot flash command again. Make sure you procede on to step 6.

Download link

http://goo.im/devs/dsb9938/soff/PJ4010000-OneS.zip (dont extract)
http://goo.im/devs/dsb9938/soff/soffbin3.zip (extract it)

Put them together in a folder. make sure ADB and Fastboot are working!

Open CMD and move into the folder with the 2 items!

Go into the bootloader
Code:
adb reboot bootloader

When done, boot into RUU mode
Code:
fastboot oem rebootRUU

Done, flash the zip, located in the same folder
Code:
fastboot flash zip PJ4010000-OneS.zip

You will get an error:
FAILED (remote: 92 supercid! please flush image again immediately)

"Special note for One S users - flashing the OTA firmware (which you are initiating, but not actually doing here) likes to BRICK superCID phones for some reason. Follow these instructions EXACTLY. After the error 92 in step 5, whatever you do, do NOT run the fastboot flash command again. Make sure you procede on to step 6. "

Flash it immediately again
Code:
fastboot flash zip PJ4010000-OneS.zip

After, just boot into android
Code:
fastboot oem boot

Just wait, and when android is booted, type these commands
Code:
adb push soffbin3 /data/local/tmp/

Then
Code:
adb shell chmod 744 /data/local/tmp/soffbin3

And last
Code:
adb shell su -c "/data/local/tmp/soffbin3"

When all done, wait 5 sec and execute the following command
Code:
adb reboot bootloader

If everything went good, you see S-OFF
 
Last edited:

leit4444

Member
Sep 11, 2013
38
1
Strange... It didn't work for me and another guy. At the end it was still the old CID. I tried it the same way you described.
 

Flashalot

Senior Member
Jun 7, 2012
2,451
2,666
Chicago
Why you cant superCID with 2.15? It worked for me...
Strange... It didn't work for me and another guy. At the end it was still the old CID. I tried it the same way you described.
You can't supercid on hboot 2.15 with s-on because its write protected unless like I said above your one of the luck ones

But if your s-of you can run the fastboot command fastboot writecid 11111111

Sent from my HTC VLE_U using Tapatalk 2
 

kira411

Senior Member
Sep 13, 2012
90
3
I s-off using moonshine way for hboot 2.15. After flashed MaximusHD 10, I am on hboot 2.16 and loose S-off. It shows S-on. How to get S-off back on hboot 2.16
 

Lionhardt

Senior Member
Sep 19, 2011
283
32
Bethlehem, PA
Agreed. I can't get SuperCID, and I know I'm doing it right. Everything works until I try and replace the original mmcblk0p4 with the modded one. It says it transferred, but then I bootloader it up and check it out and it's still TMOB001 or whatever.
 

Flashalot

Senior Member
Jun 7, 2012
2,451
2,666
Chicago
I s-off using moonshine way for hboot 2.15. After flashed MaximusHD 10, I am on hboot 2.16 and loose S-off. It shows S-on. How to get S-off back on hboot 2.16

Your good your still s-off don't worry

Sent from my HTC One S using Tapatalk 2

---------- Post added at 06:44 AM ---------- Previous post was at 06:44 AM ----------

This guy right here cannot get supercid either :mad:

Sent from my HTC One S using xda app-developers app
Agreed. I can't get SuperCID, and I know I'm doing it right. Everything works until I try and replace the original mmcblk0p4 with the modded one. It says it transferred, but then I bootloader it up and check it out and it's still TMOB001 or whatever.
Are you
S-off
Rooted
Running JB firmware



Sent from my HTC One S using Tapatalk 2
 

Flashalot

Senior Member
Jun 7, 2012
2,451
2,666
Chicago
No I'm not s-off. Don't you need SuperCID BEFORE you S-off? I'm on Unknown 2.0 JB, T-mobile 3.14 latest

No you need s-off before you supercid with jb Firmware so you need to
Use moonshine then run this command to change to supercid fastboot writecid 11111111

I might just make my own guide instead of repeating my self

Sent from my HTC One S using Tapatalk 2
 

Lionhardt

Senior Member
Sep 19, 2011
283
32
Bethlehem, PA
No you need s-off before you supercid with jb Firmware so you need to
Use moonshine then run this command to change to supercid fastboot writecid 11111111

I might just make my own guide instead of repeating my self

Sent from my HTC One S using Tapatalk 2
Moonshine isn't working. It's just producing a lot of "........."' at Step 3. So there's really nothing I can do. I might try and install Linux on a Live USB and try moonshine on linux. Or is there a way I can install the Tmobile ICS RUU and downgrade and use facepalm, then try and install the MaximusHD rom?
 
  • Like
Reactions: tomosendre

Flashalot

Senior Member
Jun 7, 2012
2,451
2,666
Chicago
Moonshine isn't working. It's just producing a lot of "........."' at Step 3. So there's really nothing I can do. I might try and install Linux on a Live USB and try moonshine on linux. Or is there a way I can install the Tmobile ICS RUU and downgrade and use facepalm, then try and install the MaximusHD rom?

There no way you can downgrade only with S-off

Sent from my HTC One S using Tapatalk 2
 

rgrpark

Senior Member
Jan 27, 2012
54
9
Make sure when you moonshine, you download the correct version. I thought I downloaded the one for HTC ONE S, but I donwloaded the one for ONE. It took me days before I realized I had the wrong file.
 

Top Liked Posts

  • There are no posts matching your filters.
  • 5
    Hello,

    I wrote a tutorial for S-OFF ans superCID, because you need it for android 4.2.2 and sense 5!

    Credits:
    http://xdaforums.com/showthread.php?t=2155135
    http://xdaforums.com/showpost.php?p=26516911&postcount=1

    First make yourself superCID, and then S-OFF!

    superCID

    Make sure your phone had SU installed!

    We need to go into the shell
    Code:
    adb shell

    Need super user
    Code:
    su

    Dump the partition
    Code:
    dd if=/dev/block/mmcblk0p4 of=/sdcard/mmcblk0p4

    Typ twice
    Code:
    exit

    Get the partition from the SDcard
    Code:
    adb pull /sdcard/mmcblk0p4

    Open mmcblk0p4 with a hex editor.

    Edit your cid to 11111111 (Offset 00000210)

    Example: Change CWS__001 to 11111111
    hexedit.jpg


    Save the changed mmcblk0p4MOD

    Push the modded one back to the SDcard
    Code:
    adb push mmcblk0p4MOD /sdcard/mmcblk0p4MOD

    Open the shell again
    Code:
    adb shell

    And need SU
    Code:
    su

    Replace the origional with the modded one!
    Code:
    dd if=/sdcard/mmcblk0p4MOD of=/dev/block/mmcblk0p4

    Reboot into bootloader
    Code:
    adb reboot bootloader

    Get your CID id
    Code:
    fastboot oem readcid

    S-OFF

    Special note for One S users - flashing the OTA firmware (which you are initiating, but not actually doing here) likes to BRICK superCID phones for some reason. Follow these instructions EXACTLY. After the error 92 in step 5, whatever you do, do NOT run the fastboot flash command again. Make sure you procede on to step 6.

    Download link

    http://goo.im/devs/dsb9938/soff/PJ4010000-OneS.zip (dont extract)
    http://goo.im/devs/dsb9938/soff/soffbin3.zip (extract it)

    Put them together in a folder. make sure ADB and Fastboot are working!

    Open CMD and move into the folder with the 2 items!

    Go into the bootloader
    Code:
    adb reboot bootloader

    When done, boot into RUU mode
    Code:
    fastboot oem rebootRUU

    Done, flash the zip, located in the same folder
    Code:
    fastboot flash zip PJ4010000-OneS.zip

    You will get an error:
    FAILED (remote: 92 supercid! please flush image again immediately)

    "Special note for One S users - flashing the OTA firmware (which you are initiating, but not actually doing here) likes to BRICK superCID phones for some reason. Follow these instructions EXACTLY. After the error 92 in step 5, whatever you do, do NOT run the fastboot flash command again. Make sure you procede on to step 6. "

    Flash it immediately again
    Code:
    fastboot flash zip PJ4010000-OneS.zip

    After, just boot into android
    Code:
    fastboot oem boot

    Just wait, and when android is booted, type these commands
    Code:
    adb push soffbin3 /data/local/tmp/

    Then
    Code:
    adb shell chmod 744 /data/local/tmp/soffbin3

    And last
    Code:
    adb shell su -c "/data/local/tmp/soffbin3"

    When all done, wait 5 sec and execute the following command
    Code:
    adb reboot bootloader

    If everything went good, you see S-OFF
    1
    Hello,

    I wrote a tutorial for S-OFF ans superCID, because you need it for android 4.2.2 and sense 5!

    First make yourself superCID, and then S-OFF!

    You should add a credits and put who made those files for s-off aka s-off tool facepalm

    Sent from my HTC VLE_U using Tapatalk 2
    1
    No you need s-off before you supercid with jb Firmware so you need to
    Use moonshine then run this command to change to supercid fastboot writecid 11111111

    I might just make my own guide instead of repeating my self

    Sent from my HTC One S using Tapatalk 2
    Moonshine isn't working. It's just producing a lot of "........."' at Step 3. So there's really nothing I can do. I might try and install Linux on a Live USB and try moonshine on linux. Or is there a way I can install the Tmobile ICS RUU and downgrade and use facepalm, then try and install the MaximusHD rom?
    1
    Trying to get this to work makes me feel like this

    uploadfromtaptalk1379437634366.jpg

    But soon when no soff needed I will feel like

    uploadfromtaptalk1379437719760.jpg

    Soon

    Sent from my HTC One S using xda app-developers app
    1
    Thanks man! Worked for me :) and btw I'm on hboot 2.15