Introducing XDA:DevCon – A Conference For Developers By Developers
XDA Developers Android and Mobile Development Forum
Forgot your password?
 
Post Reply+
Tip us?
 
xboxexpert
Old
(Last edited by xboxexpert; 21st January 2012 at 03:34 PM.)
#1  
Senior Member - OP
Thanks Meter 248
Posts: 447
Join Date: Aug 2007

 
DONATE TO ME
Arrow [SCRIPT] Nook Color USB Drivers and ADB Setup (WinXP&7)

Windows XP x86 & x64 and Windows 7 x86 & x64 compatible.

Here is a short script I wrote to get you all up and running with the Nook color in Device Manager and the USB Drivers to get ADB running.

Download (Win XP/7)
After download/extract run adbfix.bat

Code:
@echo off
echo *****************************************
echo * We will create the directory .Android *
echo *  We will also create the adb_usb.ini  *
echo *****************************************
md "%USERPROFILE%/.Android"
echo 0x2080 > "%USERPROFILE%\.Android\adb_usb.ini"
echo Success
echo.
echo.
echo.
ping -n 2 127.0.0.1 >NUL
echo **************************************************
echo * We will open Device Manager for you...         *
echo * You should see Android Composite ADB Interface *
echo * It will be under Andriod Phone.                *
echo **************************************************
echo.
echo ************************************************************
echo * If you don't see it go find "USB Mass Storage Device"    *
echo * It will be under "Universal Serial Bus Controllers"      *
echo * Double click it and goto the "Details Tab"               *
echo * Drop down to Hardware Ids and look for "VID_2080"        *
echo * If you don't see it check another USB Storage Controller *
echo * Once you find the correct one...Uninstall it!            *
echo ************************************************************
echo.
echo ************************************************************** 
echo * Once your done uninstalling click on "Action"...           *
echo * Click on "Scan for Hardware Changes"                       *
echo * It now should find new hardware and fail to install "Nook" *
echo *                                                            *
echo * Install "Nook" with the drivers I provided in this pack.   *
echo * You can find the fixed drivers in the "usbdrivers" folder. *
echo * After your done you should have adb access through DOS!    *
echo **************************************************************
devmgmt.msc
pause
exit

If I helped you on the forum please feel free to donate.

The Following 32 Users Say Thank You to xboxexpert For This Useful Post: [ Click to Expand ]
 
Jamdat33
Old
#2  
Jamdat33's Avatar
Senior Member
Thanks Meter 16
Posts: 155
Join Date: May 2009
This is just what i needed!!! But it doesnt work for me for some reason... after i point it to the folder to install the driver it says "Windows was unable to install your Nook. Windows could not find driver software for your device."
 
mistabusta
Old
#3  
Member
Thanks Meter 5
Posts: 33
Join Date: Jul 2008
I believe that this answers my all my questions. Thanks a bunch.
 
xboxexpert
Old
#4  
Senior Member - OP
Thanks Meter 248
Posts: 447
Join Date: Aug 2007

 
DONATE TO ME
Quote:
Originally Posted by Jamdat33 View Post
This is just what i needed!!! But it doesnt work for me for some reason... after i point it to the folder to install the driver it says "Windows was unable to install your Nook. Windows could not find driver software for your device."
Use the drivers in my pack they work perfect.
The Following User Says Thank You to xboxexpert For This Useful Post: [ Click to Expand ]
 
jimmyz
Old
#5  
Senior Member
Thanks Meter 24
Posts: 358
Join Date: Jun 2007
thanks- I'm assuming this is for windows 7- will this work for windows xp as well?
Touch Pro2 (Rhodium)
Sprint
 
xboxexpert
Old
(Last edited by xboxexpert; 22nd December 2010 at 04:06 AM.)
#6  
Senior Member - OP
Thanks Meter 248
Posts: 447
Join Date: Aug 2007

 
DONATE TO ME
It was indeed for Windows 7 but I've just testing and compiled a Windows XP and Windows 7 version all in one. Uploading and fixing links
The Following 2 Users Say Thank You to xboxexpert For This Useful Post: [ Click to Expand ]
 
swapdotavi
Old
#7  
Senior Member
Thanks Meter 9
Posts: 142
Join Date: Dec 2010
Thanks very much. This makes things even easier

Also, your video on youtube of a rooted NC was a big part of why I bought one, so thanks for that too!
 
xboxexpert
Old
#8  
Senior Member - OP
Thanks Meter 248
Posts: 447
Join Date: Aug 2007

 
DONATE TO ME
Thanks, leave some good feedback if this info worked for you and if my script worked on your machine.
The Following 2 Users Say Thank You to xboxexpert For This Useful Post: [ Click to Expand ]
 
swapdotavi
Old
#9  
Senior Member
Thanks Meter 9
Posts: 142
Join Date: Dec 2010
Quote:
Originally Posted by xboxexpert View Post
Thanks, leave some good feedback if this info worked for you and if my script worked on your machine.
I actually dont have the device yet as I live in Vancouver, Canada. I will be getting it tomorrow after a quick trip across the border I'm going to use the steps off nookdevs late tomorrow night to root it after a few minutes of testing out of the box to make sure everything works OK.

I'll certainly leave you some props on the video.
The Following User Says Thank You to swapdotavi For This Useful Post: [ Click to Expand ]
 
mistabusta
Old
#10  
Member
Thanks Meter 5
Posts: 33
Join Date: Jul 2008
Worked like a charm, which then enabled me to run your Config script which then worked perfectly as well.

Thanks!

The Following User Says Thank You to mistabusta For This Useful Post: [ Click to Expand ]
 
Post Reply+
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Go to top of page...