Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Cannot connect Gear emulator with host device

I have a problem in connecting my host device (Galaxy S3) with Gear emulator. I have followed this tutorial and this from Samsung and it was working only one time, and never works again. I have tried to run "killall sap-server" as it suggests, but the result in Gear emulator's shell is "no process found". I have tried to restart my computer, and go through the steps again multiple times, but I still cannot connect my mobile device with the Gear emulator again.

Thank you!

like image 604
congtrungvnit Avatar asked Jul 02 '14 07:07

congtrungvnit


1 Answers

Note :

As m.wasowski stated you need to give more details about your question

Possible Solution 1 :

Check your firewall, try to disable your protection application (Antivirus/Firewall) and try again.

Possible Solution 2 :

Updates your Samsung applications : http://developer.samsung.com/gear

Possible Solution 3 : Try this steps :

On your computer :

taskkill -im adb.exe
adb -d forward tcp:8230 tcp:8230

On emulator's sdb shell :

killall sap-server
vconftool set -t int memory/wms/wmanager_connected 1 -f

Alternative :

You can test your apps remotely, follow the Samsung guide : Test gear apps remotely

like image 118
intika Avatar answered Nov 05 '22 11:11

intika