Skip to content

How to use sdcard

exalab999 edited this page Jan 14, 2019 · 7 revisions

Note

The sdcard here means Internal Storage, which is /sdcard, also known as /storage/emulated/0/sdcard, do not be confused with External Sdcard.

To edit sdcard component with AnLinux, you need to edit the start-*.sh script, which is used to start the distro as stated here:.

Follow the instruction below:

Run this command in Termux to install nano editor:

pkg update && pkg install nano

Then you must edit the start-*.sh script and uncomment this line:

Clone this wiki locally