var fDesc=new Array(); fDesc[0] = "KGS Utility is a simple to use "All-in-One" toolkit for exploits on HTC PYRAMID variants. It's a HTC Sensation/XE/4G management utility that allows rebooting, flashing, rooting and tweaking the settings of the supported devices.

This tool provides a very easy to perform the following:

- Reboot your device normally, or to bootloader or recovery.
- S-OFF for Hboot ≤1.18 devices using Revolutionary
- S-OFF for Hboot 1.2x devices using JuopunutBear (Wire trick is needed)
- Installing 4EXT Touch Recovery or CWM recovery for all S-OFF / HTC Dev Unlocked devices.
- Rooting for all devices (With or without a custom Recovery)
- Write SuperCID or custom CID for all S-OFF devices
- Install firmware for all S-OFF devices
- Flash ZIP from recovery for all S-OFF devices with custom recovery installed
- Flash PG58IMG.zip (Depending on what the PG58IMG.zip is, the requirements for this may differ)
- Flash boot.img for HTC Dev unlocked/ S-OFF devices
- Flash Unlocked =JuopunutBear= Hboot for devices that have S-OFF"; function tShowHide(id, show) { var s = document.getElementById("desc"); if ((s.innerHTML.length<=212 || show==1) && show!=2) { s.innerHTML = fDesc[id]; if (document.getElementById('m1')) document.getElementById('m1').style.display='none'; if (document.getElementById('m2')) document.getElementById('m2').style.display='none'; if (document.getElementById('more_txt')) document.getElementById('more_txt').style.display='inline'; } else { s.innerHTML = ''; } }