SagarMakhar / official_devices

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

AospExtended OS

Official devices application

Devices repository: https://github.com/AospExtended-Devices

Before opening a pull request to add your device into our list of official devices, you should know a few simple things:

1. Hosting

Our files are hosted on our FTP server, you will receive the credentials when you join the team.

2. Over-the-air (OTA) updates

Our system is automatic, you should not worry about updating some script, just upload the new build to the FTP server and send a pull request with the changelog and also edit your device JSON file (builds/your_device_codename.json) in this repository. Please read the ReadMe file on that repo.

Eg: Moto G 2015 is called osprey, so the device JSON file is builds/osprey.json

Note: New builds can take up to 30 minutes to appear on the site and in the OTA application.

3. JSON parameters

Param Description Required
name Device name Yes
brand Device manufacturer Yes
codename Device codename, eg: falcon Yes
version_code Version code, lowercase, eg: oreo Yes
version_name Version name, will be shown on download portal, eg: Oreo Yes
maintainer_name Your name Yes
maintainer_url Your personal URL, eg: https://github.com/ishubhamsingh/ or https://forum.xda-developers.com/member.php?u=5566914 No
xda_thread XDA thread URL, eg: https://forum.xda-developers.com/2015-moto-g/development/rom-aospextended-rom-v1-0-t3482475 No

Please format your JSON code properly, here.

4. Build type

You need to add 'export EXTENDED_BUILD_TYPE=OFFICIAL' in your build environment so that the OTA app will be included in your build.

5. Device tree

Maintainers should upload their device trees on https://github.com/AospExtended-Devices

Important Links:

About