1. RaviBainsley2aee50fe's Avatar
    Send me links to install BlackBerry Link or blend on Ubuntu

    Posted via CB10
    01-21-15 09:01 PM
  2. vbdwork's Avatar
    Link and Blend not available for Linux, sorry.

    There is a discussion about this subject here:
    http://forums.crackberry.com/blackbe...x-unix-965301/
    01-21-15 10:31 PM
  3. Marko M1's Avatar
    Depending on your needs, it is possible and relatively easy to setup file access via wifi from Ubuntu to Z10.
    01-22-15 02:30 PM
  4. RaviBainsley2aee50fe's Avatar
    How to do it marko..guide me


    Posted via CB10
    01-23-15 12:27 PM
  5. vbdwork's Avatar
    How to do it marko..guide me
    Before asking for help in this slightly impolite manner, did you try to solve the problem by yourself? I just checked in Google "blackberry z10 ubuntu" and got a lot of results, including information for USB connection. There is also a thread here on CrackBerry discussing this very same subject. There is no easy Plug&Play solution, you have to read a little.
    Smitty13 likes this.
    01-23-15 01:38 PM
  6. Marko M1's Avatar
    First, make sure that your BlackBerry and PC with Ubuntu are on same network (wifi).
    Now you need to setup your phone.
    Settings > Storage and Access
    Switch "Access using Wi-Fi " On.
    Your device will ask you for password for wifi access (it doesn't have to be same as your device password, if you have one).
    After that click Identification on network and set your username if you want, default one will be BlackBerry. You should leave workgroup as is (workgroup).
    Your phone is set.
    On Ubuntu open File Manager, on left side click Network - browse network, your phone and sd card should be there. If it's not, check "windows network".
    After clicking on phone or sd card icon you will be asked for login credentials.
    Use username, workgroup and password same as you set them in your phone.
    Just another thing, on my Linux Mint sometime BlackBerry will not mount if I try sd card first, so I always click on phone memory first and after that on sd card.

    Posted via CB10
    01-24-15 11:27 PM
  7. enik's Avatar
    Send me links to install BlackBerry Link or blend on Ubuntu

    Posted via CB10
    You didn't say the magic word.
    01-25-15 07:34 AM
  8. Q_10_3_3_0249's Avatar
    This works for me with all BB10 devices (mageia 6):

    a) Manual
    1. Install the packages exfat-utils and fuse-exfat. Use apt install for Ubuntu.


    2. Set your phone into usb mass storage mode.


    3. Connect your phone and check usb devices:
    Code:
    #lsusb
    Code:
    #fdisk -l


    4. Create a mountpoint:
    Code:
    #mkdir 'your mount folder'
    (/mnt/blackberry for example)


    4. Mount the device:
    Code:
    #mount -t exfat /dev/sdb1 /media/blackberry


    5. Give user privileges to the mountpoint:
    Code:
    #chmod -R 775 /mnt/blackberry


    6. For unmounting the device use:
    Code:
    umount /media/blackberry




    b) Automatic
    additionally install the package autofs if available and plug in your phone.
    Last edited by Q_10_3_3_0249; 05-25-19 at 01:49 PM.
    05-25-19 04:41 AM

Similar Threads

  1. Sharing experience of Blackberry Passport in China
    By kamiz9999 in forum BlackBerry Passport
    Replies: 9
    Last Post: 02-18-15, 11:58 PM
  2. Reminder Now updates to version 3.0 - Enhancements, fixes and BlackBerry Classic support
    By CrackBerry News in forum CrackBerry.com News Discussion & Contests
    Replies: 2
    Last Post: 01-23-15, 04:04 PM
  3. How do I get my BlackBerry camera app to work and not?
    By Kadeem Be in forum BlackBerry Classic
    Replies: 1
    Last Post: 01-21-15, 09:02 PM
  4. How to hide a particular contact's details?
    By keypaduser in forum Ask a Question
    Replies: 1
    Last Post: 01-21-15, 08:19 PM
  5. Rumors of Samsung wanting to buy BlackBerry refuse to die
    By CrackBerry News in forum CrackBerry.com News Discussion & Contests
    Replies: 0
    Last Post: 01-21-15, 08:12 PM
LINK TO POST COPIED TO CLIPBOARD