mirror of
https://github.com/nix-community/nix-on-droid.git
synced 2025-11-29 13:41:05 +01:00
Add special case when /sdcard did not work bidirectional
parent
4986ced991
commit
debdbad6eb
1 changed files with 15 additions and 1 deletions
|
|
@ -2,3 +2,17 @@ In the app settings from Android grant storage access permission.
|
||||||
Then you should see:
|
Then you should see:
|
||||||
`/sdcard` and
|
`/sdcard` and
|
||||||
`/data/data/com.termux.nix/files/home`.
|
`/data/data/com.termux.nix/files/home`.
|
||||||
|
|
||||||
|
On some devices / android setups [the location of](https://github.com/t184256/nix-on-droid/issues/89) the writeable storage location might differ, i. e. I had
|
||||||
|
|
||||||
|
```
|
||||||
|
/mnt/sdcard
|
||||||
|
```
|
||||||
|
|
||||||
|
for my sdcard and
|
||||||
|
|
||||||
|
```
|
||||||
|
<internal storage>
|
||||||
|
```
|
||||||
|
|
||||||
|
when accessing the files via Android.
|
||||||
Loading…
Add table
Add a link
Reference in a new issue