top of page
felssimpdediti

HTC Android RNDIS Driver Download: A Step-by-Step Guide



Option 1 (Recommended): Update drivers automatically - Even computer newbies can update drivers with just a few clicks of a mouse. Use trusted software to identify, download and install the newest driver updates for your PC in one step. Your old drivers can be backed up and restored if you encounter any problems. You'll need novice to beginner level computer skills to use this method.




htc android rndis driver download



Option 2: Update drivers manually - Use DriverGuide to find the correct driver for your device and operating system. Next, download and install it by following the step by step instructions. You'll need average to intermediate level computer skills to use this method.


This utility is an intelligent program which will automatically recognize your computer operating system and device. Then, it will find the correct drivers for it. There is no need to know which specific operating system you have, and there is no risk of downloading and installing the wrong driver. Automatic driver updates eliminate mistakes when installing or updating drivers.


Click the Update button next to the out-of-date or missing driver. The correct version will be downloaded and installed automatically. Or, you can click the big green Update All button to automatically download and install the correct version of all the drivers that are missing or out-of-date on your system.


To get the latest driver, including Windows 11 drivers, you can choose from our list of most popular Mobile downloads or search our driver archive for the driver that fits your specific Mobile model and your PC's operating system.


Once you have downloaded the new driver, next you must remove the current driver if it is installed. On a Windows PC, you do this by using a built-in utility called Device Manager. It allows you to see all of the devices attached to the PC, and the drivers associated with them.


Aside from being a driver download and update software program, Drive Talent packs other advanced features, such as drivers restore, drivers uninstall, system restore, drivers pre-download for another PC, PC Repair (no sound, no video, no Wi-Fi etc.), DLL files repair, hardware detection, VR support check and PC speed up, etc.


Driver Talent Download, Update & Fix Your Windows Drivers Driver Talent is the world's leading Windows drivers update software. It can find the out-of-date, corrupted, and broken drivers easily, fix drivers that have problems quickly, download & update Windows drivers for you&nbsp


Dear all,I have some problems to get the ADB Interface on the host using target FSL iMX51 BABBAGE 3.0 and BSP R10.3.My PC drivers are fine. My GUI settings are fine (Settings > Applications > Development > USB debugging). The ADB Interface is just missing in the USB Descriptors (verified with "lsusb" on Linux, and "usbview" on Windows).In kernel .config, the Android gadget drivers are enabled: CONFIG_USB_ANDROID=y CONFIG_USB_ANDROID_ADB=y CONFIG_USB_ANDROID_MASS_STORAGE=y CONFIG_USB_ANDROID_RNDIS=y CONFIG_USB_ANDROID_RNDIS_WCEIS=yIn kernel_imx/arch/arm/mach-mx5/mx51_babbage.c, the Android gadget functions are configured. Here, USB ProductID 0x0c01 is set as default, which corresponds with the "usb_mass_storage" function.Normally, USB ProductID 0x0c02 appears immediately, which has both "USB Mass Storage" and "ADB Interface".During kernel boot, below messages are printed. (Extra prints were added to kernel_imx/drivers/usb/gadget/) CPU is i.MX51 Revision 3.0 mx51_babbage.c mxc_board_init(): ready to mxc_register_device(android_usb_device) with following android_usb_platform_data: vendorID 5538, productID 3073, productname MX51 BBG Android ... Android usb driver initialize android_usb gadget: composite.c adding config #1 'android'/80900164 android_usb gadget: composite.c cfg 1/80900164 speeds: android.c product_matches_functions(): product 3073 matches android.c get_product_id() returning 3073 android_usb gadget: android_usb ready fsl-usb2-udc: bind to driver android_usb android_usb gadget: composite.c suspend android gadget: register function adb android gadget: register function usb_mass_storage android gadget: register function rndis rndis_function_bind_config MAC: 00:00:00:00:00:00 android_usb gadget: using random self ethernet address android_usb gadget: using random host ethernet address usb0: MAC 3a:e4:91:cd:ff:47 usb0: HOST MAC a2:55:77:31:d3:e8 android_usb gadget: composite.c adding 'rndis'/990c8780 to config 'android'/80900164 android_usb gadget: usb_mass_storage, version: 2009/09/11 android_usb gadget: Number of LUNs=3 lun0: LUN: removable file: (no medium) lun1: LUN: removable file: (no medium) lun2: LUN: removable file: (no medium) android_usb gadget: composite.c adding 'usb_mass_storage'/99293240 to config 'android'/80900164 android_usb gadget: composite.c adding 'adb'/990c89c0 to config 'android'/80900164 android_usb gadget: f_adb.c adb_function_bind dev: 990c89c0 android_usb gadget: f_adb.c create_bulk_endpoints dev: 990c89c0 android_usb gadget: f_adb.c usb_ep_autoconfig for ep_in got ep4in android_usb gadget: f_adb.c usb_ep_autoconfig for adb ep_out got ep3out android_usb gadget: f_adb.c dual speed adb: IN/ep4in, OUT/ep3out android_usb gadget: composite.c resume ... android_usb gadget: composite.c HNP inactive android_usb gadget: high speed config #1: androidOn the iMX51 target, process /sbin/adbd is running.When explicitly and dynamically enabling adb on the shell: echo 1 > /sys/devices/virtual/usb_composite/adb/enableUSB ProductID 0x0c01 (3073) is replaced by 0x0c02 (3074). On the PC, ADB Interface appears, usbview shows: bInterfaceClass: 0xFF bInterfaceSubClass: 0x42 bInterfaceProtocol: 0x01These values are ADB_CLASS, ADB_SUBCLASS and ADB_PROTOCOL from system/core/adb/adb.hLooks good, but...ADB Interface is offline ("adb devices"): List of devices attached 0123456789ABCDEF offlineWhen you reboot the iMX51, it has again USB ProductID 0x0c01 (3073) and no ADB Interface.When enabling adb on the shell, the kernel prints:


(Extra prints were added to kernel_imx/drivers/usb/gadget/) composite.c usb_function_set_enabled(): set function adb to 1 android.c product_has_function(): product 3073 has NO function rndis android.c product_has_function(): product 3073 has function usb_mass_storage android.c product_has_function(): product 3073 has NO function adb android.c product_matches_functions(): product 3073 does NOT match android.c product_has_function(): product 3074 has NO function rndis android.c product_has_function(): product 3074 has function usb_mass_storage android.c product_has_function(): product 3074 has function adb android.c product_matches_functions(): product 3074 matches android.c get_product_id() returning 3074 android_usb gadget: composite.c reset config android_usb gadget: f_adb.c adb_function_disable android_usb gadget: f_adb.c adb disabled android_usb gadget: composite.c suspendAny clue why the ADB Interface is not enabled automatically/dynamically?Note that the prebuilt image by Freescale (from image_imx-android-r10.3_51bbg) is OK:USB ProductID 0x0c02 (3074) appears immediately (no switch from 0x0c01) with both USB Mass Storage and ADB Interface:ADB Interface is ready ("adb devices"): List of devices attached 0123456789ABCDEF device Thanks a lot, Tom.


5.9 How to setup PC (Windows) to support ADB/RNDISBefore this release, we used HTC's vendor id and product id for all the android gadget functions. It's bad case, so we changed the default android USB gadget functions's VendorID to freescale's 0x15a2, and ProductID to fake ones(after acquiring the offical product id, we will replace them). Due to this change, we must update the PC's USB driver and ADB configuration to enable the android gadget functions:For Windows PC:


Step 1 : Download and extract HTC HD2 USB Driver package on the Computer (The link is above). If in case, you have already downloaded and extracted the driver package, then SKIP this step.


The HTC HD2 USB driver makes almost every task that needs to be performed by connecting the device to PC easier. All the files can be transferred in no time without worrying about anything. Also, there are certain benefits to having it. Before you proceed to download, it is suggested to you to remove the previously installed HTC HD2 from your PC in case you have installed it. Once you are done, click the below link to download HTC USB Drivers on your PC.


Step 1 : Download and extract HTC HD2 ADB Driver (.inf based) (The link is above) on the Computer. If in case, you have already downloaded and extracted the driver, then SKIP this step.


If you'd like to connect an Android-powered device to your Windows computer, then you need to install the appropriate USB driver. Here we provide download links, where you can download the appropriate USB driver for your Android device, and show you how to install USB driver for Android device, including the Android USB drivers for Windows 8 and Windows 8.1. It works on Android 6.0 and you will not worry how to do with the newest Android OS.


Caution: You may make changes to android_winusb.inf file found inside usb_driver\ (for example, to add support for other devices), however, this will lead to security warnings when you install or upgrade the driver. Making any other changes to the driver files may break the installation process. 2ff7e9595c


0 views0 comments

Recent Posts

See All

Comments


bottom of page