Vivek
Vivek
hey @yeahman45 - were you able to try this out?
i have updated the install script so it should show an error message if enabling execute permission on the scripts fail: https://github.com/master-hax/pixel-backup-gang/blob/da7de2d995f569be23033ac8c56dfc0111dedf28/install.sh#L17
i also added a note about this in the README: https://github.com/master-hax/pixel-backup-gang/commit/c8a87b38cda2d4c4d310cc846f0dbd63732b4385
i wish. my understanding is that it is only possible with a custom kernel. the stock pixel kernel doesn't include filesystem support for `nfs` or `cifs` or `smb3` etc. so...
you could also set it up using a FUSE based solution but it is very slow in my experience. you could also use adb or ftp or syncthing to push...
>I have recompiled the kernel for marlin with NFS support. great work! do you mind sharing the instructions here? > If anyone has any ideas on how to get the...
the files will always show up in an app with root access, need to use a regular app to make sure the mounting worked. the `am broadcast` command is not...