• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

Root [CDMA] Fastboot OEM unlock

Htc has a minor update to fix a calendar bug in the software the first day the phone comes out, but I read here that it also updates the bootloader. So this goes out to the people that have them, can yall try the Fastboot unlock from adb? I have a feeling it will be overlooked because of the exploits we had had to use to root phones before! If they unlocked the bootloader this quick it would be great!
I get mine at 12 on Friday but I wanna see this attempted before I get it!
Thanks in advance guys.
 
I was able to get the phone to find the update manually. Installing now. will see if I can use fastboot to unlock.
 
I was able to get the phone to find the update manually. Installing now. will see if I can use fastboot to unlock.


Well I just looked on XDA, people are saying the bootloader is still locked and the update closes the only exploit used for gingerbreak... Might be better to stay away from this one if you want a a chance at root
 
Well I just looked on XDA, people are saying the bootloader is still locked and the update closes the only exploit used for gingerbreak... Might be better to stay away from this one if you want a a chance at root

not too concerned at this point. gingerbreak was pretty hit or miss. we'll see better exploits soon enough.
 
So I took the OTA update and am on the HBOOT screen. This version is dated June 8. S-ON.

When I try to issue the fastboot command via my PC, it gets stuck on <waiting for device>

Steps:

1) boot into HBOOT. choose FASTBOOT. If you have drivers installed, and phone is plugged in via usb cable, it will say FASTBOOT USB.

2) from PC, issue the command "fastboot oem unlock" fastboot.exe comes with the Android SDK.

3) see if it works.

Looks like a no-go. HBOOT was updated from May 20 to June 8. Looks like whatever they did, they didn't plan to unlock it for this version...
 
So I took the OTA update and am on the HBOOT screen. This version is dated June 8. S-ON.

When I try to issue the fastboot command via my PC, it gets stuck on &lt;waiting for device&gt;

Steps:

1) boot into HBOOT. choose FASTBOOT. If you have drivers installed, and phone is plugged in via usb cable, it will say FASTBOOT USB.

2) from PC, issue the command &quot;fastboot oem unlock&quot; fastboot.exe comes with the Android SDK.

3) see if it works.

Looks like a no-go. HBOOT was updated from May 20 to June 8. Looks like whatever they did, they didn't plan to unlock it for this version...

Thanks for trying man, sucks to see they haven't unlocked it yet. I'm guessing they will go the route of an optional ruu but that is complete speculation. Once again thanks for trying and I hope we can get this phone rooted soon!
 
Or they are going to launch simultaneous unencrypted bootloaders for both the Sensation and E3D. I doubt the bootloaders are too much different between the models.
 
While we're on the subject, how would one get the drivers for a Windows 7 (HP Pavilion with an Intel Core 2 Duo CPU) so I can use the Android SDK? IT said it didn't auto-install them. :/
 
All I can say. Even if there is a Root exploit, this thing is going back unless HTC unlocks the Bootloader like they promised. Period.


Coming from a motorola backflip I'm pretty sure that I'll be fine with stock even if it has launcher pro over it cause its a Huge upgrade. But my crappy backflip is the reason I'm into modding, honestly I don't care at this point as long as I get root. Also it officially launches tomorrow and there is a chance (albeit very small) the SMART_IO.crd will be on the root of the sd card. If it is we might be able to s-off through fastboot oem writesecureflag
Just posting all the research i've done over at xda.
 
Coming from a motorola backflip I'm pretty sure that I'll be fine with stock even if it has launcher pro over it cause its a Huge upgrade. But my crappy backflip is the reason I'm into modding, honestly I don't care at this point as long as I get root. Also it officially launches tomorrow and there is a chance (albeit very small) the SMART_IO.crd will be on the root of the sd card. If it is we might be able to s-off through fastboot oem writesecureflag
Just posting all the research i've done over at xda.

No, it's not there. It's my belief at this point that the Smart_io.crd is either a virtual partition the system or phone reads and renames (thus conflicting with our SD card attempts).


It's been found that the CDMA workshop still works on Radio mods such as the banner name change
 
just realized that during my earlier tests with fastboot, I didn't have the proper driver. that's why I got the < waiting for device > message.

Not sure where to get the proper driver.... not that I could unlock it with the driver, but it would be nice to have it. Apparently the driver for the Evo 4G doesn't work with the 3D, but the adb driver from the 4G seems to work fine for both.
 
just realized that during my earlier tests with fastboot, I didn't have the proper driver. that's why I got the < waiting for device > message.

Not sure where to get the proper driver.... not that I could unlock it with the driver, but it would be nice to have it. Apparently the driver for the Evo 4G doesn't work with the 3D, but the adb driver from the 4G seems to work fine for both.
I haven't found the driver either.. haven't looked hard enough I guess
 
Now, it could be my imagination or lack of sleep over the last few days, but after downloading HTC Sync for my HP Pavilion, I got all the drivers for the Evo 3D. When I first plugged in the E3D via USB to it, it said drivers couldn't be found. So, I removed what it DID have, DL'd HTC Sync, and BAM. Drivers.
 
latest HTC Sync drivers did the trick. Note that you don't actually have to install HTC Sync; the installer puts the drivers on first. Once that's done, you can just cancel the HTC Sync part of the install.

fastboot now works with my Evo 3D. No luck unlocking it though.

Code:
C:\android\platform-tools>[B]fastboot oem writesecureflag[/B]
...
(bootloader) writesecureflag: Parameter error
OKAY [  0.009s]
finished. total time: 0.009s


Code:
C:\android\platform-tools>[B]fastboot oem readsecureflag[/B]
...
(bootloader) secure_flag: 3
OKAY [  0.007s]
finished. total time: 0.008s

C:\android\platform-tools>[B]fastboot oem writesecureflag 0[/B]
...
(bootloader)  shooter_init_sd, SD card already power on
(bootloader) sdcc_init_memory_device done
(bootloader) [FAT_ERROR] fat_open_file: can not find SMART_IO.CRD
(bootloader) [JAVACARD_ERR] SMART_IO.CRD cann't find
(bootloader) writesecureflag: Permission denied, value 1
OKAY [  0.164s]
finished. total time: 0.165s
 
latest HTC Sync drivers did the trick. Note that you don't actually have to install HTC Sync; the installer puts the drivers on first. Once that's done, you can just cancel the HTC Sync part of the install.

fastboot now works with my Evo 3D. No luck unlocking it though.

Code:
C:\android\platform-tools>[B]fastboot oem writesecureflag[/B]
...
(bootloader) writesecureflag: Parameter error
OKAY [  0.009s]
finished. total time: 0.009s


Code:
C:\android\platform-tools>[B]fastboot oem readsecureflag[/B]
...
(bootloader) secure_flag: 3
OKAY [  0.007s]
finished. total time: 0.008s

C:\android\platform-tools>[B]fastboot oem writesecureflag 0[/B]
...
(bootloader)  shooter_init_sd, SD card already power on
(bootloader) sdcc_init_memory_device done
(bootloader) [FAT_ERROR] fat_open_file: can not find SMART_IO.CRD
(bootloader) [JAVACARD_ERR] SMART_IO.CRD cann't find
(bootloader) writesecureflag: Permission denied, value 1
OKAY [  0.164s]
finished. total time: 0.165s
Glad I could help, novox! :D
 
My computer told me it was an HTC Sensation when I originally plugged it in, I chose not to install those drivers, do you think that would work?

If not can someone link to the proper drivers? Thanks
 
Not too significant but root perms
-rwxr-xr-x root shell 5520 2011-05-20 05:26 3D_calibration
-rwxr-xr-x root shell 69168 2011-05-20 05:26 DMTest
-rwxr-xr-x root shell 10247904 2011-05-13 13:53 DxDrmServerIpc
-rwxr-xr-x root shell 5540 2011-05-20 05:24 PktRspTest
-rwxr-xr-x root shell 191 2011-05-13 13:40 am
-rwxr-xr-x root shell 218182 2011-05-13 13:28 androidvncserver
-rwxr-xr-x root shell 9732 2011-05-20 05:24 aparse
-rwxr-xr-x root shell 5720 2011-05-20 05:26 app_process
-rwxr-xr-x root shell 150628 2011-05-20 05:24 apph
-rwxr-xr-x root shell 49924 2011-05-20 05:24 applypatch
-rwxr-xr-x root shell 39020 2011-05-20 05:26 awb_camera
-rwxr-xr-x root shell 18080 2011-05-20 05:24 badblocks
-rwxr-xr-x root shell 5292 2011-05-20 05:25 bluetoothd
-rwxr-xr-x root shell 9648 2011-05-20 05:24 bma150_usr
-rwxr-xr-x root shell 199 2011-05-13 13:40 bmgr
-rwxr-xr-x root shell 44404 2011-05-20 05:26 bootanimation
-rwxr-xr-x root shell 9716 2011-05-20 05:24 bootcomplete
-rwxr-xr-x root shell 2003092 2011-05-13 13:28 btld
-rwxr-xr-x root shell 5556 2011-05-20 05:24 bugreport
-rwxr-xr-x root shell 5472 2011-05-20 05:26 cam_ins_spmo
lrwxr-xr-x root shell 2011-05-20 05:24 cat -> toolbox
-rwxr-xr-x root shell 9844 2011-05-20 05:25 charging
lrwxr-xr-x root shell 2011-05-20 05:24 chmod -> toolbox
lrwxr-xr-x root shell 2011-05-20 05:24 chown -> toolbox
-rwxr-xr-x root shell 5520 2011-05-20 05:24 chownThp
lrwxr-xr-x root shell 2011-05-20 05:24 chownto -> toolbox
lrwxr-xr-x root shell 2011-05-20 05:24 cmp -> toolbox
-rwxr-xr-x root shell 5520 2011-05-20 05:26 dalvikvm
lrwxr-xr-x root shell 2011-05-20 05:24 date -> toolbox
-rwxr-xr-x root shell 109504 2011-05-20 05:24 dbus-daemon
-rwxr-xr-x root shell 14208 2011-05-20 05:24 dcvs
-rwxr-xr-x root shell 14324 2011-05-20 05:24 dcvsd
lrwxr-xr-x root shell 2011-05-20 05:24 dd -> toolbox
-rwxr-xr-x root shell 9676 2011-05-13 13:53 debug_tool
-rwxr-xr-x root shell 22272 2011-05-20 05:25 debuggerd
-rwxr-xr-x root shell 9796 2011-05-20 05:26 dexopt
lrwxr-xr-x root shell 2011-05-20 05:24 df -> toolbox
-rwxr-xr-x root shell 44596 2011-05-20 05:24 dhcpcd
-rwxr-xr-x root shell 36040 2011-05-13 13:28 dhd
-rwxr-xr-x root shell 5648 2011-05-20 05:24 diag_klog
-rwxr-xr-x root shell 5840 2011-05-20 05:24 diag_mdlog
-rwxr-xr-x root shell 67540 2011-05-20 05:25 dmagent
lrwxr-xr-x root shell 2011-05-20 05:24 dmesg -> toolbox
-rwxr-xr-x root shell 108820 2011-05-20 05:24 dnsmasq
-rwxr-xr-x root shell 34544 2011-05-20 05:24 dumpstate
-rwxr-xr-x root shell 9812 2011-05-20 05:25 dumpsys
-rwxr-xr-x root shell 5548 2011-05-20 05:24 dvz
-rwxr-xr-x root shell 119684 2011-05-20 05:24 e2fsck
-rwxr-xr-x root shell 249836 2011-05-20 05:24 e2fsck_recvy
-rwxr-xr-x root shell 9632 2011-05-20 05:24 fbtool
-rwxr-xr-x root shell 22640 2011-05-20 05:24 fsck_msdos
-rwxr-xr-x root shell 14324 2011-05-20 05:26 fusermount
-rwxr-xr-x root shell 13860 2011-05-20 05:24 getWiMAXPropDaemond
lrwxr-xr-x root shell 2011-05-20 05:24 getevent -> toolbox
lrwxr-xr-x root shell 2011-05-20 05:24 getprop -> toolbox
-rwxr-xr-x root shell 5604 2011-05-20 05:24 gzip
-rwxr-xr-x root shell 23284 2011-05-20 05:25 hciattach
lrwxr-xr-x root shell 2011-05-20 05:24 hd -> toolbox
-rwxr-xr-x root shell 68900 2011-05-20 05:26 hdmid
-rwxr-xr-x root shell 18160 2011-05-20 05:24 htc_ebdlogd
-rwxr-xr-x root shell 68004 2011-05-20 05:24 htcbatt
-rwxr-xr-x root shell 14232 2011-05-20 05:26 htcfs
-rwxr-xr-x root shell 5428 2011-05-13 13:53 htclogkernel
lrwxr-xr-x root shell 2011-05-20 05:24 id -> toolbox
lrwxr-xr-x root shell 2011-05-20 05:24 ifconfig -> toolbox
lrwxr-xr-x root shell 2011-05-20 05:24 iftop -> toolbox
-rwxr-xr-x root shell 194 2011-05-13 13:40 ime
-rwxr-xr-x root shell 201 2011-05-13 13:40 input
lrwxr-xr-x root shell 2011-05-20 05:24 insmod -> toolbox
-rwxr-xr-x root shell 22436 2011-05-20 05:24 installd
lrwxr-xr-x root shell 2011-05-20 05:24 ioctl -> toolbox
lrwxr-xr-x root shell 2011-05-20 05:24 ionice -> toolbox
-rwxr-xr-x root inet 147252 2011-05-20 05:24 ip
-rwxr-xr-x root inet 5588 2011-05-20 05:24 ipd
-rwxr-xr-x root shell 101060 2011-05-20 05:24 iptables
-rwxr-xr-x root shell 5620 2011-05-20 05:24 keypress
-rwxr-xr-x root shell 10112 2011-05-20 05:24 keystore
lrwxr-xr-x root shell 2011-05-20 05:24 kill -> toolbox
-rwxr-xr-x root shell 13812 2011-05-20 05:24 kthp_proxy
-rwxr-xr-x root shell 39448 2011-05-20 05:24 linker
lrwxr-xr-x root shell 2011-05-20 05:24 ln -> toolbox
-rwxr-xr-x root shell 115 2011-05-13 13:28 load-modem.sh
lrwxr-xr-x root shell 2011-05-20 05:24 log -> toolbox
-rwxr-xr-x root shell 13952 2011-05-20 05:24 logcat
-rwxr-xr-x root shell 13984 2011-05-20 05:24 logcat2
-rwxr-xr-x root shell 9760 2011-05-20 05:24 logwrapper
lrwxr-xr-x root shell 2011-05-20 05:24 ls -> toolbox
-rwxr-xr-x root shell 65648 2011-05-20 05:26 lsc_camera
lrwxr-xr-x root shell 2011-05-20 05:24 lsmod -> toolbox
lrwxr-xr-x root shell 2011-05-20 05:24 lsof -> toolbox
-rwxr-xr-x root shell 5504 2011-05-20 05:24 make_ext4fs
-rwxr-xr-x root shell 5564 2011-05-20 05:26 mediaserver
lrwxr-xr-x root shell 2011-05-20 05:24 mkdir -> toolbox
-rwxr-xr-x root shell 34848 2011-05-20 05:24 mke2fs
-rwxr-xr-x root shell 141036 2011-05-20 05:24 mke2fs_recvy
-rwxr-xr-x root shell 9520 2011-05-20 05:25 mm-audio-acdb-test
-rwxr-xr-x root shell 5408 2011-05-20 05:24 mm-audio-alsa-test
-rwxr-xr-x root shell 22260 2011-05-20 05:25 mm-mpo-enc-test
-rwxr-xr-x root shell 10652 2011-05-20 05:24 mm-qcamera-testsuite-clie
nt
-rwxr-xr-x root shell 10652 2011-05-20 05:24 mm-qcamera-testsuite-clie
nt-awb
-rwxr-xr-x root shell 26492 2011-05-20 05:25 mm-vdec-omx-test
-rwxr-xr-x root shell 63620 2011-05-20 05:25 mm-venc-omx-test
-rwxr-xr-x root shell 30468 2011-05-20 05:25 mm-venc-omx-test720p
-rwxr-xr-x root shell 13760 2011-05-20 05:24 mm-video-driver-test
-rwxr-xr-x root shell 13680 2011-05-20 05:24 mm-video-encdrv-test
-rwxr-xr-x root shell 53892 2011-05-20 05:26 mmcamera_test
-rwxr-xr-x root shell 205 2011-05-13 13:24 monkey
lrwxr-xr-x root shell 2011-05-20 05:24 mount -> toolbox
-rwxr-xr-x root shell 9984 2011-05-20 05:24 mpdecision
-rwxr-xr-x root shell 18308 2011-05-20 05:24 mtpd
lrwxr-xr-x root shell 2011-05-20 05:24 mv -> toolbox
lrwxr-xr-x root shell 2011-05-20 05:24 nandread -> toolbox
-rwxr-xr-x root shell 5604 2011-05-20 05:24 ndc
-rwxr-s--- root inet 5676 2011-05-20 05:25 netcfg
-rwxr-xr-x root shell 39412 2011-05-20 05:25 netd
-rwxr-xr-x root shell 48420 2011-05-20 05:25 netmgrd
-rwxr-xr-x root shell 13988 2011-05-20 05:25 netsharing
lrwxr-xr-x root shell 2011-05-20 05:24 netstat -> toolbox
lrwxr-xr-x root shell 2011-05-20 05:24 newfs_msdos -> toolbox
-rwxr-xr-x root shell 5520 2011-05-20 05:25 nl_listener
lrwxr-xr-x root shell 2011-05-20 05:24 notify -> toolbox
-rwxr-xr-x root shell 32616 2011-05-20 05:26 omx_tests
-rwxr-xr-x root shell 18692 2011-05-20 05:25 pand
-rwxr-sr-x root net_raw 26720 2011-05-20 05:24 ping
-rwxr-xr-x root shell 191 2011-05-13 13:40 pm
-rwxr-xr-x root shell 139540 2011-05-20 05:24 pppd
lrwxr-xr-x root shell 2011-05-20 05:24 printenv -> toolbox
lrwxr-xr-x root shell 2011-05-20 05:24 ps -> toolbox
-rwxr-xr-x root shell 28772 2011-05-20 05:24 qmuxd
-rwxr-xr-x root shell 142516 2011-05-20 05:24 racoon
-rwxr-xr-x root shell 5424 2011-05-20 05:24 radiooptions
-rwsr-sr-x root shell 5604 2011-05-20 05:24 reboot
lrwxr-xr-x root shell 2011-05-20 05:24 renice -> toolbox
-rwxr-xr-x root shell 26372 2011-05-20 05:24 resize2fs
-rwxr-xr-x root shell 47524 2011-05-20 05:24 resize2fs_recvy
-rwxr-xr-x root shell 9808 2011-05-20 05:26 rild
lrwxr-xr-x root shell 2011-05-20 05:24 rm -> toolbox
lrwxr-xr-x root shell 2011-05-20 05:24 rmdir -> toolbox
lrwxr-xr-x root shell 2011-05-20 05:24 rmmod -> toolbox
-rwxr-xr-x root shell 59412 2011-05-20 05:24 rmt_storage
lrwxr-xr-x root shell 2011-05-20 05:24 route -> toolbox
-rwsr-s--- root shell 59860 2011-05-20 05:24 run-as
-rwxr-xr-x root shell 5392 2011-05-20 05:24 schedtest
lrwxr-xr-x root shell 2011-05-20 05:24 schedtop -> toolbox
-rwxr-xr-x root shell 13936 2011-05-20 05:24 sdcard
-rwxr-xr-x root shell 42404 2011-05-20 05:25 sdptool
lrwxr-xr-x root shell 2011-05-20 05:24 sendevent -> toolbox
-rwxr-xr-x root shell 763396 2011-05-20 05:25 sequansd
-rwxr-xr-x root shell 34692 2011-05-20 05:25 ser2net
-rwxr-xr-x root shell 9860 2011-05-20 05:25 service
-rwxr-xr-x root shell 9956 2011-05-20 05:24 servicemanager
-rwxr-xr-x root shell 17972 2011-05-20 05:24 setWiMAXPropDaemond
lrwxr-xr-x root shell 2011-05-20 05:24 setconsole -> toolbox
lrwxr-xr-x root shell 2011-05-20 05:24 setprop -> toolbox
-rwxr-xr-x root shell 82840 2011-05-20 05:24 sh
-rwxr-xr-x root shell 18164 2011-05-20 05:24 shutdown
lrwxr-xr-x root shell 2011-05-20 05:24 sleep -> toolbox
lrwxr-xr-x root shell 2011-05-20 05:24 smd -> toolbox
-rwxr-xr-x root shell 5408 2011-05-20 05:24 snd
-rwxr-xr-x root shell 9504 2011-05-20 05:24 snd8k
-rwxr-xr-x root shell 18000 2011-05-20 05:24 sound8x60
lrwxr-xr-x root shell 2011-05-20 05:24 start -> toolbox
lrwxr-xr-x root shell 2011-05-20 05:24 stop -> toolbox
-rwxr-xr-x root shell 5456 2011-05-20 05:26 surfaceflinger
-rwxr-xr-x root shell 192 2011-05-13 13:40 svc
lrwxr-xr-x root shell 2011-05-20 05:24 sync -> toolbox
-rwxr-xr-x root shell 5480 2011-05-20 05:26 system_server
-rwxr-xr-x root shell 67956 2011-05-20 05:24 tc
-rwxr-xr-x root shell 10084 2011-05-20 05:24 test_diag
-rwxr-xr-x root shell 14164 2011-05-20 05:24 thermald
-rwxr-xr-x root shell 81544 2011-05-20 05:24 toolbox
lrwxr-xr-x root shell 2011-05-20 05:24 top -> toolbox
-rwxr-xr-x root shell 5648 2011-05-20 05:24 touchevent
-rwxr-xr-x root shell 5644 2011-05-20 05:24 touchscreen
-rwxr-xr-x root shell 26564 2011-05-20 05:24 tune2fs
-rwxr-xr-x root shell 141428 2011-05-20 05:24 tune2fs_recvy
-rwxr-xr-x root shell 19504 2011-05-20 05:24 udhcpd
lrwxr-xr-x root shell 2011-05-20 05:24 umount -> toolbox
lrwxr-xr-x root shell 2011-05-20 05:24 uptime -> toolbox
-rwxr-xr-x root shell 408 2011-05-13 13:28 usbnet
-rwxr-xr-x root shell 5552 2011-05-20 05:24 vdc
lrwxr-xr-x root shell 2011-05-20 05:24 vmstat -> toolbox
-rwxr-xr-x root shell 55860 2011-05-20 05:25 vold
lrwxr-xr-x root shell 2011-05-20 05:24 watchprops -> toolbox
-rwxr-xr-x root shell 5504 2011-05-20 05:24 wimaxAddRoute
-rwxr-xr-x root shell 5520 2011-05-20 05:25 wimaxConfigInterface
-rwxr-xr-x root shell 22144 2011-05-20 05:25 wimaxDaemon
-rwxr-xr-x root shell 5520 2011-05-20 05:24 wimaxDhcpRelease
-rwxr-xr-x root shell 5424 2011-05-20 05:24 wimaxDhcpRenew
-rwxr-xr-x root shell 5536 2011-05-20 05:25 wimaxDumpKmsg
-rwxr-xr-x root shell 5536 2011-05-20 05:25 wimaxDumpLastKmsg
-rwxr-xr-x root shell 5536 2011-05-20 05:25 wimaxDumpLogcat
-rwxr-xr-x root shell 30368 2011-05-20 05:26 wimax_mtd
-rwxr-xr-x root shell 5424 2011-05-20 05:24 wimax_uart
lrwxr-xr-x root shell 2011-05-20 05:24 wipe -> toolbox
-rwxr-xr-x root shell 249648 2011-05-13 13:28 wl
-rwxr-xr-x root shell 304228 2011-05-20 05:24 wpa_supplicant


-rwxr-xr-x root shell 60276 2011-05-20 05:24 dexdump
-rwxr-xr-x root shell 22256 2011-05-20 05:25 wireless_modem
 
Back
Top Bottom