Advertisement
derp_derp

Fix Bulk

Jun 7th, 2014
486
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.82 KB | None | 0 0
  1. Bulk Mode Fix
  2.  
  3. Bulk mode can seem like a "brick" but is sometimes fixable. If the phone cannot boot into download mode or recovery or the rom.. it may be in "Bulk Mode"
  4.  
  5. If your device is being detected in Windows device manager as "QHSUSB-Bulk" and you also see USB drives trying to mount then you have a good chance of fixing your phone. Be sure not to format any of the drives in Windows.
  6.  
  7. Linux users can use lsusb and ls /dev/sd* to see if a Qualcomm Gobi device with 30+ partitions is mounted.. if so you also have a good chance of fixing your phone.
  8.  
  9. Once BULK mode is confirmed...
  10. Boot into LINUX.
  11. Open terminal and enter: ls /dev/sd*
  12. You should see 30+ drives mounted. Ex: /dev/sdb1, /dev/sdb2, /dev/sdb3... /dev/sdb30, /dev/sdb31, /dev/sdb32...
  13. (If you do not see 30+ drives mounted something is wrong. If using a VM use VMWare and set up properly.)
  14.  
  15. In terminal enter:
  16. sudo gdisk -l /dev/sdb
  17. (b represents drive letter with 30+ partitions.. could be "sda.. b .. c .. d")
  18. You will now be able to match block # to partition names. aboot is 5... laf is 23 or 24... etc
  19.  
  20. Confirm aboot and laf number for your device.
  21. Download proper aboot and laf img/bin for your device.
  22.  
  23. Use "dd" commands in LINUX to write aboot and laf partition from your computer to your phone.
  24. Examples:
  25. dd if=/home/*insert proper directory here*/Desktop/aboot.img of=/dev/sdb5
  26. dd if=/home/*insert proper directory here*/Desktop/laf.img of=/dev/sdb24
  27.  
  28. Confirm each partition wrote correctly with no visible errors in the output.
  29. Unplug USB cable from phone.
  30. Hold power button for 15 seconds to reboot and power off phone.
  31. Press volume up and while holding vol up.. insert USB cable into phone.
  32. Phone should now boot into Download Mode/Firmware Upgrade screen.
  33. Repair phone by flashing proper stock tot or kdz for your device.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement