well here is an sdk link and adb info
http://theunlockr.com/2009/10/06/how...droid-devices/
i have tools not platform-tools depends on sdk version
my path is C:/ android/android-sdk-windows/tools yours may vary
so at command window when you first open it i type
cd/
cd android/android-sdk-windows/tools
then i type adb devices with phone just plugged in and not in fastboot, right after tools, not on a new line
or fastboot devices if phone is booted into fastboot bootloader
anyway to use adb you just plug phone into computer with usb debugging selected on phone, do not be booted into fastboot
to use fastboot you must be booted into fastboot mode--pwr and trackball pressed at same time and you are in fastboot
can you type fastboot devices while booted into fastboot mode and tell us what comes up on screen
if you are to that point you may need to fastboot a new hboot to get adb working
take the first two files and put them in your tools folder or wherever your fastboot.exe file is. you have to cd to that directory in command window first, then fastboot devices to make sure phone is recognized
http://dl.dropbox.com/u/28338566/go2.lol
http://dl.dropbox.com/u/28338566/hboot_blackrose.nb0
the go2.lol is BR dated 12/31/2011
after fastboot devices type:
Type fastboot boot go2.lol
Type fastboot flash hboot hboot_blackrose.nb0
Type fastboot reboot-bootloader to see if you have new hboot
it will be stock partition sizes 145/96/xxx
to change to ICS table size you dl below link to get hexeditor and use it to change to 220/16/200
to do that open the hexeditor and browse to where you have the above hboot_blackrose.nb0. then use the slider to change partition sizes
http://dl.dropbox.com/u/28338566/SPL...tor_111006.exe
you can rename it hboot_brcust.nb0 to identify it as new hboot
you can always use hexeditor to check hboot file sizes before fastbooting it
---------- Post added at 02:05 AM ---------- Previous post was at 01:54 AM ----------
@brandon
i edited above to fastboot reboot-bootloader