I cannot connect my joystick game 'Audi' (chinese product) to my STB hg680-p.
How to solve it?
this is the result of USB Log View and in device manager
https://i.postimg.cc/c4pFZYQv/IMG-20190206-211737.jpg
https://i.postimg.cc/NjyvC1QL/IMG-20190206-210006.jpg
https://i.postimg.cc/bv30G22H/IMG-20190206-212215.jpg
Related
Dear XDA developers,
recently I've bought an Android TV Box, you can read a techincal datashet of it at this link:
telcominstrument . com
on the left menu select: Box Android Internet TV FULL-HD 1080p - Android 4.0 TV Box Full-HD Wireless
technical specification:
•Sistema Operativo Android 4.0;
•Microprocessore CPU BOXCHIP A10 frequenza 1.2GHz;
•Memoria RAM DD3 1GB, Flash 4GB;
•Uscita Video HDMI 1.4, Full HD 1080P, con decoder hardware;
•Connessione Wi-Fi a velocità massima 300mbps;
•Antenna Wifi Omnidirezionale;
•supporto Videochiamate Skype;
•Compatibile HDD formattati in FAT, FAT32, NTFS, EXT2, EXT3;
•Risoluzione Alta Definizione Full HD 1080p, max. 1920x1280px;
Principally I've one problem, It's impossible to write on an external usb disk, a permission denied message appears at all attempt.
I've tryied some different format for the device FAT,FAT32 and NTFS but no one allow me to write on the device.
So I've search some solution on internet and I've found this one:
"To enable USB host API support you should add a file named
android.hardware.usb.host.xml and containing the following lines:
<permissions>
<feature name="android.hardware.usb.host"/>
</permissions>into folder
/system/etc/permissionsin that folder find file named
handheld_core_hardware.xml or tablet_core_hardware.xml and add
<feature name="android.hardware.usb.host">
into <permissions> sectionReboot your device. Usb host api should work.
Tested on CUBE U30GT with android 4."
Unfortunatelly I haven't the access to modify the system /etc/permision folder, so I think that I must root my Android Box, but How?
Can You halp me with the USB and Root issue?
Thanks at all,
Hi,
I am trying to use a Columbus V800+ usb gps (mtk3329) with my Alwinner A10 tablet. Current rom is Cyanogenmod 10 - 20130327. kernel 3.0.36+. After connecting gps, lsusb show up: Bus 01 Device 008: ID 0e8d:3329. Using USB info apk I got: /dev/bus/usb/001/008 assigned to mtk gps. Seems that device was detected, but I can not use it. I tried to find the CDC-ACM.ko module in lib/modules, but there is no such file.
dmesg after inserting gps:
insmod_host_driver
[sw_hcd0]: sw_usb_host0_enable start
-----------------sw_hcd0_soft_disconnect----------
[sw_hcd0]: open_usb_clock
[sw_hcd0_host0]:set USB power ON
[sw_hcd0]:sw_usb_host0-enable end
-----------------IRQ CONNECT-----------------------
[sw_hcd0]: reset port
[sw_hcd0]:reset port stopped
spurious?
usb 1-1 new full speed USB device number 2 using sw_hcd_host0
[sw_hcd0]: reset port
[sw_hcd0]:reset port stopped
[sw_hcd0]:sw_hcd_h_disable, epnum = 0
[sw_hcd0]:sw_hcd_h_disable, epnum = 0
Does anyone knows how to get the gps working ? I am new to android, but reads a lot.
Thank you in advance.
Boots in UEFI mode from live USB in "guest" mode only. Sees my WiFi AP and appears to connect without errors. But not able to open any webpage in the browser. Also, I'm confused because there is no menu or task bar visible. I can only see 4 icons on the desktop. Is that normal?... the task bar only shows up after installation? I see no options to install it. help?
ISO used: Remix_OS_for_PC_64bit_B2016040501.iso
Make/Model: Lenovo Ideapad G50-45 notebook
CPU: AMD A6-6310
GPU: Radeon R4/R5 integrated
Memory: 8GB
Hard Driver: 1TB internal samsung 5400rpm
Video Card: integrated
Audio Card: integrated
Network Card: Realtek RTL8723be wifi
I can't start Tvheadend on LibreELEC, because the List of TV Adapters is empty (and /dev/dvb no exist)
What driver I should use|load for DVB device ?
First of all, as we all know, ZTE Blade V880 is an ancient phone. I did this just for fun.
My laptop is a 4th gen Intel platform (haswell), which has both EHCI and xHCI.
After plugging my Blade into the laptop, I found that fastboot cannot function. If it's plugged into the USB3.0 port, the device manager complained "code 10" (it was recognised as "Android Bootloader Interface" made by "Marshall London Device"), while it's plugged into the USB2.0 port, the error code was "code 43", with a message of "enumeration of BOS descriptor failed". (in this case it's just cataloged into abnormal USB device, lol)
After some googling (thanks to the code 43 actually!), I found that a registry hack of SkipBOSDescriptorQuery works. However, ironically, this fix only works on USB3.0 ports, which didn't throw "code 43" at all.
Steps:
1. Plug the phone into the USB3.0 port
2. Open the device manager, find out the hardware ID (vendor id and product id, aka VID and PID). For my Blade it was VID_18D1 PID_D00D REV_0100
3. Open regedit, locate to HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\usbflags\18D1D00D0100 (see, it's [VID][PID][REV])
4. Create a DWORD value named "SkipBOSDescriptorQuery" and then change its value to 1
5. Done, just unplug and replug the USB cable once again, then it should work.