Compare commits
15 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
67255f13fa | ||
|
|
864cf358ee | ||
|
|
4898883a69 | ||
|
|
bd879507e6 | ||
|
|
d9ed0c9980 | ||
|
|
e50d2189be | ||
|
|
c97896ae40 | ||
|
|
f6eeff91f8 | ||
|
|
a8ce46a3e0 | ||
|
|
75f8320041 | ||
|
|
b1e0b00c3d | ||
|
|
8499321115 | ||
|
|
86b59a2f99 | ||
|
|
afe031be8d | ||
|
|
d5e802adaf |
8
.github/workflows/release-lte-mod.yml
vendored
8
.github/workflows/release-lte-mod.yml
vendored
@@ -27,7 +27,7 @@ jobs:
|
||||
working-directory: ./
|
||||
run: |
|
||||
cd p9_lte_combos_mod
|
||||
zip -r ../p9_lte_combos_mod.zip ./*
|
||||
zip -r ../p9_lte_combos_mod_v{{ env.MOD_VERSION }}.zip ./*
|
||||
cd ..
|
||||
|
||||
- name: Create Release
|
||||
@@ -41,7 +41,7 @@ jobs:
|
||||
draft: false
|
||||
prerelease: false
|
||||
files: |
|
||||
p9_lte_combos_mod.zip
|
||||
p9_lte_combos_mod_v{{ env.MOD_VERSION }}.zip
|
||||
|
||||
- name: Update updater JSON
|
||||
run: |
|
||||
@@ -49,8 +49,8 @@ jobs:
|
||||
{
|
||||
"version": "${{ env.MOD_VERSION }}",
|
||||
"versionCode": ${{ env.MOD_VERSIONCODE }},
|
||||
"zipUrl": "https://github.com/${{ github.repository }}/releases/download/${{ env.RELEASE_TAG }}/p9_lte_combos_mod.zip",
|
||||
"changelog": "https://github.com/${{ github.repository }}/releases/tag/${{ env.RELEASE_TAG }}"
|
||||
"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"
|
||||
}
|
||||
EOF
|
||||
|
||||
|
||||
8
.github/workflows/release-nr-mod.yml
vendored
8
.github/workflows/release-nr-mod.yml
vendored
@@ -27,7 +27,7 @@ jobs:
|
||||
working-directory: ./
|
||||
run: |
|
||||
cd p9_nr_platform_mod
|
||||
zip -r ../p9_nr_platform_mod.zip ./*
|
||||
zip -r ../p9_nr_platform_mod_v${{ env.MOD_VERSION }}.zip ./*
|
||||
cd ..
|
||||
|
||||
- name: Create Release
|
||||
@@ -41,7 +41,7 @@ jobs:
|
||||
draft: false
|
||||
prerelease: false
|
||||
files: |
|
||||
p9_nr_platform_mod.zip
|
||||
p9_nr_platform_mod_v${{ env.MOD_VERSION }}.zip
|
||||
|
||||
- name: Update updater JSON
|
||||
run: |
|
||||
@@ -49,8 +49,8 @@ jobs:
|
||||
{
|
||||
"version": "${{ env.MOD_VERSION }}",
|
||||
"versionCode": ${{ env.MOD_VERSIONCODE }},
|
||||
"zipUrl": "https://github.com/${{ github.repository }}/releases/download/${{ env.RELEASE_TAG }}/p9_nr_platform_mod.zip",
|
||||
"changelog": "https://github.com/${{ github.repository }}/releases/tag/${{ env.RELEASE_TAG }}"
|
||||
"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"
|
||||
}
|
||||
EOF
|
||||
|
||||
|
||||
4
changelog-LTE.md
Normal file
4
changelog-LTE.md
Normal file
@@ -0,0 +1,4 @@
|
||||
|
||||
## 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)
|
||||
4
changelog-NR.md
Normal file
4
changelog-NR.md
Normal file
@@ -0,0 +1,4 @@
|
||||
|
||||
## 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,4 +0,0 @@
|
||||
|
||||
## 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
|
||||
@@ -1,7 +1,7 @@
|
||||
id=custom_lte_p9_tokay
|
||||
name=Pixel 9 custom LTE uecap
|
||||
version=35
|
||||
versionCode=35
|
||||
version=37
|
||||
versionCode=37
|
||||
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 +1,6 @@
|
||||
|
||||
{
|
||||
"version": "23",
|
||||
"versionCode": 23,
|
||||
"zipUrl": "https://github.com/high3eam/pixel9-EU-combos/releases/download/NR-v23/p9_nr_platform_mod.zip",
|
||||
"changelog": "https://raw.githubusercontent.com/high3eam/pixel9-EU-combos/main/changelog-NR.md"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user