Wyse 3040 USB3 front port can be used for USB Gadget ("device").
This probably applies to other Bay/Cherry Trail-based devices (Z8350).
- EFI shell -
shellx64.efi→/EFI/BOOT/BOOTX64.EFI setup_var.efi
- Boot UEFI Shell
Wyse 3040 USB3 front port can be used for USB Gadget ("device").
This probably applies to other Bay/Cherry Trail-based devices (Z8350).
shellx64.efi → /EFI/BOOT/BOOTX64.EFIsetup_var.efi| #!/usr/bin/python3 | |
| from __future__ import print_function | |
| import argparse | |
| import binascii | |
| import os | |
| import sys | |
| from bluepy import btle | |
| import paho.mqtt.client as mqtt | |
| MISCALE_MAC = '88:0f:XX:XX:XX:XX' |
| /** | |
| * Sony TV Smartthings Integration, Currently testing on: KDL-55W829B | |
| Working on KDL-55W829B, | |
| * | |
| * | |
| * | |
| * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except | |
| * in compliance with the License. You may obtain a copy of the License at: | |
| * | |
| * http://www.apache.org/licenses/LICENSE-2.0 |
| > typeof (new Date() - new Date()) | |
| < "number" | |
| > typeof (new Date() + new Date()) | |
| < "string" |
| <?xml version="1.0" encoding="UTF-8"?> | |
| <manifest> | |
| <project path="device/htc/endeavoru" name="CyanogenMod/android_device_htc_endeavoru" /> | |
| <project path="device/htc/tegra3-common" name="CyanogenMod/android_device_htc_tegra3-common" /> | |
| <project path="kernel/htc/endeavoru" name="CyanogenMod/android_kernel_htc_endeavoru" /> | |
| <project path="vendor/htc" name="TheMuppets/proprietary_vendor_htc" /> | |
| </manifest> |