Skip to content

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

LiuWoodsCode edited this page Jul 2, 2022 · 2 revisions

Newer versions of Android do not allow apps to access external SD card normally without using the built-in APIs. This can be overcome with the 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