-
-
Notifications
You must be signed in to change notification settings - Fork 78
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
unica: mods: pif: update default fingerprint
Change-Id: I5e37967c77dbcdc4096720a37bfe363e462b7c3f
- Loading branch information
1 parent
e4217bf
commit 489ce96
Showing
1 changed file
with
8 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
From 7c9e3e22dfb2506772f1e758494741c13a1eda09 Mon Sep 17 00:00:00 2001 | ||
From c1bc8f33061541c07ca3b56dd547eeea6d7578dc Mon Sep 17 00:00:00 2001 | ||
From: Salvo Giangreco <[email protected]> | ||
Date: Fri, 13 Sep 2024 11:04:24 +0200 | ||
Subject: [PATCH] Introduce PlayIntegrityHooks | ||
|
@@ -120,7 +120,7 @@ index 00000000..fe159605 | |
+.end method | ||
diff --git a/smali_classes6/io/mesalabs/unica/PlayIntegrityHooks.smali b/smali_classes6/io/mesalabs/unica/PlayIntegrityHooks.smali | ||
new file mode 100644 | ||
index 00000000..63244303 | ||
index 00000000..d568c7ba | ||
--- /dev/null | ||
+++ b/smali_classes6/io/mesalabs/unica/PlayIntegrityHooks.smali | ||
@@ -0,0 +1,970 @@ | ||
|
@@ -142,7 +142,7 @@ index 00000000..63244303 | |
+ | ||
+.field private static final blacklist PIF_DEVICE_INITIAL_SDK_INT:Ljava/lang/String; = "null" | ||
+ | ||
+.field private static final blacklist PIF_FINGERPRINT:Ljava/lang/String; = "google/shiba_beta/shiba:15/BP11.241121.013/12873528:user/release-keys" | ||
+.field private static final blacklist PIF_FINGERPRINT:Ljava/lang/String; = "google/shiba_beta/shiba:15/BP11.241210.004/12926906:user/release-keys" | ||
+ | ||
+.field private static final blacklist PIF_ID:Ljava/lang/String; = "null" | ||
+ | ||
|
@@ -158,7 +158,7 @@ index 00000000..63244303 | |
+ | ||
+.field private static final blacklist PIF_SECURITY_PATCH:Ljava/lang/String; = "null" | ||
+ | ||
+.field private static final blacklist PIF_VERSION:Ljava/lang/String; = "20250111" | ||
+.field private static final blacklist PIF_VERSION:Ljava/lang/String; = "20250121" | ||
+ | ||
+.field private static final blacklist TAG:Ljava/lang/String; = "PlayIntegrityHooks" | ||
+ | ||
|
@@ -680,7 +680,7 @@ index 00000000..63244303 | |
+ | ||
+ move-result v1 | ||
+ | ||
+ const-string v2, "20250111" | ||
+ const-string v2, "20250121" | ||
+ | ||
+ invoke-static {v2}, Ljava/lang/Integer;->parseInt(Ljava/lang/String;)I | ||
+ | ||
|
@@ -698,7 +698,7 @@ index 00000000..63244303 | |
+ | ||
+ move-result-object v0 | ||
+ | ||
+ const-string v1, ", Frameworks version: 20250111" | ||
+ const-string v1, ", Frameworks version: 20250121" | ||
+ | ||
+ invoke-virtual {v0, v1}, Ljava/lang/StringBuilder;->append(Ljava/lang/String;)Ljava/lang/StringBuilder; | ||
+ | ||
|
@@ -989,7 +989,7 @@ index 00000000..63244303 | |
+ :cond_8 | ||
+ const-string v0, "persist.sys.pif.fingerprint" | ||
+ | ||
+ const-string v2, "google/shiba_beta/shiba:15/BP11.241121.013/12873528:user/release-keys" | ||
+ const-string v2, "google/shiba_beta/shiba:15/BP11.241210.004/12926906:user/release-keys" | ||
+ | ||
+ invoke-static {v0, v2}, Landroid/os/SystemProperties;->get(Ljava/lang/String;Ljava/lang/String;)Ljava/lang/String; | ||
+ | ||
|
@@ -1095,5 +1095,5 @@ index 00000000..63244303 | |
+ return-void | ||
+.end method | ||
-- | ||
2.48.0 | ||
2.48.1 | ||
|