Usb Accessory issue

xeriko

Member
Licensed User
Longtime User
Hi Erel,

I want to connect my Ft323r USB Uart device but i can't reach to that.

I download that app USB Host Controller and i see it connected

VID:0403
PID:6001

Can you help me?
 

agraham

Expert
Licensed User
Longtime User
According to the USB Host Controller Play Store entry for USB Host Controller "The application does not use the USB Host API". It would seem that for some reason the official Android USB Host API on your Android device is not recognising the FT232R and is not passing it to the application. If your device is running Android 3.1 or later check you have the file android.hardware.usb.host.xml in /system/etc/permissions as mentioned here http://www.b4x.com/forum/additional...03-usb-rs232-adaptor-driver-5.html#post121125

If that does not work then I am afraid I have no further suggestions.
 
Upvote 0

xeriko

Member
Licensed User
Longtime User
Thanks agraham for your help.

I solve issue with this steps.

Connect your device to computer.

open cmd and write cd C:\Android\android-sdk\platform-tools //This my path. You must write your path.

1-adb pull /system/etc/permissions/tablet_core_hardware.xml //if phone handheld_core_hardware.xml
2-Update that file and create android.hardware.usb.host.xml as specified by This Link
3-adb push android.hardware.usb.host.xml /system/etc/permissions
4-adb push tablet_core_hardware.xml /system/etc/permissions //if phone handheld_core_hardware.xml
5-Reboot.

if you get error like read only first write adb remount after that do this steps.

I upload files.
 

Attachments

  • platform-tools.zip
    2.5 KB · Views: 393
Upvote 0
Cookies are required to use this site. You must accept them to continue using the site. Learn more…