Learn how to connect your device to the Bytebeam cloud with this step-by-step guide. Start by creating an account on Bytebeam, then download the device configuration JSON file. Rename the file to “device.json” and store it in the “download” partition of y
device.json
that is used for authentication. Refer to the Device Provisioning Guide to download the device configuration file.
Rename the downloaded file to device.json and place it in the uplink data directory (/data/local/tmp/uplink in the example setup).
service.sh
. You should ensure that it’s started at boot with the correct privileges. In an AOSP setup, it would be done by adding a system service (https://android.googlesource.com/platform/system/core/+/master/init/README.md).