-
×InformationNeed Windows 11 help?Check documents on compatibility, FAQs, upgrade information and available fixes.
Windows 11 Support Center. -
-
×InformationNeed Windows 11 help?Check documents on compatibility, FAQs, upgrade information and available fixes.
Windows 11 Support Center. -
- HP Community
- Archived Topics
- Tablets and Mobile Devices Archive
- Re: ADB drivers

Create an account on the HP Community to personalize your profile and ask a question

08-27-2013 06:56 AM
@mp3lll wrote:Hello.
Just Install this one.
http://adbdriver.com/upload/AdbDriverInstaller.exe
and Hp will be work fine as Usb debugging and you can use eclipse, no need to add any 0x to Ini file or Hp.
Yanir.
In my case, this gets blocked by Norton Security as 'unsafe'. What does it do ?
09-19-2013 12:19 PM
Right on, that works.
Here's my clarification of the procedure:
-- add following two lines to *USER*/.android/adb_usb.ini (replace *USER* with logged in user on this computer, i.e. your user name on the computer):
#HP VID
0x03F0
-- add following lines to C:\Program Files (x86)\Android\android-sdk\extras\google\usb_driver\android_winusb.inf
in section [Google.NTamd64] (put it last, under ";Google Nexus (generic)")
; HP
%SingleAdbInterface% = USB_Install, USB\VID_03F0&PID_5E1D
%CompositeAdbInterface% = USB_Install, USB\VID_03F0&PID_5D1D&MI_01
%CompositeAdbInterface% = USB_Install, USB\VID_03F0&PID_601D&MI_01
-- Go to device manager in control panel, double click the HP device
-- add the driver by clicking "Hardware" tab
-- click "Properties" button
-- click "Change Settings" button
-- click "Driver" tab
-- click "Update Driver" button
-- click "Browse my computer for driver software"
-- enter the path to the inf file you just added the device to above,
C:\Program Files (x86)\Android\android-sdk\extras\google\usb_driver\android_winusb.inf
-- click "Next" button
-- click "OK" to install un-recognized driver
-- when finished disconnect the HP 7 Slate
-- restart the computer
-- connect the HP 7 slate
-- start eclipse, and the device should appear in debug configurations (and in command shell with command "adb devices")
Have fun, thanks all.
09-24-2013 11:30 AM
I tried manually editing the google drivers with the above method to a T, but upon attempting manually installing the usb drivers in the device manager, the install fails, telling me that the drivers had an incorrect hash and could not be installed because the driver may have been tampered with. Of course it was tampered with, I added the tablet to it 🙂 How can I get the driver to install or overcome this barrier?
09-29-2013 06:24 AM - edited 09-29-2013 06:25 AM
Try running the installation as administrator.
If that doesn't work maybe you can find something in my xda thread here:
10-19-2013 03:39 AM
Thanks Henry
I also found a good nexus 7 tutorial at http://zacktutorials.blogspot.ca/2012/08/nexus7-android-development.html which worked me through some of the other issues. Steps were identical on the Slate.
11-14-2013 10:24 AM
Hola
TEngo un preguta sobre este comentario
Soy nuevo en la programacion y aun mas en el lenguaje de android
tengo una tabla slate 7 y al conectarla a mi pc no la reconoce el eclipse como emulador
medijeron que necesitaba un drver ADB pero no se donde buscarlo y en este comentario encontre que se genera pero
este codigo donde se ejecuta
echo 0x03F0 >>% HOMEPATH% \. android \ adb_usb.ini
y esto en donde se busca
Añadir a continuación las secciones y guardarlo,
; HP
% SingleAdbInterface% = USB_Install, USB \ VID_03F0 & PID_5E1D
% CompositeAdbInterface% = USB_Install, USB \ VID_03F0 & PID_5D1D y MI_01
% CompositeAdbInterface% = USB_Install, USB \ VID_03F0 & PID_601D y MI_01
3. Manual de instalación del controlador para el dispositivo del Administrador de dispositivos.
Después de todos estos hechos, reiniciar el servicio de ADB para comprobar que el dispositivo (adb devices)
que pena la molestia pero me gustaria una esplicacion con mas detalle
02-13-2014 12:19 PM
What about the Slate 7 Extreme ? I've followed the instructions here, the driver seems to satisfy Windows 7 - no more yellow mark. But adb devices lists nothing, even after reboot of computer or when using kill-server. Is the Extreme one a different ID ?
Thanks.
02-13-2014 12:39 PM
http://www.androidpolice.com/2013/04/08/with-the-help-of-the-xda-community-koush-releases-a-universa...
