help(How to change CID to superCID)? - HTC Sensation

I want to change CID to superCID 1111111 can you guys show me how to do it?I think revolutionary can do it but i want to do it on my PC.

Dylan Bay said:
I want to change CID to superCID 1111111 can you guys show me how to do it?I think revolutionary can do it but i want to do it on my PC.
Click to expand...
Click to collapse
Read the stickies in general and dev section, also read the posts with the [GUIDE] tag

you can do it via fastboot
fastboot oem writecid 11111111
fastboot reboot-bootloader
fastboot getvar cid (check if it says 11111111)
fastboot reboot

Snoop05 said:
you can do it via fastboot
fastboot oem writecid 11111111
fastboot reboot-bootloader
fastboot getvar cid (check if it says 11111111)
fastboot reboot
Click to expand...
Click to collapse
once i get it i will never get error once i flash it?

Related

How to get CID to work

OK I have read the guide on hoe to get cid BUT I have the latest update from t-mobile for the 4G when I run the adb and run it though I get an error message
INFO pyramid_init_sd, SD card power on ok
INFOsdcc_init_memory_device done
INFO[FAT_ERROR] fat_open_file: can not find SMART_IO.CRD
INFO[JAVACARD_ERR] SMART_IO.CRD cann't find
OKAY [ 1.125s]
finished. total time: 1.125s
Click to expand...
Click to collapse
When I check the CID it still labels it as T-MOBILE
any ideas on how to fix this
little more detail on what your trying to do? are you trying to get superCID? or you wanting to change back to orginal CID?
Trying to Get superCID
Sent from my HTC Sensation 4G using XDA App
are you fully rooted,have s-off and eng 1.17 hboot?
if you have all those then its simple
simply reboot into fasboot(bootloader)
from cmd window
if you have adb set as environment then you can just type
8.enter the command "fastboot oem writecid 11111111"
9. enter the command "fastboot reboot-bootloader (Wait for it to reboot the bootloader)
10. enter the command "fastboot getvar cid" [it should confirm your CID is 11111111]
11. enter the command "fastboot reboot"
Click to expand...
Click to collapse
if you dont have adb setup in environment then you have to go to the adb directory whever you installed it
eg.
C:\android-sdk\platform-tools\
once in that directory then you can do superCID commands
I have 1.18 hboot
Sent from my HTC Sensation 4G using XDA App
you need the eng boot to do fastboot commands, i suggest you read how to get rooted/or go back to eng boot then do superCID
So I have to re root my phone even though it was rooted after the update? Got a link to this eng boot
Sent from my HTC Sensation 4G using XDA App
thats only if you lost root and dont have root, if you have root, and you still have s-off you can still go back to .17 eng boot
I had this too, what worked for me was:
install android terminal
open terminal
type: getprop cid.ro << this will show you your current cid, back it up.
use 4ext to reboot into bootloader, or adb reboot-bootloader
fastboot cid commands still work
when in bootloader:
open cmd and navigate to your android tools folder, then:
fastboot oem writecid 11111111
fastboot reboot-bootloader
fastboot getvar cid << this should be 11111111 now.
fastboot reboot
Now you can flash any zip file you want.
peewster said:
I had this too, what worked for me was:
install android terminal
open terminal
type: getprop cid.ro << this will show you your current cid, back it up.
Click to expand...
Click to collapse
A small hint: It should say 'getprop ro.cid' and not 'getprop cid.ro'...
Is there any way I can downgrade the hboot from 1.18 to 1.17
Are you s-off if so then yes

[Q] Bootloader not rebooting after confirming unlock.

My phone is S-OFF, if i want to unlock the bootloader and choose yes in the bootloader unlocking screen of the phone the phone does not reboot, i have to choose no i order to reboot the phone.
When i was S-ON that was not the case by choosing yes to unlock the bootloader it reboot automaticly.
Does any one knows why?
naelmnael said:
My phone is S-OFF, if i want to unlock the bootloader and choose yes in the bootloader unlocking screen of the phone the phone does not reboot, i have to choose no i order to reboot the phone.
When i was S-ON that was not the case by choosing yes to unlock the bootloader it reboot automaticly.
Does any one knows why?
Click to expand...
Click to collapse
why on earth you want to do unlock after SOFF ???
once you do unlock over SOFF ..if you relock you will have relocked rather than locked ..which you dont want that
if you are having trouble using fastboot flash commands (having error remote not allowed)
then you can just flash the juopunutbear HBOOT
here get the pyramid ICS one from this link
and flash the hboot using these commands one by one
fastboot erase cache (if failed ignore it)
fastboot oem rebootRUU (black screen with silver HTC)
fastboot flash zip jb_hboot.zip (ignore the progess bar on the screen)
fastboot reboot-bootloader
thats all ..you will have a complete unlocked hboot (pink *juopunutbear*)
then you can use the fastboot flash commands as usual
ganeshp said:
why on earth you want to do unlock after SOFF ???
once you do unlock over SOFF ..if you relock you will have relocked rather than locked ..which you dont want that
if you are having trouble using fastboot flash commands (having error remote not allowed)
then you can just flash the juopunutbear HBOOT
here get the pyramid ICS one from this link
and flash the hboot using these commands one by one
fastboot erase cache (if failed ignore it)
fastboot oem rebootRUU (black screen with silver HTC)
fastboot flash zip jb_hboot.zip (ignore the progess bar on the screen)
fastboot reboot-bootloader
thats all ..you will have a complete unlocked hboot (pink *juopunutbear*)
then you can use the fastboot flash commands as usual
Click to expand...
Click to collapse
Ok i just want to know why it is not rebooting after choosing unlock when it is s-off, and rebooting when it is s-on?

help for update htc sensation 4g .

when i want to type this in prompt "fastboot oem writecid HTC__J1"
it gives me "fastboot is not recognized as an internal or external command operable program or batch file"
i want to install arabic stock rom.
Two things:
1. You need the fastboot files
2. You need to change directory (cd) to where the fastboot files are so for me it would be:
cd C:\adb
fastboot oem writecid HTC__J1
Jonny said:
Two things:
1. You need the fastboot files
2. You need to change directory (cd) to where the fastboot files are so for me it would be:
cd C:\adb
fastboot oem writecid HTC__J1
Click to expand...
Click to collapse
Helped me.
But it gives me this .But the phone was not in fastboot mode it was turned on what is the next step should i do ?
C:\Users\Falah>cd C:\adb
C:\adb>fastboot oem writecid HTC__J1
< waiting for device >
Dylan Bay said:
Helped me.
But it gives me this .But the phone was not in fastboot mode it was turned on what is the next step should i do ?
C:\Users\Falah>cd C:\adb
C:\adb>fastboot oem writecid HTC__J1
< waiting for device >
Click to expand...
Click to collapse
and i get errors
when i put the phone on recovery mode and put this command above.I get errors
bootoader error command error
connect the phone from bootloader to pc ..then the phone should read fastboot USB (if it is reading HBOOT then press power butoon once it will go to fastboot USB)..then execute the command
ganeshp said:
connect the phone from bootloader to pc ..then the phone should read fastboot USB (if it is reading HBOOT then press power butoon once it will go to fastboot USB)..then execute the command
Click to expand...
Click to collapse
Thanks man i will try it.Can you type it for me what should i put to the command?step by step.
Thanks again please write in good spell
Dylan Bay said:
Thanks man i will try it.Can you type it for me what should i put to the command?step by step.
Thanks again please write in good spell
Click to expand...
Click to collapse
the same that you want
fastboot oem writecid HTC__J1
but here i got a doubt ..the CID should have 8 characters but the cid you are trying to use has only 7 so do check the cid properly (quick search on this cid gave me HTC__J15)
ganeshp said:
the same that you want
fastboot oem writecid HTC__J1
but here i got a doubt ..the CID should have 8 characters but the cid you are trying to use has only 7 so do check the cid properly (quick search on this cid gave me HTC__J15)
Click to expand...
Click to collapse
hehe i did a big mistake you know how i wrote it? i just put this to command prompt "fastboot oem writecid HTC__J1"
I didn't write the cid numbers
should i write cid number instead "writecid"?
Please can you show me by pic or video or in good explain how to do it?
many thanks.
"
Dylan Bay said:
hehe i did a big mistake you know how i wrote it? i just put this to command prompt "fastboot oem writecid HTC__J1"
I didn't write the cid numbers
should i write cid number instead "writecid"?
Please can you show me by pic or video or in good explain how to do it?
many thanks.
"
Click to expand...
Click to collapse
no no after writecid command the cid immediately wont reflect it ..do it this way
step by step ..from phone connected in fastboot USB and commands from C:\adb
1.fastboot getvar cid (gives your current cid ..post it here )
2.fastboot oem writecid HTC__J15 (its J15 is it not ?) (if this failed ..post the entire output here)
3.fastboot reboot-bootloader (reboots the boot-loader)
4.fastboot getvar cid (this should give you HTC__J15 now)
NOTE: remember there should be no quotes in the command..just copy paste the above commands if you want to to avoid any errors
ganeshp said:
no no after writecid command the cid immediately wont reflect it ..do it this way
step by step ..from phone connected in fastboot USB and commands from C:\adb
1.fastboot getvar cid (gives your current cid ..post it here )
2.fastboot oem writecid HTC__J15 (its J15 is it not ?) (if this failed ..post the entire output here)
3.fastboot reboot-bootloader (reboots the boot-loader)
4.fastboot getvar cid (this should give you HTC__J15 now)
NOTE: remember there should be no quotes in the command..just copy paste the above commands if you want to to avoid any errors
Click to expand...
Click to collapse
OK.If i want to write cid with your commands .for example the cid is
12345678
should i write it like this in prompt command
"fastboot oem 12345687 HTC__J15" ?
Dylan Bay said:
OK.If i want to write cid with your commands .for example the cid is
12345678
should i write it like this in prompt command
"fastboot oem 12345687 HTC__J15" ?
Click to expand...
Click to collapse
Noooo just copy paste the exact commands I've posted earlier one by one
The syntax of the command is
fastboot oem writecid <yourcid>
Sent from my HTC Sensation 4G using xda premium

[Q] Super CID Problem

please help. I cannot get Super CID 11111111. I have done this before, but when I sent my phone to HTC my CID is now T-MOB010. I have done this before I sent my One S to HTC, but when I am trying again, it does not work. I do the steps EXACTLY as told. I did it multiple times too. I have my bootloader unlocked with TWRP 2.3.3. and my mmcblk0p4MOD already has 11111111 and same size as mmcblk0p4. what is going wrong?
aloy1455 said:
please help. I cannot get Super CID 11111111. I have done this before, but when I sent my phone to HTC my CID is now T-MOB010. I have done this before I sent my One S to HTC, but when I am trying again, it does not work. I do the steps EXACTLY as told. I did it multiple times too. I have my bootloader unlocked with TWRP 2.3.3. and my mmcblk0p4MOD already has 11111111 and same size as mmcblk0p4. what is going wrong?
Click to expand...
Click to collapse
Why do you want to S-Off?
Sent from my Nexus 7 using Tapatalk HD
HTC has probably set that partition to read only, so your only way to scid is to use moonshine s-off. And when you are s-off, you can use the command fastboot OEM writecid 11111111 to get scid.
First check that you are on the correct firmware to use moonshine.
Sent from my One S using Tapatalk 4
El_Svanto said:
HTC has probably set that partition to read only, so your only way to scid is to use moonshine s-off. And when you are s-off, you can use the command fastboot OEM writecid 11111111 to get scid.
First check that you are on the correct firmware to use moonshine.
Sent from my One S using Tapatalk 4
Click to expand...
Click to collapse
thank you
El_Svanto said:
HTC has probably set that partition to read only, so your only way to scid is to use moonshine s-off. And when you are s-off, you can use the command fastboot OEM writecid 11111111 to get scid.
First check that you are on the correct firmware to use moonshine.
Sent from my One S using Tapatalk 4
Click to expand...
Click to collapse
do I have to use moonshine, or do can I use facepalm
You can not use facepalm, because it needs scid first.
Sent from my One S using Tapatalk 4
El_Svanto said:
You can not use facepalm, because it needs scid first.
Sent from my One S using Tapatalk 4
Click to expand...
Click to collapse
okay, so I successfully moonshined my One S. it is now S-Off, but I want to super CID. can you direct me to how to properly Super CID while on moonshine? is there any backfires doing this?
Sure. Boot to fastboot. Make Sure it says Fastboot USB. Open command prompt in your fastboot folder. Write command: fastboot OEM writecid 11111111. Done.
The only thing to think of is not to do an OTA update of a stock ROM when you are scid. It could hard brick your phone.
Sent from my One S using Tapatalk 4
El_Svanto said:
Sure. Boot to fastboot. Make Sure it says Fastboot USB. Open command prompt in your fastboot folder. Write command: fastboot OEM writecid 11111111. Done.
The only thing to think of is not to do an OTA update of a stock ROM when you are scid. It could hard brick your phone.
Sent from my One S using Tapatalk 4
Click to expand...
Click to collapse
thank you very much
El_Svanto said:
Sure. Boot to fastboot. Make Sure it says Fastboot USB. Open command prompt in your fastboot folder. Write command: fastboot OEM writecid 11111111. Done.
The only thing to think of is not to do an OTA update of a stock ROM when you are scid. It could hard brick your phone.
Sent from my One S using Tapatalk 4
Click to expand...
Click to collapse
I just tried, and that command did not do anything.
C:\Users\Aloy\Desktop\One_S_All-In-One_Kit_v3.5\Data>fastboot OEM writecid 11111
111
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
format <partition> format 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
continue continue with autoboot
reboot reboot device normally
reboot-bootloader reboot device into bootloader
help show this help message
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
NP. Hit the thanks button
I also would like to add that now when you are s-off, be careful what you flash. Don't mess with hboots and stuff. If you lose your hboot, you are f...ed!
Sent from my One S using Tapatalk 4
---------- Post added at 10:03 PM ---------- Previous post was at 09:36 PM ----------
aloy1455 said:
I just tried, and that command did not do anything.
C:\Users\Aloy\Desktop\One_S_All-In-One_Kit_v3.5\Data>fastboot OEM writecid 11111
111
usage: fastboot [ <option> ] <command>
Click to expand...
Click to collapse
Strange. I have done it on mine. Try typing oem in letters instead of caps.
Sent from my One S using Tapatalk 4
Wrong place

Please tell me how to upgrade HBOOT =(

Hello ,
Can someone tell me how to upgrade HBOOT for my HTC butterfly x920d ?
My phone is already S-OFF ..
lokezaizai said:
Hello ,
Can someone tell me how to upgrade HBOOT for my HTC butterfly x920d ?
My phone is already S-OFF ..
Click to expand...
Click to collapse
Download this FIRMWARE then follow these steps from fastboot command
https://mega.co.nz/#!pEVXGZ6K!auhgoO81DzNQduWfJPQJ-lBV6g29PL6wAOEvpYsm1Hk
fastboot oem rebootRUU
fastboot erase cache
fastboot flash zip firmware1.55_cid044.zip
<if you get error:hboot preupdate just type "fastboot flash zip firmware1.55_cid044.zip" again>
fastboot reboot-bootloader

Categories

Resources