Skip to content

Install on external storage with newer versions of Android (Storage Access Framework)

jmawhorter edited this page Apr 14, 2020 · 2 revisions

Newer versions of Android do not allow apps to access external SD card normally. This can be overcome with teh following adb command:

adb shell cmd appops set ru.meefik.linuxdeploy android:legacy_storage allow

http://your_computer:3142/XXXX where XXXX is one of armdebian, armubuntu, or armkali

Clone this wiki locally