[GUIDE] Install adb windows 8 Development Preview 64 bit

Search This thread

laie1472

Senior Member
Feb 18, 2010
4,549
820
I wrote this guide for the Htc Evo3d-Cdma ver and started a thread there but I also wanted to start one here in case it might be helpful to anyone.

I take no responsibility if you screw up your phone. "IF YOU DON'T KNOW WHAT THIS GUIDE IS FOR OR HOW TO USE IT PLEASE DON'T".



How to install adb windows 8 Developers Preview

From what I've read a few members were having troubles installing adb on Windows 8 dev Preview-64bit

I have it installed and running and thought I'd share how I did it.

Ive linked a zip file containg the adb drivers,the java.exe,the android-sdk and the easytether.exe

I take no credit whatsoever for the htc/android driver I downloaded them from here

http://xdaforums.com/showthread.php?t=1514942

Thanks to xda member "1wayjonny" please hit the thread up and give thanks to him for all his hard work.

There are alot of other methods to get adb installed on windows8 this is just how I did it.

Laie1472 link

http://db.tt/z5avjkJS

Here we go

Download the zip attatched to the link.

#1-Extract the "laie1472.zip" to your desktop or folder of choice.

#2-Extract the "universal zip" into the same folder.

Now install the jdk-6u22-windows-i586.exe if your running an intel i5 if not then download the correct java version from here-
http://www.oracle.com/technetwork/java/javase/downloads/index.html

and let it run that's all for the java.

Second extract the android-sdk_r07-windows.zip to your c:\ drive.

Meaning right click on the android sdk and choose extract.

A window will appear. In the address bar of that window is were the files will currently be extracted to. Please delete everything in the address bar except the c:\ Then click "ok" and close the window.

Then go to your start menu and click on it. From there go to computer and click on it. Then you will see an icon that says (c:) That's your hard drive were you extracted the android sdk. Click/Double click on this icon. From there you should see a folder named Android-sdk something something, Right click on this folder and rename it to "AndroidSDK" without the quotes.

Please rename the folder exactly as I wrote it capitol letters and all.

Next make sure that you have usb debuggin enabled on your phone. If you can't find this, "PLEASE STOP UNTIL YOU DO"

Now run the easytether.exe "free app included in the zip" file and when it opens up it will give you an option of Easy tether core or Android USB drivers. Please choose the Android USB drivers. But "STOP" and click the little arrow next to ANDROID USB DRIVERS. A menu will appear. When it does please choose ENTIRE FEATURE WILL BE INSTALLED ON C:\ DRIVE. Check that option as well. Click install and let it finish.

Now please REBOOT your Laptop/Desktop.

When your pc/laptop is up and running, plug your phone into your pc while powered on and choose "charge Mode only".

Then select the windows key on the keyboard

Then select "control Panel"

Then select "more settings"

Then select "device Manger"

Once your there look for the ""ADB DRIVER" or while in device manger unplug your phone from your pc and then plug it back in and choose "charge only" and watch for the device driver that shows up.

Then "right click" and choose "update driver"

Then select
"browse MY Computer for driver software"

Then select
"let me pick from a list of device drivers on my computer"

Then a window will appear.

Then select
"Next" from the top of the window.

Then select
"Have DISK"

Now when that window opens select "browse"

Then another window will appear.

Now at the top of the window you will see an "address bar" with a "down arrow next to it".

Select the "down arrow" and then a drop down list will appear.

From here browse to your desktop or where ever you extracted the laie1472.zip to and find the universal folder.

Then select the driver
"android_winusb.inf" and select "open".

Another window will appear and then select "OK"

Windows will prompt you to install the driver, also it will warn you that the driver is not signed but press install anyway.

When that is done close out all windows and unplug your phone.

Now restart your laptop/pc. You can do this by holding the window key and press the letter "R"

Now type "cmd" and press enter.

Now a command window will appear, in that window type this or copy and paste it

shutdown /s

Then press enter. Another window will appear saying that windows will shutdown in 60 seconds press ok.

Then type

exit

Then press enter and wait.

When your pc/laptop is back up and running plug your phone into your laptop/pc and choose charge only.

Then hold the window key and press the letter "R"

Now type "cmd" amd press enter.

When that command window appears. Type this command or copy and paste it.

cd\

then hit enter

Now type cd\AndroidSDK\tools\

Then hit enter

Now type

adb devices

You "should" see a bunch of numbers

Those numbers. Represent your phone.

Now type

adb shell

Then hit enter on your keyboard.

You should see the # sign. That means you have adb installed. To test it just type reboot recovery and it should reboot your phone into your current recovery. From there you got it.

I hope this helps anyone who was having a hard time getting adb to work on windows 8 Developers Preview64-bit. I have not tested this on the latest windows release or the 32bit verison but your welcome to and leave feedback if your successful to help the community.

This is For the HTC EVO 3d-CDMA, it may or may not work for the GSM version or the evo4g CDMA,GSM.

PLease take into mind that this guide may or may not work for you. Some will have no problems with this guide while others may or may not experince difficulties.

This Guide is in no way 100% guaranteed to work for all. Please refarin from posting negative feedback if it does'nt, how ever I would encourage postive feedback.

I will attempt to maintain this thread and help out any members who decide to use this guide.

Edit if you need help installing adb on ubuntu see my thread here

http://xdaforums.com/showthread.php?t=794624

If you need help installing adb on windows 7-32,64bit,Vista-32,64bit or Xp-32,64bit see my thread here

http://xdaforums.com/showthread.php?t=858118

Also the sdk I included is the older version, I haven't tried with the latest one. If you do please post if your successful to benefit the community. Also the path to the tools folder will change with the latest sdk, the command should be

c:\AndroidSDK\platform-tools\

This is not for development only for adb. You have to download the development platforms via adb tools.exe to do development.

Hope this helps.


Root-Hack_Mod*Always\
 
Last edited:

Adiost

Senior Member
Dec 4, 2010
281
443
TL;DR: Install Universal Naked Driver instead of Google USB Driver from SDK or HTC Sync driver.

---------- Post added at 04:17 AM ---------- Previous post was at 03:39 AM ----------

Well this is just plain stupid. Just installed Android Composite ADB Driver on w8 and it works perfectly fine.
 

laie1472

Senior Member
Feb 18, 2010
4,549
820
Huh ?? Man I have no idea what it is your referring to. Glad the guide worked for you.

#Root-Hack_Mod*Always\
 

laie1472

Senior Member
Feb 18, 2010
4,549
820
Are you running the 32 bit ??? If so this is for the 64bit

#Root-Hack_Mod*Always\
 
Last edited:

laie1472

Senior Member
Feb 18, 2010
4,549
820
TL;DR: Install Universal Naked Driver instead of Google USB Driver from SDK or HTC Sync driver.

---------- Post added at 04:17 AM ---------- Previous post was at 03:39 AM ----------

Well this is just plain stupid. Just installed Android Composite ADB Driver on w8 and it works perfectly fine.


Don't understand what your getting at.


#Root-Hack_Mod*Always\
 

alhuang69

Senior Member
May 28, 2008
1,194
84
Hong Kong
---------- Post added at 11:54 AM ---------- Previous post was at 11:41 AM ----------

[/COLOR]
TL;DR: Install Universal Naked Driver instead of Google USB Driver from SDK or HTC Sync driver.

---------- Post added at 04:17 AM ---------- Previous post was at 03:39 AM ----------

Well this is just plain stupid. Just installed Android Composite ADB Driver on w8 and it works perfectly fine.
Could you share the steps of the installation and the download link of the Android Composite ADB Driver.

Thanks in advance :good:
 

laie1472

Senior Member
Feb 18, 2010
4,549
820
Yes will definitely reupload

Sent from my SCH-R530U using xda app-developers app
 

Top Liked Posts

  • There are no posts matching your filters.
  • 6
    I wrote this guide for the Htc Evo3d-Cdma ver and started a thread there but I also wanted to start one here in case it might be helpful to anyone.

    I take no responsibility if you screw up your phone. "IF YOU DON'T KNOW WHAT THIS GUIDE IS FOR OR HOW TO USE IT PLEASE DON'T".



    How to install adb windows 8 Developers Preview

    From what I've read a few members were having troubles installing adb on Windows 8 dev Preview-64bit

    I have it installed and running and thought I'd share how I did it.

    Ive linked a zip file containg the adb drivers,the java.exe,the android-sdk and the easytether.exe

    I take no credit whatsoever for the htc/android driver I downloaded them from here

    http://xdaforums.com/showthread.php?t=1514942

    Thanks to xda member "1wayjonny" please hit the thread up and give thanks to him for all his hard work.

    There are alot of other methods to get adb installed on windows8 this is just how I did it.

    Laie1472 link

    http://db.tt/z5avjkJS

    Here we go

    Download the zip attatched to the link.

    #1-Extract the "laie1472.zip" to your desktop or folder of choice.

    #2-Extract the "universal zip" into the same folder.

    Now install the jdk-6u22-windows-i586.exe if your running an intel i5 if not then download the correct java version from here-
    http://www.oracle.com/technetwork/java/javase/downloads/index.html

    and let it run that's all for the java.

    Second extract the android-sdk_r07-windows.zip to your c:\ drive.

    Meaning right click on the android sdk and choose extract.

    A window will appear. In the address bar of that window is were the files will currently be extracted to. Please delete everything in the address bar except the c:\ Then click "ok" and close the window.

    Then go to your start menu and click on it. From there go to computer and click on it. Then you will see an icon that says (c:) That's your hard drive were you extracted the android sdk. Click/Double click on this icon. From there you should see a folder named Android-sdk something something, Right click on this folder and rename it to "AndroidSDK" without the quotes.

    Please rename the folder exactly as I wrote it capitol letters and all.

    Next make sure that you have usb debuggin enabled on your phone. If you can't find this, "PLEASE STOP UNTIL YOU DO"

    Now run the easytether.exe "free app included in the zip" file and when it opens up it will give you an option of Easy tether core or Android USB drivers. Please choose the Android USB drivers. But "STOP" and click the little arrow next to ANDROID USB DRIVERS. A menu will appear. When it does please choose ENTIRE FEATURE WILL BE INSTALLED ON C:\ DRIVE. Check that option as well. Click install and let it finish.

    Now please REBOOT your Laptop/Desktop.

    When your pc/laptop is up and running, plug your phone into your pc while powered on and choose "charge Mode only".

    Then select the windows key on the keyboard

    Then select "control Panel"

    Then select "more settings"

    Then select "device Manger"

    Once your there look for the ""ADB DRIVER" or while in device manger unplug your phone from your pc and then plug it back in and choose "charge only" and watch for the device driver that shows up.

    Then "right click" and choose "update driver"

    Then select
    "browse MY Computer for driver software"

    Then select
    "let me pick from a list of device drivers on my computer"

    Then a window will appear.

    Then select
    "Next" from the top of the window.

    Then select
    "Have DISK"

    Now when that window opens select "browse"

    Then another window will appear.

    Now at the top of the window you will see an "address bar" with a "down arrow next to it".

    Select the "down arrow" and then a drop down list will appear.

    From here browse to your desktop or where ever you extracted the laie1472.zip to and find the universal folder.

    Then select the driver
    "android_winusb.inf" and select "open".

    Another window will appear and then select "OK"

    Windows will prompt you to install the driver, also it will warn you that the driver is not signed but press install anyway.

    When that is done close out all windows and unplug your phone.

    Now restart your laptop/pc. You can do this by holding the window key and press the letter "R"

    Now type "cmd" and press enter.

    Now a command window will appear, in that window type this or copy and paste it

    shutdown /s

    Then press enter. Another window will appear saying that windows will shutdown in 60 seconds press ok.

    Then type

    exit

    Then press enter and wait.

    When your pc/laptop is back up and running plug your phone into your laptop/pc and choose charge only.

    Then hold the window key and press the letter "R"

    Now type "cmd" amd press enter.

    When that command window appears. Type this command or copy and paste it.

    cd\

    then hit enter

    Now type cd\AndroidSDK\tools\

    Then hit enter

    Now type

    adb devices

    You "should" see a bunch of numbers

    Those numbers. Represent your phone.

    Now type

    adb shell

    Then hit enter on your keyboard.

    You should see the # sign. That means you have adb installed. To test it just type reboot recovery and it should reboot your phone into your current recovery. From there you got it.

    I hope this helps anyone who was having a hard time getting adb to work on windows 8 Developers Preview64-bit. I have not tested this on the latest windows release or the 32bit verison but your welcome to and leave feedback if your successful to help the community.

    This is For the HTC EVO 3d-CDMA, it may or may not work for the GSM version or the evo4g CDMA,GSM.

    PLease take into mind that this guide may or may not work for you. Some will have no problems with this guide while others may or may not experince difficulties.

    This Guide is in no way 100% guaranteed to work for all. Please refarin from posting negative feedback if it does'nt, how ever I would encourage postive feedback.

    I will attempt to maintain this thread and help out any members who decide to use this guide.

    Edit if you need help installing adb on ubuntu see my thread here

    http://xdaforums.com/showthread.php?t=794624

    If you need help installing adb on windows 7-32,64bit,Vista-32,64bit or Xp-32,64bit see my thread here

    http://xdaforums.com/showthread.php?t=858118

    Also the sdk I included is the older version, I haven't tried with the latest one. If you do please post if your successful to benefit the community. Also the path to the tools folder will change with the latest sdk, the command should be

    c:\AndroidSDK\platform-tools\

    This is not for development only for adb. You have to download the development platforms via adb tools.exe to do development.

    Hope this helps.


    Root-Hack_Mod*Always\