help with usb host controller app (S3C USB Host driver NOT found) - Remix OS for PC

when i try to reset usb message appear:
sh: [2]: /data/data/hu.sztupy.android.usbhostcontroller/files/your_binary: permission denied
previous build working good but new update dosnt
any help pleas

any idea ?

Sounds like you need root.

HypoTurtle said:
Sounds like you need root.
Click to expand...
Click to collapse
my remix is rooted

Might be down to MM PIE security, sixaxis controller doesn't work either.

Related

[Q] how to enable usb host mode if deviceis not rooted or if rooted

[/Bhi i have a very common but strange problem i am mentioning below plz any good solution will be appritiated
1) i have chinese phablet mtk8389 hd89 dual sim, 1gb ram, gps,quadcore, wifi,bluetooth,and microusb port
problem is that if i connect it to any otg or usb cable to connect with computer it dont show any response but just start charging
then i find oht a solution that i need to fix a file insode android system/etc/permissions name of file android usb host .xml
i go to file and add the file but actually file not get added even i cannot edit any system file because i dont have permission
then i find out that for doing that i need to root the device
but how stupid is that if i dont have usb host mode active how i can onnect my device with computer for root?
it does not connect even dont show in computer that some usb device ger connected its very complicated can any one give splution
how i can enable usb host mode with out root device and if i have to root the device how i can root with out usb mode not working because with out usb host me the device will not be connected .
any suggestion will be appericiated
i think my device is not rooted but i have acces to android all system files but i am unable to edit any file like it have write
protected .
click on usb debugging!
or install moborobo pc suite for chiness android
problemmmmmmmmmmq
anabhi said:
click on usb debugging!
or install moborobo pc suite for chiness android
Click to expand...
Click to collapse
hello please understand my problem i click onusb debug is very simple answer
i know what i need to click and i click on every posible option but the problem is that
microusb port is not connecting with any thing if i connect with usb stick or with card reader by otg cable
or even if i connect with computer computer dont give any sound i know u will say install mobo robo suit
but my problem is that even if software is not install computer should tell that a usb device get inserted but could not be recognized
but no nothing is showing also i am not able to edit my android filesystem files
i listen if device is rooted it should not show the system files but i can see all files so its quite confusing plz give me a good solution
that how i can active the capacity to use micro usb port because right now its just charging nothing else
use z4root,frameroot android for root
gsm forum will give u better soultion ,search on google
try other usb cable !
anabhi said:
use z4root,frameroot android for root
gsm forum will give u better soultion ,search on google
try other usb cable !
Click to expand...
Click to collapse
i just wantto know thatif usb is showing no connection with otg or computer then how i can root with any software i try
some root softwares but it says no device connected
second i change many cables and with other devices same cables are working but not wi this one
third i just want that ,y microusb port start functioning for that i need that i cam edit android file system files
is there any way that i can edit the files like i get permission to edit system filez?
or is there any idea how i can enable super user because it is not enable any suggetion will be apperiaciated

Fastboot

Have you guys been able to make fastboot work in win 8.1?
I still get device emulation failed.
http://forum.xda-developers.com/showpost.php?p=49521595&postcount=3
When i use that workaround my mouse and keyboard stop to work...
CrysiZ said:
When i use that workaround my mouse and keyboard stop to work...
Click to expand...
Click to collapse
Problem is that the script won't work correctly. I had the problem as well. Just copy the .sys files manually from the zip folder to the drivers folder, then you should be good to go. If you got on older mainboard in your PC, try connecting a PS/2 keyboard if you got one handy, or get an adapter from USB to PS/2.

T95X bluetooth support ?

hello
i'm using T95X TV-Box 2G / 16G but unfortunately it has no bluetooth i was wondering if it's possible to edit firmware and add support for bluetooth usb dongle
sorry for my english
Have you tried a USB dongle. May work .tell me if it does m planing to buy one.
nitin_i said:
Have you tried a USB dongle. May work .tell me if it does m planing to buy one.
Click to expand...
Click to collapse
yes usb dongle isn't detected
It detects the the USB dongle, but it doesn't activate or enable it. I had to root it, then use android terminal to code in a Bluetooth parameter. It kept giving an error maybe someone can figure it out.
Kenta011 said:
It detects the the USB dongle, but it doesn't activate or enable it. I had to root it, then use android terminal to code in a Bluetooth parameter. It kept giving an error maybe someone can figure it out.
Click to expand...
Click to collapse
i hope someone will figure it out
btw which firmware do you use T5X20002 ?

Making Sixaxis controller app work oreo and pie

There is this app called Sixaxis Controller developed by Dancing Pixel Studios which enables bluetooth drivers to connect Sony Playstations DS3 and DS4 controller on android , however the developer stoped working on the project and the app doesn't work beyond Nougat, it doesn't work on Oreo and Pie , I tried to test it on stock oreo on my LG V30+ as well as every single Rom available for V30 including pie , and it doesn't work, the app requires root access, I already bought the app from playstore, I used latest version of magisk , when I press start button it produces the output below
Code:
Quick Start:
- Pair controllers via USB using supplied utility
- Use 'start' and 'stop' to toggle driver
- Press power button on controllers to activate
- Change input method to 'Sixaxis Controller'
- Check 'help' menu for detailed instructions
Getting bluetooth address...
Attempting connection method 1...
Driver Starting...
Error: Failed to configure bluetooth
Getting bluetooth address...
Attempting connection method 2...
Driver Starting...
Wrong number of ports were opened
Error: Failed to configure bluetooth
Getting bluetooth address...
Attempting connection method 3...
Driver Starting...
Could not find stack manager interface in library
Error: Failed to configure bluetooth
Getting bluetooth address...
Attempting connection method 4...
Driver Starting...
Could not load bluetooth library
Error: Failed to configure bluetooth
Getting bluetooth address...
Attempting connection method 5...
Driver Starting...
Could not load HCI library
Error: Failed to configure bluetooth
Getting bluetooth address...
Attempting connection method 6...
Driver Starting...
Could not set HCI raw mode
Error: Failed to configure bluetooth
Getting bluetooth address...
Attempting connection method 7...
Driver Starting...
Could not set HCI raw mode
Error: Failed to configure bluetooth
Attempting to close server...
Restoring previous bluetooth state...
Disconnected
I searched a lot on xda to find a solution but came up empty, and there is a lot of people who have the same issue with varoius devices and it stops working on oreo and up,
I read somewhere that the Kernel needs to support it , I believe it is an HCI library related issue or something like that, since the dev is no longer around I'm trying to find a solution myself
so please @zacharias.maladroit can you help me out here, I appreciate any help. , BTW I tried every single kernel available for V30 and it doesn't work.
HCI raw seems to circumvent the OS, also utilizing hciattach (?) to achieve things https://www.systutorials.com/docs/linux/man/1-hciattach/
not sure what kind of custom ROM or code changes are needed to get it working: https://forum.xda-developers.com/showpost.php?p=34915519&postcount=1169
Thanks anyway , I tested every single rom outthere for V30, I wish there was some patch for the kernel, I searched a lot but didn't find anything useful
@zacharias.maladroit this what I found from this post
I thinks it restores hciattach function do you know someone who can help with this , I appreciate any input.
I realize you asked about the sixaxis, but I just wanted to let you and everyone who may be reading this that I used to use a sixaxis and that app a lot on an older phone. I have not been doing much gaming lately but just last night I was playing around with some emulators and screen mirror casting to a Chromecast.
A friend commented (while holding a PS4 controller) that it was neat, but the touchscreen controls would ruin the experience. "It'd be great if this (PS4 controller) worked on Android."
Well, I got curious and put the controller into pairing mode, then searched for Bluetooth devices on my V30. I was pretty surprised that it was on the list of devices. I was even more surprised when it paired to the phone. I was then shocked/amazed to see that it actually worked as an input device just like the sixaxis app used to!
There was no extra middleman app needed, it worked out of the box. I was able to go into my emulators apps and map the buttons to the controller buttons very easily.
TL;DR
PS4 controller works natively on Android 8.0
.
Sent from my LG-LS998 using XDA Labs
Just wanted to check in and see if you ever got any traction with this?
i am facing same problem can anyone tell me how this app can work on rooted poco f1
Can we start a bounty for a developer to make this work again?
until now any news? or keep hoping?
oldman20 said:
until now any news? or keep hoping?
Click to expand...
Click to collapse
Keep hoping
Honestly I have no hope about this
hi frend, i hava a solution at miui 10 8.11.22 android 8.0(device xiao mi 5),maybe any android 8 rom,but fail at pixelexperience android 10 (device xiao mi 5) rom. I still search any way to solve it.
1. root your android device
2.console or adb shell to root user
3.cmd exec "setenforce 0" to disable selinux,
4.back to retry Sixaxis Controller 1.1.3(last version) start service,it will work.
ps:selinux will restore after reboot device,you need disable selinux again.
softworms said:
hi frend, i hava a solution at miui 10 8.11.22 android 8.0(device xiao mi 5),maybe any android 8 rom,but fail at pixelexperience android 10 (device xiao mi 5) rom. I still search any way to solve it.
1. root your android device
2.console or adb shell to root user
3.cmd exec "setenforce 0" to disable selinux,
4.back to retry Sixaxis Controller 1.1.3(last version) start service,it will work.
ps:selinux will restore after reboot device,you need disable selinux again.
Click to expand...
Click to collapse
Thanks, I will try this definitely.
Did this work also will this work on android 10?
Bronnel said:
Thanks, I will try this definitely.
Click to expand...
Click to collapse
GXDA3 said:
Did this work also will this work on android 10?
Click to expand...
Click to collapse
my device is currently not rooted , but I tried this on an Android 10 rom and it worked , it was rooted BTW.

sixaxis controller app doesn't working on poco f1

somebody please help me sixaxis controller app doesn't working on poco f1 miui 10 android 9. 10.2.2.0 Global Stable.
Quick Start:
- Pair controllers via USB using supplied utility
- Use 'start' and 'stop' to toggle driver
- Press power button on controllers to activate
- Change input method to 'Sixaxis Controller'
- Check 'help' menu for detailed instructions
Getting bluetooth address...
Attempting connection method 1...
Driver Starting...
Error: Failed to configure bluetooth
Getting bluetooth address...
Attempting connection method 2...
Driver Starting...
Wrong number of ports were opened
Error: Failed to configure bluetooth
Getting bluetooth address...
Attempting connection method 3...
Driver Starting...
Could not load bluetooth library
Error: Failed to configure bluetooth
Getting bluetooth address...
Attempting connection method 4...
Driver Starting...
Could not load bluetooth library
Error: Failed to configure bluetooth
Getting bluetooth address...
Attempting connection method 5...
Driver Starting...
Could not load HCI library
Error: Failed to configure bluetooth
Getting bluetooth address...
Attempting connection method 6...
Driver Starting...
Could not set HCI raw mode
Error: Failed to configure bluetooth
Getting bluetooth address...
Attempting connection method 7...
Driver Starting...
Could not set HCI raw mode
Error: Failed to configure bluetooth
Attempting to close server...
Restoring previous bluetooth state...
Disconnected
1. I have twrp recovery
2. I have magisk
3. I can install xposed module too
Please somebody provide a solution.
UPDATE
Finally i found a way to make it work
special thanks to :
1. hadyanadli (for uploading this video on youtube and for providing important information) youtube link
2. luisrosales0130 (for the youtube link)
if anyone want to try it, can follow below instructions
requirements :
1. miui 10 v10.0.6.0 global stable (oreo) download from here (thanks to happybuddhist for providing this useful thread)
2. magisk 17.2 (for installing magisk follow this guide check here
3. selinux manager (a magisk module download from here) (again thanks to hadyanadli for this thread link) also thanks to jman420 (for providing us this module)
i hope above requirements enough to make it work. :good:
Hulk555 said:
somebody please help me sixaxis controller app doesn't working on poco f1 miui 10 android 9. 10.2.2.0 Global Stable.
Quick Start:
- Pair controllers via USB using supplied utility
- Use 'start' and 'stop' to toggle driver
- Press power button on controllers to activate
- Change input method to 'Sixaxis Controller'
- Check 'help' menu for detailed instructions
Getting bluetooth address...
Attempting connection method 1...
Driver Starting...
Error: Failed to configure bluetooth
Getting bluetooth address...
Attempting connection method 2...
Driver Starting...
Wrong number of ports were opened
Error: Failed to configure bluetooth
Getting bluetooth address...
Attempting connection method 3...
Driver Starting...
Could not load bluetooth library
Error: Failed to configure bluetooth
Getting bluetooth address...
Attempting connection method 4...
Driver Starting...
Could not load bluetooth library
Error: Failed to configure bluetooth
Getting bluetooth address...
Attempting connection method 5...
Driver Starting...
Could not load HCI library
Error: Failed to configure bluetooth
Getting bluetooth address...
Attempting connection method 6...
Driver Starting...
Could not set HCI raw mode
Error: Failed to configure bluetooth
Getting bluetooth address...
Attempting connection method 7...
Driver Starting...
Could not set HCI raw mode
Error: Failed to configure bluetooth
Attempting to close server...
Restoring previous bluetooth state...
Disconnected
Click to expand...
Click to collapse
Yeah it didn't work for me too. I ended up finding this app called tincore key mapper and it maps touches to key presses (gamepad/ keyboard etc) but I think it required SE Linux set to permissive. It did work but I couldn't set it up correctly.
You should try it maybe you can get it working correctly. Search it on play store.
MasterFURQAN said:
Yeah it didn't work for me too. I ended up finding this app called tincore key mapper and it maps touches to key presses (gamepad/ keyboard etc) but I think it required SE Linux set to permissive. It did work but I couldn't set it up correctly.
You should try it maybe you can get it working correctly. Search it on play store.
Click to expand...
Click to collapse
but i also need to connect my dual shock 3 controller
Hulk555 said:
but i also need to connect my dual shock 3 controller
Click to expand...
Click to collapse
It worked for xinput and dinput controllers. You can try if it works for dual shock. It is free on play store.
Change your selinux to permissive.
there's a magisk modul to do so (module)
that did the trick for me.
sad that the dev doesnt maintain the app anymore. it works very well even for playing PUBG M
hadyanadli said:
Change your selinux to permissive.
there's a magisk modul to do so (module)
that did the trick for me.
sad that the dev doesnt maintain the app anymore. it works very well even for playing PUBG M
Click to expand...
Click to collapse
still facing the same issue. sixaxis showing the same log details.
MasterFURQAN said:
It worked for xinput and dinput controllers. You can try if it works for dual shock. It is free on play store.
Click to expand...
Click to collapse
i tried no luck
hadyanadli said:
Change your selinux to permissive.
there's a magisk modul to do so (module)
that did the trick for me.
sad that the dev doesnt maintain the app anymore. it works very well even for playing PUBG M
Click to expand...
Click to collapse
Are you saying that the app didn't even respond to the controller ? In that case did you set SE Linux to permissive ?
Sixaxis software is not a guarantee on android versions after December 2016. Last update of that software is Dec 2016 and no support or update after that.
smdc19812011 said:
Sixaxis software is not a guarantee on android versions after December 2016. Last update of that software is Dec 2016 and no support or update after that.
Click to expand...
Click to collapse
sure but many phones are supporting it even on 8.1 not confirm for 9. but as i said i have magisk n xposed to do necessary changes so may be it is possible to make this app work.
Hulk555 said:
sure but many phones are supporting it even on 8.1 not confirm for 9. but as i said i have magisk n xposed to do necessary changes so may be it is possible to make this app work.
Click to expand...
Click to collapse
That's why I said "not a guarantee".
smdc19812011 said:
That's why I said "not a guarantee".
Click to expand...
Click to collapse
confirmed on pie too check here
This guy is using Sixaxis but don't know What ROM he is using he is playing with poco
luisrosales0130 said:
This guy is using Sixaxis but don't know What ROM he is using he is playing with poco
Click to expand...
Click to collapse
thanks for the info i am trying to communicate with that person.
I made it work even with Global stable 10.0.6.0.
failed to connect without Selinux Permissive, but once i flashed it everything went well.
the connection is stable as well.
the issue i was having is severe battery drain after disconnection.
it's common issue with the app
hadyanadli said:
I made it work even with Global stable 10.0.6.0.
failed to connect without Selinux Permissive, but once i flashed it everything went well.
the connection is stable as well.
the issue i was having is severe battery drain after disconnection.
it's common issue with the app
Click to expand...
Click to collapse
Can you tell me which ROM you are using currently? To use sixaxis
Im using rr remix oreo with selinux permisive and sixaxis working good
Hulk555 said:
Can you tell me which ROM you are using currently? To use sixaxis
Click to expand...
Click to collapse
Global stable 10.0.6.0.
MIUI.eu
lineage 15 and 16 should work well too
What about stock 10.2.2 ? Is it working?
hadyanadli said:
Global stable 10.0.6.0.
MIUI.eu
lineage 15 and 16 should work well too
Click to expand...
Click to collapse
Facing battery drain fast issue on v10.0.6.0 (miui 10 Oreo global stable) after disconnection of sixaxis with PS3 controller.

Categories

Resources