Expanding your second brain to your phone
I think the path in the zk_sync script is incorrect, it missed the home folder, the correct path is :
"/data/data/com.termux/files/home/storage/shared/path-to-vault"
> change path-to-vault to your vault path
Does this still work with the heavily restricted scoped storage on Android 12?
Does this require some other step like rooting? I tried to follow along and the steps mostly worked, but after I clone the git repo containing my vaut, I can't see it in the file browser to import into obsidian
Hi Ian, rooting is not required. Did you run `termux-setup-storage`? Also when you ran `git clone <repo>` did you specify where to clone it to?
rooting required on android for sync to linux or namespace collisions related to case sensitivity can happen.
I think the path in the zk_sync script is incorrect, it missed the home folder, the correct path is :
"/data/data/com.termux/files/home/storage/shared/path-to-vault"
> change path-to-vault to your vault path
Does this still work with the heavily restricted scoped storage on Android 12?
Does this require some other step like rooting? I tried to follow along and the steps mostly worked, but after I clone the git repo containing my vaut, I can't see it in the file browser to import into obsidian
Hi Ian, rooting is not required. Did you run `termux-setup-storage`? Also when you ran `git clone <repo>` did you specify where to clone it to?
rooting required on android for sync to linux or namespace collisions related to case sensitivity can happen.