Can't get S-Off or Super CID - HTC One S

I'm having some problems here. I tried to get superCID but strangely the CID never changes. Here's the commands. They all looked like they worked but the CID didn't change. (This is after I did the HEX editor and pushed the file back onto the SD card.)
Since that didn't work I tried rumrunners s-off script but that said it couldn't work with my ROM Beanstalk 4.4.2 or kernel.
HTC One S, Rooted, Beanstalk 4.4.2
S4 1.5Ghz Dual Core
HBOOT - 2.15
Kernel 3.4.76-ge75b9c0 phoenixita
Baseband 1.13.50.05........
Code:
C:\fastboot>adb shell
[email protected]:/ # su
su
[email protected]:/ # ls -l /sdcard/mmcblk0p4MOD
ls -l /sdcard/mmcblk0p4MOD
-rwxrwx--- root sdcard_r 1024 2014-02-23 13:32 mmcblk0p4MOD
[email protected]:/ # dd if=/sdcard/mmcblk0p4MOD of=/dev/block/mmcblk0p4
dd if=/sdcard/mmcblk0p4MOD of=/dev/block/mmcblk0p4
2+0 records in
2+0 records out
1024 bytes transferred in 0.015 secs (68266 bytes/sec)
[email protected]:/ # exit
exit
[email protected]:/ # exit
exit
C:\fastboot>adb reboot bootloader
C:\fastboot>fastboot oem readcid
...
(bootloader) cid: T-MOB010
OKAY [ 0.016s]
finished. total time: 0.016s

Wrong section. Next time Q&A.
Switch for a moment to a sense 2.15 Rom and try facepalm S-off.

fonnae said:
I'm having some problems here. I tried to get superCID but strangely the CID never changes. Here's the commands. They all looked like they worked but the CID didn't change. (This is after I did the HEX editor and pushed the file back onto the SD card.)
Since that didn't work I tried rumrunners s-off script but that said it couldn't work with my ROM Beanstalk 4.4.2 or kernel.
HTC One S, Rooted, Beanstalk 4.4.2
S4 1.5Ghz Dual Core
HBOOT - 2.15
Kernel 3.4.76-ge75b9c0 phoenixita
Baseband 1.13.50.05........
Code:
C:\fastboot>adb shell
[email protected]:/ # su
su
[email protected]:/ # ls -l /sdcard/mmcblk0p4MOD
ls -l /sdcard/mmcblk0p4MOD
-rwxrwx--- root sdcard_r 1024 2014-02-23 13:32 mmcblk0p4MOD
[email protected]:/ # dd if=/sdcard/mmcblk0p4MOD of=/dev/block/mmcblk0p4
dd if=/sdcard/mmcblk0p4MOD of=/dev/block/mmcblk0p4
2+0 records in
2+0 records out
1024 bytes transferred in 0.015 secs (68266 bytes/sec)
[email protected]:/ # exit
exit
[email protected]:/ # exit
exit
C:\fastboot>adb reboot bootloader
C:\fastboot>fastboot oem readcid
...
(bootloader) cid: T-MOB010
OKAY [ 0.016s]
finished. total time: 0.016s
Click to expand...
Click to collapse
Try rumrunner s-off and when your finished with that reboot to bootloader then go into fastboot, open up a command window and type "fastboot oem writecid 11111111" (without quotes)

Did you edit that file via hex editor?
EDIT: oh sorry... :cyclops:

dd98 said:
Try rumrunner s-off and when your finished with that reboot to bootloader then go into fastboot, open up a command window and type "fastboot oem writecid 11111111" (without quotes)
Click to expand...
Click to collapse
Unfortunately, I already tried Rumrunner. It didnt' work and mentioned something about the "cap is on too tight" and try a custom kernel or different ROM.
I also tried Firewater and after typing 'Yes' it just exited.
I'm pretty much out of ideas here.

fonnae said:
Unfortunately, I already tried Rumrunner. It didnt' work and mentioned something about the "cap is on too tight" and try a custom kernel or different ROM.
I also tried Firewater and after typing 'Yes' it just exited.
I'm pretty much out of ideas here.
Click to expand...
Click to collapse
Try moonshine
Sent from my SPH-L710 using Nightmare Rom

Thread Moved to Q&A, Help & Troubleshooting
As per the Forum Rules (which you agreed to when you signed up to XDA), development sections are only for development work to be posted, NOT for questions.
Please remember that in future so we don't have a repeat situation.
Regards,
- KidCarter93
Forum Moderator

Related

[Q] trouble with MT4G downgrade

when i try to set the version it says permission denied.. i have successfully done the previous steps and when i try to put in the line in red it just doesnt give me permission even though i have # i am using http://forum.xda-developers.com/showthread.php?t=1178912
please refer to the Changing Version Number to Allow Downgrade section.
what am i doing wrong? what do i have too do?
P.S. I am asking in a new thread because the downgrade walktrough is in developers and i am new. any help will be apreciated
C:\AndroidSDK\platform-tools>adb shell
# /data/local/tmp/misc_version_01/misc_version -s 1.00.000.0
\/data/local/tmp/misc_version_01/misc_version -s 1.00.000.0
/data/local/tmp/misc_version_01/misc_version: permission denied
# sync
\sync
# dd if=/dev/block/mmcblk0p17 bs=1 skip=160 count=10
dd if=/dev/block/mmcblk0p17 bs=1 skip=160 count=10
2.19.531.110+0 records in
10+0 records out
10 bytes transferred in 0.003 secs (3333 bytes/sec)
#
Are you gaining temp root first?
um you didnt link to anything
I am seeing different commands than what you have posted...
> adb push misc_version /data/local/tmp/misc_version
> adb shell chmod 777 /data/local/tmp/misc_version
> adb shell
# /data/local/tmp/misc_version -s 1.00.000.0
they are different because the file name was different(it was misc_version_01 folder but had same misc_version file inside) and i pushed folder and not just the file so i had to get to the file
oh and i did get temp root...
that make adb shell make a # right
eddy14777 said:
they are different because the file name was different(it was misc_version_01 folder but had same misc_version file inside) and i pushed folder and not just the file so i had to get to the file
Click to expand...
Click to collapse
That shouldn't be the case, you are supposed to unzip the folder in your platform-tools directory, so you shouldn't have the folder name in the command...just the file.
thanks! i will try this and se if that goes smoother
you sir are a genious! thankyou soo much.. i probably wouldnt have gotten past this if it werent for you... thankyou
eddy14777 said:
you sir are a genious! thankyou soo much.. i probably wouldnt have gotten past this if it werent for you... thankyou
Click to expand...
Click to collapse
No problem...glad I could help

Super cid: 11111111

This is not my work but I did not see it in the dev section so I thought this would be a perfect repost. I read this in the HTC one X thread and I followed it EXACTLY as wrote and it worked for the One S. I have the Tmo version.
http://forum.xda-developers.com/showthread.php?p=26516911#post26516911
This is not my work.
My phone is only unlocked via HTCdev and is NOT s-off and it worked flawlessly.
You need S-OFF for SuperCID but okay.
no you don't so check it out before you do it. duh. I'm unlocked via htcdev but not s-off. Like I said it worked on my One S and you know the ONE s hasn't recieved s-off has it. Look into stuff a little better before you tare it down.
[email protected] ~ $ adb shell
* daemon not running. starting it now on port 5037 *
* daemon started successfully *
[email protected]:/ $ su
[email protected]:/ # dd if=/dev/block/mmcblk0p4 of=/sdcard/mmcblk0p4
2+0 records in
2+0 records out
1024 bytes transferred in 0.002 secs (512000 bytes/sec)
[email protected]:/ # exit
[email protected]:/ $ exit
[email protected] ~ $ adb pull /sdcard/mmcblk0p4
12 KB/s (1024 bytes in 0.078s)
[email protected] ~ $ adb reboot-bootloader
[email protected] ~ $ fastboot oem readcid
...
(bootloader) cid: T-MOB010
OKAY [ 0.005s]
finished. total time: 0.005s
[email protected] ~ $ fastboot reboot
[email protected] ~ $ adb push mmcblk0p4MOD /sdcard/mmcblk0p4MOD
8 KB/s (1024 bytes in 0.112s)
[email protected] ~ $ adb shell
[email protected]:/ $ su
[email protected]:/ # dd if=/sdcard/mmcblk0p4MOD of=/dev/block/mmcblk0p4
2+0 records in
2+0 records out
1024 bytes transferred in 0.365 secs (2805 bytes/sec)
[email protected]:/ # exit
[email protected]:/ $ exit
[email protected] ~ $ adb reboot-bootloader
[email protected] ~ $ fastboot oem readcid
...
(bootloader) cid: 11111111
OKAY [ 0.005s]
finished. total time: 0.005s
[email protected] ~ $ fastboot reboot
shootind5nukes said:
[email protected] ~ $ adb shell
* daemon not running. starting it now on port 5037 *
* daemon started successfully *
[email protected]:/ $ su
[email protected]:/ # dd if=/dev/block/mmcblk0p4 of=/sdcard/mmcblk0p4
2+0 records in
2+0 records out
1024 bytes transferred in 0.002 secs (512000 bytes/sec)
[email protected]:/ # exit
[email protected]:/ $ exit
[email protected] ~ $ adb pull /sdcard/mmcblk0p4
12 KB/s (1024 bytes in 0.078s)
[email protected] ~ $ adb reboot-bootloader
[email protected] ~ $ fastboot oem readcid
...
(bootloader) cid: T-MOB010
OKAY [ 0.005s]
finished. total time: 0.005s
[email protected] ~ $ fastboot reboot
[email protected] ~ $ adb push mmcblk0p4MOD /sdcard/mmcblk0p4MOD
8 KB/s (1024 bytes in 0.112s)
[email protected] ~ $ adb shell
[email protected]:/ $ su
[email protected]:/ # dd if=/sdcard/mmcblk0p4MOD of=/dev/block/mmcblk0p4
2+0 records in
2+0 records out
1024 bytes transferred in 0.365 secs (2805 bytes/sec)
[email protected]:/ # exit
[email protected]:/ $ exit
[email protected] ~ $ adb reboot-bootloader
[email protected] ~ $ fastboot oem readcid
...
(bootloader) cid: 11111111
OKAY [ 0.005s]
finished. total time: 0.005s
[email protected] ~ $ fastboot reboot
Click to expand...
Click to collapse
Hey mate, you tried flashing a different RUU using this?
Sent from my HTC One S using xda premium
I will try flashing new radio from the 1.78 RUU right now and I'll post back
shootind5nukes said:
I will try flashing new radio from the 1.78 RUU right now and I'll post back
Click to expand...
Click to collapse
Awesome, good luck. If that works this is a brilliant find. Good trolling
Sent from my HTC One S using xda premium
haha awesome, Ignore the negativity.. Some people just dont learn...
Can we skip
Change CWS_001 to ROGER001 and save the file as mmcblk0p4MOD
Click to expand...
Click to collapse
and just change it straight to 11111111 instead of doing this as the last step ?
azzledazzle said:
haha awesome, Ignore the negativity.. Some people just dont learn...
Can we skip and just change it straight to 11111111 instead of doing this as the last step ?
Click to expand...
Click to collapse
I appears so from the other thread. Unless you like roger
Sent from my HTC One S using xda premium
as you see above I went strait to 11111111.
shootind5nukes said:
no you don't so check it out before you do it. duh. I'm unlocked via htcdev but not s-off. Like I said it worked on my One S and you know the ONE s hasn't recieved s-off has it. Look into stuff a little better before you tare it down.
Click to expand...
Click to collapse
Ah.
Thanks.
Stock recovery keeps saying can't mount /sdcard...I'm trying to install ruu
Awesome I knew when I saw the alternate method to flash a radio worked this wouldn't be far along. I'd expect we'll get a few more goodies from type of method soon.
Also, I knew it was great news when I saw the ATT One X specs. It's so close to the One S we'll be able to benefit from it's development for the entire life cycle of the One S
---------- Post added at 07:44 PM ---------- Previous post was at 07:15 PM ----------
This was quick and easy. My TMOUS phone is now 11111111. Just want to point out to others that you should stop at step 11.
dc211 said:
Awesome I knew when I saw the alternate method to flash a radio worked this wouldn't be far along. I'd expect we'll get a few more goodies from type of method soon.
Also, I knew it was great news when I saw the ATT One X specs. It's so close to the One S we'll be able to benefit from it's development for the entire life cycle of the One S
---------- Post added at 07:44 PM ---------- Previous post was at 07:15 PM ----------
This was quick and easy. My TMOUS phone is now 11111111. Just want to point out to others that you should stop at step 11.
Click to expand...
Click to collapse
I agree I think the roms will be interchangeable just like the att and tmobile gs2 are interchangeable
sent from a guy living in a van down by the river
sorry for the question but what exactly does this do?
SuperCID gives you ability to flash any RUU you want, regardless your original phone brand.
Antubis said:
SuperCID gives you ability to flash any RUU you want, regardless your original phone brand.
Click to expand...
Click to collapse
would superCID'ing also allow OTA update? let's say I flashed a RUU to my US t-mobile phone, will i get the 1.78 update?
How lucky I was already SuperCID.
My phone was a demo from Vodafone.
So you should be able to de brand this way . Just Change the CID to HTC__001 then flash lates RUU . Correct?
wardy said:
So you should be able to de brand this way . Just Change the CID to HTC__001 then flash lates RUU . Correct?
Click to expand...
Click to collapse
Thats correct yes.. But you could change it to 11111111 and you can flash ANYTHING.. no more worrying about CID Mismatches again !

cid incorrect update fail

hy guys
I want to downgrade my htc desire z, and i am follwing all the steps only the thing is that on ./flashgc it gives me this: permission denied.
and finally and the most important, when i begin to downgrade it gives me this message: CID Incorrect update fail.
please help me
amiraria said:
hy guys
I want to downgrade my htc desire z, and i am follwing all the steps only the thing is that on ./flashgc it gives me this: permission denied.
and finally and the most important, when i begin to downgrade it gives me this message: CID Incorrect update fail.
please help me
Click to expand...
Click to collapse
Can you post the original post you are following? You might need to create your own goldcard.
CID Incorrect update failed
iSkanky said:
Can you post the original post you are following? You might need to create your own goldcard.
Click to expand...
Click to collapse
after doing all the settings as instruction shows i started writing the cammonds like below:
> adb shell cat /dev/msm_rotator
/dev/msm_rotator: invalid length
> adb push fre3vo /data/local/tmp
> adb shell
$ chmod 777 /data/local/tmp/fre3vo
$ /data/local/tmp/fre3vo -debug -start FAA90000 -end FFFFFFFF
Buffer offset: 00000000
Buffer size: 8192
Scanning region fb7b0000...
Scanning region fb8a0000...
Scanning region fb990000...
Scanning region fba90000...
Potential exploit area found at address fbb4d600:a00.
Exploiting device...
> adb shell
# exit
> adb push misc_version /data/local/tmp/misc_version
> adb push flashgc /data/local/tmp/flashgc
> adb shell chmod 777 /data/local/tmp/*
> adb shell
# cd /data/local/tmp
# ./misc_version -s 1.00.000.0
--set_version set. VERSION will be changed to: 1.00.000.0
Patching and backing up partition 17...
./flashgc (In this part when i am writing this code i will get this massage: ./flashgc permission denied, then i countinued typing the rest of the codes).
# sync
# dd if=/dev/block/mmcblk0p17 bs=1 skip=160 count=10
1.00.000.010+0 records in
10+0 records out
10 bytes transferred in 0.001 secs (10000 bytes/sec) (here also instead of getting 10000 bytes/sec i get 5000 bytes/sec)
(here i downloaded PC10IMG.zip and copied to my sdcart)
(then for Fastboot Downgrade i wrote these codes)
> adb reboot bootloader
> fastboot devices
(My device is recognized by typing the above command)
> fastboot oem rebootRUU
(but after finishing all the procedure it will give me this error: CID Incorrect update failed)
flashgc is not working and it gives the error: CID incorrect
amiraria said:
after doing all the settings as instruction shows i started writing the cammonds like below:
> adb shell cat /dev/msm_rotator
/dev/msm_rotator: invalid length
> adb push fre3vo /data/local/tmp
> adb shell
$ chmod 777 /data/local/tmp/fre3vo
$ /data/local/tmp/fre3vo -debug -start FAA90000 -end FFFFFFFF
Buffer offset: 00000000
Buffer size: 8192
Scanning region fb7b0000...
Scanning region fb8a0000...
Scanning region fb990000...
Scanning region fba90000...
Potential exploit area found at address fbb4d600:a00.
Exploiting device...
> adb shell
# exit
> adb push misc_version /data/local/tmp/misc_version
> adb push flashgc /data/local/tmp/flashgc
> adb shell chmod 777 /data/local/tmp/*
> adb shell
# cd /data/local/tmp
# ./misc_version -s 1.00.000.0
--set_version set. VERSION will be changed to: 1.00.000.0
Patching and backing up partition 17...
./flashgc (In this part when i am writing this code i will get this massage: ./flashgc permission denied, then i countinued typing the rest of the codes).
# sync
# dd if=/dev/block/mmcblk0p17 bs=1 skip=160 count=10
1.00.000.010+0 records in
10+0 records out
10 bytes transferred in 0.001 secs (10000 bytes/sec) (here also instead of getting 10000 bytes/sec i get 5000 bytes/sec)
(here i downloaded PC10IMG.zip and copied to my sdcart)
(then for Fastboot Downgrade i wrote these codes)
> adb reboot bootloader
> fastboot devices
(My device is recognized by typing the above command)
> fastboot oem rebootRUU
(but after finishing all the procedure it will give me this error: CID Incorrect update failed)
Click to expand...
Click to collapse
I even made a goldcard but i dont know how to use it, i mean the file name is Goldcard.img, i dont know whether i should place it in the related folder or not ? what should be the extension of the file.
one thing more: my device is htc desire z 2.3.3 . and i downloaded the ( Desire Z: PC10IMG.zip
Mirrors:
PC10IMG.zip
Vision_DZ_1.34.405.5_PC10IMG.zip
Vision_DZ_1.34.405.5_PC10IMG.zip) the first one is it correct or not? or i should download the (G2: PC10IMG_Vision_TMOUS_1.19.531.1_Radio_12.21.60.09b _26.02.01.15_M2_release_149459_signed.zip
Mirrors:
Vision_G2_1.19.531.1_PC10IMG.zip
Vision_G2_1.19.531.1_PC10IMG.zip
MD5: 531c08dc402e15577b947bf4cd22aec2)
please help me

[Q] Installing Rom without root?

I know, it sounds stupid, but I wanted to get a direct answer from the community. Is it possible to install a rom without rooting it? Like going into recovery and just doing it?
With my short knowledge but I'm not sure but don't take my word for it.
Sent from my LG-LS970 using xda app-developers app
Yes if your bootloader is unlocked you can install recovery and flash roms. Root is not needed for that.
Sent from my HTC One X using xda app-developers app
exad said:
Yes if your bootloader is unlocked you can install recovery and flash roms. Root is not needed for that.
Sent from my HTC One X using xda app-developers app
Click to expand...
Click to collapse
Oh well, that isn't going to work then. Damn phone will not root at ALL. I've tried everything. Gonna try to trade this phone for a better phone, this is ridiculous.
What phone is it? I just got mine rooted but haven't been here in a year so lost my mod savvy
Sent from my SCH-R820 using xda app-developers app
dharbin34 said:
What phone is it? I just got mine rooted but haven't been here in a year so lost my mod savvy
Sent from my SCH-R820 using xda app-developers app
Click to expand...
Click to collapse
Its the AT&T HTC One X. You are supposed to get the cid number to 11111, but it just ain't happening.
Yes att blocks bootloader unlocking so supercid is needed
Sent from my HTC One X using xda app-developers app
exad said:
Yes att blocks bootloader unlocking so supercid is needed
Sent from my HTC One X using xda app-developers app
Click to expand...
Click to collapse
it says I need to root the phone, but I can't root until I get it unlocked. How does this make sense?
Plus, the command thing says su, which means he is using linux right? I don't have it.
-_-
You gain temp root which allows you to change the CID to unlock your bootloader through HTCdev
---------- Post added at 06:01 PM ---------- Previous post was at 06:00 PM ----------
DarthScabrous said:
Plus, the command thing says su, which means he is using linux right? I don't have it.
Click to expand...
Click to collapse
YEs, you need linux for the 3.18 method posted. I believe the windows commands are also posted somewhere within that thread.
exad said:
-_-
You gain temp root which allows you to change the CID to unlock your bootloader through HTCdev
---------- Post added at 06:01 PM ---------- Previous post was at 06:00 PM ----------
YEs, you need linux for the 3.18 method posted. I believe the windows commands are also posted somewhere within that thread.
Click to expand...
Click to collapse
On the 3.18, you cannot. Not with an AT&T HTC One X. HTC Dev does not work.
DarthScabrous said:
On the 3.18, you cannot. Not with an AT&T HTC One X. HTC Dev does not work.
Click to expand...
Click to collapse
http://forum.xda-developers.com/showthread.php?t=2283760
Nevermind, I understand your post now. Or I think I do. This is by far the most difficult phone I've had to deal with.
DarthScabrous said:
Nevermind, I understand your post now. Or I think I do. This is by far the most difficult phone I've had to deal with.
Click to expand...
Click to collapse
It's not that hard if you have working knowledge of ADB/fastboot. Even easier if you have working knowledge of linux.
exad said:
It's not that hard if you have working knowledge of ADB/fastboot. Even easier if you have working knowledge of linux.
Click to expand...
Click to collapse
This is the only phone I've had to use Linux on though. I don't have time to learn linux, and the windows script doesn't work it seems. It says the same thing everytime.
C:\Users\AmberRivers\Downloads\JOSE METHOD ONEX 318\JOSE METHOD>adb push oneXcho
pper /data/local/tmp/xpwn
error: device not found
C:\Users\AmberRivers\Downloads\JOSE METHOD ONEX 318\JOSE METHOD>adb push busybox
/data/local/tmp/busybox
error: device not found
C:\Users\AmberRivers\Downloads\JOSE METHOD ONEX 318\JOSE METHOD>adb push ownage
/data/local/tmp/phase1.sh
error: device not found
C:\Users\AmberRivers\Downloads\JOSE METHOD ONEX 318\JOSE METHOD>adb shell chmod
755 /data/local/tmp/xpwn /data/local/tmp/busybox
error: device not found
C:\Users\AmberRivers\Downloads\JOSE METHOD ONEX 318\JOSE METHOD>adb shell ln -s
/data/local/tmp/busybox /data/local/tmp/sed
error: device not found
C:\Users\AmberRivers\Downloads\JOSE METHOD ONEX 318\JOSE METHOD>adb shell "/data
/local/tmp/xpwn"
error: device not found
C:\Users\AmberRivers\Downloads\JOSE METHOD ONEX 318\JOSE METHOD>adb reboot bootl
oader
error: device not found
C:\Users\AmberRivers\Downloads\JOSE METHOD ONEX 318\JOSE METHOD>fastboot wait-fo
r-device
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
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
C:\Users\AmberRivers\Downloads\JOSE METHOD ONEX 318\JOSE METHOD>fastboot oem rea
dcid
...
(bootloader) cid: CWS__001
OKAY [ 0.010s]
finished. total time: 0.010s
C:\Users\AmberRivers\Downloads\JOSE METHOD ONEX 318\JOSE METHOD>echo "your cid s
hould be 11111111, if not it failed, if yes press enter"
"your cid should be 11111111, if not it failed, if yes press enter"
C:\Users\AmberRivers\Downloads\JOSE METHOD ONEX 318\JOSE METHOD>pause
Press any key to continue . . .
And everytime I press "any" key, it just closes. I don't know what to do. I'm trying to learn on this phone, but this is proving difficult.
DarthScabrous said:
This is the only phone I've had to use Linux on though. I don't have time to learn linux, and the windows script doesn't work it seems. It says the same thing everytime.
C:\Users\AmberRivers\Downloads\JOSE METHOD ONEX 318\JOSE METHOD>adb push oneXcho
pper /data/local/tmp/xpwn
error: device not found
C:\Users\AmberRivers\Downloads\JOSE METHOD ONEX 318\JOSE METHOD>adb push busybox
/data/local/tmp/busybox
error: device not found
C:\Users\AmberRivers\Downloads\JOSE METHOD ONEX 318\JOSE METHOD>adb push ownage
/data/local/tmp/phase1.sh
error: device not found
C:\Users\AmberRivers\Downloads\JOSE METHOD ONEX 318\JOSE METHOD>adb shell chmod
755 /data/local/tmp/xpwn /data/local/tmp/busybox
error: device not found
C:\Users\AmberRivers\Downloads\JOSE METHOD ONEX 318\JOSE METHOD>adb shell ln -s
/data/local/tmp/busybox /data/local/tmp/sed
error: device not found
C:\Users\AmberRivers\Downloads\JOSE METHOD ONEX 318\JOSE METHOD>adb shell "/data
/local/tmp/xpwn"
error: device not found
C:\Users\AmberRivers\Downloads\JOSE METHOD ONEX 318\JOSE METHOD>adb reboot bootl
oader
error: device not found
C:\Users\AmberRivers\Downloads\JOSE METHOD ONEX 318\JOSE METHOD>fastboot wait-fo
r-device
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
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
C:\Users\AmberRivers\Downloads\JOSE METHOD ONEX 318\JOSE METHOD>fastboot oem rea
dcid
...
(bootloader) cid: CWS__001
OKAY [ 0.010s]
finished. total time: 0.010s
C:\Users\AmberRivers\Downloads\JOSE METHOD ONEX 318\JOSE METHOD>echo "your cid s
hould be 11111111, if not it failed, if yes press enter"
"your cid should be 11111111, if not it failed, if yes press enter"
C:\Users\AmberRivers\Downloads\JOSE METHOD ONEX 318\JOSE METHOD>pause
Press any key to continue . . .
And everytime I press "any" key, it just closes. I don't know what to do. I'm trying to learn on this phone, but this is proving difficult.
Click to expand...
Click to collapse
Well that's easy enough. The fact that you can't figure this out just by looking at that tells me you are not ready to root this phone.
ADB doesn't find your phone so you've either got USB debugging disabled or you don't have the drivers installed or there's something conflicting with the drivers.
Most likely the first reasons since Fastboot seems to work.
exad said:
Well that's easy enough. The fact that you can't figure this out just by looking at that tells me you are not ready to root this phone.
ADB doesn't find your phone so you've either got USB debugging disabled or you don't have the drivers installed or there's something conflicting with the drivers.
Click to expand...
Click to collapse
Nice snarky little attitude. I have debugging on, all the correct drivers have been installed (TWICE). Instead of acting superior, maybe you could direct me to something that can help me better. I've been at this for a day now, looking at everything I possibly can. I'm sorry that I'm not picking it up as quickly as you or others, but that is no reason for you to act that way.
DarthScabrous said:
Nice snarky little attitude. I have debugging on, all the correct drivers have been installed (TWICE). Instead of acting superior, maybe you could direct me to something that can help me better. I've been at this for a day now, looking at everything I possibly can. I'm sorry that I'm not picking it up as quickly as you or others, but that is no reason for you to act that way.
Click to expand...
Click to collapse
I am helping you ^_^ There's nowhere I can direct you since this is something you'll have to troubleshoot, if you wan't my help you'll just have to deal with me "acting superior". When you are running that command, is your phone in bootloader/fastboot mode or loaded into android?
Also, I said what I said for your own protection. This phone is quirky. You may find that out the hard way.
exad said:
I am helping you ^_^ There's nowhere I can direct you since this is something you'll have to troubleshoot, if you wan't my help you'll just have to deal with me "acting superior". When you are running that command, is your phone in bootloader/fastboot mode or loaded into android?
Click to expand...
Click to collapse
Sorry, sorry, I'm frustrated. When I run the command, it is in android, but then reboots into the bootloader.
DarthScabrous said:
Sorry, sorry, I'm frustrated. When I run the command, it is in android, but then reboots into the bootloader.
Click to expand...
Click to collapse
No need to apologize, Bizarre that it says your phone isn't found and yet reboots to bootloader...
Can you do adb devices for me and tell me what it says while in android.

Help getting SuperCID

I need help to get superCID for my one s, I tried the superCID methods with the hex eddit and the the one that the one x/xl users use on AT&T.
It says push successful but the SuperCID isn't changing... It shows T-MOB010 Doesn't matter what i do... Im bootloader unlocked and rooted and i run the viperones 3.1.3 hboot 2.15.0000 & radio 1.13, s-on.
I tried all the auto s-off methods (rumrunner, moonshine, firewater) can't get them to work... Sdk installed and working on my pc, running windows 7 ultimate 64 bit. For facepalm i need superCID and i can't change it doesn't matter what i try :/ i even tried using terminal emulator from my phone directly using the hex eddit method. Please help!
here is a transcript from the CMD:
C:\Android\adt-bundle-windows-x86_64-20140321\sdk\platform-tools>adb shell
* daemon not running. starting it now on port 5037 *
* daemon started successfully *
[email protected]/# su
su
[email protected]/# dd if=/dev/block/mmcblk0p4 of=/sdcard/mmcblk0p4
dd if=/dev/block/mmcblk0p4 of=/sdcard/mmcblk0p4
2+0 records in
2+0 records out
1024 bytes transferred in 0.001 secs (1024000 bytes/sec)
[email protected]/# exit
exit
[email protected]/# exit
exit
C:\Android\adt-bundle-windows-x86_64-20140321\sdk\platform-tools>adb pull /sdcar
d/mmcblk0p4
200 KB/s (1024 bytes in 0.005s)
C:\Android\adt-bundle-windows-x86_64-20140321\sdk\platform-tools>adb push mmcblk
0p4MOD /sdcard/mmcblk0p4MOD
100 KB/s (1024 bytes in 0.010s)
C:\Android\adt-bundle-windows-x86_64-20140321\sdk\platform-tools>adb shell
[email protected]/# su
su
[email protected]/# su
su
[email protected]/# dd if=/sdcard/mmcblk0p4MOD of=/dev/block/mmcblk0p4
dd if=/sdcard/mmcblk0p4MOD of=/dev/block/mmcblk0p4
2+0 records in
2+0 records out
1024 bytes transferred in 0.007 secs (146285 bytes/sec)
[email protected]/# adb reboot bootloader
adb reboot bootloader
* daemon not running. starting it now on port 5038 *
* daemon started successfully *
error: device not found
1|[email protected]/# adb reboot bootloader
adb reboot bootloader
error: device not found
1|[email protected]/# exit
exit
1|[email protected]/# exit
exit
1|[email protected]/# exit
exit
C:\Android\adt-bundle-windows-x86_64-20140321\sdk\platform-tools>adb reboot boot
loader
C:\Android\adt-bundle-windows-x86_64-20140321\sdk\platform-tools>fastboot oem re
adcid
...
(bootloader) cid: T-MOB010
OKAY [ 0.011s]
finished. total time: 0.011s
Sent from my HTC One S using XDA Premium 4 mobile app

Categories

Resources