Automatic naming of the camera files

Hello everyone,

Anyone know if it is possible to change the auto-naming scheme of files from camera to e. g. dsc_xxxx.jpg DDMMYYYYhhmmss.jpg?

Hi @JayDee1282,

To my knowledge, it is not possible to change this in a setting for the phone.

However, I searched Google Play and found this app which seems to do what you want. I have not tested the app myself so I can't say if it works or not, but it seems to have good reviews from other users.

Tags: Sony Phones

Similar Questions

  • Automatic naming of the PDF files of the data file

    I am new to scripting but have a question. What script can I use to make use of one of the fields that will be (name) and allows to name the file when it is exported?

    I found this script, but when I run it I get "null is not an object" from line 23, column 1.  I have the .csv file and a folder named "pdfs" on my desktop. In the script, I replaced "fichier.csv" with the name of my file. The first column of my .csv file is what I intend to rename pdf files.

    var csv=File(Folder.desktop+"/fichier.csv");

    var myPDFFolder = Folder(Folder.desktop+"/pdfs");

    var names = getNamesFromCSV(csv);

    if(csv.exists && myPDFFolder.exists){
        var files = myPDFFolder.getFiles();
        if(files.length==names.length){
            for(var i=0; i<files.length; i++){
                files[i].rename(files[i].parent+"/"+names[i]+".pdf");
            }
        }
    }
           
    function getNamesFromCSV(csv){
        if(csv.exists){
            csv.open('r');
            var content = csv.read();
            var namesArr = [];
            content=content.split("\n");
            for(var j=0; j<content.length; j++){
                namesArr.push(content[j].match(/^(.[^\n]+)/i)[1]);
            }
               
            csv.close();
            return namesArr.slice(1,namesArr.length);
        }
        return false;
    }

    Hi LEngelage,

    I modified your JS code, I hope this what you expect. If go you back!

    Your CSV file of entry like this 1snapshot in screenshot below another cliché is changed the name of the file in the folder "~/Desktop/1" Office

        

    var csv=File(Folder.desktop+"/Workbook1.csv");
    var myPDFFolder = Folder("~/Desktop/1/");
    
    if(csv.exists){
         csv.open('r');
         var content = csv.read();
         var namesArr = [];
         content=content.split("\n");
         for(var j=0; j
    

    THX

    csm_phil

  • DNG Converter does it automatically recognizes the camera files?

    If I have several Sony cameras, all with. Extension ARW, DNG converter automatically recognizes different cameras, or what I need to separate different cameras and convert files that a camera at the same time manually?

    Another question: why DNG converter does not have its own community?

    The exact model of camera is stored in the Raw file headers and will be detected automatically. DNG Converter is the same as Camera Raw, so any questions can be directed to the it.

    Mylenium

  • This program automatically rises when the camera card inserted

    at the same time, I had this program. It would allow a certain number of things. Now I don't have and I don't remember the name of the program. It would come as soon as the camera card has been inserted.

    The program was Windows File Explorer. Please note that this issue is really to do with Firefox, so it is not the right forum to ask this question, although I'm happy to help you. To find this program, search file Explorer in the start menu.
    Have a great day!

    Jon

  • Media player library automatically updated of the .mp4 files

    My Media Player library auto-updates to update when new files are downloaded / place in my target files, except files with the extensions .mp4.  When the reader is closed and reopened, low right corner says this Media Player updates the library and never - failing all the .mp4 files.

    These files require me to go in the management of libraries and to delete the shared folder, and then re - ad, which becomes tedious with so many files.  Is there a way to fix this?
    Thank you!

    Hello

    You did changes to the computer before the show?

    Please follow the steps below.

    Method 1:

    Run the troubleshooter from the below mentioned link.

    http://Windows.Microsoft.com/en-us/Windows7/open-the-Windows-Media-Player-library-Troubleshooter

    Method 2:

    Follow the steps from the link below.

    (a) output Windows Media Player.

    (b) click Start, in the search box, type %LOCALAPPDATA%\Microsoft\Media Player, and then press ENTER.

    (c), select all the files in the folder and then click on Delete on the file menu.

    Note: you don't have to remove the folders that are in this folder.

    (d) restart Windows Media Player.

    Note Windows Media Player automatically rebuilds the database.

    If the above does not solve your problem then clear cache of database of Windows Media Player files. To do this, follow the steps below.

    (a) output Windows Media Player.

    (b) click Start, click Run, type % LOCALAPPDATA%\Microsoft, and then click OK.

    (c) select the folder Media Player and then click on Delete on the file menu.

    (d) restart Windows Media Player.

  • Automatic execution of the batch file at the connection of the USB drive

    I created a batch file that checks the drive e. the presence of a specific file, and if there, copy it to a location on the hard drive. (Drive E is where all USB drives see the place through my window of Windows Explorer.) I would like to set up my computer so that this batch file is executed whenever such a device is plugged into the USB port. How can I accomplish that?

    Otherwise, is it possible to incorporate the Attaché-USB-player status in the batch file itself and just leave that batch file running at any time? I used "IF EXISTS E:\*.*", but that is not do me much good, because I have to keep control of this condition again and again, and eventually the batch file gets tired of the audit and said that the drive does not exist.

    Hello

    You can ask your question on the TechNet forums for batch files.

    http://social.technet.Microsoft.com/forums/en-us/category/windowsvistaitpro

  • Will be opmn.xml of updates to automatic configuration with the context file?

    Hello

    If I make a few changes in the context file in the section < oacore_jvm, and running the auto-configuration service.

    To update file also contained opmn.xml wirth for context file?

    -Thank you

    If I change what opmn.xml this change will be temporary. Such as running autocinfig crush him.

    Fix.

    So if I want to make this permanent value I need to change in the right context (*.xml) file?

    Correct, then run AutoConfig then.

    Thank you
    Hussein

  • naming of the recorded files

    I recently put in place a screenshot function in my application, but currently it only saves 1 image & crushes every time

    .title("Shar QImage image = QImage::fromData(array, "BMP");
        QFile outFile("shared/photos/TestImage.jpeg");
        outFile.open(QIODevice::WriteOnly);
        image.save(&outFile, "JPEG");
    

    is it possible to save it under a different name each time

    ex: TestImage01.jpeg, TextImage02.jpeg

    You want to go there, but not quite.  Basically, the buffer will have the last string you give it in this loop, which is as you say 9... (In the same goes for the buffer back... to the last channel that would be 1 (i > 0))...

    More like:

    int fileCounter = 1; // Global declaration somewhere
    
    sprintf(buffer, "shared/photos/image%d.jpeg", fileCounter++);
    QImage image = QImage::fromData(array, "BMP");
    QFile outFile(buffer);
    outFile.open(QIODevice::WriteOnly);
    image.save(&outFile, "JPEG");
    

    So whenever this piece of code is passed through the fileCounter will be incremented when it is used. Thus, for example, the 2nd travel this code, fileCounter == 2... Race 3 by fileCounter is 3... etc.

  • Are the boot files always automatically defragmented if normal defrag has been disabled?

    I have normal off scheduled defragmentation and usually via a command prompt defrag every week which is fast and complete. Because the normal Defrag is slow and my laptop would probably not be on when the demand. Also unexpected or regular defrag is not compatible with my daily incremental backups.

    I believe that on Vista startup files are defragmented... auto every three days this still applies if the normal defrag has been disabled?

    I can their defrag via a command prompt... but do I need too?

    I discovered a bit more on this issue and it seems that turning OFF scheduled defrag also turns of automatic defragmentation of the boot files.

    Registry key

    Function HKEY_LOCAL_MACHINE_SOFTWARE\Microsoft\Dfrg\BootOptimise

    is shown as set to N (no)

    I do not bend or change the registry so that this has been done by Vista in response to me turning off defrag... so it seems contrary to what I said earlier, and I need run initialization routine defrag occasionally.

  • AAC to MP3 conversion... where the MP3 files will once you seem to complete the conversion

    Followed by conversation jury instructions received but never a popup to designate the location where to save the files.  Should what setting I set?

    Popup? Never heard of a popup. They automatically go into the media files as well as other copies of this track.

  • How to find the sampling frequency to read the measurement file

    Hello

    I would like to find/extract the sampling frequency of a .lvm file.

    Right now I am using the VI 'read file of measurement' and my data charge fine and all, but I need the frequency of sampling for certain calculations.

    I know the header of the file .lvm that the sampling frequency is 1613Hz, but I want to get this automatic information from the open file .lvm.

    Tried to find an express vi that could give me the answer, but I could not find a

    I'm sorry if this question already answered, but I could not just to find the answer.

    I hope you understand what I'm doing!

    Thank you

    Kind regards

    Tommy

    The timing is part of the production of signals information. Never use the functions of the Express, but you can use DDT to and convert to one of the data types of waveform. Waveform components then turns the dt.

  • Help with my computer! All the deleted files, including recovery! What's past and how to fix it?

    Hello. So a few days ago I restarted my computer. Literally restarted my computer (turn off then turn onn) because my shortcuts do not work (the .exe would not launch files). I restarted my computer, and when I click on the shortcut, he said that there was no such destination. Soon I relised all my files are gone. I restarted my computer and you press F8 so that I can back to factory State, but the recovery has not worked and now im stuck at the facility because it looks like this: there is no for files recovery. Idk what happened but all my files and I installed software have disappeared. Someone can you please tell me what happened and how can I solve this problem?

    100% recovery does not work! Using the computer in safe mode doesn't work.

    My system doesn't have a backup of the files. The files just disappeared. All my files actually including the files for recovery. You say I should reinstall my windows using the CD/DVD. If this is the case, I have a problem because I don't have the CD/DVD for her. The paper in my computer box indicates that you must install it in the computer (deleted files). What can I do?

    Your system does not have backups of your files/folders for you.  It is your duty to implement only or not.  If you do not the installer / make backups of your data - so you lose if/when something happens.

    (The automatic backup of the system files needed) system restore is enabled by default - but can be disabled by the system administrator.

    The "recovery" you used is not a feature of Microsoft or setup - which was created by the computer manufacturer.  They decided that it would be more easy/better to put the backup of the system installation media in the same place the user puts all their stuff - on the physical hard disk in the machine.  It is destructive or not is determined by the computer manufacturer and they even included a choice (destructive or non-destructive recovery) _ at the time use you it.  Each of them has been/is different.

    You can contact the manufacturer of the computer and HOPE they always support of recovery for your computer and not you charge (or charge you a large part) to get the media said.

    Can read this - it might help:
    http://www.ZDNet.com/blog/Bott/lost-your-Windows-discs-how-to-get-replacement-media-legally/4320

  • trying to get pictures on camera file to go on one file for facebook

    try to get images of the camera file in a file to put on facebook

    Hi hyphen1,

    1. you are unable to upload photos on the who's who?

    2. you receive an error message?

    Check out the links below and check if its helpful

     

    How can I get pictures from my camera to my computer?

    http://Windows.Microsoft.com/en-us/Windows-Vista/how-do-I-get-pictures-from-my-camera-to-my-computer

    How to download a profile picture?

    http://www.Facebook.com/help/?page=809

    I hope this helps!

    Halima S - Microsoft technical support.

    Visit our Microsoft answers feedback Forum and let us know what you think.

  • The .bar file reading HTML files

    Hello

    I would like to integrate a user documentation format .html (embedded next to my icons and images in the .bar file) with my application and use QNXStageWebView to view it.  My name is "docs.html" should I spend in the webView.loadURL (); command to get to my account?

    Oh, and how should I dispose of the Viewer when the client is done with it and click my button "return"?

    Harry

    @jtegen: yes I checked via the service to exist and it exists when you check via the .as file. everything that you put in the src directory is automatically placed in the .bar file. at least it's under flash builder.

    @harry: figured it out! OK so my final hypothesis, is that when you load the QNXStageWebView he search files in a way of absolute path. which means that you can't simply use "upploadare" you hafta use the absolute path. so here's the code that should allow you to view your HTML file:

    webView.loadURL(File.applicationDirectory.nativePath + "/docs.html");
    

    and what removal try to use this:

    webView.destroyBrowser();
    

    Good luck!

  • Emails sent to the project file of their own.

    My emails are automatically saved in the project file while I'm still forming.  I'm so not able to edit my e-mails, unless I go back and erase everything between the error and everywhere where I am in the e-mail when I noticed the error.  It is extremely time consuming.

    What is the trick to fix this?

    SC

    A lot of problems is resolved in the new e-mail application, but you must update your platform to use.  Open the app Store and touch / click on the button "Get Windows 8.1 update".

Maybe you are looking for

  • Download Photo on phone to iCloud

    Hello, I'm new to iCloud, and I tried to download photos from iPhone to iCloud photo library, however it is still pending, on the phone, he said 'Uploading 74 items' However, this message has been waiting for almost 2 days, sometimes I had to find a

  • Time Capsule as Access Point

    I have posted another question about TC but be as well that at the same time. I use Yosemite on an iMac and I have a TC of 2 TB. My modem/router is an Orange Livebox (I live in France) I'm trying to do my Act TC as an AP but hard to do things. Basica

  • Why 5 recovery disks, when I used only 1?

    Ok. I had a software problem. I have ordered from HP recovery disks. No problem. I get 4 discs labeled 1-4 and an additional drive. I load the first disk, wait until he asks for 2, 3 and 4, etc.. Never happens. After the first drive, he did his thing

  • Cropping photos scanned with Officejet 4620

    I wonder if this feature is available on the Officejet 4620, I bought my parents as a gift.  I have a Photosmart C4580 and when I scan a photo, the HP software automatically detects and adjusts the cropping for me.  On the 4620, I scanned a picture u

  • Script to check/collect reqs OS/kernel for the installation.

    Hello dear colleagues,Made Oracle has a proper script to collect all requirements of OS/kernell/r12/DB 11.2 EBS installation packages (can be a document on MOS)? We need a quick way to collect and compare information on all our servers.Thank you!