5 Commits

Author SHA1 Message Date
Henrik
c5b795bc7f Update module.prop 2025-02-09 10:41:18 +01:00
Henrik
67edf75b6d Add 32A+20A+8A+3C_n1A EN-DC combo with different bcs 2025-02-09 10:41:03 +01:00
GitHub Action
10be123202 Update updaterLTE.json for version 37 2025-02-08 23:12:02 +00:00
Henrik
30d2da5804 Update release-lte-mod.yml 2025-02-09 00:10:27 +01:00
GitHub Action
6a488256f8 Update updaterLTE.json for version 37 2025-02-08 23:04:00 +00:00
4 changed files with 11 additions and 6 deletions

View File

@@ -27,7 +27,7 @@ jobs:
working-directory: ./ working-directory: ./
run: | run: |
cd p9_lte_combos_mod cd p9_lte_combos_mod
zip -r ../p9_lte_combos_mod_v{{ env.MOD_VERSION }}.zip ./* zip -r ../p9_lte_combos_mod_v${{ env.MOD_VERSION }}.zip ./*
cd .. cd ..
- name: Create Release - name: Create Release
@@ -41,7 +41,7 @@ jobs:
draft: false draft: false
prerelease: false prerelease: false
files: | files: |
p9_lte_combos_mod_v{{ env.MOD_VERSION }}.zip p9_lte_combos_mod_v${{ env.MOD_VERSION }}.zip
- name: Update updater JSON - name: Update updater JSON
run: | run: |
@@ -49,7 +49,7 @@ jobs:
{ {
"version": "${{ env.MOD_VERSION }}", "version": "${{ env.MOD_VERSION }}",
"versionCode": ${{ env.MOD_VERSIONCODE }}, "versionCode": ${{ env.MOD_VERSIONCODE }},
"zipUrl": "https://github.com/${{ github.repository }}/releases/download/${{ env.RELEASE_TAG }}/p9_lte_combos_mod_v{{ env.MOD_VERSION }}.zip", "zipUrl": "https://github.com/${{ github.repository }}/releases/download/${{ env.RELEASE_TAG }}/p9_lte_combos_mod_v${{ env.MOD_VERSION }}.zip",
"changelog": "https://raw.githubusercontent.com/high3eam/pixel9-EU-combos/main/changelog-LTE.md" "changelog": "https://raw.githubusercontent.com/high3eam/pixel9-EU-combos/main/changelog-LTE.md"
} }
EOF EOF

View File

@@ -1,7 +1,7 @@
id=custom_platform_p9_tokay id=custom_platform_p9_tokay
name=Pixel 9 custom uecap platform 2CC 3CC FDD NRULCA NR UL MIMO name=Pixel 9 custom uecap platform 2CC 3CC FDD NRULCA NR UL MIMO
version=23 version=24
versionCode=23 versionCode=24
author=high3eam author=high3eam
description=replaces default platform binarypb with custom one, 2CC 3CC FDD NRULCA and FDD NR UL MIMO description=replaces default platform binarypb with custom one, 2CC 3CC FDD NRULCA and FDD NR UL MIMO
updateJson=https://raw.githubusercontent.com/high3eam/pixel9-EU-combos/main/updaterNR.json updateJson=https://raw.githubusercontent.com/high3eam/pixel9-EU-combos/main/updaterNR.json

View File

@@ -1 +1,6 @@
{
"version": "37",
"versionCode": 37,
"zipUrl": "https://github.com/high3eam/pixel9-EU-combos/releases/download/LTE-v37/p9_lte_combos_mod_v37.zip",
"changelog": "https://raw.githubusercontent.com/high3eam/pixel9-EU-combos/main/changelog-LTE.md"
}