[Q] Possible to use Sixaxis Pairtool for Xperia play? - Xperia Play Q&A, Help & Troubleshooting

I checked the relevant threads but found nothing like it (i found similar threads but nothing too applicable)
Basically i have ICS on the HP Touchpad (bear with me) I also have an Xperia Play (using the Sony ICS beta) and i recently bought the sixaxis controller app from dancing pixel studios, i don't have a PS3 i bought it based on this idea:
Using the Sixaxis Pair Tool is there anyway we could tweak a driver to allow it to ostensibly pair via USB with the Xperia Play and make it think it is a PS3 controller? the purpose behind this would be to play games like Modern Combat 3, Dead Space, GTA III and others via bluetooth on the HP Touchpad (and other android tablets) using the Xperia Play as the controller?

thereverend86 said:
I checked the relevant threads but found nothing like it (i found similar threads but nothing too applicable)
Basically i have ICS on the HP Touchpad (bear with me) I also have an Xperia Play (using the Sony ICS beta) and i recently bought the sixaxis controller app from dancing pixel studios, i don't have a PS3 i bought it based on this idea:
Using the Sixaxis Pair Tool is there anyway we could tweak a driver to allow it to ostensibly pair via USB with the Xperia Play and make it think it is a PS3 controller? the purpose behind this would be to play games like Modern Combat 3, Dead Space, GTA III and others via bluetooth on the HP Touchpad (and other android tablets) using the Xperia Play as the controller?
Click to expand...
Click to collapse
I think this is not possible because this is hardware but part of the phone its not a PS/2 PC Controller so no But Only if someone made a complete Custom ROM for this. Then maybbe yes

Xperia4life said:
I think this is not possible because this is hardware but part of the phone its not a PS/2 PC Controller so no But Only if someone made a complete Custom ROM for this. Then maybbe yes
Click to expand...
Click to collapse
utter crap... short answer yes its possible - goood luck

Thanks guys, going to keep chipping away at this, im not a developer im still learning programming languages part time but ill see what i can dig up, recently found "PS3 pairing tool" on the market which offers some hope just need to get a usb lead to connect micro usb - micro usb which im going looking for tomorrow so will update with any progress.
Sent from my R800i using xda premium

thereverend86 said:
Thanks guys, going to keep chipping away at this, im not a developer im still learning programming languages part time but ill see what i can dig up, recently found "PS3 pairing tool" on the market which offers some hope just need to get a usb lead to connect micro usb - micro usb which im going looking for tomorrow so will update with any progress.
Sent from my R800i using xda premium
Click to expand...
Click to collapse
Don't waste your money on that tool, it won't help you. The Sixaxis controller app does exactly the same thing anyway.
The only way you could make this work (if at all) would be write an app for the Xperia Play that creates a bluetooth connection with the tablet and mimics how a PS3 controller would connect. This is a fairly advanced programming topic, and as a beginner, you would probably struggle with it.

thereverend86 said:
I checked the relevant threads but found nothing like it (i found similar threads but nothing too applicable)
Basically i have ICS on the HP Touchpad (bear with me) I also have an Xperia Play (using the Sony ICS beta) and i recently bought the sixaxis controller app from dancing pixel studios, i don't have a PS3 i bought it based on this idea:
Using the Sixaxis Pair Tool is there anyway we could tweak a driver to allow it to ostensibly pair via USB with the Xperia Play and make it think it is a PS3 controller? the purpose behind this would be to play games like Modern Combat 3, Dead Space, GTA III and others via bluetooth on the HP Touchpad (and other android tablets) using the Xperia Play as the controller?
Click to expand...
Click to collapse
So weird, i was just about to post something like this on here for my touchpad :O

sir_earl said:
This is a fairly advanced programming topic, and as a beginner, you would probably struggle with it.
Click to expand...
Click to collapse
This is where i'm at now, i spent most of last night looking at different methods of getting it to work and admit defeat, it may be entirely possible, but it's beyond my capabilities right now, thanks to all who posted suggestions though

Kysonx said:
utter crap... short answer yes its possible - goood luck
Click to expand...
Click to collapse
Gotta love this optimism. Seriously, give this guy a medal.
Sent from the best gaming android smartphone in the world with the best forum android app in the world

This sounds very similar to what you want to accomplish, but I don't know if it has Xperia Play/gamepad support:
http://www.addictivetips.com/mobile...r-android-as-a-bluetooth-gamepad-for-another/
It sounds like the Ad-Free version might work:
Unlocking BT Controller gives you access to build, edit and download new controllers. You can also assign any key to each button and remove ads.
Click to expand...
Click to collapse
EDIT: Actually, it looks like the app I mentioned above requires the app to support it, so it may not work with the games you listed... it says it works with many emulators, which support it, but I'm beginning to doubt it would work with the games you mentioned... >_> Maybe worth a try though...
~Troop

Trooper_Max said:
This sounds very similar to what you want to accomplish, but I don't know if it has Xperia Play/gamepad support:
http://www.addictivetips.com/mobile...r-android-as-a-bluetooth-gamepad-for-another/
It sounds like the Ad-Free version might work:
EDIT: Actually, it looks like the app I mentioned above requires the app to support it, so it may not work with the games you listed... it says it works with many emulators, which support it, but I'm beginning to doubt it would work with the games you mentioned... >_> Maybe worth a try though...
~Troop
Click to expand...
Click to collapse
thanks for that ill give it a go tomorrow, will still be cool to use the xperia play pads to control earthworm jim or Mario 64 on the tablets bigger screen
Sent from my R800i using xda premium

Kysonx said:
utter crap... short answer yes its possible - goood luck
Click to expand...
Click to collapse
Whoa No need for Fowl Language mate My opninon & we dont have full otg support so Think carefully

thereverend86 said:
thanks for that ill give it a go tomorrow, will still be cool to use the xperia play pads to control earthworm jim or Mario 64 on the tablets bigger screen
Sent from my R800i using xda premium
Click to expand...
Click to collapse
Let me me know how it goes.
I also just dug up this project:
http://code.google.com/p/androhid/
It's a Bluetooth HID client implementation that allows your phone to act as a bluetooth keyboard/mouse. I believe Gamepads are also HID devices, so it might not be too hard to take that and add Xperia Play support to expose the gamepad as a Bluetooth HID gamepad.
EDIT: Or nevermind... that only allows your phone to act as a Bluetooth keyboard, not mouse... and thus not gamepad, but still may be a good starting point...
Looks like the poor guy had to tackle a few nasty implementation challenges on Android:
http://code.google.com/p/androhid/wiki/AndroHid
~Troop

sir_earl said:
Don't waste your money on that tool, it won't help you. The Sixaxis controller app does exactly the same thing anyway.
The only way you could make this work (if at all) would be write an app for the Xperia Play that creates a bluetooth connection with the tablet and mimics how a PS3 controller would connect. This is a fairly advanced programming topic, and as a beginner, you would probably struggle with it.
Click to expand...
Click to collapse
Your app (sixaxis) is cool for if you want to use a ps3 pad with tab or something. but he want's to use his play which he could just use Droid-mote to do.
What would be more interesting is to use an app like sixaxis to enable the xperia play pad to be mapped to your touch profile set up. then us xperia play users could play any android game with are control pad not just optimized one's.

Xperia4life said:
Whoa No need for Fowl Language mate My opninon & we dont have full otg support so Think carefully
Click to expand...
Click to collapse
Fowl language? He was just saying that because your post started with "I think it's not possible..." and ended with "...so maybe yes", making it an awfully relatively long answer. But if it makes you feel any better, I don't find your post utter crap
BTW and off topic, I don't get why all kids, teenagers, and generally young people write like "What? That is Not Possible.. How Can That be??" (Yes, I'm talking about the Camel Caps, not about the actual post content).
Sent from the best gaming android smartphone in the world with the best forum android app in the world

Lol "fowl" language. Cluck cluck xD

Droidmote seemed the most likely candidate for this, unfortunately when trying to start the server i get "CRC32 check failed" i have stopped the app and cleared data (as suggested by others on the market) to no avail, i have contacted the developer to see if i can get this sorted.
EDIT: ok i managed to get this working by uninstalling the server, updating busybox and superuser and reinstalling it, its a great little app for controlling as a mouse, i havent quite figured out its controller setting yet but it looks promising, however it does seem to not respond to the xperia plays gamepad at all it instead uses the buttons to control the onscreen menus, but it's progress

thereverend86 said:
Droidmote seemed the most likely candidate for this, unfortunately when trying to start the server i get "CRC32 check failed" i have stopped the app and cleared data (as suggested by others on the market) to no avail, i have contacted the developer to see if i can get this sorted.
EDIT: ok i managed to get this working by uninstalling the server, updating busybox and superuser and reinstalling it, its a great little app for controlling as a mouse, i havent quite figured out its controller setting yet but it looks promising, however it does seem to not respond to the xperia plays gamepad at all it instead uses the buttons to control the onscreen menus, but it's progress
Click to expand...
Click to collapse
with DroidMote installed on your Xperia Play you can use your phisical buttons to control a tablet, for the analog parts you have two virtual stick onscreen. you can use this to remote control all games that support gamepad on your tablet.
with the onscreen touchpad, now you can also have a remote multitouch touchpad like the apple magic trackpad if you hace ics on your tablet.
for more information:
http://forum.xda-developers.com/showthread.php?t=1292627

zulu99 said:
with DroidMote installed on your Xperia Play you can use your phisical buttons to control a tablet, for the analog parts you have two virtual stick onscreen. you can use this to remote control all games that support gamepad on your tablet.
with the onscreen touchpad, now you can also have a remote multitouch touchpad like the apple magic trackpad if you hace ics on your tablet.
for more information:
http://forum.xda-developers.com/showthread.php?t=1292627
Click to expand...
Click to collapse
I tried this with my xperia play and ICS tablet, i installed GTA III on the tablet but the most i can do is walkaround using the analog stick in droidmote, the x/b/a/y etc.. buttons do nothing and the physical buttons don't respond at all.
Sent from my R800i using xda premium

Xperia4life said:
Whoa No need for Fowl Language mate My opinion & we dont have full otg support so Think carefully
Click to expand...
Click to collapse
meh
Sent from my R800a using XDA

Related

Bluetooth game pad / controller for EVO.

I would like to purchase one to utilize this massive screen for gaming. (Snes Rom, ect) I'm not looking to spend a ton of $. If anyone any suggestions that would be great.
If I'm not mistake, I do believe the Wii mote should work once the devs tweak something in the source kernel to allow that...
Which will be awesome
Last I checked the thing that needed tweaked was the bluetooth implementation in sense. I think the wiimote guys said there is something in sense keeping it from working. I doubt it is high up on the hit list for the rom devs.
Anyway, I would say we will eventually see something. I thought the same thing about roms and controllers with hdmi. Would be kind of neat.
so if the WII remote doesnt work atm whats the next best solution? Something I buy? If so..then what?
Bump.
Sent from my PC36100 using XDA App
You just have to wait, it isn't working just yet. Im sure it will happen a bit after froyo is released and after a few big things are fixed first.
mrhankey184 said:
Bump.
Sent from my PC36100 using XDA App
Click to expand...
Click to collapse
It seems the BGP100 works with the EVO. I am looking for one for less than $50 but may buy one anyway because it seems awesome haha. Oh you also need the drivers for it from http://www.mymobilegear.com/GameProAn.php
There is nothing else, all HID devices don't work due to HTC's ****ness.
Just wait till one of the guys gets it working, (Probably Avalaunch)
Any news on this? I would like a bluetooth game pad as well, preferably not the wiimote, I want to try that psx emulator.
blkswanpres said:
Any news on this? I would like a bluetooth game pad as well, preferably not the wiimote, I want to try that psx emulator.
Click to expand...
Click to collapse
If you can live without Sense I'd give CM6 a try to be able to use your device.
EDIT: "Give it a try" should be taken with a grain of salt. I've only succeeded in getting the Wiimote to work but I just re-read your post and I'm just not sure if getting anything else to work will work at all. Maybe if you run CM6 and then try you'll let the rest of us know?
I use the wii mote and classic gamepad with cm 6. There is a tiny bit of lag but compensatable.
BGP100 and Emulators
Weird cause I was just wondering what gaming capabilities the evo has, and I can see there is already leap movements and emulators working on it.
So in my research, I download a couple emulators and now thirsty for a gamepad. My wife cleaned out our closet three days ago....and behold- a BGP100 that I purchased almost three years ago.
So after purchasing a key and downloading drivers, I'm curious to see what emulators may work for it.
Anyone has a list of emulators that work for the BGP100?
BTW....I will be selling this gamepad in two weeks.. Need a little support for school books.
CM6 is required to use bluetooth gamepads with the EVO. It's a true AOSP rom, so you'll lose Sense UI.
For emulators more complicated than NES, you'll need a gamepad with a lot of buttons. A wiimote won't work unless you get the classic controller attachment. Another option is to get Datel's wireless wii classic controller which works perfectly with the EVO. It's $50 though... which is about the same price as a wiimote+classic attachment. This is the controller I have and it works GREAT with emulators. I don't see any lag at all with my controller input.
I'm not sure if you were responding to my post hydralisk or previous. If mine, thanks buddy
Actually I managed to get the BGP100 working on my Fresh 3.1.0.2 (whatever the number) ROM. It works with no lag. It took a second. Actually, after reading up on it, it works with out being rooted.
(For those who have BGP100, ...you dont have to be rooted to use this.)
Although, I wouldnt recommend using an EVO without being rooted
I'm more curious to see what emulator this pad will work with. I dont want to purchase SNES, PSX4droid or any others with out knowing what compatibility is like.
Thanks again buddy.
Snesoid has a free version that works with bluetooth remotes. Actually how the wiimote works is it's a keyboard input so you just set your phone to use that keyboard input and to Snesoid it just thinks it's another keyboard.
Yup, a wiimote with or without a classic controller works with CyanogenMod-6. Download it if you want to use it. Plus, I have one of the SNES controller extensions (was only made available to club Nintendo members in Japan) for the Wiimote and playing Donkey Kong Country on my EVO with a SNES remote= win.
Kenjari said:
Actually I managed to get the BGP100 working on my Fresh 3.1.0.2 (whatever the number) ROM. It works with no lag. It took a second. Actually, after reading up on it, it works with out being rooted.
Click to expand...
Click to collapse
You got me curious now. Does the Stock (rooted/unrooted) 2.2 have SPP and HID support working in it now? I couldnt get anything working on 2.1 and have been using CM6 since end of July.
Zonyl, I'm not sure that it does. But I read from three current sources that whether you rooted or not, the drivers needed for to make this game pad work can be implemented.
Sent from my PC36100 using XDA App
Anyone know if the Wii mote will work on:
TEAM NOCTURNAL-MIJJAH74z{KINGED}MERGE-3D & AOSP Collide?
http://forum.xda-developers.com/showthread.php?t=1234722
I don't have a Wii mote or I would just try it my self. I'd post in their forum but I haven't hit the number of posts needed.
Thanks a head of time.
The Great Yogurt
TheGreatYogurt said:
Anyone know if the Wii mote will work on:
TEAM NOCTURNAL-MIJJAH74z{KINGED}MERGE-3D & AOSP Collide?
http://forum.xda-developers.com/showthread.php?t=1234722
I don't have a Wii mote or I would just try it my self. I'd post in their forum but I haven't hit the number of posts needed.
Thanks a head of time.
The Great Yogurt
Click to expand...
Click to collapse
unfortunately that's still a sense rom with a sense kernel, it just has a lot of AOSP visual elements.

[Q] WiimoteController for Epic, anyone get it to work?

Has anyone had any success so far trying to pair a wiimote to the Epic?
I keep getting a bluetooth not found when I try with WiimoteController.
If I try to connect just using the bluetooth connectivity app, the phone sees the wiimote, but there is no way to find the pairing code.
Are there any known bluetooth game pads that can be paired with the epic and button mapped?
Talked to the dev of the wiimote app. He says it's incompatible with Samsung devices, no plans on making it compatible.
well, it's not compatible, but there is a game grip coming out soon that perhaps rivals or even surpasses the wiimotes usability.
chiefchief said:
Talked to the dev of the wiimote app. He says it's incompatible with Samsung devices, no plans on making it compatible.
Click to expand...
Click to collapse
He can't make it compatible as it most likely has to do with how Samsung implements Bluetooth. I dont understand why phone companies are limiting the devices that can connect to their phones as it just limits functionality. Cyanogen Mod 6 fixed this for the EVO... so it's possible a custom rom can do the same for the Epic.
hydralisk said:
He can't make it compatible as it most likely has to do with how Samsung implements Bluetooth. I dont understand why phone companies are limiting the devices that can connect to their phones as it just limits functionality. Cyanogen Mod 6 fixed this for the EVO... so it's possible a custom rom can do the same for the Epic.
Click to expand...
Click to collapse
I heard that was backwards and that the epics bluetooth stack is too new and not fully compatible with older devices. Maybe the new wiimotes coming out with motion plus inside will work.
i hope so cause i just got nba jam for snes and would love to use a controller
From what I understand it has to do with the samsung 3.0 bluetooth. No Galaxy S phones have been able to get it to work....yet. I would love this for my Captivate, but you Epic people have a keyboard. Better than nothing
Try posting something helpful
Masterface7 said:
I heard that was backwards and that the epics bluetooth stack is too new and not fully compatible with older devices. Maybe the new wiimotes coming out with motion plus inside will work.
Click to expand...
Click to collapse
My epic connects to my bluetooth in my 2005 Lexus without problem. Wii is a whole lot newer.
from what ive seen around the block, the bluetooth pairing code isnt null (no password) but the password is actually the MAC ID reversed. so if the bluetooth mac is 01:02:03:04:05 then the password would be 0504030201. never really had the time to test this or try this out but someone might and we will be one step closer
I just saw a video where a guy was showing off n64oid on a nexus s using a wiimote via bluetooth and since that is a galaxy s variant I was wondering if this is any hope for a wiimote working with the epic.
http://www.youtube.com/watch?v=clv7wNRH2kY
Masterface7 said:
I just saw a video where a guy was showing off n64oid on a nexus s using a wiimote via bluetooth and since that is a galaxy s variant I was wondering if this is any hope for a wiimote working with the epic.
http://www.youtube.com/watch?v=clv7wNRH2kY
Click to expand...
Click to collapse
Nexus S is AOSP. Our Galaxy S phones has a different bluetooth stack that will not allow a Wiimote to connect to it, & its up to Samsung to change this, same as HTC and phones that uses Sense. Either get a game gripper (www.game-gripper.com, I just ordered one yesterday), or wait for CM7 to come out for our Epics, then you can use a Wiimote.
The pic on engadget showed an epic using wiimote+ nunchuck combo
Unless that was a nexus s or something. I really hate the similarities between all these damn phones. The sgs line was milkeddddd
Sent from my SPH-D700 using XDA App
Cyanogen mod 6 works with the wii remote and nunchuck. Cyanogen mod 7 should work fine too. Unfortunately, the nunchuck's joystick can only be set to up, down, left and right... No in between so running around is a bit of a pain.
Sent from my Epic 4G
Shadomastr said:
Cyanogen mod 6 works with the wii remote and nunchuck. Cyanogen mod 7 should work fine too. Unfortunately, the nunchuck's joystick can only be set to up, down, left and right... No in between so running around is a bit of a pain.
Sent from my Epic 4G
Click to expand...
Click to collapse
So if I switch ROMs to CM6 or CM7 the bluetooth profile should be correct for the wiimote app?
nastystang05 said:
So if I switch ROMs to CM6 or CM7 the bluetooth profile should be correct for the wiimote app?
Click to expand...
Click to collapse
When they are more complete, as far as CM7 Alpha 1 bluetooth is a tad buggy so it might not work right.

Xbox 360 controller on Galaxy nexus

Hello, i'd like to know how you can configure a 360 controller to use it on the galaxy nexus. I have a micro usb to usb host plug but the controller isn't recognized by the system by default which surprises me since google announced the compatibility since honeycomb.
thanks for your help
It works for me, however it is useless because the buttons are not mapped in a useful manner for anything lol
well maybe there could be an app to configure it somewhere, i'm gonna search and come back there if I find something.
thanks again
flupke70 said:
well maybe there could be an app to configure it somewhere, i'm gonna search and come back there if I find something.
thanks again
Click to expand...
Click to collapse
I use USB/bt joystick center. Works great but a little pricey.
Sent from my Galaxy Nexus using XDA
I just wish it'd have game support.....controlling a serious game like Modern Combat 3 sucks using the touch screen.....
Ask pinkbatman who made a custom mount for gnex a 360 control http://forum.xda-developers.com/showthread.php?t=1529561
Sent from my Galaxy Nexus using Tapatalk

PS3 Remote

Is there an app that acts like a play station 3 remote? it would be nice to use my tablet or galaxy nexus to control the PS3 for movies or other things like the browser and menu.
Search blue put droid in market ... I think that's the name
Sent from my Nexus 7 using XDA Premium HD app
https://play.google.com/store/apps/details?id=droidbean.btcontroller
I think he means remote, not controller.
In any case, I'd like to know as well. So far I haven't had any luck.
ynrozturk said:
I think he means remote, not controller.
In any case, I'd like to know as well. So far I haven't had any luck.
Click to expand...
Click to collapse
That's what that app does...
Sent From My N7 via Tapatalk
Yes, just set the buttons accordingly to a real PS3 controller
It's actually quite funny how it works Using you phone as a controller and tablet as console really gives a "yo dawg..." Xzibit-ish impression. However, I noticed my phone battery dies really quickly using this app.
ynrozturk said:
I think he means remote, not controller.
In any case, I'd like to know as well. So far I haven't had any luck.
Click to expand...
Click to collapse
I used the blueputdroid app....it is ok...i wish it had a keyboard so you can type in the web browser or search fields. It has a gesture remote control where you just gesture around with your finger and it draws a line with it. but i am looking for something more that has more features.
spillytime said:
I used the blueputdroid app....it is ok...i wish it had a keyboard so you can type in the web browser or search fields. It has a gesture remote control where you just gesture around with your finger and it draws a line with it. but i am looking for something more that has more features.
Click to expand...
Click to collapse
Sweet thanks, I may have to give that a try. I'll need to root my device first I guess.

Now that there's native Dualshock support, what programs can we use to assign keys?

A lot of games do seem to support controllers, but many seem to use the keys incorrectly. So I was wondering if there may be a way around that.
Other games don't have benefit of a controller at all, and I was wondering if root would still be needed to assign button presses to touchscreen like what Joystick center does.
I'm kind of confused on all this, so any help is appreciated.
eximperialdragon said:
A lot of games do seem to support controllers, but many seem to use the keys incorrectly. So I was wondering if there may be a way around that.
Other games don't have benefit of a controller at all, and I was wondering if root would still be needed to assign button presses to touchscreen like what Joystick center does.
I'm kind of confused on all this, so any help is appreciated.
Click to expand...
Click to collapse
use sixaxis
kickthefreak said:
use sixaxis
Click to expand...
Click to collapse
Looks like I still have reason to root, then! haha. Surprised me how few games there are with Dualshock as a supported controller.

Categories

Resources