[Q] Gamepads and ICS - Eee Pad Transformer General

Hi there! First thread after a year reading xda Just wondering if there's any list of gamepads that work with ICS. I tried the Xbox 360 Wired controller but doesn't seem to work with MAME anymore. Thanks in advance!

letsgophillyingeneral said:
N64oid works well, so far. MarioKart 64 runs pretty damn well and using the PS3 controller - I even have a shortcut on my desktop that goes straight to MarioKart 64
As for SNES, I have SNESDroid installed and have tested a few games. Some ROMs had issues, like Smash TV, and were not playable. Other ROMs worked perfectly fine, such as Zombies Ate My Neighbors.
The main problem is getting two PS3 controllers to work independently. I haven't had time to mess with it since I last posted.
EDIT: I connected my Transformer to the 60" TV in our video conferencing room and played some MarioKart64 and GTAIII The audio sounded great and the video only lagged a little bit. It was funny to hear the MarioKart sounds coming from the speakers mounted in the ceiling.
Click to expand...
Click to collapse
Here's a post of mine from another thread.
And here's a link to the thread - http://forum.xda-developers.com/showthread.php?t=1395335

Alber12 said:
Hi there! First thread after a year reading xda Just wondering if there's any list of gamepads that work with ICS. I tried the Xbox 360 Wired controller but doesn't seem to work with MAME anymore. Thanks in advance!
Click to expand...
Click to collapse
PS3 controller via Bluetooth is the way to go. And even if the app doesn't officially support the controller you can create a touch profile within the six axis app and use the controller on what is normally a touch screen game. Like I play modern combat 3 w/ a ps3 controller on my phone for example.
Now the real question is how to get gameloft games working on this tablet. :S I'm thinking I'll have to do some dirty work w/ editing the build.prop
Sent from my Creamed Out Glacier

I2IEAILiiTY said:
Now the real question is how to get gameloft games working on this tablet. :S I'm thinking I'll have to do some dirty work w/ editing the build.prop
Click to expand...
Click to collapse
Nope, its worse than that... You'll have to find working versions by other means... Simply editing the build.prop doesnt help.
Stupid gameloft

Goatshocker said:
Nope, its worse than that... You'll have to find working versions by other means... Simply editing the build.prop doesnt help.
Stupid gameloft
Click to expand...
Click to collapse
I saw where the galaxy tab has this game but the people in the Gameloft forums complain about it saying it sucks ass and what not. Lolololol
Guess ill try to find the apk for that and edit my build.prop to match, kinda disappointing to know I bought the game on my phone and when I finally get a tablet, I can't even play it on my tablet
I also emailed Gameloft about it and the guy that contacted me back pretty much kept walking me around circles saying it could be looked into and blah blah blah.
On the other hand, playing games like shadowgun is 10x better on this than my phone!
Sent from my Transformer TF101 using XDA Premium App

Dont change the build.prop, it wont do any good or help at all.
Your only option is to get a hold of apk's with the device check removed.
Anyway, since this is a thread about gamepads... Have anyone tried an xbox controller (NOT 360, the original)?

Original xbox controller Does Not work. At all. Sorry X.x Even with the special USB adapter cable I bought.

Goatshocker said:
Dont change the build.prop, it wont do any good or help at all.
Your only option is to get a hold of apk's with the device check removed.
Anyway, since this is a thread about gamepads... Have anyone tried an xbox controller (NOT 360, the original)?
Click to expand...
Click to collapse
How would that not help? The apk checks it to make sure the device is "compatible" with the games.
An example of this would be people playing order and chaos on newer devices like the new Droid razr, a guy on my friends list said he had to change his build.prop to make it think it was some other phone (I forgot what it was) and I have also seen other tablets run the game even though its not supported
Sent from my Creamed Out Glacier

I2IEAILiiTY said:
How would that not help? The apk checks it to make sure the device is "compatible" with the games.
An example of this would be people playing order and chaos on newer devices like the new Droid razr, a guy on my friends list said he had to change his build.prop to make it think it was some other phone (I forgot what it was) and I have also seen other tablets run the game even though its not supported
Sent from my Creamed Out Glacier
Click to expand...
Click to collapse
Go ahead and try it. It doesnt work on the TF. Works fine on my phone and other tablet, but not the TF.
And even if it did work, most games wouldnt work properly without the needed patch/cracks, like Order and Chaos (which was a nightmare to get working).

Well GTA III w/ PS3 controller via Bluetooth is legit on this tab.
Felt like I was playing PS2
Sent from my Creamed Out Glacier

Does anyone know if the TF101 works well with the Logitech Rumblepad (USB)?
I plan to buy the usb adapter but I want to know for sure it works.

No it doesn't work out of the box (Logitechs/X-Box controller)
But you can easily get it to work if you have root:
http://forum.xda-developers.com/showthread.php?t=1584850

Thank you for the info.
The poster below mentioned he used the guide how to recompile the kernel. Is this necessary of you just want to use the modules aswell?
PoweRoy said:
No it doesn't work out of the box (Logitechs/X-Box controller)
But you can easily get it to work if you have root:
http://forum.xda-developers.com/showthread.php?t=1584850
Click to expand...
Click to collapse

360 wired pad worked in honeycom. Why not in ICS??? Big step backwards from google IMHO. The 360 pad is by far the best for me.

Hello again,
Can anyone help me how to install these modules?
It also includes files for logitech f710 but that is not the rumblepad2 controller...
Thanks for any info!
tboheeren said:
Thank you for the info.
The poster below mentioned he used the guide how to recompile the kernel. Is this necessary of you just want to use the modules aswell?
Click to expand...
Click to collapse

You should copy the *.ko files to e.g. /sytem/lib/modules
and copy the *.kl to /system/usr/keylayout/
So open terminal:
su
mount -o remount,rw /system
(copy the files using cp)
insmod /system/lib/modules/hid_logitech.ko (and others)
However the insmod is not perminent after reboot.
Script to insmod after reboot:
echo "#!/system/bin/sh" >> /system/etc/install-recovery.sh
echo "insmod /system/lib/modules/ff-memless.ko" >> /system/etc/install-recovery.sh
echo "insmod /system/lib/modules/hid-dr.ko" >> /system/etc/install-recovery.sh
echo "insmod /system/lib/modules/hid_logitech.ko" >> /system/etc/install-recovery.sh
echo "insmod /system/lib/modules/xpad.ko" >> /system/etc/install-recovery.sh
chmod 777 /system/etc/install-recovery.sh

Goatshocker said:
Go ahead and try it. It doesnt work on the TF. Works fine on my phone and other tablet, but not the TF.
And even if it did work, most games wouldnt work properly without the needed patch/cracks, like Order and Chaos (which was a nightmare to get working).
Click to expand...
Click to collapse
I got it working like a week or two ago working btw.
Sent from my Transformer TF101 using Tapatalk 2

Related

PS3 controller and usb adapter

I just got the official usb adapter and I can't get my PS3 controller to sync. I don't know what to do. Please help.
Anyone know if I'm doing anything wrong? It's a plain sixaxis btw.
I just got mine this morning. Ill look into it when I get off work today for ya bro.
brentnall11 said:
I just got the official usb adapter and I can't get my PS3 controller to sync. I don't know what to do. Please help.
Click to expand...
Click to collapse
PS3 controllers are not standard HID devices, they cannot be used with anything other than a PS3 without special drivers.
Pershoot's kernels include these special drivers as part of the "lib" archive. Unfortunately module autoloading is not yet available for these drivers so you have to manually load hid-sony.ko
It works
Sent from my Transformer TF101 using Tapatalk
I can't get my 360 controller to work either. I plug it in and it says unknown usb device.
Entropy512 said:
PS3 controllers are not standard HID devices, they cannot be used with anything other than a PS3 without special drivers.
Pershoot's kernels include these special drivers as part of the "lib" archive. Unfortunately module autoloading is not yet available for these drivers so you have to manually load hid-sony.ko
Click to expand...
Click to collapse
Can u post any links or instructions? Thanks.
Sent from my DROIDX using XDA App
The PS3 controller works perfect on the XOOM without any special drivers or anything. Just need to plug it in. Can't seem to get it to work on my 10.1 though and can't get my 360 controller to work as well. It's pretty crappy, I may have to go buy a wiimote to get a controller for my 10.1 instead.
v3rn said:
I can't get my 360 controller to work either. I plug it in and it says unknown usb device.
Click to expand...
Click to collapse
I'm having this same problem. All other USB devices I plug in work fine (mouse, keyboard, usb drive, usb hub, etc), but none of my 360 controllers work. I get the same "Unknown USB Device" error, I also noticed that the lights on the controller keep turning on and off, like it starts to get power for a split second and then off.
This is the main reason that I bought the adapter.
Hooterman said:
This is the main reason that I bought the adapter.
Click to expand...
Click to collapse
Me too
Sent from my DROIDX using XDA App
Can I ask what people use game controllers on the tablet for? (Duh, games, but which games or apps are enhanced by having a two stick controller?)
burhanistan said:
Can I ask what people use game controllers on the tablet for? (Duh, games, but which games or apps are enhanced by having a two stick controller?)
Click to expand...
Click to collapse
I want it for emulators (N64oid, SNesoid, etc.) SNesoid doesn't need 2 sticks but N64oid could. Also, I don't have any other controllers.
Sent from my DROIDX using XDA App
Ah, I didn't even think about the emulators. Makes perfect sense, then.
Xbox360 pads need xpad.ko, also available with pershoot kernels.
Sent from my GT-P7510 using Tapatalk
Entropy512 said:
Xbox360 pads need xpad.ko, also available with pershoot kernels.
Sent from my GT-P7510 using Tapatalk
Click to expand...
Click to collapse
So unless I root and swap kernels, there's no way I can get it working?
Nope. xpad.ko and hid-sony.ko are not compiled into the stock kernels.
I don't have any links other than Pershoot's kernel at http://forum.xda-developers.com/showthread.php?t=1138167, I'm a bit of a Linux guru so I was able to figure it out myself.
Install the kernel.
Download and extract the "lib" archive to /data/local/modules/ as described on Pershoot's blog (which I can't access at the moment)
Run "insmod /data/local/modules/hid-sony.ko" in a shell, either via Android Terminal Emulator or an ADB shell.
One of these days I'm going to see if there's a way to get module autoloading to work, or maybe see if hid-sony and xpad can be just compiled right in.
Entropy512 said:
Nope. xpad.ko and hid-sony.ko are not compiled into the stock kernels.
I don't have any links other than Pershoot's kernel at http://forum.xda-developers.com/showthread.php?t=1138167, I'm a bit of a Linux guru so I was able to figure it out myself.
Install the kernel.
Download and extract the "lib" archive to /data/local/modules/ as described on Pershoot's blog (which I can't access at the moment)
Run "insmod /data/local/modules/hid-sony.ko" in a shell, either via Android Terminal Emulator or an ADB shell.
One of these days I'm going to see if there's a way to get module autoloading to work, or maybe see if hid-sony and xpad can be just compiled right in.
Click to expand...
Click to collapse
Great, thanks for the info.
How come the Xoom works with the Xbox 360 pad by default and the GTab doesn't? I thought that functionality was built into Android 3.1?
Hooterman said:
Great, thanks for the info.
How come the Xoom works with the Xbox 360 pad by default and the GTab doesn't? I thought that functionality was built into Android 3.1?
Click to expand...
Click to collapse
Is it not in touchwiz either?
Sent from my DROIDX using XDA App
brentnall11 said:
Is it not in touchwiz either?
Sent from my DROIDX using XDA App
Click to expand...
Click to collapse
No idea, I haven't installed TouchWiz.
But again, I thought the functionality was built into Android 3.1. They demo'd it at the show when they announced the OS update with an Xbox controller.
Hooterman said:
No idea, I haven't installed TouchWiz.
But again, I thought the functionality was built into Android 3.1. They demo'd it at the show when they announced the OS update with an Xbox controller.
Click to expand...
Click to collapse
Yes and I remember seeing the transformer with a ps3 controller, wtf happened?
Sent from my DROIDX using XDA App

Working ! Ps3 Controller & KFHD

Ok so heres the good news. After hours of trying to figure this out, I can confirm that the sixaxis ps3 controller does work
with the kindle fire hd.
So here's what you'll need..
Must have root...Theres no other way.
Apps... Sixaxis Compatibility Checker - This will let you know if your device is compatible. - Free in the play store.
Sixaxis Controller $1.99 in the playstore. - But remember google is your friend.
You will also need one program for your computer
Sixaxis pair tool. - This Is used to change the master numbers on your ps3 controller.
So Far Games That i know work are all emulators and roms and the following big hits.
Gta 3
Shadowgun
Modern Combat 3
If you have any questions feel free to ask...
how did you configure it for modern combat 3???
can you show steps
Steps and pc driver link?
doriean said:
Ok so heres the good news. After hours of trying to figure this out, I can confirm that the sixaxis ps3 controller does work
with the kindle fire hd.
So here's what you'll need..
Must have root...Theres no other way.
Apps... Sixaxis Compatibility Checker - This will let you know if your device is compatible. - Free in the play store.
Sixaxis Controller $1.99 in the playstore. - But remember google is your friend.
You will also need one program for your computer
Sixaxis pair tool. - This Is used to change the master numbers on your ps3 controller.
So Far Games That i know work are all emulators and roms and the following big hits.
Gta 3
Shadowgun
Modern Combat 3
I
If you have any questions feel free to ask...
Click to expand...
Click to collapse
I tried to get it to work yesterday but I couldn't get the pair tool to recognize the contoller via usb. It kept giving me a driver error. Can you provide me with a link to a Windows 7 controller driver and maybe some steps on how you got it to work?
Going to try this out, looks pretty simple but I can already see myself having troubles. Thanks for the tutorial mate!
doriean said:
Ok so heres the good news. After hours of trying to figure this out, I can confirm that the sixaxis ps3 controller does work
with the kindle fire hd.
So here's what you'll need..
Must have root...Theres no other way.
Apps... Sixaxis Compatibility Checker - This will let you know if your device is compatible. - Free in the play store.
Sixaxis Controller $1.99 in the playstore. - But remember google is your friend.
You will also need one program for your computer
Sixaxis pair tool. - This Is used to change the master numbers on your ps3 controller.
So Far Games That i know work are all emulators and roms and the following big hits.
Gta 3
Shadowgun
Modern Combat 3
If you have any questions feel free to ask...
Click to expand...
Click to collapse
Can you Upload Modern Combat 3 for Kindle Fire HD? Thanks!
Thanks for this tutorial.
nice work man now i can play my n64
Sent from my SGH-T989 using xda premium
great share!thank you.
this work with my t989 phone 2 thanks bro
Sent from my SGH-T989 using Tapatalk 2
Is this using otg or by?
Edit I meant is this using otg cable or bluetooth
Sent from my KFOT using xda app-developers app
Follow Up - Feedback
doriean said:
Ok so heres the good news. After hours of trying to figure this out, I can confirm that the sixaxis ps3 controller does work
with the kindle fire hd.
So here's what you'll need..
Must have root...Theres no other way.
Apps... Sixaxis Compatibility Checker - This will let you know if your device is compatible. - Free in the play store.
Sixaxis Controller $1.99 in the playstore. - But remember google is your friend.
You will also need one program for your computer
Sixaxis pair tool. - This Is used to change the master numbers on your ps3 controller.
So Far Games That i know work are all emulators and roms and the following big hits.
Gta 3
Shadowgun
Modern Combat 3
If you have any questions feel free to ask...
Click to expand...
Click to collapse
doriean,
Very nice tutorial, thank you for being a part of the XDA Community! Since you do development work on your
Kindle get it backup! We just launched a new Backup and Recovery package here: http://forum.xda-developers.com/showthread.php?t=2096888
I can confirm this does work, if you are using KFHD 7" theres no need for the compatibility tool, it does work. However I've noticed that it only works with games configured to work with a gamepad. Touch emulation does not work it seems so games like MC4 don't work.
Sixaxis Touch Emulation - Information Kindle Fire HD 7"
Katalystik said:
I can confirm this does work, if you are using KFHD 7" theres no need for the compatibility tool, it does work. However I've noticed that it only works with games configured to work with a gamepad. Touch emulation does not work it seems so games like MC4 don't work.
Click to expand...
Click to collapse
Katalystik,
My opinion only.
I believe that all controllers should be tested using the Compatibility Checker due to known issues around certain
applications and controllers. Sixaxis designed the compatibility checker for a good reason - it solves many headaches
since it intelligently displays what applications are going to conflict with the controller being tested. Touch Emulation
is a known issue, our Team is working with Sixaxis to solve the problem. If you would like to monitor or join the
thread here: http://forum.xda-developers.com/showthread.php?t=2077341 - we will post the solution to the XDA
Community once we have an answer.:good:
prokennexusa said:
Katalystik,
My opinion only.
I believe that all controllers should be tested using the Compatibility Checker due to known issues around certain
applications and controllers. Sixaxis designed the compatibility checker for a good reason - it solves many headaches
since it intelligently displays what applications are going to conflict with the controller being tested. Touch Emulation
is a known issue, our Team is working with Sixaxis to solve the problem. If you would like to monitor or join the
thread here: http://forum.xda-developers.com/showthread.php?t=2077341 - we will post the solution to the XDA
Community once we have an answer.:good:
Click to expand...
Click to collapse
In retrospect, I agree, this is true.
As for the thread, I've seen it, was waiting for a solution or a reply from dancing pixels at least.
How to Add an External Controller - Bluetooth
willieboya said:
Is this using otg or by?
Edit I meant is this using otg cable or bluetooth
Sent from my KFOT using xda app-developers app
Click to expand...
Click to collapse
willieboya,
The interface is Bluetooth.
prokennexusa said:
willieboya,
The interface is Bluetooth.
Click to expand...
Click to collapse
damn lol. I have a kindle fire second gen so this wis no use to me

Pls help new N7 owner to get correct items to play games on N7 w/ controller to tv

Hello to the Community. I first want to say thank to all you great people. This is the BEST forum going and you've been a huge help to many times.
OK so I'm a new owner of a 16g Nexus 7.
The main goal of this thread is I'm trying to find a gaming controller, the cable to allow the controller to function, and then a cable that will allow me to play games or watch movies on my big screen. I have some knowledge of what I'm looking for but not enough. I didn't want to make the mistake of buying the wrong thing, especially on line.
The other day I go and buy a micro HDmi to HDMI and realized after that is no go on either the N7 or gnex. So I'm here: I'm confident I can get good Info on all three of these items that work well and for cheap.
I have searched around here, other forums and on line but I haven't find anything definitive enough on what I would all need and works most current.
Need to buy on line asap:
The gaming controller: I don't care if its wired or wireless. Whatever you experts recommend is fine with me.
HDMI capable cable to TV.
If I have made any mistakes in posting or didn't include enough info please let me know.
Thank you all ahead of time for taking the time.
Sent from my Nexus 7
I am no expert either....just picked up my N7 today as well.
but i am pretty sure you need an MHL adapter...which is micro SD to Full HDMI female plug. then an HDMI cable from MHL to the TV.
as for the controller, i would probably stick with Bluetooth. you can use a PS3 BT controller (make sure it is official sony sixaxxis as some nockoffs use a wireless transmitter which isn't as easy and may not even work on the N&)
the PS3 controller i believe requires Root and an app which costs Money.
or there are other ones that gamestop sells called the Nyco playpad or something like that designed specifically for android gaming.
the Nyco requires a free app in the play store.
hook everything up, and you should be gaming in no time.
i personally can't wait to play some Old school NES games on my bigscreen.
There"s no mhl on the nexus 7.
htcevo4g03 said:
Hello to the Community. I first want to say thank to all you great people. This is the BEST forum going and you've been a huge help to many times.
OK so I'm a new owner of a 16g Nexus 7.
The main goal of this thread is I'm trying to find a gaming controller, the cable to allow the controller to function, and then a cable that will allow me to play games or watch movies on my big screen. I have some knowledge of what I'm looking for but not enough. I didn't want to make the mistake of buying the wrong thing, especially on line.
The other day I go and buy a micro HDmi to HDMI and realized after that is no go on either the N7 or gnex. So I'm here: I'm confident I can get good Info on all three of these items that work well and for cheap.
I have searched around here, other forums and on line but I haven't find anything definitive enough on what I would all need and works most current.
Need to buy on line asap:
The gaming controller: I don't care if its wired or wireless. Whatever you experts recommend is fine with me.
HDMI capable cable to TV.
If I have made any mistakes in posting or didn't include enough info please let me know.
Thank you all ahead of time for taking the time.
Sent from my Nexus 7
Click to expand...
Click to collapse
Hey there and welcome,
I have done a couple of the things you're aiming to achieve.
For the controller, I have purchased a cheap micro USB OTG host (Right angled) from eBay for about £1.
This enabled me to use wired controllers, mount USB sticks for films etc.
I purchased an unofficial Xbox controller from Argos for around £17, it didn't work 100% from plug in, I had to modify the key layout file which took 2 mins, now it's perfect.
With regards to the HDMI, I don't think the N7 supports MHL, android 4.2 however will support wireless screen sharing via a dongle you plug into the TV. I forgot what its called.
Anyway, hope that helps, enjoy the nexus 7!
Edit: software is called miracast, looks promising. And if this method is preferred I guess a wireless controller is preferred too!
Sent from my HTC One X
===================
HTC One X
Google Nexus 7
lukems said:
Hey there and welcome,
I have done a couple of the things you're aiming to achieve.
For the controller, I have purchased a cheap micro USB OTG host (Right angled) from eBay for about £1.
This enabled me to use wired controllers, mount USB sticks for films etc.
I purchased an unofficial Xbox controller from Argos for around £17, it didn't work 100% from plug in, I had to modify the key layout file which took 2 mins, now it's perfect.
With regards to the HDMI, I don't think the N7 supports MHL, android 4.2 however will support wireless screen sharing via a dongle you plug into the TV. I forgot what its called.
Anyway, hope that helps, enjoy the nexus 7!
Edit: software is called miracast, looks promising. And if this method is preferred I guess a wireless controller is preferred too!
Sent from my HTC One X
===================
HTC One X
Google Nexus 7
Click to expand...
Click to collapse
Yo thank you for the reply buddy
Sucks no Hdmi but o well gaming with a controller(wired or not) will work for now. What i wanted was to specifically find some ppl who had experience with a setup that confirmed working as recent as poss.
Price wise 1 for the cable and 17 for the controller works for me.
Do you mind linking me to the 2 products?
I wanna order something on line like now. Lol
Sent from my Galaxy Nexus using Tapatalk 2
htcevo4g03 said:
Yo thank you for the reply buddy
Sucks no Hdmi but o well gaming with a controller(wired or not) will work for now. What i wanted was to specifically find some ppl who had experience with a setup that confirmed working as recent as poss.
Price wise 1 for the cable and 17 for the controller works for me.
Do you mind linking me to the 2 products?
I wanna order something on line like now. Lol
Sent from my Galaxy Nexus using Tapatalk 2
Click to expand...
Click to collapse
Android 4.2 will give you an HD video outpout with Miracast
turdbogls said:
I am no expert either....just picked up my N7 today as well.
but i am pretty sure you need an MHL adapter...which is micro SD to Full HDMI female plug. then an HDMI cable from MHL to the TV.
as for the controller, i would probably stick with Bluetooth. you can use a PS3 BT controller (make sure it is official sony sixaxxis as some nockoffs use a wireless transmitter which isn't as easy and may not even work on the N&)
the PS3 controller i believe requires Root and an app which costs Money.
or there are other ones that gamestop sells called the Nyco playpad or something like that designed specifically for android gaming.
the Nyco requires a free app in the play store.
hook everything up, and you should be gaming in no time.
i personally can't wait to play some Old school NES games on my bigscreen.
Click to expand...
Click to collapse
Hey dude thanks for the reply
OK so see this is why i can get confused. The one reply below yours says n7 has no mhl support which I did hear multiple times other places online. But your saying it IS POSSIBLE with the MHL adapter( and I've seen it done on YouTube somehow). If it is me.that is misunderstanding what is being said, please 4give me,
--all I want is to game with a controller on my N7, if its possible to do it on a big screen...GREAT, if not no biggie at all. I just want to understand it however it is.
Make the purchases asap so they can get here asap. Lol
This can be really frustrating lol
Sent from my Galaxy Nexus using Tapatalk 2
htcevo4g03 said:
Hey dude thanks for the reply
OK so see this is why i can get confused. The one reply below yours says n7 has no mhl support which I did hear multiple times other places online. But your saying it IS POSSIBLE with the MHL adapter( and I've seen it done on YouTube somehow). If it is me.that is misunderstanding what is being said, please 4give me,
--all I want is to game with a controller on my N7, if its possible to do it on a big screen...GREAT, if not no biggie at all. I just want to understand it however it is.
Make the purchases asap so they can get here asap. Lol
This can be really frustrating lol
Sent from my Galaxy Nexus using Tapatalk 2
Click to expand...
Click to collapse
Like i said, i am new to this device as well. i though for sure i saw that MHL worked and since it works with the Gnex, i figured it was OK to put that in my post.....I was wrong. looks like it doesn't work will have to wait for miracast and 4.2 for the bigscreen
htcevo4g03 said:
Yo thank you for the reply buddy
Sucks no Hdmi but o well gaming with a controller(wired or not) will work for now. What i wanted was to specifically find some ppl who had experience with a setup that confirmed working as recent as poss.
Price wise 1 for the cable and 17 for the controller works for me.
Do you mind linking me to the 2 products?
I wanna order something on line like now. Lol
Sent from my Galaxy Nexus using Tapatalk 2
Click to expand...
Click to collapse
Sure I bought this OTG cable:
http://www.ebay.co.uk/itm/Micro-USB..._MobilePhoneDataCables_JN&hash=item337bd7046e
And this controller:
http://www.argos.co.uk/static/Product/partNumber/9088535.htm
Worked a treat, was a quick fix to make it work perfect I can explain later if you end up with these.
Enjoy!
Sent from my HTC One X
===================
HTC One X
Google Nexus 7
htcevo4g03 said:
The gaming controller: I don't care if its wired or wireless. Whatever you experts recommend is fine with me.
Click to expand...
Click to collapse
http://forum.xda-developers.com/showpost.php?p=30575653&postcount=24
I basically just ordered a cheap, non-branded game controller (about $5), got a USB OTG cable with the same specifics (cheap, non-branded), and found a custom keylayout that works for cheap, non-branded controllers. Combined all those together, and I now have a nice controller that can play games like DEAD TRIGGER
lukems said:
Sure I bought this OTG cable:
http://www.ebay.co.uk/itm/Micro-USB..._MobilePhoneDataCables_JN&hash=item337bd7046e
And this controller:
http://www.argos.co.uk/static/Product/partNumber/9088535.htm
Worked a treat, was a quick fix to make it work perfect I can explain later if you end up with these.
Enjoy!
Sent from my HTC One X
===================
HTC One X
Google Nexus 7
Click to expand...
Click to collapse
Great lukems!! Thanks very very much for taking the time to link these. I will make a decision within the next few days and make the purchases. Can't wait! If I do go ahead with your setup can I pm you if I need to get that fix?
Edit: I forgot to ask, that website you bought the controller from, I can buy buy a that in the U.S. right?
Sent from my Galaxy Nexus
espionage724 said:
http://forum.xda-developers.com/showpost.php?p=30575653&postcount=24
I basically just ordered a cheap, non-branded game controller (about $5), got a USB OTG cable with the same specifics (cheap, non-branded), and found a custom keylayout that works for cheap, non-branded controllers. Combined all those together, and I now have a nice controller that can play games like DEAD TRIGGER
Click to expand...
Click to collapse
Thanks espionage. This is all I want haha. I will follow the thread you linked. Your a big help. I just hope w/e I decide on ends up not being too hard to get working.
Sent from my Galaxy Nexus
I brought an xbox
Transmitted via Nexus7
htcevo4g03 said:
Great lukems!! Thanks very very much for taking the time to link these. I will make a decision within the next few days and make the purchases. Can't wait! If I do go ahead with your setup can I pm you if I need to get that fix?
Edit: I forgot to ask, that website you bought the controller from, I can buy buy a that in the U.S. right?
Sent from my Galaxy Nexus
Click to expand...
Click to collapse
Yeah no problem, as long as the gameplay has the same layout as an Xbox controller, I know how to make it work. Other types will be a bit different buy I'm sure other people have got them working by editting the keylayout file, just send me a pm and I'll help with what I can.
With regards to the Argos site, you may want to find it locally for cheaper.
Sent from my HTC One X
===================
HTC One X
Google Nexus 7
Hey guys.
OK I got this http://item.mobileweb.ebay.com/viewitem?itemId=280894965492 for $7
I haven't had much time but with the testing I've done with the time I did have here is what I know:
dead trigger- I see that this game has a built in option to use a game pad and map the buttons. It seemed pretty simple to do. The one small issue I couldn't figure out was how to map the control to lower w/e weapon I'm using. With the normal touchscreen your able to move that up/down. With the controller it stays about right at a level where w/e weapon I'm using shoots the zombies at head level( which is great when shooting) but sometimes its nice to be able to move that, especially when you are moving. If anyone knows how to do this or anything else Im missing i would appreciate the help very much.
NFS Most Wanted- could not figure out how to get the controller to work. Any info would be great.
Asphalt Heat-I haven't tried yet but I'm pretty sure there is a built in option to use a gamepad as well. Correct?
MC3-Iv seen and heard this game is capable of using USB controller but I don't know how to get it work. Any info on this?
NBA Jam-tried straight plug and play with this game and had no success?
Beach Buggy Blitz- built in option for gamepads worked. Pretty simple.
Any other games that anyone has experience with plug and play or simple modifications would be a great help to me.
Thank you.
Sent from my Galaxy Nexus using Tapatalk 2
Can someone please please help me. I got a USB controller that works. The game in question is modern Combat 3 on the nexus 7. This is driving me fricken crazy. I been at this for hours and I'm about ready to go nuts. I'm at the point where I'm trying to map the buttons on the touch screen. I figured out how to maps most of the buttons EXCEPT FOR HOW TO MOVE/RUN AND AND AIM. I'm trying to map the left analog stick to move/run and the right analog stick to aim/movie the gun around. I'm kind of able to but the direction I'm moving are all fed up and I can't get it right.
I'll be able map the right analog stick to move the gun around but up moves left down moves right left moves up and right moves down. You understand what I mean? It WILL NOT let me to get right how its suppose to be.
If someone can somehow someway help it would be a huge help. I've literally been at it for 2 day on and off and I can't figure it out. Its so darn frustrating.
Sent from my Nexus 7 using Tapatalk 2
Bump
Sent from my Galaxy Nexus
Bump.
Can someone please please give me some insight on the specific issue I'm having regarding MC3/Joystick center 6 app/right analog with moving the gun around.( see above.)
I will donate to someone who can help me figure out why this is happening .
Sent from my Galaxy Nexus using Tapatalk 2
Please community
Sent from my Galaxy Nexus using Tapatalk 2
Wow no help here at all. Very very disappointed.
Sent from my Galaxy Nexus using Tapatalk 2

Sixaxis problems

Got the app working and the controller paired but I looks like its only working with native apps not the manual touch overlay settings
It does work perfectly with emulators tho
Anyone else trying the sixaxis app?
Sent from my SAMSUNG-SGH-I337 using xda app-developers app
I tried it but couldn't get it to work. ..
yeah i tried the compatibility app and it didnt work so i didnt want to go and spend money on something that wasnt going to work.. so tell us.. how did you get it to work?
RujinXERO said:
yeah i tried the compatibility app and it didnt work so i didnt want to go and spend money on something that wasnt going to work.. so tell us.. how did you get it to work?
Click to expand...
Click to collapse
i followed this tutorial http://forum.xda-developers.com/showthread.php?t=2095704 i did everything except for the compatibility checker, its working fine for native supported and keyboard emulation but the touch emulation is buggy i hope the dev will update it soon
This is what I get.
Sent from my SAMSUNG-SGH-I337 using xda app-developers app
RujinXERO said:
This is what I get.
Sent from my SAMSUNG-SGH-I337 using xda app-developers app
Click to expand...
Click to collapse
like i was saying i skipped that app entirely, everything works except for touch emulation.... it must be something with the phone itself because i tested out another emulation app called USB/BT Joystick and after mapping the touch keys it did not respond at all
it appears that the ps3 controller works for apps built in with some type of support but we cannot emulate the touch commands
maybe someone in the international threads can shed some light on this matter
ericos123 said:
like i was saying i skipped that app entirely, everything works except for touch emulation.... it must be something with the phone itself because i tested out another emulation app called USB/BT Joystick and after mapping the touch keys it did not respond at all
it appears that the ps3 controller works for apps built in with some type of support but we cannot emulate the touch commands
maybe someone in the international threads can shed some light on this matter
Click to expand...
Click to collapse
thats what i thought you were saying.. but i really dont want to risk spending money and have it not work.. haha
RujinXERO said:
thats what i thought you were saying.. but i really dont want to risk spending money and have it not work.. haha
Click to expand...
Click to collapse
yeah i understand, just and fyi any app you uninstall with 15min of purchase you get a full refund
ericos123 said:
yeah i understand, just and fyi and app you uninstall with 15min of purchase you get a full refund
Click to expand...
Click to collapse
I think you have to go back into the Play store and hit "Refund" on the app page, not just uninstall.
WarbyParker said:
I think you have to go back into the Play store and hit "Refund" on the app page, not just uninstall.
Click to expand...
Click to collapse
yep
oh.. right.. guess i'll have to give it a try when i get home from work today then haha
and it totally worked! although it doesnt seem to work with my DS emulator but it works with my SNES and GBA emu so i guess its ok..
Has anyone tried connecting the PS3 controller using a USB OTG?
I ordered one online.. still have yet to try it
Zer0_ said:
Has anyone tried connecting the PS3 controller using a USB OTG?
I ordered one online.. still have yet to try it
Click to expand...
Click to collapse
I bought a gameklip that comes with a little cable that I can only guess is an otg cable and it works great. There's also thread in the accessory section that lists all kinds of things that connect to the s4 via otg, bluetooth or wife.
Zer0_ said:
Has anyone tried connecting the PS3 controller using a USB OTG?
I ordered one online.. still have yet to try it
Click to expand...
Click to collapse
OTG works fine
only problem im running into with this controller is touch emulation
Sixaxis Controller app has just been updated.
The new update apparently fixes the touch emulation issues on the S4. Will test and report back shortly
UPDATE:
Touch emulation works perfectly now!
Dev just pushed an update says fixed sgs4 touch emulation will test later and report back if its working on mine as well!!!
sticks
I've been using the sixaxis with my note 3 for about a week now...it's amazing in MC4...I initially got it though for Sky Gamblers Air supremacy...having trouble with the right stick, there is a dead spot in the middle and when moving past that it moves too fast to accurately aim. I'm pretty handy with a few coding languages, though linux/java are certainly not in my toolbox. how hard would it be to insert a parabolic response without a dead spot into the stick's input...slow movement on the inside and fast on the outside? seems like it would be a simple math function...though I have no idea where to begin. input would simply need to be run through a math function before being output, no? I can crunch the numbers if I know what I'm dealing with to start...not sure what max range is, or what the controller is capable of registering...parabolic function would make aiming MUCH easier. not sure if it's a limitation of the hardware, or if it's just something nobody thought of....but in SGAS the right stick is taking control of what would normally be the accelerometer so it's a bit touchy...perhaps I can better show with drawing...forgive TOTAL lack of scale...but this simple sketch might explain.
edit: some amount of customization of the curve would be ideal...perhaps on a sliding scale...but it would still allow access to max range (important for sharpe turns/maneuvering) while being smooth on the inside (for aiming/tracking moving targets) if there is someone competent enough here to edit the code, I'd be glad to help with the math behind calculating the curves

Note 10 + Gamepad

can you guys suggest me any good Gamepads that fits well with the Note 10+ ? i like to play call of Duty mobile and other FPS games.
flydigi wee 2t
Sent from my SM-N975F using Tapatalk
Luffy71 said:
can you guys suggest me any good Gamepads that fits well with the Note 10+ ? i like to play call of Duty mobile and other FPS games.
Click to expand...
Click to collapse
If you have an XBox One S or One X already, then the easiest and cheapest thing to do is to buy a phone clip for the XBox One controller for $10 from Amazon and just pair the controller with your phone. That's what I do and it works great. And its a controller I'm already familiar with. I believe you can do the same with the PS4 controllers, though I'm not sure.
Ps4 controller doesn't work, it's a bug on Samsung's end. I was hoping to use a ps4 controller for Cod to but it something different about the bluetooth in the ps4 controller that Samsung phone aren't familiar with they need to patch it already, I can't find the specific thread saying why this weird bug happens but someone on here gave us an exact answer as to why. So basically if you wanna use a ps4 controller on Samsung you have to be rooted or just use different phone. Sucks bro
COD removed support for controllers. Same for iOS
bimmerboii said:
COD removed support for controllers. Same for iOS
Click to expand...
Click to collapse
Focusing on the wrong point of his post lol. But there is an app called Octopus that gets around lack of controller support anyway since you brought it up.
For the controller, I use this one with my Note 10+. Use it in the third profile (you'll see what I mean when you get it). It fits mine WITH a TPU case on it still. https://amzn.to/2kkhmvH
Everyone always recommends that Wee controller but this one works just as well and actually has some comfortable grips to it.
cjxsutton said:
Focusing on the wrong point of his post lol. But there is an app called Octopus that gets around lack of controller support anyway since you brought it up.
For the controller, I use this one with my Note 10+. Use it in the third profile (you'll see what I mean when you get it). It fits mine WITH a TPU case on it still. https://amzn.to/2kkhmvH
Everyone always recommends that Wee controller but this one works just as well and actually has some comfortable grips to it.
Click to expand...
Click to collapse
don't use octopus on pubg or anything.
get flydigi wee 2t
Sent from my SM-N975F using Tapatalk
Okay guys no one suggest anything else, you HAVE to get a wee and that's that. jemfalor is following the thread and will negate any other suggestions.
cjxsutton said:
Okay guys no one suggest anything else, you HAVE to get a wee and that's that. jemfalor is following the thread and will negate any other suggestions.
Click to expand...
Click to collapse
seems like you are quite fragile. octopus will get you ban on pubg.
Sent from my SM-N975F using Tapatalk
Lol I'm not fragile it's just amusing that you are so adamant about the Wee. You already posted your controller suggestion, no need to brigade anyone else's. The point of my post was to link the controller, I just threw in the bit about Octopus existing in reply to the other person who didn't suggest a controller and just responded to say one specific game didn't support it. If you responded just to point out that Octopus is unauthorized, awesome. But then you tacked on the Wee yet again. We get it. Do you have stock in their company? Lol
I'm only coming back to this thread cause you keep quoting me and it notifies me. You're the one patrolling it.
cjxsutton said:
Lol I'm not fragile it's just amusing that you are so adamant about the Wee. You already posted your controller suggestion, no need to brigade anyone else's. The point of my post was to link the controller, I just threw in the bit about Octopus existing in reply to the other person who didn't suggest a controller and just responded to say one specific game didn't support it. If you responded just to point out that Octopus is unauthorized, awesome. But then you tacked on the Wee yet again. We get it. Do you have stock in their company? Lol
I'm only coming back to this thread cause you keep quoting me and it notifies me. You're the one patrolling it.
Click to expand...
Click to collapse
if no other choice, use panda gamepad pro. not octopus. don't get offended over a trivial rejection. silly
Sent from my SM-N975F using Tapatalk
Or: are there any good guides in setting up emulation for the note 10 (ie gba etc
I use my xbox one s controller and it works great
jejunum said:
Or: are there any good guides in setting up emulation for the note 10 (ie gba etc
Click to expand...
Click to collapse
If you search, there's a thread about the dolphin emulator. I replied with my setting for Dolphin which runs very well.
6666 said:
I use my xbox one s controller and it works great
Click to expand...
Click to collapse
Same here. Use it on my Note 10+ and my Tab S6.

Categories

Resources