Android

From Hegemon Wiki
Revision as of 15:05, 14 April 2025 by H3g3m0n (talk | contribs) (Created page with "==Updating/Installing Balatro onto the Phone== <code>adb shell pm list packages</code> <code>adb shell pm path com.playstack.balatro.android</code> adb pull whatever <code>adb install-multiple base.apk split_config.arm64_v8a.apk split_config.en.apk split_config.xhdpi.apk</code> == Updating == Fuck all that, just use PixelFlasher it's in the AUR. === Manual Updating === https://xdaforums.com/t/april-10-2025-bp1a-250405-007-b1-global-unlock-bootloader-root-pixel-8-pro...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Updating/Installing Balatro onto the Phone

adb shell pm list packages

adb shell pm path com.playstack.balatro.android

adb pull whatever

adb install-multiple base.apk split_config.arm64_v8a.apk split_config.en.apk split_config.xhdpi.apk

Updating

Fuck all that, just use PixelFlasher it's in the AUR.

Manual Updating

https://xdaforums.com/t/april-10-2025-bp1a-250405-007-b1-global-unlock-bootloader-root-pixel-8-pro-husky-stable-firmware-play-integrity.4633839/

  • Extract init_boot.img, it's in a zip file inside the main zip file
  • Copy init_boot.img to phone
7z e husky-bp1a.*.zip \*/image-husky-bp1a\*.zip -ooutdir
7z e outdir/image\*.zip init_boot.img
adb push init_boot.img /sdcard/Download
  • Patch init_boot.img using Magisk Manager
    • Install
    • Select and Patch a file
  • Copy patched file to computer.
adb pull /sdcard/Download/magisk_patched-
adb reboot sideload
adb sideload husky-ota-AB#a.YYMMDD.##-blah.zip
  • (On Phone) "reboot to bootloader"
fastboot flash init_boot Magisk'd_init_boot.img
fastboot reboot