├── .gitignore ├── arrow-13.0_gapps_builds_community.json ├── arrow-13.0_vanilla_builds_community.json ├── arrow-13.1_gapps_builds_community.json ├── arrow-13.1_vanilla_builds_community.json ├── arrow-13.1_gapps_builds_community_unofficial.json ├── arrow-13.1_vanilla_builds_community_unofficial.json ├── arrow-10.0_vanilla_builds_community_unofficial.json ├── arrow-13.0_gapps_builds_community_unofficial.json ├── arrow-13.0_vanilla_builds_community_unofficial.json ├── source_changelog.php ├── arrow-10.0_gapps_builds_community.json ├── arrow-10.0_vanilla_builds_community.json ├── arrow-10.0_gapps_builds_community_unofficial.json ├── genOTAUnified.py ├── arrow-12.1_vanilla_builds_community_unofficial.json ├── genOTA.py ├── arrow-12.0_gapps_builds_community_unofficial.json ├── arrow-12.1_gapps_builds_community_unofficial.json ├── source_changelog.json ├── arrow-12.1_gapps_builds_community.json ├── arrow-12.1_vanilla_builds_community.json ├── arrow-12.0_vanilla_builds_community_unofficial.json ├── arrow-10.0_vanilla_builds_unofficial.json ├── arrow-12.0_gapps_builds_community.json ├── arrow-12.0_vanilla_builds_community.json ├── arrow-10.0_gapps_builds_unofficial.json ├── arrow-11.0_vanilla_builds_community_unofficial.json ├── arrow-11.0_gapps_builds_community_unofficial.json ├── pie_builds.json ├── arrow-11.0_vanilla_builds_community.json ├── arrow-13.1_vanilla_builds_unofficial.json ├── arrow-11.0_gapps_builds_community.json ├── arrow-13.0_gapps_builds_unofficial.json ├── arrow-13.0_vanilla_builds_unofficial.json └── arrow-13.0_gapps_builds_official.json /.gitignore: -------------------------------------------------------------------------------- 1 | *.devices 2 | -------------------------------------------------------------------------------- /arrow-13.0_gapps_builds_community.json: -------------------------------------------------------------------------------- 1 | {} 2 | -------------------------------------------------------------------------------- /arrow-13.0_vanilla_builds_community.json: -------------------------------------------------------------------------------- 1 | {} 2 | -------------------------------------------------------------------------------- /arrow-13.1_gapps_builds_community.json: -------------------------------------------------------------------------------- 1 | {} 2 | -------------------------------------------------------------------------------- /arrow-13.1_vanilla_builds_community.json: -------------------------------------------------------------------------------- 1 | {} 2 | -------------------------------------------------------------------------------- /arrow-13.1_gapps_builds_community_unofficial.json: -------------------------------------------------------------------------------- 1 | {} 2 | -------------------------------------------------------------------------------- /arrow-13.1_vanilla_builds_community_unofficial.json: -------------------------------------------------------------------------------- 1 | {} 2 | -------------------------------------------------------------------------------- /arrow-10.0_vanilla_builds_community_unofficial.json: -------------------------------------------------------------------------------- 1 | { 2 | "deen": [ 3 | { 4 | "changelog": null, 5 | "date": "2020-11-12", 6 | "datetime": "20201112", 7 | "filename": "Arrow-v10.0-deen-COMMUNITY-20201112-VANILLA.zip", 8 | "filepath": "/arrow-10.0/deen/Arrow-v10.0-deen-COMMUNITY-20201112-VANILLA.zip", 9 | "maintainer": "ZimekOnTheDeen", 10 | "model": "Motorola One", 11 | "oem": "motorola", 12 | "sha256": "9aa492b2c2251c57cdeda62faabca0b9f4befef17b92844e52f1bacc4c374200", 13 | "size": "658123013", 14 | "type": "community", 15 | "version": "v10.0" 16 | } 17 | ] 18 | } -------------------------------------------------------------------------------- /arrow-13.0_gapps_builds_community_unofficial.json: -------------------------------------------------------------------------------- 1 | { 2 | "X01AD": [ 3 | { 4 | "changelog": "- Initial test build Arrow 13.0", 5 | "date": "2023-03-10", 6 | "datetime": "20230310", 7 | "filename": "Arrow-v13.0-X01AD-COMMUNITY-20230310-GAPPS.zip", 8 | "filepath": "/arrow-13.0/X01AD/Arrow-v13.0-X01AD-COMMUNITY-20230310-GAPPS.zip", 9 | "maintainer": "Arka", 10 | "model": "ASUS_X01AD", 11 | "oem": "asus", 12 | "sha256": "b8f1d0157d51fac74c92f70bc3df90ac332a1ffe9830dd7805ccd87e71bc578e", 13 | "size": "1266172386", 14 | "type": "community", 15 | "version": "v13.0" 16 | } 17 | ] 18 | } -------------------------------------------------------------------------------- /arrow-13.0_vanilla_builds_community_unofficial.json: -------------------------------------------------------------------------------- 1 | { 2 | "X01AD": [ 3 | { 4 | "changelog": "- Initial test build Arrow 13.0", 5 | "date": "2023-03-10", 6 | "datetime": "20230310", 7 | "filename": "Arrow-v13.0-X01AD-COMMUNITY-20230310-VANILLA.zip", 8 | "filepath": "/arrow-13.0/X01AD/Arrow-v13.0-X01AD-COMMUNITY-20230310-VANILLA.zip", 9 | "maintainer": "Arka", 10 | "model": "ASUS_X01AD", 11 | "oem": "asus", 12 | "sha256": "84e6b576e8f31869cded95ed48052467d2bd3405e1b91d92f09bea34aacce243", 13 | "size": "937759002", 14 | "type": "community", 15 | "version": "v13.0" 16 | } 17 | ] 18 | } -------------------------------------------------------------------------------- /source_changelog.php: -------------------------------------------------------------------------------- 1 | 25 | -------------------------------------------------------------------------------- /arrow-10.0_gapps_builds_community.json: -------------------------------------------------------------------------------- 1 | { 2 | "deen": [ 3 | { 4 | "changelog": null, 5 | "date": "2020-11-09", 6 | "datetime": "20201109", 7 | "filename": "Arrow-v10.0-deen-COMMUNITY-20201109-GAPPS.zip", 8 | "filepath": "/arrow-10.0/deen/Arrow-v10.0-deen-COMMUNITY-20201109-GAPPS.zip", 9 | "maintainer": "ZimekOnTheDeen", 10 | "model": "Motorola One", 11 | "oem": "motorola", 12 | "sha256": "1795b107f46d5f0ded098a11d37c378785412fded8cd286efb1d08b1782fbb52", 13 | "size": "793727768", 14 | "type": "community", 15 | "version": "v10.0" 16 | } 17 | ], 18 | "vince": [ 19 | { 20 | "changelog": "-", 21 | "date": "2020-10-04", 22 | "datetime": "20201004", 23 | "filename": "Arrow-v10.0-vince-COMMUNITY-20201004-GAPPS.zip", 24 | "filepath": "/arrow-10.0/vince/Arrow-v10.0-vince-COMMUNITY-20201004-GAPPS.zip", 25 | "maintainer": "TG_DEVICE_MAINTAINER", 26 | "model": "Redmi 5 Plus", 27 | "oem": "Xiaomi", 28 | "sha256": "359cdd35a7fcd179688d0ba82d678bcad47dc96b8e7e97b03887f9ad4795d6ed", 29 | "size": "798075069", 30 | "type": "community", 31 | "version": "v10.0" 32 | } 33 | ] 34 | } -------------------------------------------------------------------------------- /arrow-10.0_vanilla_builds_community.json: -------------------------------------------------------------------------------- 1 | { 2 | "deen": [ 3 | { 4 | "changelog": null, 5 | "date": "2020-11-09", 6 | "datetime": "20201109", 7 | "filename": "Arrow-v10.0-deen-COMMUNITY-20201109-VANILLA.zip", 8 | "filepath": "/arrow-10.0/deen/Arrow-v10.0-deen-COMMUNITY-20201109-VANILLA.zip", 9 | "maintainer": "ZimekOnTheDeen", 10 | "model": "Motorola One", 11 | "oem": "motorola", 12 | "sha256": "5941f22354009ec0131dad9db41b01db2c59a4cb496faa88cef877baa332af4f", 13 | "size": "658142017", 14 | "type": "community", 15 | "version": "v10.0" 16 | } 17 | ], 18 | "vince": [ 19 | { 20 | "changelog": "-", 21 | "date": "2020-10-04", 22 | "datetime": "20201004", 23 | "filename": "Arrow-v10.0-vince-COMMUNITY-20201004-VANILLA.zip", 24 | "filepath": "/arrow-10.0/vince/Arrow-v10.0-vince-COMMUNITY-20201004-VANILLA.zip", 25 | "maintainer": "TG_DEVICE_MAINTAINER", 26 | "model": "Redmi 5 Plus", 27 | "oem": "Xiaomi", 28 | "sha256": "4f7b0c4a5ffbcef69d22bfa083a2cf358dd11a937b2718cfcf18755848831918", 29 | "size": "636308144", 30 | "type": "community", 31 | "version": "v10.0" 32 | } 33 | ] 34 | } -------------------------------------------------------------------------------- /arrow-10.0_gapps_builds_community_unofficial.json: -------------------------------------------------------------------------------- 1 | { 2 | "deen": [ 3 | { 4 | "changelog": null, 5 | "date": "2020-11-12", 6 | "datetime": "20201112", 7 | "filename": "Arrow-v10.0-deen-COMMUNITY-20201112-GAPPS.zip", 8 | "filepath": "/arrow-10.0/deen/Arrow-v10.0-deen-COMMUNITY-20201112-GAPPS.zip", 9 | "maintainer": "ZimekOnTheDeen", 10 | "model": "Motorola One", 11 | "oem": "motorola", 12 | "sha256": "24a23c6579b69ff824d4fd5205f8849db38ef14260a787bd26305447f881fd56", 13 | "size": "793697269", 14 | "type": "community", 15 | "version": "v10.0" 16 | } 17 | ], 18 | "vince": [ 19 | { 20 | "changelog": "Initial Build", 21 | "date": "2020-09-21", 22 | "datetime": "20200921", 23 | "filename": "Arrow-v10.0-vince-COMMUNITY-20200921-GAPPS.zip", 24 | "filepath": "/arrow-10.0/vince/Arrow-v10.0-vince-COMMUNITY-20200921-GAPPS.zip", 25 | "maintainer": "TG_DEVICE_MAINTAINER", 26 | "model": "Redmi 5 Plus", 27 | "oem": "Xiaomi", 28 | "sha256": "661afc5dfef89b947896497fce7e165fcd1a0dedfa937703d6167cb10eceb32d", 29 | "size": "797621323", 30 | "type": "community", 31 | "version": "v10.0" 32 | } 33 | ] 34 | } -------------------------------------------------------------------------------- /genOTAUnified.py: -------------------------------------------------------------------------------- 1 | #!/usr/bin/env python3 2 | from __future__ import print_function 3 | import hashlib 4 | import glob 5 | import json 6 | import os 7 | import fnmatch 8 | import sys 9 | 10 | builds = {} 11 | build_info = {} 12 | cwd = os.getcwd() 13 | is_test = os.environ["IS_TEST"] 14 | filename = os.environ["BUILD_ARTIFACT"] 15 | _, version, device, buildtype, builddate, ziptype = os.path.splitext(filename)[ 16 | 0].split('-') 17 | buildtype = 'community_nightly' if is_test and buildtype == 'community' else buildtype 18 | json_file = '/arrow_ota.json' 19 | 20 | 21 | def updateDeviceInfo(): 22 | if device not in builds.keys(): 23 | builds.setdefault(device, []).append({ 24 | 'maintainer': os.environ["TG_DEVICE_MAINTAINER"], 25 | 'model': os.environ["TG_DEVICE_MODEL"], 26 | 'oem': os.environ["TG_DEVICE_OEM"], 27 | 'changelog': os.getenv("TG_DEVICE_CHANGELOG") 28 | }) 29 | else: 30 | builds[device][0].update({ 31 | 'maintainer': os.environ["TG_DEVICE_MAINTAINER"], 32 | 'model': os.environ["TG_DEVICE_MODEL"], 33 | 'oem': os.environ["TG_DEVICE_OEM"], 34 | 'changelog': os.getenv("TG_DEVICE_CHANGELOG") 35 | }) 36 | 37 | build_info.update({version: list([{buildtype: list([{ziptype: list([{ 38 | 'sha256': os.environ["BUILD_ARTIFACT_SHA256"], 39 | 'size': os.environ["BUILD_ARTIFACT_SIZE"], 40 | 'date': '{}-{}-{}'.format(builddate[0:4], builddate[4:6], builddate[6:8]), 41 | 'datetime': '{}{}{}'.format(builddate[0:4], builddate[4:6], builddate[6:8]), 42 | 'filename': filename, 43 | 'filepath': '/{}/{}/{}'.format('arrow-' + version.split('v')[1], device, filename), 44 | 'version': version, 45 | 'type': buildtype.lower() 46 | }])}])}])}) 47 | 48 | if version not in builds[device][0].keys(): 49 | builds[device][0].update(build_info) 50 | 51 | if buildtype in builds[device][0][version][0].keys(): 52 | builds[device][0][version][0][buildtype][0].update( 53 | build_info[version][0][buildtype][0]) 54 | else: 55 | builds[device][0][version][0].update(build_info[version][0]) 56 | 57 | 58 | print('Generating for new build of {}'.format(filename), file=sys.stderr) 59 | try: 60 | with open(cwd + json_file, "r") as jsonFile: 61 | builds = json.load(jsonFile) 62 | updateDeviceInfo() 63 | except FileNotFoundError: 64 | open(cwd + json_file, "w+") 65 | updateDeviceInfo() 66 | 67 | 68 | with open(cwd + json_file, "w") as jsonFile: 69 | json.dump(builds, jsonFile, sort_keys=True, indent=2) 70 | os.chdir(cwd) 71 | -------------------------------------------------------------------------------- /arrow-12.1_vanilla_builds_community_unofficial.json: -------------------------------------------------------------------------------- 1 | { 2 | "X01AD": [ 3 | { 4 | "changelog": "- Added libperfmanager\r\n- Improved HWUI and performance\r\n- Improve App Launch speed\r\n- Import runtime cpusets from coral\r\n- Improve scrolling responsiveness.\r\n- Misc Improvements\r\n- Added kcal\r\n- Added devfreqboost\r\n- Added Gcam Go Prebuilt V3", 5 | "date": "2022-11-21", 6 | "datetime": "20221121", 7 | "filename": "Arrow-v12.1-X01AD-COMMUNITY-20221121-VANILLA.zip", 8 | "filepath": "/arrow-12.1/X01AD/Arrow-v12.1-X01AD-COMMUNITY-20221121-VANILLA.zip", 9 | "maintainer": "Arka", 10 | "model": "ASUS_X01AD", 11 | "oem": "asus", 12 | "sha256": "02c9f3eeffeb0799cc555d7e90d825d6a262ca89433869ba5f14d4e99e3d25bf", 13 | "size": "889900646", 14 | "type": "community", 15 | "version": "v12.1" 16 | } 17 | ], 18 | "cepheus": [ 19 | { 20 | "changelog": null, 21 | "date": "2022-07-23", 22 | "datetime": "20220723", 23 | "filename": "Arrow-v12.1-cepheus-COMMUNITY-20220723-VANILLA.zip", 24 | "filepath": "/arrow-12.1/cepheus/Arrow-v12.1-cepheus-COMMUNITY-20220723-VANILLA.zip", 25 | "maintainer": "lamjiidii1", 26 | "model": "Mi 9", 27 | "oem": "Xiaomi", 28 | "sha256": "00964c3d5569023d4c031cef6bad0121009188283e53c41f0b8d9230c1a6faa2", 29 | "size": "1036309900", 30 | "type": "community", 31 | "version": "v12.1" 32 | } 33 | ], 34 | "tucana": [ 35 | { 36 | "changelog": "30/07/2022 test build", 37 | "date": "2022-07-30", 38 | "datetime": "20220730", 39 | "filename": "Arrow-v12.1-tucana-COMMUNITY-20220730-VANILLA.zip", 40 | "filepath": "/arrow-12.1/tucana/Arrow-v12.1-tucana-COMMUNITY-20220730-VANILLA.zip", 41 | "maintainer": "Erikdrozina", 42 | "model": "Mi Note 10", 43 | "oem": "Xiaomi", 44 | "sha256": "e7c89304666751a287ebe7b58e30cd62a90962c407e706a162bd0186aa3a9171", 45 | "size": "1391410721", 46 | "type": "community", 47 | "version": "v12.1" 48 | } 49 | ], 50 | "tulip": [ 51 | { 52 | "changelog": "4.19 test build.", 53 | "date": "2022-07-24", 54 | "datetime": "20220724", 55 | "filename": "Arrow-v12.1-tulip-COMMUNITY-20220724-VANILLA.zip", 56 | "filepath": "/arrow-12.1/tulip/Arrow-v12.1-tulip-COMMUNITY-20220724-VANILLA.zip", 57 | "maintainer": "IceBreaker2451", 58 | "model": "Redmi Note 6 Pro", 59 | "oem": "Xiaomi", 60 | "sha256": "880c01b625e043b806b4c7f320e6b5152ecea45b35cb1b6fba5164cd10727555", 61 | "size": "805257993", 62 | "type": "community", 63 | "version": "v12.1" 64 | } 65 | ], 66 | "vince": [ 67 | { 68 | "changelog": null, 69 | "date": "2022-04-15", 70 | "datetime": "20220415", 71 | "filename": "Arrow-v12.1-vince-COMMUNITY-20220415-VANILLA.zip", 72 | "filepath": "/arrow-12.1/vince/Arrow-v12.1-vince-COMMUNITY-20220415-VANILLA.zip", 73 | "maintainer": "srinandek", 74 | "model": "Redmi 5 Plus", 75 | "oem": "Xiaomi", 76 | "sha256": "0ff6bd957417b450d220bf2a94ce6579b7d21b797e80ff413b17e13cb1b34566", 77 | "size": "719374274", 78 | "type": "community", 79 | "version": "v12.1" 80 | } 81 | ] 82 | } -------------------------------------------------------------------------------- /genOTA.py: -------------------------------------------------------------------------------- 1 | #!/usr/bin/env python 2 | from __future__ import print_function 3 | import hashlib 4 | import glob 5 | import json 6 | import os 7 | import fnmatch 8 | import sys 9 | 10 | cwd=os.getcwd() 11 | is_test = os.environ["IS_TEST"].strip() 12 | build_type = os.environ["TG_BUILD_TYPE"].strip() 13 | build_version = os.environ["TG_BUILD_VERSION"].strip() 14 | build_zip_type = os.environ["TG_BUILD_ZIP_TYPE"].strip() 15 | 16 | if len(build_version) != 0: 17 | filename_prefix = build_version 18 | 19 | if len(build_type) != 0: 20 | filename_suffix = build_type.lower() 21 | 22 | # If for some reason its an official test build make sure not to alter in official json file 23 | if 'OFFICIAL' in build_type and is_test == 'yes': 24 | filename_suffix = 'unofficial' 25 | 26 | # Explicitly handle filename suffix of community beta builds 27 | if 'COMMUNITY' in build_type and is_test == 'yes': 28 | filename_suffix = filename_suffix + '_unofficial' 29 | 30 | if build_zip_type == 'VANILLA': 31 | json_file = '/' + filename_prefix + '_vanilla_builds_' + filename_suffix + '.json' 32 | elif build_zip_type == 'GAPPS': 33 | json_file = '/' + filename_prefix + '_gapps_builds_' + filename_suffix + '.json' 34 | else: 35 | json_file = '/pie_builds.json' 36 | 37 | builds = {} 38 | local_data_keys = [] 39 | 40 | def get_local_stuff(): 41 | global device 42 | try: 43 | with open(cwd + json_file, "r") as jsonFile: 44 | try: 45 | local_data = json.load(jsonFile) 46 | except ValueError: 47 | print('Local file empty! Initial data', file=sys.stderr) 48 | return 49 | if local_data is not None: 50 | for k in local_data.keys(): 51 | local_data_keys.append(k) 52 | for local_device in local_data_keys: 53 | try: 54 | if device != local_device: 55 | print('Taking in local info for {}'.format(local_data[local_device][0]["filename"]), file=sys.stderr) 56 | builds.setdefault(local_device, []).append({ 57 | 'maintainer': local_data[local_device][0]["maintainer"], 58 | 'model': local_data[local_device][0]["model"], 59 | 'oem': local_data[local_device][0]["oem"], 60 | 'changelog': local_data[local_device][0]["changelog"], 61 | 'sha256': local_data[local_device][0]["sha256"], 62 | 'size': local_data[local_device][0]["size"], 63 | 'date': local_data[local_device][0]["date"], 64 | 'datetime': local_data[local_device][0]["datetime"], 65 | 'filename': local_data[local_device][0]["filename"], 66 | 'filepath': local_data[local_device][0]["filepath"], 67 | 'version': local_data[local_device][0]["version"], 68 | 'type': local_data[local_device][0]["type"] 69 | }) 70 | except KeyError: 71 | print('Key not found!', file=sys.stderr) 72 | except IOError: 73 | open(cwd + json_file, "w+") 74 | 75 | latest_zip = os.environ["BUILD_ARTIFACT"] 76 | print('Latest zip is ' + latest_zip) 77 | try: 78 | filename=latest_zip 79 | if build_zip_type == 'VANILLA' or build_zip_type == 'GAPPS': 80 | _, version, device, buildtype, builddate, ziptype = os.path.splitext(filename)[0].split('-') 81 | else: 82 | _, version, device, buildtype, builddate = os.path.splitext(filename)[0].split('-') 83 | get_local_stuff() 84 | print('Generating for new build of {}'.format(filename), file=sys.stderr) 85 | builds.setdefault(device, []).append({ 86 | 'maintainer': os.environ["TG_DEVICE_MAINTAINER"], 87 | 'model': os.environ["TG_DEVICE_MODEL"], 88 | 'oem': os.environ["TG_DEVICE_OEM"], 89 | 'changelog': os.getenv("TG_DEVICE_CHANGELOG"), 90 | 'sha256': os.environ["BUILD_ARTIFACT_SHA256"], 91 | 'size': os.environ["BUILD_ARTIFACT_SIZE"], 92 | 'date': '{}-{}-{}'.format(builddate[0:4], builddate[4:6], builddate[6:8]), 93 | 'datetime': '{}{}{}'.format(builddate[0:4], builddate[4:6], builddate[6:8]), 94 | 'filename': filename, 95 | 'filepath': '/{}/{}/{}'.format('arrow-' + version.split('v')[1], device, filename), 96 | 'version': version, 97 | 'type': buildtype.lower() 98 | }) 99 | except IndexError: 100 | print('Something went wrong could not find the zip!!', file=sys.stderr) 101 | 102 | for device in builds.keys(): 103 | builds[device] = sorted(builds[device], key=lambda x: x['date']) 104 | with open(cwd + json_file, "w") as jsonFile: 105 | json.dump(builds, jsonFile, sort_keys=True, indent=4) 106 | os.chdir(cwd) 107 | -------------------------------------------------------------------------------- /arrow-12.0_gapps_builds_community_unofficial.json: -------------------------------------------------------------------------------- 1 | { 2 | "X01AD": [ 3 | { 4 | "changelog": "- Improve HWUI\r\n- Improve smoothness", 5 | "date": "2022-02-11", 6 | "datetime": "20220211", 7 | "filename": "Arrow-v12.0-X01AD-COMMUNITY-20220211-GAPPS.zip", 8 | "filepath": "/arrow-12.0/X01AD/Arrow-v12.0-X01AD-COMMUNITY-20220211-GAPPS.zip", 9 | "maintainer": "Arka", 10 | "model": "Asus Zenfone Max M2", 11 | "oem": "asus", 12 | "sha256": "1495c854b3e768ad31891c54802cda2eaa40a5a677995e8e096593302b737824", 13 | "size": "1127386214", 14 | "type": "community", 15 | "version": "v12.0" 16 | } 17 | ], 18 | "Z01R": [ 19 | { 20 | "changelog": "Kernel: Update to 4.9.303 Icewiz\r\nDevice: Device Tree re-write based on Lineage OS, thanks ReallySnow for help\r\nDevice: SELinux is enofrcing now. Please remember backup and format userdata.", 21 | "date": "2022-02-23", 22 | "datetime": "20220223", 23 | "filename": "Arrow-v12.0-Z01R-COMMUNITY-20220223-GAPPS.zip", 24 | "filepath": "/arrow-12.0/Z01R/Arrow-v12.0-Z01R-COMMUNITY-20220223-GAPPS.zip", 25 | "maintainer": "EdwardWu", 26 | "model": "Zenfone 5Z", 27 | "oem": "asus", 28 | "sha256": "f7946176fbe3e5c3f4e98697601a3470edccba0482866271e48f0980d153fa9d", 29 | "size": "1024511454", 30 | "type": "community", 31 | "version": "v12.0" 32 | } 33 | ], 34 | "cepheus": [ 35 | { 36 | "changelog": null, 37 | "date": "2022-02-25", 38 | "datetime": "20220225", 39 | "filename": "Arrow-v12.0-cepheus-COMMUNITY-20220225-GAPPS.zip", 40 | "filepath": "/arrow-12.0/cepheus/Arrow-v12.0-cepheus-COMMUNITY-20220225-GAPPS.zip", 41 | "maintainer": "lamjiidii1", 42 | "model": "Mi 9", 43 | "oem": "Xiaomi", 44 | "sha256": "2fd294352e89b9fa0496b10651e203513b2ccf117b54c9804c2cb856bf8f397f", 45 | "size": "1338953421", 46 | "type": "community", 47 | "version": "v12.0" 48 | } 49 | ], 50 | "kebab": [ 51 | { 52 | "changelog": null, 53 | "date": "2021-12-29", 54 | "datetime": "20211229", 55 | "filename": "Arrow-v12.0-kebab-COMMUNITY-20211229-GAPPS.zip", 56 | "filepath": "/arrow-12.0/kebab/Arrow-v12.0-kebab-COMMUNITY-20211229-GAPPS.zip", 57 | "maintainer": "Dr-chen99", 58 | "model": "KB2003", 59 | "oem": "OnePlus", 60 | "sha256": "532375b6f7e380622d8c5855d3c557bc96c4f6bf04ad03bf3d2c87a90f8b2241", 61 | "size": "1351778566", 62 | "type": "community", 63 | "version": "v12.0" 64 | } 65 | ], 66 | "r5x": [ 67 | { 68 | "changelog": "Enforcing\r\nFeb Patch", 69 | "date": "2022-02-18", 70 | "datetime": "20220218", 71 | "filename": "Arrow-v12.0-r5x-COMMUNITY-20220218-GAPPS.zip", 72 | "filepath": "/arrow-12.0/r5x/Arrow-v12.0-r5x-COMMUNITY-20220218-GAPPS.zip", 73 | "maintainer": "TG_DEVICE_MAINTAINER", 74 | "model": "Realme 5 Series", 75 | "oem": "Realme", 76 | "sha256": "698e6f930c740027e9b9ef091c86a711b01d3074b20a1168ca2c0a26d0df8855", 77 | "size": "1301475748", 78 | "type": "community", 79 | "version": "v12.0" 80 | } 81 | ], 82 | "tucana": [ 83 | { 84 | "changelog": "Test Build 8-12-2021\r\n- Fix FOD on AOD/screen off", 85 | "date": "2021-12-08", 86 | "datetime": "20211208", 87 | "filename": "Arrow-v12.0-tucana-COMMUNITY-20211208-GAPPS.zip", 88 | "filepath": "/arrow-12.0/tucana/Arrow-v12.0-tucana-COMMUNITY-20211208-GAPPS.zip", 89 | "maintainer": "Erikdrozina", 90 | "model": "Mi Note 10", 91 | "oem": "Xiaomi", 92 | "sha256": "04e0e6c36c13e6f41ca8d1df430f2d9e4783497c025a89e88e3d78d7f6bd7412", 93 | "size": "1519414953", 94 | "type": "community", 95 | "version": "v12.0" 96 | } 97 | ], 98 | "tulip": [ 99 | { 100 | "changelog": "- Testing with 4.19 kernel.", 101 | "date": "2022-01-30", 102 | "datetime": "20220130", 103 | "filename": "Arrow-v12.0-tulip-COMMUNITY-20220130-GAPPS.zip", 104 | "filepath": "/arrow-12.0/tulip/Arrow-v12.0-tulip-COMMUNITY-20220130-GAPPS.zip", 105 | "maintainer": "TG_DEVICE_MAINTAINER", 106 | "model": "Redmi Note 6 Pro", 107 | "oem": "Xiaomi", 108 | "sha256": "a8c7ad4643300832bd9227f5510f64a7d76b5ae0b9a03e851423fd9e3e0e8285", 109 | "size": "1100026773", 110 | "type": "community", 111 | "version": "v12.0" 112 | } 113 | ] 114 | } -------------------------------------------------------------------------------- /arrow-12.1_gapps_builds_community_unofficial.json: -------------------------------------------------------------------------------- 1 | { 2 | "X01AD": [ 3 | { 4 | "changelog": "- Added libperfmanager\r\n- Improved HWUI and performance\r\n- Improve App Launch speed\r\n- Import runtime cpusets from coral\r\n- Improve scrolling responsiveness.\r\n- Misc Improvements\r\n- Added kcal\r\n- Added devfreqboost\r\n- Added Gcam Go Prebuilt V3", 5 | "date": "2022-11-21", 6 | "datetime": "20221121", 7 | "filename": "Arrow-v12.1-X01AD-COMMUNITY-20221121-GAPPS.zip", 8 | "filepath": "/arrow-12.1/X01AD/Arrow-v12.1-X01AD-COMMUNITY-20221121-GAPPS.zip", 9 | "maintainer": "Arka", 10 | "model": "ASUS_X01AD", 11 | "oem": "asus", 12 | "sha256": "b90a25665fd1548d697deba1620493e291d65a208f5c79180a39f2412353cfc2", 13 | "size": "1218461842", 14 | "type": "community", 15 | "version": "v12.1" 16 | } 17 | ], 18 | "cepheus": [ 19 | { 20 | "changelog": null, 21 | "date": "2022-07-23", 22 | "datetime": "20220723", 23 | "filename": "Arrow-v12.1-cepheus-COMMUNITY-20220723-GAPPS.zip", 24 | "filepath": "/arrow-12.1/cepheus/Arrow-v12.1-cepheus-COMMUNITY-20220723-GAPPS.zip", 25 | "maintainer": "lamjiidii1", 26 | "model": "Mi 9", 27 | "oem": "Xiaomi", 28 | "sha256": "868907b4973a24d92a4504e9fa18d07a1cc24c5847210fd24b7d6d96287a6161", 29 | "size": "1356730412", 30 | "type": "community", 31 | "version": "v12.1" 32 | } 33 | ], 34 | "tucana": [ 35 | { 36 | "changelog": "Build 17-04-2022\r\n\r\nApril security patch\r\nAdd clear speaker and Mi Sound Enhancer Scenes from Surya\r\nAdd DC Dimming and High Brightness mode now that all kernels support them\r\nMove parts to system_ext\r\nImproved smoothness of screen recorder\r\nAdd back encryption\r\nEnable zygote preforking\r\nUpdate system caf blobs from LA.QSSI.12.0.r1-05800.02-qssi.0\r\nUpdate vendor caf blobs from LA.UM.9.1.r1-11500.02-SMxxx0.QSSI12.0\r\nUpdate ACDB loader blobs from LA.UM.9.1.r1-11500.02-SMxxx0.QSSI12.0\r\nUpdate IMS, QMI, RIL blobs from sweet MIUI V13.0.2.0.SKFMIXM\r\nAdd back qcom WFD and imported blobs from LA.QSSI.12.0.r1-05800.01-qssi.0 / LA.UM.9.1.r1-11500.02-SMxxx0.QSSI12.0\r\nUpdate other blobs from tucana V13.0.1.0.RFDCNXM\r\nEnable 64-bit inode version support for ext4 \r\nAddress more SELinux denials\r\nBuild media Codec2 modules\r\nRemove dynamic attributes from audio policy config\r\nLabel some RIL property\r\nRemove FM Tuner from input devices (fixes Google Recorder)\r\nRelax WiFi re-association RSSI thresholds\r\nExtend buffer size to 256kb for offload playback \r\nFix deprecated power profile items\r\nDisable Few-debug services\r\nSilence the super annoying libperfmgr spam\r\nSwitch to proton Clang for kernel\r\nAdd developer GSI keys\r\nAdd full vendor/Adreno and vendor/rfs symlinks\r\nImprove VoIP calls performance\r\n\r\nUpdated Alikernel to version 4.14.271\r\nKernel caf tag upstreamed to LA.UM.9.1.r1-11600-SMxxx0.0\r\nImproved SystemUI jitter\r\n\r\n\r\nClean install is mandatory!\r\nRecommended firmware: 12.5.6 Global", 37 | "date": "2022-04-17", 38 | "datetime": "20220417", 39 | "filename": "Arrow-v12.1-tucana-COMMUNITY-20220417-GAPPS.zip", 40 | "filepath": "/arrow-12.1/tucana/Arrow-v12.1-tucana-COMMUNITY-20220417-GAPPS.zip", 41 | "maintainer": "Erikdrozina", 42 | "model": "Mi Note 10", 43 | "oem": "Xiaomi", 44 | "sha256": "5d0ac60979b5b9f75bd7533555e6ab418ec29a44aed63007731a13cfeb89b51a", 45 | "size": "1538649441", 46 | "type": "community", 47 | "version": "v12.1" 48 | } 49 | ], 50 | "tulip": [ 51 | { 52 | "changelog": "- Switch to 4.19 kernel.", 53 | "date": "2022-07-02", 54 | "datetime": "20220702", 55 | "filename": "Arrow-v12.1-tulip-COMMUNITY-20220702-GAPPS.zip", 56 | "filepath": "/arrow-12.1/tulip/Arrow-v12.1-tulip-COMMUNITY-20220702-GAPPS.zip", 57 | "maintainer": "IceBreaker2451", 58 | "model": "Redmi Note 6 Pro", 59 | "oem": "Xiaomi", 60 | "sha256": "ab01b6881f74fe7670a8d70834abb1710b5f0305af070d80a07e986e343e6165", 61 | "size": "1134648459", 62 | "type": "community", 63 | "version": "v12.1" 64 | } 65 | ], 66 | "vince": [ 67 | { 68 | "changelog": null, 69 | "date": "2022-04-15", 70 | "datetime": "20220415", 71 | "filename": "Arrow-v12.1-vince-COMMUNITY-20220415-GAPPS.zip", 72 | "filepath": "/arrow-12.1/vince/Arrow-v12.1-vince-COMMUNITY-20220415-GAPPS.zip", 73 | "maintainer": "srinandek", 74 | "model": "Redmi 5 Plus", 75 | "oem": "Xiaomi", 76 | "sha256": "95082d27fa2c389dab12e4bc41d4384d9000ca61850e1974f052ed518bee5c69", 77 | "size": "1051265984", 78 | "type": "community", 79 | "version": "v12.1" 80 | } 81 | ] 82 | } -------------------------------------------------------------------------------- /source_changelog.json: -------------------------------------------------------------------------------- 1 | { 2 | "arrow-10.0": { 3 | "17-08-2020": "- Fix theme issues in AOSP Dialer and messages packages\r\n- Fix random NFC crashes\r\n- Fix screen recorder lags on some qcom devices\r\n- Add and improve Fingerprint under\/on display support\r\n- Merge translations from the community\r\n- Misc changes and improvements not worth mentioning, please check our gerrit or github", 4 | "23-08-2020": "- Fix theme issues in AOSP Dialer and messages packages\r\n- Fix random NFC crashes\r\n- Fix screen recorder lags on some qcom devices\r\n- Add and improve Fingerprint under\/on display support\r\n- Merge translations from the community\r\n- Misc changes and improvements not worth mentioning, please check our gerrit or github\r\n\r\nGAPPS VERSION ONLY:\r\n- Add Chrome", 5 | "31-08-2020": "- Merge translations from the community\r\n- Misc changes and improvements not worth mentioning, please check our gerrit or github", 6 | "11-09-2020": "- Merge September Security Patches\r\n- Launcher: implement hidden & protected apps\r\n- Launcher3: allow disabling workspace edit\r\n- Add touch response optimizations\r\n- WifiManager: Add StaState API\r\n- Add OnePlus Slate font\r\n- Fixup Launcher3 recents overview padding in GAPPS buildtype\r\n- Misc changes and improvements not worth mentioning, please check our gerrit or github", 7 | "17-09-2020": "- Fix BT on some devices\r\n- Misc changes and improvements not worth mentioning, please check our gerrit or github", 8 | "30-09-2020": "- Build PixelBridge with Lawnchair\r\n- Add support for DisplayPort Audio (HDMI Audio)\r\n- Merge translations from community\r\n- Misc changes and improvements not worth mentioning, please check our gerrit or github.", 9 | "08-11-2020": "- Bump November Security Patch\r\n- Update Chromium Webview to 86.0.4240.185\r\n- Misc changes and improvements not worth mentioning, please check our gerrit or github.\r\n\r\nGAPPS VERSION ONLY:\r\n- Fix crash Device Personalization Service after boot\r\n- Switch Pixel Launcher instead Launcher3\/Lawnchair" 10 | }, 11 | "arrow-11.0": { 12 | "27-09-2020": "- Fingerprint success vibration is disabled with global haptic toggle.\r\n- Added double tap status bar to sleep.\r\n- Added double tap lockscreen to sleep.\r\n- Disable screenshot sound.\r\n- Added unlink notification and ringer volume toggle.\r\n- Upstream changes and fixes.", 13 | "12-10-2020": "- Merged Oct security patch.\r\n- Added battery light customization\r\n- Added notification light customization\r\n- Moved Gestures and Buttons to Settings dashboard.\r\n- Added Heads up tile and blacklist customization.\r\n- Added advanced reboot and power menu customization.\r\n- Added HwKeys customization.\r\n- Added button brightness and backlight.\r\n- Added accidental button touch prevention.\r\n- Added proximity wake support.\r\n- Make every menu in settings expanded by default.\r\n- Added statusbar icons tuner.\r\n- Added volte statusbar icon.\r\n- Open advanced battery usage on header click.\r\n- Added battery level animation.\r\n- Show battery times in summary.\r\n- Show link to open Google Play in installed apps section.\r\n- Open app when clicking on icon in App Info\r\n- Lockscreen charging info.\r\n- Added dash charging support.\r\n- Addressed many more NPE and misc issues.\r\n- Added FOD support.\r\n- Added Battery light feature.\r\n- Screenshots include appname now.\r\n- Misc changes and improvements not worth mentioning, please check our gerrit or github.", 14 | "21-10-2020": "- Merged AOSP r8 tag\r\n- ThemePicker improvements from AOSP\r\n- Add Soft reboot option\r\n- add an option to hide gestures pill\r\n- Allow customizing the length of gesture navbar\r\n- Add toggle to enable Lockscreen media\r\n- Dark theme mode\/ ColorBucket improvements\r\n- Make Battery settings\/Power Usage more appealing\r\n- Enable feature flags for all build variants\r\n- UX and UI improvements \r\n- Add Dark theme support in AOSP apps like Dialer, messages, and contacts\r\n- Add Call recording feature in AOSP Dialer\r\n- Improvement and fixes to AOSP DeskClock\r\n- Improvements and basic features in Dialer, Keyboard, etc\r\n- Remove Black QS statusbar background\r\n- Show current and new version on APK installation\r\n- New Icons in ThemePicker\r\n- Misc changes and improvements not worth mentioning, please check our Gerrit or Github.", 15 | "29-10-2020": "- QS column customizations\r\n- Toggle to turn off and on the Search bar on the home screen\r\n- Google Feed support\r\n- Hidden and Protected apps feature\r\n- Misc fixes and improvements in AOSP launcher\r\n- Statusbar network traffic indicator\r\n- Surfaceflinger optimizations for qcom devices\r\n- Reduce screenshot delay\r\n- Add DataSwitch tile\r\n- Add Sound tile\r\n- Add Caffeine tile\r\n- Add Reboot tile\r\n- Added Screenshot tile with selectable region support\r\n- Add 3 finger swipe screenshot\r\n- OmniJaws is back for weather features \r\n- Misc changes and improvements not worth mentioning, please check our Gerrit or Github.", 16 | "31-10-2020": "- Fixed backuptool.\r\n- Fixed an issue with QS tile add\/remove.\r\n- Misc changes and improvements not worth mentioning, please check our Gerrit or Github.", 17 | "05-11-2020": "- November Security patches\r\n- Misc bug fixes and changes\r\n- For more, check our gerrit or github", 18 | "12-11-2020": "- Fix screenshot powermenu action not working after November ASB\r\n- Move Clear All button below the overview\r\n- Bunch of theme improvements and fixes\r\n- Smoother refined upload and download animations\r\n- Allow legacy apps to fully scale as per device aspect ratio\r\n- Merge translations from the community\r\n- Add the wallet (cards and passes) integration in the power menu\r\n- Add Volume key music control (skip music tracks) and Volume Rocker Wake\r\n- Misc bug fixes and changes\r\n- For more, check our gerrit or github" 19 | } 20 | } -------------------------------------------------------------------------------- /arrow-12.1_gapps_builds_community.json: -------------------------------------------------------------------------------- 1 | { 2 | "X01AD": [ 3 | { 4 | "changelog": "- Added libperfmanager\r\n- Improved HWUI and performance\r\n- Improve App Launch speed\r\n- Import runtime cpusets from coral\r\n- Improve scrolling responsiveness.\r\n- Misc Improvements\r\n- Added kcal\r\n- Added devfreqboost", 5 | "date": "2022-11-24", 6 | "datetime": "20221124", 7 | "filename": "Arrow-v12.1-X01AD-COMMUNITY-20221124-GAPPS.zip", 8 | "filepath": "/arrow-12.1/X01AD/Arrow-v12.1-X01AD-COMMUNITY-20221124-GAPPS.zip", 9 | "maintainer": "Arka", 10 | "model": "ASUS_X01AD", 11 | "oem": "asus", 12 | "sha256": "1e977788982efb35b663c66f92870438ec31a372e90cc1275bdcd33a3538473f", 13 | "size": "1142969535", 14 | "type": "community", 15 | "version": "v12.1" 16 | } 17 | ], 18 | "Z01R": [ 19 | { 20 | "changelog": "\u2022 Kernel: Merge LA.UM.10.3.r1-01700-sdm845.0 tag\r\n\u2022 Sync latest ROM change", 21 | "date": "2022-11-18", 22 | "datetime": "20221118", 23 | "filename": "Arrow-v12.1-Z01R-COMMUNITY-20221118-GAPPS.zip", 24 | "filepath": "/arrow-12.1/Z01R/Arrow-v12.1-Z01R-COMMUNITY-20221118-GAPPS.zip", 25 | "maintainer": "EdwardWu", 26 | "model": "Zenfone 5Z", 27 | "oem": "asus", 28 | "sha256": "1ffd106cb8dffdc81974578cfc4f318e7f1f941599e329d0b963e26c5b1ec6a7", 29 | "size": "1036420264", 30 | "type": "community", 31 | "version": "v12.1" 32 | } 33 | ], 34 | "cepheus": [ 35 | { 36 | "changelog": null, 37 | "date": "2022-10-19", 38 | "datetime": "20221019", 39 | "filename": "Arrow-v12.1-cepheus-COMMUNITY-20221019-GAPPS.zip", 40 | "filepath": "/arrow-12.1/cepheus/Arrow-v12.1-cepheus-COMMUNITY-20221019-GAPPS.zip", 41 | "maintainer": "lamjiidii1", 42 | "model": "Mi 9", 43 | "oem": "Xiaomi", 44 | "sha256": "38bef4d0f9116f150b2aefdcceea8ea37bd70a3c3d1f23197b38ca5b810cc882", 45 | "size": "1357678925", 46 | "type": "community", 47 | "version": "v12.1" 48 | } 49 | ], 50 | "r5x": [ 51 | { 52 | "changelog": "Initial A12 build\r\nEnforcing", 53 | "date": "2022-07-03", 54 | "datetime": "20220703", 55 | "filename": "Arrow-v12.1-r5x-COMMUNITY-20220703-GAPPS.zip", 56 | "filepath": "/arrow-12.1/r5x/Arrow-v12.1-r5x-COMMUNITY-20220703-GAPPS.zip", 57 | "maintainer": "TG_DEVICE_MAINTAINER", 58 | "model": "Realme 5 Series", 59 | "oem": "Realme", 60 | "sha256": "422d39e0e2142490cee700493a3438de180e51890bf0c79389bf5caad2696cc4", 61 | "size": "1318934689", 62 | "type": "community", 63 | "version": "v12.1" 64 | } 65 | ], 66 | "tucana": [ 67 | { 68 | "changelog": "April security patch\r\nAdd clear speaker and Mi Sound Enhancer Scenes from Surya\r\nAdd DC Dimming and High Brightness mode now that all kernels support them\r\nMove parts to system_ext\r\nImproved smoothness of screen recorder\r\nAdd back encryption\r\nEnable zygote preforking\r\nUpdate system caf blobs from LA.QSSI.12.0.r1-05800.02-qssi.0\r\nUpdate vendor caf blobs from LA.UM.9.1.r1-11500.02-SMxxx0.QSSI12.0\r\nUpdate ACDB loader blobs from LA.UM.9.1.r1-11500.02-SMxxx0.QSSI12.0\r\nUpdate IMS, QMI, RIL blobs from sweet MIUI V13.0.2.0.SKFMIXM\r\nAdd back qcom WFD and imported blobs from LA.QSSI.12.0.r1-05800.01-qssi.0 / LA.UM.9.1.r1-11500.02-SMxxx0.QSSI12.0\r\nUpdate other blobs from tucana V13.0.1.0.RFDCNXM\r\nEnable 64-bit inode version support for ext4 \r\nAddress more SELinux denials\r\nBuild media Codec2 modules\r\nRemove dynamic attributes from audio policy config\r\nLabel some RIL property\r\nRemove FM Tuner from input devices (fixes Google Recorder)\r\nRelax WiFi re-association RSSI thresholds\r\nExtend buffer size to 256kb for offload playback \r\nFix deprecated power profile items\r\nDisable Few-debug services\r\nSilence the super annoying libperfmgr spam\r\nSwitch to proton Clang for kernel\r\nAdd developer GSI keys\r\nAdd full vendor/Adreno and vendor/rfs symlinks\r\nImprove VoIP calls performance\r\n\r\nUpdated Alikernel to version 4.14.271\r\nKernel caf tag upstreamed to LA.UM.9.1.r1-11600-SMxxx0.0\r\nImproved SystemUI jitter\r\n\r\n\r\nClean install is mandatory!\r\nRecommended firmware: 12.5.6 Global", 69 | "date": "2022-04-24", 70 | "datetime": "20220424", 71 | "filename": "Arrow-v12.1-tucana-COMMUNITY-20220424-GAPPS.zip", 72 | "filepath": "/arrow-12.1/tucana/Arrow-v12.1-tucana-COMMUNITY-20220424-GAPPS.zip", 73 | "maintainer": "Erikdrozina", 74 | "model": "Mi Note 10", 75 | "oem": "Xiaomi", 76 | "sha256": "98b6aadad46439356434e51c096171df70cbb967380a2a7ff7b7a16bfea7d58b", 77 | "size": "1538787601", 78 | "type": "community", 79 | "version": "v12.1" 80 | } 81 | ], 82 | "tulip": [ 83 | { 84 | "changelog": "- Initial Official build.", 85 | "date": "2022-07-22", 86 | "datetime": "20220722", 87 | "filename": "Arrow-v12.1-tulip-COMMUNITY-20220722-GAPPS.zip", 88 | "filepath": "/arrow-12.1/tulip/Arrow-v12.1-tulip-COMMUNITY-20220722-GAPPS.zip", 89 | "maintainer": "IceBreaker2451", 90 | "model": "Redmi Note 6 Pro", 91 | "oem": "Xiaomi", 92 | "sha256": "2b8ec76ed417b3f47c5175f7880ef54593ceb1f94231a1cc5836995057c54470", 93 | "size": "1119184295", 94 | "type": "community", 95 | "version": "v12.1" 96 | } 97 | ] 98 | } -------------------------------------------------------------------------------- /arrow-12.1_vanilla_builds_community.json: -------------------------------------------------------------------------------- 1 | { 2 | "X01AD": [ 3 | { 4 | "changelog": "- Added libperfmanager\r\n- Improved HWUI and performance\r\n- Improve App Launch speed\r\n- Import runtime cpusets from coral\r\n- Improve scrolling responsiveness.\r\n- Misc Improvements\r\n- Added kcal\r\n- Added devfreqboost", 5 | "date": "2022-11-24", 6 | "datetime": "20221124", 7 | "filename": "Arrow-v12.1-X01AD-COMMUNITY-20221124-VANILLA.zip", 8 | "filepath": "/arrow-12.1/X01AD/Arrow-v12.1-X01AD-COMMUNITY-20221124-VANILLA.zip", 9 | "maintainer": "Arka", 10 | "model": "ASUS_X01AD", 11 | "oem": "asus", 12 | "sha256": "21c3df80187dffc3a0e3c64f97dda846dbd8e4a348d55541992cd1de19076679", 13 | "size": "814808847", 14 | "type": "community", 15 | "version": "v12.1" 16 | } 17 | ], 18 | "Z01R": [ 19 | { 20 | "changelog": "\u2022 Kernel: Merge LA.UM.10.3.r1-01700-sdm845.0 tag\r\n\u2022 Sync latest ROM change", 21 | "date": "2022-11-18", 22 | "datetime": "20221118", 23 | "filename": "Arrow-v12.1-Z01R-COMMUNITY-20221118-VANILLA.zip", 24 | "filepath": "/arrow-12.1/Z01R/Arrow-v12.1-Z01R-COMMUNITY-20221118-VANILLA.zip", 25 | "maintainer": "EdwardWu", 26 | "model": "Zenfone 5Z", 27 | "oem": "asus", 28 | "sha256": "b05943be923c07783944006d433b691f32938f3c185699455515f62d6c73457c", 29 | "size": "751557122", 30 | "type": "community", 31 | "version": "v12.1" 32 | } 33 | ], 34 | "cepheus": [ 35 | { 36 | "changelog": null, 37 | "date": "2022-10-19", 38 | "datetime": "20221019", 39 | "filename": "Arrow-v12.1-cepheus-COMMUNITY-20221019-VANILLA.zip", 40 | "filepath": "/arrow-12.1/cepheus/Arrow-v12.1-cepheus-COMMUNITY-20221019-VANILLA.zip", 41 | "maintainer": "lamjiidii1", 42 | "model": "Mi 9", 43 | "oem": "Xiaomi", 44 | "sha256": "f62bf8a0193756415416b0de0164b79fd35191eef9b0be3f21ffd85891dd9bef", 45 | "size": "1043761646", 46 | "type": "community", 47 | "version": "v12.1" 48 | } 49 | ], 50 | "r5x": [ 51 | { 52 | "changelog": "Initial A12 build\r\nEnforcing", 53 | "date": "2022-07-02", 54 | "datetime": "20220702", 55 | "filename": "Arrow-v12.1-r5x-COMMUNITY-20220702-VANILLA.zip", 56 | "filepath": "/arrow-12.1/r5x/Arrow-v12.1-r5x-COMMUNITY-20220702-VANILLA.zip", 57 | "maintainer": "TG_DEVICE_MAINTAINER", 58 | "model": "Realme 5 Series", 59 | "oem": "Realme", 60 | "sha256": "a94aa806ecf3059d783140225fd275c4d8a1d5b350d991859974282c3c03b8d1", 61 | "size": "986385236", 62 | "type": "community", 63 | "version": "v12.1" 64 | } 65 | ], 66 | "tucana": [ 67 | { 68 | "changelog": "April security patch\r\nAdd clear speaker and Mi Sound Enhancer Scenes from Surya\r\nAdd DC Dimming and High Brightness mode now that all kernels support them\r\nMove parts to system_ext\r\nImproved smoothness of screen recorder\r\nAdd back encryption\r\nEnable zygote preforking\r\nUpdate system caf blobs from LA.QSSI.12.0.r1-05800.02-qssi.0\r\nUpdate vendor caf blobs from LA.UM.9.1.r1-11500.02-SMxxx0.QSSI12.0\r\nUpdate ACDB loader blobs from LA.UM.9.1.r1-11500.02-SMxxx0.QSSI12.0\r\nUpdate IMS, QMI, RIL blobs from sweet MIUI V13.0.2.0.SKFMIXM\r\nAdd back qcom WFD and imported blobs from LA.QSSI.12.0.r1-05800.01-qssi.0 / LA.UM.9.1.r1-11500.02-SMxxx0.QSSI12.0\r\nUpdate other blobs from tucana V13.0.1.0.RFDCNXM\r\nEnable 64-bit inode version support for ext4 \r\nAddress more SELinux denials\r\nBuild media Codec2 modules\r\nRemove dynamic attributes from audio policy config\r\nLabel some RIL property\r\nRemove FM Tuner from input devices (fixes Google Recorder)\r\nRelax WiFi re-association RSSI thresholds\r\nExtend buffer size to 256kb for offload playback \r\nFix deprecated power profile items\r\nDisable Few-debug services\r\nSilence the super annoying libperfmgr spam\r\nSwitch to proton Clang for kernel\r\nAdd developer GSI keys\r\nAdd full vendor/Adreno and vendor/rfs symlinks\r\nImprove VoIP calls performance\r\n\r\nUpdated Alikernel to version 4.14.271\r\nKernel caf tag upstreamed to LA.UM.9.1.r1-11600-SMxxx0.0\r\nImproved SystemUI jitter\r\n\r\n\r\nClean install is mandatory!\r\nRecommended firmware: 12.5.6 Global", 69 | "date": "2022-04-24", 70 | "datetime": "20220424", 71 | "filename": "Arrow-v12.1-tucana-COMMUNITY-20220424-VANILLA.zip", 72 | "filepath": "/arrow-12.1/tucana/Arrow-v12.1-tucana-COMMUNITY-20220424-VANILLA.zip", 73 | "maintainer": "Erikdrozina", 74 | "model": "Mi Note 10", 75 | "oem": "Xiaomi", 76 | "sha256": "7ae73cc98debf19afcfebebded42a74d85369a7db217a6e75b9bfb0cf166a05d", 77 | "size": "1203699164", 78 | "type": "community", 79 | "version": "v12.1" 80 | } 81 | ], 82 | "tulip": [ 83 | { 84 | "changelog": "- Initial Official build.", 85 | "date": "2022-07-22", 86 | "datetime": "20220722", 87 | "filename": "Arrow-v12.1-tulip-COMMUNITY-20220722-VANILLA.zip", 88 | "filepath": "/arrow-12.1/tulip/Arrow-v12.1-tulip-COMMUNITY-20220722-VANILLA.zip", 89 | "maintainer": "IceBreaker2451", 90 | "model": "Redmi Note 6 Pro", 91 | "oem": "Xiaomi", 92 | "sha256": "8b4d3d39d6d4ea90517740c504659d11f187df536bcdb7d245f67ca06b067a9d", 93 | "size": "791226886", 94 | "type": "community", 95 | "version": "v12.1" 96 | } 97 | ] 98 | } -------------------------------------------------------------------------------- /arrow-12.0_vanilla_builds_community_unofficial.json: -------------------------------------------------------------------------------- 1 | { 2 | "X01AD": [ 3 | { 4 | "changelog": "- Improve HWUI\r\n- Improve smoothness", 5 | "date": "2022-02-11", 6 | "datetime": "20220211", 7 | "filename": "Arrow-v12.0-X01AD-COMMUNITY-20220211-VANILLA.zip", 8 | "filepath": "/arrow-12.0/X01AD/Arrow-v12.0-X01AD-COMMUNITY-20220211-VANILLA.zip", 9 | "maintainer": "Arka", 10 | "model": "Asus Zenfone Max M2", 11 | "oem": "asus", 12 | "sha256": "ec432d17740b1b89e4b747eab17076015abed3692b8d06c9ce263255f2fdb3aa", 13 | "size": "801880519", 14 | "type": "community", 15 | "version": "v12.0" 16 | } 17 | ], 18 | "Z01R": [ 19 | { 20 | "changelog": "Kernel: Update to 4.9.303 Icewiz\r\nDevice: Device Tree re-write based on Lineage OS, thanks ReallySnow for help\r\nDevice: SELinux is enofrcing now. Please remember backup and format userdata.", 21 | "date": "2022-02-23", 22 | "datetime": "20220223", 23 | "filename": "Arrow-v12.0-Z01R-COMMUNITY-20220223-VANILLA.zip", 24 | "filepath": "/arrow-12.0/Z01R/Arrow-v12.0-Z01R-COMMUNITY-20220223-VANILLA.zip", 25 | "maintainer": "EdwardWu", 26 | "model": "Zenfone 5Z", 27 | "oem": "asus", 28 | "sha256": "7ef025b8f1cb7f1fc801c3fda4b214cbee94b20a9f61c90f7e8dab239b1a874d", 29 | "size": "740172542", 30 | "type": "community", 31 | "version": "v12.0" 32 | } 33 | ], 34 | "cepheus": [ 35 | { 36 | "changelog": null, 37 | "date": "2022-02-25", 38 | "datetime": "20220225", 39 | "filename": "Arrow-v12.0-cepheus-COMMUNITY-20220225-VANILLA.zip", 40 | "filepath": "/arrow-12.0/cepheus/Arrow-v12.0-cepheus-COMMUNITY-20220225-VANILLA.zip", 41 | "maintainer": "lamjiidii1", 42 | "model": "Mi 9", 43 | "oem": "Xiaomi", 44 | "sha256": "719bad6f1cfbe1e66ee3ec8eb581e3e3673a2e855baefb8e617c213f67593fe0", 45 | "size": "1027226190", 46 | "type": "community", 47 | "version": "v12.0" 48 | } 49 | ], 50 | "davinci": [ 51 | { 52 | "changelog": null, 53 | "date": "2022-01-04", 54 | "datetime": "20220104", 55 | "filename": "Arrow-v12.0-davinci-COMMUNITY-20220104-VANILLA.zip", 56 | "filepath": "/arrow-12.0/davinci/Arrow-v12.0-davinci-COMMUNITY-20220104-VANILLA.zip", 57 | "maintainer": "RemyL", 58 | "model": "Mi 9T", 59 | "oem": "Xiaomi", 60 | "sha256": "cb8ed6b32ab1f724b6db2a09c5c6c52aced1293365e49107e5c497fb8abda0a3", 61 | "size": "984688483", 62 | "type": "community", 63 | "version": "v12.0" 64 | } 65 | ], 66 | "kebab": [ 67 | { 68 | "changelog": null, 69 | "date": "2021-12-29", 70 | "datetime": "20211229", 71 | "filename": "Arrow-v12.0-kebab-COMMUNITY-20211229-VANILLA.zip", 72 | "filepath": "/arrow-12.0/kebab/Arrow-v12.0-kebab-COMMUNITY-20211229-VANILLA.zip", 73 | "maintainer": "Dr-chen99", 74 | "model": "KB2003", 75 | "oem": "OnePlus", 76 | "sha256": "582688e49c39e5109907efb83b6b6b393fde99b3615c7d17b91cd80e4cab7f2b", 77 | "size": "1061010305", 78 | "type": "community", 79 | "version": "v12.0" 80 | } 81 | ], 82 | "r5x": [ 83 | { 84 | "changelog": "Enforcing\r\nFeb Patch", 85 | "date": "2022-02-18", 86 | "datetime": "20220218", 87 | "filename": "Arrow-v12.0-r5x-COMMUNITY-20220218-VANILLA.zip", 88 | "filepath": "/arrow-12.0/r5x/Arrow-v12.0-r5x-COMMUNITY-20220218-VANILLA.zip", 89 | "maintainer": "TG_DEVICE_MAINTAINER", 90 | "model": "Realme 5 Series", 91 | "oem": "Realme", 92 | "sha256": "34c71aa68667176055b6e9eaa4ca5e90a16ede5d956b382b4228aae2021f2930", 93 | "size": "977919308", 94 | "type": "community", 95 | "version": "v12.0" 96 | } 97 | ], 98 | "tucana": [ 99 | { 100 | "changelog": "Test Build 04-02-2022", 101 | "date": "2022-02-04", 102 | "datetime": "20220204", 103 | "filename": "Arrow-v12.0-tucana-COMMUNITY-20220204-VANILLA.zip", 104 | "filepath": "/arrow-12.0/tucana/Arrow-v12.0-tucana-COMMUNITY-20220204-VANILLA.zip", 105 | "maintainer": "TG_DEVICE_MAINTAINER", 106 | "model": "Mi Note 10", 107 | "oem": "Xiaomi", 108 | "sha256": "5ad62091d1559e635323d15fb9816fa429308317e64ed2db1398254000a38210", 109 | "size": "1204767661", 110 | "type": "community", 111 | "version": "v12.0" 112 | } 113 | ], 114 | "tulip": [ 115 | { 116 | "changelog": "- Testing with 4.19 kernel.", 117 | "date": "2022-01-30", 118 | "datetime": "20220130", 119 | "filename": "Arrow-v12.0-tulip-COMMUNITY-20220130-VANILLA.zip", 120 | "filepath": "/arrow-12.0/tulip/Arrow-v12.0-tulip-COMMUNITY-20220130-VANILLA.zip", 121 | "maintainer": "TG_DEVICE_MAINTAINER", 122 | "model": "Redmi Note 6 Pro", 123 | "oem": "Xiaomi", 124 | "sha256": "043b7589891f54e4cbf45ef560af230e26b38711013fb903c91eac7af3a08745", 125 | "size": "782859590", 126 | "type": "community", 127 | "version": "v12.0" 128 | } 129 | ], 130 | "vince": [ 131 | { 132 | "changelog": null, 133 | "date": "2022-02-25", 134 | "datetime": "20220225", 135 | "filename": "Arrow-v12.0-vince-COMMUNITY-20220225-VANILLA.zip", 136 | "filepath": "/arrow-12.0/vince/Arrow-v12.0-vince-COMMUNITY-20220225-VANILLA.zip", 137 | "maintainer": "srinandek", 138 | "model": "Redmi 5 Plus", 139 | "oem": "Xiaomi", 140 | "sha256": "214357e3460c6be09fd2e2e574b36a3079227c42c682783b1a3521d2f2455cd0", 141 | "size": "708635956", 142 | "type": "community", 143 | "version": "v12.0" 144 | } 145 | ] 146 | } -------------------------------------------------------------------------------- /arrow-10.0_vanilla_builds_unofficial.json: -------------------------------------------------------------------------------- 1 | { 2 | "beryllium": [ 3 | { 4 | "changelog": "- Misc fixes and upstream changes.\r\n\r\nNote\r\n- From now on it is required to be on Q firmware.", 5 | "date": "2020-09-29", 6 | "datetime": "20200929", 7 | "filename": "Arrow-v10.0-beryllium-OFFICIAL-20200929-VANILLA.zip", 8 | "filepath": "/arrow-10.0/beryllium/Arrow-v10.0-beryllium-OFFICIAL-20200929-VANILLA.zip", 9 | "maintainer": "Ganesh Varma, kubersharma001", 10 | "model": "POCOPHONE F1", 11 | "oem": "POCO", 12 | "sha256": "0aff410fe8d703b0ca9578fdfc0076dda3f98137a51e12b886c61fb1c5f59890", 13 | "size": "779829180", 14 | "type": "official", 15 | "version": "v10.0" 16 | } 17 | ], 18 | "davinci": [ 19 | { 20 | "changelog": "-", 21 | "date": "2020-09-10", 22 | "datetime": "20200910", 23 | "filename": "Arrow-v10.0-davinci-UNOFFICIAL-20200910-VANILLA.zip", 24 | "filepath": "/arrow-10.0/davinci/Arrow-v10.0-davinci-UNOFFICIAL-20200910-VANILLA.zip", 25 | "maintainer": "TG_DEVICE_MAINTAINER", 26 | "model": "Mi 9T", 27 | "oem": "Xiaomi", 28 | "sha256": "97c4e18277fb40e0b705ebce9518fe40ea4d97543d7f63478639f0a8f9d970d0", 29 | "size": "869048955", 30 | "type": "unofficial", 31 | "version": "v10.0" 32 | } 33 | ], 34 | "lmi": [ 35 | { 36 | "changelog": "- dirty flash is broken, be aware of this for updating", 37 | "date": "2020-11-26", 38 | "datetime": "20201126", 39 | "filename": "Arrow-v10.0-lmi-UNOFFICIAL-20201126-VANILLA.zip", 40 | "filepath": "/arrow-10.0/lmi/Arrow-v10.0-lmi-UNOFFICIAL-20201126-VANILLA.zip", 41 | "maintainer": "TH779, lamp216", 42 | "model": "POCO F2 PRO", 43 | "oem": "POCO", 44 | "sha256": "9fdded032f5ed4dcc4d3df579bc09e5a9461e4c09d30e65f30f5d62d1eed15e0", 45 | "size": "600439606", 46 | "type": "unofficial", 47 | "version": "v10.0" 48 | } 49 | ], 50 | "marlin": [ 51 | { 52 | "changelog": null, 53 | "date": "2021-02-15", 54 | "datetime": "20210215", 55 | "filename": "Arrow-v10.0-marlin-UNOFFICIAL-20210215-VANILLA.zip", 56 | "filepath": "/arrow-10.0/marlin/Arrow-v10.0-marlin-UNOFFICIAL-20210215-VANILLA.zip", 57 | "maintainer": "blckbear", 58 | "model": "Pixel XL", 59 | "oem": "Google", 60 | "sha256": "db4f21271be98bef427f843f56c71aa761d32a19196240275938c3365dcef39c", 61 | "size": "572771287", 62 | "type": "unofficial", 63 | "version": "v10.0" 64 | } 65 | ], 66 | "mido": [ 67 | { 68 | "changelog": "-", 69 | "date": "2020-11-07", 70 | "datetime": "20201107", 71 | "filename": "Arrow-v10.0-mido-UNOFFICIAL-20201107-VANILLA.zip", 72 | "filepath": "/arrow-10.0/mido/Arrow-v10.0-mido-UNOFFICIAL-20201107-VANILLA.zip", 73 | "maintainer": "Ganesh Varma, Giammarco Senatore", 74 | "model": "Redmi Note 4", 75 | "oem": "Xiaomi", 76 | "sha256": "bd2d44758b57eba5a3fdeea3dc2b74756f4e788aac7c4187e8439dbfdcbfce2e", 77 | "size": "709561999", 78 | "type": "unofficial", 79 | "version": "v10.0" 80 | } 81 | ], 82 | "polaris": [ 83 | { 84 | "changelog": "- Misc fixes and upstream changes.\r\n\r\nNote\r\n- From now on it is required to be on Q firmware (11.0.3.0 global or more new).", 85 | "date": "2020-11-08", 86 | "datetime": "20201108", 87 | "filename": "Arrow-v10.0-polaris-UNOFFICIAL-20201108-VANILLA.zip", 88 | "filepath": "/arrow-10.0/polaris/Arrow-v10.0-polaris-UNOFFICIAL-20201108-VANILLA.zip", 89 | "maintainer": "palaych", 90 | "model": "Mi MIX 2S", 91 | "oem": "Xiaomi", 92 | "sha256": "31b0d134611e080d9e200a5776f42bdd72e048600c1851d499831ccbadb50417", 93 | "size": "786080285", 94 | "type": "unofficial", 95 | "version": "v10.0" 96 | } 97 | ], 98 | "potter": [ 99 | { 100 | "changelog": "- fixup BT audio after sep ASB tag", 101 | "date": "2020-09-14", 102 | "datetime": "20200914", 103 | "filename": "Arrow-v10.0-potter-OFFICIAL-20200914-VANILLA.zip", 104 | "filepath": "/arrow-10.0/potter/Arrow-v10.0-potter-OFFICIAL-20200914-VANILLA.zip", 105 | "maintainer": "kubersharma001", 106 | "model": "Moto G5 Plus", 107 | "oem": "motorola", 108 | "sha256": "179b23363df9702ff15c00848a3ac04df5054d4c5b131816095580ad8894988b", 109 | "size": "651182471", 110 | "type": "official", 111 | "version": "v10.0" 112 | } 113 | ], 114 | "sailfish": [ 115 | { 116 | "changelog": null, 117 | "date": "2021-01-31", 118 | "datetime": "20210131", 119 | "filename": "Arrow-v10.0-sailfish-UNOFFICIAL-20210131-VANILLA.zip", 120 | "filepath": "/arrow-10.0/sailfish/Arrow-v10.0-sailfish-UNOFFICIAL-20210131-VANILLA.zip", 121 | "maintainer": "blckbear", 122 | "model": "Pixel", 123 | "oem": "Google", 124 | "sha256": "d9e87e0c5bbafddbd71470997ded0d4a64fb00bdcc9823c47c08a7a025e6b1ba", 125 | "size": "571757165", 126 | "type": "unofficial", 127 | "version": "v10.0" 128 | } 129 | ], 130 | "violet": [ 131 | { 132 | "changelog": "- Updated powerhint values", 133 | "date": "2020-09-14", 134 | "datetime": "20200914", 135 | "filename": "Arrow-v10.0-violet-UNOFFICIAL-20200914-VANILLA.zip", 136 | "filepath": "/arrow-10.0/violet/Arrow-v10.0-violet-UNOFFICIAL-20200914-VANILLA.zip", 137 | "maintainer": "Abhay Kshatriya", 138 | "model": "Redmi Note 7 Pro", 139 | "oem": "Xiaomi", 140 | "sha256": "5cf908500a94223274651b1ae57f4344604d4570d8a99c2fc862eea2bb07cc1a", 141 | "size": "852776793", 142 | "type": "unofficial", 143 | "version": "v10.0" 144 | } 145 | ] 146 | } -------------------------------------------------------------------------------- /arrow-12.0_gapps_builds_community.json: -------------------------------------------------------------------------------- 1 | { 2 | "X01AD": [ 3 | { 4 | "changelog": "- Initial A12 build", 5 | "date": "2022-03-16", 6 | "datetime": "20220316", 7 | "filename": "Arrow-v12.0-X01AD-COMMUNITY-20220316-GAPPS.zip", 8 | "filepath": "/arrow-12.0/X01AD/Arrow-v12.0-X01AD-COMMUNITY-20220316-GAPPS.zip", 9 | "maintainer": "Arka", 10 | "model": "Asus Zenfone Max M2", 11 | "oem": "asus", 12 | "sha256": "d991af6980a2e6bea99ddb29cfbdc0bf2d68fb44b2b0d3be6a18377dfcdf412f", 13 | "size": "1127454509", 14 | "type": "community", 15 | "version": "v12.0" 16 | } 17 | ], 18 | "Z01R": [ 19 | { 20 | "changelog": "Kernel: Update to 4.9.304 Icewiz\r\nKernel: Merge latest CAF tag LA.UM.10.3.r1-01000-sdm845.0 \r\nDevice: Device Tree re-write based on Lineage OS, thanks ReallySnow for help\r\nDevice: SELinux is enofrcing now. Please remember backup and format userdata.", 21 | "date": "2022-03-15", 22 | "datetime": "20220315", 23 | "filename": "Arrow-v12.0-Z01R-COMMUNITY-20220315-GAPPS.zip", 24 | "filepath": "/arrow-12.0/Z01R/Arrow-v12.0-Z01R-COMMUNITY-20220315-GAPPS.zip", 25 | "maintainer": "EdwardWu", 26 | "model": "Zenfone 5Z", 27 | "oem": "asus", 28 | "sha256": "8dd40034f43c4ba2084cfa5927f0b45e4a3713e25077c732d903fb458a060348", 29 | "size": "1024551455", 30 | "type": "community", 31 | "version": "v12.0" 32 | } 33 | ], 34 | "cepheus": [ 35 | { 36 | "changelog": null, 37 | "date": "2022-03-19", 38 | "datetime": "20220319", 39 | "filename": "Arrow-v12.0-cepheus-COMMUNITY-20220319-GAPPS.zip", 40 | "filepath": "/arrow-12.0/cepheus/Arrow-v12.0-cepheus-COMMUNITY-20220319-GAPPS.zip", 41 | "maintainer": "lamjiidii1", 42 | "model": "Mi 9", 43 | "oem": "Xiaomi", 44 | "sha256": "74a07596504c51537b1f65b96638195396511515233a3f05cb10827972d9bd36", 45 | "size": "1338889747", 46 | "type": "community", 47 | "version": "v12.0" 48 | } 49 | ], 50 | "davinci": [ 51 | { 52 | "changelog": "- Update davinci blobs from MIUI v12.1.4.0 RFJMIXM\r\n- Use aosp wfd display\r\n- Update audio hal\r\n- Use snap cam", 53 | "date": "2021-12-27", 54 | "datetime": "20211227", 55 | "filename": "Arrow-v12.0-davinci-COMMUNITY-20211227-GAPPS.zip", 56 | "filepath": "/arrow-12.0/davinci/Arrow-v12.0-davinci-COMMUNITY-20211227-GAPPS.zip", 57 | "maintainer": "RemyL", 58 | "model": "Mi 9T", 59 | "oem": "Xiaomi", 60 | "sha256": "43fc2cce2e5343b6977bbc8c2bccb7bdbaf3863a0aef21bd40c22fd923fe5710", 61 | "size": "1318164207", 62 | "type": "community", 63 | "version": "v12.0" 64 | } 65 | ], 66 | "r5x": [ 67 | { 68 | "changelog": "Initial A12 build\r\nEnforcing", 69 | "date": "2022-03-21", 70 | "datetime": "20220321", 71 | "filename": "Arrow-v12.0-r5x-COMMUNITY-20220321-GAPPS.zip", 72 | "filepath": "/arrow-12.0/r5x/Arrow-v12.0-r5x-COMMUNITY-20220321-GAPPS.zip", 73 | "maintainer": "TG_DEVICE_MAINTAINER", 74 | "model": "Realme 5 Series", 75 | "oem": "Realme", 76 | "sha256": "330a13453c047b58cd384f28df27ab2376580b402d32ee6f752487ba637e1a98", 77 | "size": "1301217530", 78 | "type": "community", 79 | "version": "v12.0" 80 | } 81 | ], 82 | "tucana": [ 83 | { 84 | "changelog": "January security patch\r\nRebase and clean trees and drop unneeded stuff\r\nAdd Mi Sound Enhancer and Hi-Fi to XiaomiParts and show Ambient Display correctly\r\nSwitch arch variant to armv8-2a-dotprod\r\nUpdate some hals, caf vendor blobs from LA.UM.9.1.r1-10900-SMxxx0.0 and caf system blobs from LA.QSSI.12.0.r1-05600-qssi.0\r\nUpdate gps from LA.UM.9.1.r1-10200-SMxxx0.0\r\nFix neverallows and address more denials\r\nFix brightness changing too frequently and increase minimum values\r\nFix VoLTE no call sound till the other part answers\r\nDisable blur on app launch\r\nBump zram to 3gb\r\nDont pin camera and launcher in memory\r\nDisable light sensor for pocket lock\r\nUpdate unpinned blobs from 12.5.5.0.RFDMIXM and import missing blobs from LA.UM.9.1.r1-10900-SMxxx0.0\r\nKill some logspam\r\nKernel version upstreamed to 4.14.262\r\nKernel caf tag upstreamed to LA.UM.9.1.r1-11500-SMxxx0.0\r\nMore, more and more...\r\n\r\nClean install is mandatory!\r\nRecommended firmware: 12.5.5", 85 | "date": "2022-03-16", 86 | "datetime": "20220316", 87 | "filename": "Arrow-v12.0-tucana-COMMUNITY-20220316-GAPPS.zip", 88 | "filepath": "/arrow-12.0/tucana/Arrow-v12.0-tucana-COMMUNITY-20220316-GAPPS.zip", 89 | "maintainer": "Erikdrozina", 90 | "model": "Mi Note 10", 91 | "oem": "Xiaomi", 92 | "sha256": "7ef929bb614393121a030095509495ca1aab6142004e63c2f5bab32ab878f032", 93 | "size": "1521832403", 94 | "type": "community", 95 | "version": "v12.0" 96 | } 97 | ], 98 | "tulip": [ 99 | { 100 | "changelog": "- Testing with QTI haptics.", 101 | "date": "2022-03-18", 102 | "datetime": "20220318", 103 | "filename": "Arrow-v12.0-tulip-COMMUNITY-20220318-GAPPS.zip", 104 | "filepath": "/arrow-12.0/tulip/Arrow-v12.0-tulip-COMMUNITY-20220318-GAPPS.zip", 105 | "maintainer": "IceBreaker2451", 106 | "model": "Redmi Note 6 Pro", 107 | "oem": "Xiaomi", 108 | "sha256": "bb858dd3dedc84140fbf820d6361e66977b30f65c8bfaf14d9d42b24203eb727", 109 | "size": "1112053675", 110 | "type": "community", 111 | "version": "v12.0" 112 | } 113 | ], 114 | "vince": [ 115 | { 116 | "changelog": null, 117 | "date": "2022-03-18", 118 | "datetime": "20220318", 119 | "filename": "Arrow-v12.0-vince-COMMUNITY-20220318-GAPPS.zip", 120 | "filepath": "/arrow-12.0/vince/Arrow-v12.0-vince-COMMUNITY-20220318-GAPPS.zip", 121 | "maintainer": "srinandek", 122 | "model": "Redmi 5 Plus", 123 | "oem": "Xiaomi", 124 | "sha256": "f5a80cb5430572a6c4cb7d8fc3177de6fbd0689d528f110d8e4ae7d6e08f17ab", 125 | "size": "1030165775", 126 | "type": "community", 127 | "version": "v12.0" 128 | } 129 | ] 130 | } -------------------------------------------------------------------------------- /arrow-12.0_vanilla_builds_community.json: -------------------------------------------------------------------------------- 1 | { 2 | "X01AD": [ 3 | { 4 | "changelog": "- Initial A12 build", 5 | "date": "2022-03-16", 6 | "datetime": "20220316", 7 | "filename": "Arrow-v12.0-X01AD-COMMUNITY-20220316-VANILLA.zip", 8 | "filepath": "/arrow-12.0/X01AD/Arrow-v12.0-X01AD-COMMUNITY-20220316-VANILLA.zip", 9 | "maintainer": "Arka", 10 | "model": "Asus Zenfone Max M2", 11 | "oem": "asus", 12 | "sha256": "482cd978bbb5f5366fd2b194dd65b7e94208a2d198881b6f4d55ad670abda64c", 13 | "size": "801696779", 14 | "type": "community", 15 | "version": "v12.0" 16 | } 17 | ], 18 | "Z01R": [ 19 | { 20 | "changelog": "Kernel: Update to 4.9.304 Icewiz\r\nKernel: Merge latest CAF tag LA.UM.10.3.r1-01000-sdm845.0 \r\nDevice: Device Tree re-write based on Lineage OS, thanks ReallySnow for help\r\nDevice: SELinux is enofrcing now. Please remember backup and format userdata.", 21 | "date": "2022-03-14", 22 | "datetime": "20220314", 23 | "filename": "Arrow-v12.0-Z01R-COMMUNITY-20220314-VANILLA.zip", 24 | "filepath": "/arrow-12.0/Z01R/Arrow-v12.0-Z01R-COMMUNITY-20220314-VANILLA.zip", 25 | "maintainer": "EdwardWu", 26 | "model": "Zenfone 5Z", 27 | "oem": "asus", 28 | "sha256": "87f2e0907c5f50d9f6136e56cebf6b1e0acedbc58c835ad4db6650968061aad6", 29 | "size": "740245953", 30 | "type": "community", 31 | "version": "v12.0" 32 | } 33 | ], 34 | "cepheus": [ 35 | { 36 | "changelog": null, 37 | "date": "2022-03-19", 38 | "datetime": "20220319", 39 | "filename": "Arrow-v12.0-cepheus-COMMUNITY-20220319-VANILLA.zip", 40 | "filepath": "/arrow-12.0/cepheus/Arrow-v12.0-cepheus-COMMUNITY-20220319-VANILLA.zip", 41 | "maintainer": "lamjiidii1", 42 | "model": "Mi 9", 43 | "oem": "Xiaomi", 44 | "sha256": "dfcbfbb490cfc716852f9612988bcc8b1266ea6073561d5f7fcc27e1dcb5bf39", 45 | "size": "1027269016", 46 | "type": "community", 47 | "version": "v12.0" 48 | } 49 | ], 50 | "davinci": [ 51 | { 52 | "changelog": "- Update davinci blobs from MIUI v12.1.4.0 RFJMIXM\r\n- Use aosp wfd display\r\n- Update audio hal\r\n- Use snap cam", 53 | "date": "2021-12-27", 54 | "datetime": "20211227", 55 | "filename": "Arrow-v12.0-davinci-COMMUNITY-20211227-VANILLA.zip", 56 | "filepath": "/arrow-12.0/davinci/Arrow-v12.0-davinci-COMMUNITY-20211227-VANILLA.zip", 57 | "maintainer": "RemyL", 58 | "model": "Mi 9T", 59 | "oem": "Xiaomi", 60 | "sha256": "8ff279716807a5dfc78fa8a0de327eee53e8bdd101d7d33d9b4895fa2b1df98a", 61 | "size": "994484706", 62 | "type": "community", 63 | "version": "v12.0" 64 | } 65 | ], 66 | "r5x": [ 67 | { 68 | "changelog": "Initial A12 build\r\nEnforcing", 69 | "date": "2022-03-20", 70 | "datetime": "20220320", 71 | "filename": "Arrow-v12.0-r5x-COMMUNITY-20220320-VANILLA.zip", 72 | "filepath": "/arrow-12.0/r5x/Arrow-v12.0-r5x-COMMUNITY-20220320-VANILLA.zip", 73 | "maintainer": "TG_DEVICE_MAINTAINER", 74 | "model": "Realme 5 Series", 75 | "oem": "Realme", 76 | "sha256": "0afdddd8480870677b90cf89143a71f2f6c271005baca168b4693fa3dfc2f6c4", 77 | "size": "977786851", 78 | "type": "community", 79 | "version": "v12.0" 80 | } 81 | ], 82 | "tucana": [ 83 | { 84 | "changelog": "January security patch\r\nRebase and clean trees and drop unneeded stuff\r\nAdd Mi Sound Enhancer and Hi-Fi to XiaomiParts and show Ambient Display correctly\r\nSwitch arch variant to armv8-2a-dotprod\r\nUpdate some hals, caf vendor blobs from LA.UM.9.1.r1-10900-SMxxx0.0 and caf system blobs from LA.QSSI.12.0.r1-05600-qssi.0\r\nUpdate gps from LA.UM.9.1.r1-10200-SMxxx0.0\r\nFix neverallows and address more denials\r\nFix brightness changing too frequently and increase minimum values\r\nFix VoLTE no call sound till the other part answers\r\nDisable blur on app launch\r\nBump zram to 3gb\r\nDont pin camera and launcher in memory\r\nDisable light sensor for pocket lock\r\nUpdate unpinned blobs from 12.5.5.0.RFDMIXM and import missing blobs from LA.UM.9.1.r1-10900-SMxxx0.0\r\nKill some logspam\r\nKernel version upstreamed to 4.14.262\r\nKernel caf tag upstreamed to LA.UM.9.1.r1-11500-SMxxx0.0\r\nMore, more and more...\r\n\r\nClean install is mandatory!\r\nRecommended firmware: 12.5.5", 85 | "date": "2022-03-16", 86 | "datetime": "20220316", 87 | "filename": "Arrow-v12.0-tucana-COMMUNITY-20220316-VANILLA.zip", 88 | "filepath": "/arrow-12.0/tucana/Arrow-v12.0-tucana-COMMUNITY-20220316-VANILLA.zip", 89 | "maintainer": "Erikdrozina", 90 | "model": "Mi Note 10", 91 | "oem": "Xiaomi", 92 | "sha256": "35b52689efc99823e076a05c860b9b6bf0c1b420e442e7c0362c2c99ed85f132", 93 | "size": "1198240285", 94 | "type": "community", 95 | "version": "v12.0" 96 | } 97 | ], 98 | "tulip": [ 99 | { 100 | "changelog": "- Testing with QTI haptics.", 101 | "date": "2022-03-17", 102 | "datetime": "20220317", 103 | "filename": "Arrow-v12.0-tulip-COMMUNITY-20220317-VANILLA.zip", 104 | "filepath": "/arrow-12.0/tulip/Arrow-v12.0-tulip-COMMUNITY-20220317-VANILLA.zip", 105 | "maintainer": "IceBreaker2451", 106 | "model": "Redmi Note 6 Pro", 107 | "oem": "Xiaomi", 108 | "sha256": "e2522fd79ed8a9ae5111bb15c9a70ac744db36fc38de2c162cf8d72844e30346", 109 | "size": "792640410", 110 | "type": "community", 111 | "version": "v12.0" 112 | } 113 | ], 114 | "vince": [ 115 | { 116 | "changelog": null, 117 | "date": "2022-03-18", 118 | "datetime": "20220318", 119 | "filename": "Arrow-v12.0-vince-COMMUNITY-20220318-VANILLA.zip", 120 | "filepath": "/arrow-12.0/vince/Arrow-v12.0-vince-COMMUNITY-20220318-VANILLA.zip", 121 | "maintainer": "srinandek", 122 | "model": "Redmi 5 Plus", 123 | "oem": "Xiaomi", 124 | "sha256": "815518ab786fc755da43cefdaa5853ffddde97b4c502ed0d36721f5306c1f206", 125 | "size": "709076108", 126 | "type": "community", 127 | "version": "v12.0" 128 | } 129 | ] 130 | } -------------------------------------------------------------------------------- /arrow-10.0_gapps_builds_unofficial.json: -------------------------------------------------------------------------------- 1 | { 2 | "davinci": [ 3 | { 4 | "changelog": "- Initial official build\r\n- Increased performance by adding libperfmgr\r\n\r\nNotes: \r\nMinimum firmware is MIUI V12.0.2.0 Global\r\nClean flash is required if coming from the unofficial version", 5 | "date": "2020-09-16", 6 | "datetime": "20200916", 7 | "filename": "Arrow-v10.0-davinci-UNOFFICIAL-20200916-GAPPS.zip", 8 | "filepath": "/arrow-10.0/davinci/Arrow-v10.0-davinci-UNOFFICIAL-20200916-GAPPS.zip", 9 | "maintainer": "daniml3", 10 | "model": "Mi 9T", 11 | "oem": "Xiaomi", 12 | "sha256": "f97e5dbf78f7918f878362cdf73318d43bd8d2eb061f16dd0af65bc03921555b", 13 | "size": "1034583314", 14 | "type": "unofficial", 15 | "version": "v10.0" 16 | } 17 | ], 18 | "land": [ 19 | { 20 | "changelog": "-", 21 | "date": "2020-10-17", 22 | "datetime": "20201017", 23 | "filename": "Arrow-v10.0-land-UNOFFICIAL-20201017-GAPPS.zip", 24 | "filepath": "/arrow-10.0/land/Arrow-v10.0-land-UNOFFICIAL-20201017-GAPPS.zip", 25 | "maintainer": "Bauuuuu", 26 | "model": "Redmi 3S/3X", 27 | "oem": "Xiaomi", 28 | "sha256": "13b43b0120e4ad5a3bd5aaf34ee59f78f3b2f277f778af85a9c5fd66c3e8b584", 29 | "size": "751785633", 30 | "type": "unofficial", 31 | "version": "v10.0" 32 | } 33 | ], 34 | "lmi": [ 35 | { 36 | "changelog": "- trying new tree made by TH779, DT2W fixed\r\n\r\n- enable FOD, was disabled in last build", 37 | "date": "2020-12-24", 38 | "datetime": "20201224", 39 | "filename": "Arrow-v10.0-lmi-UNOFFICIAL-20201224-GAPPS.zip", 40 | "filepath": "/arrow-10.0/lmi/Arrow-v10.0-lmi-UNOFFICIAL-20201224-GAPPS.zip", 41 | "maintainer": "TH779, lamp216", 42 | "model": "POCO F2 Pro", 43 | "oem": "POCO", 44 | "sha256": "e661ad712669fbf7b0a156035519161fa32926e988f0bc59ab816906f46d6264", 45 | "size": "737523972", 46 | "type": "unofficial", 47 | "version": "v10.0" 48 | } 49 | ], 50 | "marlin": [ 51 | { 52 | "changelog": null, 53 | "date": "2021-02-15", 54 | "datetime": "20210215", 55 | "filename": "Arrow-v10.0-marlin-UNOFFICIAL-20210215-GAPPS.zip", 56 | "filepath": "/arrow-10.0/marlin/Arrow-v10.0-marlin-UNOFFICIAL-20210215-GAPPS.zip", 57 | "maintainer": "blckbear", 58 | "model": "Pixel XL", 59 | "oem": "Google", 60 | "sha256": "81de5fe94494a5a762a2faf7550c21270b724c18f17daf730aa9c09a8cafe336", 61 | "size": "791174847", 62 | "type": "unofficial", 63 | "version": "v10.0" 64 | } 65 | ], 66 | "miatoll": [ 67 | { 68 | "changelog": "\u2022 Upstreamed kernel to 4.14.204\r\n\u2022 Fixed call recording overlay\r\n\u2022 Updated Build FP to coral November", 69 | "date": "2020-11-14", 70 | "datetime": "20201114", 71 | "filename": "Arrow-v10.0-miatoll-UNOFFICIAL-20201114-GAPPS.zip", 72 | "filepath": "/arrow-10.0/miatoll/Arrow-v10.0-miatoll-UNOFFICIAL-20201114-GAPPS.zip", 73 | "maintainer": "SonalSingh18", 74 | "model": "SM6250", 75 | "oem": "Xiaomi", 76 | "sha256": "23465fd4b8e6e0d822ecb380f154f618ade542baec0a47be95d8e77e89321a93", 77 | "size": "1252379027", 78 | "type": "unofficial", 79 | "version": "v10.0" 80 | } 81 | ], 82 | "mido": [ 83 | { 84 | "changelog": "-", 85 | "date": "2020-11-07", 86 | "datetime": "20201107", 87 | "filename": "Arrow-v10.0-mido-UNOFFICIAL-20201107-GAPPS.zip", 88 | "filepath": "/arrow-10.0/mido/Arrow-v10.0-mido-UNOFFICIAL-20201107-GAPPS.zip", 89 | "maintainer": "Ganesh Varma, Giammarco Senatore", 90 | "model": "Redmi Note 4", 91 | "oem": "Xiaomi", 92 | "sha256": "bfe4cff4d8058af77e3e8a8e76a3dd00b2665979d4ba119926b0dbe10410dbd1", 93 | "size": "868917074", 94 | "type": "unofficial", 95 | "version": "v10.0" 96 | } 97 | ], 98 | "phoenix": [ 99 | { 100 | "changelog": "- Misc fixes and upstream changes.", 101 | "date": "2020-09-13", 102 | "datetime": "20200913", 103 | "filename": "Arrow-v10.0-phoenix-OFFICIAL-20200913-GAPPS.zip", 104 | "filepath": "/arrow-10.0/phoenix/Arrow-v10.0-phoenix-OFFICIAL-20200913-GAPPS.zip", 105 | "maintainer": "harshv23, kubersharma001", 106 | "model": "POCO X2", 107 | "oem": "POCO", 108 | "sha256": "921f5ce1defdb2ea2f4d755996aff12220254baeed6c3ab5213a87290095e480", 109 | "size": "1109275042", 110 | "type": "official", 111 | "version": "v10.0" 112 | } 113 | ], 114 | "polaris": [ 115 | { 116 | "changelog": "- Misc fixes and upstream changes.\r\n\r\nNote\r\n- From now on it is required to be on Q firmware (11.0.3.0 global or more new).", 117 | "date": "2020-11-08", 118 | "datetime": "20201108", 119 | "filename": "Arrow-v10.0-polaris-UNOFFICIAL-20201108-GAPPS.zip", 120 | "filepath": "/arrow-10.0/polaris/Arrow-v10.0-polaris-UNOFFICIAL-20201108-GAPPS.zip", 121 | "maintainer": "palaych", 122 | "model": "Mi MIX 2S", 123 | "oem": "Xiaomi", 124 | "sha256": "7e58134c16fd7cdb87ab6183220f172fb43a6cd17af0b9c610c5f5cc8399bbab", 125 | "size": "948939421", 126 | "type": "unofficial", 127 | "version": "v10.0" 128 | } 129 | ], 130 | "potter": [ 131 | { 132 | "changelog": "- fixup BT audio after sep ASB tag", 133 | "date": "2020-09-14", 134 | "datetime": "20200914", 135 | "filename": "Arrow-v10.0-potter-OFFICIAL-20200914-GAPPS.zip", 136 | "filepath": "/arrow-10.0/potter/Arrow-v10.0-potter-OFFICIAL-20200914-GAPPS.zip", 137 | "maintainer": "kubersharma001", 138 | "model": "Moto G5 Plus", 139 | "oem": "motorola", 140 | "sha256": "d7edaf3535c4ec0b6335a8145ca3f0febf9a435949998aa369bd668483baaa19", 141 | "size": "812357151", 142 | "type": "official", 143 | "version": "v10.0" 144 | } 145 | ], 146 | "sailfish": [ 147 | { 148 | "changelog": null, 149 | "date": "2021-01-31", 150 | "datetime": "20210131", 151 | "filename": "Arrow-v10.0-sailfish-UNOFFICIAL-20210131-GAPPS.zip", 152 | "filepath": "/arrow-10.0/sailfish/Arrow-v10.0-sailfish-UNOFFICIAL-20210131-GAPPS.zip", 153 | "maintainer": "blckbear", 154 | "model": "Pixel", 155 | "oem": "Google", 156 | "sha256": "71111492f18078547522ff20c30386ea28e7ab0cd725b548f6a96c8da77df759", 157 | "size": "791091522", 158 | "type": "unofficial", 159 | "version": "v10.0" 160 | } 161 | ], 162 | "violet": [ 163 | { 164 | "changelog": "-", 165 | "date": "2020-09-14", 166 | "datetime": "20200914", 167 | "filename": "Arrow-v10.0-violet-UNOFFICIAL-20200914-GAPPS.zip", 168 | "filepath": "/arrow-10.0/violet/Arrow-v10.0-violet-UNOFFICIAL-20200914-GAPPS.zip", 169 | "maintainer": "Abhay Kshatriya", 170 | "model": "Redmi Note 7 Pro", 171 | "oem": "Xiaomi", 172 | "sha256": "ab5fc4f4cc4895a394248842ece9866721a30052c8cbcc0f0d897393650a9a4a", 173 | "size": "1016360252", 174 | "type": "unofficial", 175 | "version": "v10.0" 176 | } 177 | ] 178 | } -------------------------------------------------------------------------------- /arrow-11.0_vanilla_builds_community_unofficial.json: -------------------------------------------------------------------------------- 1 | { 2 | "RMX1801": [ 3 | { 4 | "changelog": null, 5 | "date": "2021-09-20", 6 | "datetime": "20210920", 7 | "filename": "Arrow-v11.0-RMX1801-COMMUNITY-20210920-VANILLA.zip", 8 | "filepath": "/arrow-11.0/RMX1801/Arrow-v11.0-RMX1801-COMMUNITY-20210920-VANILLA.zip", 9 | "maintainer": "TG_DEVICE_MAINTAINER", 10 | "model": "Realme 2 Pro", 11 | "oem": "oppo", 12 | "sha256": "1db9411fff7b66bcdc1a497622cc2409ca0f85386ae374b56d37550c20a60f9b", 13 | "size": "990618293", 14 | "type": "community", 15 | "version": "v11.0" 16 | } 17 | ], 18 | "X01AD": [ 19 | { 20 | "changelog": "- Fix DPI and lag issue\r\n- Update kernel\r\n- Misc changes", 21 | "date": "2022-01-31", 22 | "datetime": "20220131", 23 | "filename": "Arrow-v11.0-X01AD-COMMUNITY-20220131-VANILLA.zip", 24 | "filepath": "/arrow-11.0/X01AD/Arrow-v11.0-X01AD-COMMUNITY-20220131-VANILLA.zip", 25 | "maintainer": "Arka", 26 | "model": "Asus Zenfone Max M2", 27 | "oem": "asus", 28 | "sha256": "b71b7f255001a48ea2395b68f851d26012044556d886a6f67b2de1af30296298", 29 | "size": "865075931", 30 | "type": "community", 31 | "version": "v11.0" 32 | } 33 | ], 34 | "cas": [ 35 | { 36 | "changelog": "Firmware: V12.5.6.0.RJJCNXM\r\nChangelog:\r\n1. SeLinux enforce now.\r\n2. Fix overheating when charging.\r\n3. Firmware included.", 37 | "date": "2021-10-04", 38 | "datetime": "20211004", 39 | "filename": "Arrow-v11.0-cas-COMMUNITY-20211004-VANILLA.zip", 40 | "filepath": "/arrow-11.0/cas/Arrow-v11.0-cas-COMMUNITY-20211004-VANILLA.zip", 41 | "maintainer": "Xayah", 42 | "model": "M2007J1SC", 43 | "oem": "Xiaomi", 44 | "sha256": "e7aa2c1e294b3109f8231fa435faeacc6c4639bde86c5a5b86eb2e2aeb0a8de7", 45 | "size": "1633389857", 46 | "type": "community", 47 | "version": "v11.0" 48 | } 49 | ], 50 | "cepheus": [ 51 | { 52 | "changelog": "Kernel changes:\r\n\u2022 Upstreamed to .232\r\n\u2022 Merge latest CAF tag LA.UM.9.1.r1-10200-SMxxx0.0\r\n\u2022 Merge WireGuard v1.0.20210424\r\n\u2022 Improve low memory killer\r\n\u2022 Mirco-optimize scheduler\r\n\u2022 Drop unused NUMA feature(Non-Uniform Memory Access)\r\n\u2022 Bring back userspace boost method\r\n\u2022 Add some thermal zones for mi_thermald\r\n\u2022 Enable Ftrace for iorap perfetto\r\n\r\nDevice specific changes:\r\n\u2022 Update prebuilt firmware and blobs from cepheus-user 11 RKQ1.200826.002 21.4.7 release-keys\r\n\u2022 Switch to POCO X3 Pro Global Listen stack and hotwordenrollment blobs (fixes screen off Google hotword detection and low mic volume when enabled OK Google)\r\n\u2022 Add proper configs for burn-in protection\r\n\u2022 Drop non-functional power off alarm blobs\r\n\u2022 Reset to miui stock audio configs\r\n\u2022 Cleanup SEPolicy rules also resolve all neverallow rues\r\n\u2022 Disable GPU Boost during interaction powerhint\r\n\u2022 Fix camera stutter in some apps\r\n\u2022 Enable iorap readahead (Improve app startup time)\r\n\u2022 Enable unspecialized app process pool\r\n\u2022 Use Gcam Go only with gapped releases (use snap with vanila releases)\r\n\u2022 Update to June redfin fingerprint \r\n\u2022 Flatten APEXs for performance\r\n\u2022 Make the UI smoother\r\n\u2022 Use \"Xiaomi Mi 9\" for default ssid name \r\n\u2022 Some stuff else, go read commit list on Github.", 53 | "date": "2021-09-07", 54 | "datetime": "20210907", 55 | "filename": "Arrow-v11.0-cepheus-COMMUNITY-20210907-VANILLA.zip", 56 | "filepath": "/arrow-11.0/cepheus/Arrow-v11.0-cepheus-COMMUNITY-20210907-VANILLA.zip", 57 | "maintainer": "lamjiidii1", 58 | "model": "Mi 9", 59 | "oem": "Xiaomi", 60 | "sha256": "b6f20de6a07a67d87fb63b7b8fc6857bd05dc13383df84f70820219fdc31fa2b", 61 | "size": "1068813934", 62 | "type": "community", 63 | "version": "v11.0" 64 | } 65 | ], 66 | "chiron": [ 67 | { 68 | "changelog": null, 69 | "date": "2021-04-23", 70 | "datetime": "20210423", 71 | "filename": "Arrow-v11.0-chiron-COMMUNITY-20210423-VANILLA.zip", 72 | "filepath": "/arrow-11.0/chiron/Arrow-v11.0-chiron-COMMUNITY-20210423-VANILLA.zip", 73 | "maintainer": "TG_DEVICE_MAINTAINER", 74 | "model": "Mi MIX 2", 75 | "oem": "Xiaomi", 76 | "sha256": "9e87dd382bf551ac6d8129d1f283cfb56ac382bc62bfd53ea81500de1e345296", 77 | "size": "798712644", 78 | "type": "community", 79 | "version": "v11.0" 80 | } 81 | ], 82 | "cmi": [ 83 | { 84 | "changelog": "Rounded corners without jagged\r\nBetter 5G network support\r\nAdd refresh rate switch\r\nFix the problem that the recorded voice is too small\r\nImprove SQL performance a little bit\r\nMore adjustments waiting for you to discover", 85 | "date": "2021-02-04", 86 | "datetime": "20210204", 87 | "filename": "Arrow-v11.0-cmi-COMMUNITY-20210204-VANILLA.zip", 88 | "filepath": "/arrow-11.0/cmi/Arrow-v11.0-cmi-COMMUNITY-20210204-VANILLA.zip", 89 | "maintainer": "ChaptSand", 90 | "model": "MI 10 Pro", 91 | "oem": "Xiaomi", 92 | "sha256": "0bf170be31ed01d36613b177c7442ca8e97ae1fdb5dd1a68c9c662d99d42e325", 93 | "size": "682175989", 94 | "type": "community", 95 | "version": "v11.0" 96 | } 97 | ], 98 | "juice": [ 99 | { 100 | "changelog": null, 101 | "date": "2021-08-20", 102 | "datetime": "20210820", 103 | "filename": "Arrow-v11.0-juice-COMMUNITY-20210820-VANILLA.zip", 104 | "filepath": "/arrow-11.0/juice/Arrow-v11.0-juice-COMMUNITY-20210820-VANILLA.zip", 105 | "maintainer": "John Paul Patigas", 106 | "model": "Juice", 107 | "oem": "Xiaomi", 108 | "sha256": "6535e0088458638a640220b5391f4d724fb095ce6fe69ec5001dbbe12ec71fa1", 109 | "size": "709720879", 110 | "type": "community", 111 | "version": "v11.0" 112 | } 113 | ], 114 | "kebab": [ 115 | { 116 | "changelog": null, 117 | "date": "2021-10-04", 118 | "datetime": "20211004", 119 | "filename": "Arrow-v11.0-kebab-COMMUNITY-20211004-VANILLA.zip", 120 | "filepath": "/arrow-11.0/kebab/Arrow-v11.0-kebab-COMMUNITY-20211004-VANILLA.zip", 121 | "maintainer": "java67", 122 | "model": "KB2000", 123 | "oem": "OnePlus", 124 | "sha256": "366657f7cb3876f3eead512afd5479e00371bb4b69f73ca28208467acdd56957", 125 | "size": "1272112035", 126 | "type": "community", 127 | "version": "v11.0" 128 | } 129 | ], 130 | "ocean": [ 131 | { 132 | "changelog": null, 133 | "date": "2021-04-05", 134 | "datetime": "20210405", 135 | "filename": "Arrow-v11.0-ocean-COMMUNITY-20210405-VANILLA.zip", 136 | "filepath": "/arrow-11.0/ocean/Arrow-v11.0-ocean-COMMUNITY-20210405-VANILLA.zip", 137 | "maintainer": "Deivid Ignacio", 138 | "model": "moto g(7) power", 139 | "oem": "motorola", 140 | "sha256": "7964ddc84a8ef103727a984ec53a5d7c4538a4680b592d204cae6a22d14fbe31", 141 | "size": "773433205", 142 | "type": "community", 143 | "version": "v11.0" 144 | } 145 | ], 146 | "onclite": [ 147 | { 148 | "changelog": null, 149 | "date": "2021-09-24", 150 | "datetime": "20210924", 151 | "filename": "Arrow-v11.0-onclite-COMMUNITY-20210924-VANILLA.zip", 152 | "filepath": "/arrow-11.0/onclite/Arrow-v11.0-onclite-COMMUNITY-20210924-VANILLA.zip", 153 | "maintainer": "bibarub", 154 | "model": "Redmi 7", 155 | "oem": "Xiaomi", 156 | "sha256": "3f9f76c8aa31daa6c4041fd7c2c6f8f29ac235b38f78595d83ab22f38117db47", 157 | "size": "883080030", 158 | "type": "community", 159 | "version": "v11.0" 160 | } 161 | ], 162 | "r5x": [ 163 | { 164 | "changelog": "Testing Build - August", 165 | "date": "2021-08-23", 166 | "datetime": "20210823", 167 | "filename": "Arrow-v11.0-r5x-COMMUNITY-20210823-VANILLA.zip", 168 | "filepath": "/arrow-11.0/r5x/Arrow-v11.0-r5x-COMMUNITY-20210823-VANILLA.zip", 169 | "maintainer": "TG_DEVICE_MAINTAINER", 170 | "model": "Realme 5 Series", 171 | "oem": "Realme", 172 | "sha256": "c0af89b8d72180b5bf4ac28da5cb05ca57e66e06182d8dcc14bc06adf2177b42", 173 | "size": "1021186059", 174 | "type": "community", 175 | "version": "v11.0" 176 | } 177 | ], 178 | "rosy": [ 179 | { 180 | "changelog": null, 181 | "date": "2021-04-18", 182 | "datetime": "20210418", 183 | "filename": "Arrow-v11.0-rosy-COMMUNITY-20210418-VANILLA.zip", 184 | "filepath": "/arrow-11.0/rosy/Arrow-v11.0-rosy-COMMUNITY-20210418-VANILLA.zip", 185 | "maintainer": "Shriiyansh Pandey", 186 | "model": "Redmi 5", 187 | "oem": "Xiaomi", 188 | "sha256": "377a91fc34babf9285aa4b27eaf1c4e930118d124c8d42751affe59eea34bd6f", 189 | "size": "764602501", 190 | "type": "community", 191 | "version": "v11.0" 192 | } 193 | ], 194 | "tulip": [ 195 | { 196 | "changelog": "Add proper rounded corners config.", 197 | "date": "2021-10-09", 198 | "datetime": "20211009", 199 | "filename": "Arrow-v11.0-tulip-COMMUNITY-20211009-VANILLA.zip", 200 | "filepath": "/arrow-11.0/tulip/Arrow-v11.0-tulip-COMMUNITY-20211009-VANILLA.zip", 201 | "maintainer": "IceBreaker2451", 202 | "model": "Redmi Note 6 Pro", 203 | "oem": "Xiaomi", 204 | "sha256": "0df63774146c3104443be050dc550d7c3408c8fa39c4c7c7b0a215d9b33aeac5", 205 | "size": "840953045", 206 | "type": "community", 207 | "version": "v11.0" 208 | } 209 | ], 210 | "umi": [ 211 | { 212 | "changelog": "Rounded corners without jagged\r\nBetter 5G network support\r\nAdd refresh rate switch\r\nFix the problem that the recorded voice is too small\r\nImprove SQL performance a little bit\r\nMore adjustments waiting for you to discover", 213 | "date": "2021-02-04", 214 | "datetime": "20210204", 215 | "filename": "Arrow-v11.0-umi-COMMUNITY-20210204-VANILLA.zip", 216 | "filepath": "/arrow-11.0/umi/Arrow-v11.0-umi-COMMUNITY-20210204-VANILLA.zip", 217 | "maintainer": "ChaptSand", 218 | "model": "MI 10", 219 | "oem": "Xiaomi", 220 | "sha256": "f19dba8644e2d1cedfe6cf86286a1b0d4d0bd887f894808569d2a3a122193eaa", 221 | "size": "682628222", 222 | "type": "community", 223 | "version": "v11.0" 224 | } 225 | ], 226 | "vince": [ 227 | { 228 | "changelog": "\u2022 Update Redfin FP to Oct\r\n\u2022 Address Denials\r\n\u2022 Switch to Kernel space Battery Saver\r\n\u2022 Drop Pixel Power Hal (libperfmgr)\r\n\u2022 FM Radio Works with Default Kernel\r\n\u2022 Update Blobs from LA.UM.9.6.3.r1-04400-89xx.0", 229 | "date": "2022-01-22", 230 | "datetime": "20220122", 231 | "filename": "Arrow-v11.0-vince-COMMUNITY-20220122-VANILLA.zip", 232 | "filepath": "/arrow-11.0/vince/Arrow-v11.0-vince-COMMUNITY-20220122-VANILLA.zip", 233 | "maintainer": "TG_DEVICE_MAINTAINER", 234 | "model": "Redmi 5 Plus", 235 | "oem": "Xiaomi", 236 | "sha256": "f979b4a7d412ec040b012ed0d022094f82a9cc6cee0197ced561e75294254b92", 237 | "size": "782462364", 238 | "type": "community", 239 | "version": "v11.0" 240 | } 241 | ], 242 | "z2_plus": [ 243 | { 244 | "changelog": null, 245 | "date": "2021-12-21", 246 | "datetime": "20211221", 247 | "filename": "Arrow-v11.0-z2_plus-COMMUNITY-20211221-VANILLA.zip", 248 | "filepath": "/arrow-11.0/z2_plus/Arrow-v11.0-z2_plus-COMMUNITY-20211221-VANILLA.zip", 249 | "maintainer": "PranavTemkar", 250 | "model": "Z2 Plus", 251 | "oem": "ZUK", 252 | "sha256": "16a431fcd23c7edd5465c3c540f16123a59d94c575120bfa303e495b663461ed", 253 | "size": "761780378", 254 | "type": "community", 255 | "version": "v11.0" 256 | } 257 | ] 258 | } -------------------------------------------------------------------------------- /arrow-11.0_gapps_builds_community_unofficial.json: -------------------------------------------------------------------------------- 1 | { 2 | "RMX1801": [ 3 | { 4 | "changelog": null, 5 | "date": "2021-09-20", 6 | "datetime": "20210920", 7 | "filename": "Arrow-v11.0-RMX1801-COMMUNITY-20210920-GAPPS.zip", 8 | "filepath": "/arrow-11.0/RMX1801/Arrow-v11.0-RMX1801-COMMUNITY-20210920-GAPPS.zip", 9 | "maintainer": "TG_DEVICE_MAINTAINER", 10 | "model": "Realme 2 Pro", 11 | "oem": "oppo", 12 | "sha256": "25698852681bcfb5cb53479492c1d644590d40b2b07dc1a93945f39303369ada", 13 | "size": "1327508781", 14 | "type": "community", 15 | "version": "v11.0" 16 | } 17 | ], 18 | "X01AD": [ 19 | { 20 | "changelog": "- Fix DPI and lag issue\r\n- Update kernel\r\n- Misc changes", 21 | "date": "2022-01-31", 22 | "datetime": "20220131", 23 | "filename": "Arrow-v11.0-X01AD-COMMUNITY-20220131-GAPPS.zip", 24 | "filepath": "/arrow-11.0/X01AD/Arrow-v11.0-X01AD-COMMUNITY-20220131-GAPPS.zip", 25 | "maintainer": "Arka", 26 | "model": "Asus Zenfone Max M2", 27 | "oem": "asus", 28 | "sha256": "8d720944af0c7152b48a19fd3fef8fcb8d1fa4f255a74156587c9b57011346e2", 29 | "size": "1201657237", 30 | "type": "community", 31 | "version": "v11.0" 32 | } 33 | ], 34 | "cas": [ 35 | { 36 | "changelog": "Firmware: V12.5.6.0.RJJCNXM\r\nChangelog:\r\n1. SeLinux enforce now.\r\n2. Fix overheating when charging.\r\n3. Firmware included.", 37 | "date": "2021-10-04", 38 | "datetime": "20211004", 39 | "filename": "Arrow-v11.0-cas-COMMUNITY-20211004-GAPPS.zip", 40 | "filepath": "/arrow-11.0/cas/Arrow-v11.0-cas-COMMUNITY-20211004-GAPPS.zip", 41 | "maintainer": "Xayah", 42 | "model": "M2007J1SC", 43 | "oem": "Xiaomi", 44 | "sha256": "cdcba3ed3a165523b7bb43ed590be6fa4b9c0b5c5aebcaf6e2c942072752c87d", 45 | "size": "1969119483", 46 | "type": "community", 47 | "version": "v11.0" 48 | } 49 | ], 50 | "cepheus": [ 51 | { 52 | "changelog": "Kernel changes:\r\n\u2022 Upstreamed to .232\r\n\u2022 Merge latest CAF tag LA.UM.9.1.r1-10200-SMxxx0.0\r\n\u2022 Merge WireGuard v1.0.20210424\r\n\u2022 Improve low memory killer\r\n\u2022 Mirco-optimize scheduler\r\n\u2022 Drop unused NUMA feature(Non-Uniform Memory Access)\r\n\u2022 Bring back userspace boost method\r\n\u2022 Add some thermal zones for mi_thermald\r\n\u2022 Enable Ftrace for iorap perfetto\r\n\r\nDevice specific changes:\r\n\u2022 Update prebuilt firmware and blobs from cepheus-user 11 RKQ1.200826.002 21.4.7 release-keys\r\n\u2022 Switch to POCO X3 Pro Global Listen stack and hotwordenrollment blobs (fixes screen off Google hotword detection and low mic volume when enabled OK Google)\r\n\u2022 Add proper configs for burn-in protection\r\n\u2022 Drop non-functional power off alarm blobs\r\n\u2022 Reset to miui stock audio configs\r\n\u2022 Cleanup SEPolicy rules also resolve all neverallow rues\r\n\u2022 Disable GPU Boost during interaction powerhint\r\n\u2022 Fix camera stutter in some apps\r\n\u2022 Enable iorap readahead (Improve app startup time)\r\n\u2022 Enable unspecialized app process pool\r\n\u2022 Use Gcam Go only with gapped releases (use snap with vanila releases)\r\n\u2022 Update to June redfin fingerprint \r\n\u2022 Flatten APEXs for performance\r\n\u2022 Make the UI smoother\r\n\u2022 Use \"Xiaomi Mi 9\" for default ssid name \r\n\u2022 Some stuff else, go read commit list on Github.", 53 | "date": "2021-09-07", 54 | "datetime": "20210907", 55 | "filename": "Arrow-v11.0-cepheus-COMMUNITY-20210907-GAPPS.zip", 56 | "filepath": "/arrow-11.0/cepheus/Arrow-v11.0-cepheus-COMMUNITY-20210907-GAPPS.zip", 57 | "maintainer": "lamjiidii1", 58 | "model": "Mi 9", 59 | "oem": "Xiaomi", 60 | "sha256": "707c9a5695d3e5380ba39d61c6ec43fa70d01cbf28bb1d1606181b925e2b9feb", 61 | "size": "1396051659", 62 | "type": "community", 63 | "version": "v11.0" 64 | } 65 | ], 66 | "chiron": [ 67 | { 68 | "changelog": null, 69 | "date": "2021-04-23", 70 | "datetime": "20210423", 71 | "filename": "Arrow-v11.0-chiron-COMMUNITY-20210423-GAPPS.zip", 72 | "filepath": "/arrow-11.0/chiron/Arrow-v11.0-chiron-COMMUNITY-20210423-GAPPS.zip", 73 | "maintainer": "TG_DEVICE_MAINTAINER", 74 | "model": "Mi MIX 2", 75 | "oem": "Xiaomi", 76 | "sha256": "aec1b5d09f01dd6de9fc34d3362925a43ab229c8c6042168f960cd1a53e894eb", 77 | "size": "1140216931", 78 | "type": "community", 79 | "version": "v11.0" 80 | } 81 | ], 82 | "cmi": [ 83 | { 84 | "changelog": "Rounded corners without jagged\r\nBetter 5G network support\r\nAdd refresh rate switch\r\nFix the problem that the recorded voice is too small\r\nImprove SQL performance a little bit\r\nMore adjustments waiting for you to discover", 85 | "date": "2021-02-04", 86 | "datetime": "20210204", 87 | "filename": "Arrow-v11.0-cmi-COMMUNITY-20210204-GAPPS.zip", 88 | "filepath": "/arrow-11.0/cmi/Arrow-v11.0-cmi-COMMUNITY-20210204-GAPPS.zip", 89 | "maintainer": "ChaptSand", 90 | "model": "MI 10 Pro", 91 | "oem": "Xiaomi", 92 | "sha256": "526bfd69b7a956a84512beca0053be521ec23b991b0b928a7be1d01e3d45911f", 93 | "size": "1017150114", 94 | "type": "community", 95 | "version": "v11.0" 96 | } 97 | ], 98 | "juice": [ 99 | { 100 | "changelog": null, 101 | "date": "2021-08-20", 102 | "datetime": "20210820", 103 | "filename": "Arrow-v11.0-juice-COMMUNITY-20210820-GAPPS.zip", 104 | "filepath": "/arrow-11.0/juice/Arrow-v11.0-juice-COMMUNITY-20210820-GAPPS.zip", 105 | "maintainer": "John Paul Patigas", 106 | "model": "Juice", 107 | "oem": "Xiaomi", 108 | "sha256": "60721aee274cb800e73002f870d42d8a28f588dfaa827092bb3488c194dfc697", 109 | "size": "1021376366", 110 | "type": "community", 111 | "version": "v11.0" 112 | } 113 | ], 114 | "kebab": [ 115 | { 116 | "changelog": null, 117 | "date": "2021-10-04", 118 | "datetime": "20211004", 119 | "filename": "Arrow-v11.0-kebab-COMMUNITY-20211004-GAPPS.zip", 120 | "filepath": "/arrow-11.0/kebab/Arrow-v11.0-kebab-COMMUNITY-20211004-GAPPS.zip", 121 | "maintainer": "java67", 122 | "model": "KB2000", 123 | "oem": "OnePlus", 124 | "sha256": "8705c170edec32ea8d54a46a203b26fd039c32e3cba1111c1af1d6a1a3636cf9", 125 | "size": "1587212683", 126 | "type": "community", 127 | "version": "v11.0" 128 | } 129 | ], 130 | "ocean": [ 131 | { 132 | "changelog": null, 133 | "date": "2021-04-05", 134 | "datetime": "20210405", 135 | "filename": "Arrow-v11.0-ocean-COMMUNITY-20210405-GAPPS.zip", 136 | "filepath": "/arrow-11.0/ocean/Arrow-v11.0-ocean-COMMUNITY-20210405-GAPPS.zip", 137 | "maintainer": "Deivid Ignacio", 138 | "model": "moto g(7) power", 139 | "oem": "motorola", 140 | "sha256": "1aa685d09c8795a808a9d779572114c281937c17582c6f100c35b268888355d7", 141 | "size": "1075685628", 142 | "type": "community", 143 | "version": "v11.0" 144 | } 145 | ], 146 | "olive": [ 147 | { 148 | "changelog": null, 149 | "date": "2021-05-11", 150 | "datetime": "20210511", 151 | "filename": "Arrow-v11.0-olive-COMMUNITY-20210511-GAPPS.zip", 152 | "filepath": "/arrow-11.0/olive/Arrow-v11.0-olive-COMMUNITY-20210511-GAPPS.zip", 153 | "maintainer": "Aftab Ashrafi", 154 | "model": "Redmi 8", 155 | "oem": "Xiaomi", 156 | "sha256": "777a8a1843dd7575c09f63042aa2a3a934487aae84c0ee1f187e0d467ecdfd9e", 157 | "size": "1057117526", 158 | "type": "community", 159 | "version": "v11.0" 160 | } 161 | ], 162 | "onclite": [ 163 | { 164 | "changelog": null, 165 | "date": "2021-09-24", 166 | "datetime": "20210924", 167 | "filename": "Arrow-v11.0-onclite-COMMUNITY-20210924-GAPPS.zip", 168 | "filepath": "/arrow-11.0/onclite/Arrow-v11.0-onclite-COMMUNITY-20210924-GAPPS.zip", 169 | "maintainer": "bibarub", 170 | "model": "Redmi 7", 171 | "oem": "Xiaomi", 172 | "sha256": "dfc38b0bb18f27cf9cb8a8ab6d2c48a0f853196a0d313d28c97fe76c1a84e373", 173 | "size": "1225452031", 174 | "type": "community", 175 | "version": "v11.0" 176 | } 177 | ], 178 | "rosy": [ 179 | { 180 | "changelog": null, 181 | "date": "2021-04-23", 182 | "datetime": "20210423", 183 | "filename": "Arrow-v11.0-rosy-COMMUNITY-20210423-GAPPS.zip", 184 | "filepath": "/arrow-11.0/rosy/Arrow-v11.0-rosy-COMMUNITY-20210423-GAPPS.zip", 185 | "maintainer": "Shriiyansh Pandey", 186 | "model": "Redmi 5", 187 | "oem": "Xiaomi", 188 | "sha256": "85ea50839225e99757af4c17ba09eb66c84dc2cb2e9437cfb50ce473bf522991", 189 | "size": "1102152958", 190 | "type": "community", 191 | "version": "v11.0" 192 | } 193 | ], 194 | "tulip": [ 195 | { 196 | "changelog": "Add proper rounded corners config.", 197 | "date": "2021-10-09", 198 | "datetime": "20211009", 199 | "filename": "Arrow-v11.0-tulip-COMMUNITY-20211009-GAPPS.zip", 200 | "filepath": "/arrow-11.0/tulip/Arrow-v11.0-tulip-COMMUNITY-20211009-GAPPS.zip", 201 | "maintainer": "IceBreaker2451", 202 | "model": "Redmi Note 6 Pro", 203 | "oem": "Xiaomi", 204 | "sha256": "6cfaed05bb64b761b48eab90ee0ac9461235bf38185a31af991f4848dfb01345", 205 | "size": "1168902343", 206 | "type": "community", 207 | "version": "v11.0" 208 | } 209 | ], 210 | "umi": [ 211 | { 212 | "changelog": "Rounded corners without jagged\r\nBetter 5G network support\r\nAdd refresh rate switch\r\nFix the problem that the recorded voice is too small\r\nImprove SQL performance a little bit\r\nMore adjustments waiting for you to discover", 213 | "date": "2021-02-04", 214 | "datetime": "20210204", 215 | "filename": "Arrow-v11.0-umi-COMMUNITY-20210204-GAPPS.zip", 216 | "filepath": "/arrow-11.0/umi/Arrow-v11.0-umi-COMMUNITY-20210204-GAPPS.zip", 217 | "maintainer": "ChaptSand", 218 | "model": "MI 10", 219 | "oem": "Xiaomi", 220 | "sha256": "bac940a10bcb342c734bf44a66bc49ee2faedc768311dfa69fe49da6f17d3554", 221 | "size": "1018506256", 222 | "type": "community", 223 | "version": "v11.0" 224 | } 225 | ], 226 | "vince": [ 227 | { 228 | "changelog": "\u2022 Sync Bluetooth with CAF (LA.UM.9.6.2.r1-04800-89xx.0)\r\n\u2022 Update DRM Widewine Stack from CrossHatch\r\n\u2022 Update Thermal Blobs from Onclite V12.5.1.0.QFLCNXM\r\n\u2022 Upstreamed Kernel to .282\r\n\u2022 Updated To Sept Redfin FP\r\n\u2022 Address Lots of Denials\r\n\u2022 Switched back To Old Thermal Engine\r\n\u2022 Misc Optimizations.", 229 | "date": "2021-10-03", 230 | "datetime": "20211003", 231 | "filename": "Arrow-v11.0-vince-COMMUNITY-20211003-GAPPS.zip", 232 | "filepath": "/arrow-11.0/vince/Arrow-v11.0-vince-COMMUNITY-20211003-GAPPS.zip", 233 | "maintainer": "TG_DEVICE_MAINTAINER", 234 | "model": "Redmi 5 Plus", 235 | "oem": "Xiaomi", 236 | "sha256": "fdd03316015930ed24cc7d5f221977a26d5cc26e632566e1836a45215e37ef59", 237 | "size": "1097978674", 238 | "type": "community", 239 | "version": "v11.0" 240 | } 241 | ], 242 | "z2_plus": [ 243 | { 244 | "changelog": null, 245 | "date": "2021-12-21", 246 | "datetime": "20211221", 247 | "filename": "Arrow-v11.0-z2_plus-COMMUNITY-20211221-GAPPS.zip", 248 | "filepath": "/arrow-11.0/z2_plus/Arrow-v11.0-z2_plus-COMMUNITY-20211221-GAPPS.zip", 249 | "maintainer": "PranavTemkar", 250 | "model": "Z2 Plus", 251 | "oem": "ZUK", 252 | "sha256": "e5985035cadec7a684ecb0225f6c63bd8d905a991b11d3dc4953b268fa4afde7", 253 | "size": "1092954692", 254 | "type": "community", 255 | "version": "v11.0" 256 | } 257 | ] 258 | } -------------------------------------------------------------------------------- /pie_builds.json: -------------------------------------------------------------------------------- 1 | { 2 | "X01BD": [{ 3 | "changelog": "", 4 | "date": "2020-01-29", 5 | "datetime": "20200129", 6 | "filename": "Arrow-v9.0-X01BD-OFFICIAL-20200129.zip", 7 | "filepath": "/arrow-9.0/X01BD/Arrow-v9.0-X01BD-OFFICIAL-20200129.zip", 8 | "maintainer": "", 9 | "model": "Zenfone Max Pro M2", 10 | "oem": "asus", 11 | "sha256": "66120a694aecd4f39ef1babe52f0d71ac55bc7f36bdf099cd59ba2737a17e130", 12 | "size": "685522241", 13 | "type": "official", 14 | "version": "v9.0" 15 | }], 16 | "X00T": [{ 17 | "changelog": "", 18 | "date": "2019-08-31", 19 | "datetime": "20190831", 20 | "filename": "Arrow-v9.0-X00TD-OFFICIAL-20190831.zip", 21 | "filepath": "/X00TD/Arrow-v9.0-X00TD-OFFICIAL-20190831.zip", 22 | "maintainer": "", 23 | "model": "", 24 | "oem": "asus", 25 | "sha256": "1670e7afe0a86791ef976eecbfc406433f12b958958b4a9434973ec1ddcca08f", 26 | "size": 762280708, 27 | "type": "official", 28 | "version": "v9.0" 29 | }], 30 | "athene": [{ 31 | "changelog": "", 32 | "date": "2020-01-29", 33 | "datetime": "20200129", 34 | "filename": "Arrow-v9.0-athene-OFFICIAL-20200129.zip", 35 | "filepath": "/arrow-9.0/athene/Arrow-v9.0-athene-OFFICIAL-20200129.zip", 36 | "maintainer": "", 37 | "model": "", 38 | "oem": "motorola", 39 | "sha256": "eeabe2ecc903aeb06e897ef3c7a6941f45a9aef58d00b19c59722b9bc960177c", 40 | "size": "468395783", 41 | "type": "official", 42 | "version": "v9.0" 43 | }], 44 | "bacon": [{ 45 | "changelog": "", 46 | "date": "2020-01-27", 47 | "datetime": "20200127", 48 | "filename": "Arrow-v9.0-bacon-OFFICIAL-20200127.zip", 49 | "filepath": "/arrow-9.0/bacon/Arrow-v9.0-bacon-OFFICIAL-20200127.zip", 50 | "maintainer": "", 51 | "model": "A0001", 52 | "oem": "OnePlus", 53 | "sha256": "a3a207549a42337cd27334bfa9e7b36389f9516bb49007cc560106cc48e9cea2", 54 | "size": "385639748", 55 | "type": "official", 56 | "version": "v9.0" 57 | }], 58 | "beryllium": [{ 59 | "changelog": "", 60 | "date": "2020-01-27", 61 | "datetime": "20200127", 62 | "filename": "Arrow-v9.0-beryllium-OFFICIAL-20200127.zip", 63 | "filepath": "/arrow-9.0/beryllium/Arrow-v9.0-beryllium-OFFICIAL-20200127.zip", 64 | "maintainer": "Ganesh Varma, kubersharma001", 65 | "model": "POCOPHONE F1", 66 | "oem": "POCO", 67 | "sha256": "e8aec7481cc858bb826a855cbd46071a077a0219828f15a51013420197028ab9", 68 | "size": "499113496", 69 | "type": "official", 70 | "version": "v9.0" 71 | }], 72 | "cedric": [{ 73 | "changelog": "", 74 | "date": "2019-04-18", 75 | "datetime": "20190418", 76 | "filename": "Arrow-v9.0-cedric-OFFICIAL-20190418.zip", 77 | "filepath": "/cedric/Arrow-v9.0-cedric-OFFICIAL-20190418.zip", 78 | "maintainer": "", 79 | "model": "Moto G5", 80 | "oem": "motorola", 81 | "sha256": "0181e42dc0e5dcc51c6772424225520c0c6ae9ee4c2576c0562b3a3f8c6ccbcd", 82 | "size": 616497727, 83 | "type": "official", 84 | "version": "v9.0" 85 | }], 86 | "chef": [{ 87 | "changelog": "", 88 | "date": "2020-01-27", 89 | "datetime": "20200127", 90 | "filename": "Arrow-v9.0-chef-OFFICIAL-20200127.zip", 91 | "filepath": "/arrow-9.0/chef/Arrow-v9.0-chef-OFFICIAL-20200127.zip", 92 | "maintainer": "", 93 | "model": "Motorola One Power", 94 | "oem": "motorola", 95 | "sha256": "ea6d86f72b076e35198f1eccf42aa08f51e40a1322afb9204238810fadfd2e44", 96 | "size": "614164391", 97 | "type": "official", 98 | "version": "v9.0" 99 | }], 100 | "dipper": [{ 101 | "changelog": "", 102 | "date": "2019-07-20", 103 | "datetime": "20190720", 104 | "filename": "Arrow-v9.0-dipper-OFFICIAL-20190720.zip", 105 | "filepath": "/dipper/Arrow-v9.0-dipper-OFFICIAL-20190720.zip", 106 | "maintainer": "", 107 | "model": "MI 8", 108 | "oem": "Xiaomi", 109 | "sha256": "e79a098579c15c2e6579c72bfc0cc9da975d84a95c22247148e4b6d02cd31c58", 110 | "size": 497883796, 111 | "type": "official", 112 | "version": "v9.0" 113 | }], 114 | "enchilada": [{ 115 | "changelog": "", 116 | "date": "2020-01-28", 117 | "datetime": "20200128", 118 | "filename": "Arrow-v9.0-enchilada-OFFICIAL-20200128.zip", 119 | "filepath": "/arrow-9.0/enchilada/Arrow-v9.0-enchilada-OFFICIAL-20200128.zip", 120 | "maintainer": "", 121 | "model": "OnePlus6", 122 | "oem": "OnePlus", 123 | "sha256": "03139a6ad886f9353aa4e6b1b2f08ecd1b165b49266097b19cdf0dd0b12c1a0f", 124 | "size": "606926088", 125 | "type": "official", 126 | "version": "v9.0" 127 | }], 128 | "fajita": [{ 129 | "changelog": "", 130 | "date": "2019-06-24", 131 | "datetime": "20190624", 132 | "filename": "Arrow-v9.0-fajita-OFFICIAL-20190624.zip", 133 | "filepath": "/fajita/Arrow-v9.0-fajita-OFFICIAL-20190624.zip", 134 | "maintainer": "", 135 | "model": "OnePlus A6013", 136 | "oem": "OnePlus", 137 | "sha256": "5153fd3a165908c9058ed41e60d9c7adf1463827fb812ce8809741c75877edb6", 138 | "size": 582338334, 139 | "type": "official", 140 | "version": "v9.0" 141 | }], 142 | "kenzo": [{ 143 | "changelog": "", 144 | "date": "2019-04-01", 145 | "datetime": "20190401", 146 | "filename": "Arrow-v9.0-kenzo-OFFICIAL-20190401.zip", 147 | "filepath": "/kenzo/Arrow-v9.0-kenzo-OFFICIAL-20190401.zip", 148 | "maintainer": "", 149 | "model": "Redmi Note 3", 150 | "oem": "Xiaomi", 151 | "sha256": "e498d8861e6d85e714391d55b431ea96d3635cc09b607bc0b9c55467352d2361", 152 | "size": 553602603, 153 | "type": "official", 154 | "version": "v9.0" 155 | }], 156 | "kiwi": [{ 157 | "changelog": "", 158 | "date": "2019-07-21", 159 | "datetime": "20190721", 160 | "filename": "Arrow-v9.0-kiwi-OFFICIAL-20190721.zip", 161 | "filepath": "/kiwi/Arrow-v9.0-kiwi-OFFICIAL-20190721.zip", 162 | "maintainer": "", 163 | "model": "KIW-L24", 164 | "oem": "HONOR", 165 | "sha256": "579add06488a205df3bda7093bc78476347c86cb32540cfb4abbadc67fdf69fd", 166 | "size": 479477223, 167 | "type": "official", 168 | "version": "v9.0" 169 | }], 170 | "land": [{ 171 | "changelog": "", 172 | "date": "2020-01-28", 173 | "datetime": "20200128", 174 | "filename": "Arrow-v9.0-land-OFFICIAL-20200128.zip", 175 | "filepath": "/arrow-9.0/land/Arrow-v9.0-land-OFFICIAL-20200128.zip", 176 | "maintainer": "Bauuuuu", 177 | "model": "Redmi 3S", 178 | "oem": "Xiaomi", 179 | "sha256": "0885037c5bb8c867afff57b8309c485d74a7ab29208fe879853b8f4261b6f701", 180 | "size": "595480900", 181 | "type": "official", 182 | "version": "v9.0" 183 | }], 184 | "lavender": [{ 185 | "changelog": "", 186 | "date": "2019-10-16", 187 | "datetime": "20191016", 188 | "filename": "Arrow-v9.0-lavender-OFFICIAL-20191016.zip", 189 | "filepath": "/arrow-9.0/lavender/Arrow-v9.0-lavender-OFFICIAL-20191016.zip", 190 | "maintainer": "", 191 | "model": "Redmi Note 7", 192 | "oem": "Xiaomi", 193 | "sha256": "6c7077bbb79ed9fedc822dad79e57f8eaa1fdac1cba18e32260a5fde349fa1d3", 194 | "size": 805757649, 195 | "type": "official", 196 | "version": "v9.0" 197 | }], 198 | "lettuce": [{ 199 | "changelog": "", 200 | "date": "2019-11-03", 201 | "datetime": "20191103", 202 | "filename": "Arrow-v9.0-lettuce-OFFICIAL-20191103.zip", 203 | "filepath": "/arrow-9.0/lettuce/Arrow-v9.0-lettuce-OFFICIAL-20191103.zip", 204 | "maintainer": "", 205 | "model": "YU5010", 206 | "oem": "YU", 207 | "sha256": "7bd0f7283f3e49a30ffb6bd92e7bc7fa30f14d234b3ce9c7b95425d5de6882a4", 208 | "size": 542611637, 209 | "type": "official", 210 | "version": "v9.0" 211 | }], 212 | "mido": [{ 213 | "changelog": "", 214 | "date": "2020-01-28", 215 | "datetime": "20200128", 216 | "filename": "Arrow-v9.0-mido-OFFICIAL-20200128.zip", 217 | "filepath": "/arrow-9.0/mido/Arrow-v9.0-mido-OFFICIAL-20200128.zip", 218 | "maintainer": "Ganesh Varma", 219 | "model": "Redmi Note 4", 220 | "oem": "Xiaomi", 221 | "sha256": "80b39df1bffd268ff3b57af7b0f62c56c1778f0f8cfb877a5184c24ad7fae59d", 222 | "size": "608274900", 223 | "type": "official", 224 | "version": "v9.0" 225 | }], 226 | "oneplus3": [{ 227 | "changelog": "", 228 | "date": "2019-07-21", 229 | "datetime": "20190721", 230 | "filename": "Arrow-v9.0-oneplus3-OFFICIAL-20190721.zip", 231 | "filepath": "/oneplus3/Arrow-v9.0-oneplus3-OFFICIAL-20190721.zip", 232 | "maintainer": "", 233 | "model": "OnePlus 3/3T", 234 | "oem": "OnePlus", 235 | "sha256": "b1cfb749415697ecd36e749a4fb52bedf0f2bbfd962f6fa380cf3ab94265f956", 236 | "size": 605623984, 237 | "type": "official", 238 | "version": "v9.0" 239 | }], 240 | "polaris": [{ 241 | "changelog": "", 242 | "date": "2020-01-29", 243 | "datetime": "20200129", 244 | "filename": "Arrow-v9.0-polaris-OFFICIAL-20200129.zip", 245 | "filepath": "/arrow-9.0/polaris/Arrow-v9.0-polaris-OFFICIAL-20200129.zip", 246 | "maintainer": "palaych", 247 | "model": "Mi MIX 2S", 248 | "oem": "Xiaomi", 249 | "sha256": "b354291b9be167ef50cee391f78c64e5fc6214b0c3cfe62b6d46ff5151d857c5", 250 | "size": "812662043", 251 | "type": "official", 252 | "version": "v9.0" 253 | }], 254 | "potter": [{ 255 | "changelog": "", 256 | "date": "2020-01-28", 257 | "datetime": "20200128", 258 | "filename": "Arrow-v9.0-potter-OFFICIAL-20200128.zip", 259 | "filepath": "/arrow-9.0/potter/Arrow-v9.0-potter-OFFICIAL-20200128.zip", 260 | "maintainer": "kubersharma001", 261 | "model": "Moto G5 Plus", 262 | "oem": "motorola", 263 | "sha256": "1d585ce31397d9ec04a1a92a6665a6f0da62222ebbfc68eb7ea47504c0428c68", 264 | "size": "620092537", 265 | "type": "official", 266 | "version": "v9.0" 267 | }], 268 | "rimo02a": [{ 269 | "changelog": "", 270 | "date": "2019-07-07", 271 | "datetime": "20190707", 272 | "filename": "Arrow-v9.0-rimo02a-OFFICIAL-20190707.zip", 273 | "filepath": "/rimo02a/Arrow-v9.0-rimo02a-OFFICIAL-20190707.zip", 274 | "maintainer": "", 275 | "model": "rimo02a", 276 | "oem": "Smartron", 277 | "sha256": "7e8cdec2d3273ffc138442d228a58eaa1fd5a470f3ef714d1224f6272c62ffb8", 278 | "size": 552937732, 279 | "type": "official", 280 | "version": "v9.0" 281 | }], 282 | "s2": [{ 283 | "changelog": "", 284 | "date": "2020-01-28", 285 | "datetime": "20200128", 286 | "filename": "Arrow-v9.0-s2-OFFICIAL-20200128.zip", 287 | "filepath": "/arrow-9.0/s2/Arrow-v9.0-s2-OFFICIAL-20200128.zip", 288 | "maintainer": "", 289 | "model": "", 290 | "oem": "LeEco", 291 | "sha256": "dc19d3131fad75b23b95bf94c40d3cb831f9a41ab424bbce7279bddcdf2bf836", 292 | "size": "597013199", 293 | "type": "official", 294 | "version": "v9.0" 295 | }], 296 | "sanders": [{ 297 | "changelog": "", 298 | "date": "2020-01-28", 299 | "datetime": "20200128", 300 | "filename": "Arrow-v9.0-sanders-OFFICIAL-20200128.zip", 301 | "filepath": "/arrow-9.0/sanders/Arrow-v9.0-sanders-OFFICIAL-20200128.zip", 302 | "maintainer": "Ashwatthama", 303 | "model": "Moto G (5S) Plus", 304 | "oem": "motorola", 305 | "sha256": "825e00ac049623cc26dd40cb302a3e59923e07ffb0813672932471d46de888be", 306 | "size": "613906423", 307 | "type": "official", 308 | "version": "v9.0" 309 | }], 310 | "santoni": [{ 311 | "changelog": "", 312 | "date": "2019-10-16", 313 | "datetime": "20191016", 314 | "filename": "Arrow-v9.0-santoni-OFFICIAL-20191016.zip", 315 | "filepath": "/arrow-9.0/santoni/Arrow-v9.0-santoni-OFFICIAL-20191016.zip", 316 | "maintainer": "", 317 | "model": "Redmi 4", 318 | "oem": "Xiaomi", 319 | "sha256": "46c964fcbb8fd3aa601a59c220a4220546cf470ba64a3281e6ecac5cb5345b57", 320 | "size": 605457276, 321 | "type": "official", 322 | "version": "v9.0" 323 | }], 324 | "wayne": [{ 325 | "changelog": "", 326 | "date": "2020-01-29", 327 | "datetime": "20200129", 328 | "filename": "Arrow-v9.0-wayne-OFFICIAL-20200129.zip", 329 | "filepath": "/arrow-9.0/wayne/Arrow-v9.0-wayne-OFFICIAL-20200129.zip", 330 | "maintainer": "TH779", 331 | "model": "MI 6X", 332 | "oem": "Xiaomi", 333 | "sha256": "010dacd9e0471e750753723c336797cb6b35488cc28f4b5a95eba0e32948afdc", 334 | "size": "712234172", 335 | "type": "official", 336 | "version": "v9.0" 337 | }], 338 | "z2_plus": [{ 339 | "changelog": "", 340 | "date": "2020-01-29", 341 | "datetime": "20200129", 342 | "filename": "Arrow-v9.0-z2_plus-OFFICIAL-20200129.zip", 343 | "filepath": "/arrow-9.0/z2_plus/Arrow-v9.0-z2_plus-OFFICIAL-20200129.zip", 344 | "maintainer": "kubersharma001", 345 | "model": "Z2 Plus", 346 | "oem": "ZUK", 347 | "sha256": "9bcb2ee1f5ae4de7833390088d4c21264829b7e2def3875cad21463400735f8e", 348 | "size": "606626903", 349 | "type": "official", 350 | "version": "v9.0" 351 | }], 352 | "z2_row": [{ 353 | "changelog": "", 354 | "date": "2020-01-29", 355 | "datetime": "20200129", 356 | "filename": "Arrow-v9.0-z2_row-OFFICIAL-20200129.zip", 357 | "filepath": "/arrow-9.0/z2_row/Arrow-v9.0-z2_row-OFFICIAL-20200129.zip", 358 | "maintainer": "kubersharma001, weimerd", 359 | "model": "ZUK Z2121", 360 | "oem": "ZUK", 361 | "sha256": "20eee400381ca2fa7e3592fb1eb03745dd75d643719da790fc3b6917b74302fa", 362 | "size": "606810933", 363 | "type": "official", 364 | "version": "v9.0" 365 | }], 366 | "zenfone3": [{ 367 | "changelog": "", 368 | "date": "2020-02-24", 369 | "datetime": "20200224", 370 | "filename": "Arrow-v9.0-zenfone3-OFFICIAL-20200224.zip", 371 | "filepath": "/arrow-9.0/zenfone3/Arrow-v9.0-zenfone3-OFFICIAL-20200224.zip", 372 | "maintainer": "", 373 | "model": "", 374 | "oem": "asus", 375 | "sha256": "0b36dc980ab7bd6662fa1e14fc13e5bf57d0afb8e45a19f883aea956a55281e9", 376 | "size": "600854891", 377 | "type": "official", 378 | "version": "v9.0" 379 | }] 380 | } 381 | -------------------------------------------------------------------------------- /arrow-11.0_vanilla_builds_community.json: -------------------------------------------------------------------------------- 1 | { 2 | "RMX1801": [ 3 | { 4 | "changelog": null, 5 | "date": "2021-10-04", 6 | "datetime": "20211004", 7 | "filename": "Arrow-v11.0-RMX1801-COMMUNITY-20211004-VANILLA.zip", 8 | "filepath": "/arrow-11.0/RMX1801/Arrow-v11.0-RMX1801-COMMUNITY-20211004-VANILLA.zip", 9 | "maintainer": "TG_DEVICE_MAINTAINER", 10 | "model": "Realme 2 Pro", 11 | "oem": "oppo", 12 | "sha256": "928f844cba2f0c91d69c01fcf94faf6c264c73713c4c7f02144469cf5d3665e1", 13 | "size": "1000639178", 14 | "type": "community", 15 | "version": "v11.0" 16 | } 17 | ], 18 | "X01AD": [ 19 | { 20 | "changelog": "- Update Security Patch\r\n- Update stormbreaker kernel\r\n- Misc changes", 21 | "date": "2021-12-20", 22 | "datetime": "20211220", 23 | "filename": "Arrow-v11.0-X01AD-COMMUNITY-20211220-VANILLA.zip", 24 | "filepath": "/arrow-11.0/X01AD/Arrow-v11.0-X01AD-COMMUNITY-20211220-VANILLA.zip", 25 | "maintainer": "Arka", 26 | "model": "Asus Zenfone Max M2", 27 | "oem": "asus", 28 | "sha256": "ff2f4a8fb51daf5662d9b4777619b134e9c995b4fa08899323ab3c15b2cee302", 29 | "size": "870777911", 30 | "type": "community", 31 | "version": "v11.0" 32 | } 33 | ], 34 | "cas": [ 35 | { 36 | "changelog": "Firmware: V12.5.5.0.RJJCNXM\r\nFixed:\r\n1.Fod in low brightness", 37 | "date": "2021-09-27", 38 | "datetime": "20210927", 39 | "filename": "Arrow-v11.0-cas-COMMUNITY-20210927-VANILLA.zip", 40 | "filepath": "/arrow-11.0/cas/Arrow-v11.0-cas-COMMUNITY-20210927-VANILLA.zip", 41 | "maintainer": "Xayah", 42 | "model": "M2007J1SC", 43 | "oem": "Xiaomi", 44 | "sha256": "84ca8e5169eee51221cd718b6cc02966919ab49dc3d284d2708b6816610be6b9", 45 | "size": "1448348928", 46 | "type": "community", 47 | "version": "v11.0" 48 | } 49 | ], 50 | "cepheus": [ 51 | { 52 | "changelog": "Kernel changes:\r\n\u2022 Upstreamed to .232\r\n\u2022 Merge latest CAF tag LA.UM.9.1.r1-10200-SMxxx0.0\r\n\u2022 Merge WireGuard v1.0.20210424\r\n\u2022 Improve low memory killer\r\n\u2022 Mirco-optimize scheduler\r\n\u2022 Drop unused NUMA feature(Non-Uniform Memory Access)\r\n\u2022 Bring back userspace boost method\r\n\u2022 Add some thermal zones for mi_thermald\r\n\u2022 Enable Ftrace for iorap perfetto\r\n\r\nDevice specific changes:\r\n\u2022 Update prebuilt firmware and blobs from cepheus-user 11 RKQ1.200826.002 21.4.7 release-keys\r\n\u2022 Switch to POCO X3 Pro Global Listen stack and hotwordenrollment blobs (fixes screen off Google hotword detection and low mic volume when enabled OK Google)\r\n\u2022 Add proper configs for burn-in protection\r\n\u2022 Drop non-functional power off alarm blobs\r\n\u2022 Reset to miui stock audio configs\r\n\u2022 Cleanup SEPolicy rules also resolve all neverallow rues\r\n\u2022 Disable GPU Boost during interaction powerhint\r\n\u2022 Fix camera stutter in some apps\r\n\u2022 Enable iorap readahead (Improve app startup time)\r\n\u2022 Enable unspecialized app process pool\r\n\u2022 Use Gcam Go only with gapped releases (use snap with vanila releases)\r\n\u2022 Update to June redfin fingerprint \r\n\u2022 Flatten APEXs for performance\r\n\u2022 Make the UI smoother\r\n\u2022 Use \"Xiaomi Mi 9\" for default ssid name \r\n\u2022 Some stuff else, go read commit list on Github.", 53 | "date": "2022-01-29", 54 | "datetime": "20220129", 55 | "filename": "Arrow-v11.0-cepheus-COMMUNITY-20220129-VANILLA.zip", 56 | "filepath": "/arrow-11.0/cepheus/Arrow-v11.0-cepheus-COMMUNITY-20220129-VANILLA.zip", 57 | "maintainer": "lamjiidii1", 58 | "model": "Mi 9", 59 | "oem": "Xiaomi", 60 | "sha256": "3b58654611d6faf5d0b6319ee9a0d8faec15791165f2b55a9df49165f38cc944", 61 | "size": "1082466769", 62 | "type": "community", 63 | "version": "v11.0" 64 | } 65 | ], 66 | "channel": [ 67 | { 68 | "changelog": null, 69 | "date": "2021-11-20", 70 | "datetime": "20211120", 71 | "filename": "Arrow-v11.0-channel-COMMUNITY-20211120-VANILLA.zip", 72 | "filepath": "/arrow-11.0/channel/Arrow-v11.0-channel-COMMUNITY-20211120-VANILLA.zip", 73 | "maintainer": "Deivid Ignacio", 74 | "model": "moto g(7) play", 75 | "oem": "motorola", 76 | "sha256": "3a9ebe5853bb4af17411b93f9bee14e9500d4b917dbb58c0a8481abcec857954", 77 | "size": "761228820", 78 | "type": "community", 79 | "version": "v11.0" 80 | } 81 | ], 82 | "chiron": [ 83 | { 84 | "changelog": null, 85 | "date": "2021-04-24", 86 | "datetime": "20210424", 87 | "filename": "Arrow-v11.0-chiron-COMMUNITY-20210424-VANILLA.zip", 88 | "filepath": "/arrow-11.0/chiron/Arrow-v11.0-chiron-COMMUNITY-20210424-VANILLA.zip", 89 | "maintainer": "TG_DEVICE_MAINTAINER", 90 | "model": "Mi MIX 2", 91 | "oem": "Xiaomi", 92 | "sha256": "452dc8a626cb978db06dc62faa819d1f02fa959cacda7e5e46ec01f7198fed9d", 93 | "size": "798716971", 94 | "type": "community", 95 | "version": "v11.0" 96 | } 97 | ], 98 | "cmi": [ 99 | { 100 | "changelog": "Rounded corners without jagged\r\nBetter 5G network support\r\nAdd refresh rate switch\r\nFix the problem that the recorded voice is too small\r\nImprove SQL performance a little bit\r\nMore adjustments waiting for you to discover", 101 | "date": "2021-02-19", 102 | "datetime": "20210219", 103 | "filename": "Arrow-v11.0-cmi-COMMUNITY-20210219-VANILLA.zip", 104 | "filepath": "/arrow-11.0/cmi/Arrow-v11.0-cmi-COMMUNITY-20210219-VANILLA.zip", 105 | "maintainer": "ChaptSand", 106 | "model": "MI 10 Pro", 107 | "oem": "Xiaomi", 108 | "sha256": "3b8af925d0b5f6d7595adf7d04e0da9c16a182c69a533018aadeb43ab26f10c4", 109 | "size": "683211591", 110 | "type": "community", 111 | "version": "v11.0" 112 | } 113 | ], 114 | "juice": [ 115 | { 116 | "changelog": null, 117 | "date": "2021-08-08", 118 | "datetime": "20210808", 119 | "filename": "Arrow-v11.0-juice-COMMUNITY-20210808-VANILLA.zip", 120 | "filepath": "/arrow-11.0/juice/Arrow-v11.0-juice-COMMUNITY-20210808-VANILLA.zip", 121 | "maintainer": "John Paul Patigas", 122 | "model": "Juice", 123 | "oem": "Xiaomi", 124 | "sha256": "5d00404a7c6d7b58c6321915929ba463b78c7a914b991c7b6fe2009f59d10320", 125 | "size": "708931244", 126 | "type": "community", 127 | "version": "v11.0" 128 | } 129 | ], 130 | "kebab": [ 131 | { 132 | "changelog": null, 133 | "date": "2021-10-07", 134 | "datetime": "20211007", 135 | "filename": "Arrow-v11.0-kebab-COMMUNITY-20211007-VANILLA.zip", 136 | "filepath": "/arrow-11.0/kebab/Arrow-v11.0-kebab-COMMUNITY-20211007-VANILLA.zip", 137 | "maintainer": "java67", 138 | "model": "KB2000", 139 | "oem": "OnePlus", 140 | "sha256": "d0bd3f3c8d6fadfa555434c26545f166eb54839bcc7956af4d8d667a5eb25b7f", 141 | "size": "1272247719", 142 | "type": "community", 143 | "version": "v11.0" 144 | } 145 | ], 146 | "ocean": [ 147 | { 148 | "changelog": null, 149 | "date": "2022-01-29", 150 | "datetime": "20220129", 151 | "filename": "Arrow-v11.0-ocean-COMMUNITY-20220129-VANILLA.zip", 152 | "filepath": "/arrow-11.0/ocean/Arrow-v11.0-ocean-COMMUNITY-20220129-VANILLA.zip", 153 | "maintainer": "Deivid Ignacio", 154 | "model": "moto g(7) power", 155 | "oem": "motorola", 156 | "sha256": "710afd94405d716be66cf39a59de638aad3b70395ca0a187955f0d0be220310d", 157 | "size": "818652537", 158 | "type": "community", 159 | "version": "v11.0" 160 | } 161 | ], 162 | "onclite": [ 163 | { 164 | "changelog": null, 165 | "date": "2021-12-20", 166 | "datetime": "20211220", 167 | "filename": "Arrow-v11.0-onclite-COMMUNITY-20211220-VANILLA.zip", 168 | "filepath": "/arrow-11.0/onclite/Arrow-v11.0-onclite-COMMUNITY-20211220-VANILLA.zip", 169 | "maintainer": "bibarub", 170 | "model": "Redmi 7", 171 | "oem": "Xiaomi", 172 | "sha256": "3c4aa148b9d464907cfc265b8c943988c1630d4b7a79899ba24a5ad636fe594d", 173 | "size": "895375713", 174 | "type": "community", 175 | "version": "v11.0" 176 | } 177 | ], 178 | "r5x": [ 179 | { 180 | "changelog": "1. ScreenRecording lag fixed.\r\n2. Reverted Realme parts for now.\r\n3. Enabled call recording.\r\n4. DIsabled vilte by default to avoid issues with VoLTE.\r\n5. Enabled Adaptive sleep.\r\n6. Redfin August FP", 181 | "date": "2021-09-08", 182 | "datetime": "20210908", 183 | "filename": "Arrow-v11.0-r5x-COMMUNITY-20210908-VANILLA.zip", 184 | "filepath": "/arrow-11.0/r5x/Arrow-v11.0-r5x-COMMUNITY-20210908-VANILLA.zip", 185 | "maintainer": "TG_DEVICE_MAINTAINER", 186 | "model": "Realme 5 Series", 187 | "oem": "Realme", 188 | "sha256": "5be255743c85b2aeef12b7b03c8240eec2beaaa37e156e75974ebe252625ff72", 189 | "size": "1021697764", 190 | "type": "community", 191 | "version": "v11.0" 192 | } 193 | ], 194 | "river": [ 195 | { 196 | "changelog": null, 197 | "date": "2022-01-29", 198 | "datetime": "20220129", 199 | "filename": "Arrow-v11.0-river-COMMUNITY-20220129-VANILLA.zip", 200 | "filepath": "/arrow-11.0/river/Arrow-v11.0-river-COMMUNITY-20220129-VANILLA.zip", 201 | "maintainer": "Deivid Ignacio", 202 | "model": "moto g(7)", 203 | "oem": "motorola", 204 | "sha256": "90259304e450c71f21d1d3e7fad151427558444a49fc8e9919defe4b19c6b28c", 205 | "size": "845959444", 206 | "type": "community", 207 | "version": "v11.0" 208 | } 209 | ], 210 | "rosy": [ 211 | { 212 | "changelog": null, 213 | "date": "2021-04-24", 214 | "datetime": "20210424", 215 | "filename": "Arrow-v11.0-rosy-COMMUNITY-20210424-VANILLA.zip", 216 | "filepath": "/arrow-11.0/rosy/Arrow-v11.0-rosy-COMMUNITY-20210424-VANILLA.zip", 217 | "maintainer": "Shriiyansh Pandey", 218 | "model": "Redmi 5", 219 | "oem": "Xiaomi", 220 | "sha256": "9ab5ec3d10a4bdc5206fa4e5e6bde8163cbf3ceefc2d119800ce8fa31c55606c", 221 | "size": "764797381", 222 | "type": "community", 223 | "version": "v11.0" 224 | } 225 | ], 226 | "tulip": [ 227 | { 228 | "changelog": "Switch back to FBE based trees", 229 | "date": "2021-10-08", 230 | "datetime": "20211008", 231 | "filename": "Arrow-v11.0-tulip-COMMUNITY-20211008-VANILLA.zip", 232 | "filepath": "/arrow-11.0/tulip/Arrow-v11.0-tulip-COMMUNITY-20211008-VANILLA.zip", 233 | "maintainer": "IceBreaker2451", 234 | "model": "Redmi Note 6 Pro", 235 | "oem": "Xiaomi", 236 | "sha256": "c39a82c963a33b047b58e1ce8f65314df121eecdfbf0e9c65d0f2080b5b66159", 237 | "size": "840954672", 238 | "type": "community", 239 | "version": "v11.0" 240 | } 241 | ], 242 | "umi": [ 243 | { 244 | "changelog": "Rounded corners without jagged\r\nBetter 5G network support\r\nAdd refresh rate switch\r\nFix the problem that the recorded voice is too small\r\nImprove SQL performance a little bit\r\nMore adjustments waiting for you to discover", 245 | "date": "2021-02-19", 246 | "datetime": "20210219", 247 | "filename": "Arrow-v11.0-umi-COMMUNITY-20210219-VANILLA.zip", 248 | "filepath": "/arrow-11.0/umi/Arrow-v11.0-umi-COMMUNITY-20210219-VANILLA.zip", 249 | "maintainer": "ChaptSand", 250 | "model": "MI 10", 251 | "oem": "Xiaomi", 252 | "sha256": "8df2c5d5047164fc94aed481d5029745c318a40d6ba6ca54ee418c5afe7e4c4b", 253 | "size": "683800511", 254 | "type": "community", 255 | "version": "v11.0" 256 | } 257 | ], 258 | "vince": [ 259 | { 260 | "changelog": "\u2022 Sync Bluetooth with CAF (LA.UM.9.6.2.r1-04800-89xx.0)\r\n\u2022 Update DRM Widewine Stack from CrossHatch\r\n\u2022 Update Thermal Blobs from Onclite V12.5.1.0.QFLCNXM\r\n\u2022 Upstreamed Kernel to .282\r\n\u2022 Updated To Sept Redfin FP\r\n\u2022 Address Lots of Denials\r\n\u2022 Switched back To Old Thermal Engine\r\n\u2022 Misc Optimizations.", 261 | "date": "2021-10-12", 262 | "datetime": "20211012", 263 | "filename": "Arrow-v11.0-vince-COMMUNITY-20211012-VANILLA.zip", 264 | "filepath": "/arrow-11.0/vince/Arrow-v11.0-vince-COMMUNITY-20211012-VANILLA.zip", 265 | "maintainer": "TG_DEVICE_MAINTAINER", 266 | "model": "Redmi 5 Plus", 267 | "oem": "Xiaomi", 268 | "sha256": "dada6acf7ae3cb1f3f72d61c4b95415a988391af6f6d9331d55224c897865d79", 269 | "size": "771116660", 270 | "type": "community", 271 | "version": "v11.0" 272 | } 273 | ], 274 | "z2_plus": [ 275 | { 276 | "changelog": "* Update bluetooth blobs from cheeseburger\r\n* Added ant+\r\n* Disabled significant motion detector which caused idle drain\r\n* Fixed wifi and bluetooth mac\r\n* Added drm props\r\n* Set voice call volume steps like on stock zui\r\n* Fixed geekbench opencl test\r\n* Removed unneeded cmdline options\r\n* Improved pixel offline charger animation\r\n* Build libdac from source\r\n* Added xml for unlimited google photos", 277 | "date": "2021-09-13", 278 | "datetime": "20210913", 279 | "filename": "Arrow-v11.0-z2_plus-COMMUNITY-20210913-VANILLA.zip", 280 | "filepath": "/arrow-11.0/z2_plus/Arrow-v11.0-z2_plus-COMMUNITY-20210913-VANILLA.zip", 281 | "maintainer": "PranavTemkar", 282 | "model": "Z2 Plus", 283 | "oem": "ZUK", 284 | "sha256": "ca93045ee37c0e7bd8d0c872d219658cb209590804d7354ce205a80674e3553d", 285 | "size": "754756087", 286 | "type": "community", 287 | "version": "v11.0" 288 | } 289 | ] 290 | } -------------------------------------------------------------------------------- /arrow-13.1_vanilla_builds_unofficial.json: -------------------------------------------------------------------------------- 1 | { 2 | "RMP6768": [ 3 | { 4 | "changelog": "Supported devices:\r\n1) Realme Pad LTE (RMP2102)\r\n2) Realme Pad WiFi (RMP2103)\r\nSupported Firmware: A09 to A12\r\nRecovery: Click here (Use EROFS Recovery)\r\nNote: \r\n1) After a factory reset , device might reboot automatically at first boot then boot to system.\r\n
\r\nDonate to Maintainer: \r\nPayPal\r\nUPI: neilchetty4559@oksbi", 5 | "date": "2023-04-16", 6 | "datetime": "20230416", 7 | "filename": "Arrow-v13.1-RMP6768-UNOFFICIAL-20230416-VANILLA.zip", 8 | "filepath": "/arrow-13.1/RMP6768/Arrow-v13.1-RMP6768-UNOFFICIAL-20230416-VANILLA.zip", 9 | "maintainer": "NeilChetty", 10 | "model": "Realme Pad", 11 | "oem": "Realme", 12 | "sha256": "937bc2c8319f1f9ca1ca486d2506cd644a5f46ae059f8d03ba620dafd294cc29", 13 | "size": "863883407", 14 | "type": "unofficial", 15 | "version": "v13.1" 16 | } 17 | ], 18 | "RMX2020": [ 19 | { 20 | "changelog": "- Based on Realme UI 1.0 FW (A.77 recommended)\r\n\r\nArrowOS Recovery: https://t.me/arrowosRMX2020/7633\r\n\r\nFlashing Guide:\r\n- Flash ArrowOS Recovery\r\n- Boot to ArrowOS Recovery\r\n- Sideload the ROM\r\n- Reboot to system\r\nOR\r\n- Flash PBRP/TWRP\r\n- Boot to it\r\n- Flash the ROM zip\r\n- Reboot to system", 21 | "date": "2023-10-05", 22 | "datetime": "20231005", 23 | "filename": "Arrow-v13.1-RMX2020-UNOFFICIAL-20231005-VANILLA.zip", 24 | "filepath": "/arrow-13.1/RMX2020/Arrow-v13.1-RMX2020-UNOFFICIAL-20231005-VANILLA.zip", 25 | "maintainer": "sarthakroy2002", 26 | "model": "RMX2020", 27 | "oem": "realme", 28 | "sha256": "1e9d4f042bc8b431949c8d0c0e9e6e60ebfcf637f80bf3bbbd7d968ab5a41167", 29 | "size": "1003173259", 30 | "type": "unofficial", 31 | "version": "v13.1" 32 | } 33 | ], 34 | "Spacewar": [ 35 | { 36 | "changelog": "- Inital build.", 37 | "date": "2023-04-08", 38 | "datetime": "20230408", 39 | "filename": "Arrow-v13.1-Spacewar-UNOFFICIAL-20230408-VANILLA.zip", 40 | "filepath": "/arrow-13.1/Spacewar/Arrow-v13.1-Spacewar-UNOFFICIAL-20230408-VANILLA.zip", 41 | "maintainer": "hiper25", 42 | "model": "A063", 43 | "oem": "Nothing", 44 | "sha256": "f27b6a003c42a32048444cb92b22d5d5a82288252bfaca704902afb98873f55c", 45 | "size": "1076785539", 46 | "type": "unofficial", 47 | "version": "v13.1" 48 | } 49 | ], 50 | "Z01R": [ 51 | { 52 | "changelog": "ROM: Sync with latest sources.", 53 | "date": "2023-04-16", 54 | "datetime": "20230416", 55 | "filename": "Arrow-v13.1-Z01R-UNOFFICIAL-20230416-VANILLA.zip", 56 | "filepath": "/arrow-13.1/Z01R/Arrow-v13.1-Z01R-UNOFFICIAL-20230416-VANILLA.zip", 57 | "maintainer": "EdwardWu", 58 | "model": "Zenfone 5Z", 59 | "oem": "asus", 60 | "sha256": "b14cb99934c3168658d58a030d4e6e4b18fcc3c8cb7e7c8e539f4f155be34ecf", 61 | "size": "826188155", 62 | "type": "unofficial", 63 | "version": "v13.1" 64 | } 65 | ], 66 | "apollo": [ 67 | { 68 | "changelog": "- Enable powersavings on boot (for some reason theyre disabled and never enabled again)\r\n\r\nSwitch to armv8.2 arch\r\n\r\n- Back to stune powerhint\r\n\r\n- Windtre Italy configs set\r\n\r\n***recommended firmware and recovery included with rom***\r\n\r\nUse Arrow Recovery for installation & updates. Recovery & install guide are in the below groups:\r\n\r\nXDA: https://forum.xda-developers.com/t/rom-un-official-12-beta-arrowos-vanilla-gapps-aosp.4353927/\r\n\r\nTelegram: https://t.me/arrowapolloofficial", 69 | "date": "2023-07-07", 70 | "datetime": "20230707", 71 | "filename": "Arrow-v13.1-apollo-UNOFFICIAL-20230707-VANILLA.zip", 72 | "filepath": "/arrow-13.1/apollo/Arrow-v13.1-apollo-UNOFFICIAL-20230707-VANILLA.zip", 73 | "maintainer": "Dobsgw", 74 | "model": "Xiaomi Mi 10T", 75 | "oem": "Xiaomi", 76 | "sha256": "a959929cb85feec5573bdbcb71dd859e0a5bc77e532d79161e2b5d4e79439ae8", 77 | "size": "1505370084", 78 | "type": "unofficial", 79 | "version": "v13.1" 80 | } 81 | ], 82 | "beryllium": [ 83 | { 84 | "changelog": null, 85 | "date": "2023-06-02", 86 | "datetime": "20230602", 87 | "filename": "Arrow-v13.1-beryllium-UNOFFICIAL-20230602-VANILLA.zip", 88 | "filepath": "/arrow-13.1/beryllium/Arrow-v13.1-beryllium-UNOFFICIAL-20230602-VANILLA.zip", 89 | "maintainer": "Sourav (resist15)", 90 | "model": "POCOPHONE F1", 91 | "oem": "Xiaomi", 92 | "sha256": "6ab89b8e6b39744859cd80e862f2ccd375e6f09b5230b983b9c9ee98906ef70a", 93 | "size": "1186290127", 94 | "type": "unofficial", 95 | "version": "v13.1" 96 | } 97 | ], 98 | "davinci": [ 99 | { 100 | "changelog": null, 101 | "date": "2023-12-06", 102 | "datetime": "20231206", 103 | "filename": "Arrow-v13.1-davinci-UNOFFICIAL-20231206-VANILLA.zip", 104 | "filepath": "/arrow-13.1/davinci/Arrow-v13.1-davinci-UNOFFICIAL-20231206-VANILLA.zip", 105 | "maintainer": "RemyL", 106 | "model": "Mi 9T", 107 | "oem": "Xiaomi", 108 | "sha256": "82b84b50eafbdbf1185dfc09978c0a698f1d9b26a91483637fa7e7bc64f26283", 109 | "size": "1105380734", 110 | "type": "unofficial", 111 | "version": "v13.1" 112 | } 113 | ], 114 | "dubai": [ 115 | { 116 | "changelog": null, 117 | "date": "2023-05-19", 118 | "datetime": "20230519", 119 | "filename": "Arrow-v13.1-dubai-UNOFFICIAL-20230519-VANILLA.zip", 120 | "filepath": "/arrow-13.1/dubai/Arrow-v13.1-dubai-UNOFFICIAL-20230519-VANILLA.zip", 121 | "maintainer": "Adithya (ghostrider_reborn)", 122 | "model": "motorola edge 30", 123 | "oem": "motorola", 124 | "sha256": "d8d71db38a72e24fe3263b54ef6eb7be16d03809ea5c025069aa0dfc419940bc", 125 | "size": "1255366771", 126 | "type": "unofficial", 127 | "version": "v13.1" 128 | } 129 | ], 130 | "elish": [ 131 | { 132 | "changelog": "- Welcome Xiaomi Pad 5 Pro (elish) to join Arrow-OS", 133 | "date": "2023-04-18", 134 | "datetime": "20230418", 135 | "filename": "Arrow-v13.1-elish-UNOFFICIAL-20230418-VANILLA.zip", 136 | "filepath": "/arrow-13.1/elish/Arrow-v13.1-elish-UNOFFICIAL-20230418-VANILLA.zip", 137 | "maintainer": "TG_DEVICE_MAINTAINER", 138 | "model": "M2105K81AC", 139 | "oem": "Xiaomi", 140 | "sha256": "c9de7344b0aa9673667427abdefbe9e4e41f1207f2b5f576d9175f0c43487999", 141 | "size": "1386407976", 142 | "type": "unofficial", 143 | "version": "v13.1" 144 | } 145 | ], 146 | "gauguin": [ 147 | { 148 | "changelog": "- Dropped HBM and CABC Mode.\r\n- Tuned powerhint.", 149 | "date": "2023-08-05", 150 | "datetime": "20230805", 151 | "filename": "Arrow-v13.1-gauguin-UNOFFICIAL-20230805-VANILLA.zip", 152 | "filepath": "/arrow-13.1/gauguin/Arrow-v13.1-gauguin-UNOFFICIAL-20230805-VANILLA.zip", 153 | "maintainer": "Hridaya & Lynrinn", 154 | "model": "M2007J17G", 155 | "oem": "Xiaomi", 156 | "sha256": "f99bfaa037ffbd9c78963c9d878646b49ac85af7d46c9cd81bc487bbbe8a701e", 157 | "size": "1514722035", 158 | "type": "unofficial", 159 | "version": "v13.1" 160 | } 161 | ], 162 | "ginkgo": [ 163 | { 164 | "changelog": null, 165 | "date": "2023-12-22", 166 | "datetime": "20231222", 167 | "filename": "Arrow-v13.1-ginkgo-UNOFFICIAL-20231222-VANILLA.zip", 168 | "filepath": "/arrow-13.1/ginkgo/Arrow-v13.1-ginkgo-UNOFFICIAL-20231222-VANILLA.zip", 169 | "maintainer": "Adithya (ghostrider_reborn)", 170 | "model": "Redmi Note 8/8T", 171 | "oem": "Xiaomi", 172 | "sha256": "988ea38b1c0a11ef26d7b38d532898920b3bb4be9d3119dacd74abae0ab104d8", 173 | "size": "1018286299", 174 | "type": "unofficial", 175 | "version": "v13.1" 176 | } 177 | ], 178 | "lavender": [ 179 | { 180 | "changelog": null, 181 | "date": "2023-07-14", 182 | "datetime": "20230714", 183 | "filename": "Arrow-v13.1-lavender-UNOFFICIAL-20230714-VANILLA.zip", 184 | "filepath": "/arrow-13.1/lavender/Arrow-v13.1-lavender-UNOFFICIAL-20230714-VANILLA.zip", 185 | "maintainer": "D3nesyan", 186 | "model": "Redmi Note 7", 187 | "oem": "Xiaomi", 188 | "sha256": "71812bba1f347f31da57c03b92a8af439f75a623cf0064387c9328d6411b88d0", 189 | "size": "1155195450", 190 | "type": "unofficial", 191 | "version": "v13.1" 192 | } 193 | ], 194 | "lisa": [ 195 | { 196 | "changelog": "- Updated blobs to MIUI V14.0.10.0.TKOCNXM", 197 | "date": "2023-08-26", 198 | "datetime": "20230826", 199 | "filename": "Arrow-v13.1-lisa-UNOFFICIAL-20230826-VANILLA.zip", 200 | "filepath": "/arrow-13.1/lisa/Arrow-v13.1-lisa-UNOFFICIAL-20230826-VANILLA.zip", 201 | "maintainer": "ALKALiKong", 202 | "model": "Xiaomi 11 Lite NE", 203 | "oem": "Xiaomi", 204 | "sha256": "64afe4627d5c316805d5a2c14653c083a4454d8b643b12aecc1da50b2015fd5b", 205 | "size": "1489826599", 206 | "type": "unofficial", 207 | "version": "v13.1" 208 | } 209 | ], 210 | "mojito": [ 211 | { 212 | "changelog": "- Based on MIUI 14 FW\r\n- Powered by NetErnels kernel!\r\n\r\nArrowOS Recovery: https://t.me/ashwin_cloud/374\r\n\r\nFlashing Guide:\r\n- Flash ArrowOS Recovery\r\n- Boot to ArrowOS Recovery\r\n- Sideload the ROM\r\n- Reboot to system", 213 | "date": "2024-01-20", 214 | "datetime": "20240120", 215 | "filename": "Arrow-v13.1-mojito-UNOFFICIAL-20240120-VANILLA.zip", 216 | "filepath": "/arrow-13.1/mojito/Arrow-v13.1-mojito-UNOFFICIAL-20240120-VANILLA.zip", 217 | "maintainer": "sarthakroy2002, blur", 218 | "model": "Redmi Note 10", 219 | "oem": "Redmi", 220 | "sha256": "25b4d6f78cd6e0b52360f4660484ad7c315cc83a8af0b0c1ebcacab526585192", 221 | "size": "1361422384", 222 | "type": "unofficial", 223 | "version": "v13.1" 224 | } 225 | ], 226 | "munch": [ 227 | { 228 | "changelog": null, 229 | "date": "2023-07-06", 230 | "datetime": "20230706", 231 | "filename": "Arrow-v13.1-munch-UNOFFICIAL-20230706-VANILLA.zip", 232 | "filepath": "/arrow-13.1/munch/Arrow-v13.1-munch-UNOFFICIAL-20230706-VANILLA.zip", 233 | "maintainer": "madmax7896", 234 | "model": "POCO F4", 235 | "oem": "POCO", 236 | "sha256": "706bca2a478598f573c1b1a370a959640da5c0f5d168d11a0e5fba29be391100", 237 | "size": "1323520346", 238 | "type": "unofficial", 239 | "version": "v13.1" 240 | } 241 | ], 242 | "nabu": [ 243 | { 244 | "changelog": "- Test build to test Launcher crash issues", 245 | "date": "2023-08-24", 246 | "datetime": "20230824", 247 | "filename": "Arrow-v13.1-nabu-OFFICIAL-20230824-VANILLA.zip", 248 | "filepath": "/arrow-13.1/nabu/Arrow-v13.1-nabu-OFFICIAL-20230824-VANILLA.zip", 249 | "maintainer": "K001droid and ganeshi4u", 250 | "model": "Xiaomi Pad 5", 251 | "oem": "Xiaomi", 252 | "sha256": "44e0b0af45bb4ea2e6688d8e05e69aa31fb91428841fdaa03bc2828c46dae0f2", 253 | "size": "1323676354", 254 | "type": "official", 255 | "version": "v13.1" 256 | } 257 | ], 258 | "opkona": [ 259 | { 260 | "changelog": "Initial Build :\r\nAdd Dolby Audio\r\nUpdate to OOS 13.1.0.580(EX01) \r\nUnify Oneplus 8/8T/8P/9R\r\nSwitch to adreno and perf stack from qcom common\r\nSwitch to armv8-2a-dotprod CPU variant \r\nEnable touchpanel offscreen gestures\r\nSome optimisation, etc...", 261 | "date": "2023-07-01", 262 | "datetime": "20230701", 263 | "filename": "Arrow-v13.1-opkona-UNOFFICIAL-20230701-VANILLA.zip", 264 | "filepath": "/arrow-13.1/opkona/Arrow-v13.1-opkona-UNOFFICIAL-20230701-VANILLA.zip", 265 | "maintainer": "DawfukFR", 266 | "model": "kona", 267 | "oem": "OnePlus", 268 | "sha256": "66307ceff116a5e60263a651c2ffc876a0631fdd987c4f07f285b183eea1e3ea", 269 | "size": "1136360824", 270 | "type": "unofficial", 271 | "version": "v13.1" 272 | } 273 | ], 274 | "porsche": [ 275 | { 276 | "changelog": "- Fixed deep sleep on AOD\r\n- Added support for low/high brightness modes on AOD\r\n- Upstreamed the kernel to Linux 5.4.242\r\n- Removed unneeded libraries\r\n\r\nFlashing instructions:\r\n- Download the ArrowOS recovery at https://files.danielml.dev/android/porsche/arrow-recovery.zip\r\n- Unpack it, and using fastboot flash the vbmeta, vendor_boot and boot:\r\n* fastboot flash vbmeta vbmeta.img\r\n* fastboot flash vendor_boot vendor_boot.img\r\n* fastboot flash boot boot.img\r\n- Then, reboot to recovery and flash the ROM using ADB sideload", 277 | "date": "2023-06-21", 278 | "datetime": "20230621", 279 | "filename": "Arrow-v13.1-porsche-OFFICIAL-20230621-VANILLA.zip", 280 | "filepath": "/arrow-13.1/porsche/Arrow-v13.1-porsche-OFFICIAL-20230621-VANILLA.zip", 281 | "maintainer": "danielml3", 282 | "model": "Realme GT 2", 283 | "oem": "realme", 284 | "sha256": "b5b90af2fd090c90b89abe6bb3451d1fa9704057d6e989e8bcce155476877e2e", 285 | "size": "1090883813", 286 | "type": "official", 287 | "version": "v13.1" 288 | } 289 | ], 290 | "sweet": [ 291 | { 292 | "changelog": "EXPERIMENTAL BUILD", 293 | "date": "2023-05-30", 294 | "datetime": "20230530", 295 | "filename": "Arrow-v13.1-sweet-UNOFFICIAL-20230530-VANILLA.zip", 296 | "filepath": "/arrow-13.1/sweet/Arrow-v13.1-sweet-UNOFFICIAL-20230530-VANILLA.zip", 297 | "maintainer": "danielml3", 298 | "model": "Redmi Note 10 Pro", 299 | "oem": "Xiaomi", 300 | "sha256": "a960ee65df8ff7dfd57abf3b059f8d86f69fdf224fa3642bf5a33a9044fd741f", 301 | "size": "1123124464", 302 | "type": "unofficial", 303 | "version": "v13.1" 304 | } 305 | ] 306 | } -------------------------------------------------------------------------------- /arrow-11.0_gapps_builds_community.json: -------------------------------------------------------------------------------- 1 | { 2 | "RMX1801": [ 3 | { 4 | "changelog": null, 5 | "date": "2021-10-04", 6 | "datetime": "20211004", 7 | "filename": "Arrow-v11.0-RMX1801-COMMUNITY-20211004-GAPPS.zip", 8 | "filepath": "/arrow-11.0/RMX1801/Arrow-v11.0-RMX1801-COMMUNITY-20211004-GAPPS.zip", 9 | "maintainer": "TG_DEVICE_MAINTAINER", 10 | "model": "Realme 2 Pro", 11 | "oem": "oppo", 12 | "sha256": "84981cc205063def520f8a731d988d74e7b3113faa2755099c7baead8df389c6", 13 | "size": "1327015455", 14 | "type": "community", 15 | "version": "v11.0" 16 | } 17 | ], 18 | "X01AD": [ 19 | { 20 | "changelog": "- Update Security Patch\r\n- Update stormbreaker kernel\r\n- Misc changes", 21 | "date": "2021-12-20", 22 | "datetime": "20211220", 23 | "filename": "Arrow-v11.0-X01AD-COMMUNITY-20211220-GAPPS.zip", 24 | "filepath": "/arrow-11.0/X01AD/Arrow-v11.0-X01AD-COMMUNITY-20211220-GAPPS.zip", 25 | "maintainer": "Arka", 26 | "model": "Asus Zenfone Max M2", 27 | "oem": "asus", 28 | "sha256": "da7e21879a669fa9dd1fb74d4a08ad5e64b435b4b72d65a85e5dfae13749d8c6", 29 | "size": "1208239362", 30 | "type": "community", 31 | "version": "v11.0" 32 | } 33 | ], 34 | "cas": [ 35 | { 36 | "changelog": "Firmware: V12.5.5.0.RJJCNXM\r\nFixed:\r\n1.Fod in low brightness", 37 | "date": "2021-09-27", 38 | "datetime": "20210927", 39 | "filename": "Arrow-v11.0-cas-COMMUNITY-20210927-GAPPS.zip", 40 | "filepath": "/arrow-11.0/cas/Arrow-v11.0-cas-COMMUNITY-20210927-GAPPS.zip", 41 | "maintainer": "Xayah", 42 | "model": "M2007J1SC", 43 | "oem": "Xiaomi", 44 | "sha256": "f3ee688166b39e7d0385bb73650220f2b122a706f09dc4e850723cc6af889578", 45 | "size": "1793693011", 46 | "type": "community", 47 | "version": "v11.0" 48 | } 49 | ], 50 | "cepheus": [ 51 | { 52 | "changelog": "Kernel changes:\r\n\u2022 Upstreamed to .232\r\n\u2022 Merge latest CAF tag LA.UM.9.1.r1-10200-SMxxx0.0\r\n\u2022 Merge WireGuard v1.0.20210424\r\n\u2022 Improve low memory killer\r\n\u2022 Mirco-optimize scheduler\r\n\u2022 Drop unused NUMA feature(Non-Uniform Memory Access)\r\n\u2022 Bring back userspace boost method\r\n\u2022 Add some thermal zones for mi_thermald\r\n\u2022 Enable Ftrace for iorap perfetto\r\n\r\nDevice specific changes:\r\n\u2022 Update prebuilt firmware and blobs from cepheus-user 11 RKQ1.200826.002 21.4.7 release-keys\r\n\u2022 Switch to POCO X3 Pro Global Listen stack and hotwordenrollment blobs (fixes screen off Google hotword detection and low mic volume when enabled OK Google)\r\n\u2022 Add proper configs for burn-in protection\r\n\u2022 Drop non-functional power off alarm blobs\r\n\u2022 Reset to miui stock audio configs\r\n\u2022 Cleanup SEPolicy rules also resolve all neverallow rues\r\n\u2022 Disable GPU Boost during interaction powerhint\r\n\u2022 Fix camera stutter in some apps\r\n\u2022 Enable iorap readahead (Improve app startup time)\r\n\u2022 Enable unspecialized app process pool\r\n\u2022 Use Gcam Go only with gapped releases (use snap with vanila releases)\r\n\u2022 Update to June redfin fingerprint \r\n\u2022 Flatten APEXs for performance\r\n\u2022 Make the UI smoother\r\n\u2022 Use \"Xiaomi Mi 9\" for default ssid name \r\n\u2022 Some stuff else, go read commit list on Github.", 53 | "date": "2022-01-29", 54 | "datetime": "20220129", 55 | "filename": "Arrow-v11.0-cepheus-COMMUNITY-20220129-GAPPS.zip", 56 | "filepath": "/arrow-11.0/cepheus/Arrow-v11.0-cepheus-COMMUNITY-20220129-GAPPS.zip", 57 | "maintainer": "lamjiidii1", 58 | "model": "Mi 9", 59 | "oem": "Xiaomi", 60 | "sha256": "ddeab336da4a4ea4c4fe87bc54b24db3beb03a62efe6616683d0bc1011672edc", 61 | "size": "1403861407", 62 | "type": "community", 63 | "version": "v11.0" 64 | } 65 | ], 66 | "channel": [ 67 | { 68 | "changelog": null, 69 | "date": "2021-11-20", 70 | "datetime": "20211120", 71 | "filename": "Arrow-v11.0-channel-COMMUNITY-20211120-GAPPS.zip", 72 | "filepath": "/arrow-11.0/channel/Arrow-v11.0-channel-COMMUNITY-20211120-GAPPS.zip", 73 | "maintainer": "Deivid Ignacio", 74 | "model": "moto g(7) play", 75 | "oem": "motorola", 76 | "sha256": "85ca40e3aa5a9433b33bc31680ebdd017d0d3fe2e19f50482d8c049a1024eb5d", 77 | "size": "1073397006", 78 | "type": "community", 79 | "version": "v11.0" 80 | } 81 | ], 82 | "chiron": [ 83 | { 84 | "changelog": null, 85 | "date": "2021-04-24", 86 | "datetime": "20210424", 87 | "filename": "Arrow-v11.0-chiron-COMMUNITY-20210424-GAPPS.zip", 88 | "filepath": "/arrow-11.0/chiron/Arrow-v11.0-chiron-COMMUNITY-20210424-GAPPS.zip", 89 | "maintainer": "TG_DEVICE_MAINTAINER", 90 | "model": "Mi MIX 2", 91 | "oem": "Xiaomi", 92 | "sha256": "59f2ccc3c27ec33c36af63c6c1660a02f171969592e1239abfa1853925a115d4", 93 | "size": "1140209239", 94 | "type": "community", 95 | "version": "v11.0" 96 | } 97 | ], 98 | "cmi": [ 99 | { 100 | "changelog": "Rounded corners without jagged\r\nBetter 5G network support\r\nAdd refresh rate switch\r\nFix the problem that the recorded voice is too small\r\nImprove SQL performance a little bit\r\nMore adjustments waiting for you to discover", 101 | "date": "2021-02-19", 102 | "datetime": "20210219", 103 | "filename": "Arrow-v11.0-cmi-COMMUNITY-20210219-GAPPS.zip", 104 | "filepath": "/arrow-11.0/cmi/Arrow-v11.0-cmi-COMMUNITY-20210219-GAPPS.zip", 105 | "maintainer": "ChaptSand", 106 | "model": "MI 10 Pro", 107 | "oem": "Xiaomi", 108 | "sha256": "154c5c51bb80e16b1c386a9445330d962989578446a92e83ab2b743404ed200a", 109 | "size": "1017606449", 110 | "type": "community", 111 | "version": "v11.0" 112 | } 113 | ], 114 | "jasmine_sprout": [ 115 | { 116 | "changelog": null, 117 | "date": "2021-04-24", 118 | "datetime": "20210424", 119 | "filename": "Arrow-v11.0-jasmine_sprout-COMMUNITY-20210424-GAPPS.zip", 120 | "filepath": "/arrow-11.0/jasmine_sprout/Arrow-v11.0-jasmine_sprout-COMMUNITY-20210424-GAPPS.zip", 121 | "maintainer": "Immanuel_Raj", 122 | "model": "Mi A2", 123 | "oem": "xiaomi", 124 | "sha256": "56539f28ef2160fbafba2905465e39eb3c116dc07f077295d31b65ff65500403", 125 | "size": "1186886773", 126 | "type": "community", 127 | "version": "v11.0" 128 | } 129 | ], 130 | "juice": [ 131 | { 132 | "changelog": null, 133 | "date": "2021-08-09", 134 | "datetime": "20210809", 135 | "filename": "Arrow-v11.0-juice-COMMUNITY-20210809-GAPPS.zip", 136 | "filepath": "/arrow-11.0/juice/Arrow-v11.0-juice-COMMUNITY-20210809-GAPPS.zip", 137 | "maintainer": "John Paul Patigas", 138 | "model": "Juice", 139 | "oem": "Xiaomi", 140 | "sha256": "e6e8e5b876548697ed506197ead81cac44aac85f6ff08a22f3503bcd4acc896c", 141 | "size": "1021677914", 142 | "type": "community", 143 | "version": "v11.0" 144 | } 145 | ], 146 | "kebab": [ 147 | { 148 | "changelog": null, 149 | "date": "2021-10-07", 150 | "datetime": "20211007", 151 | "filename": "Arrow-v11.0-kebab-COMMUNITY-20211007-GAPPS.zip", 152 | "filepath": "/arrow-11.0/kebab/Arrow-v11.0-kebab-COMMUNITY-20211007-GAPPS.zip", 153 | "maintainer": "java67", 154 | "model": "KB2000", 155 | "oem": "OnePlus", 156 | "sha256": "8d9fc6b271dcf50b33c422af9a1ea3488320f614e2e0dee9d0a7b123f19a2e05", 157 | "size": "1587226278", 158 | "type": "community", 159 | "version": "v11.0" 160 | } 161 | ], 162 | "ocean": [ 163 | { 164 | "changelog": null, 165 | "date": "2022-01-29", 166 | "datetime": "20220129", 167 | "filename": "Arrow-v11.0-ocean-COMMUNITY-20220129-GAPPS.zip", 168 | "filepath": "/arrow-11.0/ocean/Arrow-v11.0-ocean-COMMUNITY-20220129-GAPPS.zip", 169 | "maintainer": "Deivid Ignacio", 170 | "model": "moto g(7) power", 171 | "oem": "motorola", 172 | "sha256": "19a45f83034942488a4228333d5a4f03159dabf170857b23a8010dbcc5f56a81", 173 | "size": "1116218208", 174 | "type": "community", 175 | "version": "v11.0" 176 | } 177 | ], 178 | "onclite": [ 179 | { 180 | "changelog": null, 181 | "date": "2021-12-20", 182 | "datetime": "20211220", 183 | "filename": "Arrow-v11.0-onclite-COMMUNITY-20211220-GAPPS.zip", 184 | "filepath": "/arrow-11.0/onclite/Arrow-v11.0-onclite-COMMUNITY-20211220-GAPPS.zip", 185 | "maintainer": "bibarub", 186 | "model": "Redmi 7", 187 | "oem": "Xiaomi", 188 | "sha256": "0ce07e5df97a7bf956a6769e58901c4453fa78e9baf2e204f03e809048660920", 189 | "size": "1232741729", 190 | "type": "community", 191 | "version": "v11.0" 192 | } 193 | ], 194 | "r5x": [ 195 | { 196 | "changelog": "1. ScreenRecording lag fixed.\r\n2. Reverted Realme parts for now.\r\n3. Enabled call recording.\r\n4. DIsabled vilte by default to avoid issues with VoLTE.\r\n5. Enabled Adaptive sleep.\r\n6. Redfin August FP", 197 | "date": "2021-09-08", 198 | "datetime": "20210908", 199 | "filename": "Arrow-v11.0-r5x-COMMUNITY-20210908-GAPPS.zip", 200 | "filepath": "/arrow-11.0/r5x/Arrow-v11.0-r5x-COMMUNITY-20210908-GAPPS.zip", 201 | "maintainer": "TG_DEVICE_MAINTAINER", 202 | "model": "Realme 5 Series", 203 | "oem": "Realme", 204 | "sha256": "e9ce07965d90446bcee20f0ac0e3e1a3436b9c071947548d519a6aa3e85bdbb6", 205 | "size": "1361566099", 206 | "type": "community", 207 | "version": "v11.0" 208 | } 209 | ], 210 | "river": [ 211 | { 212 | "changelog": null, 213 | "date": "2022-01-29", 214 | "datetime": "20220129", 215 | "filename": "Arrow-v11.0-river-COMMUNITY-20220129-GAPPS.zip", 216 | "filepath": "/arrow-11.0/river/Arrow-v11.0-river-COMMUNITY-20220129-GAPPS.zip", 217 | "maintainer": "Deivid Ignacio", 218 | "model": "moto g(7)", 219 | "oem": "motorola", 220 | "sha256": "8d817838636ec69356ec2638a74153a9bf4b9e1915641c9da2e931881bc37d69", 221 | "size": "1142963119", 222 | "type": "community", 223 | "version": "v11.0" 224 | } 225 | ], 226 | "rosy": [ 227 | { 228 | "changelog": null, 229 | "date": "2021-04-24", 230 | "datetime": "20210424", 231 | "filename": "Arrow-v11.0-rosy-COMMUNITY-20210424-GAPPS.zip", 232 | "filepath": "/arrow-11.0/rosy/Arrow-v11.0-rosy-COMMUNITY-20210424-GAPPS.zip", 233 | "maintainer": "Shriiyansh Pandey", 234 | "model": "Redmi 5", 235 | "oem": "Xiaomi", 236 | "sha256": "aad29ef4e76d9041ae0daa7f649a2da52fa6ec57e247c174f24ac420539440df", 237 | "size": "1107520623", 238 | "type": "community", 239 | "version": "v11.0" 240 | } 241 | ], 242 | "tulip": [ 243 | { 244 | "changelog": "Switch back to FBE based trees", 245 | "date": "2021-10-08", 246 | "datetime": "20211008", 247 | "filename": "Arrow-v11.0-tulip-COMMUNITY-20211008-GAPPS.zip", 248 | "filepath": "/arrow-11.0/tulip/Arrow-v11.0-tulip-COMMUNITY-20211008-GAPPS.zip", 249 | "maintainer": "IceBreaker2451", 250 | "model": "Redmi Note 6 Pro", 251 | "oem": "Xiaomi", 252 | "sha256": "99220207e41a373a8323dffe038d74e07bc3b9080bc55f1c500439cfa403ea9e", 253 | "size": "1168897119", 254 | "type": "community", 255 | "version": "v11.0" 256 | } 257 | ], 258 | "umi": [ 259 | { 260 | "changelog": "Rounded corners without jagged\r\nBetter 5G network support\r\nAdd refresh rate switch\r\nFix the problem that the recorded voice is too small\r\nImprove SQL performance a little bit\r\nMore adjustments waiting for you to discover", 261 | "date": "2021-02-19", 262 | "datetime": "20210219", 263 | "filename": "Arrow-v11.0-umi-COMMUNITY-20210219-GAPPS.zip", 264 | "filepath": "/arrow-11.0/umi/Arrow-v11.0-umi-COMMUNITY-20210219-GAPPS.zip", 265 | "maintainer": "ChaptSand", 266 | "model": "MI 10", 267 | "oem": "Xiaomi", 268 | "sha256": "508d26844608a4907a6e221350ded41008791a83254c2c78586c1fd44e6eb421", 269 | "size": "1018242084", 270 | "type": "community", 271 | "version": "v11.0" 272 | } 273 | ], 274 | "vince": [ 275 | { 276 | "changelog": "\u2022 Sync Bluetooth with CAF (LA.UM.9.6.2.r1-04800-89xx.0)\r\n\u2022 Update DRM Widewine Stack from CrossHatch\r\n\u2022 Update Thermal Blobs from Onclite V12.5.1.0.QFLCNXM\r\n\u2022 Upstreamed Kernel to .282\r\n\u2022 Updated To Sept Redfin FP\r\n\u2022 Address Lots of Denials\r\n\u2022 Switched back To Old Thermal Engine\r\n\u2022 Misc Optimizations.", 277 | "date": "2021-10-12", 278 | "datetime": "20211012", 279 | "filename": "Arrow-v11.0-vince-COMMUNITY-20211012-GAPPS.zip", 280 | "filepath": "/arrow-11.0/vince/Arrow-v11.0-vince-COMMUNITY-20211012-GAPPS.zip", 281 | "maintainer": "TG_DEVICE_MAINTAINER", 282 | "model": "Redmi 5 Plus", 283 | "oem": "Xiaomi", 284 | "sha256": "5fccfa376b68910806c85f2bb2a8885cf2d5e68f6bb9ffa9fa49729782d2facf", 285 | "size": "1099365898", 286 | "type": "community", 287 | "version": "v11.0" 288 | } 289 | ], 290 | "z2_plus": [ 291 | { 292 | "changelog": "* Update bluetooth blobs from cheeseburger\r\n* Added ant+\r\n* Disabled significant motion detector which caused idle drain\r\n* Fixed wifi and bluetooth mac\r\n* Added drm props\r\n* Set voice call volume steps like on stock zui\r\n* Fixed geekbench opencl test\r\n* Removed unneeded cmdline options\r\n* Improved pixel offline charger animation\r\n* Build libdac from source\r\n* Added xml for unlimited google photos", 293 | "date": "2021-09-13", 294 | "datetime": "20210913", 295 | "filename": "Arrow-v11.0-z2_plus-COMMUNITY-20210913-GAPPS.zip", 296 | "filepath": "/arrow-11.0/z2_plus/Arrow-v11.0-z2_plus-COMMUNITY-20210913-GAPPS.zip", 297 | "maintainer": "PranavTemkar", 298 | "model": "Z2 Plus", 299 | "oem": "ZUK", 300 | "sha256": "eaea07ffbcfc9dded23c72e7d2eebf5c24ad2cbd85cfc993b6cf9fad12abf563", 301 | "size": "1091459139", 302 | "type": "community", 303 | "version": "v11.0" 304 | } 305 | ] 306 | } -------------------------------------------------------------------------------- /arrow-13.0_gapps_builds_unofficial.json: -------------------------------------------------------------------------------- 1 | { 2 | "G": [ 3 | { 4 | "changelog": null, 5 | "date": "2023-03-21", 6 | "datetime": "20230321", 7 | "filename": "Arrow-v13.0-G-UNOFFICIAL-20230321-GAPPS.zip", 8 | "filepath": "/arrow-13.0/G/Arrow-v13.0-G-UNOFFICIAL-20230321-GAPPS.zip", 9 | "maintainer": "kardebayan", 10 | "model": "10.or G", 11 | "oem": "10.or", 12 | "sha256": "b8d6681dd6262945ef87fa48a3a99041da6349dbba909ee73d1c13f0d0ea5765", 13 | "size": "1112427392", 14 | "type": "unofficial", 15 | "version": "v13.0" 16 | } 17 | ], 18 | "RMP6768": [ 19 | { 20 | "changelog": "Supported devices:\r\n1) Realme Pad LTE (RMP2102)\r\n2) Realme Pad WiFi (RMP2103)\r\nSupported Firmware: A09 , A10 & A11\r\nRecovery: Click here\r\nNote: \r\nAfter a factory reset , device might reboot automatically at first boot then boot to system.\r\n
\r\nDonate to Maintainer: \r\nPayPal\r\nUPI: neilchetty4559@oksbi", 21 | "date": "2023-02-23", 22 | "datetime": "20230223", 23 | "filename": "Arrow-v13.0-RMP6768-UNOFFICIAL-20230223-GAPPS.zip", 24 | "filepath": "/arrow-13.0/RMP6768/Arrow-v13.0-RMP6768-UNOFFICIAL-20230223-GAPPS.zip", 25 | "maintainer": "NeilChetty", 26 | "model": "Realme Pad", 27 | "oem": "Realme", 28 | "sha256": "ab9e2fb7baa996fb07083076a02620e155b8cd34e31b99d3f7a07b3c7e686a0b", 29 | "size": "1229172464", 30 | "type": "unofficial", 31 | "version": "v13.0" 32 | } 33 | ], 34 | "RMX1801": [ 35 | { 36 | "changelog": null, 37 | "date": "2023-02-02", 38 | "datetime": "20230202", 39 | "filename": "Arrow-v13.0-RMX1801-UNOFFICIAL-20230202-GAPPS.zip", 40 | "filepath": "/arrow-13.0/RMX1801/Arrow-v13.0-RMX1801-UNOFFICIAL-20230202-GAPPS.zip", 41 | "maintainer": "Baibhab", 42 | "model": "Realme 2 Pro", 43 | "oem": "oppo", 44 | "sha256": "ae1ca593d50f2d96d04061aa9af9e114e953ed8471d35b53deb6498ce7749c99", 45 | "size": "1429439282", 46 | "type": "unofficial", 47 | "version": "v13.0" 48 | } 49 | ], 50 | "RMX2020": [ 51 | { 52 | "changelog": "NOTE: For Realme UI 1.0 FW only.", 53 | "date": "2023-01-21", 54 | "datetime": "20230121", 55 | "filename": "Arrow-v13.0-RMX2020-UNOFFICIAL-20230121-GAPPS.zip", 56 | "filepath": "/arrow-13.0/RMX2020/Arrow-v13.0-RMX2020-UNOFFICIAL-20230121-GAPPS.zip", 57 | "maintainer": "sarthakroy2002", 58 | "model": "realme Monet", 59 | "oem": "realme", 60 | "sha256": "018747a29057152478eaaef9a97b11ab92af5bd40ceb17f58d0fb362d62a4d3e", 61 | "size": "1399919218", 62 | "type": "unofficial", 63 | "version": "v13.0" 64 | } 65 | ], 66 | "X00TD": [ 67 | { 68 | "changelog": null, 69 | "date": "2023-02-26", 70 | "datetime": "20230226", 71 | "filename": "Arrow-v13.0-X00TD-UNOFFICIAL-20230226-GAPPS.zip", 72 | "filepath": "/arrow-13.0/X00TD/Arrow-v13.0-X00TD-UNOFFICIAL-20230226-GAPPS.zip", 73 | "maintainer": "ATANYTHING", 74 | "model": "Zenfone Max Pro M1", 75 | "oem": "asus", 76 | "sha256": "9aa273ad822fc7d5c3d8ecd6c9851276f031528e0c7ace96b085b7ff63322aa3", 77 | "size": "1258859770", 78 | "type": "unofficial", 79 | "version": "v13.0" 80 | } 81 | ], 82 | "X01BD": [ 83 | { 84 | "changelog": null, 85 | "date": "2022-12-23", 86 | "datetime": "20221223", 87 | "filename": "Arrow-v13.0-X01BD-UNOFFICIAL-20221223-GAPPS.zip", 88 | "filepath": "/arrow-13.0/X01BD/Arrow-v13.0-X01BD-UNOFFICIAL-20221223-GAPPS.zip", 89 | "maintainer": "SonalSingh", 90 | "model": "Asus Zenfone Max Pro M2", 91 | "oem": "asus", 92 | "sha256": "e88f5093b287f000b977cfbc966a92a7c6806583759f8d1fae37d6f8f170c330", 93 | "size": "1291576109", 94 | "type": "unofficial", 95 | "version": "v13.0" 96 | } 97 | ], 98 | "Z01R": [ 99 | { 100 | "changelog": "\u2022 Kernel: Merge LA.UM.10.3.r1-01700-sdm845.0 tag\r\n\u2022 Sync latest ROM change", 101 | "date": "2022-12-19", 102 | "datetime": "20221219", 103 | "filename": "Arrow-v13.0-Z01R-UNOFFICIAL-20221219-GAPPS.zip", 104 | "filepath": "/arrow-13.0/Z01R/Arrow-v13.0-Z01R-UNOFFICIAL-20221219-GAPPS.zip", 105 | "maintainer": "EdwardWu", 106 | "model": "Zenfone 5Z", 107 | "oem": "asus", 108 | "sha256": "a2adc4eea24a22b94fbbe7bfb1a281ce213f655442750c89dd70ddc7ede14099", 109 | "size": "1059595844", 110 | "type": "unofficial", 111 | "version": "v13.0" 112 | } 113 | ], 114 | "apollo": [ 115 | { 116 | "changelog": "- Updates\r\n\r\n***recommended firmware and recovery included with rom***\r\n\r\nUse Arrow Recovery for installation & updates. Recovery & install guide are in the below groups:\r\n\r\nXDA: https://forum.xda-developers.com/t/rom-un-official-12-beta-arrowos-vanilla-gapps-aosp.4353927/\r\n\r\nTelegram: https://t.me/arrowapolloofficial", 117 | "date": "2023-01-05", 118 | "datetime": "20230105", 119 | "filename": "Arrow-v13.0-apollo-UNOFFICIAL-20230105-GAPPS.zip", 120 | "filepath": "/arrow-13.0/apollo/Arrow-v13.0-apollo-UNOFFICIAL-20230105-GAPPS.zip", 121 | "maintainer": "Dobsgw", 122 | "model": "Xiaomi Mi 10T", 123 | "oem": "Xiaomi", 124 | "sha256": "c3b19361813fa5e5778d48baca5ad781532e3ab12a44df46a4ba00cada812fe0", 125 | "size": "1833390936", 126 | "type": "unofficial", 127 | "version": "v13.0" 128 | } 129 | ], 130 | "beryllium": [ 131 | { 132 | "changelog": null, 133 | "date": "2023-03-26", 134 | "datetime": "20230326", 135 | "filename": "Arrow-v13.0-beryllium-UNOFFICIAL-20230326-GAPPS.zip", 136 | "filepath": "/arrow-13.0/beryllium/Arrow-v13.0-beryllium-UNOFFICIAL-20230326-GAPPS.zip", 137 | "maintainer": "Sourav (resist15)", 138 | "model": "POCOPHONE F1", 139 | "oem": "Xiaomi", 140 | "sha256": "136fe536913dcf9e1cb58da11280a3135929a727e9b72497b350bb9d6e21b24d", 141 | "size": "1361139948", 142 | "type": "unofficial", 143 | "version": "v13.0" 144 | } 145 | ], 146 | "cas": [ 147 | { 148 | "changelog": "Initial test build for arrow-13.0", 149 | "date": "2023-03-12", 150 | "datetime": "20230312", 151 | "filename": "Arrow-v13.0-cas-UNOFFICIAL-20230312-GAPPS.zip", 152 | "filepath": "/arrow-13.0/cas/Arrow-v13.0-cas-UNOFFICIAL-20230312-GAPPS.zip", 153 | "maintainer": "Xayah", 154 | "model": "M2007J1SC", 155 | "oem": "Xiaomi", 156 | "sha256": "f09b1a1029acc24f6b74e4786684c03edca52f97df83e0d59c966fbb0555418f", 157 | "size": "2093253307", 158 | "type": "unofficial", 159 | "version": "v13.0" 160 | } 161 | ], 162 | "davinci": [ 163 | { 164 | "changelog": null, 165 | "date": "2023-01-08", 166 | "datetime": "20230108", 167 | "filename": "Arrow-v13.0-davinci-UNOFFICIAL-20230108-GAPPS.zip", 168 | "filepath": "/arrow-13.0/davinci/Arrow-v13.0-davinci-UNOFFICIAL-20230108-GAPPS.zip", 169 | "maintainer": "RemyL", 170 | "model": "Mi 9T", 171 | "oem": "Xiaomi", 172 | "sha256": "b8efbfa96a7749a0075fbe078255b20908f8a2dd73577900849993402105a508", 173 | "size": "1434116652", 174 | "type": "unofficial", 175 | "version": "v13.0" 176 | } 177 | ], 178 | "gauguin": [ 179 | { 180 | "changelog": null, 181 | "date": "2023-02-08", 182 | "datetime": "20230208", 183 | "filename": "Arrow-v13.0-gauguin-UNOFFICIAL-20230208-GAPPS.zip", 184 | "filepath": "/arrow-13.0/gauguin/Arrow-v13.0-gauguin-UNOFFICIAL-20230208-GAPPS.zip", 185 | "maintainer": "Hridaya & Lynrinn", 186 | "model": "M2007J17G", 187 | "oem": "Xiaomi", 188 | "sha256": "fcb19f960f990aebe50110c6e318a42051b31eba942bf9bd90cd409bc883e848", 189 | "size": "1855529630", 190 | "type": "unofficial", 191 | "version": "v13.0" 192 | } 193 | ], 194 | "ginkgo": [ 195 | { 196 | "changelog": null, 197 | "date": "2023-02-23", 198 | "datetime": "20230223", 199 | "filename": "Arrow-v13.0-ginkgo-UNOFFICIAL-20230223-GAPPS.zip", 200 | "filepath": "/arrow-13.0/ginkgo/Arrow-v13.0-ginkgo-UNOFFICIAL-20230223-GAPPS.zip", 201 | "maintainer": "Adithya (ghostrider_reborn)", 202 | "model": "Redmi Note 8/8T", 203 | "oem": "Xiaomi", 204 | "sha256": "e577aa9cafdf8c06fa64e5500135887877ce252c1f4d04fb25e46af56bd72955", 205 | "size": "1372335173", 206 | "type": "unofficial", 207 | "version": "v13.0" 208 | } 209 | ], 210 | "jasmine_sprout": [ 211 | { 212 | "changelog": "Initial A13 New trees test build", 213 | "date": "2023-03-08", 214 | "datetime": "20230308", 215 | "filename": "Arrow-v13.0-jasmine_sprout-UNOFFICIAL-20230308-GAPPS.zip", 216 | "filepath": "/arrow-13.0/jasmine_sprout/Arrow-v13.0-jasmine_sprout-UNOFFICIAL-20230308-GAPPS.zip", 217 | "maintainer": "Immanuel_Raj(@iamimmanuelraj)", 218 | "model": "Mi A2", 219 | "oem": "Xiaomi", 220 | "sha256": "e7de74221eb74e7918eb8146e8206f3c86792c398f96fe3c297fdac190af8f37", 221 | "size": "1360154511", 222 | "type": "unofficial", 223 | "version": "v13.0" 224 | } 225 | ], 226 | "lisa": [ 227 | { 228 | "changelog": "- Fixed some issues in previous build", 229 | "date": "2023-01-31", 230 | "datetime": "20230131", 231 | "filename": "Arrow-v13.0-lisa-UNOFFICIAL-20230131-GAPPS.zip", 232 | "filepath": "/arrow-13.0/lisa/Arrow-v13.0-lisa-UNOFFICIAL-20230131-GAPPS.zip", 233 | "maintainer": "ALKALiKong", 234 | "model": "Xiaomi 11 Lite NE", 235 | "oem": "Xiaomi", 236 | "sha256": "0e7bf43753e0de28e235b0f8aae1386a35902248bb782ac6db017c67e443e7b2", 237 | "size": "1810851950", 238 | "type": "unofficial", 239 | "version": "v13.0" 240 | } 241 | ], 242 | "miatoll": [ 243 | { 244 | "changelog": null, 245 | "date": "2023-01-25", 246 | "datetime": "20230125", 247 | "filename": "Arrow-v13.0-miatoll-UNOFFICIAL-20230125-GAPPS.zip", 248 | "filepath": "/arrow-13.0/miatoll/Arrow-v13.0-miatoll-UNOFFICIAL-20230125-GAPPS.zip", 249 | "maintainer": "SonalSingh", 250 | "model": "Miatoll", 251 | "oem": "Xiaomi", 252 | "sha256": "199f0ea3935b5a04efd9942855d24d48bec602003947e2f8553c749542a6ea75", 253 | "size": "1690622459", 254 | "type": "unofficial", 255 | "version": "v13.0" 256 | } 257 | ], 258 | "mojito": [ 259 | { 260 | "changelog": "\u2022 Enforcing Userdebug Build", 261 | "date": "2023-02-04", 262 | "datetime": "20230204", 263 | "filename": "Arrow-v13.0-mojito-UNOFFICIAL-20230204-GAPPS.zip", 264 | "filepath": "/arrow-13.0/mojito/Arrow-v13.0-mojito-UNOFFICIAL-20230204-GAPPS.zip", 265 | "maintainer": "sarthakroy2002, blur", 266 | "model": "Redmi Note 10", 267 | "oem": "Redmi", 268 | "sha256": "b0a3ce253abee0c35da793dd17b1b1667e79d277226ec10ff3b5fa4c9cc8e275", 269 | "size": "1659742548", 270 | "type": "unofficial", 271 | "version": "v13.0" 272 | } 273 | ], 274 | "munch": [ 275 | { 276 | "changelog": null, 277 | "date": "2023-03-24", 278 | "datetime": "20230324", 279 | "filename": "Arrow-v13.0-munch-UNOFFICIAL-20230324-GAPPS.zip", 280 | "filepath": "/arrow-13.0/munch/Arrow-v13.0-munch-UNOFFICIAL-20230324-GAPPS.zip", 281 | "maintainer": "madmax7896", 282 | "model": "POCO F4", 283 | "oem": "POCO", 284 | "sha256": "df71e3d6073986961c12abb6801c2ce4e301673260b48b9b04ab1dca83223497", 285 | "size": "1627225749", 286 | "type": "unofficial", 287 | "version": "v13.0" 288 | } 289 | ], 290 | "nabu": [ 291 | { 292 | "changelog": "Follow these instructions: Click here", 293 | "date": "2022-12-08", 294 | "datetime": "20221208", 295 | "filename": "Arrow-v13.0-nabu-UNOFFICIAL-20221208-GAPPS.zip", 296 | "filepath": "/arrow-13.0/nabu/Arrow-v13.0-nabu-UNOFFICIAL-20221208-GAPPS.zip", 297 | "maintainer": "LynnrinChan, kubersharma001, ganeshi4u", 298 | "model": "Xiaomi Pad 5", 299 | "oem": "Xiaomi", 300 | "sha256": "b497af53a0f52cd7626eb7fcb13fb3ba4cbd53a3113f9f26efad261745a0b63f", 301 | "size": "1550013105", 302 | "type": "unofficial", 303 | "version": "v13.0" 304 | } 305 | ], 306 | "thyme": [ 307 | { 308 | "changelog": null, 309 | "date": "2023-02-09", 310 | "datetime": "20230209", 311 | "filename": "Arrow-v13.0-thyme-UNOFFICIAL-20230209-GAPPS.zip", 312 | "filepath": "/arrow-13.0/thyme/Arrow-v13.0-thyme-UNOFFICIAL-20230209-GAPPS.zip", 313 | "maintainer": "TG_DEVICE_MAINTAINER", 314 | "model": "M2102J2SC", 315 | "oem": "Xiaomi", 316 | "sha256": "23fc48f3afaf233565ab433d2a24ecca07e5f01cf8017255f6d05378bd897d35", 317 | "size": "1661792030", 318 | "type": "unofficial", 319 | "version": "v13.0" 320 | } 321 | ], 322 | "vayu": [ 323 | { 324 | "changelog": null, 325 | "date": "2022-12-09", 326 | "datetime": "20221209", 327 | "filename": "Arrow-v13.0-vayu-OFFICIAL-20221209-GAPPS.zip", 328 | "filepath": "/arrow-13.0/vayu/Arrow-v13.0-vayu-OFFICIAL-20221209-GAPPS.zip", 329 | "maintainer": "kubersharma001, raghavt20", 330 | "model": "Poco X3 Pro", 331 | "oem": "POCO", 332 | "sha256": "8b9d53ebe72f5d079ac3a10990e8ddfe4d602be6f09bf133dd4233bd8cbdd223", 333 | "size": "1465942677", 334 | "type": "official", 335 | "version": "v13.0" 336 | } 337 | ], 338 | "veux": [ 339 | { 340 | "changelog": null, 341 | "date": "2022-10-21", 342 | "datetime": "20221021", 343 | "filename": "Arrow-v13.0-veux-OFFICIAL-20221021-GAPPS.zip", 344 | "filepath": "/arrow-13.0/veux/Arrow-v13.0-veux-OFFICIAL-20221021-GAPPS.zip", 345 | "maintainer": "Bauuuuu, kubersharma001", 346 | "model": "POCO X4 Pro 5G", 347 | "oem": "POCO", 348 | "sha256": "7ccb30e3fa21a810deeb8758c124743acb61153b4b628731a858365b32036948", 349 | "size": "1279882631", 350 | "type": "official", 351 | "version": "v13.0" 352 | } 353 | ] 354 | } -------------------------------------------------------------------------------- /arrow-13.0_vanilla_builds_unofficial.json: -------------------------------------------------------------------------------- 1 | { 2 | "G": [ 3 | { 4 | "changelog": null, 5 | "date": "2023-01-30", 6 | "datetime": "20230130", 7 | "filename": "Arrow-v13.0-G-UNOFFICIAL-20230130-VANILLA.zip", 8 | "filepath": "/arrow-13.0/G/Arrow-v13.0-G-UNOFFICIAL-20230130-VANILLA.zip", 9 | "maintainer": "kardebayan", 10 | "model": "10.or G", 11 | "oem": "10.or", 12 | "sha256": "e2054e3ad8068416fe591db006bafcbf5e3a0566edd03ac79ffcbf2d581c7361", 13 | "size": "791478358", 14 | "type": "unofficial", 15 | "version": "v13.0" 16 | } 17 | ], 18 | "RMP6768": [ 19 | { 20 | "changelog": "Supported devices:\r\n1) Realme Pad LTE (RMP2102)\r\n2) Realme Pad WiFi (RMP2103)\r\nSupported Firmware: A09 , A10 & A11\r\nRecovery: Click here\r\nNote: \r\nAfter a factory reset , device might reboot automatically at first boot then boot to system.\r\n
\r\nDonate to Maintainer: \r\nPayPal\r\nUPI: neilchetty4559@oksbi", 21 | "date": "2023-02-23", 22 | "datetime": "20230223", 23 | "filename": "Arrow-v13.0-RMP6768-UNOFFICIAL-20230223-VANILLA.zip", 24 | "filepath": "/arrow-13.0/RMP6768/Arrow-v13.0-RMP6768-UNOFFICIAL-20230223-VANILLA.zip", 25 | "maintainer": "NeilChetty", 26 | "model": "Realme Pad", 27 | "oem": "Realme", 28 | "sha256": "eadefd6e4acffdd0c835f12351a1e99a110a4ad23afa8bed84bafd6f73ca2b0b", 29 | "size": "902775463", 30 | "type": "unofficial", 31 | "version": "v13.0" 32 | } 33 | ], 34 | "RMX1801": [ 35 | { 36 | "changelog": null, 37 | "date": "2023-02-02", 38 | "datetime": "20230202", 39 | "filename": "Arrow-v13.0-RMX1801-UNOFFICIAL-20230202-VANILLA.zip", 40 | "filepath": "/arrow-13.0/RMX1801/Arrow-v13.0-RMX1801-UNOFFICIAL-20230202-VANILLA.zip", 41 | "maintainer": "Baibhab", 42 | "model": "Realme 2 Pro", 43 | "oem": "oppo", 44 | "sha256": "9766182392928fe5e3c39489a2a53277d4aa9d514f8b2d9513cdb9dd412bc9cd", 45 | "size": "1106178091", 46 | "type": "unofficial", 47 | "version": "v13.0" 48 | } 49 | ], 50 | "RMX2020": [ 51 | { 52 | "changelog": "NOTE: For Realme UI 1.0 FW only.", 53 | "date": "2023-01-21", 54 | "datetime": "20230121", 55 | "filename": "Arrow-v13.0-RMX2020-UNOFFICIAL-20230121-VANILLA.zip", 56 | "filepath": "/arrow-13.0/RMX2020/Arrow-v13.0-RMX2020-UNOFFICIAL-20230121-VANILLA.zip", 57 | "maintainer": "sarthakroy2002", 58 | "model": "realme Monet", 59 | "oem": "realme", 60 | "sha256": "3dc94be0cc643b5cd3bf3e06de8c97f64a839c5f1a7e7eb3ac2dbc9b7421c16a", 61 | "size": "1066815312", 62 | "type": "unofficial", 63 | "version": "v13.0" 64 | } 65 | ], 66 | "X00TD": [ 67 | { 68 | "changelog": null, 69 | "date": "2023-03-12", 70 | "datetime": "20230312", 71 | "filename": "Arrow-v13.0-X00TD-UNOFFICIAL-20230312-VANILLA.zip", 72 | "filepath": "/arrow-13.0/X00TD/Arrow-v13.0-X00TD-UNOFFICIAL-20230312-VANILLA.zip", 73 | "maintainer": "ATANYTHING", 74 | "model": "Zenfone Max Pro M1", 75 | "oem": "asus", 76 | "sha256": "f6e7ba3f0295c50b2564db3e281778056e29a4c20866fbfe0b704c7155adb74d", 77 | "size": "1035449643", 78 | "type": "unofficial", 79 | "version": "v13.0" 80 | } 81 | ], 82 | "X01BD": [ 83 | { 84 | "changelog": null, 85 | "date": "2022-12-23", 86 | "datetime": "20221223", 87 | "filename": "Arrow-v13.0-X01BD-UNOFFICIAL-20221223-VANILLA.zip", 88 | "filepath": "/arrow-13.0/X01BD/Arrow-v13.0-X01BD-UNOFFICIAL-20221223-VANILLA.zip", 89 | "maintainer": "SonalSingh", 90 | "model": "Asus Zenfone Max Pro M2", 91 | "oem": "asus", 92 | "sha256": "47ea00bb653656cd1f833e71df6e2a79e1af0be2a6d0a3722550336ab6efa46d", 93 | "size": "961077215", 94 | "type": "unofficial", 95 | "version": "v13.0" 96 | } 97 | ], 98 | "Z01R": [ 99 | { 100 | "changelog": "\u2022 Kernel: Merge LA.UM.10.3.r1-01700-sdm845.0 tag\r\n\u2022 Sync latest ROM change", 101 | "date": "2022-12-19", 102 | "datetime": "20221219", 103 | "filename": "Arrow-v13.0-Z01R-UNOFFICIAL-20221219-VANILLA.zip", 104 | "filepath": "/arrow-13.0/Z01R/Arrow-v13.0-Z01R-UNOFFICIAL-20221219-VANILLA.zip", 105 | "maintainer": "EdwardWu", 106 | "model": "Zenfone 5Z", 107 | "oem": "asus", 108 | "sha256": "9f9aed020e835f047aadb95193a6f8f0ca4522a88065b2ce1a8822171671e361", 109 | "size": "770717286", 110 | "type": "unofficial", 111 | "version": "v13.0" 112 | } 113 | ], 114 | "apollo": [ 115 | { 116 | "changelog": "- Updates\r\n\r\n***recommended firmware and recovery included with rom***\r\n\r\nUse Arrow Recovery for installation & updates. Recovery & install guide are in the below groups:\r\n\r\nXDA: https://forum.xda-developers.com/t/rom-un-official-12-beta-arrowos-vanilla-gapps-aosp.4353927/\r\n\r\nTelegram: https://t.me/arrowapolloofficial", 117 | "date": "2023-01-04", 118 | "datetime": "20230104", 119 | "filename": "Arrow-v13.0-apollo-UNOFFICIAL-20230104-VANILLA.zip", 120 | "filepath": "/arrow-13.0/apollo/Arrow-v13.0-apollo-UNOFFICIAL-20230104-VANILLA.zip", 121 | "maintainer": "Dobsgw", 122 | "model": "Xiaomi Mi 10T", 123 | "oem": "Xiaomi", 124 | "sha256": "2538271a9ec4c05072c53da5b2e7017a3d31c2a9f44b5897a45e05b0461863a9", 125 | "size": "1520768724", 126 | "type": "unofficial", 127 | "version": "v13.0" 128 | } 129 | ], 130 | "beryllium": [ 131 | { 132 | "changelog": null, 133 | "date": "2023-02-27", 134 | "datetime": "20230227", 135 | "filename": "Arrow-v13.0-beryllium-UNOFFICIAL-20230227-VANILLA.zip", 136 | "filepath": "/arrow-13.0/beryllium/Arrow-v13.0-beryllium-UNOFFICIAL-20230227-VANILLA.zip", 137 | "maintainer": "Sourav (resist15)", 138 | "model": "POCOPHONE F1", 139 | "oem": "Xiaomi", 140 | "sha256": "2974bc5ff820a11a0bd6ef52127bf750ff4975eecd9afd50a439b2f9b4191366", 141 | "size": "1025818640", 142 | "type": "unofficial", 143 | "version": "v13.0" 144 | } 145 | ], 146 | "cas": [ 147 | { 148 | "changelog": "Initial test build for arrow-13.0", 149 | "date": "2023-03-12", 150 | "datetime": "20230312", 151 | "filename": "Arrow-v13.0-cas-UNOFFICIAL-20230312-VANILLA.zip", 152 | "filepath": "/arrow-13.0/cas/Arrow-v13.0-cas-UNOFFICIAL-20230312-VANILLA.zip", 153 | "maintainer": "Xayah", 154 | "model": "M2007J1SC", 155 | "oem": "Xiaomi", 156 | "sha256": "4cff8e0512b175e2e0e11725f72495496d8e312a26e84cfac227513cd88744e7", 157 | "size": "1759142138", 158 | "type": "unofficial", 159 | "version": "v13.0" 160 | } 161 | ], 162 | "davinci": [ 163 | { 164 | "changelog": null, 165 | "date": "2022-11-28", 166 | "datetime": "20221128", 167 | "filename": "Arrow-v13.0-davinci-UNOFFICIAL-20221128-VANILLA.zip", 168 | "filepath": "/arrow-13.0/davinci/Arrow-v13.0-davinci-UNOFFICIAL-20221128-VANILLA.zip", 169 | "maintainer": "RemyL", 170 | "model": "Mi 9T", 171 | "oem": "Xiaomi", 172 | "sha256": "233f91b503c45fa49d38c92c248b3b30ddd672864e121b1bb6f4494ea89f35d8", 173 | "size": "1015194302", 174 | "type": "unofficial", 175 | "version": "v13.0" 176 | } 177 | ], 178 | "gauguin": [ 179 | { 180 | "changelog": null, 181 | "date": "2023-02-08", 182 | "datetime": "20230208", 183 | "filename": "Arrow-v13.0-gauguin-UNOFFICIAL-20230208-VANILLA.zip", 184 | "filepath": "/arrow-13.0/gauguin/Arrow-v13.0-gauguin-UNOFFICIAL-20230208-VANILLA.zip", 185 | "maintainer": "Hridaya & Lynrinn", 186 | "model": "M2007J17G", 187 | "oem": "Xiaomi", 188 | "sha256": "1d985b7cc405cde09c132aab8ed2efd8b40853e93ac001aaa0f3af7523dc5be0", 189 | "size": "1473624249", 190 | "type": "unofficial", 191 | "version": "v13.0" 192 | } 193 | ], 194 | "ginkgo": [ 195 | { 196 | "changelog": null, 197 | "date": "2023-02-23", 198 | "datetime": "20230223", 199 | "filename": "Arrow-v13.0-ginkgo-UNOFFICIAL-20230223-VANILLA.zip", 200 | "filepath": "/arrow-13.0/ginkgo/Arrow-v13.0-ginkgo-UNOFFICIAL-20230223-VANILLA.zip", 201 | "maintainer": "Adithya (ghostrider_reborn)", 202 | "model": "Redmi Note 8/8T", 203 | "oem": "Xiaomi", 204 | "sha256": "a4577b37a6f4cc46cc703905125015f023a38bdd52997cca95e1fb6333f78eb1", 205 | "size": "1044130098", 206 | "type": "unofficial", 207 | "version": "v13.0" 208 | } 209 | ], 210 | "jasmine_sprout": [ 211 | { 212 | "changelog": "Initial A13 New trees test build", 213 | "date": "2023-03-08", 214 | "datetime": "20230308", 215 | "filename": "Arrow-v13.0-jasmine_sprout-UNOFFICIAL-20230308-VANILLA.zip", 216 | "filepath": "/arrow-13.0/jasmine_sprout/Arrow-v13.0-jasmine_sprout-UNOFFICIAL-20230308-VANILLA.zip", 217 | "maintainer": "Immanuel_Raj(@iamimmanuelraj)", 218 | "model": "Mi A2", 219 | "oem": "Xiaomi", 220 | "sha256": "3ae58779f41ed6e0b0b1a7c71d206922b6a0b64198b3b73b8e8c4d63afac66c7", 221 | "size": "1042062443", 222 | "type": "unofficial", 223 | "version": "v13.0" 224 | } 225 | ], 226 | "lisa": [ 227 | { 228 | "changelog": "- Fixed some issues in previous build", 229 | "date": "2023-01-31", 230 | "datetime": "20230131", 231 | "filename": "Arrow-v13.0-lisa-UNOFFICIAL-20230131-VANILLA.zip", 232 | "filepath": "/arrow-13.0/lisa/Arrow-v13.0-lisa-UNOFFICIAL-20230131-VANILLA.zip", 233 | "maintainer": "ALKALiKong", 234 | "model": "Xiaomi 11 Lite NE", 235 | "oem": "Xiaomi", 236 | "sha256": "96c320be7bf9776cd7d7bb0d836f1d8164b1a04696a7794e1ba13430c0a3688e", 237 | "size": "1516448203", 238 | "type": "unofficial", 239 | "version": "v13.0" 240 | } 241 | ], 242 | "miatoll": [ 243 | { 244 | "changelog": null, 245 | "date": "2023-01-25", 246 | "datetime": "20230125", 247 | "filename": "Arrow-v13.0-miatoll-UNOFFICIAL-20230125-VANILLA.zip", 248 | "filepath": "/arrow-13.0/miatoll/Arrow-v13.0-miatoll-UNOFFICIAL-20230125-VANILLA.zip", 249 | "maintainer": "SonalSingh", 250 | "model": "Miatoll", 251 | "oem": "Xiaomi", 252 | "sha256": "6c3a0e31eeb3b0daf18285a314be16808a46952b99e5299298d1e015e9b521a8", 253 | "size": "1384627912", 254 | "type": "unofficial", 255 | "version": "v13.0" 256 | } 257 | ], 258 | "mojito": [ 259 | { 260 | "changelog": "\u2022 Enforcing Userdebug Build", 261 | "date": "2023-02-04", 262 | "datetime": "20230204", 263 | "filename": "Arrow-v13.0-mojito-UNOFFICIAL-20230204-VANILLA.zip", 264 | "filepath": "/arrow-13.0/mojito/Arrow-v13.0-mojito-UNOFFICIAL-20230204-VANILLA.zip", 265 | "maintainer": "sarthakroy2002, blur", 266 | "model": "Redmi Note 10", 267 | "oem": "Redmi", 268 | "sha256": "d5e1ce8465bd6a153c438b22f5fd1928251eb05696f18ae3ccec3c70dffe7d8c", 269 | "size": "1309887298", 270 | "type": "unofficial", 271 | "version": "v13.0" 272 | } 273 | ], 274 | "munch": [ 275 | { 276 | "changelog": null, 277 | "date": "2023-03-24", 278 | "datetime": "20230324", 279 | "filename": "Arrow-v13.0-munch-UNOFFICIAL-20230324-VANILLA.zip", 280 | "filepath": "/arrow-13.0/munch/Arrow-v13.0-munch-UNOFFICIAL-20230324-VANILLA.zip", 281 | "maintainer": "madmax7896", 282 | "model": "POCO F4", 283 | "oem": "POCO", 284 | "sha256": "8c71f1fb31a2cec1766ac5b8c5dedf8fa0863804ac3d3eec5dc599ecf121d761", 285 | "size": "1359319782", 286 | "type": "unofficial", 287 | "version": "v13.0" 288 | } 289 | ], 290 | "nabu": [ 291 | { 292 | "changelog": "Follow these instructions: Click here", 293 | "date": "2022-12-08", 294 | "datetime": "20221208", 295 | "filename": "Arrow-v13.0-nabu-UNOFFICIAL-20221208-VANILLA.zip", 296 | "filepath": "/arrow-13.0/nabu/Arrow-v13.0-nabu-UNOFFICIAL-20221208-VANILLA.zip", 297 | "maintainer": "LynnrinChan, kubersharma001, ganeshi4u", 298 | "model": "Xiaomi Pad 5", 299 | "oem": "Xiaomi", 300 | "sha256": "502b45e80636d8d4f588d66eba022b8a562ba6e850baa58f4669f44250e64d3e", 301 | "size": "1310726712", 302 | "type": "unofficial", 303 | "version": "v13.0" 304 | } 305 | ], 306 | "thyme": [ 307 | { 308 | "changelog": null, 309 | "date": "2023-02-09", 310 | "datetime": "20230209", 311 | "filename": "Arrow-v13.0-thyme-UNOFFICIAL-20230209-VANILLA.zip", 312 | "filepath": "/arrow-13.0/thyme/Arrow-v13.0-thyme-UNOFFICIAL-20230209-VANILLA.zip", 313 | "maintainer": "TG_DEVICE_MAINTAINER", 314 | "model": "M2102J2SC", 315 | "oem": "Xiaomi", 316 | "sha256": "d5b1f42dcf985cad0613a3f436021e85df8e79adad63f479bffa5b4b184f2ca4", 317 | "size": "1369033328", 318 | "type": "unofficial", 319 | "version": "v13.0" 320 | } 321 | ], 322 | "tucana": [ 323 | { 324 | "changelog": "Test build for tucana based on arrow-13.0", 325 | "date": "2022-10-30", 326 | "datetime": "20221030", 327 | "filename": "Arrow-v13.0-tucana-UNOFFICIAL-20221030-VANILLA.zip", 328 | "filepath": "/arrow-13.0/tucana/Arrow-v13.0-tucana-UNOFFICIAL-20221030-VANILLA.zip", 329 | "maintainer": "Erikdrozina", 330 | "model": "Mi Note 10", 331 | "oem": "Xiaomi", 332 | "sha256": "d47b99e3673a22eceb1341759e5e04fc0720c5cc3c41e250c0c395d4524078cb", 333 | "size": "1219296449", 334 | "type": "unofficial", 335 | "version": "v13.0" 336 | } 337 | ], 338 | "vayu": [ 339 | { 340 | "changelog": null, 341 | "date": "2022-11-08", 342 | "datetime": "20221108", 343 | "filename": "Arrow-v13.0-vayu-OFFICIAL-20221108-VANILLA.zip", 344 | "filepath": "/arrow-13.0/vayu/Arrow-v13.0-vayu-OFFICIAL-20221108-VANILLA.zip", 345 | "maintainer": "kubersharma001, raghavt20", 346 | "model": "Poco X3 Pro", 347 | "oem": "POCO", 348 | "sha256": "ac5c2cfd1baca25a1c4a6ed55e8b16381a8af37e430d09540999bb7ae9d7f66e", 349 | "size": "1163904166", 350 | "type": "official", 351 | "version": "v13.0" 352 | } 353 | ], 354 | "veux": [ 355 | { 356 | "changelog": null, 357 | "date": "2022-10-21", 358 | "datetime": "20221021", 359 | "filename": "Arrow-v13.0-veux-OFFICIAL-20221021-VANILLA.zip", 360 | "filepath": "/arrow-13.0/veux/Arrow-v13.0-veux-OFFICIAL-20221021-VANILLA.zip", 361 | "maintainer": "Bauuuuu, kubersharma001", 362 | "model": "POCO X4 Pro 5G", 363 | "oem": "POCO", 364 | "sha256": "d1911241fb55933e8dbdc3266beb1df19aea99efa2357bde27ef1a5cc29fd863", 365 | "size": "1011909799", 366 | "type": "official", 367 | "version": "v13.0" 368 | } 369 | ] 370 | } -------------------------------------------------------------------------------- /arrow-13.0_gapps_builds_official.json: -------------------------------------------------------------------------------- 1 | { 2 | "G": [ 3 | { 4 | "changelog": null, 5 | "date": "2023-01-13", 6 | "datetime": "20230113", 7 | "filename": "Arrow-v13.0-G-OFFICIAL-20230113-GAPPS.zip", 8 | "filepath": "/arrow-13.0/G/Arrow-v13.0-G-OFFICIAL-20230113-GAPPS.zip", 9 | "maintainer": "kardebayan", 10 | "model": "10or G", 11 | "oem": "10or", 12 | "sha256": "c1660b5a0ebf2b8d742cc684bcf800db08563b429c07e7c69e4527d8cf709fe7", 13 | "size": "1118849260", 14 | "type": "official", 15 | "version": "v13.0" 16 | } 17 | ], 18 | "RMP6768": [ 19 | { 20 | "changelog": "Supported devices:\r\n1) Realme Pad LTE (RMP2102)\r\n2) Realme Pad WiFi (RMP2103)\r\nSupported Firmware: A09 & A10\r\nRecovery: Click here\r\nNote: \r\nAfter a factory reset , device might reboot automatically at first boot then boot to system.\r\n
\r\nDonate to Maintainer: \r\nPayPal\r\nUPI: neilchetty.fam@idfcbank", 21 | "date": "2023-01-11", 22 | "datetime": "20230111", 23 | "filename": "Arrow-v13.0-RMP6768-OFFICIAL-20230111-GAPPS.zip", 24 | "filepath": "/arrow-13.0/RMP6768/Arrow-v13.0-RMP6768-OFFICIAL-20230111-GAPPS.zip", 25 | "maintainer": "NeilChetty", 26 | "model": "Realme Pad", 27 | "oem": "Realme", 28 | "sha256": "5ec63bcb155d1604e7ae4ce8df86465612858df73731477dd0ce077cfaedc396", 29 | "size": "1240499216", 30 | "type": "official", 31 | "version": "v13.0" 32 | } 33 | ], 34 | "RMX1801": [ 35 | { 36 | "changelog": null, 37 | "date": "2023-01-10", 38 | "datetime": "20230110", 39 | "filename": "Arrow-v13.0-RMX1801-OFFICIAL-20230110-GAPPS.zip", 40 | "filepath": "/arrow-13.0/RMX1801/Arrow-v13.0-RMX1801-OFFICIAL-20230110-GAPPS.zip", 41 | "maintainer": "Baibhab", 42 | "model": "Realme 2 Pro", 43 | "oem": "oppo", 44 | "sha256": "597fabc956a0b396cee2eaaa9ef304d38ca0e17bbd262ce01144da9a5f3841cc", 45 | "size": "1424811890", 46 | "type": "official", 47 | "version": "v13.0" 48 | } 49 | ], 50 | "RMX2020": [ 51 | { 52 | "changelog": "NOTE: For Realme UI 1.0 FW only.", 53 | "date": "2023-01-20", 54 | "datetime": "20230120", 55 | "filename": "Arrow-v13.0-RMX2020-OFFICIAL-20230120-GAPPS.zip", 56 | "filepath": "/arrow-13.0/RMX2020/Arrow-v13.0-RMX2020-OFFICIAL-20230120-GAPPS.zip", 57 | "maintainer": "sarthakroy2002", 58 | "model": "realme Monet", 59 | "oem": "realme", 60 | "sha256": "a4ab1c835aedf45b5a1cf9d688df9efc434a96a09da35c08bddc5667acd4d144", 61 | "size": "1401490237", 62 | "type": "official", 63 | "version": "v13.0" 64 | } 65 | ], 66 | "X00TD": [ 67 | { 68 | "changelog": null, 69 | "date": "2023-03-06", 70 | "datetime": "20230306", 71 | "filename": "Arrow-v13.0-X00TD-OFFICIAL-20230306-GAPPS.zip", 72 | "filepath": "/arrow-13.0/X00TD/Arrow-v13.0-X00TD-OFFICIAL-20230306-GAPPS.zip", 73 | "maintainer": "ATANYTHING", 74 | "model": "Zenfone Max Pro M1", 75 | "oem": "asus", 76 | "sha256": "5650fed9946fe53b4fda401d5e5aa8f8aad5d5a60cf8d7e4827d45b407419ca6", 77 | "size": "1366017290", 78 | "type": "official", 79 | "version": "v13.0" 80 | } 81 | ], 82 | "X01BD": [ 83 | { 84 | "changelog": null, 85 | "date": "2023-01-08", 86 | "datetime": "20230108", 87 | "filename": "Arrow-v13.0-X01BD-OFFICIAL-20230108-GAPPS.zip", 88 | "filepath": "/arrow-13.0/X01BD/Arrow-v13.0-X01BD-OFFICIAL-20230108-GAPPS.zip", 89 | "maintainer": "SonalSingh", 90 | "model": "Asus Zenfone Max Pro M2", 91 | "oem": "asus", 92 | "sha256": "d821fc649d67c804fababd5b2905debe9d7219d3271e752f9eff9c5611f5a645", 93 | "size": "1320673057", 94 | "type": "official", 95 | "version": "v13.0" 96 | } 97 | ], 98 | "Z01R": [ 99 | { 100 | "changelog": "\u2022 Kernel: Merge LA.UM.10.3.r1-01700-sdm845.0 tag\r\n\u2022 Sync latest ROM change", 101 | "date": "2023-01-09", 102 | "datetime": "20230109", 103 | "filename": "Arrow-v13.0-Z01R-OFFICIAL-20230109-GAPPS.zip", 104 | "filepath": "/arrow-13.0/Z01R/Arrow-v13.0-Z01R-OFFICIAL-20230109-GAPPS.zip", 105 | "maintainer": "EdwardWu", 106 | "model": "Zenfone 5Z", 107 | "oem": "asus", 108 | "sha256": "1c264e9f2355e12cb4d633ae6512d6479c2e2f2453cb654db42edbdab35c9cc2", 109 | "size": "1171769544", 110 | "type": "official", 111 | "version": "v13.0" 112 | } 113 | ], 114 | "apollo": [ 115 | { 116 | "changelog": "- Updates from ArrowOS source\r\n\r\n- Updated common blobs from Munch A13\r\n\r\n- Small performance tweaks\r\n\r\n- Move to AOSP Wifi Display (fixes Screen Casting)\r\n\r\n***recommended firmware and recovery included with rom***\r\n\r\nUse Arrow Recovery for installation & updates. Recovery & install guide are in the below groups:\r\n\r\nXDA: https://forum.xda-developers.com/t/rom-un-official-12-beta-arrowos-vanilla-gapps-aosp.4353927/\r\n\r\nTelegram: https://t.me/arrowapolloofficial", 117 | "date": "2023-03-24", 118 | "datetime": "20230324", 119 | "filename": "Arrow-v13.0-apollo-OFFICIAL-20230324-GAPPS.zip", 120 | "filepath": "/arrow-13.0/apollo/Arrow-v13.0-apollo-OFFICIAL-20230324-GAPPS.zip", 121 | "maintainer": "Dobsgw", 122 | "model": "Xiaomi Mi 10T", 123 | "oem": "Xiaomi", 124 | "sha256": "e3f56c8fbda54e52fbf8161db1e0f1ab4ed23567b2299915d45ff6271a173baf", 125 | "size": "1810929543", 126 | "type": "official", 127 | "version": "v13.0" 128 | } 129 | ], 130 | "beryllium": [ 131 | { 132 | "changelog": "Initial OFFICIAL Release", 133 | "date": "2023-01-18", 134 | "datetime": "20230118", 135 | "filename": "Arrow-v13.0-beryllium-OFFICIAL-20230118-GAPPS.zip", 136 | "filepath": "/arrow-13.0/beryllium/Arrow-v13.0-beryllium-OFFICIAL-20230118-GAPPS.zip", 137 | "maintainer": "Sourav (resist15)", 138 | "model": "POCOPHONE F1", 139 | "oem": "Xiaomi", 140 | "sha256": "0b88cd5d8bace1fa3b985736badabfc4c93277062a573000fc601105c6e5addd", 141 | "size": "1378130500", 142 | "type": "official", 143 | "version": "v13.0" 144 | } 145 | ], 146 | "davinci": [ 147 | { 148 | "changelog": null, 149 | "date": "2023-01-10", 150 | "datetime": "20230110", 151 | "filename": "Arrow-v13.0-davinci-OFFICIAL-20230110-GAPPS.zip", 152 | "filepath": "/arrow-13.0/davinci/Arrow-v13.0-davinci-OFFICIAL-20230110-GAPPS.zip", 153 | "maintainer": "RemyL", 154 | "model": "Mi 9T", 155 | "oem": "Xiaomi", 156 | "sha256": "373e80674397140457816c2605c3848e94dc982670de24d2310195c9b30eb314", 157 | "size": "1442832306", 158 | "type": "official", 159 | "version": "v13.0" 160 | } 161 | ], 162 | "ginkgo": [ 163 | { 164 | "changelog": "- Initial android 13 release\r\n- Kernel updated to latest CLO revision\r\n- Fixed fast charging on Chinese variants\r\n- Fixed 48MP in miui camera\r\n- Updated GPU drivers from latest sm8450 release\r\n- Updated telephony stack to android 13\r\n- Updated qcom media/display stack to latest CLO revision\r\n- Switched HWUI renderer back to default (skiagl) to fix green artifacts in videos\r\n- Misc optimizations and fixes.", 165 | "date": "2023-01-10", 166 | "datetime": "20230110", 167 | "filename": "Arrow-v13.0-ginkgo-OFFICIAL-20230110-GAPPS.zip", 168 | "filepath": "/arrow-13.0/ginkgo/Arrow-v13.0-ginkgo-OFFICIAL-20230110-GAPPS.zip", 169 | "maintainer": "Adithya (ghostrider_reborn)", 170 | "model": "Redmi Note 8/8T", 171 | "oem": "Xiaomi", 172 | "sha256": "b8e8c396d308e6db4e6d9d8e27182c68268fc48ace52b372e08aae38777c9c43", 173 | "size": "1366454166", 174 | "type": "official", 175 | "version": "v13.0" 176 | } 177 | ], 178 | "jasmine_sprout": [ 179 | { 180 | "changelog": "Initial Stable Android 13 Build.\r\nSqashed and fixed many bugs like :-\r\n\r\nBroken Mic\r\nBroken Aptx and AptxHD\r\nBattery drain\r\nPhone heating\r\nCTS passed\r\nDevice verified\r\n\r\nRead install instructions :- https://wiki.pixelexperience.org/devices/jasmine_sprout/install/", 181 | "date": "2023-01-28", 182 | "datetime": "20230128", 183 | "filename": "Arrow-v13.0-jasmine_sprout-OFFICIAL-20230128-GAPPS.zip", 184 | "filepath": "/arrow-13.0/jasmine_sprout/Arrow-v13.0-jasmine_sprout-OFFICIAL-20230128-GAPPS.zip", 185 | "maintainer": "Immanuel_Raj(@iamimmanuelraj)", 186 | "model": "Mi A2", 187 | "oem": "Xiaomi", 188 | "sha256": "15882027894b560aa57baee7ff8d8fb38ef219b8b863ba6d6a875676e2b37940", 189 | "size": "1363722385", 190 | "type": "official", 191 | "version": "v13.0" 192 | } 193 | ], 194 | "lisa": [ 195 | { 196 | "changelog": "- Merged LA.UM.9.14.r1-21000-LAHAINA.QSSI13.0 for kernel\r\n- Corrected physical panel dimensions\r\n- Updated wireguard in kernel\r\n- Dropped xiaomi citsensor service\r\n- Misc improvements", 197 | "date": "2023-01-08", 198 | "datetime": "20230108", 199 | "filename": "Arrow-v13.0-lisa-OFFICIAL-20230108-GAPPS.zip", 200 | "filepath": "/arrow-13.0/lisa/Arrow-v13.0-lisa-OFFICIAL-20230108-GAPPS.zip", 201 | "maintainer": "TG_DEVICE_MAINTAINER", 202 | "model": "Xiaomi 11 Lite NE", 203 | "oem": "Xiaomi", 204 | "sha256": "47d8262e292731d0e35aa87695da112c0995e194d163eaf3f82ebcdf5ad698e8", 205 | "size": "1758173118", 206 | "type": "official", 207 | "version": "v13.0" 208 | } 209 | ], 210 | "miatoll": [ 211 | { 212 | "changelog": null, 213 | "date": "2023-01-17", 214 | "datetime": "20230117", 215 | "filename": "Arrow-v13.0-miatoll-OFFICIAL-20230117-GAPPS.zip", 216 | "filepath": "/arrow-13.0/miatoll/Arrow-v13.0-miatoll-OFFICIAL-20230117-GAPPS.zip", 217 | "maintainer": "SonalSingh", 218 | "model": "Miatoll", 219 | "oem": "Xiaomi", 220 | "sha256": "eeefd8ed704640f6250253fa1d4c04f857dd9ffa0ff3a79ff2ea526f2888a5ef", 221 | "size": "1692423526", 222 | "type": "official", 223 | "version": "v13.0" 224 | } 225 | ], 226 | "mojito": [ 227 | { 228 | "changelog": "\u2022 Enforcing Userdebug Build", 229 | "date": "2023-01-19", 230 | "datetime": "20230119", 231 | "filename": "Arrow-v13.0-mojito-OFFICIAL-20230119-GAPPS.zip", 232 | "filepath": "/arrow-13.0/mojito/Arrow-v13.0-mojito-OFFICIAL-20230119-GAPPS.zip", 233 | "maintainer": "sarthakroy2002, blur", 234 | "model": "Redmi Note 10", 235 | "oem": "Redmi", 236 | "sha256": "2a912cffeb63d5221da5261bccbb42c1871dc2f40fda27ed1d7cab04299cc089", 237 | "size": "1676669818", 238 | "type": "official", 239 | "version": "v13.0" 240 | } 241 | ], 242 | "munch": [ 243 | { 244 | "changelog": "* Switched to aidl btaudio\r\n* Updated wcnss config from stock\r\n* Enabled ramdisk compression by lz4\r\n* Labelled remaining wakeup nodes\r\n* Fixed fingerprint wakeup animation\r\n* Updated CarrierConfig from LA.QSSI.13.0.r1-07400-qssi.0\r\n* Fixed some issues with 4G+\r\n* Fixed rounded corners\r\n* Improved statusbar paddings\r\n* Silenced some useless logspams", 245 | "date": "2023-01-10", 246 | "datetime": "20230110", 247 | "filename": "Arrow-v13.0-munch-OFFICIAL-20230110-GAPPS.zip", 248 | "filepath": "/arrow-13.0/munch/Arrow-v13.0-munch-OFFICIAL-20230110-GAPPS.zip", 249 | "maintainer": "madmax7896", 250 | "model": "POCO F4", 251 | "oem": "POCO", 252 | "sha256": "618b9b4edb7c11f6f6f2fe150629d26ffd6997b03db1b576cf20638daaaaca8f", 253 | "size": "1517257973", 254 | "type": "official", 255 | "version": "v13.0" 256 | } 257 | ], 258 | "nabu": [ 259 | { 260 | "changelog": "Follow these instructions: Click here", 261 | "date": "2023-01-17", 262 | "datetime": "20230117", 263 | "filename": "Arrow-v13.0-nabu-OFFICIAL-20230117-GAPPS.zip", 264 | "filepath": "/arrow-13.0/nabu/Arrow-v13.0-nabu-OFFICIAL-20230117-GAPPS.zip", 265 | "maintainer": "K001droid and ganeshi4u", 266 | "model": "Xiaomi Pad 5", 267 | "oem": "Xiaomi", 268 | "sha256": "431cc47882676e65d667e9e264948e55ea56831b9e852a81f7a7c6be74ce4e71", 269 | "size": "1561280604", 270 | "type": "official", 271 | "version": "v13.0" 272 | } 273 | ], 274 | "sweet": [ 275 | { 276 | "changelog": "- Misc changes and improvements\r\n- Please check devices source for more information", 277 | "date": "2023-01-08", 278 | "datetime": "20230108", 279 | "filename": "Arrow-v13.0-sweet-OFFICIAL-20230108-GAPPS.zip", 280 | "filepath": "/arrow-13.0/sweet/Arrow-v13.0-sweet-OFFICIAL-20230108-GAPPS.zip", 281 | "maintainer": "daniml3", 282 | "model": "Redmi Note 10 Pro", 283 | "oem": "Redmi", 284 | "sha256": "53114492d9c6f17962c6f5d2c19418de9e477666ae5c1d3c87c79088d0fb4f6a", 285 | "size": "1526812204", 286 | "type": "official", 287 | "version": "v13.0" 288 | } 289 | ], 290 | "thyme": [ 291 | { 292 | "changelog": null, 293 | "date": "2022-11-02", 294 | "datetime": "20221102", 295 | "filename": "Arrow-v13.0-thyme-OFFICIAL-20221102-GAPPS.zip", 296 | "filepath": "/arrow-13.0/thyme/Arrow-v13.0-thyme-OFFICIAL-20221102-GAPPS.zip", 297 | "maintainer": "TG_DEVICE_MAINTAINER", 298 | "model": "M2102J2SC", 299 | "oem": "Xiaomi", 300 | "sha256": "d74eedf8d1b476ee25164ffc93ce47ef0e395bc841b86c20a54f8291b43e9a4e", 301 | "size": "1554542883", 302 | "type": "official", 303 | "version": "v13.0" 304 | } 305 | ], 306 | "vayu": [ 307 | { 308 | "changelog": null, 309 | "date": "2023-01-17", 310 | "datetime": "20230117", 311 | "filename": "Arrow-v13.0-vayu-OFFICIAL-20230117-GAPPS.zip", 312 | "filepath": "/arrow-13.0/vayu/Arrow-v13.0-vayu-OFFICIAL-20230117-GAPPS.zip", 313 | "maintainer": "K001droid and raghavt20", 314 | "model": "Poco X3 Pro", 315 | "oem": "POCO", 316 | "sha256": "bd32f6a03c2b105c429211d9e21f979b5d88ea73dde1fa22b65f6a8e172082fa", 317 | "size": "1585819980", 318 | "type": "official", 319 | "version": "v13.0" 320 | } 321 | ], 322 | "veux": [ 323 | { 324 | "changelog": "

Supported devices:

\r\n\r\n
\r\nInstallation instructions and more details: Click here\r\nDonate to maintainer:\r\nPayPal\r\nUPI: 001ks001@kotak", 325 | "date": "2022-11-14", 326 | "datetime": "20221114", 327 | "filename": "Arrow-v13.0-veux-OFFICIAL-20221114-GAPPS.zip", 328 | "filepath": "/arrow-13.0/veux/Arrow-v13.0-veux-OFFICIAL-20221114-GAPPS.zip", 329 | "maintainer": "Bauuuuu, kubersharma001", 330 | "model": "POCO X4 Pro 5G", 331 | "oem": "POCO", 332 | "sha256": "c14f49b73850209fa45539362f0f2691cdd093721e1e476df0b595d460c71ee6", 333 | "size": "1280297696", 334 | "type": "official", 335 | "version": "v13.0" 336 | } 337 | ], 338 | "violet": [ 339 | { 340 | "changelog": null, 341 | "date": "2022-10-18", 342 | "datetime": "20221018", 343 | "filename": "Arrow-v13.0-violet-OFFICIAL-20221018-GAPPS.zip", 344 | "filepath": "/arrow-13.0/violet/Arrow-v13.0-violet-OFFICIAL-20221018-GAPPS.zip", 345 | "maintainer": "TG_DEVICE_MAINTAINER", 346 | "model": "Redmi Note 7 Pro", 347 | "oem": "Xiaomi", 348 | "sha256": "722435e7b6a2b44e0bc2fb0ca5f8b20220f426084edb10604c34f5dbb8185bb3", 349 | "size": "1262469359", 350 | "type": "official", 351 | "version": "v13.0" 352 | } 353 | ], 354 | "x3": [ 355 | { 356 | "changelog": "x3: Bringup arrow-13.0 Android 13 Official build\r\nx3: Build GcamGO-V2\r\nKernel: Merge CLO tag to LA.UM.9.1.r1-12900-SMxxx0.QSSI13.0", 357 | "date": "2023-01-08", 358 | "datetime": "20230108", 359 | "filename": "Arrow-v13.0-x3-OFFICIAL-20230108-GAPPS.zip", 360 | "filepath": "/arrow-13.0/x3/Arrow-v13.0-x3-OFFICIAL-20230108-GAPPS.zip", 361 | "maintainer": "Adithya (ghostrider_reborn) and EdwardWu", 362 | "model": "Realme X3 / SuperZoom", 363 | "oem": "realme", 364 | "sha256": "535fe7645fec1f589a17a0db08b6825c021b4397f4a180c8732fb3f2067631e2", 365 | "size": "1149464405", 366 | "type": "official", 367 | "version": "v13.0" 368 | } 369 | ] 370 | } --------------------------------------------------------------------------------