Last active
May 2, 2020 22:57
-
-
Save gatopeich/d4d3dce99320a133796628ece88b62d1 to your computer and use it in GitHub Desktop.
Get minecraft from Genymotion into MCPE-Launcher
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ ~/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