FangCybertron / Mobile-Legends-on-EXTSD

Move Mobile Legends data on External SD Card virtually.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Mobile Legends on EXTERNAL_SDCARD

Introduction

This script allows you to mount your Mobile Legends folder on EXTERNAL_SDCARD without reformatting it.

Using bindfs to mount and magisk for start on boot.

Prerequisite

  1. Magisk.
  2. Terminal Emulator.
  3. Root File Explorer.

Current Issues

  1. In order to get full path of EXTERNAL_SDCARD, the device must have 1 External Storage attached or it will crash.
  2. Must move the content of com.mobile.legends directory manually.
  3. Must run the script before putting in service.d directory to get full path of EXTERNAL_SDCARD.

Usage

Read the issues first before using!

  1. Download bindfs (ARM64) and put it on /sdcard.
  2. Run the script first using terminal emulator bash ml.sh before putting the script to directory.
  3. Put the script into magisk service.d directory /data/adb/service.d.
  4. Restart to get it mounted.
  5. Open ml_log.txt on /sdcard to see errors.

Todo

  1. Making this a magisk module.
  2. Add your requests to Issues.

Credits

  • Kudos for compiled ARM64 bindfs to Irfan Latif post in Android Enthusiasts.

About

Move Mobile Legends data on External SD Card virtually.

License:MIT License


Languages

Language:Shell 100.0%