GithubHelp home page GithubHelp logo

laker87 / android_vendor_crdroidota Goto Github PK

View Code? Open in Web Editor NEW

This project forked from crdroidandroid/android_vendor_crdroidota

0.0 1.0 0.0 10.15 MB

OTA configuration for crDroidOTA (make your device official)

Shell 100.00%

android_vendor_crdroidota's Introduction

crDroid OTA repo

In order for a device to be officially supported by crDroid, OTA information needs to be added. Please refer to the following "Readme" to get started

1. Introduction

In order for a device to be OTA compliant, there are a few things to know.

1.1 JSON structure

{
  "response": [
    {
        "maintainer": "Name (nickname)",
        "oem": "OEM",
        "device": "Device Name",
        "filename": "crDroidAndroid-11.0-<date>-<device codename>-v<crversion>.zip",
        "download": "https://sourceforge.net/projects/crdroid/files/<device codename>/<crversion>/crDroidAndroid-11.0-<date>-<device codename>-v<crversion>.zip/download",
        "timestamp": 0000000000,
        "md5": "abcdefg123456",
        "size": 123456789,
        "version": "<crversion>",
        "buildtype": "Testing/Alpha/Beta/Weekly/Monthly",
        "forum": "https://forum link",
        "gapps": "https://gapps link",
        "firmware": "https://firmware link",
        "modem": "https://modem link",
        "bootloader": "https://bootloader link",
        "recovery": "https://recovery link",
        "paypal": "https://donation link",
        "telegram": "https://telegram link"
    }
  ]
}

1.2 changelog.txt structure

Highlights & Device Specific Changes:
Build type: Testing/Alpha/Beta/Weekly/Monthly
Device: Device name (<device codename>)
Device maintainer: Name (nickname)
Required firmware: add if any else remove this line

===== <date> =====
- change 1
- change 2
- change 3

2 Guidelines

3. How to

For following below description, replace codename with your device codename.

3.1 Initial support

After you contacted Gabriel on Telegram, and have the approval, follow the below steps.

  1. Fork this repo to your own GitHub
  2. Copy file createjson.sh from initial support folder to crDroid source folder and make it executable
chmod +x createjson.sh
  1. Open the file in a text editor (vim, nano, any GUI editor) and make changes from where it states #modify values below, save the file then run the generation script with below command
./createjson.sh
  1. A file named codename.json gets created in main crDroid source folder. Copy it to where this repo was cloned.
  2. Create a file named changelog_codename.txt based on changelog structure from point 1.2, and add your changelog in it.
  3. Submit a pull request to this repo (this way we validate that you understood the requirements and if all is good you'll be granted direct push access to this repo)

3.2 Update build

  1. Clone this repo locally
git clone https://github.com/crdroidandroid/android_vendor_crDroidOTA -b 11.0
  1. Change to the directory where you cloned this repo (android_vendor_crDroidOTA) and fetch updates from repo.
cd android_vendor_crDroidOTA
git fetch --all
git pull
  1. Copy codename.json file from out dir (where your crDroid zip is compiled) over to this repo folder (android_vendor_crDroidOTA).
  2. Make changes to changelog_codename.txt and save it.
  3. Now with the files updated, commit your update to this repo.
git add .
git commit #(this opens up your prefered text editor, so write a nice description like "<device codename>: update build")
git push #you may be prompted for your github username and password

android_vendor_crdroidota's People

Contributors

adi153 avatar adiatul16 avatar alexkobux avatar anush02198 avatar blackrow67 avatar emincangencer avatar faham1997 avatar falconjaw avatar firebird11 avatar gtrcraft avatar gwolf2u avatar iamehsangh avatar jabiyeff avatar jijinraj avatar jomadeto avatar kelvium avatar laityts avatar laker87 avatar legacyo7 avatar masterguy avatar mustang-ssc avatar neobuddy89 avatar raystef66 avatar rerererererererererer avatar root2raj avatar transaero21 avatar xnombre avatar zhullyb avatar

Watchers

 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.