zehnm / wetek-core-harmony

Wetek Core configuration files for Logitech Harmony 880 remote (and likely newer models)
0 stars 0 forks source link

wetek-core-harmony

Wetek Core configuration files for Logitech Harmony 880 remote (and likely newer models)

Short How-To

Logitech Harmony Setup

Core Setup

  1. Copy the .conf and .kl files to the Core's Download folder (/storage/sdcard0/Download)

    • remote.conf contains all the magic
    • Vendor_0001_Product_0001.kl fixes the Page Up / Down key mappings and adds the Star/Camera button
  2. Telnet to Core and make system partition writeable:

    telnet WetekCore.local
    mount -o remount,rw /system
  3. Backup original configuration

    cp /system/etc/remote.conf /system/etc/remote.conf.org
    cp /system/usr/keylayout/Vendor_0001_Product_0001.kl /system/usr/keylayout/Vendor_0001_Product_0001.kl.org
  4. Set new configuration:

    cp /storage/sdcard0/Download/remote.conf /system/etc/remote.conf
    cp /storage/sdcard0/Download/Vendor_0001_Product_0001.kl /system/usr/keylayout/Vendor_0001_Product_0001.kl
  5. Revert system partition to read only:

    mount -o remount,ro /system
  6. Reboot Core

Notes