Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save gatopeich/d4d3dce99320a133796628ece88b62d1 to your computer and use it in GitHub Desktop.
Save gatopeich/d4d3dce99320a133796628ece88b62d1 to your computer and use it in GitHub Desktop.
Get minecraft from Genymotion into MCPE-Launcher
$ ~/genymotion/tools/adb devices -l
List of devices attached
192.168.57.101:5555 device product:vbox86p model:Google_Nexus_7___4_4_4___API_19___800x1280 device:vbox86p
$ ~/genymotion/tools/adb shell ls /data/app/com.mojang.minecraft*
/data/app/com.mojang.minecraftpe-1.apk
$ ~/genymotion/tools/adb pull /data/app/com.mojang.minecraftpe-1.apk
/data/app/com.mojang.minecraftpe-1.apk: 1 file pulled. 50.6 MB/s (79278178 bytes in 1.494s)
$ mcpelauncher-extract com.mojang.minecraftpe-1.apk /opt/mcpe/v1.8
Done!
$ mcpelauncher-client -dg /opt/mcpe/v1.8
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment