com.ardic.android.managers.ota.IOtaManager |
Class Overview
Provides set of API for OTA (Over The Air Update).
Public Methods
public
abstract
String
getOtaPostBuildFingerprint
(String strOtaPath)
Returns Ota post Build finger print
Parameters |
strOtaPath |
String :
path of Ota package |
public
abstract
String
getOtaPreDevice
(String strOtaPath)
Returns Ota pre device (target device name)
Parameters |
strOtaPath |
String :
path of Ota package |
public
abstract
void
installOtaPackage
(String path)
Installs the Ota package to the device.
Parameters |
path |
String :
of Ota package |
public
abstract
boolean
isVersionCompatible
(String strOtaPath)
Checks Ota version compatibility with the current device OS version
Parameters |
strOtaPath |
String :
path of Ota package |
Returns |
boolean |
true if version is compatible with current version. |
public
abstract
boolean
verifyOtaPackage
(String path)
Verifies The Ota package signature and hash
Parameters |
path |
String :
of Ota package |
Returns |
boolean |
true if the Ota package verified |