Dualshock 4 issue - Samsung Galaxy S10+ Questions & Answers

Hello everyone. I tried to pair my dualshock 4 via bluetooth to my s10+ and i had no luck making it work. Then i tried with cabel and it worked but there is a mapping issue. Pressing O is recognized as X. X as Square and square as L1. Does antone have an idea how to fix it without root?

Need root to change key bindings. You can change the buttons within some apps, but many still won't work well.

Thank you Ace. Do you think this is a problem from googles end given the fact they just included the files with pie. Or it might be a wrong implementation from samsung? I dont have another pie device to test. If its samsung i can try reporting the bug and hopefully have it fixed with future updates

peshetoman said:
Thank you Ace. Do you think this is a problem from googles end given the fact they just included the files with pie. Or it might be a wrong implementation from samsung? I dont have another pie device to test. If its samsung i can try reporting the bug and hopefully have it fixed with future updates
Click to expand...
Click to collapse
There are two PS4 controllers. V1 and V2. The former relies on x input, whereas Android seems to side with d input (XB1 controller) like Windows.
With the controller and OS supporting different APIs natively, key presses aren't interpreted well on every phone. Some devices have everything assigned correctly, but the S10 isn't one of em. I'm not sure Samsung is concerned with compatibility. Ofc feel free to submit feedback or email them.
For what it's worth, this is the only Pie phone I've had luck with. Neither my Pro 3 nor z2F acknowledge the DS4 over OTG. Haven't tried it on my Note yet.

Thank you very much. I hope they do, as i got dex station as well with the hope of playing some games on the screen(rayman!) ))

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!

[BOUNTY] "We" Hire a Developer for Bluetooth Wii/Ps3 controller app!

So I was digging through the source code Samsung released for the Galaxy S, and in the eclair zip I started digging through the bluetooth folder and came across multiple files that look like they support pairing a PS3 controller...
when you have functions like
Code:
static int ps3remote_decode
it gets you thinking lol.
So anyone with some experience with this device let me know if its even possible to pair with a sixaxis or dual shock 3, and if you have some experience with source take a look at the attached zip, its the
external/bluetooth/bluez/input folders contents
Main references are in sixpair.c which is the actual pairing application I'd assume, and in fakehid.c, and fakehid.h
chaoscentral said:
So I was digging through the source code Samsung released for the Galaxy S, and in the eclair zip I started digging through the bluetooth folder and came across multiple files that look like they support pairing a PS3 controller...
when you have functions like
Code:
static int ps3remote_decode
it gets you thinking lol.
So anyone with some experience with this device let me know if its even possible to pair with a sixaxis or dual shock 3, and if you have some experience with source take a look at the attached zip, its the
external/bluetooth/bluez/input folders contents
Main references are in sixpair.c which is the actual pairing application I'd assume, and in fakehid.c, and fakehid.h
Click to expand...
Click to collapse
I wouldn't jump to conclusions to fast. Because of the DLNA support I think they are talking about the PS3 remote control not the controller.
I'm sure the support can be added but it probably would take a little bit of hacking.
you know I'm not so sure now. I just looked in the main branch of Froyo source, and sure enough those files are still there. So I don't think it has anything to do with DLNA. Plus if it did, why would it have anything in there having to do with pairing a PS3 controller and decoding the button presses of one and assigning them to keyboard presses. Has absolutely nothing to do with DLNA
As I said its probably referencing the video playback remote control and not the game controller. Both use Bluetooth
Sent from my Behold II using XDA App
and like I said Sixpair.c specifically Mentions Dualshock 3, so I don't think thats what it's mentioning. Especially considering theres button mapping for L3 and R3 which isnt on the bluetooth remote for PS3
chaoscentral said:
and like I said Sixpair.c specifically Mentions Dualshock 3, so I don't think thats what it's mentioning. Especially considering theres button mapping for L3 and R3 which isnt on the bluetooth remote for PS3
Click to expand...
Click to collapse
Good Point but it think there is i'll go check mine later
chaoscentral said:
and like I said Sixpair.c specifically Mentions Dualshock 3, so I don't think thats what it's mentioning. Especially considering theres button mapping for L3 and R3 which isnt on the bluetooth remote for PS3
Click to expand...
Click to collapse
You didn't mention that in your first post. You just said can it be configured with a dual shock or sixaxis controller.
sixpair is a helper to pair with a Sony DS3/Sixaxis bluetooth controller.
it is part of the bluetooth protocol stack for Linux, called Bluez.
they used this helper to get the DS3/6axis to work on the Nokia N900.
So it is possible!!!
this is just amazing if it could do that
psychoace said:
As I said its probably referencing the video playback remote control and not the game controller. Both use Bluetooth
Sent from my Behold II using XDA App
Click to expand...
Click to collapse
video playback remote control is just a rearrangement of ps3 controller button functions into a tradition remote control format.
Wii/PS3 bluetooth controller problem?
All reports of the WiiMoteController say it doesnt work on the Galaxy S.
Do we know why exactly? the author comments on this for the HTC devices. does the galaxy S share the same problem?
"on some devices, mostly HTC, the application starts searching and then stops immediately with the "Error no -1" message, even if the bluetooth is on. Most likely a fault from HTC and unfixible for now. See this thread for technical info. If you're a developer and have solved this kind of issue before, please tell how! A lot of Android users will be very grateful
(finding the wiimote with the phone is not the actuall issue here, but rather the lack of support for the low-level connectivity with the phone's bluetooth. BAD, BAD HTC! Go stand in the corner!)"
is this a quick fix or something deeper?
With regards to the htc sense affecting the wii controller app - I believe theres a bug with the htc bluetooth stack that returns null when pairing devices this stops code beyond this from executing, or something along those lines.
The way around this is to use a ROM, without Htc sense like OpenDesire, which has been tested on these forums.
Still as yet i don't know what the reason is for the Samsung Galaxy S, if its a similar bluetooth issue, but i'm as eager as you to find out because it would make the perfect emulation device with that screen!
jazzyjeffm said:
With regards to the htc sense affecting the wii controller app - I believe theres a bug with the htc bluetooth stack that returns null when pairing devices this stops code beyond this from executing, or something along those lines.
The way around this is to use a ROM, without Htc sense like OpenDesire, which has been tested on these forums.
Still as yet i don't know what the reason is for the Samsung Galaxy S, if its a similar bluetooth issue, but i'm as eager as you to find out because it would make the perfect emulation device with that screen!
Click to expand...
Click to collapse
yes it would! i 100% agree hence my interest too. especially with the ps1 emulator around the corner...
would love more input on this, i might try tweeting paul later see if he replies.
OrionTC said:
yes it would! i 100% agree hence my interest too. especially with the ps1 emulator around the corner...
Click to expand...
Click to collapse
Awaking from sleepy mode : What? Around the corner? How far till a workin one?
I would LOOOVE a psx emulator with a working PS3 controler.. Maybe with froyo (also around the corner) we get 2 flies at once.. Faster emulator and (support for) a real controler (WOW!)
droidforums.net/forum/droid-games/35309-playstation-emulator-development-40.html
its pretty much ready just waiting for a few tweaks from the emulator android guy. only the dev's word on that though, but its the same guys who did the iphone emulators zottd (or something) and the guy who did the android emulators. should be a good product.
and yes wtb froyo and increased bluetooth support for controllers
they also mention about the PS3 controller and there may be a way to sync it but you need to sync with a PC first...not sure on the reasoning behind that.
OrionTC said:
droidforums.net/forum/droid-games/35309-playstation-emulator-development-40.html
its pretty much ready just waiting for a few tweaks from the emulator android guy. only the dev's word on that though, but its the same guys who did the iphone emulators zottd (or something) and the guy who did the android emulators. should be a good product.
and yes wtb froyo and increased bluetooth support for controllers
they also mention about the PS3 controller and there may be a way to sync it but you need to sync with a PC first...not sure on the reasoning behind that.
Click to expand...
Click to collapse
Bit offtopic.. But interesting in this context:
http://www.zodttd.com/wp/2010/07/are-you-still-working-on-porting-your-emulators-over-for-android/
http://www.zodttd.com/wp/2010/07/are-you-still-working-on-the-n64-emulator-for-android/
I LOVE SAMSUNG GALAXY S. I really want to buy it... but physical keyboard= better gaming. Solution Wii mote ime... so I emailed the dev. Still no response. Will keep you updated.
Sent from my CM7 IN_STEREO ((WHERE AVAILABLE)) G1 using XDA App
Man, that would be sweet. One thing about the galaxy s is that it has a great screen and powerful GPU but the only controls are the ones on the screen that are difficult to play with. I know this is of topic but does anyone know if the wiimote will ever be compadable with the galaxy s. I have tried it and does not work as of now.
It will work when the cyanogenmod ROM comes out, they have announced they are supporting the Galaxys S, should only be a matter of time.
It's just to use the ps3 controller to control your games. You can do the same with the WiiMote, you can even use it in the NES and SNES emulators.

QA Six axis controller woes :(

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?

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

Wireless Dex UI

It will be awesome if someone can mod Samsung Note 9 to display Dex UI wirelessly (i.e. using wifi mirroring technology).
Personally, I'm against it because the lag will just ruin the experience... But, well, experiencing it myself can change my opinion
Um OK.
StardustGeass said:
Personally, I'm against it because the lag will just ruin the experience... But, well, experiencing it myself can change my opinion
Click to expand...
Click to collapse
I have the Microsoft wireless adapter (Miracast) that I use with my Surface Pro 3. I also occasionally use it with the Note 8, mostly for watching videos. The experience has been great and the lags are infrequent. Certainly not a dealbreaker.
I think it will indeed be cool if Dex can be done via Miracast. I use couple of Dex apps (Dex Max and Desktop Hub) and it will be interesting to find out what their developers think. Maybe it will be possible to add a toggle to the apps that trigger Dex mode instead of screen mirroring when the phone is connected via Miracast...
Great idea
I guess Samsung heard you. Read this article ->
https://www.androidpolice.com/2018/10/02/samsung-working-wireless-dex-connection-upcoming-devices/
Awesome! After 2 years, my post now became a reality with the recently announced Galaxy Note 20 ultra.
Wondering now if this feature can be brought to our old note 9/note 10 via software update or does this require a specific hardware?
What you think guys?
Would be very happy if it's a software thing and they give it to us with the OneUI 2.5 update (if we even get that first xd).
Arobase40 said:
GOOD NEWS !!!
Well I don't how and when it came to our Galaxy Note 9 but the Wireless DEX function is indeed there !
I was just testing the mirroring function with my Galaxy Note 9 and a Amazon FireStick (should work the same with a Google Chromecast) connected onto a 24" monitor via Smart View, then by chance at the end I just pressed the Dex icon and the Dex desktop display just appeared on the monitor !!!
I still have a message telling the "connected TV" is not fully optimized for wireless Dex but it's still working.
Then, There is a second message saying we can use the Note 9 as a touchpad and it works !
I don't have a USB-C hub with me but I guess we could use a mouse and a keyboard as well...
Click to expand...
Click to collapse
Don't remember when it came either, but I've been using it flawlessly on my roku tv for streaming from sites. Still get hiccups with it occasionally after a period of time though. Reconnecting usually seems to fix them it seems.

Categories

Resources