Introducing XDA:DevCon – A Conference For Developers By Developers
XDA Developers Android and Mobile Development Forum
Forgot your password?
 
Post Reply+
Tip us?
 
theaftermath
Old
#1  
Junior Member - OP
Thanks Meter 5
Posts: 12
Join Date: Feb 2013
Default Nyko playpad bluetooth pairing fix

I have recently purchased a Nyko playpad and like many other users installed the playground app that is advertised on the box. Big mistake. The app didn't work AND the playpad stopped pairing properly with my Nexus 7. I googled and discovered that many people had similar problems and the only way fix was to factory reset my nexus. I did that and all was fine for a couple hours. Then the playpad stopped pairing again! This time I decided to try and find a way to reset the Nexus's bluetooth settings without a factory reset. I succeeded and these are the results.

You can now fix the pairing issue between your nexus 7 and Nyko playpad without a factory reset or even a device restart. This may also work for other bluetooth devices with similar problems. (Like the playpad pro)

Make sure your device is rooted before trying this or it simply won't work. Also make a note that I'm running stock android 4.2.1 jelly bean. For other devices and/or android versions look below.

Also I am not responsible for any damage done to your device. Especially, that which could be caused by deleting the wrong directory.

First open a terminal and then type these commands.
Code:
su
rm -rf /data/misc/bluedroid
pkill com.android.bluetooth
Basically these commands give you root permissions, delete your bluetooth configuration data, and restart android's bluetooth service so that it reloads (or in this case resets) your bluetooth data.

Now your playpad will pair correctly with the nexus 7. I suggest you make a script out of these commands for ease of use. I am sure you will need to use them again.

FOR OTHER DEVICES/ANDROID VERSIONS:
These commands should be able to easily be adapted to other devices. Just find the directory that has your bluetooth configuration data and delete it. On jelly bean it is apparently /data/misc/bluedroid but for other android versions it could be slightly different. Use a root file browser to find it. But I think most people will be able to find their bluetooth configuration somewhere in /data/misc.
Also the name of your bluetooth process may not be the same. To find it type "ps" in a terminal. It will spit out a whole lot of text. Look at the names on the right and try to find "com.android.bluetooth." If its not there find something similar and substitute it in the pkill command.

Enjoy your gamepad.
The Following User Says Thank You to theaftermath For This Useful Post: [ Click to Expand ]
 
jyesucevitz
Old
#2  
Senior Member
Thanks Meter 20
Posts: 189
Join Date: May 2008
Location: Brockton, MA
Default Re: Nyko playpad bluetooth pairing fix

Thank you. I was literally just hours away from returning this to Gamestop. Paired but wouldn't connect. This method worked perfectly. Not the best controller I ever used but at least now I have functioning controller for my nexus 7. Thanks again.

Sent from my Nexus 7 using XDA Premium HD app
 
doohder
Old
#3  
doohder's Avatar
Junior Member
Thanks Meter 1
Posts: 8
Join Date: Feb 2013
Location: Queen City of the South
Quote:
Originally Posted by jyesucevitz View Post
Thank you. I was literally just hours away from returning this to Gamestop. Paired but wouldn't connect. This method worked perfectly. Not the best controller I ever used but at least now I have functioning controller for my nexus 7. Thanks again.

Sent from my Nexus 7 using XDA Premium HD app
Good for you..I just had mine replaced with a PS3 controller :| Good thing the packaging of Nyko is "returnable".
 
theaftermath
Old
#4  
Junior Member - OP
Thanks Meter 5
Posts: 12
Join Date: Feb 2013
Quote:
Originally Posted by jyesucevitz View Post
Thank you. I was literally just hours away from returning this to Gamestop. Paired but wouldn't connect. This method worked perfectly. Not the best controller I ever used but at least now I have functioning controller for my nexus 7. Thanks again.

Sent from my Nexus 7 using XDA Premium HD app
You are very welcome. I was beginning to worry that nobody was ever going to use this.
 
AndyGilmour
Old
#5  
Junior Member
Thanks Meter 0
Posts: 1
Join Date: Apr 2010
Your a star mate, I was having this problem also and it was most frustrating. TYVM.
 
Post Reply+
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Go to top of page...