Dell Streak + Win7 Fastboot Drivers

The SWF tutorials:   qdltool-tutorial or win64-driver-verification-disable.ZIP

  • Disable Win7 64 bit driver verification.
  • Start – cmd (CTRL + SHIFT + ENTER for admin priv command prompt)
  • ENTER:   bcdedit -set loadoptions DISABLE_INTEGRITY_CHECKS_
  • ENTER:   bcdedit -set testsigning on
  • Both commands should complete successfully.  Close CMD window.
  • Reboot
  • Next steps will install certificate from repairtool.zip
  • Browse to (where ever you extracted repairtool.zip) C:STREAKREPAIRTOOLQDLTool3rd_20101022_GAUSB130500DriverDriver_2.067TestCertificate
  • Right click “qcusbtest.cert” and Install Certificate
  • Place certificate in the following stores: Trusted Publishers > OK > NEXT > FINISH >  OK
  • Install cert again this time into following store:  Trusted Root Certification Authorities >OK > NEXT > FINISH > OK

Install device drivers necessary for FASTBOOT (same from here for 32 and 64 bit)

  1. Download and install Dell’s ADB Device Driversftp://ftp.dell.com/Handheld/R288920.exe
  2. Download the QDLTool repairtool: http://downloads.streakdroid.com/djsteve/repairtool.zip
  3. Extract repairtool.zip somewhere on your local computer which will create a folder calledQDLTool3rd_20101022_GAUSB1A130500.
  4. Remove the battery from your Dell Streak, put it back in, hold the Volume Up button (closest to headphone jack), attach the USB cable and plug it in to your computer (once plugged in you can release the Volume Up button).
  5. The Hardware Update Wizard will open (if it didn’t just go to Device Manager, right-click onQualcomm CDMA Technologies MSM and select Update Driver).  Choose No, not this time.
  6. Select Install from a list or specific location (Advanced).
  7. Select Don’t search. I will choose the driver to install.
  8. Select Show All Devices and click Next.
  9. Click the Have Disk button on the right.
  10. Go to QDLTool3rd_20101022_GAUSB1A130500DriverDriver_2.067Win64WNETAMD64 select qcser.inf.
  11. Select Qualcomm HS-USB Diagnostics 9002.
  12. After the installation, unplug your Dell Streak from your computer.
  13. Here is where you might run QDL, or fastboot an AMS / DSP, fastboot flash a recovery
  14. fastboot -i 0x413c flash recovery recovery.img
    fastboot -i 0x413c flash amss amss.mbn
    fastboot -i 0x413c flash dsp1 dsp1.mbn
    fastboot -i 0x413c reboot
    
    

Disable Win7 Test Mode

  • Start – cmd (CTRL + SHIFT + ENTER for admin priv command prompt)
  • ENTER:   bcdedit /deletvalue loadoptions
  • ENTER:   bcdedit -set testsigning off
  • Both commands should complete successfully.  Close CMD window.
  • Reboot