Skip to content

Commit

Permalink
Update 0002-ims-Replace-download-links-with-our-own.patch
Browse files Browse the repository at this point in the history
  • Loading branch information
imbroglius authored Jul 8, 2024
1 parent 7344838 commit 14f6077
Showing 1 changed file with 4 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@ index 16f8ecf..5920a66 100644
- Ims.gotMtkR -> Pair("https://treble.phh.me/stable/ims-mtk-r.apk", "MediaTek R vendor")
- Ims.gotMtkS -> Pair("https://treble.phh.me/stable/ims-mtk-s.apk", "MediaTek S vendor")
+ -> Pair("https://github.com/ponces/vendor_ponces/raw/android-14.0/prebuilt/ims/ims-mtk-u-signed.apk", "MediaTek R+ vendor")
+ Ims.gotMtkP -> Pair("https://github.com/Imbroglius/vendor_imbroglius/raw/android-14.0/prebuilt/ims/ims-mtk-s.apk", "MediaTek P vendor")
+ Ims.gotMtkQ -> Pair("https://github.com/Imbroglius/vendor_imbroglius/raw/android-14.0/prebuilt/ims/ims-mtk-s.apk", "MediaTek Q vendor")
+ Ims.gotMtkR -> Pair("https://github.com/Imbroglius/vendor_imbroglius/raw/android-14.0/prebuilt/ims/ims-mtk-s.apk", "MediaTek R vendor")
+ Ims.gotMtkS -> Pair("https://github.com/Imbroglius/vendor_imbroglius/raw/android-14.0/prebuilt/ims/ims-mtk-s.apk", "MediaTek S vendor")
+ Ims.gotMtkP -> Pair("https://github.com/ponces/vendor_ponces/raw/android-14.0/prebuilt/ims/ims-mtk-p-signed.apk", "MediaTek P vendor")
+ Ims.gotMtkQ -> Pair("https://github.com/ponces/vendor_ponces/raw/android-14.0/prebuilt/ims/ims-mtk-q-signed.apk", "MediaTek Q vendor")
+ Ims.gotMtkR -> Pair("https://github.com/ponces/vendor_ponces/raw/android-14.0/prebuilt/ims/ims-mtk-r-signed.apk", "MediaTek R vendor")
+ Ims.gotMtkS -> Pair("https://github.com/ponces/vendor_ponces/raw/android-14.0/prebuilt/ims/ims-mtk-s-signed.apk", "MediaTek S vendor")
(Ims.gotQcomHidl || Ims.gotQcomAidl) && Build.VERSION.SDK_INT >= 34
- -> Pair("https://treble.phh.me/ims-caf-u.apk", "Qualcomm vendor")
- Ims.gotQcomHidlMoto -> Pair("https://treble.phh.me/stable/ims-caf-moto.apk", "Qualcomm pre-S vendor (Motorola)")
Expand All @@ -41,4 +41,3 @@ index 16f8ecf..5920a66 100644
installIms!!.title = "Install IMS APK for $message"
--
2.34.1

0 comments on commit 14f6077

Please sign in to comment.