Skip to content

Nothing-Dev/CyanogenModOTA

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

54 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#CyanogenModOTA A simple OTA REST Server for CyanogenMod OTA Updater System Application

##How to use Just git clone this repo (or download it) and upload all the files to your preferred directory on your server.

You just have to be sure that is running PHP and Memcached.

After, upload all your ZIP files that you get after you build the ROM on the _builds, _deltas, _last directory.

##and after? Just follow the rest of the tutorial on my personal blog post where I explain how to override the build server on your ROM.

##What about Debug? I've implemented a simple script made for NodeJS that you clone and use it.

##Do you support Delta updates?

  • YES! Diff here: hudson
  • build_env/envsetup.sh exports keys: export OTA_PACKAGE_SIGNING_KEY=build_env/keys/platform
  • For more information: build/target/product/security/README

##Changelog

  • 1.1.1.1: Final version, get timestamp from ro.build.date.utc
  • 1.1.1: Performance improvements for md5sum
  • 1.1: Add support for incremental changelog (limit param)
  • 1.0: The first stable version
  • 0.3: Enabled support for delta updates
  • 0.2: Refactored a lot of code + boost MD5 calculation + added support for Delta Updates (/api/v1/build/get_delta)
  • 0.1: First implementation of the server. Only the /api call is implemented right now.

Enjoy :)

Releases

No releases published

Packages

No packages published

Languages

  • PHP 99.8%
  • ApacheConf 0.2%