mcbegamerxx954 / draco-injector

Automatic minecraft apk patcher
17 stars 2 forks source link

Dependencies? #3

Closed atashi764 closed 3 months ago

atashi764 commented 3 months ago

I just tried it worked fine on Linux but the problem is, the output got only AndroidManifest.xml changed nothing else.

Is there something that I am missing?

mcbegamerxx954 commented 3 months ago

The binary itself has absolutely no dependencies (like things that you need to apt install) however, it should say something like "patching minecraft aarch64", where it downloads the lib for the arch and patches that arch of mcbe to use it

atashi764 commented 3 months ago

image i am not sure if anything is wrong here, i downloaded unknown gnu thingy.

and there is no additional dex in libs folder

mcbegamerxx954 commented 3 months ago

image i am not sure if anything is wrong here, i downloaded unknown gnu thingy.

and there is no additional dex in libs folder

Check if the apk has a lib folder and tell me what folders are there, it searches for libminecraftpe.so file in those folders to patch

mcbegamerxx954 commented 3 months ago

Anything?

atashi764 commented 3 months ago

Screenshot_20240513-072845_MiXplorer

it has these folders. even though the patcher didn't work but lib stuff from your linking repo did work both for 1.20.73 and 1.20.81 (dex method)

mcbegamerxx954 commented 3 months ago

I found the bug right now, check v0.1.3

atashi764 commented 3 months ago

image it worked this time.

thanks