Android
Jump to navigation
Jump to search
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