XInput Wrapper for DS3 and Play.com USB Dual DS2 Controller
Hi guys!

I have this Bluetooth dongle but I can't make it work with the drivers and my DS3...

http://www.amazon.es/gp/product/B00I4X74...ge_o00_s00

When I first plug it Windows seems to recognize it but after I install the drivers from the OP it stops working. Windows says the dongle can't work with USB 3 which is weird cause I'm plugging it on USB 2.0...Any thougts? Thanks.

Sponsored links

(06-28-2015, 09:56 PM)Hyori Wrote: Eureka! I got mine working!

Unfortunately the name fix was not enough. Appearently a fake controller will not respond to the standard "Set Feature Report", so it has to be changed slightly to account for this.
I followed the steps made by Report Fix and got it woking!
My approach for the device name problem was to change the name verification to use the "StartsWith" method instead of a comparison.
Code:
for (int i = 0; i < 6; i++) BD_Addr[i] = Buffer[i + 3];
if (Name.StartsWith("PLAYSTATION(R)3 Controller") || Name.StartsWith("PLAYSTATION(R)3Controller") || Name.StartsWith("PLAYSTATION(R)3 Conteroller") || Name.StartsWith("PLAYSTATION(R)3Conteroller") ||
Name == "Navigation Controller" ||
Name == "Wireless Controller")
{
       NameList.Add(bd, nm.ToString());
       Transfered = HCI_Accept_Connection_Request(BD_Addr, 0x00);
}
...
I have uploaded the modified source code and compiled version:
Fake Controller Fix
is your decision and help me with my PANHAY

Link not working. Throw me again. Or mail [email protected]
my ds3 controller(fake,half board) cant connect via bluetooth.
scp server start
connect ds3 via usb (connected,tried working like xbox 360 gamepad)
cant connect when unplug usb from ds3

my usb dongle USB\VID_0A12&PID_0001

how can i connect via bluetooth ?   Where did I do wrong ?  please help me


Attached Files Thumbnail(s)
       
Is there any way to make the computer recognize the DS3 as a PlayStation controller?
I ask because I am playing The Division, and if you hook up a DS4, the game will give you PS button prompts. Since the SC driver falsifies the DS3 as a X360, the game recognizes it as a X360 controller. There is no in game switch.
First of all I'd like to thank to the creator of this amazing software.
Thank you for your awesome work!!

I've done all the steps to install SCP and it works while it's connected by usb.
But when I unplug it says:

Pad 1 : DS3 01:0F:A9:74:63:25 - Reserved

And it doesn't work at all.
It's an unoffical pad (fake, it doesn't even look like a ps3 controller)
But I think it's not because it's fake
The remote controller even gets a mac adress

2016-03-14 17:15:43.465 -- Started Device Instance [USB\VID_054C&PID_0268\5&D223D2E&0&2] Local [01:0F:A9:74:63:25] Remote [00:0A:3A:83:A3:66]

I attach the ScpServer.log.

Thank you very much just for reading.


Attached Files
.txt   ScpServer.txt (Size: 4,38 KB / Downloads: 176)
I have same problem with connection via BT. SCPServer showing Remote [00:00:00:00:00:00] and write MAC ID throgh SCP Pair dosnt worked.
Gamepad BT connection working on android, using app Sixaxis, therefore cause in SCP.
hello guys.

i have a question i did it run plenty times but i get only this :

-- Install Summary --
Bus Device
Bus Driver
DS3 USB Driver
Bluetooth Driver

but i don't get the : SCP DS3 SERVICE!

what to do ?
XanLost
You can install the service manually.
1. On the Windows Start menu or Start screen, choose Visual Studio , Visual Studio Tools, Developer Command Prompt.
A Visual Studio command prompt appears.
2. Access the directory where your project's compiled executable file is located.
3. Run InstallUtil.exe from the command prompt with your project's executable as a parameter:

Quote:installutil <yourproject>.exe

https://msdn.microsoft.com/library/sd8zc....110).aspx
DELETE POST
(03-11-2016, 01:38 PM)shuriban Wrote: is your decision and help me with my PANHAY

Link not working. Throw me again. Or mail [email protected]

I trying compile SPCControl.dll from source with changes in the code, but still not working for me.




Users browsing this thread: 7 Guest(s)