9

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!

tomrozb
  • 25,773
  • 31
  • 101
  • 122
congtrungvnit
  • 635
  • 1
  • 10
  • 16
  • You need to provide much more details, please attach corresponding parts of log at least and list steps you did before. It is good idea to read http://stackoverflow.com/help/how-to-ask to get a gist of how SO works ;) – m.wasowski Jul 03 '14 at 08:37

1 Answers1

3

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

intika
  • 8,448
  • 5
  • 36
  • 55