xerpi / ds4vita

Use a DS4 on your PSVita
174 stars 34 forks source link

cannot connect #2

Closed senamegamilk closed 7 years ago

senamegamilk commented 7 years ago

I'm trying to connect my DS4 to vita and following this guide.

Enable the plugin:

Add ds4vita.skprx to taiHEN's config.txt (KERNEL section), example: KERNEL ux0:plugins/ds4vita.skprx You need to refresh the config.txt by rebooting or through VitaShell.

Using it for the first time (pairing the controller):

Go to Setting -> Devices -> Bluetooth Devices
Press SHARE+PS on the DS4 for about 3 seconds, until the lightbar blinks
The DS4 will then connect and be paired (don't press over it when it appears)

But my DS4 isn't pairing the Vita see's the controller but doesn't pair with it automatically and if i press the controller on devices screen it says "Could not find a profile supported by this system"

I've tried re-writing the code as ux0:plugins/ds4vita.yml and it still doesn't work I don't know what I'm doing wrong but i feel like this isn't explained very well at all.

senamegamilk commented 7 years ago

Maybe some kind of visual guide properly detailing and showing how this is done cause I'm at a loss. Ive tried everything i could think of with the old files and new files, Henkaku/Taihenkaku/Taihen offline, switchkaku

xerpi commented 7 years ago

After enabling the plugin (adding ux0:plugins/ds4vita.skprx to ux0:tai/config.txt), reboot your Vita.

senamegamilk commented 7 years ago

I did this already my config.txt looks like this

You must reboot for changes to take place

*KERNEL ux0:plugins/ds4vita.skprx ux0:pspemu/adrenaline/adrenaline.skprx

xerpi commented 7 years ago

I see a typo there: "ds4vite"

senamegamilk commented 7 years ago

Sorry sending from phone auto correct.. on my vita it says ds4vita

senamegamilk commented 7 years ago

Im posting my Config file to see if you can see what im doing wrong.. its still not working I placed all the files in plugins and this is my config file. I tried both .yml and skprx the vita sees the ds4 but never connects it just blinks then turns off.

 # You must reboot for changes to take place.
*KERNEL
ux0:plugins/ds4vita.yml
ux0:plugins/ds4vita.skprx
ux0:pspemu/adrenaline/adrenaline.skprx
# henkaku.skprx is hard-coded to load and is not listed here
*main
 # main is a special titleid for SceShell
ux0:app/MLCL00001/henkaku.suprx
*NPXS10015
 # this is for modifying the version string
ux0:app/MLCL00001/henkaku.suprx
*NPUG80061
vs0:sys/external/libpgf.suprx
ux0:pspemu/adrenaline/adrenaline.suprx
xerpi commented 7 years ago

Uhm.. are all of these big bold text also present in the config file? Also remove ux0:plugins/ds4vita.yml from the config.

EDIT: Oh I see they start with # so github's markdown language shows them as titles... anyways, you have to press both PS and SHARE at the same time for around 4 seconds, and then the lightbar will blink quickly, then enter Settings -> Devices -> Bluetooth devices and it should connect automatically.

senamegamilk commented 7 years ago

Thats what ive been doing but it never connects it just keeps blinking.

Edit: So the lastest version cleared up all my issues idk what it was

xerpi commented 7 years ago

Cool, so I guess I can close this issue.