2

I want to bind directory with fake permissions on android. I tried bindfs on Ubuntu and it's working very well but there is not bindfs for android.

I'm using this to command to achieve this on Ubuntu:

bindfs -u 1000 -g 1000 -p 0755 /path/to/src /path/to/dest

Can I do it on Android?

1 Answer 1

1

You have to build one yourself from the source for Android using bindfs source or thank this guy who did it. Read here

Not the answer you're looking for? Browse other questions tagged .