XInput Wrapper for DS3 and Play.com USB Dual DS2 Controller
Hi everyone,

I don't know if support for this is still available. I think I saw Rayfen comment he was unavailable due to a cold.

I applied the fix mentioned here and it seemed to get farther.

Code:
2015-06-18 23:09:48.798 >> HCI_Connection_Complete_EV [03]
2015-06-18 23:10:09.854 >> HCI_Connection_Request_EV [04]
2015-06-18 23:10:09.858 << HCI_Delete_Stored_Link_Key [0C12]
2015-06-18 23:10:09.869 << HCI_Remote_Name_Request [0419]
2015-06-18 23:10:09.881 >> HCI_Command_Complete_EV [0E] [00] [HCI_Delete_Stored_Link_Key]
2015-06-18 23:10:09.891 >> HCI_Command_Status_EV [0F] [00] [HCI_Remote_Name_Request]
2015-06-18 23:10:09.983 >> HCI_Remote_Name_Request_Complete_EV [07]
2015-06-18 23:10:09.986 -- Remote Name : 00:F8:94:65:63:25 - PLAYSTATION(R)3Conteroller-PANHAI
2015-06-18 23:10:09.997 << HCI_Accept_Connection_Request [0409]
2015-06-18 23:10:10.009 >> HCI_Command_Status_EV [0F] [00] [HCI_Null]
2015-06-18 23:10:10.022 >> HCI_Command_Status_EV [0F] [00] [HCI_Accept_Connection_Request]
2015-06-18 23:10:10.304 >> HCI_Role_Change_EV [12]
2015-06-18 23:10:10.309 >> HCI_Connection_Complete_EV [03]
2015-06-18 23:10:10.332 >> L2CAP_Connection_Request [02] PSM [11]
2015-06-18 23:10:10.335 << L2CAP_Connection_Response [03]
2015-06-18 23:10:10.345 << L2CAP_Configuration_Request [04]
2015-06-18 23:10:10.357 >> L2CAP_Configuration_Request [04]
2015-06-18 23:10:10.368 << L2CAP_Configuration_Response [05]
2015-06-18 23:10:10.379 >> L2CAP_Configuration_Response [05]
2015-06-18 23:10:14.980 >> HCI_Connection_Request_EV [04]
2015-06-18 23:10:14.983 << HCI_Delete_Stored_Link_Key [0C12]
2015-06-18 23:10:14.995 << HCI_Remote_Name_Request [0419]
2015-06-18 23:10:15.008 >> HCI_Command_Complete_EV [0E] [00] [HCI_Delete_Stored_Link_Key]
2015-06-18 23:10:15.018 >> HCI_Command_Status_EV [0F] [00] [HCI_Remote_Name_Request]
2015-06-18 23:10:20.057 >> HCI_Remote_Name_Request_Complete_EV [07]
2015-06-18 23:10:20.060 -- Remote Name : 00:F8:94:65:63:25 -
2015-06-18 23:10:20.072 << HCI_Reject_Connection_Request [040A]
2015-06-18 23:10:20.084 >> HCI_Command_Status_EV [0F] [00] [HCI_Null]
2015-06-18 23:10:20.095 >> HCI_Command_Status_EV [0F] [02] [HCI_Reject_Connection_Request]

I'm pretty sure the problem is the name request going from
2015-06-18 23:10:09.986 -- Remote Name : 00:F8:94:65:63:25 - PLAYSTATION®3Conteroller-PANHAI
to
2015-06-18 23:10:20.060 -- Remote Name : 00:F8:94:65:63:25 -

Any advice?

Sponsored links

I have the dell Latitude E7440 and the bluetooth driver won't install. I remember having an Asus Zenbook and it worked flawlessly. Is there anything I can do about it, or will I have to buy a DS4 that works out of the box with Bluetooth?
(05-30-2015, 09:43 AM)CRACING Wrote: Hello Guys,

I got my fake ds3 controller working through bluetooth after few days of digging.

Here is what the issue I had before:

Controller used to work fine over USB cable but upon unplugging it doesn't connect via bluetooth, even though mac address is written into memory (paired) when connected over USB previously. Those 4 red leds/lights keep blinking for a minute and go off.

My controller mac address starts with 00:24:5C and device id is USB\VID_054C&PID_0268&REV_0100

Here is what I did:

It was something to do with ScpControl.dll. Tried few modified ScpControl.dlls including those made for fake controller but none worked. Issue persisted.

So the only way was to modify that dll myself but I'm not so expert in programming. Did some research over internet and understood how to compile source files. I used monoDevelop aka Xamarin Studio which is pretty good software.

I had to change the mac address 00:26:5C to 00:24:5C in BthDongle.cs and BthDs3.cs files in source of ScpControl. i.e

BthDongle.cs


BthDs3.cs


Rebuild the ScpControl project (see below if you get error while building). Copy the modified ScpControl.dll created in \obj\DebugReplace and replace in SCP software folder. Unplug and re-plug controller and bluetooth dongle.

Thats it! Controller worked over USB as-usually but upon unplugging, it connected to bluetooth also with a single led/light on the controller. !@! Laugh

Here is the proof:



And attached the modified ScpControl.dll below.

Now the only problem is see is, the controller doesn't save the paired mac address upon disconnecting but resets to default mac (Something to 00:10:34Smile so when PS button is pressed, those 4 leds/lights keep blink and won't connect. It has to connect again to pc via usb to pair again and then it connects fine to bluetooth after unplugging.

Warning: Before you unplug usb cable, make sure only single led is ON (either blinking or stable). If all the leds are blinking slowly or all leds are off, it means the controller is not turned ON. Press PS button to turn ON.

Once the controller goes off, its memory resets to default mac address and it won't connect to your bluetooth dongle when turned ON (fast blinking LEDs) so you have to connect again to USB to pair. This is what happens with fake controllers atleast


--------------------------------------------------------------------

Note: if you get error like "The command "Copy /Y /B D...........exited with code 1. (MSB3073) (ScpControl)" when building ScpControl. Do the following.

In SCP source, copy the folder named "Common" which contains Properties\Info.cs and Resources\Scp.ico and paste inside ScpControl source folder. The error shows missing info.cs file and once you do the above, start to build again and the dll should be compiled successfully.

I don't think if this method correct but created ScpControl.dll works fine. Tested one Windows 7 and 8.1.

Hope this helps for those who still haven't able to use their fake controllers.

Full credits goes to Scarlet.Crush and without his source, this was impossible.

Thanks...
Best Regards

Hi, how I can make the same but with my mac starting with 00:98:F3? I don't know how to edit the ScpControl.dll file
Thanks!!
The driver installs and works fine for me, except after extended play, my mouse and controller stop working and the driver uninstalls itself. Reinstalling the driver upon a restart fixes the issue temporarily, but it always comes back. Is this a known issue, and, if so, is there any fix?
Anyone else running the preview version of Windows 10?

I've been having trouble getting the BT driver to install on Windows 10, presumably because it uses the 'default' install option. Win10 is closer to 7/8 and the drivers from 7 appear to work just fine on 10 for everything else I've used so far. Even force installing didn't work.

I was going through the thread for the past few pages but didn't see anyone posting any replies to Win10 questions. I also couldn't find any type of config file that determined what install method should be used for the driver, so I'm guessing that is hardcoded into the install file. If Win10 could be added to that, to use Win7/8 drivers, that'd be great.

EDIT: It works fine wired and I had it working via BT on Win7.

Thanks!
Quote:Note : The Bluetooth Driver requires that you dedicate a Bluetooth Dongle to DS3/DS4 use. It will not be usable by other Bluetooth devices after the driver has been installed.

What? Forget this...

Guys, just make a virtual machine, download motioninjoy drivers, install them here, copy them over, and delete your virtual machine. This way there is no crapware inside them and you dont have to buy a dongle just for your DS3
(06-22-2015, 08:17 PM)riahc3 Wrote: What? Forget this...

Guys, just make a virtual machine, download motioninjoy drivers, install them here, copy them over, and delete your virtual machine. This way there is no crapware inside them and you dont have to buy a dongle just for your DS3

So much work for something so intrusive, i rather buy another dongle if i need other bluetooth devices, 4-7 dollars
Hey guys I'm having a bit of trouble getting set up.

I installed everything and my PC detects the DS3 controller.
Also in the SCP DS3 Monitor I can see it there.

The problem is, when i launch any game, it looks like up and left key are locked up. It keeps scrolling in menus. Also in Dirt3(opr any car game) it keeps turning left without me touching anything.
I searched for help but I couldn't find any. Also if I go to Control Panel and open the controller properties it shows up everything normal, but after I press any button it changes the X&Y axis to the uper left corner and locks there. I tryed to Restored Default setting in calibration menu but it didn't work.

Screenshot ilustrating whats happening: http://imgur.com/e9AcAfu

PS: connected via USB cable, W8.1 Pro64, the controller works flwalessly in my PS3.

EDIT: Also in XInput Controller Test every button works, but the Left and Right Thumbsticks doesn't appear to be working, at least i can't change the values that appear there rolling both thumbsticks.

EDIT 2: All working now, done nothing and it start working as it should Laugh

Thanks in advance
(06-22-2015, 08:17 PM)riahc3 Wrote: What? Forget this...

Guys, just make a virtual machine, download motioninjoy drivers, install them here, copy them over, and delete your virtual machine. This way there is no crapware inside them and you dont have to buy a dongle just for your DS3

I used MotionInJoy before and it also requires that you lock the BT dongle to it. This is because it has to overwrite the standard BT drivers to function as a receiver for the PS3 controller. Also, MIJ only works with certain dongles. My Asus one is recognized and doesn't work where SCP worked fine on Win7.

I'm only having an issue on the Win10 beta.

And, for another note, the bloatware in MIJ is hard coded into the product. You'll only get the Chinese site if MIJ is open but there is no way to get rid of it and still have MIJ work.
Hello,

(06-21-2015, 07:31 PM)Bartesco Wrote: Hi, how I can make the same but with my mac starting with 00:98:F3? I don't know how to edit the ScpControl.dll file
Thanks!!

Not the dll but its source you have to edit. Anyway, I have edited it for you. Check the attachment named ScpControl_00-98-53.zip. Its for you and contains modified ScpControl.dll. Replace the existing ScpControl.dll in SCP program folder to the edited ScpControl.dll. Once replaced, restart the scp ds3 service in services. Run ScpMonitor. Connect your controller to USB, make sure its turned ON and wait few seconds before unplugging. Once you unplug wait until those four blinking leds convert to one stable led or if all goes off, then something else is wrong.

Hope it works for you. Smile

(06-22-2015, 03:19 PM)SuperSteef Wrote: Anyone else running the preview version of Windows 10?

I've been having trouble getting the BT driver to install on Windows 10, presumably because it uses the 'default' install option. Win10 is closer to 7/8 and the drivers from 7 appear to work just fine on 10 for everything else I've used so far. Even force installing didn't work.

I was going through the thread for the past few pages but didn't see anyone posting any replies to Win10 questions. I also couldn't find any type of config file that determined what install method should be used for the driver, so I'm guessing that is hardcoded into the install file. If Win10 could be added to that, to use Win7/8 drivers, that'd be great.

Thanks!

Did you tried Zadig?

(06-19-2015, 06:17 AM)Khevarash Wrote: Hi everyone,

I don't know if support for this is still available. I think I saw Rayfen comment he was unavailable due to a cold.

I applied the fix mentioned here and it seemed to get farther.

I'm pretty sure the problem is the name request going from
2015-06-18 23:10:09.986 -- Remote Name : 00:F8:94:65:63:25 - PLAYSTATION®3Conteroller-PANHAI
to
2015-06-18 23:10:20.060 -- Remote Name : 00:F8:94:65:63:25 -

Any advice?

Check the attachment named ScpControl_00-F8-94.zip. Its for you and contains modified ScpControl.dll. Replace the existing ScpControl.dll in SCP program folder to the edited ScpControl.dll. Once replaced, restart the scp ds3 service in services. Run ScpMonitor. Connect your controller to USB, make sure its turned ON and wait few seconds before unplugging. Once you unplug wait until those four blinking leds convert to one stable led or if all goes off, then something else is wrong.

Thanks...
Best Regards


Attached Files
.zip   ScpControl_00-98-F3.zip (Size: 47,93 KB / Downloads: 178)
.zip   ScpControl_00-F8-94.zip (Size: 47,94 KB / Downloads: 199)
How to modify ScpControl.dll to make fake DS3 controller working through Bluetooh
(This trick doesn't work for all fake controllers including those that show "Remote [00:00:00:00:00:00]" in log.




Users browsing this thread: 5 Guest(s)