Coder Social home page Coder Social logo

android_apps_otaupdatecenter's Introduction

OTAUpdater Header

OTA Update Center

  OTA Update Center is an update application for roms/devices supported by OTA Update Center.

Rom devs

  Do you want to use this software, go to the download section, download the latest apk.
  Add this lines to your build.prop:
      otaupdater.otaid=(write your ota id here without spaces or brackets)
      otaupdater.otaver=(write your ota version here without spaces or brackets)
      otaupdater.otatime=(write the date+time here as: 20120820-1516 without spaces or backets)
  If your device has some quirky sdcard (not /sdcard) naming in the OS or recovery, add these lines to your build.prop:
      otaupdater.sdcard.os=(sdcard name (e.g. sdcard2 for /sdcard2) in the main system here without spaces or brackets)
      otaupdater.sdcard.recovery=(sdcard name (e.g. sdcard2 for /sdcard2) in recovery here without spaces or brackets)
  If your device cannot be rebooted with "adb shell reboot recovery", write a script that reboots your device and add these lines to your build.prop:
  If you cannot write such a script, use $$NULL$$ instead of the path - the app will then only try to reboot via PowerManager.
      otaudpater.rebootcmd=/path/to/rebootscript.sh -OR- $$NULL$$
  If auto-flashing a ROM will do bad things to your device, and the user needs to flash manually, add the following to your build.prop:
      otaupdater.noflash=1
  Go to: https://otaupdatecenter.pro to register an account, and add/update your rom.

Known Bugs

  None so far!

How to Build

  git clone [email protected]:OTAUpdateCenter/ota-update-centre
  
  Add to Eclipse, make your changes and export as an Android application! :D

android_apps_otaupdatecenter's People

Contributors

swpark avatar

Stargazers

 avatar

Watchers

 avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.