Skip navigation links
A C E G I O R S U V 

A

applyOTA(Context, Handler) - Static method in class com.eloview.sdk.EloSecureUtil
This method is used to trigger underlying Android OS OTA mechanism.

C

captureScreenShot(Context, BroadcastReceiver) - Static method in class com.eloview.sdk.EloSecureUtil
This method is used to capture the screenshot from the device.
checkOTAStatus(Context, String, Handler) - Static method in class com.eloview.sdk.EloSecureUtil
This method is used to check whether pointed remote/local OTA is newer or older than current version.
com.eloview.sdk - package com.eloview.sdk
 

E

ELO_GET_DEVICE_INFO - Static variable in class com.eloview.sdk.EloSecureUtil
Information about the device such as device name.
EloSecureUtil - Class in com.eloview.sdk
EloSecure Utility is mainly used to call EloView SDK dependent functions like silentPackage installation , silentReboot etc on EloView mode.
EloSecureUtil() - Constructor for class com.eloview.sdk.EloSecureUtil
 

G

getAddress(Context, BroadcastReceiver) - Static method in class com.eloview.sdk.EloSecureUtil
This method is used to get device Address
getAECMOrientation(Context, BroadcastReceiver) - Static method in class com.eloview.sdk.EloSecureUtil
This method is used to get orientation of AECM device from EloSecure application.
getBrightness(Context) - Static method in class com.eloview.sdk.EloSecureUtil
This method is used to get device Brightness the device
getDeviceInfo(Context, Handler) - Static method in class com.eloview.sdk.EloSecureUtil
This method is used to get device information from cloud ( Async Call )
getDeviceInfo(Context) - Static method in class com.eloview.sdk.EloSecureUtil
This method is used to get device information from cloud ( Sync Call )
getDevicePortsStatusJSON(Context, BroadcastReceiver) - Static method in class com.eloview.sdk.EloSecureUtil
This method is use to get device port status in JSON String format.
getHeapGrowthLimit(Context) - Static method in class com.eloview.sdk.EloSecureUtil
This method is used to get heap growth limit size in MB.
getHeapSize(Context) - Static method in class com.eloview.sdk.EloSecureUtil
This method is used to get heap size.
getLocale(Context, BroadcastReceiver) - Static method in class com.eloview.sdk.EloSecureUtil
This method is used to get device system locale
getMaxUSBport() - Static method in class com.eloview.sdk.EloSecureUtil
This method is used to get number of max USB port available on devices.
getOrientation(Context) - Static method in class com.eloview.sdk.EloSecureUtil
This method is used to get orientation details only for LIDS-2.0/BACKPACK devices.
getSDKVersion() - Static method in class com.eloview.sdk.EloSecureUtil
This method is used to get current EloView SDK Version
getSerialNumber(Context, BroadcastReceiver) - Static method in class com.eloview.sdk.EloSecureUtil
This method is used to get device Serial Number
getVolume(Context) - Static method in class com.eloview.sdk.EloSecureUtil
This method is used to get device Volume the device

I

isEloViewSDKExists(Context) - Static method in class com.eloview.sdk.EloSecureUtil
Check for EloView SDK is available or not

O

OTA_APPLY_FILE_ERROR - Static variable in class com.eloview.sdk.EloSecureUtil
The OTA was not applied due to some error.
OTA_APPLY_IN_PROGRESS - Static variable in class com.eloview.sdk.EloSecureUtil
The OTA is currently being applied.
OTA_CHECK_STATUS_GENERIC_ERROR - Static variable in class com.eloview.sdk.EloSecureUtil
Could not retrieve info about the remote OTA package.
OTA_CHECK_STATUS_NEW - Static variable in class com.eloview.sdk.EloSecureUtil
There is a new OTA package available, please update.
OTA_CHECK_STATUS_OLD - Static variable in class com.eloview.sdk.EloSecureUtil
The latest available OTA package is older than the current system.
OTA_CHECK_STATUS_SAME - Static variable in class com.eloview.sdk.EloSecureUtil
The latest available OTA package is the same as the current system.
OTA_DOWNLOAD_GENERIC_ERROR - Static variable in class com.eloview.sdk.EloSecureUtil
There was an unknown error while downloading the OTA package.
OTA_DOWNLOAD_LOCAL_FILE_ERROR - Static variable in class com.eloview.sdk.EloSecureUtil
Local OTA package could not be copied due to error.
OTA_DOWNLOAD_LOCAL_FILE_PERCENTAGE - Static variable in class com.eloview.sdk.EloSecureUtil
Progress of copying the OTA package from local source.
OTA_DOWNLOAD_LOCAL_FILE_SUCCESS - Static variable in class com.eloview.sdk.EloSecureUtil
Local OTA package has been copied successfully.
OTA_DOWNLOAD_REMOTE_FILE_ERROR - Static variable in class com.eloview.sdk.EloSecureUtil
There was an error downloading the OTA package.
OTA_DOWNLOAD_REMOTE_FILE_PERCENTAGE - Static variable in class com.eloview.sdk.EloSecureUtil
OTA package download percentage completed.
OTA_DOWNLOAD_REMOTE_FILE_SUCCESS - Static variable in class com.eloview.sdk.EloSecureUtil
The remote file has downloaded successfully.
OTA_VERIFY_FILE_ERROR - Static variable in class com.eloview.sdk.EloSecureUtil
There was an error verifying the OTA package, the file may be corrupt.
OTA_VERIFY_SIGN_ERROR - Static variable in class com.eloview.sdk.EloSecureUtil
There OTA package signature is invalid.
OTA_VERIFY_SIGN_PERCENTAGE - Static variable in class com.eloview.sdk.EloSecureUtil
Progress of OTA package verification.
OTA_VERIFY_SIGN_SUCCESS - Static variable in class com.eloview.sdk.EloSecureUtil
The OTA package signature was verified as valid.

R

registerDeviceInfoReceiver(Context, BroadcastReceiver) - Static method in class com.eloview.sdk.EloSecureUtil
This method is used to notify any change in device info
RELEASE_VERSION - Static variable in class com.eloview.sdk.EloSecureUtil
 

S

screenTurnOff(Context, int) - Static method in class com.eloview.sdk.EloSecureUtil
This method is used to turn off the screen
screenTurnOn(Context, int) - Static method in class com.eloview.sdk.EloSecureUtil
This method is used to turn on the screen
setBrightness(Context, int) - Static method in class com.eloview.sdk.EloSecureUtil
This method is used to set device Brightness the device
setDevicePortsJSON(Context, String) - Static method in class com.eloview.sdk.EloSecureUtil
This method is used to enable/disable device ports using JSON string.
setHeapGrowthLimit(Context, int) - Static method in class com.eloview.sdk.EloSecureUtil
This method is used to set heap growth limit (Only for V2 devices).
setHeapSize(Context, int) - Static method in class com.eloview.sdk.EloSecureUtil
This method is used to set heap size (Only for V2 devices).
setLocale(Context, String) - Static method in class com.eloview.sdk.EloSecureUtil
This method is used to set device system locale
setOrientation(Context, String) - Static method in class com.eloview.sdk.EloSecureUtil
This method is used to set orientation for LIDS 2.0/BACKPACK devices only
setVolume(Context, int) - Static method in class com.eloview.sdk.EloSecureUtil
This method is used to set device volume the device
silentPackageInstall(Context, String) - Static method in class com.eloview.sdk.EloSecureUtil
This method is used to install new APK silently in background
silentPackageUninstall(Context, String) - Static method in class com.eloview.sdk.EloSecureUtil
This method is used to uninstall new APK silently in background
silentReboot(Context) - Static method in class com.eloview.sdk.EloSecureUtil
This method is used to reboot the device
startDownloadUpgradePackage(Context, String, Handler) - Static method in class com.eloview.sdk.EloSecureUtil
This method is used to download OTA file from remote http server or from local file path.

U

unregisterDeviceInfoReceiver(Context, BroadcastReceiver) - Static method in class com.eloview.sdk.EloSecureUtil
This method is used to unregister the device info change listener
unsecurePackageInstall(Context, String) - Static method in class com.eloview.sdk.EloSecureUtil
This method is used to install apk using Standard Android package manager

V

verifyOTA(Context, Handler) - Static method in class com.eloview.sdk.EloSecureUtil
This method is used to verify the system signature of downloaded OTA file.
A C E G I O R S U V 
Skip navigation links