I'm still having trouble with the adb. I did just what the instructions said, and it still doesn't work. Trying to run sudo ./adb devices but it just doesn't show my NIT... Should the NIT show something on the screen when you plug the USB?
355 // Google's USB Vendor ID 356 #define VENDOR_ID_GOOGLE 0x18d1 357 // HTC's USB Vendor ID 358 #define VENDOR_ID_HTC 0x0bb4 359 360 // products for VENDOR_ID_GOOGLE 361 #define PRODUCT_ID_SOONER 0xd00d // Sooner bootloader 362 #define PRODUCT_ID_SOONER_COMP 0xdeed // Sooner composite device 363 364 // products for VENDOR_ID_HTC 365 #define PRODUCT_ID_DREAM 0x0c01 // Dream bootloader 366 #define PRODUCT_ID_DREAM_COMP 0x0c02 // Dream composite device