Data hosted with ♥ by Pastebin.com - Download Raw - See Original
  1. Incredible Froyo Downgrade
  2.  
  3. Preparation:
  4.  
  5. 1. Backup anything you need on your phone, as this procedure will erase everything that's not on the SDcard
  6. Use programs such as "MyBackup, MyBackup Pro, SMS Backup & Restore, Call Log Backup & Restore, etc.)
  7.  
  8. 2. Download and Install these HTC Drivers
  9. http://downloads.codefi.re/zanzibar/Tools/HTCDriver3.0.0.007.exe
  10.  
  11. 3. Download the Incredible_Downgrade_Kit.zip
  12. http://downloads.codefi.re/zanzibar/Incredible/Incredible_Downgrade_Kit.zip
  13.  
  14. 3a. 3a. If you don't have Windows, but instead have Mac or Linux,
  15. then Download the Mac/Linux Tools called MAC-Linux.zip
  16. http://downloads.codefi.re/zanzibar/Tools/MAC-Linux.zip
  17.  
  18. 4. Download a Froyo Based PB31IMG.zip
  19. http://downloads.codefi.re/zanzibar/Incredible/3.26.605.1/PB31IMG.zip
  20.  
  21. (mirrored here)
  22. http://goo-inside.me/devs/zanzibar/Incredible/3.26.605.1/PB31IMG.zip
  23.  
  24. 5. Create a new directory (folder) to work from.
  25.  
  26. 6. Extract all files from Incredible_Downgrade_Kit.zip into the newly created directory.
  27.  
  28. 6a. If necessary, extract the appropriate MAC or Linux files into the same directory.
  29. Be sure to chmod them to 755.
  30.  
  31. 7. Copy, but DO NOT EXTRACT PB31IMG.zip into the same directory.
  32.  
  33. 8. Download the following file from the shortened URL, and place it in the same directory, as well.
  34. PB31IMG_Incredible_C_Gingerbread_S_VERIZON_WWE_4.06.605.3_Radio_2.15.10.07.07_NV_1.70_Hboot_6.02.0420_CWM-5.0.2.0.zip
  35.  
  36. http://downloads.codefi.re/zanzibar/Incredible/Custom/PB31IMG_Incredible_C_Gingerbread_S_VERIZON_WWE_4.06.605.3_Radio_2.15.10.07.07_NV_1.70_Hboot_6.02.0420_CWM-5.0.2.0.zip
  37.  
  38. http://tinyw.in/Incredible420
  39.  
  40. Filenames with MD5 Hashes
  41.  
  42. MD5: 2de1e312f3d3d5e7084058973c9348b7 - adb.exe
  43. MD5: 47a6ee3f186b2c2f5057028906bac0c6 - AdbWinApi.dll
  44. MD5: 5f23f2f936bdfac90bb0a4970ad365cf - AdbWinUsbApi.dll
  45. MD5: 6bbf05d97585c3c515bdb172eb9e7d12 - fastboot.exe
  46. MD5: 12c080ebe8546b54591109de191426f9 - flash_image
  47. MD5: 34307be744275f1db1dd16af04c37839 - mtd0.img
  48. MD5: 4a32187446c284c2b975845f3ab9ffc4 - zergRush
  49.  
  50. MD5: 90d5f886a1650b5be31b01663d0c5667 - MAC-Linux.zip
  51. MD5: 31bb1611a0fa8197d447c0438426717e - PB31IMG.zip
  52. MD5: a1410678cecf14a1e734c612cc42439a - PB31IMG_Incredible_C_Gingerbread_S_VERIZON_WWE_4.06.605.3_Radio_2.15.10.07.07_NV_1.70_Hboot_6.02.0420_CWM-5.0.2.0.zip
  53.  
  54.  
  55. IN BELOW INSTRUCTIONS, IF USING MAC / LINUX TOOLS, ALWAYS
  56. preface adb WITH "./" and ALWAYS preface fastboot with "sudo ./"
  57.  
  58. For example:
  59.  
  60. ./adb devices
  61. ./adb shell
  62.  
  63. sudo ./fastboot erase cache
  64. sudo ./fastboot flash zip PB31IMG.zip
  65.  
  66. Downgrade
  67.  
  68. 1. Turn on "USB Debugging" on your phone: Menu -> Settings -> Applications -> Development
  69.  
  70. 2. Connect the HTC Incredible to your computer & set the connection mode on the phone to "Charge Only"
  71.  
  72. 3. Open a command prompt or terminal and navigate to your directory with adb and the other files.
  73.  
  74. You can also hold CONTROL+SHIFT while you RIGHT-CLICK on the
  75. folder you extracted the files to, and select "Open command window here"
  76.  
  77. 4. Enter the following commands (in bold):
  78.  
  79. adb devices
  80.  
  81. If you see your device listed, continue with the rest of this guide
  82.  
  83. adb push flash_image /data/local/
  84. adb push mtd0.img /data/local/
  85. adb push zergRush /data/local/
  86. adb shell
  87.  
  88. AT THIS POINT YOUR PROMPT SHOULD BE "$ "
  89.  
  90. cd /data/local/
  91. chmod 755 zergRush
  92. ./zergRush
  93.  
  94. Let it do it's thing, until it kicks you out of shell, then re-enter shell
  95.  
  96. adb shell
  97.  
  98. AT THIS POINT YOUR PROMPT SHOULD BE "# "
  99.  
  100. cd /data/local/
  101. chmod 755 flash_image
  102. ./flash_image misc /data/local/mtd0.img
  103.  
  104. Verify there were no errors - otherwise abort and join IRC for help
  105.  
  106. exit
  107. adb reboot bootloader
  108.  
  109. Your phone will reboot to a white background, and say "FASTBOOT USB" at the top
  110. In the command prompt/terminal window, type the following:
  111.  
  112. fastboot erase cache
  113. fastboot oem rebootRUU
  114.  
  115. Your phone will say HTC in big gray letters
  116.  
  117. fastboot flash zip PB31IMG.zip
  118.  
  119. Don't worry if the following shows up in your command window
  120.  
  121. FAILED (remote: 90 hboot pre-update! please flush image again immediately)
  122.  
  123. If so, you'll need to type the above command a 2nd time:
  124.  
  125. fastboot flash zip PB31IMG.zip
  126. fastboot reboot
  127.  
  128.  
  129. When this has finished, your phone will be back to running Froyo, in a factory stock condition.
  130.  
  131. You are now ready to run unrEVOked v3.32, and get radio S-OFF, the best S-OFF there is.
  132.  
  133. On Freenode IRC, join: #unrEVOkedtest, for additional support.
  134.  
  135. Here are the steps to run unrEVOked:
  136.  
  137. 1. If you are running Windows, you need to install the unrEVOked modified HBOOT Drivers.
  138.  
  139. Follow the directions Here: (http://unrevoked.com/rootwiki/doku.php/public/windows_hboot_driver_install )
  140.  
  141. ( The driver needed can also be downloaded from: http://downloads.codefi.re/zanzibar/Tools/android-usb-driver.zip )
  142.  
  143. (Come Back to This Page When Done.)
  144.  
  145. 2. Boot your phone into running mode, and checkmark these two items:
  146.  
  147. Turn on Unknown sources (Menu -> Settings -> Applications)
  148. Turn on USB debugging. (Menu -> Settings -> Applications -> Development)
  149.  
  150. 3. Plug the phone directly into the computer's USB Port.
  151.  
  152. Do not use a USB hub, and plug it in the back if possible.
  153. Choose the option "Charge Only" on the phone, not "HTC Sync" or "Disk Drive".
  154.  
  155. 4. Download reflash-package from: http://www.unrevoked.com/recovery/
  156. ( You can download the Windows executable from: http://downloads.codefi.re/zanzibar/Tools/reflash_package_v3.32.exe )
  157. ( You can download the Linux executable from: http://downloads.codefi.re/zanzibar/Tools/reflash.tar.gz )
  158. ( You can download the Mac executable from: http://downloads.codefi.re/zanzibar/Tools/Reflash.dmg )
  159.  
  160. For Windows, run reflash-package.exe or reflash_package_v3.32.exe, as Administrator)
  161. For Linux/Mac, run reflash as root ( sudo ./reflash )
  162.  
  163. AFTER you complete the root, you should use the commands listed in bold below to flash the file PB31IMG_Incredible_C_Gingerbread_S_VERIZON_WWE_4.06.605.3_Radio_2.15.10.07.07_NV_1.70_Hboot_6.02.0420_CWM-5.0.2.0.zip to get the latest version on your Droid Incredible, along with a custom HBOOT and ClockWorkMod recovery installed. The custom HBOOT will give you many extra fastboot commands, normally only available with an Engineering HBOOT.
  164.  
  165. Boot your phone fully, and do the following:
  166.  
  167. Turn on "USB Debugging" on your phone: Menu -> Settings -> Applications -> Development
  168.  
  169. In your command prompt, do this:
  170.  
  171. adb reboot oem-78
  172.  
  173. Your phone will reboot and say HTC in big gray letters
  174.  
  175. In the command prompt/terminal window, type the following:
  176.  
  177. fastboot erase cache
  178. fastboot flash zip PB31IMG_Incredible_C_Gingerbread_S_VERIZON_WWE_4.06.605.3_Radio_2.15.10.07.07_NV_1.70_Hboot_6.02.0420_CWM-5.0.2.0.zip
  179.  
  180. Don't worry if the following shows up in your command window
  181.  
  182. FAILED (remote: 90 hboot pre-update! please flush image again immediately)
  183.  
  184. If so, you'll need to type the above command a 2nd time:
  185.  
  186. fastboot flash zip PB31IMG_Incredible_C_Gingerbread_S_VERIZON_WWE_4.06.605.3_Radio_2.15.10.07.07_NV_1.70_Hboot_6.02.0420_CWM-5.0.2.0.zip
  187.  
  188. After a bunch of status messages appear on the screen,
  189. and you are returned to your prompt, continue...
  190.  
  191. fastboot reboot
  192.  
  193. When this has finished, your phone will be back to running 4.06.605.3, with all the latest radios, etc.
  194.  
  195. The final step will be to do the following:
  196.  
  197. Download Superuser-3.0.7-efghi-signed.zip (md5: fc462fa0630379edbe10006b1d19d9b1). Do not extract any files from the zipfile. Place this zipfile on your sdcard, and install it from within ClockWorkMod recovery.
  198.  
  199. The file is located here - http://downloads.codefi.re/zanzibar/Tools/Superuser-3.0.7-efghi-signed.zip
  200.  
  201. Good Luck!
  202.  
  203. If this Guide has helped you, please consider donating : http://tinyw.in/dincdowndonate
  204.  
  205. (c) 2011-2015
  206.  
  207. Page Created by Zanzibar/ZanzDroid (2011-12-31), (Updated on 2013-02-12, 2013-09-25, 2014-09-12, Last updated 2015-01-06)