PojavLauncherTeam / PojavLauncher

A Minecraft: Java Edition Launcher for Android and iOS based on Boardwalk. This repository contains source code for Android platform.
GNU Lesser General Public License v3.0
6.67k stars 1.27k forks source link

[F-Req] Add SD card support #2172

Closed scihi closed 2 years ago

scihi commented 2 years ago

Is this request related to a bug?

No! This is to add support

Describe the request.

Add SD card support for storing data, this might solve the storage issue in some low-end devices.

Anything else?

No! Nothing to elaborate. But ya this will decrease the performance of the PL but I still think 🤔 this support should be added

ghost commented 2 years ago

Google : no

scihi commented 2 years ago

Google : no

What?????

netkv commented 2 years ago

sd cards dont have filesystem which supports permissions so stuff cant be executed from them

scihi commented 2 years ago

sd cards dont have filesystem which supports permissions so stuff cant be executed from them

We can store it in external folder 📂 not in filesystem

netkv commented 2 years ago

good luck storing anything without filesystem

jtghph commented 2 years ago

Funny how I can execute my games from an SDcard, guess windows and Android is different

jtghph commented 2 years ago

*different

netkv commented 2 years ago

Funny how I can execute my games from an SDcard, guess windows and Android is different

well yeah because windows doesnt have file permission at all, or atleast it doesnt uses them iirc

asdfugil commented 2 years ago

Nah, it's not because of the sdcard but rather the filesystem it is formatted with.

asdfugil commented 2 years ago

Ext4 sdcard moment, also it must not be written via sdcardfs then it could work.