1. Q_10_3_3_0249's Avatar
    I would like to link folders from the SD-card to a folder on the device. I've searched the net about that and got no results.
    Further on i tried the app BG SSH-SCP-SFTP free and did it by creating a symbolic link. That evidently worked, but the linked folder cannot be opend.

    Is there any other method for doing that correctly?

    Thanks in advance
    Last edited by Q_10_3_3_0249; 06-09-18 at 02:58 PM.
    06-09-18 12:22 PM
  2. Ragbert's Avatar
    What kind of folder are you trying to link to, and where exactly on the device is it located? There are some system folders that are protected - you can't open them directly. If you succeed in creating a link or shortcut to one of these, the folder still won't open.

    Typed on my Q10, SQN100-2, 10.3.2.2813
    06-18-18 12:07 AM
  3. Leyra B10's Avatar
    What did you use to open the folder, and what or where is the folder?

    Posted via CB10
    06-21-18 11:30 PM
  4. Leyra B10's Avatar
    I would like to link folders from the SD-card to a folder on the device. I've searched the net about that and got no results.
    Further on i tried the app BG SSH-SCP-SFTP free and did it by creating a symbolic link. That evidently worked, but the linked folder cannot be opend.

    Is there any other method for doing that correctly?

    Thanks in advance
    Try using a web server at one or both locations. Maybe find some premade boileplate to leave somewhere you can get to with a few different apps. Your shell app can run that for you. BB10 has WebSQL and pretty good localStorage for a medium between.
    Posted via CB10
    Last edited by Leyra B10; 06-29-18 at 11:02 AM.
    06-23-18 01:03 PM
  5. Leyra B10's Avatar
    Try using a web page, list the folders reources, use file picker, load it into textarea, and out to iframe and or object data of the other location with a bookmarklet javascript: url. Might not even need a server.

    Posted via CB10


    Posted via CB10
    06-23-18 01:07 PM
  6. Q_10_3_3_0249's Avatar
    Thanks for your replies.

    I would like to link data folders of some apps like the ROM folder of Mame4droid or the map folder of Sygic (on internal device/Android/data/com.something.something/folder) to the SD-card so that the space on the system device does not become overloaded. I also tried this vice versa. For openig the corresponding folders I used the QnX filemanager and File Commander.
    Last edited by Q_10_3_3_0249; 07-13-18 at 03:30 PM. Reason: Always falling back to german grammar
    07-13-18 03:25 PM
  7. Q_10_3_3_0249's Avatar
    I would like to push that post up. Maybe it has gone under. Thanks.
    07-24-18 06:51 AM
  8. Leyra B10's Avatar
    Thanks for your replies.

    I would like to link data folders of some apps like the ROM folder of Mame4droid or the map folder of Sygic (on internal device/Android/data/com.something.something/folder) to the SD-card so that the space on the system device does not become overloaded. I also tried this vice versa. For openig the corresponding folders I used the QnX filemanager and File Commander.
    Space on the system? Which areas of memory are you refering. WebGl works to some extent for rendering. Gets pretty hot though. Never tried through HDMI. I am familiar with sygic but I havent heard of of your droid app. Good luck with your Q10

    Posted via CB10
    07-31-18 05:34 AM
  9. Q_10_3_3_0249's Avatar
    Space on the system? Which areas of memory are you refering. WebGl works to some extent for rendering. Gets pretty hot though. Never tried through HDMI. I am familiar with sygic but I havent heard of of your droid app. Good luck with your Q10

    Posted via CB10
    This is what I mean:

    Linking folders-img_20180810_093514.png

    I want to save user space (Benutzerspeicher) and link folders of apps in there to the SD-card. Maybe doing this vice versa would be better. Some apps let you choose where to save data and some do not.

    Regards
    Last edited by Q_10_3_3_0249; 08-11-18 at 04:15 AM. Reason: additive
    08-11-18 03:46 AM
  10. Q_10_3_3_0249's Avatar
    I am familiar with sygic but I havent heard of of your droid app.

    Posted via CB10
    MAME is an emulator for those arcade machines from the 80's ( https://en.wikipedia.org/wiki/MAME ). There are thousands of roms available. I like Mortal Kombat II and OutRun for example. It runs perfect on the Z10. On the Q10 the display is too small.

    Linking folders-mame.jpg
    08-11-18 04:29 AM
  11. tegar ramadhanu kariadinata's Avatar
    Thanks for your replies.

    I would like to link data folders of some apps like the ROM folder of Mame4droid or the map folder of Sygic (on internal device/Android/data/com.something.something/folder) to the SD-card so that the space on the system device does not become overloaded. I also tried this vice versa. For openig the corresponding folders I used the QnX filemanager and File Commander.
    you can do that.
    you will link this folder :
    /accounts/1000/shared/misc/android/(there are Android,Whatsapp,mapsMe,or more)

    and linked to external_sd/Android/put this linked folder

     Passport RED Edition 10.3.32163
    08-12-18 11:36 AM
  12. Leyra B10's Avatar
    MAME is an emulator for those arcade machines from the 80's ( https://en.wikipedia.org/wiki/MAME ). There are thousands of roms available. I like Mortal Kombat II and OutRun for example. It runs perfect on the Z10. On the Q10 the display is too small.

    Click image for larger version. 

Name:	MAME.jpg 
Views:	56 
Size:	145.1 KB 
ID:	438927
    Oh, sorry I thought you meant something else.
    Thats seems like a decent controller.

    Posted via CB10
    08-12-18 11:02 PM
  13. tegar ramadhanu kariadinata's Avatar
    anyone have bgshell ssh plus bar file?

     Passport RED Edition 10.3.32163
    08-15-18 02:49 AM
  14. Q_10_3_3_0249's Avatar
    Mhh. In /accounts/1000/shared/misc/ there is only sdcard. There in is the folder Android where all the stuff is inside. If I understand you correctly, you mean that I should link this to the external-sd. That does not bother me, because the data will remain on the internal device and is beeing mirrored on the external-sd.

    What I have in mind is that the applications store their data in that Android folder on the internal device, but the data is actually in an Android folder on the external-sd.

    I think it might work to move everything to the Android folder on the sd and then linking that to /accounts/1000/shared/misc/sdcard. But my problem is that the linked folders are shown as empty then.
    I would do this with "ln -s" inside Bg-shell and maybe everything will get lost frying around that way.
    08-24-18 12:27 PM

Similar Threads

  1. OS 10.3.3.3204 Live Links
    By mainely_linux in forum BlackBerry 10 OS
    Replies: 42
    Last Post: 09-06-18, 11:34 AM
  2. Replies: 3
    Last Post: 06-09-18, 04:59 PM
  3. Replies: 1
    Last Post: 06-06-18, 10:41 AM
  4. Can't install BlackBerry Link or Blend in Sierra OSX
    By CrackBerry Question in forum Desktop Software
    Replies: 1
    Last Post: 06-06-18, 01:05 AM
  5. CB email forum links choke
    By RLeeSimon in forum Site and App Feedback & Help
    Replies: 0
    Last Post: 06-05-18, 10:21 PM
LINK TO POST COPIED TO CLIPBOARD