Posts

Showing posts from August, 2019

How to backup/export split APK using Split APK Installer

Image
Important: It is recommended that you only use your  ARMv7 device  for APK backup since it come with ARMv7 config that works for all ABIs: ARMv7, ARM64, x86 and x86_64 Do not use x86 unless ARM really doesn't work on x86 devices/emulators Now Lucky Patcher is no longer the only app that can properly backup split APK. Split APK Installer now have it too since 2.0 release Download APK: https://play.google.com/store/apps/details?id=com.aefyr.sai https://f-droid.org/packages/com.aefyr.sai.fdroid/ https://github.com/Aefyr/SAI/releases Open the app Click on  Export An FAQ message will prompt for the first time A list of splitted apps will appear. Click on the  blue icon  to Export on the right side   When done, exported apps are stored as a .apks file which is a ZIP archive containing all the split APKs How to install split APK: https://www.andnixsh.com/2019/08/how-to-install-split-apkszipped-apks.html

Force download ARMv7 APK on APKCombo

Image
I don't get why APKCombo is forcing us to download ARM64 and making it difficult to download ARMv7. ARMv7 is not dead yet. ARMv7 libs are still a very important because it works on all ABIs, ARM64, x86 and x86_64 So how to force download ARMv7? Do the following: Visit:  APK Downloader - Download APK from Google Play Store™ (Online) Select: - Device as  Phone - Architecture as  armeabi-v7a - Android as  4.4 Get the package name of the app from Playstore or anywhere Search for the package name of the app and download it Important: Do NOT just search the name and it must NOT contain any spaces or any special characters than a dot If the APK is out of date for too long, it has been blocked due to split apk and minimum requirements of the app set to 5.0. Apps require 5.0 and above is DEAD END, No more single APK so you should deal with split APK. The developer is working something cooler so stay tuned

Returning Int64/long in ARMv7/ARM64

As requested by some modders. I used Unity to compile my own il2cpp game just to check the lib lol C#: return 99l; ARMv7: MOV               R0, #0x63 ; 'c' MOV              R1, #0 BX               LR 63 00 A0 E3   00 10 A0 E3   1E FF 2F E1 ARM64: MOV              W0, #0x63 RET 60 0C 80 52   C0 03 5F D6 ------------------------------------- C#: return 999999l; ARMv7: MOV              R0, #0x423F MOV              R1, #0 MOVT             R0, #0xF BX               LR 3F 02 04 E3   00 10 A0 E3   0F 00 40 E3   1E FF 2F E1 ARM64: MOV              W0, #0x423F MOVK             W0, #0xF,LSL#16 RET E0 47 88 52   E0 01 A0 72   C0 03 5F D6 ------------------------------------- C#: return 999999999l; ARMv7: MOV              R0, #0xC9FF MOV              R1, #0 MOVT             R0, #0x3B9A BX               LR FF 09 0C E3 00 10 A0 E3 9A 0B 43 E3   1E FF 2F E1 ARM64:

HeileiOSX updated to V1.1.16.2107 | 2019-08-16

V1.1.16.2107 2019-08-16 1. Fix 80% of some cards 2. Solve the black screen problem of Sel's light character background 3. Adapt the new version of the king's glory Download: https://sbupload.com/bac84a669568be39 https://drive.google.com/file/d/1yuU-Wb3puCrNyEfxj88e-IQw3tjJhPtd/view ---- Full post: https://www.andnixsh.com/2019/07/heileiosx-real-ios-emulator-chinese.html Full changelog: https://apps.andnixsh.com/heilei-mirror/changelog Translated website: https://apps.andnixsh.com/heilei-mirror/

How to backup/export split APK (App bundles) (NO root & root)

Image
As you know, when you backed up a 'base' apk, it doesn't come with lib folder due to splitted apks (developers deliver apps as Android app bundles.) Other APK extraction tools in the Play store cannot properly backup split apks/app bundles unless they implemented to support backing up split apks/app bundles Important: It is recommended that you only use your ARMv7 device for APK backup since it come with ARMv7 config that works for all ABIs: ARMv7, ARM64, x86 and x86_64 Do not use x86 unless ARM really doesn't work on x86 devices/emulators No root method #1 - Split APK Installer (SAI) app: Now Lucky Patcher is no longer the only app that can properly backup split APK. Split APK Installer now have it too since 2.0 release Download APK: https://play.google.com/store/apps/details?id=com.aefyr.sai https://f-droid.org/packages/com.aefyr.sai.fdroid/ https://github.com/Aefyr/SAI/releases Open the app Click on Export

How to install split APK using Split APK Installer (NO root)

Image
At this summer, many developers are using app bundles (split apk) for some reason, more likely reducing size of APK... It seems Google are highly recommending all devs to use bundles right now. Fortunately, it's still installable. Still it does slowing down modding process. This has bugged me for a while. So I decided to make quick tutorial In this tutorial, I will show you how to install split APKs and .APKS file extension First all all, check your device CPU architecture and supported ABIs Download and install AIDA64 from Play Store https://play.google.com/store/apps/details?id=com.finalwire.aida64 Open It and go to CPU -> and find Instruction Set and ABI Information ARMv7 (32-bit) devices support: armeabi, armeabi-v7a ARM64 (64-bit) devices support: armeabi, armeabi-v7a, arm64-v8a x86 (32-bit) devices support: armeabi, armeabi-v7a, x86 x64 (64-bit) devices support: armeabi, armeabi-v7a, arm64-v8a, x86, x86_64 Now you know if splitted A

How to check your CPU Architecture on Android device

Image
Download CPU-Z from Play Store: https://play.google.com/store/apps/details?id=com.cpuid.cpu_z&hl=en Look at Architecture: