Skip to content

P-404/android_packages_services_ota

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 

Repository files navigation

Documentation

An example of the deviceName.json is given below :

{
  "response": [
    {
      "datetime": 202102250030,
      "filename": "project-404-4.2-20210225-105403-RIPPA-cas.zip",
      "id": "fed323770dceba2c189f1a84f098111a",
      "romtype": "user",
      "size": 314572800,
      "url": "https://example.com",
      "version": "4.3",
      "links": {
        "xda": "",
        "supportGroup": "https://telegram.me/project_404",
        "deviceGroup": "https://telegram.me/abcd"
      },
      "changes": [
        "first change goes here",
        "another change goes here",
        "and another one here"
      ]
    }
  ]
}

Stuff to be noted

  • deviceName should be in lowercase when creating the json file.
  • Changelog list can be extended by adding more lines (don't add comma after the last string in changelog).
  • If you don't have any changes just leave changelog empty.
  • For datetime and id, use the timestamp and MD5 Hash that is generated after a successful build.