* 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>
251 lines
5.1 KiB
Smali
251 lines
5.1 KiB
Smali
.class public Lcom/google/android/gms/cast/MediaQueueItem$Builder;
|
|
.super Ljava/lang/Object;
|
|
.source "SourceFile"
|
|
|
|
|
|
# annotations
|
|
.annotation system Ldalvik/annotation/EnclosingClass;
|
|
value = Lcom/google/android/gms/cast/MediaQueueItem;
|
|
.end annotation
|
|
|
|
.annotation system Ldalvik/annotation/InnerClass;
|
|
accessFlags = 0x9
|
|
name = "Builder"
|
|
.end annotation
|
|
|
|
|
|
# instance fields
|
|
.field public final a:Lcom/google/android/gms/cast/MediaQueueItem;
|
|
|
|
|
|
# direct methods
|
|
.method public constructor <init>(Lcom/google/android/gms/cast/MediaInfo;)V
|
|
.locals 12
|
|
|
|
.line 1
|
|
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
|
|
|
|
new-instance v0, Lcom/google/android/gms/cast/MediaQueueItem;
|
|
|
|
const/4 v10, 0x0
|
|
|
|
const/4 v11, 0x0
|
|
|
|
const/4 v2, 0x0
|
|
|
|
const/4 v3, 0x1
|
|
|
|
const-wide/high16 v4, 0x7ff8000000000000L # Double.NaN
|
|
|
|
const-wide/high16 v6, 0x7ff0000000000000L # Double.POSITIVE_INFINITY
|
|
|
|
const-wide/16 v8, 0x0
|
|
|
|
move-object v1, p1
|
|
|
|
.line 2
|
|
invoke-direct/range {v0 .. v11}, Lcom/google/android/gms/cast/MediaQueueItem;-><init>(Lcom/google/android/gms/cast/MediaInfo;IZDDD[JLjava/lang/String;)V
|
|
|
|
if-eqz v1, :cond_0
|
|
|
|
.line 3
|
|
iput-object v0, p0, Lcom/google/android/gms/cast/MediaQueueItem$Builder;->a:Lcom/google/android/gms/cast/MediaQueueItem;
|
|
|
|
return-void
|
|
|
|
.line 4
|
|
:cond_0
|
|
new-instance p1, Ljava/lang/IllegalArgumentException;
|
|
|
|
const-string v0, "media cannot be null."
|
|
|
|
.line 5
|
|
invoke-direct {p1, v0}, Ljava/lang/IllegalArgumentException;-><init>(Ljava/lang/String;)V
|
|
|
|
throw p1
|
|
.end method
|
|
|
|
.method public constructor <init>(Lorg/json/JSONObject;)V
|
|
.locals 1
|
|
|
|
.line 6
|
|
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
|
|
|
|
new-instance v0, Lcom/google/android/gms/cast/MediaQueueItem;
|
|
|
|
invoke-direct {v0, p1}, Lcom/google/android/gms/cast/MediaQueueItem;-><init>(Lorg/json/JSONObject;)V
|
|
|
|
iput-object v0, p0, Lcom/google/android/gms/cast/MediaQueueItem$Builder;->a:Lcom/google/android/gms/cast/MediaQueueItem;
|
|
|
|
return-void
|
|
.end method
|
|
|
|
|
|
# virtual methods
|
|
.method public final a()Lcom/google/android/gms/cast/MediaQueueItem;
|
|
.locals 6
|
|
|
|
.line 1
|
|
iget-object v0, p0, Lcom/google/android/gms/cast/MediaQueueItem$Builder;->a:Lcom/google/android/gms/cast/MediaQueueItem;
|
|
|
|
.line 2
|
|
.line 3
|
|
iget-object v1, v0, Lcom/google/android/gms/cast/MediaQueueItem;->c:Lcom/google/android/gms/cast/MediaInfo;
|
|
|
|
.line 4
|
|
.line 5
|
|
if-eqz v1, :cond_4
|
|
|
|
.line 6
|
|
.line 7
|
|
iget-wide v1, v0, Lcom/google/android/gms/cast/MediaQueueItem;->h:D
|
|
|
|
.line 8
|
|
.line 9
|
|
invoke-static {v1, v2}, Ljava/lang/Double;->isNaN(D)Z
|
|
|
|
.line 10
|
|
.line 11
|
|
.line 12
|
|
move-result v1
|
|
|
|
.line 13
|
|
const-wide/16 v2, 0x0
|
|
|
|
.line 14
|
|
.line 15
|
|
if-nez v1, :cond_1
|
|
|
|
.line 16
|
|
.line 17
|
|
iget-wide v4, v0, Lcom/google/android/gms/cast/MediaQueueItem;->h:D
|
|
|
|
.line 18
|
|
.line 19
|
|
cmpg-double v1, v4, v2
|
|
|
|
.line 20
|
|
.line 21
|
|
if-ltz v1, :cond_0
|
|
|
|
.line 22
|
|
.line 23
|
|
goto :goto_0
|
|
|
|
.line 24
|
|
:cond_0
|
|
new-instance v0, Ljava/lang/IllegalArgumentException;
|
|
|
|
.line 25
|
|
.line 26
|
|
const-string v1, "startTime cannot be negative or NaN."
|
|
|
|
.line 27
|
|
.line 28
|
|
invoke-direct {v0, v1}, Ljava/lang/IllegalArgumentException;-><init>(Ljava/lang/String;)V
|
|
|
|
.line 29
|
|
.line 30
|
|
.line 31
|
|
throw v0
|
|
|
|
.line 32
|
|
:cond_1
|
|
:goto_0
|
|
iget-wide v4, v0, Lcom/google/android/gms/cast/MediaQueueItem;->i:D
|
|
|
|
.line 33
|
|
.line 34
|
|
invoke-static {v4, v5}, Ljava/lang/Double;->isNaN(D)Z
|
|
|
|
.line 35
|
|
.line 36
|
|
.line 37
|
|
move-result v1
|
|
|
|
.line 38
|
|
if-nez v1, :cond_3
|
|
|
|
.line 39
|
|
.line 40
|
|
iget-wide v4, v0, Lcom/google/android/gms/cast/MediaQueueItem;->j:D
|
|
|
|
.line 41
|
|
.line 42
|
|
invoke-static {v4, v5}, Ljava/lang/Double;->isNaN(D)Z
|
|
|
|
.line 43
|
|
.line 44
|
|
.line 45
|
|
move-result v1
|
|
|
|
.line 46
|
|
if-nez v1, :cond_2
|
|
|
|
.line 47
|
|
.line 48
|
|
iget-wide v4, v0, Lcom/google/android/gms/cast/MediaQueueItem;->j:D
|
|
|
|
.line 49
|
|
.line 50
|
|
cmpg-double v1, v4, v2
|
|
|
|
.line 51
|
|
.line 52
|
|
if-ltz v1, :cond_2
|
|
|
|
.line 53
|
|
.line 54
|
|
return-object v0
|
|
|
|
.line 55
|
|
:cond_2
|
|
new-instance v0, Ljava/lang/IllegalArgumentException;
|
|
|
|
.line 56
|
|
.line 57
|
|
const-string v1, "preloadTime cannot be negative or Nan."
|
|
|
|
.line 58
|
|
.line 59
|
|
invoke-direct {v0, v1}, Ljava/lang/IllegalArgumentException;-><init>(Ljava/lang/String;)V
|
|
|
|
.line 60
|
|
.line 61
|
|
.line 62
|
|
throw v0
|
|
|
|
.line 63
|
|
:cond_3
|
|
new-instance v0, Ljava/lang/IllegalArgumentException;
|
|
|
|
.line 64
|
|
.line 65
|
|
const-string v1, "playbackDuration cannot be NaN."
|
|
|
|
.line 66
|
|
.line 67
|
|
invoke-direct {v0, v1}, Ljava/lang/IllegalArgumentException;-><init>(Ljava/lang/String;)V
|
|
|
|
.line 68
|
|
.line 69
|
|
.line 70
|
|
throw v0
|
|
|
|
.line 71
|
|
:cond_4
|
|
new-instance v0, Ljava/lang/IllegalArgumentException;
|
|
|
|
.line 72
|
|
.line 73
|
|
const-string v1, "media cannot be null."
|
|
|
|
.line 74
|
|
.line 75
|
|
invoke-direct {v0, v1}, Ljava/lang/IllegalArgumentException;-><init>(Ljava/lang/String;)V
|
|
|
|
.line 76
|
|
.line 77
|
|
.line 78
|
|
throw v0
|
|
.end method
|