\SDCARD\ folder which Android apps use should be visible when you plug your phone into PC [released]
When you want to move some files into Android filesystem, you need to move them into /home/nemo/ first, and then CP them into /sdcard/. Somekind of symlink between folders might work aswell.
This is not an issue because you can access /home/nemo/ directly from android apps.
To make it easier in Android just make symlink to /sdcard in /home/nemo/ and you are done.
Maybe we need such symlink in the default configuration.
ortylp ( 2013-12-27 00:21:12 +0200 )editActually atleast FPSE doesn't let me access /home/nemo/ from Android. It shows /sdcard and after going "up" it just shows "Internal storage", which is /sdcard/
jjyks ( 2013-12-27 09:43:17 +0200 )edit@jjyks I see /home/nemo in android file browser, so this is probably limitation of that Android app
ortylp ( 2013-12-27 09:48:47 +0200 )editYes probarly. I just created symlink between folder "/home/nemo/android" which i just created, and "/sdcard/nemo", and gave both folders full permissions with chmod 777. Works flawlessly now, but this is imo something that they could integrate into Android support for easiness.
jjyks ( 2013-12-27 10:11:21 +0200 )edit