MCMrARM / mcpelauncher-linux

Please note this is a legacy repository, please go to: https://github.com/minecraft-linux/mcpelauncher-manifest/wiki
GNU General Public License v3.0
312 stars 46 forks source link

caution: filename not matched: lib/x86/libminecraftpe.so #129

Closed Sam371254 closed 7 years ago

Sam371254 commented 7 years ago

caution: filename not matched: lib/x86/libminecraftpe.so

This happens after doing ./extract.sh on the APK. It is a legitimate version of MCPE, extracted directly from my phone.

guppy42 commented 7 years ago

Chances are that your phone is not an x86 but rather an ARM, just use the new playstore downloader

Sam371254 commented 7 years ago

@guppy42 I think you're right. I did some looking and it turns out my phone is an ARM. I've tried to download it in the terminal but I'm not very skilled with Ubuntu at the moment and there's nowhere on the web that I can find an untampered with 1.1.0.9 x86 version of the MCPE apk.

guppy42 commented 7 years ago

It's not that hard

1) make sure you entered beta via your phone ( you don't have to update your phone, but it needs to say that you are in the beta programme ) 2) clone the Goole-Play-API 3) follow the instructions here; https://github.com/MCMrARM/Google-Play-API/issues/5#issuecomment-270753883 4) install the dependencies that cmake complains about ( libcurl, libprotobuf ) 5) run it and feed it the with your info ( package is com.mojang.minecraftpe )

Alternatively trust a complete stranger to have built it for you; https://we.tl/p0zqFhueDo ( link is only valid for 7 days )

It was built on LMDE2, which is a debian variant so no guarantee it will actually work for you