The Cincinnati Bell Blaze has been rooted by AC’s own SeanFromIT. This is a great accomplishment given the fact that he had little to no help in the project. The Blaze is a regional carrier Android device and up until now it had almost no support by the dev community.

Now that it’s rooted, custom ROM’s and recover images should follow. If you have Commtiva Z71, Vibo A688 or Orange Boston, these same instructions should work for your handset. Instructions on how to root your phone is after the break.

I’m not responsible for anything that goes wrong if you do this. You follow these instructions at your own risk.

  1. Copy RUT folder from the faux CDROM that shows up when you plug in your phone in Windows to somewhere on your hard drive. These are the drivers you’ll need for the following steps.
  2. Download GoRoot.zip.
  3. Unplug your phone from your computer and power off. Hold down both volume up and down keys and while holding them down press and release the power button. Keep holding the buttons down until you see the black Foxconn FTM screen.
  4. Now that the phone is in the bootloader (“FTM mode”), plug it back into your computer. The new hardware installation wizard should appear. Select the option to choose the location of the driver files. Choose the option to instruct Windows where to search for drivers, then either key in the path or use the browse button to navigate to the location where you copied the RUT folder from step one. If Windows asks for permission to install unsigned/unverified drivers, select Yes. A series of devices will be installed.
  5. When all the devices are installed, open a command prompt by pressing Win+R and typing “cmd”. In the command prompt navigate to the location where your GoRoot.zip files were unpacked to (e.g. if you unpacked to C: then type cd ). Type goroot.bat and wait for the commands to complete. After they are completed you have root access.
  6. Test your root access by downloading MarketEnabler and using it to change your Market region to T-Mobile (USA). This will let you download apps that Cincinnati Bell advertises but are normally unavailable on the Cincinnati Bell Market. If you need to switch back to the Cincinnati Bell market region for some reason, the code is 31042.

Thanks to GridLock, hillgr (for figuring out the up+down volume key combination for FTM mode) and belgra77 (for linking me to HTC Mania and thus this post on Forumosa). I’ll post again when I get some custom ROMs working.

If you’re on Linux, install adb, configure for Blaze (add SUBSYSTEM==”usb”, SYSFS{idVendor}==”0489“, MODE=”0666” to /etc/udev/rules.d/51-android.rules) and grab the zip linked above for su and Superuser.apk files. Here’s GridLock’s guide to adb on Ubuntu. The bat file just runs the following commands while in FTM:

adb shell mount -t yaffs2 /dev/block/mtdblock7 /system
adb push su /system/bin
adb shell chmod 4755 /system/bin/su
adb push Superuser.apk /system/app
adb shell reboot

[via sean-feeney]

1 COMMENT

Leave a Reply to termoflua Cancel reply

Please enter your comment!
Please enter your name here

This site uses Akismet to reduce spam. Learn how your comment data is processed.