Difference between revisions of "WISE-PaaS/OTA Agent(Android)"

From ESS-WIKI
Jump to: navigation, search
Line 6: Line 6:
  
 
[[File:Android-ota-arch.png|RTENOTITLE]]
 
[[File:Android-ota-arch.png|RTENOTITLE]]
 +
 +
The android ota solution is compose of two parts: the C-lanuage  based '''Ota-agent '''and the Java-language based '''OtaService.'''
 +
 +
*Ota-agent achieve 
  
 
Android OtaService(java based)
 
Android OtaService(java based)

Revision as of 05:29, 4 November 2016

Introduction

This document demonstrates how to support our ota-agent solution under your android system.This demonstration is android 4.3 based. If you encounter problem under your some-versio android system,please mailto me: jin.xin@advantech.com.cn

Architecture

RTENOTITLE

The android ota solution is compose of two parts: the C-lanuage  based Ota-agent and the Java-language based OtaService.

  • Ota-agent achieve 

Android OtaService(java based)

Android OtaService 

Android OtaService test tools

Android Ota-agent(C based)