Help! How to merge APK+OBB file?

Kensei

Rookie
Original poster
May 1, 2018
4
1
3
33
USA
Hello,

Due to android 11 restrictions, some modders are using this feature (image) to install obb file automatically.
Does anyone know how to create this installer?

Screenshot_281.png
 
  • Like
Reactions: ElPuto

Hiyall360

Awesome Active Platinian
Jan 14, 2018
133
4,002
193
Mr.Pringlez
There are multiple ways of including the obb in an installation with an APK.

You can create an .xapk which includes the obb in the Android/com.game.packagename directory in the xapk.

You can also use this if you'd like an installer like the one in your screenshot (needs updating to work on A11 though - it's open sourced):


Hope this helps.
 
  • Like
Reactions: ElPuto and sky7758

GG78

ADBlock Expert
Jan 6, 2019
1,020
67,293
1,213
HexHausen
This is actually useless, cause the obb folder isn't locked at all. Not on Android 11,12 and even not on Android 13. The Data folder is locked.
 
  • Like
Reactions: ElPuto

yuksia

Platinian
Jun 7, 2023
7
1
3
25
New York
Due to the fact that the obb folder isn't protected in any way, this is completely pointless. Not on versions 11, 12, or 13, either.