We have moved to a new Sailfish OS Forum. Please start new discussions there.
8

\SDCARD\ folder which Android apps use should be visible when you plug your phone into PC [released]

asked 2013-12-25 03:51:39 +0300

jjyks gravatar image

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.

edit retag flag offensive reopen delete

The question has been closed for the following reason "released in a software update" by molan
close date 2016-09-22 00:41:13.294293

Comments

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 +0300 )edit

Actually 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 +0300 )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 +0300 )edit
1

Yes 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 +0300 )edit

1 Answer

Sort by » oldest newest most voted
2

answered 2013-12-27 10:15:00 +0300

jjyks gravatar image

updated 2013-12-27 10:17:37 +0300

You can create symlink in terminal between visible filesystem and Alien dalviks /sdcard/. Personally i decided to create new folder called Android in /home/nemo/, and link it into /sdcard/nemo

Tutorial:

  • open terminal
  • mkdir /home/nemo/Android (or create it while connected to your PC)
  • devel-su ln -s /home/nemo/Android /sdcard/nemo (creates folder nemo automatically)
  • chmod 777 /home/nemo/Android (Android app FPSE couldn't remove files from symlinked folder but this fixed it. Not needed if you don't need write access in this folder.)
edit flag offensive delete publish link more

Question tools

Follow
2 followers

Stats

Asked: 2013-12-25 03:51:39 +0300

Seen: 4,615 times

Last updated: Dec 27 '13