Skip to content

Android Smart Updates is an Open Source library that makes patch way update in android easily. And server is base on Ruby on Rails.

Notifications You must be signed in to change notification settings

Wanyor/AndroidSmartUpdatesServer

 
 

Repository files navigation

AndroidSmartUpdatesServer

Android Smart Updates is an Open Source library that make patch way update(using bsdiff) in android easily.
And server is base on Ruby on Rails.
Link to library source code AndroidSmartUpdates

Demo

Demo link

How to Install

  1. install the rails 3.2.13 and ruby 2.0
  2. exec these command in terminal

$ cd your_application_root_path
$ bundle install
$ rake db:migrate
$ cd lib/differ/c_code
$ ruby extconf.rb
$ make

if tips that "bzlib.h" is not existed, you need to install bzip2 develop package by your self.
for example, in CentOS:

yum install bzip2-devel


Usage

exec

$ rails s

in the application root path.

About Author

A student from SCAU China.
Email: specialcyci#gmail.com

About

Android Smart Updates is an Open Source library that makes patch way update in android easily. And server is base on Ruby on Rails.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 53.0%
  • Ruby 38.5%
  • HTML 5.2%
  • Gherkin 0.9%
  • CSS 0.9%
  • Roff 0.7%
  • Other 0.8%