This method uses the Android SDK. You will need to have it loaded along with Java JDK. You will have already gotten the phone USB Driver and succesfully connected your phone to your workstation.
These instructions are for Windows. Linux/Unix should not be hard to figure out.
Pre-Requisites:
1) Java JDK (
Java SE Downloads - Sun Developer Network (SDN))
2) Android SDK (
Android SDK | Android Developers)
3) HTC Sync to provide the USB Driver (Droid Incredible Internal Drive)
4) Phone needs to be in USB Debug Mode.
Menu > Setup > Applications > Development
Turn on USB Debugging.
With all this... you should already be able to plug in your phone and run the DDMS utility and be able to see your phone.
Once you are at this point...
Download file:
Incredible_boot_wEye.zip via RapidShare (~4mb)
Unzip the file:
This contains 2 files:
o bootloader.zip (Don't unzip this file)
o android_sounds.mp3
Copy them to the tools directory under your SDK configuration (commonly c:\SDK\tools)
Change to the SDK\tools directory
From the SDK tools directory use the following commands:
Code:
adb push bootloader.zip /data/local
adb push android_sounds.mp3 /data/local
The bootloader will take a bit, the mp3 won't.
After complete, you need to turn off your phone and turn it back on.
You should now have the new bootloader with sound.