How do I unroot to take back for warranty?! - AT&T, Rogers HTC One X, Telstra One XL

HELP ME!
Its gotta go back tomorrow, Ive searched for hours and I cant seem to find an easy guide to unroot my AT&T One X!
This is beyond frustrating!

Raadius said:
HELP ME!
Its gotta go back tomorrow, Ive searched for hours and I cant seem to find an easy guide to unroot my AT&T One X!
This is beyond frustrating!
Click to expand...
Click to collapse
It's not the easiest thing to do.. What state is your phone in now? hboot? supercid? S-ON? S-OFF?

exad said:
It's not the easiest thing to do.. What state is your phone in now? hboot? supercid? S-ON? S-OFF?
Click to expand...
Click to collapse
HBOOT = 1.09
S-ON
No SuperCID, I used SpoofCID.

Spoof cid is the same thing as SuperCID, get your cid by using fastboot command:
fastboot oem readcid
Sent from my Evita

Raadius said:
HBOOT = 1.09
S-ON
No SuperCID, I used SpoofCID.
Click to expand...
Click to collapse
I see.
First you will need to S-OFF http://forum.xda-developers.com/showthread.php?t=2155071
I don't know if spoofCID will work, you may need to supercid first. it is quite easy with your hboot.
Code:
adb shell
su
echo -ne "11111111" | dd of=/dev/block/mmcblk0p5 bs=1 seek=20
Then once you are S-OFF, Run an RUU for your carrier. With S-Off, it won't matter what software version. It will get you on stock software and remove Tampered text
Rewrite your CID
Code:
fastboot oem writecid CWS__001
Then you can use Regawmod and spoof your unlocked to Locked http://forum.xda-developers.com/showthread.php?t=2156368
You can also spoof your S-off to S-on, or claim your phone came with S-off if they ask or actually set it back to S-on with:
Code:
fastboot oem writesercureflag 3
Good luck.

timmaaa said:
Spoof cid is the same thing as SuperCID, get your cid by using fastboot command:
fastboot oem readcid
Sent from my Evita
Click to expand...
Click to collapse
CID is CWS__001

Raadius said:
CID is CWS__001
Click to expand...
Click to collapse
I wrote the steps above. You should be good with all that.

Raadius said:
CID is CWS__001
Click to expand...
Click to collapse
I stand corrected, I used spoof cid when I rooted and it gave me SuperCID.
Sent from my Evita

exad said:
It's not the easiest thing to do.. What state is your phone in now? hboot? supercid? S-ON? S-OFF?
Click to expand...
Click to collapse
Sent from my HTC Sensation using xda premium

Where can I find the stock recovery for my AT&T One X?

Raadius said:
Where can I find the stock recovery for my AT&T One X?
Click to expand...
Click to collapse
It will install with the RUU. with S-off you do not need to flash stock recovery or relock or anything. Just run the RUU exe file.

Sorry, I was reading Option 2 from this link
http://forum.xda-developers.com/showthread.php?t=1859714
and watching this video,
http://www.youtube.com/watch?v=SZuAjz4PIjU

Raadius said:
Sorry, I was reading Option 2 from this link
http://forum.xda-developers.com/showthread.php?t=1859714
and watching this video,
http://www.youtube.com/watch?v=SZuAjz4PIjU
Click to expand...
Click to collapse
Don't. that tut is for endeavor.
Videos are not all that reliable either. Trust my directions, you'll be fine.

Terminal stuff gets me confused, sorry to say. I read what your saying, but Im lost already. That's why I went to YouTube, better at viewing it and doing it than reading it. Im better at visual, sorry.
Why cant this be done with S-On?

timmaaa said:
I stand corrected, I used spoof cid when I rooted and it gave me SuperCID.
Sent from my Evita
Click to expand...
Click to collapse
So what does that mean than for me?

Raadius said:
So what does that mean than for me?
Click to expand...
Click to collapse
Not much. Just follow Exad's instructions and you'll be golden.
Sent from my Evita

timmaaa said:
Not much. Just follow Exad's instructions and you'll be golden.
Sent from my Evita
Click to expand...
Click to collapse
Do I have to be S OFF though? You said SpoofCID is the same as SueprCID, so can I skip the S-OFF step and run the RUU?
How do I do all this adb shell terminal stuff? Im new to this...

You need to be s-off or you'll brick. The command stuff is pretty simple, do you have adb/fastboot installed on your pc?
Sent from my Evita

The only thing you need to know is for the fastboot commands your phone needs to be in bootloader and for adb commands your phone needs to be booted into android. Then all you have to do is copy paste the commands into your command prompt.
Just shift right click in the folder where you have fastboot and adb and select "open command prompt here" to get a command line Window open.
Sent from my One X using xda app-developers app

Related

S-Off and SuperCID

First step to get s-off is to confirm you have SuperCID... how can I confirm that? I am pretty sure I did that when I started with the phone but I don't remember... Any help?
BobbyDukes707 said:
First step to get s-off is to confirm you have SuperCID... how can I confirm that? I am pretty sure I did that when I started with the phone but I don't remember... Any help?
Click to expand...
Click to collapse
fastboot getvar cid
Edit: SuperCID is all 1's
thanks
stnguyen09 said:
fastboot getvar cid
Edit: SuperCID is all 1's
Click to expand...
Click to collapse
coolio! thanks!
For the newer folks too
https://play.google.com/store/apps/details?id=org.tritonsoft.cidgetter
Sent from my HTC One XL

[Q] Wrong CID

Hi all,
I feel like I have looked everywhere and cannot find an answer for this. I have an at&t one x that is rooted and unlocked with a custom rom, however I somehow changed my cid from supercid 11111111 to htc__001. Is it possible to get supercid 11111111 back or at least wsc__001 so I can run the correct ruu on it.
Thank you in advance for any ideas or help
Just do s off then it will bypass cid... But I think you can do fastboot oem write cid 11111111( don't know how many ones there are)
ziolko said:
Hi all,
I feel like I have looked everywhere and cannot find an answer for this. I have an at&t one x that is rooted and unlocked with a custom rom, however I somehow changed my cid from supercid 11111111 to htc__001. Is it possible to get supercid 11111111 back or at least wsc__001 so I can run the correct ruu on it.
Thank you in advance for any ideas or help
Click to expand...
Click to collapse
fastboot eom writecid "htc__001" or whatever you want it to be minus quotations while in fastboot.
---------- Post added at 03:30 PM ---------- Previous post was at 03:29 PM ----------
a box of kittens said:
Just do s off then it will bypass cid... But I think you can do fastboot oem write cid 11111111( don't know how many ones there are)
Click to expand...
Click to collapse
there's 8 characters in the CID
You can change the CID the old "manual" method: http://forum.xda-developers.com/showthread.php?t=1671396
Or if you do S-off, you can just change the CID with a fastboot command.
Sounds like you were one of the folks that changed to the quad core CID so you can flash a ROM from that phone. Scary.
redpoint73 said:
You can change the CID the old "manual" method: http://forum.xda-developers.com/showthread.php?t=1671396
Or if you do S-off, you can just change the CID with a fastboot command.
Sounds like you were one of the folks that changed to the quad core CID so you can flash a ROM from that phone. Scary.
Click to expand...
Click to collapse
I will try the manual fix, thank you!
I did not read everything I should have in the beginning. I was trying to run a ruu back to stock and did not know I could have done that with supercid ( which I had at the time) and thought I had to change the cid back to original and mistakenly thought HTC__001 was correct. After I realized WSC__001 was actually the correct original cid and now i can't change back in fastboot without errors. I got to comfortable and got ahead of myself.......
CWS__001
Sent from my HTC One X using xda app-developers app
redpoint73 said:
You can change the CID the old "manual" method: http://forum.xda-developers.com/showthread.php?t=1671396
Or if you do S-off, you can just change the CID with a fastboot command.
Sounds like you were one of the folks that changed to the quad core CID so you can flash a ROM from that phone. Scary.
Click to expand...
Click to collapse
You don't need S-off to use the fastboot command to change it from what I understand you just need to have Super CID.
exad said:
You don't need S-off to use the fastboot command to change it from what I understand you just need to have Super CID.
Click to expand...
Click to collapse
Right but without s-off, you can only do it once, away from SuperCID. After that, you're stuck.
OP has neither s-off nor SuperCID, which means he needs the exploit.
Back at SuperCID 11111111, thank you everyone.
ziolko said:
Back at SuperCID 11111111, thank you everyone.
Click to expand...
Click to collapse
Go s-off before you do anything else. You'll thank me later.
iElvis said:
Go s-off before you do anything else. You'll thank me later.
Click to expand...
Click to collapse
S-OFF achieved , now how do I get Jelly bean or another recommended rom?
ziolko said:
S-OFF achieved , now how do I get Jelly bean or another recommended rom?
Click to expand...
Click to collapse
Just load and flash. Once you're s-off, you can flash whatever you want.
iElvis said:
Just load and flash. Once you're s-off, you can flash whatever you want.
Click to expand...
Click to collapse
Well.. anything intended for your device!!!! -_- You're gonna brick noobs talking like that lol
Went with ViperXL 3.2.6 and love it! Thanks to all who helped!

[Q] So confused, have some questions.

I just got a AT&T HTC One X, and I never dealt with a HTC before (mostly Samsung). Right now the HTC is pure stock AT&T firmware 1.85. I need some helping guiding me what steps to take cause I'm confuse by it all. This is what I have so far from my research:
Step 1: RUU to 2.20? (not entirely sure on this)
Step 2: Use toolkit to get root
Step 3: Not sure which method to use but I need Supercid to 22222222 because HTCdev blocked AT&T and 11111111.
Step 4: Unlock Bootloader
Step 5: S-OFF, (is facepalm compatible with AT&T X?)
Step 6: Flash roms and have fun.
I appreciate any help and please tell me if I miss some steps.
deathsycthehe11 said:
I just got a AT&T HTC One X, and I never dealt with a HTC before (mostly Samsung). Right now the HTC is pure stock AT&T firmware 1.85. I need some helping guiding me what steps to take cause I'm confuse by it all. This is what I have so far from my research:
Step 1: RUU to 2.20? (not entirely sure on this)
Step 2: Use toolkit to get root
Step 3: Not sure which method to use but I need Supercid to 22222222 because HTCdev blocked AT&T and 11111111.
Step 4: Unlock Bootloader
Step 5: S-OFF, (is facepalm compatible with AT&T X?)
Step 6: Flash roms and have fun.
I appreciate any help and please tell me if I miss some steps.
Click to expand...
Click to collapse
http://forum.xda-developers.com/showthread.php?t=1709296 <--- root method for 1.85 I would try that before RUUing up to 2.20
I would try 11111111 first since that's what SuperCID gives you be default. If that doesn't work, then I would fastboot oem writecid 22222222 You can only change CID once without S-OFF so make sure to enter it right.
Other than that, you seem to be on the right path.
S-OFF directions are in the onexl orig. android dev. section so yes, compatible.
Good Luck, don't brick.
exad said:
http://forum.xda-developers.com/showthread.php?t=1709296 <--- root method for 1.85 I would try that before RUUing up to 2.20
I would try 11111111 first since that's what SuperCID gives you be default. If that doesn't work, then I would fastboot oem writecid 22222222 You can only change CID once without S-OFF so make sure to enter it right.
Other than that, you seem to be on the right path.
S-OFF directions are in the onexl orig. android dev. section so yes, compatible.
Good Luck, don't brick.
Click to expand...
Click to collapse
The 1.85 root seems a bit more complicated than the toolkit for 2.20. Which SuperCid method should I use then?
Hexedit your Cid.
Sent from my One X using xda app-developers app
exad said:
Hexedit your Cid.
Sent from my One X using xda app-developers app
Click to expand...
Click to collapse
Hey Exad, the day has come when I need to ask your advice on something. I'm gonna RUU up to 3.18 then downgrade my TS firmware so I can have a look at these new Carbon builds running the 3.4 kernel (which don't play nice with my current setup). So I need to gain SuperCID in order to s-off, having a Hong Kong issue phone on 1.85 never required me to have SuperCID in order to root. Anyway long story short, my question is: I should be able to just issue the following fastboot command in order to gain SuperCID right?
fastboot oem writecid 11111111
That should be fine yeah?
timmaaa said:
Hey Exad, the day has come when I need to ask your advice on something. I'm gonna RUU up to 3.18 then downgrade my TS firmware so I can have a look at these new Carbon builds running the 3.4 kernel (which don't play nice with my current setup). So I need to gain SuperCID in order to s-off, having a Hong Kong issue phone on 1.85 never required me to have SuperCID in order to root. Anyway long story short, my question is: I should be able to just issue the following fastboot command in order to gain SuperCID right?
fastboot oem writecid 11111111
That should be fine yeah?
Click to expand...
Click to collapse
No, only if you have already achieved s-off, you can change by "fastboot oem writecid" Have to hex edit it if not.
Sent from my HTC One
Exad said in his post above that you can edit it once while s-off though.
Sent from my Evita using XDA Premium
timmaaa said:
Exad said in his post above that you can edit it once while s-off though.
Sent from my Evita using XDA Premium
Click to expand...
Click to collapse
I think he meant BEFORE achieving s-off, you can change your cid ONCE. However, after gaining s-off, you can change ur cid as many as you want.
Sent from my HTC One
timmaaa said:
Exad said in his post above that you can edit it once while s-off though.
Sent from my Evita using XDA Premium
Click to expand...
Click to collapse
That should be correct
Sent from my HTC One X using Tapatalk 2
Thug_4_Life said:
I think he meant BEFORE achieving s-off, you can change your cid ONCE. However, after gaining s-off, you can change ur cid as many as you want.
Sent from my HTC One
Click to expand...
Click to collapse
Yeah and that's exactly what I want to do, and what I was asking. I need to change my CID once, to 11111111, so I can s-off.
Sent from my Evita using XDA Premium
---------- Post added at 02:08 AM ---------- Previous post was at 02:06 AM ----------
timmaaa said:
Exad said in his post above that you can edit it once while s-off though.
Sent from my Evita using XDA Premium
Click to expand...
Click to collapse
Oops, I meant while s-on.
Sent from my Evita using XDA Premium
Yes. Unless you don't trust me haha
Sent from my HTC One
Thug_4_Life said:
Yes. Unless you don't trust me haha
Sent from my HTC One
Click to expand...
Click to collapse
No disrespect man, but you've contradicted yourself above. I prefer confirmation from someone like InflatedTitan or Exad, as I know without a shadow of a doubt they know what they're talking about.
Sent from my Evita using XDA Premium
timmaaa said:
No disrespect man, but you've contradicted yourself above. I prefer confirmation from someone like InflatedTitan or Exad, as I know without a shadow of a doubt they know what they're talking about.
Sent from my Evita using XDA Premium
Click to expand...
Click to collapse
Good morning! ^_^
So, here's the scoop. After you Super CID, you can change your CID 1 time using fastboot oem writecid if you are S-ON
If you are S-OFF you can use that command as many times as you like.
If you have not already SuperCID'd and you are S-ON you would need to SuperCID first either by running the exploit script or hexiditing your CID manually.
I think that's what Thug_4_Life was trying to say too.
exad said:
Good morning! ^_^
So, here's the scoop. After you Super CID, you can change your CID 1 time using fastboot oem writecid if you are S-ON
If you are S-OFF you can use that command as many times as you like.
If you have not already SuperCID'd and you are S-ON you would need to SuperCID first either by running the exploit script or hexiditing your CID manually.
I think that's what Thug_4_Life was trying to say too.
Click to expand...
Click to collapse
Just one question that has been itching me for a long time. Is it correct that you can fastboot oem writecid while s-on? Until now, I believed that it was only after you gain s-off?
Sent from my HTC One
Thug_4_Life said:
Just one question that has been itching me for a long time. Is it correct that you can fastboot oem writecid while s-on? Until now, I believed that it was only after you gain s-off?
Sent from my HTC One
Click to expand...
Click to collapse
Only once if you've already SuperCID'd but not if you haven't already superCID'd
Thug_4_Life said:
No, only if you have already achieved s-off, you can change by "fastboot oem writecid" Have to hex edit it if not.
Sent from my HTC One
Click to expand...
Click to collapse
Exad will correct me if I'm wrong. But this was only true for ATT models. they weren't able to change cid, hence why it takes so long for ATT users so long to find an exploit then change cid.
That's why any other carriers are able to root no problem, there's far less restrictions. Beings he has one from hong Kong, I would imagine he can rewrite the cid because if this.
Personally I would give it a shot.
fastboot oem writecid 11111111
However beings we had a supercid script I don't know what happens if it doesn't write.. Fail I suppose
Sent from my HTC One X using Tapatalk 2
InflatedTitan said:
Exad will correct me if I'm wrong. But this was only true for ATT models. they weren't able to change cid, hence why it takes so long for ATT users so long to find an exploit then change cid.
That's why any other carriers are able to root no problem, there's far less restrictions. Beings he has one from hong Kong, I would imagine he can rewrite the cid because if this.
Personally I would give it a shot.
fastboot oem writecid 11111111
However beings we had a supercid script I don't know what happens if it doesn't write.. Fail I suppose
Sent from my HTC One X using Tapatalk 2
Click to expand...
Click to collapse
No, even non ATT phones follow the same restrictions, the only difference is HTCDev allows other carriers to unlock through HTCDev without having to SuperCID.
Since S-OFF requires CID to be 11111111 I wrote that Hex guide so we could change our CID to gain S-OFF too.
exad said:
No, even non ATT phones follow the same restrictions, the only difference is HTCDev allows other carriers to unlock through HTCDev without having to SuperCID.
Since S-OFF requires CID to be 11111111 I wrote that Hex guide so we could change our CID to gain S-OFF too.
Click to expand...
Click to collapse
Oh lol
Sent from my HTC One X using Tapatalk 2
So all in all, timmaaa must hex edit instead of fastboot oem writecid since he has yet to supercid, right?
Sent from my HTC One
Thug_4_Life said:
So all in all, timmaaa must hex edit instead of fastboot oem writecid since he has yet to supercid, right?
Sent from my HTC One
Click to expand...
Click to collapse
That's riiigggghhhttt! :laugh::good: <--- Good guy pose

[Q] S-OFF hboot 1.09

how can i s-off hboot 1.09 is it possible? or do i have to get a higher hboot in order to s-off?
lostassassin said:
how can i s-off hboot 1.09 is it possible? or do i have to get a higher hboot in order to s-off?
Click to expand...
Click to collapse
Yes it's possible for any hboot versions long as you're rooted and have SuperCID. Just follow the Facepalm S-off instructions here.
Sent from my Evita
timmaaa said:
Yes it's possible for any hboot versions long as you're rooted and have SuperCID. Just follow the Facepalm S-off instructions here.
Sent from my Evita
Click to expand...
Click to collapse
im not sure if i have super cid how would i be able to check that?
Run this fastboot command:
fastboot oem readcid
Tell us what it says
Sent from my Evita
timmaaa said:
Run this fastboot command:
fastboot oem readcid
Tell us what it says
Sent from my Evita
Click to expand...
Click to collapse
iv never used fastboot is that on the computer or on the phone?
lostassassin said:
iv never used fastboot is that on the computer or on the phone?
Click to expand...
Click to collapse
then you need to do some reading....everything you need to know for your device is here http://forum.xda-developers.com/showthread.php?t=1671237
Crappyvate said:
then you need to do some reading....everything you need to know for your device is here http://forum.xda-developers.com/showthread.php?t=1671237
Click to expand...
Click to collapse
awsome thanks

Need to sell my phone (Stock ROM help)

was wondering what stock rom i should flash and also the stock kernel cause viper rom broke my camera. thanks in advance
You need to give more information. What are your hboot/recovery details? Are you s-on or s-off?
Sent from my Evita
timmaaa said:
You need to give more information. What are your hboot/recovery details? Are you s-on or s-off?
Sent from my Evita
Click to expand...
Click to collapse
ViperXL 3.2.7
Kernel: 3.4.10-g240d4d5
[email protected] #1
SMP PREEMPT
HBOOT
Evita PVT SHIP S-ON RL
HBOOT- 1.09.0000
Radio-0.17.32.09.12
OpenDSP-v28.1.0.32.0504
eMMC-boot
Let me know if i forgot anything
And you want to go back to stock so you can sell the phone, right?
Sent from my Evita
timmaaa said:
And you want to go back to stock so you can sell the phone, right?
Sent from my Evita
Click to expand...
Click to collapse
Yes, stock and locked
First get s-off.
Then run the latest RUU.
Then write CID back to original CID.
Then relock bootloader.
Then go back to s-on.
Sent from my Evita
timmaaa said:
First get s-off.
Then run the latest RUU.
Then write CID back to original CID.
Then relock bootloader.
Then go back to s-on.
Sent from my Evita
Click to expand...
Click to collapse
would you mind providing links to those downloads and or tutorials
i dont know how to do the s-of or cid
timmaaa said:
First get s-off.
Then run the latest RUU.
Then write CID back to original CID.
Then relock bootloader.
Then go back to s-on.
Sent from my Evita
Click to expand...
Click to collapse
or can i use the all in one toolkit
Here's the link to s-off:
http://forum.xda-developers.com/showthread.php?t=2155071
You can Google the fastboot writecid and write secureflag commands.
Sent from my Evita
timmaaa said:
Here's the link to s-off:
http://forum.xda-developers.com/showthread.php?t=2155071
You can Google the fastboot writecid and write secureflag commands.
Sent from my Evita
Click to expand...
Click to collapse
can i use the all in one toolkit if not where do i get the ruu
Just follow the instructions in the s-off thread, it's simple.
Click on the link in my signature, it's a resource thread, there are links to RUU threads in that.
Sent from my Evita
timmaaa said:
Just follow the instructions in the s-off thread, it's simple.
Click on the link in my signature, it's a resource thread, there are links to RUU threads in that.
Sent from my Evita
Click to expand...
Click to collapse
where is my working folder. is there anyway you could add me on skype or teamviewer and help me cause i keep having problems in the terminal
OneDeagz said:
where is my working folder. is there anyway you could add me on skype or teamviewer and help me cause i keep having problems in the terminal
Click to expand...
Click to collapse
Your working folder is wherever you have adb/fastboot installed. I don't have Skype or teamviewer, I'm on my phone.
Sent from my Evita
timmaaa said:
Your working folder is wherever you have adb/fastboot installed. I don't have Skype or teamviewer, I'm on my phone.
Sent from my Evita
Click to expand...
Click to collapse
i just get this error
C:\Users\Deagz\Desktop\One_X_ATT_All-In-One_Kit_v3.0.1\One_X_ATT_All-In-One_Kit_
v\data>fastboot flash zip PJ8312000-OneX.zip
error: cannot load 'PJ8312000-OneX.zip'
do i need to unzip the file
No, don't unzip the file. Just make sure it's in the working folder. Is the phone in rebootRUU mode (black screen with HTC text) when you're giving that command?
Sent from my Evita
timmaaa said:
No, don't unzip the file. Just make sure it's in the working folder. Is the phone in rebootRUU mode (black screen with HTC text) when you're giving that command?
Sent from my Evita
Click to expand...
Click to collapse
yes it is black screen with whiteish silver htc logo
Have you tried doing it manually instead of using the AIO kit? Those screw up sometimes.
Sent from my Evita
timmaaa said:
Have you tried doing it manually instead of using the AIO kit? Those screw up sometimes.
Sent from my Evita
Click to expand...
Click to collapse
what is the command i use to get in to adb from the cmd
OneDeagz said:
what is the command i use to get in to adb from the cmd
Click to expand...
Click to collapse
You're not using adb for the first part of the s-off process. Did you read the instructions in the thread?
Sent from my Evita
timmaaa said:
You're not using adb for the first part of the s-off process. Did you read the instructions in the thread?
Sent from my Evita
Click to expand...
Click to collapse
yes i did so where am i inputting these commands

Categories

Resources