Skip to content

Commit

Permalink
show md and jetpack status
Browse files Browse the repository at this point in the history
  • Loading branch information
androidlover5842 committed Dec 21, 2016
1 parent f285520 commit 30d847d
Show file tree
Hide file tree
Showing 2 changed files with 77 additions and 7 deletions.
67 changes: 67 additions & 0 deletions .idea/markdown-navigator.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

17 changes: 10 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,14 @@
[![](https://jitpack.io/v/Grace5921/OtaUpdater.svg)](https://jitpack.io/#Grace5921/OtaUpdater)
[![Build Status](https://travis-ci.org/Grace5921/OtaUpdater.svg?branch=master)](https://travis-ci.org/Grace5921/OtaUpdater)

# OtaUpdater
Ota updater for unofficial roms

Usage :-

#Device tree
Add this lines to your cm.mk or device.mk
```xml
```
## Replace link with your own
PRODUCT_PROPERTY_OVERRIDES += ro.updater.uri=https://raw.githubusercontent.com/Grace5921/OtaUpdater/master/Updater.xml
## This is for old builds
Expand Down Expand Up @@ -36,37 +39,37 @@ I don't think so i need to tell you about this .
checkout <a href="https://raw.githubusercontent.com/Grace5921/OtaUpdater/master/updater-old-release.json">this</a> json format
### Stable or Beta ?
set
```xml
```
"stable" : "true"
"prerelease" : "false",
```
if your old release is stable

else
```xml
```
"prerelease" : "true",
"stable": "false"
```

### tag_name
```xml
```
"tag_name" : "Your build name like cm13-un----"
```

### name
```xml
```
"name" : "set name of file (include .zip in extention) this will file name to be downloaded on device"
```

### release_date
you know what to do here :D.

### browser_download_url
```xml
```
"browser_download_url" : "this should be direct link to your old release as we did in xml before "
```
### body
```xml
```
"body" : "add your change log here and make sure you use this for new line "\n" "
```
# Screen shots
Expand Down

0 comments on commit 30d847d

Please sign in to comment.