This repository was archived by the owner on Dec 29, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +0
-13
lines changed
src/main/java/id.my.alvinq.prokitid.libs Expand file tree Collapse file tree 1 file changed +0
-13
lines changed Original file line number Diff line number Diff line change 99public class Libs {
1010 public static void onLoad (Context context ) {
1111 new FileUtils (context );
12- Intent intent = ((Activity ) context ).getIntent ();
13- String mcPath = intent .getStringExtra ("MC_PATH" );
1412 Toast .makeText (context , "PL loaded!" , Toast .LENGTH_LONG ).show ();
15- /*File libFile = new File(mcPath,"lib/arm64");
16- String libPath = libFile.getAbsolutePath();
17- libFile.mkdirs();*/
1813 FileUtils .copyFile ("/storage/emulated/0/alvinqid/mods/mbloader.so" , "/data/user/0/org.levimc.launcher/cache/libs/mods/libmbloader.so" );
19- /*
20- File dataDir = context.getFilesDir().getParentFile();
21- File externalDataDir = context.getExternalFilesDir(null).getParentFile();
22-
23- FileUtils.copyFolder(dataDir.getAbsolutePath(), "/storage/emulated/0/alvinqid/apps/internal/data");
24- FileUtils.copyFolder(externalDataDir.getAbsolutePath(), "/storage/emulated/0/alvinqid/apps/external/data");*/
25- System .loadLibrary ("minecraftpe" );
2614 System .load ("/data/user/0/org.levimc.launcher/cache/libs/mods/libmbloader.so" );
27- //FileUtils.copyFolder("/storage/emulated/0/alvinqid/minecraft/lib", mcPath + "/lib");
2815 }
2916}
You can’t perform that action at this time.
0 commit comments