Results 1 to 4 of 4

Thread: usb permissions for cell phone

  1. #1
    Join Date
    Jul 2008
    Location
    Alliance College
    Beans
    91
    Distro
    Lubuntu

    usb permissions for cell phone

    I would like to install an application named “XS++ v4.1” for linux. It enables modding of Sony Ericsson phones. When unzipped the software consists of 2 folders (cust and data) and 1 file (XS++ v4.1). It requires libfltk1.1 to be loaded.

    Recommended install code consists of:

    aptitude install libfltk1.1
    aptitude install gksu
    chmod +x /your/path/to_xs/XS++ v4.1
    gksudo /your/path/to_xs/XS++ v4.1

    A final stipulation reads:

    You will need to set up correct usb permissions or run the program as root! (The SE phones connect via usb data cable)

    Would I be better setting up a menu item that would run the program as root or would I be better off adjusting the usb permissions. The final stipulation seems to suggest that the program can be run as a user or as root, but I am not certain of this. I think it would be best to install the folders and file in a dedicated directory in my home folder, of this too I am uncertain. How would I revise the permissions of the phone’s usb connection?

    Any help/suggestions?
    Acer Veriton N231G, 4G Ram, 320G HDD

  2. #2
    Join Date
    Jul 2007
    Location
    Reykjavík, Iceland
    Beans
    1,555
    Distro
    Ubuntu 10.04 Lucid Lynx

    Re: usb permissions for cell phone

    Try having the program in your home directory and run it (as your user) and see what happens.
    I think there isn't super user rights needed for connecting to the usb, but if so, you can always start up your program with gksudo as in "gksudo nautilus" (gives you graphical version of sudo).
    And start up the program from the terminal to get all the error codes if there are any.

  3. #3
    Join Date
    Jan 2007
    Beans
    Hidden!

    Re: usb permissions for cell phone

    Try this command:

    sudo chmod -R 777 /your/path/to_xs/XS++ v4.1

    It will allow you to run it as a regular user.

  4. #4
    Join Date
    Jun 2007
    Location
    Poughkeepsie, NY
    Beans
    5,810
    Distro
    Ubuntu

    Re: usb permissions for cell phone

    well you dont need to install gksu, that is installed by default, you can check synaptic for the other file

    All you need to do is put the folder anywhere you like (you /home folder should work fine)
    then use the code

    Code:
    sudo chmod -R 777 /your/path/to_xs/XS++ v4.1
    then to run it
    Code:
    /your/path/to_xs/XS++ v4.1
    EDIT Hallvor beat me to it

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •