Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
I really can't connect to my phone.
In what order did you guys boot and connect cable etc? and how did you boot? etc..
It can. It connects on black "HERO" screen. Don't forget to intall htc sync.
Edit:
So everything is ok nowwhat I did: downloaded the downgrade and installed it. After that phone booted, installed the part1 and after that part 2. Everything is ok and working now
![]()
Yes, but those users will probably not have the white triangle with yellow exclamation markI read that the upgrading to 2.1 stops at 75% for 15 minutes, "nothing happen" but after it finishing well...so don't think that the HERO is freeze, just be patient and wait

Yes, but those users will probably not have the white triangle with yellow exclamation mark![]()
when getting the exclamation mark, press HOME + POWER.I have now tried a number of different scenarious but they all lead to the exclamation mark, it seems that my non-rooted phone only will be able to run andriod 1.5
Any idears?
E:can't chown/mod /system/xbin (No such file or directory)
when getting the exclamation mark, press HOME + POWER.
What error do you get?
I'm in the same boat as you are, my error is as follows:E:can't chown/mod /system/xbin (No such file or directory)
Check that phone memory is not fully utilized - there has to be at least 25MB free of phone memory for the upgrade - i had to delete approx 8mb and then install did start again and finally upgraded phone - i did not take out sd card or simcard....and it kept all my installed programs....ok I will have to tell HTC that the problem also exit in Denmark![]()
Okay I did as told, only when I re-update to 2.1 again, I get the very same error!
But, i pressed a key combo to check what the error is, it is as follows:
"E:Can't chown/mod /system/xbin (No such file or directory)
E:Failure at line 1007: set_perm_recursive 0 2000 0755 0755 SYSTEM:xbin
Installation aborted."

I've got same problem updating 1.6 to 2.1. Now I'm trying to restore my phone. So, is there some solution for a problem?I get the same Error with a german Hero! I have already formated my sdcard and run the update part 1 and 2 again, but failed...
I've tried to load an update.zip with the 2.1 version. It does some deleting and copying files and after 10minutes the same "E:Can't chown/mod /system/xbin (No such file or directory)
E:Failure at line 1007: set_perm_recursive 0 2000 0755 0755 SYSTEM:xbin
Installation aborted." error comes up!!!
EDIT: Anyone who solved this problem? if yes: how did you do it?![]()
I've got same problem updating 1.6 to 2.1. Now I'm trying to restore my phone. So, is there some solution for a problem?
I had the same error, i.e. "E:Can't chown/mod /system/xbin (No such file or directory)
E:Failure at line 1007: set_perm_recursive 0 2000 0755 0755 SYSTEM:xbin
Installation aborted.", but managed to fix it by creating the /system/xbin folder and putting an empty file there. Here's a guide. I DON'T TAKE ANY RESPONSIBILITY IF YOU TRY THIS ON YOUR OWN PHONE!! THIS PROCEDURE WILL WIPE ALL DATA FROM YOUR PHONE (not the sdcard though)!!
1) Go back to RUU_Hero_HTC_WWE_2.73.405.5_WWE_release_signed_NoDriver.exe by powering up the phone while holding the "back" button. When in fastboot mode plug in the USB and run the RUU exe.
2) Install flashrec and backup your current recovery image (very important! Updates wont install with a custom recovery image) then replace the current recovery image with recovery-RA-hero-v1.6.2.img. There are a lot of guides out there which describes how to do this.
3) Reboot into the new recovery image by holding "home" while pressing the power button.
4) Copy the recovery-backup.img to your computer (just to be sure you have it later on)
5) Install android-sdk.
6) Run 'adb shell' in the tools folder of the sdk installation to start interactive mode.
7) Now run these commands:
mount -o rw -t yaffs2 /dev/block/mtdblock3 /system
mkdir -p /system/xbin
touch /system/xbin/removeme
chmod 755 /system/xbin
chmod 664 /system/xbin/removeme
exit
8) Restart phone. Verify that /system/xbin folder is present and contains removeme file
9) Restore original recovery image by using flashrec app
10) Install first update (youtube player stuff)
11) Install second update (Android 2.1)
Enjoy!
Hope this helps!