* 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>
139 lines
3.8 KiB
Smali
139 lines
3.8 KiB
Smali
.class public final Landroidx/mediarouter/R$id;
|
|
.super Ljava/lang/Object;
|
|
|
|
|
|
# annotations
|
|
.annotation system Ldalvik/annotation/EnclosingClass;
|
|
value = Landroidx/mediarouter/R;
|
|
.end annotation
|
|
|
|
.annotation system Ldalvik/annotation/InnerClass;
|
|
accessFlags = 0x19
|
|
name = "id"
|
|
.end annotation
|
|
|
|
|
|
# static fields
|
|
.field public static mr_art:I = 0x7f0901b2
|
|
|
|
.field public static mr_cast_checkbox:I = 0x7f0901b3
|
|
|
|
.field public static mr_cast_close_button:I = 0x7f0901b4
|
|
|
|
.field public static mr_cast_divider:I = 0x7f0901b5
|
|
|
|
.field public static mr_cast_group_icon:I = 0x7f0901b6
|
|
|
|
.field public static mr_cast_group_name:I = 0x7f0901b7
|
|
|
|
.field public static mr_cast_group_progress_bar:I = 0x7f0901b8
|
|
|
|
.field public static mr_cast_header_name:I = 0x7f0901b9
|
|
|
|
.field public static mr_cast_list:I = 0x7f0901ba
|
|
|
|
.field public static mr_cast_meta_art:I = 0x7f0901bb
|
|
|
|
.field public static mr_cast_meta_background:I = 0x7f0901bc
|
|
|
|
.field public static mr_cast_meta_black_scrim:I = 0x7f0901bd
|
|
|
|
.field public static mr_cast_meta_subtitle:I = 0x7f0901be
|
|
|
|
.field public static mr_cast_meta_title:I = 0x7f0901bf
|
|
|
|
.field public static mr_cast_mute_button:I = 0x7f0901c0
|
|
|
|
.field public static mr_cast_route_icon:I = 0x7f0901c1
|
|
|
|
.field public static mr_cast_route_name:I = 0x7f0901c2
|
|
|
|
.field public static mr_cast_route_progress_bar:I = 0x7f0901c3
|
|
|
|
.field public static mr_cast_stop_button:I = 0x7f0901c4
|
|
|
|
.field public static mr_cast_volume_layout:I = 0x7f0901c5
|
|
|
|
.field public static mr_cast_volume_slider:I = 0x7f0901c6
|
|
|
|
.field public static mr_chooser_list:I = 0x7f0901c7
|
|
|
|
.field public static mr_chooser_ok_button:I = 0x7f0901c8
|
|
|
|
.field public static mr_chooser_ok_button_container:I = 0x7f0901c9
|
|
|
|
.field public static mr_chooser_route_desc:I = 0x7f0901ca
|
|
|
|
.field public static mr_chooser_route_icon:I = 0x7f0901cb
|
|
|
|
.field public static mr_chooser_route_name:I = 0x7f0901cc
|
|
|
|
.field public static mr_chooser_route_progress_bar:I = 0x7f0901cd
|
|
|
|
.field public static mr_chooser_search_progress_bar:I = 0x7f0901ce
|
|
|
|
.field public static mr_chooser_searching:I = 0x7f0901cf
|
|
|
|
.field public static mr_chooser_title:I = 0x7f0901d0
|
|
|
|
.field public static mr_chooser_wifi_learn_more:I = 0x7f0901d1
|
|
|
|
.field public static mr_chooser_wifi_warning:I = 0x7f0901d2
|
|
|
|
.field public static mr_chooser_wifi_warning_container:I = 0x7f0901d3
|
|
|
|
.field public static mr_chooser_wifi_warning_description:I = 0x7f0901d4
|
|
|
|
.field public static mr_close:I = 0x7f0901d5
|
|
|
|
.field public static mr_control_divider:I = 0x7f0901d6
|
|
|
|
.field public static mr_control_playback_ctrl:I = 0x7f0901d7
|
|
|
|
.field public static mr_control_subtitle:I = 0x7f0901d8
|
|
|
|
.field public static mr_control_title:I = 0x7f0901d9
|
|
|
|
.field public static mr_control_title_container:I = 0x7f0901da
|
|
|
|
.field public static mr_custom_control:I = 0x7f0901db
|
|
|
|
.field public static mr_default_control:I = 0x7f0901dc
|
|
|
|
.field public static mr_dialog_area:I = 0x7f0901dd
|
|
|
|
.field public static mr_expandable_area:I = 0x7f0901de
|
|
|
|
.field public static mr_group_expand_collapse:I = 0x7f0901df
|
|
|
|
.field public static mr_group_volume_route_name:I = 0x7f0901e0
|
|
|
|
.field public static mr_media_main_control:I = 0x7f0901e1
|
|
|
|
.field public static mr_name:I = 0x7f0901e2
|
|
|
|
.field public static mr_picker_close_button:I = 0x7f0901e3
|
|
|
|
.field public static mr_picker_header_name:I = 0x7f0901e4
|
|
|
|
.field public static mr_picker_list:I = 0x7f0901e5
|
|
|
|
.field public static mr_picker_route_icon:I = 0x7f0901e6
|
|
|
|
.field public static mr_picker_route_name:I = 0x7f0901e7
|
|
|
|
.field public static mr_picker_route_progress_bar:I = 0x7f0901e8
|
|
|
|
.field public static mr_playback_control:I = 0x7f0901e9
|
|
|
|
.field public static mr_title_bar:I = 0x7f0901ea
|
|
|
|
.field public static mr_volume_control:I = 0x7f0901eb
|
|
|
|
.field public static mr_volume_group_list:I = 0x7f0901ec
|
|
|
|
.field public static mr_volume_item_icon:I = 0x7f0901ed
|
|
|
|
.field public static mr_volume_slider:I = 0x7f0901ee
|
|
|
|
.field public static volume_item_container:I = 0x7f09032f
|