Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Why doesn't tizen studio connect to my S3 watch

What are the magic words one has to utter to get Tizen Studio to connect to S3 watch?

I have S3 watch that is connected to my wifi network. I can ping that device just fine. I have made sure debug option is turned on the watch.

I have been able to connect to this S3 watch multiple time. But anytime I change my wifi network (between work and office) I literally have to pray that Tizen studio would connect to S3 watch.

Is there a reliable way to connect with S3 watch from Tizen Studio?

If there way to connect to Samsung S3 watch over USB?

Unfortunately my employer has decided to develop app for Samsung Gear S3, but connecting to watch from Tizen Studio has been frustrating experience so say the least....

like image 719
Subodh Nijsure Avatar asked Dec 08 '16 21:12

Subodh Nijsure


4 Answers

Tested Solution

Hi everyone, after some tedious testing I've found a way to consistently get your Watch to connect to your PC, I've tested these steps on two devices and they are as follows:

  1. Enable developer mode (Settings > About Watch > Software > Tap on Software Version 5 times)
  2. Enable debugging (Settings > About Watch > Debugging)
  3. Switch wifi to always on (Settings > Connections > WiFi) and connect to the network your PC is on.
  4. Restart your Watch.
  5. Turn on your display and Leave the watch face by navigating to another widget (I used the contacts widget).
  6. Get the IP of your watch (Settings > Connections > WiFi > WiFi Networks > [Your WiFi SSID] > IP Adress)
  7. Now connect to your Watch with either the Tizen Studio Device Manager (Tools > Device Manager > Add) or via the CLI using the command sdb connect x.x.x.x

I've tested this method with success two times on two PC's with both Intel & AMD CPUs, the main takeaway is that the Watch seems to hate prompting the user for permissions on the Watch Face screen, and simply navigating off it will get things working correctly.

like image 171
Liam Harrison Avatar answered Nov 09 '22 04:11

Liam Harrison


I tried all steps above and was quite desperate already, then I tried to reboot my device and it did it. Facepalm. After the reboot and another attempt to connect I was prompted to accept a certificate on the gear watch and that was it.

So my advice, just reboot your (gear) device if you cant connect it might save you a lot of time.

like image 25
stove Avatar answered Nov 09 '22 05:11

stove


Even I faced the same issue. If anybody unable to connect remote device even in same network try below steps:

  1. Unpair the watch (Turn off Bluetooth connectivity)
  2. Turn Off the watch
  3. Turn it On
  4. Make sure both PC/Mac and watch connected to same network
  5. find out IP address of watch
  6. Connect using remote device dialog

Hopefully this time you will get a prompt in watch to accept connection.
Cheers!

like image 39
Avijit Avatar answered Nov 09 '22 03:11

Avijit


as far as I know S2 and S3 can only connect through WiFi.

WiFi connection can be unstable sometimes.

Instead of connecting using Tizen studio I use this script each time it disconnects, it's faster

sdb connect "device_ip":26101

Replace "device_ip" with the IP of your device, without quotes.

After running that command, the device will appear in the Connection Explorer of Tizen Studio

like image 28
peterg Avatar answered Nov 09 '22 04:11

peterg