This is what happened when I tried S-off.
If you notice when I got the not found error I used ADB shell to look and see what the issue was, the first time I ran 'adb push soffbin3 /data/local/tmp/' I got 'failed to copy 'soffbin3' to '/data/local/tmp/': Is a directory'
So I went and looked - the directory structure was there but the file soffbin3 was not.
Ran the command again and it copied the file - then the file copied and chmod seemed to work - but running the file did not work - tried running command and going to the directory and running command == ./soffbin3
still get not found ?? tried multiple times.
C:\Android\android-sdk\adt-bundle-windows-x86_64-20130219\sdk\platform-tools>fas
tboot devices
HT24MW403861 fastboot
C:\Android\android-sdk\adt-bundle-windows-x86_64-20130219\sdk\platform-tools>fas
tboot oem rebootRUU
...
(bootloader) Start Verify: 3
OKAY [ 0.062s]
finished. total time: 0.062s
C:\Android\android-sdk\adt-bundle-windows-x86_64-20130219\sdk\platform-tools>fas
tboot flash zip PJ4011000-OneS.zip
< waiting for device >
sending 'zip' (36215 KB)...
OKAY [ 2.449s]
writing 'zip'...
(bootloader) adopting the signature contained in this image...
FAILED (remote: 92 supercid! please flush image again immediately)
finished. total time: 2.558s
C:\Android\android-sdk\adt-bundle-windows-x86_64-20130219\sdk\platform-tools>fas
tboot oem boot
...
(bootloader) Boot/Recovery signature checking...
(bootloader) Boot/Recovery signature checking...
(bootloader) setup_tag addr=0x80400100 cmdline add=0xC02E0654
(bootloader) TAG:Ramdisk OK
(bootloader) TAG:skuid 0x2ED01
(bootloader) TAG:hero panel = 0x2940043
(bootloader) TAG:engineerid = 0x0
(bootloader) TAG: PS ID = 0x0
(bootloader) TAG: Gyro ID = 0x0
(bootloader) Device CID is super CID
(bootloader) CID is super CID
(bootloader) Backup CID is empty
(bootloader) setting->cid::11111111
(bootloader) serial number: HT24MW403861
(bootloader) commandline from head: console=ttyHSL0,115200,n8 androidboot
(bootloader) .hardware=qcom
(bootloader) command line length =762
(bootloader) active commandline: poweron_status=1 reset_status=0 board_vi
(bootloader) lle.disable_uart3=0 diag.enabled=0 board_ville.debug_uart=0
(bootloader) userdata_sel=0 androidboot.emmc=true androidboot.pagesize=20
(bootloader) 48 skuid=0 ddt=20 ats=0 androidboot.lb=1 td.td=1 td.sf=1 td
(bootloader) .ofs=328 td.prd=1 td.dly=0 td.tmo=300 hlog.ofs=632 un.ofs=69
(bootloader) 8 imc_online_log=0 androidboot.efuse_info=FFSL androidboot.
(bootloader) baseband=1.13.50.05.25 androidboot.cid=11111111 androidboot.
(bootloader) devicerev=3 androidboot.batt_poweron=good_battery androidboo
(bootloader) t.carrier=ALL androi
(bootloader) aARM_Partion[0].name=misc
(bootloader) aARM_Partion[1].name=recovery
(bootloader) aARM_Partion[2].name=boot
(bootloader) aARM_Partion[3].name=system
(bootloader) aARM_Partion[4].name=local
(bootloader) aARM_Partion[5].name=cache
(bootloader) aARM_Partion[6].name=userdata
(bootloader) aARM_Partion[7].name=devlog
(bootloader) aARM_Partion[8].name=pdata
(bootloader) aARM_Partion[9].name=fat
(bootloader) aARM_Partion[A].name=extra
(bootloader) aARM_Partion.name=radio
(bootloader) aARM_Partion[C].name=adsp
(bootloader) aARM_Partion[D].name=dsps
(bootloader) aARM_Partion[E].name=wcnss
(bootloader) aARM_Partion[F].name=radio_config
(bootloader) aARM_Partion[10].name=modem_st1
(bootloader) aARM_Partion[11].name=modem_st2
(bootloader) partition number=18
(bootloader) Valid partition num=18
(bootloader) TZ_HTC_SVC_SET_DDR_MPU ret = 0
(bootloader) smem 90006000 (phy 90006000): TZ_HTC_SVC_UPDATE_SMEM ret = 0
(bootloader) TZ_HTC_SVC_LOG_OPERATOR ret = 0
(bootloader) TZ_HTC_SVC_ENC ret = 0
(bootloader) TZ_HTC_SVC_DISABLE ret = 474079232 (0x1C41E000)
(bootloader) jump_to_kernel: machine_id(3751), tags_addr(0x80400100), ker
(bootloader) nel_addr(0x80408000)
(bootloader) -------------------hboot boot time:26920 msec
FAILED (status read failed (Too many links))
finished. total time: 5.741s
C:\Android\android-sdk\adt-bundle-windows-x86_64-20130219\sdk\platform-tools>adb
push soffbin3 /data/local/tmp/
* daemon not running. starting it now on port 5037 *
* daemon started successfully *
failed to copy 'soffbin3' to '/data/local/tmp/': Is a directory
C:\Android\android-sdk\adt-bundle-windows-x86_64-20130219\sdk\platform-tools>adb
shell
~ # ←[6nls
ls
cache init.rc sdcard
data initlogo.rle supersu
default.prop internal_sdcard sys
dev mtdcache system
devlog proc tmp
etc res ueventd.goldfish.rc
fstab.qcom root ueventd.rc
init sbin
~ # ←[6ncd data
cd data
/data # ←[6nls
ls
data local
/data # ←[6ncd local
cd local
/data/local # ←[6nls
ls
tmp
/data/local # ←[6ncd tmp
cd tmp
/data/local/tmp # ←[6nls
ls
/data/local/tmp # ←[6nexit
exit
C:\Android\android-sdk\adt-bundle-windows-x86_64-20130219\sdk\platform-tools>adb
push soffbin3 /data/local/tmp/
4 KB/s (4751 bytes in 1.000s)
C:\Android\android-sdk\adt-bundle-windows-x86_64-20130219\sdk\platform-tools>adb
shell
~ # ←[6nls
ls
cache init.rc sdcard
data initlogo.rle supersu
default.prop internal_sdcard sys
dev mtdcache system
devlog proc tmp
etc res ueventd.goldfish.rc
fstab.qcom root ueventd.rc
init sbin
~ # ←[6ncd data
cd data
/data # ←[6nls
ls
data local
/data # ←[6ncd local
cd local
/data/local # ←[6nls
ls
tmp
/data/local # ←[6ncd tmp
cd tmp
/data/local/tmp # ←[6nls
ls
soffbin3
/data/local/tmp # ←[6nexit
exit
C:\Android\android-sdk\adt-bundle-windows-x86_64-20130219\sdk\platform-tools>adb
shell chmod 744 /data/local/tmp/soffbin3
C:\Android\android-sdk\adt-bundle-windows-x86_64-20130219\sdk\platform-tools>adb
shell su -c "/data/local/tmp/soffbin3"
/sbin/sh: su: not found
C:\Android\android-sdk\adt-bundle-windows-x86_64-20130219\sdk\platform-tools>adb
shell
~ # ←[6nls
ls
cache init.rc sdcard
data initlogo.rle supersu
default.prop internal_sdcard sys
dev mtdcache system
devlog proc tmp
etc res ueventd.goldfish.rc
fstab.qcom root ueventd.rc
init sbin
~ # ←[6ncd data
cd data
/data # ←[6nls
ls
data local
/data # ←[6ncd local
cd local
/data/local # ←[6nls
ls
tmp
/data/local # ←[6ncd tmp
cd tmp
/data/local/tmp # ←[6nls
ls
soffbin3
/data/local/tmp # ←[6n./soffbin3
./soffbin3
/sbin/sh: ./soffbin3: not found
/data/local/tmp # ←[6n
tboot devices
HT24MW403861 fastboot
C:\Android\android-sdk\adt-bundle-windows-x86_64-20130219\sdk\platform-tools>fas
tboot oem rebootRUU
...
(bootloader) Start Verify: 3
OKAY [ 0.062s]
finished. total time: 0.062s
C:\Android\android-sdk\adt-bundle-windows-x86_64-20130219\sdk\platform-tools>fas
tboot flash zip PJ4011000-OneS.zip
< waiting for device >
sending 'zip' (36215 KB)...
OKAY [ 2.449s]
writing 'zip'...
(bootloader) adopting the signature contained in this image...
FAILED (remote: 92 supercid! please flush image again immediately)
finished. total time: 2.558s
C:\Android\android-sdk\adt-bundle-windows-x86_64-20130219\sdk\platform-tools>fas
tboot oem boot
...
(bootloader) Boot/Recovery signature checking...
(bootloader) Boot/Recovery signature checking...
(bootloader) setup_tag addr=0x80400100 cmdline add=0xC02E0654
(bootloader) TAG:Ramdisk OK
(bootloader) TAG:skuid 0x2ED01
(bootloader) TAG:hero panel = 0x2940043
(bootloader) TAG:engineerid = 0x0
(bootloader) TAG: PS ID = 0x0
(bootloader) TAG: Gyro ID = 0x0
(bootloader) Device CID is super CID
(bootloader) CID is super CID
(bootloader) Backup CID is empty
(bootloader) setting->cid::11111111
(bootloader) serial number: HT24MW403861
(bootloader) commandline from head: console=ttyHSL0,115200,n8 androidboot
(bootloader) .hardware=qcom
(bootloader) command line length =762
(bootloader) active commandline: poweron_status=1 reset_status=0 board_vi
(bootloader) lle.disable_uart3=0 diag.enabled=0 board_ville.debug_uart=0
(bootloader) userdata_sel=0 androidboot.emmc=true androidboot.pagesize=20
(bootloader) 48 skuid=0 ddt=20 ats=0 androidboot.lb=1 td.td=1 td.sf=1 td
(bootloader) .ofs=328 td.prd=1 td.dly=0 td.tmo=300 hlog.ofs=632 un.ofs=69
(bootloader) 8 imc_online_log=0 androidboot.efuse_info=FFSL androidboot.
(bootloader) baseband=1.13.50.05.25 androidboot.cid=11111111 androidboot.
(bootloader) devicerev=3 androidboot.batt_poweron=good_battery androidboo
(bootloader) t.carrier=ALL androi
(bootloader) aARM_Partion[0].name=misc
(bootloader) aARM_Partion[1].name=recovery
(bootloader) aARM_Partion[2].name=boot
(bootloader) aARM_Partion[3].name=system
(bootloader) aARM_Partion[4].name=local
(bootloader) aARM_Partion[5].name=cache
(bootloader) aARM_Partion[6].name=userdata
(bootloader) aARM_Partion[7].name=devlog
(bootloader) aARM_Partion[8].name=pdata
(bootloader) aARM_Partion[9].name=fat
(bootloader) aARM_Partion[A].name=extra
(bootloader) aARM_Partion.name=radio
(bootloader) aARM_Partion[C].name=adsp
(bootloader) aARM_Partion[D].name=dsps
(bootloader) aARM_Partion[E].name=wcnss
(bootloader) aARM_Partion[F].name=radio_config
(bootloader) aARM_Partion[10].name=modem_st1
(bootloader) aARM_Partion[11].name=modem_st2
(bootloader) partition number=18
(bootloader) Valid partition num=18
(bootloader) TZ_HTC_SVC_SET_DDR_MPU ret = 0
(bootloader) smem 90006000 (phy 90006000): TZ_HTC_SVC_UPDATE_SMEM ret = 0
(bootloader) TZ_HTC_SVC_LOG_OPERATOR ret = 0
(bootloader) TZ_HTC_SVC_ENC ret = 0
(bootloader) TZ_HTC_SVC_DISABLE ret = 474079232 (0x1C41E000)
(bootloader) jump_to_kernel: machine_id(3751), tags_addr(0x80400100), ker
(bootloader) nel_addr(0x80408000)
(bootloader) -------------------hboot boot time:26920 msec
FAILED (status read failed (Too many links))
finished. total time: 5.741s
C:\Android\android-sdk\adt-bundle-windows-x86_64-20130219\sdk\platform-tools>adb
push soffbin3 /data/local/tmp/
* daemon not running. starting it now on port 5037 *
* daemon started successfully *
failed to copy 'soffbin3' to '/data/local/tmp/': Is a directory
C:\Android\android-sdk\adt-bundle-windows-x86_64-20130219\sdk\platform-tools>adb
shell
~ # ←[6nls
ls
cache init.rc sdcard
data initlogo.rle supersu
default.prop internal_sdcard sys
dev mtdcache system
devlog proc tmp
etc res ueventd.goldfish.rc
fstab.qcom root ueventd.rc
init sbin
~ # ←[6ncd data
cd data
/data # ←[6nls
ls
data local
/data # ←[6ncd local
cd local
/data/local # ←[6nls
ls
tmp
/data/local # ←[6ncd tmp
cd tmp
/data/local/tmp # ←[6nls
ls
/data/local/tmp # ←[6nexit
exit
C:\Android\android-sdk\adt-bundle-windows-x86_64-20130219\sdk\platform-tools>adb
push soffbin3 /data/local/tmp/
4 KB/s (4751 bytes in 1.000s)
C:\Android\android-sdk\adt-bundle-windows-x86_64-20130219\sdk\platform-tools>adb
shell
~ # ←[6nls
ls
cache init.rc sdcard
data initlogo.rle supersu
default.prop internal_sdcard sys
dev mtdcache system
devlog proc tmp
etc res ueventd.goldfish.rc
fstab.qcom root ueventd.rc
init sbin
~ # ←[6ncd data
cd data
/data # ←[6nls
ls
data local
/data # ←[6ncd local
cd local
/data/local # ←[6nls
ls
tmp
/data/local # ←[6ncd tmp
cd tmp
/data/local/tmp # ←[6nls
ls
soffbin3
/data/local/tmp # ←[6nexit
exit
C:\Android\android-sdk\adt-bundle-windows-x86_64-20130219\sdk\platform-tools>adb
shell chmod 744 /data/local/tmp/soffbin3
C:\Android\android-sdk\adt-bundle-windows-x86_64-20130219\sdk\platform-tools>adb
shell su -c "/data/local/tmp/soffbin3"
/sbin/sh: su: not found
C:\Android\android-sdk\adt-bundle-windows-x86_64-20130219\sdk\platform-tools>adb
shell
~ # ←[6nls
ls
cache init.rc sdcard
data initlogo.rle supersu
default.prop internal_sdcard sys
dev mtdcache system
devlog proc tmp
etc res ueventd.goldfish.rc
fstab.qcom root ueventd.rc
init sbin
~ # ←[6ncd data
cd data
/data # ←[6nls
ls
data local
/data # ←[6ncd local
cd local
/data/local # ←[6nls
ls
tmp
/data/local # ←[6ncd tmp
cd tmp
/data/local/tmp # ←[6nls
ls
soffbin3
/data/local/tmp # ←[6n./soffbin3
./soffbin3
/sbin/sh: ./soffbin3: not found
/data/local/tmp # ←[6n
If you notice when I got the not found error I used ADB shell to look and see what the issue was, the first time I ran 'adb push soffbin3 /data/local/tmp/' I got 'failed to copy 'soffbin3' to '/data/local/tmp/': Is a directory'
So I went and looked - the directory structure was there but the file soffbin3 was not.
Ran the command again and it copied the file - then the file copied and chmod seemed to work - but running the file did not work - tried running command and going to the directory and running command == ./soffbin3
still get not found ?? tried multiple times.
I will answer as soon as I get a chance to read everything more closely.
i didnt mean you should stop asking questions,i just didnt want you to think i was ignoring you. that output looks ok. you can try some different usb cables,and double check that nothing is running on the PC that may interfere with the phone. htc sync,pda net,easy tether,even i tunes can sometimes casue issues. ive seen things look fine in the cmd window,but not change the phone- its not real common,but it does happen. if something is comunicating with the phone at the same time,it can affect things.
maybe thats the prollem. if we could find you the super user app and binary that viper one is using,maybe you wouldnt get that error,and be in happy s off land 