0

I've to connect Tizen emulator with Samsung s4 or Samsung note. But I'm not able to connect anything. I've tried the following steps:

  1. Uninstalled Samsung gear app
  2. Installed the 3 apks given in the order a) SAccessoryService_Emul.apk b) SAFTCore_Emul.apk c) HostManagerForEmul.apk
  3. Gave adb -d forward tcp:8230 tcp:8230 in the terminal and
  4. Tried killall sap-server in sdb of emulator

Am I following the correct steps? Can someone help me out of this issue?

4

1 回答 1

1

It seems you are following an old method.

Try this:

  1. Download apks from this link
  2. After download extract the zip and copy them to the host. And then install the .apk files in the following order:
    • SAccessoryService_Emul.apk
    • SASystemProviders_ForEmul.apk
  3. After installation, reboot and run the "Emulator for Samsung Accessory" application in the host device. The application will display a "Disconnected" message.

    enter image description here

  4. To set up the connection between wearable emulator and host android device:

    • Connect the host device and PC using a USB connection.
    • Open the terminal or the command prompt in Windows.
    • Enter the command: adb -d forward tcp:8230 tcp:8230
    • Run the application "Emulator for Samsung Accessory" in the host device.
    • In the SDK, run the Emulator Manager and create a wearable emulator and run it.
    • If the 'Disconnected' message does not change, restart the emulator with the hardware key or the command shutdown –r now. DO NOT use the command reboot.

If you see a "Connected" message, that means you have successfully connected the wearable emulator with the host android device.

enter image description here

于 2016-06-03T17:28:17.393 回答