πExternal Sdcard Access
A guide to access content of external sdcard in termux
Prerequisites
Process
Granting permissions to termux
adb shell pm grant com.termux android.permission.READ_EXTERNAL_STORAGE
adb shell pm grant com.termux android.permission.WRITE_EXTERNAL_STORAGEdf | grep /storage | cut -d "/" -f 4-Last updated
Was this helpful?