Smartthings Running on Wink Relay

I was able to pull the edison.zip file from one of my working relays.

For the working relay, cover up the light sensor and hold down the bottom button for about 1 min. It will click 3 times, and load up a pure android environment. Goto settings and enable developer mode. Turn on usb debugging. Make sure the relay is connected to WIFI and get the IP Address.

Now open up command prompt and load up ADB.

  1. adb connect 192.168.86.XXX:5554
  2. adb root
  3. adb remount
  4. adb pull /device/edison.zip

For those who need the edison.zip file :
https://mega.nz/#!UphkTLAb!t5KvopVZbgYnn0amz3YAXGQd2R7unQHf9-USlr0_dFc

adb_pull