Skip to content

Commit

Permalink
ota: 13.02-Stable-beryllium-20221129
Browse files Browse the repository at this point in the history
  • Loading branch information
baka-hokage committed Nov 29, 2022
1 parent 2c38cbd commit 318208d
Show file tree
Hide file tree
Showing 5 changed files with 45 additions and 12 deletions.
17 changes: 17 additions & 0 deletions devices/.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
{
"response": [
{
"codename": "",
"devicename": "",
"maintainer": "",
"oem": "",
"filename": "",
"download": "https://github.com/protonplus-org/ota/releases/download/---/",
"datetime": ,
"md5": "",
"sha256": "",
"size": 4096,
"version": "-"
}
]
}
14 changes: 7 additions & 7 deletions devices/beryllium/beryllium.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@
"devicename": "Poco F1",
"maintainer": "AYUSH",
"oem": "Xiaomi",
"filename": "ProtonPlus-13.1-Stable-beryllium-OFFICIAL-20221011-165801.zip",
"download": "https://github.com/protonplus-org/ota/releases/download/13.1-Stable-beryllium-20221011/ProtonPlus-13.1-Stable-beryllium-OFFICIAL-20221011-165801.zip",
"datetime": 1665507471,
"md5": "8a3e1d78841e96c1aa1b5a6c7120a97e",
"sha256": "797cc4e7023cc8eaf2da9d98b00b98995cf708cbbabbea4615c0c8bf06104c96",
"size": 1526938677,
"version": "13.1-Stable"
"filename": "ProtonPlus-13.02-Stable-beryllium-OFFICIAL-20221129-171605.zip",
"download": "https://github.com/protonplus-org/ota/releases/download/13.02-Stable-beryllium-20221129/ProtonPlus-13.02-Stable-beryllium-OFFICIAL-20221129-171605.zip",
"datetime": 1669742161,
"md5": "0b8159217221a5942b2917eef8777ef1",
"sha256": "b80cba0b828edff0ba3811dd023ce3160627d3e9ae3de8f19313e0e6f1bcf711",
"size": 1590355242,
"version": "13.02-Stable"
}
]
}
16 changes: 16 additions & 0 deletions devices/beryllium/changelog_beryllium.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,22 @@ Build type: Stable
Device: Poco F1 (beryllium)
Device maintainer: AYUSH

===== 29 November 2022 =====

* Fixed LDAC completely
* Fixed Native video calling
* Fixed Disable Sim option was not showing
* Fixed wfd
* Update wfd system blobs from LA.QSSI.13.0.r1-05300-qssi.0 & vendor blobs from OnePlus/OnePlus6/OnePlus6:11/RKQ1.201217.002/2106301530:user/release-keys
* Update DPM blobs from oplus/ossi/ossi:13/TP1A.220624.003/1663150961427:user/release-keys
* Update CNE, IMS, QMI & RIL blobs from pyxis-user 11 RKQ1.200826.002 V12.5.2.0.RFCMIXM release-keys
* Update IMS system blobs from LA.QSSI.12.0.r1-05100-qssi.0
* Update padding
* Fixed QS Lag on notification spam
* Added more dirac presets
* Added support for Hi-Fi
* Some misc fixes and improvements

===== 11 October 2022 =====

* Initial Build
8 changes: 4 additions & 4 deletions initial/createjson.sh
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# Run initial/createjson.sh in ota folder

maintainer='' # rokusenpai
devicename='' # Redmi Note 7 Pro
oem='' # Xiaomi
zip='' # ProtonPlus-13.0-Stable-violet-OFFICIAL-20220930-155814.zip
maintainer='AYUSH' # rokusenpai
devicename='Poco F1' # Redmi Note 7 Pro
oem='Xiaomi' # Xiaomi
zip='ProtonPlus-13.02-Stable-beryllium-OFFICIAL-20221129-171605.zip' # ProtonPlus-13.0-Stable-violet-OFFICIAL-20220930-155814.zip
version=`echo $zip | cut -d'-' -f2`-`echo $zip | cut -d'-' -f3`
device=`echo $zip | cut -d'-' -f4`
build_date=`echo $zip | cut -d'-' -f6`
Expand Down
2 changes: 1 addition & 1 deletion initial/upload.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# before uploading createjson & write changelogs
# before using this make sure to login using gh

zip='' # ProtonPlus-13.0-Stable-violet-OFFICIAL-20220930-155814.zip
zip='ProtonPlus-13.02-Stable-beryllium-OFFICIAL-20221129-171605.zip' # ProtonPlus-13.0-Stable-violet-OFFICIAL-20220930-155814.zip
ab='0' # if device is a/b or a only for a/b=1 a only=0
version=`echo $zip | cut -d'-' -f2`-`echo $zip | cut -d'-' -f3`
device=`echo $zip | cut -d'-' -f4`
Expand Down

0 comments on commit 318208d

Please sign in to comment.