soul-browser/app/smali/com/google/android/gms/common/zzt.smali
KaKi87 550ddb0413
Decompile and recreate Soul Browser v1.4.85 with APK CI builds (#1)
* Decompile and recreate Soul Browser v1.4.85 with APK CI builds

Co-authored-by: KaKi87 <KaKi87@pm.me>

* Fix CI build: include bundled google.jks and remove PR trigger

The apktool build failed in CI because app/unknown/.../google.jks was
excluded by the *.jks gitignore rule. Whitelist app-bundled JKS files
and commit the missing resource.

Also remove the redundant pull_request workflow trigger.

Co-authored-by: KaKi87 <KaKi87@pm.me>

* Change package ID to com.github.kaki87.soulbrowser

Rename the application ID so the rebuilt APK can be installed
alongside the original Soul Browser from Google Play.

- Update AndroidManifest package, permissions, providers, and actions
- Update R class references in smali (com/github/kaki87/soulbrowser/R)
- Update shortcuts.xml targetPackage
- Rename app label to "Soul Rebuild" for easy identification

Co-authored-by: KaKi87 <KaKi87@pm.me>

* Fix install compatibility: remove split APK metadata and bundle native libs

The rebuilt APK still declared requiredSplitTypes and Play Store split
metadata, causing Android to reject standalone installs as incompatible.

- Remove requiredSplitTypes and split-related manifest meta-data
- Merge native libs from all ABI splits with uncompressed storage
- Page-align before signing for extractNativeLibs=false
- Add .so to apktool doNotCompress list

Co-authored-by: KaKi87 <KaKi87@pm.me>

* Fix install failure: use apksigner v2/v3 and bundle arm64 native libs

Target SDK 36 requires APK Signature Scheme v2+, but jarsigner only
produces v1 signatures, causing Android to reject the install.

- Sign with apksigner (v1+v2+v3) instead of jarsigner
- Add arm64-v8a native libraries from universal Soul Browser 1.4.79
- Set extractNativeLibs=true for reliable sideload installs
- Commit stable debug keystore for consistent signatures across builds

Co-authored-by: KaKi87 <KaKi87@pm.me>

* Add committed debug keystore for consistent APK signatures

Co-authored-by: KaKi87 <KaKi87@pm.me>

* Fix startup crash: use original classes2.dex desugar libraries

Apktool recompiles smali_classes2 into a broken classes2.dex, causing
ClassNotFoundException for j$.com.android.tools.r8.a at ML Kit init.

Inject the original classes2.dex (Java 8+ desugar libs) after apktool
build instead of using the recompiled version.

Co-authored-by: KaKi87 <KaKi87@pm.me>

* Fix missing drawable resources from density split APKs

The base APK is an app bundle module; density-specific drawables like
seek_thumb_nor_b live in config.xhdpi.apk and were missing after rebuild,
causing Resources$NotFoundException at runtime.

- Merge non-9-patch resources from split APKs before apktool build
- Sync public.xml IDs from R smali only when backing files exist
- Add 713 density-specific resource IDs to public.xml

Co-authored-by: KaKi87 <KaKi87@pm.me>

---------

Co-authored-by: Cursor Agent <cursoragent@cursor.com>
2026-08-10 16:07:14 +02:00

288 lines
7.8 KiB
Smali

.class public final Lcom/google/android/gms/common/zzt;
.super Lcom/google/android/gms/common/internal/safeparcel/AbstractSafeParcelable;
.source "SourceFile"
# annotations
.annotation build Lcom/google/android/gms/common/internal/safeparcel/SafeParcelable$Class;
creator = "GoogleCertificatesQueryCreator"
.end annotation
# static fields
.field public static final CREATOR:Landroid/os/Parcelable$Creator;
.annotation system Ldalvik/annotation/Signature;
value = {
"Landroid/os/Parcelable$Creator<",
"Lcom/google/android/gms/common/zzt;",
">;"
}
.end annotation
.end field
# instance fields
.field private final zza:Ljava/lang/String;
.annotation build Lcom/google/android/gms/common/internal/safeparcel/SafeParcelable$Field;
getter = "getCallingPackage"
id = 0x1
.end annotation
.end field
.field private final zzb:Lcom/google/android/gms/common/zzj;
.annotation build Lcom/google/android/gms/common/internal/safeparcel/SafeParcelable$Field;
getter = "getCallingCertificateBinder"
id = 0x2
type = "android.os.IBinder"
.end annotation
.annotation runtime Ljavax/annotation/Nullable;
.end annotation
.end field
.field private final zzc:Z
.annotation build Lcom/google/android/gms/common/internal/safeparcel/SafeParcelable$Field;
getter = "getAllowTestKeys"
id = 0x3
.end annotation
.end field
.field private final zzd:Z
.annotation build Lcom/google/android/gms/common/internal/safeparcel/SafeParcelable$Field;
defaultValue = "false"
getter = "getIgnoreTestKeysOverride"
id = 0x4
.end annotation
.end field
# direct methods
.method static constructor <clinit>()V
.locals 1
new-instance v0, Lcom/google/android/gms/common/zzu;
invoke-direct {v0}, Lcom/google/android/gms/common/zzu;-><init>()V
sput-object v0, Lcom/google/android/gms/common/zzt;->CREATOR:Landroid/os/Parcelable$Creator;
return-void
.end method
.method public constructor <init>(Ljava/lang/String;Landroid/os/IBinder;ZZ)V
.locals 2
.param p1 # Ljava/lang/String;
.annotation build Lcom/google/android/gms/common/internal/safeparcel/SafeParcelable$Param;
id = 0x1
.end annotation
.end param
.param p2 # Landroid/os/IBinder;
.annotation build Lcom/google/android/gms/common/internal/safeparcel/SafeParcelable$Param;
id = 0x2
.end annotation
.annotation runtime Ljavax/annotation/Nullable;
.end annotation
.end param
.param p3 # Z
.annotation build Lcom/google/android/gms/common/internal/safeparcel/SafeParcelable$Param;
id = 0x3
.end annotation
.end param
.param p4 # Z
.annotation build Lcom/google/android/gms/common/internal/safeparcel/SafeParcelable$Param;
id = 0x4
.end annotation
.end param
.annotation build Lcom/google/android/gms/common/internal/safeparcel/SafeParcelable$Constructor;
.end annotation
.line 2
const-string v0, "Could not unwrap certificate"
const-string v1, "GoogleCertificatesQuery"
invoke-direct {p0}, Lcom/google/android/gms/common/internal/safeparcel/AbstractSafeParcelable;-><init>()V
iput-object p1, p0, Lcom/google/android/gms/common/zzt;->zza:Ljava/lang/String;
const/4 p1, 0x0
if-nez p2, :cond_0
goto :goto_1
:cond_0
:try_start_0
invoke-static {p2}, Lcom/google/android/gms/common/internal/zzw;->zzg(Landroid/os/IBinder;)Lcom/google/android/gms/common/internal/zzx;
move-result-object p2
invoke-interface {p2}, Lcom/google/android/gms/common/internal/zzx;->zzd()Lcom/google/android/gms/dynamic/IObjectWrapper;
move-result-object p2
:try_end_0
.catch Landroid/os/RemoteException; {:try_start_0 .. :try_end_0} :catch_0
if-nez p2, :cond_1
move-object p2, p1
goto :goto_0
.line 3
:cond_1
invoke-static {p2}, Lcom/google/android/gms/dynamic/ObjectWrapper;->f2(Lcom/google/android/gms/dynamic/IObjectWrapper;)Ljava/lang/Object;
move-result-object p2
check-cast p2, [B
:goto_0
if-eqz p2, :cond_2
.line 4
new-instance p1, Lcom/google/android/gms/common/zzk;
.line 5
invoke-direct {p1, p2}, Lcom/google/android/gms/common/zzk;-><init>([B)V
goto :goto_1
.line 6
:cond_2
invoke-static {v1, v0}, Landroid/util/Log;->e(Ljava/lang/String;Ljava/lang/String;)I
goto :goto_1
:catch_0
move-exception p2
.line 7
invoke-static {v1, v0, p2}, Landroid/util/Log;->e(Ljava/lang/String;Ljava/lang/String;Ljava/lang/Throwable;)I
.line 8
:goto_1
iput-object p1, p0, Lcom/google/android/gms/common/zzt;->zzb:Lcom/google/android/gms/common/zzj;
iput-boolean p3, p0, Lcom/google/android/gms/common/zzt;->zzc:Z
iput-boolean p4, p0, Lcom/google/android/gms/common/zzt;->zzd:Z
return-void
.end method
.method public constructor <init>(Ljava/lang/String;Lcom/google/android/gms/common/zzj;ZZ)V
.locals 0
.param p2 # Lcom/google/android/gms/common/zzj;
.annotation runtime Ljavax/annotation/Nullable;
.end annotation
.end param
.line 1
invoke-direct {p0}, Lcom/google/android/gms/common/internal/safeparcel/AbstractSafeParcelable;-><init>()V
iput-object p1, p0, Lcom/google/android/gms/common/zzt;->zza:Ljava/lang/String;
iput-object p2, p0, Lcom/google/android/gms/common/zzt;->zzb:Lcom/google/android/gms/common/zzj;
iput-boolean p3, p0, Lcom/google/android/gms/common/zzt;->zzc:Z
iput-boolean p4, p0, Lcom/google/android/gms/common/zzt;->zzd:Z
return-void
.end method
# virtual methods
.method public final writeToParcel(Landroid/os/Parcel;I)V
.locals 3
.line 1
iget-object p2, p0, Lcom/google/android/gms/common/zzt;->zza:Ljava/lang/String;
.line 2
.line 3
invoke-static {p1}, Lcom/google/android/gms/common/internal/safeparcel/SafeParcelWriter;->beginObjectHeader(Landroid/os/Parcel;)I
.line 4
.line 5
.line 6
move-result v0
.line 7
const/4 v1, 0x1
.line 8
const/4 v2, 0x0
.line 9
invoke-static {p1, v1, p2, v2}, Lcom/google/android/gms/common/internal/safeparcel/SafeParcelWriter;->writeString(Landroid/os/Parcel;ILjava/lang/String;Z)V
.line 10
.line 11
.line 12
iget-object p2, p0, Lcom/google/android/gms/common/zzt;->zzb:Lcom/google/android/gms/common/zzj;
.line 13
.line 14
if-nez p2, :cond_0
.line 15
.line 16
const-string p2, "GoogleCertificatesQuery"
.line 17
.line 18
const-string v1, "certificate binder is null"
.line 19
.line 20
invoke-static {p2, v1}, Landroid/util/Log;->w(Ljava/lang/String;Ljava/lang/String;)I
.line 21
.line 22
.line 23
const/4 p2, 0x0
.line 24
:cond_0
const/4 v1, 0x2
.line 25
invoke-static {p1, v1, p2, v2}, Lcom/google/android/gms/common/internal/safeparcel/SafeParcelWriter;->writeIBinder(Landroid/os/Parcel;ILandroid/os/IBinder;Z)V
.line 26
.line 27
.line 28
const/4 p2, 0x3
.line 29
iget-boolean v1, p0, Lcom/google/android/gms/common/zzt;->zzc:Z
.line 30
.line 31
invoke-static {p1, p2, v1}, Lcom/google/android/gms/common/internal/safeparcel/SafeParcelWriter;->writeBoolean(Landroid/os/Parcel;IZ)V
.line 32
.line 33
.line 34
const/4 p2, 0x4
.line 35
iget-boolean v1, p0, Lcom/google/android/gms/common/zzt;->zzd:Z
.line 36
.line 37
invoke-static {p1, p2, v1}, Lcom/google/android/gms/common/internal/safeparcel/SafeParcelWriter;->writeBoolean(Landroid/os/Parcel;IZ)V
.line 38
.line 39
.line 40
invoke-static {p1, v0}, Lcom/google/android/gms/common/internal/safeparcel/SafeParcelWriter;->finishObjectHeader(Landroid/os/Parcel;I)V
.line 41
.line 42
.line 43
return-void
.end method