7 Commits

Author SHA1 Message Date
Henrik
da0bf79948 v25 2025-02-12 15:51:02 +01:00
Henrik
481d2f7995 Update module.prop 2025-02-12 15:49:05 +01:00
Henrik
d05a2a8109 Add files via upload 2025-02-12 15:48:46 +01:00
Henrik
daf7583c79 Update release-nr-mod.yml 2025-02-09 21:36:17 +01:00
Henrik
393aa2dd60 Update release-lte-mod.yml 2025-02-09 21:35:38 +01:00
Henrik
469faa43e8 Update changelog-LTE.md 2025-02-09 21:30:46 +01:00
GitHub Action
94f933751b Update updaterLTE.json for version 38 2025-02-09 20:27:02 +00:00
7 changed files with 35 additions and 17 deletions

View File

@@ -68,12 +68,18 @@ jobs:
CHAT_ID_1: ${{ secrets.TELEGRAM_CHAT_ID_1_GROUP }}
CHAT_ID_2: ${{ secrets.TELEGRAM_CHAT_ID_2 }}
run: |
# Send to first chat
curl -F document=@"p9_lte_combos_mod_v${{ env.MOD_VERSION }}.zip" \
# Send to first chat (with error checking)
if ! curl -s -f -o /dev/null -F document=@"p9_lte_combos_mod_v${{ env.MOD_VERSION }}.zip" \
-F caption="New LTE Module Release ${{ env.RELEASE_TAG }}" \
"https://api.telegram.org/bot${BOT_TOKEN}/sendDocument?chat_id=${CHAT_ID_1}"
"https://api.telegram.org/bot${BOT_TOKEN}/sendDocument?chat_id=${CHAT_ID_1}"; then
echo "Failed to send to first chat"
exit 1
fi
# Send to second chat
curl -F document=@"p9_lte_combos_mod_v${{ env.MOD_VERSION }}.zip" \
# Send to second chat (with error checking)
if ! curl -s -f -o /dev/null -F document=@"p9_lte_combos_mod_v${{ env.MOD_VERSION }}.zip" \
-F caption="New LTE Module Release ${{ env.RELEASE_TAG }}" \
"https://api.telegram.org/bot${BOT_TOKEN}/sendDocument?chat_id=${CHAT_ID_2}"
"https://api.telegram.org/bot${BOT_TOKEN}/sendDocument?chat_id=${CHAT_ID_2}"; then
echo "Failed to send to second chat"
exit 1
fi

View File

@@ -68,12 +68,18 @@ jobs:
CHAT_ID_1: ${{ secrets.TELEGRAM_CHAT_ID_1_GROUP }}
CHAT_ID_2: ${{ secrets.TELEGRAM_CHAT_ID_2 }}
run: |
# Send to first chat
curl -F document=@"p9_nr_platform_mod_v${{ env.MOD_VERSION }}.zip" \
# Send to first chat (with error checking)
if ! curl -s -f -o /dev/null -F document=@"p9_nr_platform_mod_v${{ env.MOD_VERSION }}.zip" \
-F caption="New NR Module Release ${{ env.RELEASE_TAG }}" \
"https://api.telegram.org/bot${BOT_TOKEN}/sendDocument?chat_id=${CHAT_ID_1}"
"https://api.telegram.org/bot${BOT_TOKEN}/sendDocument?chat_id=${CHAT_ID_1}"; then
echo "Failed to send to first chat"
exit 1
fi
# Send to second chat
curl -F document=@"p9_nr_platform_mod_v${{ env.MOD_VERSION }}.zip" \
# Send to second chat (with error checking)
if ! curl -s -f -o /dev/null -F document=@"p9_nr_platform_mod_v${{ env.MOD_VERSION }}.zip" \
-F caption="New NR Module Release ${{ env.RELEASE_TAG }}" \
"https://api.telegram.org/bot${BOT_TOKEN}/sendDocument?chat_id=${CHAT_ID_2}"
"https://api.telegram.org/bot${BOT_TOKEN}/sendDocument?chat_id=${CHAT_ID_2}"; then
echo "Failed to send to second chat"
exit 1
fi

View File

@@ -1,4 +1,7 @@
## v38
- Added 32A+20A+8A+3C LTE-CA combo with 3C UL
- All included combos: [https://uecaps.hennes.xyz/view/multi/?id=abceef22-1a1b-4fe6-9e26-29c6687a9ed4](https://uecaps.hennes.xyz/view/multi/?id=abceef22-1a1b-4fe6-9e26-29c6687a9ed4)
## v37
- Added 32A+20A+7A+3C LTE-CA combos
- All included combos: [https://uecaps.hennes.xyz/view/multi/?id=3277c022-ba8e-4eed-96da-f2c58a6fa91a](https://uecaps.hennes.xyz/view/multi/?id=02a0527b-48f7-4859-9e39-3c035ba2c350)

View File

@@ -1,4 +1,7 @@
## v25
- Add EN-DC combos: 20A+8A+7A+3A+1A_n78A & 28A+20A+7A+3A+1A_n78A
- All included combos: [https://uecaps.hennes.xyz/view/multi/?id=29ee1dc7-b1a8-4ba5-acc9-ca76efd71116](https://uecaps.hennes.xyz/view/multi/?id=29ee1dc7-b1a8-4ba5-acc9-ca76efd71116)
## v24
- Add new EN-DC combo 32A+20A+8A+3C_n1A with different bcs
- All included combos: [https://uecaps.hennes.xyz/view/multi/?id=87ffbc9c-2da9-4f65-8849-0bd06735d94a](https://uecaps.hennes.xyz/view/multi/?id=87ffbc9c-2da9-4f65-8849-0bd06735d94a)

View File

@@ -1,7 +1,7 @@
id=custom_platform_p9_tokay
name=Pixel 9 custom uecap platform 2CC 3CC FDD NRULCA NR UL MIMO
version=24
versionCode=24
version=25
versionCode=25
author=high3eam
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

View File

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