byteandahalf / GenericLauncher

Launcher template for programmers to create their own MCPE hacked client/launcher.
46 stars 22 forks source link

Update to 0.11.1 #13

Open malucard opened 9 years ago

malucard commented 9 years ago

I would like this running on 0.11.1

ghost commented 9 years ago

+

slice commented 9 years ago

+1 :+1:

newchild commented 9 years ago

Byte won't update. I am 99% sure.

malucard commented 9 years ago

@newchild that's why I'm working on updating it

ghost commented 9 years ago

Maybe we just need decompile MainActivity in MC:PE and paste slices of code in the generic launcher?

slice commented 9 years ago

@Zip55 This is correct.

malucard commented 9 years ago

@Zip55 This is incorrect. There are much more other classes we need to decompile.

malucard commented 9 years ago

My progress is kinda good right now I think

ghost commented 9 years ago

@jv110 Zhuowei said: "A few files need to be updated for each version of MCPE: src/com/mojang/minecraftpe/MainActivity.java needs to be updated to provide the Java methods that the C++ Minecraft code calls. jni/main.cpp contains the code that hooks into Minecraft PE, and so those hooks need to be updated when the code they override in MCPE changes." But he didn't say which files we need to update.

malucard commented 9 years ago

@Zip55 Does he even need to?

ghost commented 9 years ago

@jv110 Also we can take source code of Atomic Launcher. Maybe it could help us. How do you think?

ghost commented 9 years ago

I've just decompiled MCPE and I saw little differecies with files in Atomic Launcher. I'll start porting glauncher for 0.11.1!

malucard commented 9 years ago

@Zip55 That's because AL is for 0.11.0 build 7. Also, I'm already updating it - let's see who finishes first? :P

ghost commented 9 years ago

@jv110 OK. Let's see.

jLynx commented 9 years ago

@Beatborne did you get it working/updated yet?

jLynx commented 9 years ago

I have decompiled the MCPE 0.11.1 apk and got the MainActivity.java file http://pastebin.com/wBfn1k9z

slice commented 9 years ago

@DarkN3ss61 Impressive.

jLynx commented 9 years ago

@Beatborne Take a look at this http://pastebin.com/tKFcccZH This is where its crashing

malucard commented 9 years ago

I scrapped the idea because AIDE gets confused in the amazon package

slice commented 8 years ago

Now, #14.