justjimjpc
Premium Member
You will need to download the SDK which will have the files you need ...
The windows drivers are included ... just be sure you are getting the Windows version of the SDK X86 or XP ... Vista drivers may be different ... ??? not sure
1. SDK 1.5 (currently the latest) ..
-- (easy to remember and short), I suggest: C:\SDK_15
3.) For Window path environmental you want to include the path to the
FOR ADB : ==============================================================
with the phone still connect .... Type adb devices .... If all is good then ADB will
return the Serial Number of the Connected Phone ... CONGRATS so far !!!
==========================================================
FOR FASTBOOT : ==========================================================
With Phone OFF Press Camera+Power this will enable the FastBoot Utility.
You should see Three (3) Green Androids on Skate Boards ...
Press return a few time ... and in the middle of the White Screen you should
see Yellow Band with FASTBOOT in Blue center in the screen ..
The CMD.exe Command Line Interpreter box will open ...
with the phone still connect (BUT NOT SD MOUNTED) ....
Type Fastboot devices ....
If all is good then FASTBOOT will return the :
(Serial Number fastboot)
of the Connected Phone ... CONGRATS so far !!!
=======================================================
The windows drivers are included ... just be sure you are getting the Windows version of the SDK X86 or XP ... Vista drivers may be different ... ??? not sure
1. SDK 1.5 (currently the latest) ..
-- there are two tools in here that you well need ...
-- a.) ADB.exe
-- b.) FastBoot.exe)
-- link for the SDK 1.5 is :
Download the Android SDK | Android Developers
2. After downloading the sdk package unzip its contents into a directory -- a.) ADB.exe
-- b.) FastBoot.exe)
-- link for the SDK 1.5 is :
Download the Android SDK | Android Developers
-- (easy to remember and short), I suggest: C:\SDK_15
3.) For Window path environmental you want to include the path to the
-- directory C:\SDK_15\tools
--- On Windows, right-click on My Computer, and select Properties.
Under the Advanced tab, hit the Environment Variables button, and in the dialog that comes up, double-click on Path (under System Variables). Add the full path to the tools/ directory to the path.
4.) Now you need to get the Windows drivers installed so windows can communicate with the G1 via ADB & FastBoot. --- On Windows, right-click on My Computer, and select Properties.
Under the Advanced tab, hit the Environment Variables button, and in the dialog that comes up, double-click on Path (under System Variables). Add the full path to the tools/ directory to the path.
FOR ADB : ==============================================================
--- You want to hook you phone to the PC with the USB cable. DO NOT Enable USB access to the SDCard ... like you might usually do ... Windows will find a report finding new hardware... and will popup the "Found New Hardware Wizard" .
--- You will NOT use AUTO but click on "Install from a list or specific location(Advanced)
--- Then ... Click : Next >
--- On the next Screen Click on the box "Include this location in the Search;" and type in the following path ... C:\SDK\SDK_15\usb_driver\x86 (for XP) and not (AMD64) (this assumes you used the same directory structure settings that I recommended ... if you didn't Shame Upon YOU!! then adjust your entry accordingly ...
Click NEXT ... and--- You will NOT use AUTO but click on "Install from a list or specific location(Advanced)
--- Then ... Click : Next >
--- On the next Screen Click on the box "Include this location in the Search;" and type in the following path ... C:\SDK\SDK_15\usb_driver\x86 (for XP) and not (AMD64) (this assumes you used the same directory structure settings that I recommended ... if you didn't Shame Upon YOU!! then adjust your entry accordingly ...
--- Patiently wait while Windows install the Windows drivers for the USB/ADB hardware interface ... You should receive a successful Completion and then click FINISH
--- You are now ready to have you G1 recognized when you connect it with the USB Cable ..
--- Should you fail the install then go into the DeviceManager for the PC and Delete the incomplete install driver ... and try again ..
--- You are now ready to have you G1 recognized when you connect it with the USB Cable ..
--- Should you fail the install then go into the DeviceManager for the PC and Delete the incomplete install driver ... and try again ..
--- TEST IT OUT... Click on the Windows Start button || then select RUN from the optionsIn input box type CMD (enter or OK).
The CMD.exe Command Line Interpreter box will open ... with the phone still connect .... Type adb devices .... If all is good then ADB will
return the Serial Number of the Connected Phone ... CONGRATS so far !!!
==========================================================
FOR FASTBOOT : ==========================================================
With Phone OFF Press Camera+Power this will enable the FastBoot Utility.
You should see Three (3) Green Androids on Skate Boards ...
Press return a few time ... and in the middle of the White Screen you should
see Yellow Band with FASTBOOT in Blue center in the screen ..
--- You want to hook you phone to the PC with the USB cable. DO NOT Enable USB access to the SDCard ... like you might usually do ... Windows will find a report finding new hardware... and will popup the "Found New Hardware Wizard" .
--- You will NOT use AUTO but click on "Install from a list or specific location(Advanced)
--- Then ... Click : Next >
--- On the next Screen Click on the box "Include this location in the Search;" and type in the following path ... C:\SDK\SDK_15\usb_driver\x86 (for XP) and not (AMD64) (this assumes you used the same directory structure settings that I recommended ... if you didn't Shame Upon YOU!! then adjust your entry accordingly ...
Click NEXT ... and--- You will NOT use AUTO but click on "Install from a list or specific location(Advanced)
--- Then ... Click : Next >
--- On the next Screen Click on the box "Include this location in the Search;" and type in the following path ... C:\SDK\SDK_15\usb_driver\x86 (for XP) and not (AMD64) (this assumes you used the same directory structure settings that I recommended ... if you didn't Shame Upon YOU!! then adjust your entry accordingly ...
--- Patiently wait while Windows install the Windows drivers for the USB/ADB hardware interface ... You should receive a successful Completion and then click FINISH
you are now ready to have you G1 recognized when you connect it with the USB Cable ..
--- Should you fail the install then go into the DeviceManager for the PC and Delete the incomplete install driver (IN THE USB AREA) ... and try again ..
--- TEST IT OUT... Click on the Windows Start button || then select RUN from the options
In input box type CMD (enter or OK) --- TEST IT OUT... Click on the Windows Start button || then select RUN from the options
The CMD.exe Command Line Interpreter box will open ...
with the phone still connect (BUT NOT SD MOUNTED) ....
Type Fastboot devices ....
If all is good then FASTBOOT will return the :
(Serial Number fastboot)
of the Connected Phone ... CONGRATS so far !!!
=======================================================