can anyone help me i need adb drivers thanks
There you go check the attached zip
Related
Well, I have HTCSync installed, but I don't understand what to do now with ADB.exe+dll files and sync. Can someone please elaborate? Oh and i alrdeady have librs+librs_jni for my cousins eris.
Step 1: Download the Android SDK from http://developer.android.com/sdk/index.html The Windows file is called android-sdk_r4-windows.zip. Extract the files to your C: drive so that you now have the folder C:\android-sdk-windows
Now open up command prompt and type these codes:
1: Code:
cd C:\android-sdk-windows\tools
2: Code:
adb devices
If you've been following this guide you will see your phone's serial number. If you get "device not found" error, you either need to make sure you the drivers were properly installed or make sure you enable USB debugging AFTER you connect the USB cable. Continue on once you get the proper phone serial output.
You shouldn't have to install anything other than the HTC Sync... And the only reason you install HTC Sync is for the drivers.. You dont have to install anything for ADB just put the extracted file on the C:\ drive.... And then whenever you wanna Push or Pull a file with ADB, just put that file in the C:\android-sdk-windows\tools file....
I can't install ADB and get it to recognize my phone for the life of me!!
I'm following this guide here:http://forum.xda-developers.com/showthread.php?t=834748&highlight=adb
But with the cmd open and on the C:\android-sdk-windows\tools typing "adb devices" or even "adb" gives me this error.
"adb" is not recognized as an internal or external command, operable program or batch file
Could someone please help me!! Thanks.
ok i am giving you a link to a video that will help you setup adb but before you watch this video go to http://www.htc.com/us/support/t-mobile-mytouch-4g/downloads/ and download & install the usb drivers( usb tethering).. now follow this video http://www.youtube.com/watch?v=1UF5w1dKe2U
nguyendqh said:
I can't install ADB and get it to recognize my phone for the life of me!!
I'm following this guide here:http://forum.xda-developers.com/showthread.php?t=834748&highlight=adb
But with the cmd open and on the C:\android-sdk-windows\tools typing "adb devices" or even "adb" gives me this error.
"adb" is not recognized as an internal or external command, operable program or batch file
Could someone please help me!! Thanks.
Click to expand...
Click to collapse
I dunno if that video is gonna help you... but they moved adb in the newest sdk and it's under platform-tools now not tools. Also it's not included by default with the sdk you will have to run sdk manager.exe and install platform-tools
topgun303 said:
ok i am giving you a link to a video that will help you setup adb but before you watch this video go to http://www.htc.com/us/support/t-mobile-mytouch-4g/downloads/ and download & install the usb drivers( usb tethering).. now follow this video http://www.youtube.com/watch?v=1UF5w1dKe2U
Click to expand...
Click to collapse
Thanks guys I got it working.
Just had to download the adb files into the "tools" folder, which for some reason wasn't there off the SDK download.
how do i push roguerburrow recovery
bumppppppppppp
Check this thread: http://forum.xda-developers.com/showthread.php?t=1346180
In particular - see post #218: http://forum.xda-developers.com/showpost.php?p=22359727&postcount=218
Recommend you get the drivers and ADB using the SDK as some of the other links did not install it correctly for me.
http://developer.android.com/sdk/index.html
Hi, do you know? How can i connect adb drivers and ideos x5 on xp?
I did try some drivers but in device manager, in other device "android" but all drivers not runing. I want to runing on sdk and sent log dzo.
thanks for helps,
miskiab said:
Hi, do you know? How can i connect adb drivers and ideos x5 on xp?
I did try some drivers but in device manager, in other device "android" but all drivers not runing. I want to runing on sdk and sent log dzo.
thanks for helps,
Click to expand...
Click to collapse
you have to use the adb drivers for ics, now I have the link here. But you can report an error like this:
(1) Open the Terminal Emulator
Write to SU and Enter.
(2) Write the following commands:
cat /proc/kmsg > /sdcard/dmesg.log
logcat > /sdcard/CAT.log
Aurora ICS ADB drivers: http://forum.xda-developers.com/showthread.php?t=1566393
I just it but not solved this problem
asm19 said:
Aurora ICS ADB drivers: http://forum.xda-developers.com/showthread.php?t=1566393
Click to expand...
Click to collapse
hi, thanks for answered my question. But i just tried:
AndroidDriverForPc
Adb Device for AURORA
Huawei_U8800_ICS_ADB_Driver
usb_dirver4
Universal_Naked_Driver_Beta_0.6.2
and orjinal huawei drivers with hisuite.
How can i did it?
asm19 said:
you have to use the adb drivers for ics, now I have the link here. But you can report an error like this:
(1) Open the Terminal Emulator
Write to SU and Enter.
(2) Write the following commands:
cat /proc/kmsg > /sdcard/dmesg.log
logcat > /sdcard/CAT.log
Click to expand...
Click to collapse
edit// "you have to use the adb drivers for ics" I don't have adb drivers. Just i wanting it.
I think this commands for linux, right? Can i it any linux version?
i using this commands what will happen? ( i want learn)
thanks.
any idea?
Is there no one with a different suggestion?
Please give a try to this solution.
m!xal!s said:
Please give a try to this solution.
Click to expand...
Click to collapse
Yes, its ok, adb driver seen by xp but when i can adb shell;
* deamon not runing. starting it now *
* deamon started successfully *
error: device not found
writing, what can i for it?
strange problem!!
device not found
My phone only has cwm with no zip rom files.
I know i need adb files to recognize my phone in order to put in the zip files to my internal storage. I am having a difficult time installing adb drivers.
What do i have to enable on my phone in order to install the adb files? I have nothing on my phone except cwm.....thanks.
You dont need to do anything on your phone. All you gotta do is have it in CWM while you use the adb commands.
What you need to do is get the drivers working on your PC. Try installing Koush's Universal ADB driver (google this).