# apkinser **Repository Path**: zengsai/apkinser ## Basic Information - **Project Name**: apkinser - **Description**: Auto download apks from server and install it silently. - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2013-09-24 - **Last Updated**: 2021-06-20 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## Fetures ## Auto download apks from server and install it silently. * download apk from server. * save apk in sdcard. * install apk. * report install result to server. ## Design ## * this process will be a daemen. * install apk using Android pm cmd. * download apk or report info using libcurl. * using SIGALARM to implement timer.