/vendor_droidxOTA

OTA Configs for DroidX-UI

Primary LanguageKerboScript

Official Devices

This is our repo where stuff related to our OTA config and official devices is stored.

You also need to use this to apply for official maintainership for your device.

1. How to apply?

You must fulfill the following requirements before applying:

You must be aware that just fulfilling these requirements doesn't necessarily mean that you're going to be accepted. We will also consider some other points if necessary, like experience or how your behavior is towards other people (users or otherwise), and even with some technical stuff.

JSON structure

{
  "response": [
                {
                        "maintainer": "''",
                        "oem": "''",
                        "device": "''",
                        "version": "'$version'",
                        "filename": "'$filename'",
                        "download": "https://sourceforge.net/projects/droidx-releases/files/'$1'/'$3'/download",
                        "timestamp": '$timestamp',
                        "md5": "'$md5'",
                        "sha256": "'$sha256'",
                        "size": '$size',
                        "version": "'$version'",
                        "buildtype": "''",
                        "forum": "''",
                        "telegram": "''"
    }
  ]
}