Compare commits
8 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
1d10035a50 | ||
|
|
06196b8372 | ||
|
|
ff55c22ed4 | ||
|
|
af7300a815 | ||
|
|
00b86a99cb | ||
|
|
1fb39e6c37 | ||
|
|
06bdc1bba4 | ||
|
|
615e3f79f7 |
18
.github/workflows/release-lte-mod.yml
vendored
18
.github/workflows/release-lte-mod.yml
vendored
@@ -50,7 +50,7 @@ jobs:
|
||||
"version": "${{ env.MOD_VERSION }}",
|
||||
"versionCode": ${{ env.MOD_VERSIONCODE }},
|
||||
"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/${{ github.repository }}/main/changelog-LTE.md"
|
||||
}
|
||||
EOF
|
||||
|
||||
@@ -61,3 +61,19 @@ jobs:
|
||||
git add updaterLTE.json
|
||||
git commit -m "Update updaterLTE.json for version ${{ env.MOD_VERSION }}"
|
||||
git push
|
||||
|
||||
- name: Send to Telegram
|
||||
env:
|
||||
BOT_TOKEN: ${{ secrets.TELEGRAM_BOT_TOKEN }}
|
||||
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" \
|
||||
-F caption="New LTE Module Release ${{ env.RELEASE_TAG }}" \
|
||||
"https://api.telegram.org/bot${BOT_TOKEN}/sendDocument?chat_id=${CHAT_ID_1}"
|
||||
|
||||
# Send to second chat
|
||||
curl -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}"
|
||||
|
||||
18
.github/workflows/release-nr-mod.yml
vendored
18
.github/workflows/release-nr-mod.yml
vendored
@@ -50,7 +50,7 @@ jobs:
|
||||
"version": "${{ env.MOD_VERSION }}",
|
||||
"versionCode": ${{ env.MOD_VERSIONCODE }},
|
||||
"zipUrl": "https://github.com/${{ github.repository }}/releases/download/${{ env.RELEASE_TAG }}/p9_nr_platform_mod_v${{ env.MOD_VERSION }}.zip",
|
||||
"changelog": "https://raw.githubusercontent.com/high3eam/pixel9-EU-combos/main/changelog-NR.md"
|
||||
"changelog": "https://raw.githubusercontent.com/${{ github.repository }}/main/changelog-NR.md"
|
||||
}
|
||||
EOF
|
||||
|
||||
@@ -61,3 +61,19 @@ jobs:
|
||||
git add updaterNR.json
|
||||
git commit -m "Update updaterNR.json for version ${{ env.MOD_VERSION }}"
|
||||
git push
|
||||
|
||||
- name: Send to Telegram
|
||||
env:
|
||||
BOT_TOKEN: ${{ secrets.TELEGRAM_BOT_TOKEN }}
|
||||
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" \
|
||||
-F caption="New NR Module Release ${{ env.RELEASE_TAG }}" \
|
||||
"https://api.telegram.org/bot${BOT_TOKEN}/sendDocument?chat_id=${CHAT_ID_1}"
|
||||
|
||||
# Send to second chat
|
||||
curl -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}"
|
||||
|
||||
@@ -1,4 +1,7 @@
|
||||
|
||||
## 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)
|
||||
## v23
|
||||
- Removed intraband EN-DC combos, because these interfere with legitimate EN-DC combos including NR-CA (E/// RAN bug?)
|
||||
- All included combos: [https://uecaps.hennes.xyz/view/multi/?id=3277c022-ba8e-4eed-96da-f2c58a6fa91a](https://uecaps.hennes.xyz/view/multi/?id=3277c022-ba8e-4eed-96da-f2c58a6fa91a)
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
id=custom_lte_p9_tokay
|
||||
name=Pixel 9 custom LTE uecap
|
||||
version=37
|
||||
versionCode=37
|
||||
version=38
|
||||
versionCode=38
|
||||
author=high3eam
|
||||
description=replaces lte uecaps binarypb with custom one for added lowband ca
|
||||
updateJson=https://raw.githubusercontent.com/high3eam/pixel9-EU-combos/main/updaterLTE.json
|
||||
|
||||
Binary file not shown.
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"version": "23",
|
||||
"versionCode": 23,
|
||||
"zipUrl": "https://github.com/high3eam/pixel9-EU-combos/releases/download/NR-v23/p9_nr_platform_mod.zip",
|
||||
"version": "24",
|
||||
"versionCode": 24,
|
||||
"zipUrl": "https://github.com/high3eam/pixel9-EU-combos/releases/download/NR-v24/p9_nr_platform_mod_v24.zip",
|
||||
"changelog": "https://raw.githubusercontent.com/high3eam/pixel9-EU-combos/main/changelog-NR.md"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user