[APP] [OPENSOURCE] Android TV Gamepad Touchscreen simulation No ROOT needed - Shield Android TV General

I haven't posted enough to create a thread in dev forum nor putting links please if some moderator wants to move this to dev and fix the urls would be great.
I just wanted to share a project that I worked on during 2018. It allows to simulate touch events in Android TV with your gamepad (mainly for Nvidia Shield TV) and play touch based games without rooting the device. It actually needs a computer connected through ADB to work so this is another point why Shield TV is best to use because it allows ADB over wifi. You can configure several gamepad inputs that map to taps in some coordinates or 'virtual joysticks' with configurable center and radius in the screen.
It has been always open source but now I'm sharing because I don't plan to work on it anymore and I welcome anyone who wants continue the development. I wrote both user guide and developer guide on how to set it up.
github.com /Shyri/TouchMapper/wiki/User-Guide
github.com /Shyri/TouchMapper/wiki/Developer-Guide
Also I made a desktop app that would make a non-developer user easier to start the ADB process. You can find both repos here:
github.com /Shyri/TouchMapper
github.com /Shyri/TouchMapperLauncher

..that's exactly what I was searching for.... but the fact that you need a pc connected via adb all the time throws me off a bit.
So, I have 2 Questions:
My Shield is rooted using Magisk. Is there a way to use the app without the need of a pc connected via adb if it has root access? I mean could you come up with sth. like that?... probably not, since you don't plan on working on it anymore :'( . I'm no dev god, I cannot do it myself.
Second question: I got the ps4 remote play app to work on my Shield and I can stream ps4 to it. However I'm unable to connect any controller to it (all controllers that work just fine elsewhere won't work in the ps4 app). Also app has possibility to register a dualshock4 controller but that also does not work.
But the app has a touchbutton overlay! Do you think your app could work to send inputs?
Edit: Wait.....reading the mapping guide of yours, I wonder: Couldn't I do this somehow with Tasker app also?

trohn_javolta said:
..that's exactly what I was searching for.... but the fact that you need a pc connected via adb all the time throws me off a bit.
So, I have 2 Questions:
My Shield is rooted using Magisk. Is there a way to use the app without the need of a pc connected via adb if it has root access? I mean could you come up with sth. like that?... probably not, since you don't plan on working on it anymore :'( . I'm no dev god, I cannot do it myself.
Second question: I got the ps4 remote play app to work on my Shield and I can stream ps4 to it. However I'm unable to connect any controller to it (all controllers that work just fine elsewhere won't work in the ps4 app). Also app has possibility to register a dualshock4 controller but that also does not work.
But the app has a touchbutton overlay! Do you think your app could work to send inputs?
Edit: Wait.....reading the mapping guide of yours, I wonder: Couldn't I do this somehow with Tasker app also?
Click to expand...
Click to collapse
Yeah having adb connected is kind of a bummer but it is very comfortable through wifi or ethernet.
If your device is rooted you should be able to use any app in Play Store with this purpose I think.
My app is running the code in a separated process ran by adb and receiving gamepad input from the app process. I guess a modification that runs that code from the app process if root is detected would make it work without needing adb.
I don't know about the Tasker app capabilities for this purpose.

ShyriVi said:
Yeah having adb connected is kind of a bummer but it is very comfortable through wifi or ethernet.
If your device is rooted you should be able to use any app in Play Store with this purpose I think.
My app is running the code in a separated process ran by adb and receiving gamepad input from the app process. I guess a modification that runs that code from the app process if root is detected would make it work without needing adb.
I don't know about the Tasker app capabilities for this purpose.
Click to expand...
Click to collapse
I can now confirm that with root it's possible by using Tasker + AutoInput Plugin.
However it's no working solution for the ps4 remote play app The overlay of the app disappears after some time and moving the mouse it appears again, also it's disturbing.
One can register a ps4 controller in the app, which for me does not work I guess once registered the overlay disappears.
One thing I didn't try yet is the sixaxis controller app.
The idea would be then to map the ps4 controller input to a connected xbox one controller.
That's the reason I'm doing this: I want to play on my ps4 with a xbox one controller. Via win pc this seems to be possible... but I feel like it's such a waste of power..
Also there are such usb dongles that enable to do this, I should have bought one from the getgo.... But now I'm just being stubborn, I wanna make this work
Edit: Oh, forgot one thing: Do you plan on also posting this in geforce forum and r/ShieldAndroidTV subreddit? I think it would be important to have it there as well.
If you allow, I can do that and redirect any questions to this thread here, if not that's also fine. Just a thought, maybe this way you'll find someone to take over the project.

trohn_javolta said:
I can now confirm that with root it's possible by using Tasker + AutoInput Plugin.
However it's no working solution for the ps4 remote play app The overlay of the app disappears after some time and moving the mouse it appears again, also it's disturbing.
One can register a ps4 controller in the app, which for me does not work I guess once registered the overlay disappears.
One thing I didn't try yet is the sixaxis controller app.
The idea would be then to map the ps4 controller input to a connected xbox one controller.
That's the reason I'm doing this: I want to play on my ps4 with a xbox one controller. Via win pc this seems to be possible... but I feel like it's such a waste of power..
Also there are such usb dongles that enable to do this, I should have bought one from the getgo.... But now I'm just being stubborn, I wanna make this work
Edit: Oh, forgot one thing: Do you plan on also posting this in geforce forum and r/ShieldAndroidTV subreddit? I think it would be important to have it there as well.
If you allow, I can do that and redirect any questions to this thread here, if not that's also fine. Just a thought, maybe this way you'll find someone to take over the project.
Click to expand...
Click to collapse
Haha what you are trying to do is certainly waste of power, but I can understand the stubbornness to make it work, it happens to me all the time. This project is indeed the result of being stubborn and not wanting to root my shield.
In any case, what you are trying to do should be possible with my app and, as I said, I guess it wouldn't be too hard to make it work from rooted devices without having adb connected. For the moment I am very busy with other projects but I'll let you know if I can find some time to adapt it.
I'll post it to that reddit too, i already posted it to r/androidtvdev but didn't know about r/ShieldAndroidTV. Thanks!

Just to say, that tasker has an adb pluging that lets me send adb commands over tcp to the device its running on, lets me trully force close apps on a non root shield, maybe this combination of apps could do away with the pc requirement

Related

PS3 controller possible?

Would it be possible to link a PS3 controller to our phone? The only problem I could see would be linking them up... But it would be badass for emulators!
I'm breathing life back into any old thread I can find that has this question. I just got the EVO 3D and once my mhl cable comes, I'm gonna be rockin the emulator over HDMI to my tv, and would LOVE to be able to just use my PS3 controller. We need to get on this STAT.
I'm willing to help in any way possible.
just use a emulator and download the Ps3 drivers to your pc,then if you have a pc with HDMI you can connect it to your TV.....why would you use your phone when you can run any kind of console with your pc...lol
WONGLONGSOOK said:
just use a emulator and download the Ps3 drivers to your pc,then if you have a pc with HDMI you can connect it to your TV.....why would you use your phone when you can run any kind of console with your pc...lol
Click to expand...
Click to collapse
Because I can't take my PC with me anywhere I go...
If I could do it through the phone I could play on my TV while I'm home, but also on the go anywhere that I have my phone, without having to export/import save files or play two separate games.
well...you will have to use bluetooth to connect the controller to your phone,the phone can't power that device on usb....
http://www.evo4gforum.net/htc-evo-4...n-we-get-the-wiimote-ps3-controller-to-work!/
sorry,but the only thing I can find is for the WII....
WONGLONGSOOK said:
well...you will have to use bluetooth to connect the controller to your phone,the phone can't power that device on usb....
Click to expand...
Click to collapse
Yeah, that's the plan. Hoping to somehow link the controller for use with the phone. PS3 is tricky though because it requires a USB connection to a device in order to pair with it. I'm hoping to use a PC as an intermediary to 'introduce' them to each other and then it should (in theory) just be a matter of collecting/interpreting button press data and mapping it to the correct buttons in the phones emulator.
kinda old but has to be a way for Android.. http://www.youtube.com/watch?v=mH_NBKtj0R8
WONGLONGSOOK said:
kinda old but has to be a way for Android.. http://www.youtube.com/watch?v=mH_NBKtj0R8
Click to expand...
Click to collapse
I'll check this out on my lunch. Thanks!
You are out of luck when trying to pair PS3 controller to Android. Can't be done at the moment.
Best bet is still the Wii remote (can use the classic controller as well) or purchasing a special type bluetooth gamepad off the net (just search Google and there are a few to choose from that do work well).
CCallahan said:
You are out of luck when trying to pair PS3 controller to Android. Can't be done at the moment.
Best bet is still the Wii remote (can use the classic controller as well) or purchasing a special type bluetooth gamepad off the net (just search Google and there are a few to choose from that do work well).
Click to expand...
Click to collapse
I'm sorry, but I refuse to believe that two bluetooth devices based on Linux can't somehow be paired. Maybe extra hardware needs to be introduced, and there'll probably be some reverse engineering involved, but if they can connect a wiimote to Android, and a ps3 controller to a windows phone, there has to be a way to make this work...
CCallahan said:
You are out of luck when trying to pair PS3 controller to Android. Can't be done at the moment.
Best bet is still the Wii remote (can use the classic controller as well) or purchasing a special type bluetooth gamepad off the net (just search Google and there are a few to choose from that do work well).
Click to expand...
Click to collapse
It may not be able to be done with the EVO yet but it can be done. I've done it natively on my Xoom with emulators many times.
http://www.androidcentral.com/using-ps3-controller-motorola-xoom
merak69 said:
It may not be able to be done with the EVO yet but it can be done. I've done it natively on my Xoom with emulators many times.
http://www.androidcentral.com/using-ps3-controller-motorola-xoom
Click to expand...
Click to collapse
That's awesome. That's the kind of encouraging thing that makes me believe this can be done. Perhaps there's a way to force the pairing with one of those cables and then wirelessly sync from that point on. Were you able to try that at all with the Xoom?
merak69 said:
It may not be able to be done with the EVO yet but it can be done. I've done it natively on my Xoom with emulators many times.
http://www.androidcentral.com/using-ps3-controller-motorola-xoom
Click to expand...
Click to collapse
you're doing it with a cable though, so at that point its just a standard usb input device.
danialhanson said:
I'm breathing life back into any old thread I can find that has this question. I just got the EVO 3D and once my mhl cable comes, I'm gonna be rockin the emulator over HDMI to my tv, and would LOVE to be able to just use my PS3 controller. We need to get on this STAT.
I'm willing to help in any way possible.
Click to expand...
Click to collapse
How about just playing the games that you already have on available on your phone. I don't see this ever working especially with sonys ****ty products.
this is also why I have all manner of game systems and PCs hooked up to my tvs/projectors:
I like being able to take phone calls or respond to text messages without having to exit my game....lol
deathsled said:
this is also why I have all manner of game systems and PCs hooked up to my tvs/projectors:
I like being able to take phone calls or respond to text messages without having to exit my game....lol
Click to expand...
Click to collapse
True but I like the idea of taking the game WITH me so if I'm stuck somewhere bored with nothing to do I can pick up where I left off.
danialhanson said:
I'm sorry, but I refuse to believe that two bluetooth devices based on Linux can't somehow be paired. Maybe extra hardware needs to be introduced, and there'll probably be some reverse engineering involved, but if they can connect a wiimote to Android, and a ps3 controller to a windows phone, there has to be a way to make this work...
Click to expand...
Click to collapse
Pretty much I heard it comes down to being able to pair the thing with the phone. Maybe drivers too.
I'd say that, at least from a hardware perspective, all you should need is a wire that would plug into both of them. Haven't the slightest idea what you'd need from the software side though.
deathsled said:
you're doing it with a cable though, so at that point its just a standard usb input device.
Click to expand...
Click to collapse
You have to use a cable. The ps3 controller may be Bluetooth but it uses a non standard protocol, rendering it completely incompatible with our evo's Bluetooth stack. People had to write custom drivers from the ground up to get the ps3 controller to work on the PC, but that jacks up your ability to use other normal Bluetooth functions (at least the last time I tried a month or two ago, it still did).
Sent from my Xoom using XDA Premium App
danialhanson said:
I'm breathing life back into any old thread I can find that has this question. I just got the EVO 3D and once my mhl cable comes, I'm gonna be rockin the emulator over HDMI to my tv, and would LOVE to be able to just use my PS3 controller. We need to get on this STAT.
I'm willing to help in any way possible.
Click to expand...
Click to collapse
Instead of necroing a thread in the Evo 4G forums, how about posting this in the Evo 3D forums. I mean, that is the phone you have. Just sayin'.

Anyone aware of an app that makes your phone a remote keyboard

I know I am not the first one to think of this but I was wondering if anyone is aware of development of a remote control/keyboard app for use with the PS3 and 360 (wii gets no love)? I would love to have the functionality of using my phone for both devices at home.
I was playing around with a remote play option on the PS3 and app called BD remote but it doesnt seem to pair the two. I got the idea after downloading pocket blu app and I was able control Inglorious Basterds via wifi. That in of itself was cool but I craved more control.
I dont write code so Im of no help here. I could try but I dont think that will be fruitful.
epidemike said:
I know I am not the first one to think of this but I was wondering if anyone is aware of development of a remote control/keyboard app for use with the PS3 and 360 (wii gets no love)? I would love to have the functionality of using my phone for both devices at home.
I was playing around with a remote play option on the PS3 and app called BD remote but it doesnt seem to pair the two. I got the idea after downloading pocket blu app and I was able control Inglorious Basterds via wifi. That in of itself was cool but I craved more control.
I dont write code so Im of no help here. I could try but I dont think that will be fruitful.
Click to expand...
Click to collapse
This should probably be in Q&A or Apps section, so try posting there next time.
As for your question, it would be virtually impossible on the 360. The 360 doesn't use bluetooth or wifi, and it would be virtually impossible to have a server application running on it anyway. Maybe if you hacked your 360, added wifi and did a lot of jerryrigging, you'd get it to work. PS3 uses both bluetooth and wifi, but I don't know if its possible to port applications to it without hacking. Again, I think the real challenge is to run some sort of server on the device. The app for your phone is easy, the server side would be really tricky. Don't have a PS3, so I don't know much about it, but 360 is definitely out.
Maybe this will give you a hint. I've successfully tried it in Windows.
h**p://htcevohacks.com/htc-evo-hacks/how-to-use-htc-evo-4g-as-a-wireless-multi-touchkeyboard/
Click to expand...
Click to collapse
Not the same as what you're looking for specifically, but Gmote and Remote Droid will do that.
Gmote is awesome. I love how it turns your phone into a laptop like trackpad for your PC.

Dualshock 3: Is rooting REALLY mandatory?

I'm gonna buy a Nexus 7 (2013) tomorrow, the Wi-Fi only model, and I'm pretty excited because I'm looking foward to making that my ultimate emulation machine and, of course, a good joystick is needed for that.
The thing is, I scavenged around google and this very forum, but I couldn't find anything that answers my question, and if it did, well it was about another tablet: is rooting really required for a Dualshock 3?
I'm a total noob in this, I know there is a full guide to rooting this device but I'd really prefer not to. I don't even need a custom rom, I'm perfectly fine with the default. I know there is an app in the Play Store but it requires rooting, and I read in some place that rooting is needed only if you want to connect it via bluetooth, in an other place it says not, in another video I see somebody just linking it with usb OTG and playing...
So how can I connect without rooting? Even if I have to keep it linked to the OTG, I just want to know the very basic way to use a Dualshock 3 on a default Nexus 7 (2013).
Thanks in advance.
PS I really don't need support for Android games, as I said I'll use it just for emulation. And I'm writing this in the accessories section because I saw another thread about the Dualshock 3 in the Accessories forum (of another tablet of course), is it ok?
The only app i've seen use it is sixaxis. It requires rooting as far as i know.
But i have to ask, why the hesitation to rooting to begin with?
hypergreatthing said:
The only app i've seen use it is sixaxis. It requires rooting as far as i know.
But i have to ask, why the hesitation to rooting to begin with?
Click to expand...
Click to collapse
Because I need this tablet for school too, I keep there my school books, so I'm paying half of it while my parents pay the other half. So, I can't really risk doing something that would remove my warranty. Of course, I can tell'em nothing about rooting, but what if I need to repair the tablet? I'm taking it to school everyday after all, that isn't exactly a church.
Then it seems like a long thing to do that I don't even need, and I always end up screwing something up during these things, so I don't wanna risk bricking it either.
Finally, I know I'd lose everything if I root, I know it's fresh out of shop, but I don't even want to bother about re-installing the basic things: I don't even know how much of that is removed anyway, so I don't certainly want to end up searching drivers or something.
This might work too, although I've no experience with it:
(I tried to post the link, but don't have enough posts to do so)
Go to the Play store and search on Sixaxis Enabler
guagnedb careless
jwats01 said:
This might work too, although I've no experience with it:
(I tried to post the link, but don't have enough posts to do so)
Go to the Play store and search on Sixaxis Enabler
Click to expand...
Click to collapse
That's the thing we were talking about, it requires rooting. It even says so in the description.
If you just use the PS3 controller connected to a OTG cable then you don't need to root. If you want to use it via bluetooth you need to root. There are quite a few all in one kits that can root your device for you easily but if you're not comfortable then use OTG cable or buy something like the Moga where you don't need to root.
biggiestuff said:
If you just use the PS3 controller connected to a OTG cable then you don't need to root. If you want to use it via bluetooth you need to root. There are quite a few all in one kits that can root your device for you easily but if you're not comfortable then use OTG cable or buy something like the Moga where you don't need to root.
Click to expand...
Click to collapse
Rooting only voids your warranty if ASUS finds out. Which they won't. Just use Wugs Toolkit or something to root it, then if you need repairs hook it up and return it to stock the same way(you can do this even without the screen being on if it is broken). Or as posted above use a wired XBOX 360/PS3 controller, and look lamer but stay stock
Thanks i bought the tablet. i have another question, what kind of otg is compatible? I saw some at the ludicrous price of ten euros, the shopkeeeper even said otg aren't compatible with tablet (so yeah he was pretty clueless)
Just simply use a OTG cable like this one: http://www.amazon.com/eForCity-Micr...UTF8&qid=1377771242&sr=8-3&keywords=otg+cable and connect your PS3 controller with the ps3 usb cord to it.
Heres another link that helps explain it: http://www.realdroidgaming.com/2013/03/09/how-to-use-a-dualshock3-with-an-android-device/
cloudropis said:
That's the thing we were talking about, it requires rooting. It even says so in the description.
Click to expand...
Click to collapse
This is actually not what you are referring to, which is why I posted it. Straight from the description of Sixaxis Enabler:
Many Android devices support connecting PS3 DualShock 3/Sixaxis Controller natively in wired mode but don't work out of box, this app come to help. NO ROOT, NO PAIRING, all you need is an Android device which supports USB Host, and connection cable (USB OTG cable is needed if your device doesn't have built-in USB Host port).
I believe you were referring to the Sixaxis Controller app, which does require root, as the description says.
jwats01 said:
This is actually not what you are referring to, which is why I posted it. Straight from the description of Sixaxis Enabler:
Many Android devices support connecting PS3 DualShock 3/Sixaxis Controller natively in wired mode but don't work out of box, this app come to help. NO ROOT, NO PAIRING, all you need is an Android device which supports USB Host, and connection cable (USB OTG cable is needed if your device doesn't have built-in USB Host port).
I believe you were referring to the Sixaxis Controller app, which does require root, as the description says.
Click to expand...
Click to collapse
I totally didn't sede that, I thought you ere talking of tue sixaxis Controller app ad you said. Sorry for me being rude, I'm sorry.
Anyway bought the OTG the controller works with no problems. At first it didn't work with android games, but I just had to edit the game, and now Dead Trigger seems like a decent game :V
Thanks for the help guys!
cloudropis said:
At first it didn't work with android games, but I just had to edit the game, and now Dead Trigger seems like a decent game :V
Click to expand...
Click to collapse
What do you mean by "edit the game"? What did you have to do?
i connected the DS3 via otg cable, do i need another app for the nexus 7 to detect it? i think it moves some of the icons on my home screen, i tried one game and it doesn't work air attack hd SHOOTING game
the 4 redlights on the DS3 are flashing on off tho
Caelrie said:
What do you mean by "edit the game"? What did you have to do?
Click to expand...
Click to collapse
I mean that I hadn't disabled auto-correction yet. I meant Exit, lol.
And cobyman, not every android game supports gamepad. You can move the cursor in the home and the four lights are flashing? Then it's working, now you can only hope that the games you want support it.
Rooting is nothing more then and administrator account with admin privileges. I don't know why some people freak out about this stuff. Its reversible and you can always flash a stock image to go back to 100% stock.
Sent from my Nexus 7 using XDA Premium 4 mobile app
Is anyone using the Sixaxis app on the new Q release wirelessly? Mine worked on J but now it won't see the controller.

[Q] Amazon Fire tv Game Controller Pc Support

Is it possible to use the fire tv bluetooth gamepad controller to connect to pc as a controller and play pc games using the controller support ?
tammukul said:
Is it possible to use the fire tv bluetooth gamepad controller to connect to pc as a controller and play pc games using the controller support ?
Click to expand...
Click to collapse
In theory - yes. It's a bluetooth controller, so unless they did weird protocol stuff like Sony did with the Dualshock 3 it should at least connect. Whether or not your PC sees it as a game controller or not is dependent on whether or not drivers exist for it or if it can use some form of "generic" bluetooth gamepad drivers, if those exist. If there are no drivers then someone will have to write them, though this is not a terribly difficult thing to do, since the drivers just have to read the inputs from the BT stack, then translate them to Xinput calls - pretty simple stuff. Note that I did not say EASY, just simple - an experienced coder/tinkerer could probably make them quickly, but a person lacking knowledge of how to deal with a bluetooth stack or the Direct X interface would have to learn those first.
Do some googling in case someone else has already tackled this subject elsewhere, and if not then consider putting up a bounty for them - as I said, it's quick money for an experienced programmer.
illuminerdi said:
In theory - yes. It's a bluetooth controller, so unless they did weird protocol stuff like Sony did with the Dualshock 3 it should at least connect. Whether or not your PC sees it as a game controller or not is dependent on whether or not drivers exist for it or if it can use some form of "generic" bluetooth gamepad drivers, if those exist. If there are no drivers then someone will have to write them, though this is not a terribly difficult thing to do, since the drivers just have to read the inputs from the BT stack, then translate them to Xinput calls - pretty simple stuff. Note that I did not say EASY, just simple - an experienced coder/tinkerer could probably make them quickly, but a person lacking knowledge of how to deal with a bluetooth stack or the Direct X interface would have to learn those first.
Do some googling in case someone else has already tackled this subject elsewhere, and if not then consider putting up a bounty for them - as I said, it's quick money for an experienced programmer.
Click to expand...
Click to collapse
Well...
The pc does not detect the game controller as anything. Thats the issue. Is there a way around this ?
Thanks for the reply though, quite informative.
so mine was detected as "amazon fire game controller". within windows it is possible to calibrate it. but no game recognized it as a usable controller.
windows 8 pro 64bit
cheers
tammukul said:
Well...
The pc does not detect the game controller as anything. Thats the issue. Is there a way around this ?
Thanks for the reply though, quite informative.
Click to expand...
Click to collapse
mystykally said:
so mine was detected as "amazon fire game controller". within windows it is possible to calibrate it. but no game recognized it as a usable controller.
windows 8 pro 64bit
cheers
Click to expand...
Click to collapse
I wasn't able to get Windows 7 to recognize my AGC. probably because I have some crappy CSR Bluetooth usb receive that I don't even have software for. TBH, I don't think I've ever connected anything to it though, but I don't have a lot of Bluetooth stuff.
seems L2+R2 doesnt work. no game actually recognize this as a legit controller...
any ideas?
try to use xpadder?
mystykally said:
seems L2+R2 doesnt work. no game actually recognize this as a legit controller...
any ideas?
Click to expand...
Click to collapse
I can use the controller with a n64 emulator (project64). The emulator recognize the controller and i also can play games. Just L2 and R2 dont work at all.
try x360ce, its an xinput emulator so it should be detected as an xbox360 controller in most games.
Mine is recognised by my PC via a bluetooth USB adapter, but apparently you need some sort of serial code to connect them together which Iam unable to find. Also, the L1 and L2 triggers don't work on any bluetooth platform, except from the Fire TV.
---------- Post added at 08:28 AM ---------- Previous post was at 08:24 AM ----------
How did you open the game control calibrator?
What does that mean?
illuminerdi said:
In theory - yes. It's a bluetooth controller, so unless they did weird protocol stuff like Sony did with the Dualshock 3 it should at least connect. Whether or not your PC sees it as a game controller or not is dependent on whether or not drivers exist for it or if it can use some form of "generic" bluetooth gamepad drivers, if those exist. If there are no drivers then someone will have to write them, though this is not a terribly difficult thing to do, since the drivers just have to read the inputs from the BT stack, then translate them to Xinput calls - pretty simple stuff. Note that I did not say EASY, just simple - an experienced coder/tinkerer could probably make them quickly, but a person lacking knowledge of how to deal with a bluetooth stack or the Direct X interface would have to learn those first.
Do some googling in case someone else has already tackled this subject elsewhere, and if not then consider putting up a bounty for them - as I said, it's quick money for an experienced programmer.
Click to expand...
Click to collapse
So can I pair the fire tv controller with my pc using bluetooth or do I need a receiver like with Xbox 360.
Work around for Fire TV Game controller to PC.
You will need the following Apps.
You will also require your phone and Fire TV to be on the same network as your PC.
1, mouse toggle for fire TV ( or any wireless mouse ) (instruction on google play)
2, Droidjoy free (droidjoy pro if you want L2 R2), (instruction on google play)
3, Octopus ( it's on google play, allows overlay controls for droudjoy/all touch games ) (instruction on google play)
4, Easy fire tools ( Also on google play ).
Firstly install Droidjoy on your phone and follow their instructions and YouTube video on how to connect and make your PC think it's a Xbox controller. Once connected try your game of choice and see if you like ( I found Tomb Raider: Underworld has minimal lag time (ms) plays great but Prince of Persia: The forgotten Sands is slightly more but still highly playable. If your happy move to next step.
Step 1
Install all the other apps on your phone and use the Fire TV Tools app to push/install them to your Fire Tv.
Step 2
Open mouse toggle and start the app.
Step 3
Open the octopus app and choose droidjoy app to open. Then select customize, then select Template Standard.
Step 4
Use mouse toggle in mouse mode to click on the octopus icon and overlay the buttons on the Droidjoy App. The back button can be used here but will become redundant for going back on the fire TV ( you will have to use the home button to exit the app ). Recommend setting the back button after all the following steps are done.
Step 5
Close the app by pressing the home button if you have programmed the back button, now reopen Octopus app and select Droudjoy, goto setting and click auto connect to server, press back ( or use mouse toggle in mouse mode ) now click connect you will have to use mouse toggle to click on your PC Server for the first time. Once connected select your template in the game pad section.
Step 6
Try the game controller on your PC it should work perfectly, you are now using your Fire TV as a relay to your PC, some lagging can be caused by having your Bluetooth set to on on your PC.
If you haven't already assign the back button on octopus and if need push Droidjoy pro to you Fire TV if your happy and need L2 & R2.
Good Luck and fun gaming.
If you havnt brought a Fire TV game controller yet Don't, purchase a Xbox one controller v2 ( your PC will need Bluetooth or a separate bluetooth dongle)

Dualshock 3/Sixaxis on rooted Sloane?

I am on the latest version of FIre OS (5.2.7.2_r1) and am using a first party PS3 controller, the version with Dualshock and Sixaxis combined
I know this question has been asked and ansered before, but the methods I have tried to use have not worked for me, sadly.
I have tried Using Sixaxis Controller from DancingPixelStudios. I enable and set the IME from a terminal (cannot get a Settings.apk to install) I have set the Bluetooth Master Address both from the USB pairing method built into the app, and with Sixpair on a linux machine (a raspberry pi running the latest version of Raspbian) Stort the server and try to connect, nothing.
I tried the app Sixaxis Enable, which is supposed to connect the DS3 via USB, and I get a message saying that it's not supported.
I found an app called USB/BT Joystick Center. After setting the IME for it and connect my controller via USB, and when I click Search in the app, it finds the Unifying receiver, the powered USB hub I am using (I think) and the PS3 controller. It says that I click on it and it says that it loads a built in keymap or something along those lines, but the controller doesn't work...Maybe I just don't really know how to use the app properly, but so far the help option hasn't actually been much help. It says that if I want to use my PS3 controller over bluetooth, that I will need to connect an external USB Bluetooth Dongle with a CSR chipset (which I don't have)
Something interesting I have noticed, is that I have been getting a pop up request to enter the pin for my controller. I have tried 0000 and 1234, to no avail., Using an app called Bluetooth Settings, I currently have my device set to be fully discoverable and pairable.. What I can take away from this is that my box IS seeing the PS3 controller over bluetooth.
It kinda seems to me like all the methods available to do connect a PS3 controller to the FIre TV are all dead, or I'm doing something wrong, which is more than possible.
So I guess my question is, is there a way nowadays to use my official PS3 controller on my FIre TV? I have no real preferece if it is over USB or Bluetooth. (Unless I have company over Iam usually no further than 5 feet away from the box when I use it) and how do I acheive it if it can still be done?
THank you for the patience!
LazorBlind said:
I am on the latest version of FIre OS (5.2.7.2_r1) and am using a first party PS3 controller, the version with Dualshock and Sixaxis combined
I know this question has been asked and ansered before, but the methods I have tried to use have not worked for me, sadly.
Click to expand...
Click to collapse
I feel your pain...
I also had this issue literally tried everything... I moved on and accepted it wasn't going to work, so purchased Bluetooth controllers.. Which would also not pair.. Til I ran a simple command...
https://forum.xda-developers.com/fire-tv/help/guide-pair-undetected-bluetooth-devices-t4023677
CFKod said:
I feel your pain...
I also had this issue literally tried everything... I moved on and accepted it wasn't going to work, so purchased Bluetooth controllers.. Which would also not pair.. Til I ran a simple command...
https://forum.xda-developers.com/fire-tv/help/guide-pair-undetected-bluetooth-devices-t4023677
Click to expand...
Click to collapse
Funny enough, I actually just recently found your reddit posts about this while looking for something else. Sadly it did not work for me that I know of.
After running your command via adb, my terminal gave me:
"Result: parcell(00000000 00000001 '........')"
Then I went to the Bluetooth menu, pressed the PS button on my PS3 controller, and tried to discover it as both a game controller, and under Other Bluetooth Devices.
Maybe im not doing something right, or maybe because I have the bluetooth master address in the controller set to the Fire's bluetooth MAC address, the fire thinks it is paired when it is not.
Further help would be appreciated if you know what im doing wrong with that method.
The good news though is that I HAVE discovered (or at least there are no nentions about it that I have seen) a method to use an official ps3 controller over USB, and will post a tutorial sometime in the next 24 hours.
Do you have busybox installed? Try it via the terminal emulator app on the device itself.
Also it sounds like you need to pair it again... In the settings forget the device. Then
CFKod said:
Do you have busybox installed? Try it via the terminal emulator app on the device itself.
Also it sounds like you need to pair it again... In the settings forget the device. Then
Click to expand...
Click to collapse
Busybox is installed to /system/xbin
After trying to run the command in the terminal emulator included in Apps2SD Pro, I got the same response from the terminal and I still couldn't detect the controller over bluetooth.

Categories

Resources