QA Six axis controller woes :( - Nexus 7 Q&A, Help & Troubleshooting

So i've done the six axis process with my s3, it was successful several times. Currently i'm running stock 4.2 rooted on my nexus 7. I've downloaded the pairing tool for my pc, changed the bluetooth adress of my controller to match my tablet. HOWEVER whenever i go to "start" in the app on my tablet it does the "attempting connection type 1 and then 2" Sits there for a while and never pairs to my device. I'm also seeing similar people having this exact issue
"This app is the greatest thing to happen to Android. It does it all. The touch emulation is fantastic. I really can't say enough good things about it. Buy it! You'll definitely be glad you did."
same thing happens to me and it messes my wifi up. Is this a bug we have to deal with until app dev fixes it or has anyeone heard of a work around?

I'm always able to find an answer in a different site shortly after i post. someone posted this...
I emailed the dev, and he sent me an email yesterday, and he said "I'm aware of this issue and hope to have a fix soon. Android 4.2 has introduced a new Bluetooth stack, so it will take some time to rewrite the sixaxis driver. I hope to have a fix within a week."

I'm in the same shape. This is the only reason I rooted my Nexus 7. I'm not going to roll back to an earlier image. If this isn't fixed in a week or so, Im going to restore my N7 to factory.
I paired my N7 with my mac and got the BT address. I used the mac sixpair app and wrote that address to my PS3 controller. Then I tried the Sixpair Controller test, but no joy via BT or USB. Hopefully this is fixed soon.

I heard that bluetooth was broken with 4.2 :[

Locklear308 said:
I heard that bluetooth was broken with 4.2 :[
Click to expand...
Click to collapse
What do you mean?
Other Question: What means the Connection Type? What is the difference between 1,2,3?
Greetings
OT: Why can´t I edit my signature in profiles?

Related

Help with bluetooth! hci_get_route returns ERNODEV

Hi!
I am developing an application which connects a Wiimote to a bluetooth enabled android phone/device.
I did this by interfacing with the native bluez bluetooth library directly, rather than via the Android API. The reason for this is that Android API doesn't support HID devices, which a Wiimote is.
A problem now is that on some devices, mostly those sold by HTC, my app simply doesn't work. After calling the hci_get_route(NULL), this function should return an id of the first bluetooth device available (most likely 0), but instead returns ERNODEV (-1) as if no bluetooth device is available.
I suspect it has something to do with our beloved HTC grossly modifying something in the libbluetooth library to make this fail to work.
Has anyone ever done this kind of bluetooth interfacing?
How could I make this work?
Rooting the phone and replacing a library or two would be fine too.
For a list of working and non-working devices, check out the 2nd post of this thread.
HTC support
I just sent a customer service message to HTC about this issue. I hope they can get back to me with a "we'll work on it" message, or something. I really want this on my incredible. I'm new to coding like this, but could you disguise the Wiimote as another kind of device?
Just a response from someone equally interested in a solution. I'm trying to set up a bluetooth keyboard (Freedom Pro) with my gsm Hero running the 1.5 based MCR 3.2. Available drivers (Freedom's own, BlueInput & KeyPro) should work with 1.5, but HTC devices, especially the Hero, seem to be lacking something that is present in most 1.5 builds.
Investigating, I find the same issue of no route to device, because there is no known device. AIUI when bluetooth is turned on hciattach is used to establish a link to the hardware. At that point an hciconfig should list the hci0 device as present but down. However I find this list remains empty at all times.
I found this for keyboards.
Since I can't post the link, it's called "KeyPro for Android"
Google "keypro android" and click the first link.
Maybe that could help. It says it works with any android device above 1.5, however, I did read that some keyboards use a different type of bluetooth profile, SPP rather than HID.
I haven't heard back form HTC yet either.
EDIT: Upon reading your post again, you have tried this. Sorry, my bad.
Thanks for looking though The Freedom Pro is switchable between spp & hid profiles, so I figured I was safe, lol. Not with HTC's butchered 1.5 bt it seems.
Did you ever try to use the most likely id 0 on an HTC device? Even though the call to get the id fails?
Maybe you could use also the Android API to synchronize if a device is present and then use the id that Android API gives you?
Just some thoughts since I would love to see that App running on my Desire with Snesoid
Edit: Double post
tobren said:
Did you ever try to use the most likely id 0 on an HTC device? Even though the call to get the id fails?
Maybe you could use also the Android API to synchronize if a device is present and then use the id that Android API gives you?
Just some thoughts since I would love to see that App running on my Desire with Snesoid
Click to expand...
Click to collapse
Believe it or not, I actually tried this. Unfortunately, the next command (to bind the bluetooth adapter) also fails, and of course every command after that one because the adapter is not bound.
Thanks for the idea anyway.
usb
does the wii remote have usb connectivity? could it be possible to have the communication pass through that connection rather than bluetooth? one advantage of this would be increased battery life and probably better compatibility across models.
i'm sure some people would prefer bluetooth, but i figure i'll always be using it very close to my phone so i can see the screen, so the wired option is actually a bit more attractive (considering battery performance).
i know ps3 has usb connectivity as well, you just might need an adapter (mini to micro).
rubber soul said:
does the wii remote have usb connectivity? could it be possible to have the communication pass through that connection rather than bluetooth?
[snip]
i know ps3 has usb connectivity as well, you just might need an adapter (mini to micro).
Click to expand...
Click to collapse
I'm pretty sure the first answer is no - our wii is round at a friend's atm. However even if it was yes, you'd need more than an adapter. USB operates with one device as master & the other as slave. To allow you to connect slave devices to your phone it would need to be in host mode. Some mobile phone hardware implementations support this, however I don't know of any mainstream Android kernels which do. Even if you workaround that, you're left with the huge issue that slave devices can assume it's safe to draw power from the USB bus which could do nasty things (tm) to a lower power device like a mobile. This can be worked around via a powered hub, but it all gets very messy.
I looked into this a few months ago, hoping I'd be able to use a usb keyboard with my Hero. I ended up with a BT keyboard instead. Of course that doesn't work either but for completely different reasons, as hinted at by this thread. Hopefully a 2.1 ROM will solve that, but that's the subject of numerous other threads.
Uh, just throwing stuff out, what if you have a pc with two bluetooth adapters, it connects to the wii mote, and then broadcasts that in someway the android api can understand?
Also please actually try working on something with a rooted phone, the HTC EVO 4g is rootable, and I will make man love(no homo) if you get it working.
Either one works lol.
Using a PC as a proxy is kind of useless. If you have a wiimote connected to a PC, you might as well play games on the PC itself (there are nes/snes/sega/etc emulators for PCs too).
At this moment, rooting doesn't help with the problem either.
@1 True
@2 That sucks.
Do we think that this will/could be fixed in HTC's Froyo update for 2010 devices? Not looking for definite answers, just a ponderin'.
well if you send the null pairing code to the wiimote from the default bluetooth pairing screen.. it will fail to communicate with the wiimote too
waffles004 said:
Do we think that this will/could be fixed in HTC's Froyo update for 2010 devices? Not looking for definite answers, just a ponderin'.
Click to expand...
Click to collapse
Doesn't it work in stock/vanilla Eclair? I thought the main problem was with Cupcake, though HTC seem to have done weird things to every stock firmware. I read that removing Sense from a 2.1 HTC ROM breaks bluetooth. Go figure. And there was I thinking Sense was a gui enhancement
I contacted HTC about their bluetooth issues and just received this response
My name is Courtney, and I would be glad to assist you today. I understand that you are unhappy with the Bluetooth connectivity on your HTC EVO. HTC is aware of the problems occurring with the EVO and Bluetooth. We are currently investigating this issue and are working on a solution. As soon as we have an update, we will inform our customers. Thank you for contacting HTC America Technical Support. If you need further assistance, please feel free to contact us via email or at 1-866-449-8358. We are open 7 days a week from 6 a.m.-1 a.m. EST. You can also check out our Community and Support pages at htc.com/us and our pages on Facebook and Twitter.
Click to expand...
Click to collapse
I contacted HTC about this issue with my incredible and I basically got the same answer except the guy was more knowledgeable and said that other people were complaining about certain bluetooth issues. I think they know what they did and are waiting to fix it in Froyo to be easy for them. No worries though, should be comin' in a few weeks. I can't freakin' wait. I have soooooooooo much Pokemon and Mario to play.
does anyone know if this works on samsung galaxy s, i dont have my phone yet to test, but as soon as it arrives (sometime next week) i will test this.
All I can say is that my wii controller is working really well on cyanogen on my evolution now!

bluetooth completely borked. fix it google!

I've been trying to get a BT mouse to work on my nexus 4.
i've now tried 2 different models, without success.
both are recognized, both pair and then both completely fail to work.
to add insult to injury, i tried one of those mice on a friend's samsung google nexus today -- also running jellybean -- and it worked perfectly.
could anybody running a BT mouse successfully SINCE THE LAST UPDATE (4.2.1) let me know what make/model they have?
EDIT: maybe they heard me ...
http://www.idigitaltimes.com/articl...jelly-bean-update-bluetooth-fix-exclusive.htm
i understand your frustration, but just one question.. why are you using a bluetooth mouse on a phone? tablet, understandable but phone?!
khanh1289 said:
i understand your frustration, but just one question.. why are you using a bluetooth mouse on a phone? tablet, understandable but phone?!
Click to expand...
Click to collapse
take a nexus 4 + slimport adaptor + BT mouse + BT keyboard,
add an lcd TV with hdmi input (now common in hotels etc.),
and you have:
- a portable PC
- a decent home media centre (with armchair remote input)
- possibly a productivity tool for editing text/ photos etc. for which a touchscreen is too inprecise an input device.
understand now?
Instead of doing all that why wouldn't you just go wireless display and then use the phone as the remote at the sametime? Wouldn't that make more sense?
And AFAIK, bluetooth input devices weren't supported?
sorry, i typically use a laptop for those things. It would make a lot more sense btw. You can also use your phone as a bluetooth mouse/keyboard if you have a laptop that connects to a tv.
shotta35 said:
Instead of doing all that why wouldn't you just go wireless display and then use the phone as the remote at the sametime? Wouldn't that make more sense?
And AFAIK, bluetooth input devices weren't supported?
Click to expand...
Click to collapse
???
a/ i haven't a clue what "go wireless display" means.
b/ "use the phone as a remote" ... for what exactly? and how does that help me?
c/ where has google stated that "bluetooth input devices weren't supported"? that's nonsense.
re-read my previous post and try to get your head around what i am trying to achieve.
theabsurdman said:
???
a/ i haven't a clue what "go wireless display" means.
b/ "use the phone as a remote" ... for what exactly? and how does that help me?
c/ where has google stated that "bluetooth input devices weren't supported"? that's nonsense.
re-read my previous post and try to get your head around what i am trying to achieve.
Click to expand...
Click to collapse
Wow, you are quite "the absurd man". If you're trying to find help in a forum, it's best if you be a bit nicer. We're both trying to give you better alternatives to what you're trying to accomplish. To answer your questions...
A/wireless display technology is built in with the n4 and jelly bean and it's not yet widely available to most tv's yet but achievable with adapters.
B/so you don't have to carry around a Bluetooth mouse and keyboard. It helps you with 2 less things you carry (unless you're using a combo).
C/this one I can't back him cause I thought it is supported. Maybe it is broken, but I don't use it so I wouldn't know
Sent from my Blenzderz 9000
khanh1289 said:
sorry, i typically use a laptop for those things. It would make a lot more sense btw. You can also use your phone as a bluetooth mouse/keyboard if you have a laptop that connects to a tv.
Click to expand...
Click to collapse
... perhaps more sense to you, not me.
i don't want to carry a laptop around when i already have a computer in my pocket.
and i'm not happy with touch input devices as they are too slow and lack the precision needed for heavy editing.
these are my (not i.m.o. unreasonable) requirements of the nexus 4.
khanh1289 said:
Wow, you are quite "the absurd man". If you're trying to find help in a forum, it's best if you be a bit nicer. We're both trying to give you better alternatives to what you're trying to accomplish. To answer your questions...
A/wireless display technology is built in with the n4 and jelly bean and it's not yet widely available to most tv's yet but achievable with adapters.
B/so you don't have to carry around a Bluetooth mouse and keyboard. It helps you with 2 less things you carry (unless you're using a combo).
C/this one I can't back him cause I thought it is supported. Maybe it is broken, but I don't use it so I wouldn't know
Sent from my Blenzderz 9000
Click to expand...
Click to collapse
getting the display to the TV is no problem -- i already have a slimport adaptor! why would i want to max out my wifi for that? it's bananas!
and i've already said that i don't want to use touch input as it's too slow and inprecise for my purposes.
my portable (igo stowaway) keyboard and notebook BT mouse are tiny (and inexpensive).
sorry to seem abrasive but you are not getting what i'm trying to achieve here.
khanh1289 said:
why are you using a bluetooth mouse on a phone? tablet, understandable but phone?!
Click to expand...
Click to collapse
i've heard other people making the tablet/ phone distinction before and i'm not sure it's a valid one. the nexus 4 surely IS a tablet, albeit with a smaller physical (not resolution) screen. what else distinguishes a tablet? i use my N4 in exactly the same way i used my asus transformer and playbook.
theabsurdman said:
i've heard other people making the tablet/ phone distinction before and i'm not sure it's a valid one. the nexus 4 surely IS a tablet, albeit with a smaller physical (not resolution) screen. what else distinguishes a tablet? i use my N4 in exactly the same way i used my asus transformer and playbook.
Click to expand...
Click to collapse
In your first post you didn't clarify that you were going to hook it up to a tv, so I assume that you were planning to connect a Bluetooth mouse and keyboard to your n4 and try to work from it's bit-smaller-than 5" display, which is highly unproductive.
N4 is technically a phone, not a tablet, by definition and specifications. I shouldn't have to explain the differences between a phone and a tablet (I'm sure there's a thread with detailed explanations)... just because it's running the same os doesn't mean it has the same hardware classification.
I understand that you want your N4 to replace your computer and the technology is very close, but not quite there yet... For simple tasks, it's good, but for anything editing, a laptop computer is highly more productive than a phone. Imagine you're doing something and you constantly receive phone calls and text messages.
Anyways, I will test this later when I get home and see if it's really broken. I know my Bluetooth moga game controller works just fine so I don't know why your mouse wouldn't.
Sent from my Blenzderz 9000
khanh1289 said:
Anyways, I will test this later when I get home and see if it's really broken. I know my Bluetooth moga game controller works just fine so I don't know why your mouse wouldn't.
Sent from my Blenzderz 9000
Click to expand...
Click to collapse
i'd appreciate that, thanks.
my BT keyboard works fine, but no mouse that i've tried.
Bluetooth is pretty much borked in all versions of Jellybean for all devices. Some things work and some things don't its pretty hit or miss. Version 4.2.1 added some drivers for game controllers but not much else so that's probably why those work and things like mice don't. There is supposed to be another fix coming in the next version but all that's known to be in there for sure is a fix for A2DP streaming.
http://www.androidpolice.com/2012/11/27/changelog-whats-new-in-android-4-2-1-jop40d/
http://www.droiddog.com/android-blo...ease-will-fix-bluetooth-a2dp-audio-streaming/
kzoodroid said:
Bluetooth is pretty much borked in all versions of Jellybean for all devices. Some things work and some things don't its pretty hit or miss. Version 4.2.1 added some drivers for game controllers but not much else so that's probably why those work and things like mice don't. There is supposed to be another fix coming in the next version but all that's known to be in there for sure is a fix for A2DP streaming.
Click to expand...
Click to collapse
however, the (jellybean) samsung google nexus has no problem running a BT mouse, as i saw today.
i'd like to raise awareness of this problem with the N4 and get some more response from users, which has so far been sparse, probably because (as other posters in this thread have indicated) few see the need for a mouse.
for instance, somebody reported on another thread that they had been able to make a microsoft 5000 notebook mouse work. can anybody corroborate that?
i'm reluctant to shell out for yet another mouse considering that i'm currently holding 2 non-functioning ones.
not sure how much good it's going to do but i've opened an issue (#43918 Nexus 4 -- bluetooth mouse not working.) with the android development project:
https://code.google.com/p/android/issues/detail?id=43918&thanks=43918&ts=1359688071#makechanges
"bluetooth mouse not working on nexus 4 (jellybean 4.2.1)
i've tried 2 different models of bluetooth mouse. both are detected and pair, and are recognized in settings as input divices, but i get no on-screen cursor nor any mouse/ button input registed by the device. nothing.
the same mice work properly on a samsung google nexus."
i've had one response to my issue at google already.
could anybody else who is having this problem please add to that thread also?
https://code.google.com/p/android/issues/detail?id=43918&thanks=43918&ts=1359688071#makechanges
meanwhile i'm awaiting delivery of a microsoft notebook 5000 BT mouse which has been reported to work by another poster. i'll report back on that when it arrives
UPDATE:
at last i've found a mouse that works!
the microsoft bluetooth notebook 5000

Tronsmart T428 Bluetooth issues?

I just received my new Tronsmart T428 from Geekbuying on Monday
The biggest problem I'm having though is getting any bluetooth keyboard or mouse to actually work on it. I can pair them all up - but they don't work.
I can pair them to my Nexus 7 and they work just fine (both the T428 and the N7 are running 4.2.2)
Kind of defeats the purpose of having it attached to the TV if I can't actually control anything without sitting within USB tethered range.
That being said - it works great with the Synology apps (DS Video/DS Audio) to get my media to the TV.....haven't tried xbmc yet but that's next up after I get this BT thing figured out....
Argent36 said:
I just received my new Tronsmart T428 from Geekbuying on Monday
The biggest problem I'm having though is getting any bluetooth keyboard or mouse to actually work on it. I can pair them all up - but they don't work.
I can pair them to my Nexus 7 and they work just fine (both the T428 and the N7 are running 4.2.2)
Kind of defeats the purpose of having it attached to the TV if I can't actually control anything without sitting within USB tethered range.
That being said - it works great with the Synology apps (DS Video/DS Audio) to get my media to the TV.....haven't tried xbmc yet but that's next up after I get this BT thing figured out....
Click to expand...
Click to collapse
I'm having the same issue with the Tronsmart T428. I can pair them to my Asus TF700 and they work fine. Any remidies to fix the issue?
I haven't found a solution yet - I was trying to roll back the firmware to 4.1.1 to see if that would fix it - but having problems finding the appropriate drivers to get it to work.
so basically - this is a really cool Android computer - that I have to sit next to my TV to use (wired mouse)
It's an awesome computer I agree. I'm downloading the 4.1.1 firmware as I speak. Have to see if I can get it to flash...
Good luck with that let me know if you manage to figure it out!
UPDATE: I managed to get it backdated to 4.1.1 - video playback is choppy (dropped frames?) but my BT keyboard/mouse works now..
I did get an email back from geekbuying finally...
hi frend
thanks for telling us the troubles u met
pls reset it to the factory first.
if it is the same , pls wait for days.
next week there will be a firmare of ROCKCHIP. to solve that troubles
after we get it ,we will upload to our blog
thanks for ur waiting in advance
anna
Click to expand...
Click to collapse
so maybe this new firmware will fix it
I managed to get 4.1.1 installed as well. I didn't notice the choppy video using BS Player but it did fix my bluetooth problem although the bluetooth connection doesn't seem to be very strong. I can be 10 feet away from it and it won't hardly work. Wonder if my wifi is interfering wth it since the router is on the other side of the wall. Glad to hear rockchip is supposed to release an update.
On my note 10.1 after my keyboard is paired I have to go into the connection and check a box to enable it
Sent from my SPH-L900 using xda app-developers app
neudof said:
On my note 10.1 after my keyboard is paired I have to go into the connection and check a box to enable it
Sent from my SPH-L900 using xda app-developers app
Click to expand...
Click to collapse
There was a box to enable they keyboard but it was already checked...so it should've worked but it didn't. 4.1.1 solved the problem...must be a hardware/software issue somewhere.
Since on Android 4.1 it can work, so it must be a system problem, hope they can release a new firmware soon to fix it.
except that, a really little cool device!
GeekEric said:
Since on Android 4.1 it can work, so it must be a system problem, hope they can release a new firmware soon to fix it.
except that, a really little cool device!
Click to expand...
Click to collapse
I read somewhere that google replace in android 4.2.2 the bluez stack by a broadcom stack. It mean that some devices are not compatible anymore. Aparently broadcom will be better, but in the mean time some of us will have to use 4.2.1 and below to make our devices working. Broadcom will support bluetooth 4.0 and will be less power draining. I ckecked om google code and there lot of devices reporting not working anymore, we will have to wait until further upgrade.
Firmware May 30 fix
The new firmware relase May 30 fix the bluetooth issue :laugh:
Bluetooth 2.1 SSP works with MK908 V3 if you recheck the option
neudof said:
On my note 10.1 after my keyboard is paired I have to go into the connection and check a box to enable it
Sent from my SPH-L900 using xda app-developers app
Click to expand...
Click to collapse
I'm using my kernel (based on marvin) without any changes regarding bluetooth and Finless 1.6 system img.
Bluetooth 2.1 devices with SSP pairing work if after pairing you select de device and do check&uncheck&check the input device checkbox.

can't connect ps3 controller over blue toot

haha I like calling it blu toot!
anyone had success using six axis ps3 controller app with nook hd+?
I was looking forward to finally having jelly bean on this tablet since
ICS has a tendency to change blue tooth addresses every time it's rebooted.
I ran the free compatibility checker from the play store, it said the nook would work.
So I used the pc pairing tool to change my ps3 controller to the address of the nook.
It won't connect.
I even got a usb gender changer to connect it directly to the nook and pair it, it won't do it.
Anyone have success pairing ps3 controller with nook hd+?
pdx1138 said:
I even got a usb gender changer to connect it directly to the nook and pair it, it won't do it.
Anyone have success pairing ps3 controller with nook hd+?
Click to expand...
Click to collapse
USB connection with the controller most definitely works, I tried it myself (you can also see it working in my original usbhost video).
I did not look into BT support as it sounds to be somewhat more involved than just pairing (usb connection very easy on the other hand, just plug the controller in and it jsut works (don't forget to turn it on by pressing the "start" button (triangle shaped)).
Where's the video?
pdx1138 said:
Where's the video?
Click to expand...
Click to collapse
Referenced from the original usbhost support announcement
aha! but you used a usb hub in the middle! didn't know I needed that.
The thing is though, the ps3 controller SHOULD definitely be able to connect
over blue-tooth, but it isn't with CM 10.1 for some reason...
I can't be the only one that would rather connect it wirelessly.
It works on nearly every tablet ever made as long as root is enabled.
if you don't mind, maybe you could download the free six axis compatibility checker
so you can see what I mean.
pdx1138 said:
aha! but you used a usb hub in the middle! didn't know I needed that.
Click to expand...
Click to collapse
You would know if you'd check your dmesg to see that the ps3 controller claims it needs too much power to operate (Which it does not).
Also it's addressed in all other usb threads that devices that claim they need more than 100mA need to be hidden behind USB hub (unpowered is usually fine too).
The thing is though, the ps3 controller SHOULD definitely be able to connect
over blue-tooth, but it isn't with CM 10.1 for some reason...
Click to expand...
Click to collapse
With BT overhaul in Android 4.2 a lot of things broke on fundamental level, I know wiimotes are totally broken, it well might be that ps3 controllers are in the same boat and you'll need to wait until Google gets around to actually release unbroken implementation in 4.3
if you don't mind, maybe you could download the free six axis compatibility checker
so you can see what I mean.
Click to expand...
Click to collapse
I guess I might try it one day. But my cursory reading indicates thre's some nonfree tool needed at one point in the process.
The six axis compat checker seems to only check that you have rooted device, and that's all it does.
That makes sense...didn't know it was broken implementation.
thanks very much for your words.
I can verify Sixaxis does work with CM 10.1 because I am running CM on my At&t Galaxy S2. I do not understand why with Verygreen's CM version it does not work. I mean since he is building from CM source.
very interesting...I wonder if it has to do with tablet aspects of cm 10.1
thanks for posting that Ederok.
I did get the controller working, by hooking it up to a non powered hub via usb cable, but would be so much better to use wireless blue tooth.
pdx1138 said:
very interesting...I wonder if it has to do with tablet aspects of cm 10.1
thanks for posting that Ederok.
I did get the controller working, by hooking it up to a non powered hub via usb cable, but would be so much better to use wireless blue tooth.
Click to expand...
Click to collapse
Your welcome. I really hope the issue gets resolved in future releases. [crosses fingers]
ederok said:
Your welcome. I really hope the issue gets resolved in future releases. [crosses fingers]
Click to expand...
Click to collapse
If it's not fixed soon I might be getting the new N7 when it releases and give my nook to someone else. A big reason that I bought this thing in the first place was so I could have a bigger screen for playing games wirelessly and knew that it was supported by CM but apparently not without its quirks

[Q] Help! Why TN7 can not connect to DualShock3 via bluetooth?

Hi there! I bought a Tegra Note7 which is equipped with Tegra4 Chipsets.Now I want to play games with DualShock3 via SIXAXIS CONTROLLER. The thing is that the app worked very well on my Moto Droid Bionic,but it did not work on my Tegra Note7. When I clicked "start" with every necessary steps done and the screen displayed address of bluetooth and listening for controllers,the "bluetooth" icon did not appear on the top status bar. So the DS3 controller was continuous flashing its 4 red lights,then no other things took place.
I have restored original android 4.3 rom,no changes. Could*you*please*tell me how to work it out? Thank you!
Before I rooted tablet I was able to plug ps3 controller in and was able to map buttons m8 I also used sixaxis enabler and everything fine until rooted then lost all ps3 controller mappings there's very little info on this subject I asked before ,something to do with Bluetooth drivers !
Sent from my TegraNote-P1640 using XDA Premium 4 mobile app
How about open your eyes, read old threads, use the search function. this issue has been discussed a hundred times now..
e: for the lazy ones..
http://forum.xda-developers.com/showthread.php?t=2633221
http://forum.xda-developers.com/showthread.php?t=2541873&page=3
cars10k said:
How about open your eyes, read old threads, use the search function. this issue has been discussed a hundred times now..
e: for the lazy ones..
http://forum.xda-developers.com/showthread.php?t=2633221
http://forum.xda-developers.com/showthread.php?t=2541873&page=3
Click to expand...
Click to collapse
Yeah,you are right.It does has been discussed for 100 times.,but no one exactly figure it out.
generalradec said:
Yeah,you are right.It does has been discussed for 100 times.,but no one exactly figure it out.
Click to expand...
Click to collapse
There's really nothing to figure out. The bluetooth stack on the stock ROM just doesn't work with PS3 controllers. Until someone can make a custom ROM with some sort of changes to bluetooth (or until Nvidia releases a ROM with decent bluetooth support), it's just not going to work, and there's nothing we can do to change that.
rchrdcrg said:
There's really nothing to figure out. The bluetooth stack on the stock ROM just doesn't work with PS3 controllers. Until someone can make a custom ROM with some sort of changes to bluetooth (or until Nvidia releases a ROM with decent bluetooth support), it's just not going to work, and there's nothing we can do to change that.
Click to expand...
Click to collapse
Thank you for your definite answer! Anyway I now understand what is going on with Tegra Note7, and I have substituted DS3 for wamo pro2 .I hope it can function on my device via bluetooth.
generalradec said:
Thank you for your definite answer! Anyway I now understand what is going on with Tegra Note7, and I have substituted DS3 for wamo pro2 .I hope it can function on my device via bluetooth.
Click to expand...
Click to collapse
The 4.4 Update is supposed to address controller usage.
e8hffff said:
The 4.4 Update is supposed to address controller usage.
Click to expand...
Click to collapse
Yeah,wamoPro can work on TN7 via BT now.But there is a pity for Sixaxis controller still not functioning in TN7.
I've had some success using the USB/BT Joystick Center app with an otg cable and a Bluetooth dongle.
Sent from my TegraNote-P1640 using Tapatalk
PS3 SixAxis controller - USB/BT Joystick Center
yes USB/BT Joystick Center GOLD worked wired with PS3 sony.
H T T P jaredmorgs.github.io/#FAQ_PS3_Sixaxis
Wireless PS need dongle CSR bluetooth
Ragnorok64 said:
I've had some success using the USB/BT Joystick Center app with an otg cable and a Bluetooth dongle.
Sent from my TegraNote-P1640 using Tapatalk
Click to expand...
Click to collapse
Please send Link of bluetooth dongle and USB-BT apk version
anilmaurya said:
Please send Link of bluetooth dongle and USB-BT apk version
Click to expand...
Click to collapse
Not 100% sure what you're asking for but hopefully this is it.
http://www.ebay.com/itm/321254758547?ssPageName=STRK:MEWNX:IT&_trksid=p3984.m1497.l2649
https://play.google.com/store/apps/details?id=com.poke64738.usbjoygolddemo
https://play.google.com/store/apps/details?id=com.poke64738.usbjoygold
I can't get it to work as consistently on my tablet as Better DS3 works on my PC though.
rchrdcrg said:
There's really nothing to figure out. The bluetooth stack on the stock ROM just doesn't work with PS3 controllers. Until someone can make a custom ROM with some sort of changes to bluetooth (or until Nvidia releases a ROM with decent bluetooth support), it's just not going to work, and there's nothing we can do to change that.
Click to expand...
Click to collapse
Any Idea if this is actually possible? sitting with a rooted TN7 which I spent a while figuring out how to root (not particularly learned in android atm) and pretty pissed off that my dreams of having a nice practical ghetto shield without cables have been crushed.
admiralaverage said:
Any Idea if this is actually possible? sitting with a rooted TN7 which I spent a while figuring out how to root (not particularly learned in android atm) and pretty pissed off that my dreams of having a nice practical ghetto shield without cables have been crushed.
Click to expand...
Click to collapse
It's technically possible, but there has been almost no developer interest in this device. There are no custom ROMs available, and there's only one alternative kernel available, though I never did try a Sixaxis with that kernel... I do know that it broke support for my Moga, so that's not exactly promising. I'll have to give the Sixaxis a try here in a bit.
rchrdcrg said:
It's technically possible, but there has been almost no developer interest in this device. There are no custom ROMs available, and there's only one alternative kernel available, though I never did try a Sixaxis with that kernel... I do know that it broke support for my Moga, so that's not exactly promising. I'll have to give the Sixaxis a try here in a bit.
Click to expand...
Click to collapse
Assuming you mean shaky156 kernel I can confirm that it doesn't help the bluetooth issue
Just tried the latest version of Sixaxis with the latest OTA. And it seems to finally work on the built in blutooth stack without a usb dongle!

Categories

Resources