RayNeoInstallerConfig

data class RayNeoInstallerConfig(val host: String, val apk: RayNeoApkSource, val remoteDir: String = "/data/local/tmp", val preferredRemoteFileName: String? = null, val connectTimeoutMs: Long)

Constructors

Link copied to clipboard
constructor(host: String, apk: RayNeoApkSource, remoteDir: String = "/data/local/tmp", preferredRemoteFileName: String? = null, connectTimeoutMs: Long)

Properties

Link copied to clipboard

The APK to be installed onto the glasses.

Link copied to clipboard
Link copied to clipboard

RayNeo glasses IP (adbd must listen on port 5555).

Link copied to clipboard

Optional remote file name; if null, a timestamped name will be used.

Link copied to clipboard

Default: /data/local/tmp