Installing APK with OBB
Last updated : 26/1/2022
Introduction
This is my own guide for installing Android games that comes with OBB files, such as GTA (CTW, SA), Battleheart Legacy. & Animus : Stand Alone.
As this guide is not yet tested against A12, here's hoping A12 (and PDAs released with A12 OOTB) won't fuck stuff up even worse...
Guide (Legacy & nutshell)
This is the guide for older Android builds (Pie & A10, for example), which won't work with A11 & beyond.
- Using your file manager, browse to the directory containing the OBB folder of the game you'd like to install.
- Copy the OBB folder to /Android/obb
- Once it's done, simply install the corresponding APK (if it's split APK, use SAI).
- If the app runs within expectations, this guide's done; enjoy using (or getting used by) your app.
Guide (Root)
Requires root & a file manager with the ability to use root access (SD Maid is a good example, if you grant it root access).
- Using your root-using file manager (or SD Maid's Explorer with root), browse to the directory containing the OBB folder of the game you'd like to install.
- Copy the OBB folder to /Android/obb
- Once it's done, simply install the corresponding APK from any file manager (if it's split APK, use SAI).
- If the app runs within expectations, this guide's done; enjoy using (or getting used by) your app.
Guide (ADB)
This section doesn't require root, but it requires USB debugging enabled & a PC with adb & fastboot binaries (or the androidtools package if running Arch / Artix).
- Enable USB debugging in your PDA (Settings > System > Developer options >USB debugging)
- Plug your PDA into your PC
- In the PC, open terminal / powershell / commandprompt (depending on the OS in your PC)
With Windows (powershell / commandprompt), you will need to open it in the platform-tools directory.
- Type in adb devices, which activates adb daemon & prompts you to allow USB debugging on the PDA.
- adb push your obb folder to /Android/obb
Example : adb push com.tenbirds.animus /Android/obb
- Install the corresponding APK, from either adb install or through the PDA's file manager (or SAI if split APK)
- Disable USB debugging in your PDA once you're done with it, & unplug the PDA from your PC
- If the app runs within expectations, this guide's done; enjoy using (or getting used by) your app.
Back to top
Main Page