Android: Difference between revisions
Jump to navigation
Jump to search
(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...") |
|||
| Line 1: | Line 1: | ||
==Updating/Installing Balatro onto the Phone== |
==Updating/Installing Balatro onto the Phone== |
||
(This isn't needed if using PlayIntegrityFix in Magisk) |
|||
<code>adb shell pm list packages</code> |
<code>adb shell pm list packages</code> |
||
Latest revision as of 12:01, 30 April 2025
Updating/Installing Balatro onto the Phone[edit | edit source]
(This isn't needed if using PlayIntegrityFix in Magisk)
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[edit | edit source]
Fuck all that, just use PixelFlasher it's in the AUR.
Manual Updating[edit | edit source]
- Update magisk using Magisk Manager
- Download the latest official Full OTA Image
- Download the latest official Factory Google image.
- 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