Using with Linux to copy files

Did anybody try copying files from Xperia Z1 to Linux? I do not have SD card in my new phone (yet). And I would like to copy photos and videos from Xperia z1 internal memory to Linux. When I connect to system, Linux could not detect as a diskdrive (though lsusb command showing the device).
BTW, I am able to copy files using Windows 8 after installing Sony software for the xperia z1 device without any issues. Only Linux could not detect it. Are there any special drivers that I have to install on Linux?
Linux version: Ubuntu 12.04
Solved!
Go to Solution.

To access the internal memory in the phone the distro you use in your computer needs to support MTP.
From what i've found, Ubuntu 12.04 may have problems with MTP in phones using Android 4.x while it should work fine in Ubuntu 13.04 and later.
If you don't want to update to a later version of Ubuntu you could try a 3:rd party solution like: http://www.webupd8.org/2013/01/upgrade-to-gvfs-with-mtp-support-in.html
 - Official Sony Xperia Support Staff
If you're new to our forums make sure that you have read our Discussion guidelines.
If you want to get in touch with the local support team for your country please visit our contact page.

Similar Messages

  • Aborting index build. Too many errors with finding and copying files ...

    Hi dears,
    I'm using UCM 11g.
    I'm trying to start the automatic update cycle. When i start it, it gives me an error message just like :
    Indexing aborted at :<time>. Aborting index build. Too many errors with finding and copying files to the appropriate place.+
    Can anybody help me about this problem?
    Helps will be appreciated.
    Erdo
    Edited by: erdo on 28.Mar.2013 11:11

    Read this: error in Collection Rebuild Cycle
    and maybe also UCM Indexer - Collection Rebuild Cycle errorring out

  • When I connect to our server using smb:// can't copy files or edit names on server?

    When I connect to our server using smb:// can't copy files or edit names on server?

    Why not? What happens?
    Do you get an error message? What does it say?

  • Disconnected Use(with external drive)= Corrupted file structure

    Help. Really like the way LR handles RAW. Big problem for me is that my Mac Book Pro HD is too full. I'm using an EHD from OWC(FW800). If I launch LR with the drive unmounted LR starts verifying files and pulling all sorts of garbage into the LR Folder panel. If I reconnect the drive there is no repair and only a fraction of the files show up with their terminal folder- the folder structure on the EHD is flattened to useless. Fatal flaw? or my error?
    Thanks,
    Steve

    Hi Dan- Happy to try and help. It has happen under 2 scenarios, the lrdb files are at MacHD/users/srp/pictures/LightRoom/...irdb in both cases.
    Scenario 1: I had a folder with some duplicates in MAC HD/users/...pictures/My Photos/duplicate files. When I would dismount the EHD and launch LR it would pull the dups on the Mac HD into the DB and reference what looked to be temps for missing files as well with fairly random preview distribution. The EHD file structure is OWC/users/srp/pictures/My Photos/files by date.
    Scenario 2: I ditched the duplicate folders on the MAC HD (they were not referenced in LR before disconnect anyway) and launched LR. It initiates checking for files and photos again and pulled random preview references to odd files replacing the original folder structure. In this case there were no valid references to pull so it was mostly garbage, it did preserve a few "?" files.
    Folders Panels: http://aktlr.smugmug.com/gallery/2668872#141260988.
    Ive included scenario 1 & 2 grabs and an example of a garbage path
    My work around is that I delete the lrdb and replace it with a clean copy, better than re-importing everything.

  • Install HRCS9.0 and PT8.53 with Linux Issue: the files intiPT853.ora and initHRCS90.ora: maximum number of DB_FILES exceeded

    Folks,
    Hello. I have installed PeopleTools 8.53 with Oracle Linux 5.10 successfully. The entire PeopleTools  runs correctly in browser at the beginning.
    After I set up HCM and Campus Solution 9.0 Database Instance named HRCS90 in Linux successfully, PeopleTools 8.53 Database Instance PT853 cannot be mounted. Its error message is below:
    SQL> startup
    ORACLE instance started.
    Total System Global Area  538677248 bytes
    Fixed Size                  2146024 bytes
    Variable Size             528482584 bytes
    Database Buffers            4194304 bytes
    Redo Buffers                3854336 bytes
    ORA-00059: maximum number of DB_FILES exceeded
    In the file /home/user/OracleDB_Home/dbs/initPT853.ora, its parameter db_files has 3 values: small 400, medium 1021 and large 1500. The initial value is 1021 and it works correctly at the beginning.  But after set up another instance HRCS90, the above error message comes up and instance PT853 cannot mounted. I change the value of db_files from 1021 to 1500 in the file initPT853.ora and restart OS Linux. But get the same error as below:
    SQL> startup
    ORACLE instance started.
    Total System Global Area  538677248 bytes
    Fixed Size                  2146024 bytes
    Variable Size             528482584 bytes
    Database Buffers            4194304 bytes
    Redo Buffers                3854336 bytes
    ORA-00059: maximum number of DB_FILES exceeded
    In the file /home/user/OracleDB_Home/dbs/initHRCS90.ora, its parameter db_files has 3 values: small 80, medium 400 and large 1500. I use db_files=400 and it works correctly. I start up instance HRCS90 right after the above error message as below:
    SQL> shutdown immediate
    ORA-01507: database not mounted
    ORACLE instance shut down.
    SQL> exit
    Disconnected from Oracle Database 11g Enterprise Edition Release 11.1.0.6.0 - 64bit Production
    With the Partitioning, OLAP, Data Mining and Real Application Testing options
    [user@userlinux bin]$ export ORACLE_SID=HRCS90
    [user@userlinux bin]$ ./sqlplus / as sysdba
    SQL*Plus: Release 11.1.0.6.0 - Production on Sat Nov 23 12:40:02 2013
    Copyright (c) 1982, 2007, Oracle.  All rights reserved.
    Connected to an idle instance.
    SQL> startup
    ORACLE instance started.
    Total System Global Area  538677248 bytes
    Fixed Size                  2146024 bytes
    Variable Size             528482584 bytes
    Database Buffers            4194304 bytes
    Redo Buffers                3854336 bytes
    Database mounted.
    Database opened.
    SQL> select * from psdbowner;
    DBNAME   OWNERID
    HRCS90     MYNAME
    SQL>
    As we see above, the instance HRCS90 works corretly and PT853 cannot start up. The parameter DB_FILES of the file initPT853.ora has an issue.
    My question is:
    Because 1021 and 1500 are not enough to startup instance PT853, what value should be used for DB_FILES of the file initPT853.ora  ?
    Thanks.

    user8860348 wrote:
    Folks,
    Hello. I have installed PeopleTools 8.53 with Oracle Linux 5.10 successfully. The entire PeopleTools  runs correctly in browser at the beginning.
    After I set up HCM and Campus Solution 9.0 Database Instance named HRCS90 in Linux successfully, PeopleTools 8.53 Database Instance PT853 cannot be mounted.... 
    I'm sorry, but I don't understand what does "Instance" mean here.
    >In the file /home/user/OracleDB_Home/dbs/initPT853.ora, its parameter db_files has 3 values: small 400, medium 1021 and large 1500.
    Are you not using a spfile ? Does the file contain really the 3 values ? What is the last ? Have you checked the value in the database side "show parameter db_files" ?
    >But after set up another instance HRCS90, the above error message comes up and instance PT853 cannot mounted
    Again, I have no idea what it means.
    >In the file /home/user/OracleDB_Home/dbs/initHRCS90.ora, its parameter db_files has 3 values: small 80, medium 400 and large 1500. I use db_files=400 and it works correctly.
    Again, 3 values ? What is the last ? Have you checked the value in the database side "show parameter db_files" ?
    >As we see above, the instance HRCS90 works corretly and PT853 cannot start up. The parameter DB_FILES of the file initPT853.ora has an issue.
    Again, I don't understand what are HRCS90 and PT853 exactly. Cannot help.
    >Because 1021 and 1500 are not enough to startup instance PT853, what value should be used for DB_FILES of the file initPT853.ora  ?
    I'm sure, you don't have an issue with this parameter, 1500 files in the database is quite huge number. I built a demo recently, the default value 1021 was ok for me. You should have done something wrong somewhere.
    Nicolas.

  • I have a windows vista pc and want to use migration assistant to copy files over. From what I understand, it will copy over my user profile and settings as well. Is there anyway to just copy files?

    Hey everyone, I just bought a new macbook pro 13-inch (late 2011 model) and I want to use migration assistant to copy over my photos, iTunes library, documents, etc. I know this can be done wirelessly or by connecting the two computers by Ethernet cable (windows vista pc --> macbook pro). Which is faster?
    I also have heard that using migration assistant copies over the user file as well and makes it the new one on the mac. I would only like to copy over files, not user settings. How do I do this?
    Thanks!
    P.S. I'm assuming that when my iTunes library is copied, the mp3 files are copied too. Could someone please confirm this?

    http://www.apple.com/support/switch101/
    http://www.macworld.com/article/153952/2010/09/superguide_switchingtoamac.html?l src=nl_mwweek_h_cbstories

  • Can SAP be used with Linux & Unix...

    Hi there ,
                   I got a query that whether SAP can be used with Unix  & Linux Operating System ...
    Thanks & Regards
    Kaushik Choudhury

    Ýes, Any ERP package can be used at any of the OS with any of the firewall or secure access systems. That is one of the advantages of going for ERP systems over custom applications. Custom applications are OS and database dependent while ERPs are mostly not.
    SAP can be installed in Windows, Linux, Unix in various databases too.
    Hope this helps you.
    Reward if it helps.

  • Can I use Migration Assistant to Copy files from one mac to another, but not delete the original files off of the original Mac?

    I just purchased a new Macbook Pro Retina, and I have an old Macbook Pro w/o Retina and wish to use migration assistant. I still want to use the older Macbook Pro and keep all the files on it, but copy them and also put them on my new Macbook. What I'm trying to say is, can I use migration assistant to move files to a new Mac, while keeping the files on the old computer?

    You can omit some broad categories, but you can't pick and choose individual items.
    See Using Setup Assistant on Mountain Lion or Lion (preferred method), or the similar Using Migration Assistant on Mountain Lion or Lion for the gory details.

  • Problem with permissions when copying files over network

    This is my setup. Our design studio have several iMacs that the designers use for open projects, when they are finished I copy them over to a G4 which has a SATA raid in it which is used as a file-server for all closed jobs, photos and logos. The file-servers mount point was created using an app called 'Sharepoints'. The iMacs run 10.5.7 the G4 runs 10.4.11.
    When I try and copy over a folder full of folders/files for a given project into the given clients folder. I keep getting the error, "the operation cannot be completed because you do not have sufficient privileges for "filename".
    If I get info for the given file the owner, group and everyone have read & write access. The client folder on the file-server has the owner, group and everyone having read & write access. I can drag that file by itself over to the file-server and it will copy fine with out the error.
    This is doing my head in, the quickest way around the problem is to archive the folder, copy it over and then un-archive it.
    Can anyone shed any light on why this is happening and what I should to to fix the problem. Thanks

    Bump

  • Can I use my iPod to copy files from one PC to another?

    I recently bought a Mac Powerbook and an iPod, and want to move all my personal stuff off my work laptop (an IBM ThinkPad) onto the Powerbook. Most of my files are photos, Word documents, excel files; only a few are music files.
    When I bought the Powerbook, the guy in the Apple shop said I could use my iPod like a hard disk to copy all the stuff over - using a flash drive would take forever!
    Was he right? If so, how do I do this? I can't seem to get past the fact that my iPod is now Mac formatted, which my IBM Thinkpad doesn't seem to like!
    MacBook Pro 2,1   Mac OS X (10.2.x)   i-Pod model MA446ZP

    How to use your iPod to move your music to a new computer using iTunes7
    http://docs.info.apple.com/article.html?artnum=300173
    How to use your iPod to move your music to a new computer using iTunes6
    http://docs.info.apple.com/article.html?artnum=304304
    Instructions above give the basic steps to use your iPod in disk mode so you can copy other stuff besides the itunes library.
    Patrick

  • Can you use command lines to copy files in UNIX to Oracle Apps

    Hi! We have installed the oracle apps 11.5.0 to a unix operating system. And we use ftps to upload the rtf and xml files to the unix server. Is there any command lines we can use to copy all the rft and xml files in the server to the real location of where the report files stored without going through the XML Publisher font end through the internet explorer? Thanks for your help!

    Hi,
    From what you have mentioned, I believe you are writing custom xml pub report
    1) Storing all your template and sample xml data file on Unix box by FTPing it. This step is not required as XML publisher picks template from XDO tables (where it is stored in CLOB), unless you are explicitly Coding to use templates from a fixed location like <CUST_TOP>/<xml_templates>
    2) As part of XML setup, you need to define the template and datasource using the front end. This causes the Template and XML data (sample) to be stored in XDO tables (as clobs). This step is basically required and unavaoidable.This step can be automated using FNDLOAD tool (not sure).
    Hope it helps somewhat.
    Neeraj

  • Using HOST command to copy files

    Platform is Win network (98/NT/2k Prof), application is loading a picture into a blob field. Button executes the get_file_name built in to let the user select a file from the network, but code must copy the file to a directory that is on the oracle server so that the bfilename function can access a local directory. Then I can use dbms_lob.loadfromfile to actually load the picture.
    The problem is that I cannot formulate a correct command for the HOST built in that will copy the file. I use message to display the command variable and it looks right, but the file does not get copied and the HOST command does not return an error.
    Any help would be appreciated, thanks.
    Mark.
    null

    <BLOCKQUOTE><font size="1" face="Verdana, Arial">quote:</font><HR>Originally posted by Marc Riesewijk ([email protected]):
    Hi Mark,
    You can use the library d2kwutil. It should be in a directory of the Developer demo's.
    In this pll-file, there a procedure which enable you to copy, delete and move files on Windows.
    Hope this helps!
    Marc<HR></BLOCKQUOTE>
    Ah,it's in \%orahome%\tools\devdem60\demos\forms\,I got it,it's Win_api_utility procedure,it has copy_file,delete_file etc.
    It's very good.:)
    null

  • InitializeQTML issue when used with ProRes encoded mov files

    Hi,
    I am using the QuickTime SDK to decode MOV files that are encoded using the ProRes codec.
    Basically this is what i do:
    - InitializeQTML
    - EnterMovies
    - Decode frames
    - ExitMovies
    - TerminateQTML
    The first file that i am loading always works fine.
    However, after i unload that first movie and repeat the same sequence with a second one, i am getting a memory exception in InitializeQTML.
    I am unable to playback 2 movies in a row. Only 1 at a time. I have to exit my application and re-run it.
    The QuickTime SDK and runtime have the latest version.
    Any ideas why?
    Message was edited by: msbox

    I have more details.
    If i comment only the MovieTask() function inside my routine, it stops crashing. But of course, i cannot have my frames rendered.
    By the way, all this sequence is called inside the same thread.
    Any pointers will be greatly appreciated.

  • E70 & using with Linux

    I have most functions I need working between my Linux desktop an my Nokia E70. For example, bluetooth works and I can access the memory card over USB.
    I can use kmobiletools to read the signal level, battery level, dial and send sms's ( over a bluetooth connection ).
    However, I can't access the phone book on the E70 or access sms's already delivered.
    Kmobiletools uses the AT command set to communicate with the phone. So first question - where can I find the documentation of the Nokia E70 AT command set ? I can then check if the desktop is sending the right commands.
    Secondly, anyone know of a Linux application which can to the phonebook / read sms functions correctly ?
    Thanks.
    Pete

    27-Sep-2006
    04:39 PM
    petrib wrote:
    I don't think any phone specific AT commands documentation is available, but there are general docs applying to GSM/WCDMA phones and CDMA phones on Forum Nokia: http://forum.nokia.com/
    Thanks, I did find these but they didn't seem to apply to the E70.
    For example, the doc listed AT commands to read the address book, when I tried these manually I just got "ERROR". Hence I believe there should be a E70 specific ( or perhaps E-series ) document describing the commands.

  • Flashing Tool Use with Linux and DOS

    OK, I am convinced that I should use the MSI Forum HQ USB Flashing Tool on my recently-RMA'd FM2-A75MA-E35.  After reading the documentation repeatedly, I still have questions. 
    I agree that the way to go is to flash from DOS, and I do in fact boot and run FreeDOS from a USB flash drive for video BIOS updates.  But my new msi board runs Linux, not Windows, so I cannot execute and install the Flashing Tool the expected way. 
    1.  So I installed the Flashing Tool on my Win7 system, which runs on a Biostar board.  Can that cause problems?
    2.  Can I put the resulting flashing system on my existing FreeDOS boot USB? 
    3.  As I understand it, the Tool will first read and save the existing BIOS code.  Is there an easy way to archive all of those saves and not overwrite earlier versions?  Is there a way to easily change the filenames in the Tool? 
    4.  On this new board I have on-chip video.  Is the video BIOS automatically updated when burning the MB BIOS?  Is it updated separately? 
    Thanks for your help!

    The forum flash tool can be run from any computer.
    What it does is prepare a bootable use stick. It also places the required flash exectable etc onto the drive and bios. So all you need to do is download whatever bios you wish from msi:
    >>MSI Downloads<<
    Place it on the desktop of the biostar computer, run the flash tool, point it at the bios then to your flash drive. Then put the flash drive in the other computer, hit f11 at boot and boot to the prepared usb stick.
    Then follow the directions.

Maybe you are looking for