Root successfully fixed for me with ADB command. Here is mini-howto:
1. Connect your HD2 to PC (USB cable) and enable USB-debug mode
2. Be sure if you have drivers to establish connection properly
3. Run the ADB shell (or download ADB
https://dl.dropboxusercontent.com/u/12493215/ADB.zip)
4. Press Win+R, type
cmd.exe, then go to ADB folder (for example, C:\ADB)
5. Check the connection by the command:
adb devices, you will see the HEX-number
Run the following command:
C:\ADB\
adb shellYou will get an root command prompt (for example,
root@leo:/ # )
And start the su daemon by typing:
root@leo:/ #
/system/xbin/su --daemon &6. On your HD2, run the Files app, go to main settings and change the access mode to superuser.
7. Maybe reboot is needed sometimes, not tested.
8. Enjoy! And sorry for my English
