Skip to content

Commit

Permalink
sync with ponces
Browse files Browse the repository at this point in the history
  • Loading branch information
Archfx committed Nov 1, 2024
1 parent e81dc70 commit f300ae6
Show file tree
Hide file tree
Showing 18 changed files with 3,060 additions and 36 deletions.
9 changes: 5 additions & 4 deletions build/default.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,13 @@
<project name="platform/prebuilts/vndk/v28" path="prebuilts/vndk/v28" remote="aosp" revision="204f1bad00aaf480ba33233f7b8c2ddaa03155dd" clone-depth="1" />

<!-- ponces -->
<project name="ponces/vendor_ponces" path="vendor/ponces" remote="github" revision="android-15.0" />
<project name="ponces/vendor_gapps" path="vendor/gapps" remote="gitlab" revision="android-15.0" clone-depth="1" />
<project name="ponces/android_packages_apps_ParanoidSense" path="packages/apps/ParanoidSense" remote="github" revision="vauxite" />
<project name="ponces/android_packages_services_OmniJaws" path="packages/services/OmniJaws" remote="github" revision="15.0" />
<project name="ponces/treble_adapter" path="treble_adapter" remote="github" revision="master" />
<!-- <project name="ponces/packages_apps_ParanoidSense" path="packages/apps/ParanoidSense" remote="github" revision="uvite" /> -->
<project name="ponces/packages_services_OmniJaws" path="packages/services/OmniJaws" remote="github" revision="15.0" />

<project name="ponces/vendor_gapps" path="vendor/gapps" remote="gitlab" revision="android-15.0" clone-depth="1" />
<project name="ponces/vendor_ponces" path="vendor/ponces" remote="github" revision="android-15.0" />

<!-- LineageOS -->
<remove-project name="platform/packages/apps/Launcher3" />
<remove-project name="platform/packages/apps/ThemePicker" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,3 +23,4 @@ index ef8c34716..621fc82dd 100644
"//frameworks/opt/localepicker/tests:__pkg__",
--
2.34.1

Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
From 6d4be4de8f059d099625c98126a08723d186f1fd Mon Sep 17 00:00:00 2001
From 00b34966add1c1a4ccb43591625f6aa0c3e57441 Mon Sep 17 00:00:00 2001
From: Alberto Ponces <ponces26@gmail.com>
Date: Thu, 9 Nov 2023 12:33:55 +0100
Subject: [PATCH 1/8] gmscompat: Change attestation and instrumentation to pass
Subject: [PATCH 1/9] gmscompat: Change attestation and instrumentation to pass
SafetyNet and Play Integrity API.

Original work by @kdrag0n.
Expand Down Expand Up @@ -108,13 +108,13 @@ index 000000000000..99e61ae74007
+ }
+
+ private static void spoofBuildGms() {
+ setPropValue("PRODUCT", "komodo_beta");
+ setPropValue("DEVICE", "komodo");
+ setPropValue("PRODUCT", "comet_beta");
+ setPropValue("DEVICE", "comet");
+ setPropValue("MANUFACTURER", "Google");
+ setPropValue("BRAND", "google");
+ setPropValue("MODEL", "Pixel 9 Pro XL");
+ setPropValue("FINGERPRINT", "google/komodo_beta/komodo:15/AP41.240823.009/12329489:user/release-keys");
+ setPropValue("VERSION.SECURITY_PATCH", "2024-09-05");
+ setPropValue("MODEL", "Pixel 9 Pro Fold");
+ setPropValue("FINGERPRINT", "google/comet_beta/comet:15/AP41.240925.009/12534705:user/release-keys");
+ setPropValue("VERSION.SECURITY_PATCH", "2024-10-05");
+ setPropValue("VERSION.DEVICE_INITIAL_SDK_INT", "32");
+ }
+
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
From 193037f39fbe1019329ca0e5562279b70e8570ea Mon Sep 17 00:00:00 2001
From 563cb7da4d3eacbeabff5ead0a67fc0e4cb21b50 Mon Sep 17 00:00:00 2001
From: vladsendrix <83285656+vladsendrix@users.noreply.github.com>
Date: Fri, 31 Dec 2021 03:18:04 +0100
Subject: [PATCH 2/8] gmscompat: Spoof Pixel XL for Google Photos
Subject: [PATCH 2/9] gmscompat: Spoof Pixel XL for Google Photos

Change-Id: I905e40625b07ebf500cbb3ce1deadedee2e624c5
---
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
From 061bb69be8e88148772e74feb81cbffc750dc38d Mon Sep 17 00:00:00 2001
From dcd2c3139cdd670197ccdd16b85312169d4a4dea Mon Sep 17 00:00:00 2001
From: Alberto Ponces <ponces26@gmail.com>
Date: Sun, 26 Feb 2023 22:13:35 +0000
Subject: [PATCH 3/8] monet: Use Style.SPRITZ by default
Subject: [PATCH 3/9] monet: Use Style.SPRITZ by default

Change-Id: Ia44ba56c8daa07033b290de89bb300bda9d39d86
---
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
From 5a78da60f3da79efc1f435784572050fd6b7a118 Mon Sep 17 00:00:00 2001
From 9ec40c0eea7874d00ce0946f18b77da5c4e0c94d Mon Sep 17 00:00:00 2001
From: dhacker29 <dhackerdvm@gmail.com>
Date: Tue, 24 Nov 2015 01:53:47 -0500
Subject: [PATCH 4/8] fw/b: Use ro.build.version.incremental to signal OTA
Subject: [PATCH 4/9] fw/b: Use ro.build.version.incremental to signal OTA
upgrades

Co-authored-by: maxwen <max.weninger@gmail.com>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
From afb9cc61c4856b40426946d96bb8dd69950e3c07 Mon Sep 17 00:00:00 2001
From 1ae92f65636784cf2217d3de1222aa330356d278 Mon Sep 17 00:00:00 2001
From: LuK1337 <priv.luk@gmail.com>
Date: Fri, 27 May 2022 01:13:39 +0200
Subject: [PATCH 5/8] SystemUI: Add left padding for keyguard slices
Subject: [PATCH 5/9] SystemUI: Add left padding for keyguard slices

Fixes: https://gitlab.com/LineageOS/issues/android/-/issues/4620
Change-Id: I2735028472aa46bad412c69948936fb30c5fa36c
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
From 6ed5e8f8df73add8ec18964f3f94b90af47fc686 Mon Sep 17 00:00:00 2001
From 774be1dc31b7f77cf8f10e94dae95656d7de046e Mon Sep 17 00:00:00 2001
From: Janson Kang <temasek71@gmail.com>
Date: Mon, 14 Dec 2015 11:13:24 +0800
Subject: [PATCH 6/8] Add "android.permission.READ_PHONE_STATE" to manifest
Subject: [PATCH 6/9] Add "android.permission.READ_PHONE_STATE" to manifest

Change-Id: I78d90166635bbdf6b74e2a02efc1029387b4ad8d
---
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
From e2aa658589ff3c18d24c9186b65de41e7d3f2688 Mon Sep 17 00:00:00 2001
From 33e539839dc848b1bcc8acabadc307272a8fb009 Mon Sep 17 00:00:00 2001
From: Alberto Ponces <ponces26@gmail.com>
Date: Sun, 5 Mar 2023 17:54:25 +0000
Subject: [PATCH 7/8] permissions: Pre-grant google restore permissions
Subject: [PATCH 7/9] permissions: Pre-grant google restore permissions

Change-Id: I241886b63e0660ef01e7801b273045c3c91d44ea
---
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
From ee39012b3a9be2be8e46fdbe4e809bd5a414dc08 Mon Sep 17 00:00:00 2001
From 3f380e92fb0fb4cd444a1162412374b0c500f702 Mon Sep 17 00:00:00 2001
From: maxwen <max.weninger@gmail.com>
Date: Fri, 22 Oct 2021 14:55:26 +0200
Subject: [PATCH 8/8] feat: Add Lockscreen Weather with OmniJaws (1/2)
Subject: [PATCH 8/9] feat: Add Lockscreen Weather with OmniJaws (1/2)

Based on OmniROM's implementation, updated by @maxwen and adapted by @neobuddy89.

Expand Down
Loading

0 comments on commit f300ae6

Please sign in to comment.