Iphone3GS + iOS4 problems with Camera picture names.

I use Image Capture to import all my images since i bought my iphone3GS more than a year ago with the delete after import option.
Now, with iOS4, I take 10 pictures then i import & delete and my images come with name IMG_0001.jpg to IMG_0010.jpg so nothing wrong here. The issue comes when i start making more pictures and import them. The image name start again with IMG_0001.jpg instead with IMG_0011.jpg as allways was.
This is a BIG BUG and i do not know how to resolve it. Does anyone have a clue how to do it?
Thank You,
Paulo.

Hi Paulo,
I'm suspecting that Apple doesn't regard this as a bug.
My personal thoughts that it is a silly feature to reset the file count each time you empty the camera roll, or better yet it could have a feature you could turn on/off in the settings like many cameras allow you to do.
If you want them to address it, send a feedback email to them here
http://www.apple.com/feedback/iphone.html
I suspect that what has happened, is the developers have designed the iOS4 software around iPhoto and not anything else.
iPhoto creates Events based on the digitised time of the file, that is, the time you took the photo. So it effectively creates a sub folder called an Event and puts the photos there. When you download the photos from the iPhone straight into iPhoto and there were multiple days over which the photos were taken, it creates multiple Events. So in saying that, it doesn't really care what the file is called and if there are a thousand IMG_001 files in iPhoto in a thousand different Events, iPhoto and your computer had no trouble in finding them all.
You are like me and use Image Capture to import the photos rather than iPhoto.
My work around is to select the photos by each day in Image Capture and download them to a folder that includes the date they were taken (eg 100925 BBQ at the Beach (I add the date at the start so when I am searching thru finder, the folders are listed in the order I took them)) and have them deleted when imported automatically from the iPhone.
It not great, but it works for me and even though I may end up with a thousand IMG_001 files, they don't all end up in the same folder, left for me to work out which ones they are.
Hope this helps

Similar Messages

  • Problem with displaying picture.

    I use PS-CC and LR5.on a HP i7 computer and windows 7.Camera D-800, pictures in raw.
    I usually import pictures in nef  in LR5,. After  some corrections, I export my pictures to DNG format. I sometimes do a little bit of work in camera raw then go into Photoshop.
    My problem: When in photoshop, I get a grainy version of my photo which wasn't the situation in LR5 or Camera raw, Hard to work with. The grains will disappear when I enlarge the picture but then I have to enlarge it so much that I only see or can work with only part of my picture. The problem does not appear in CS6.
    Hope somebody can help me.
    Thanks
    Jacques Legault

    I should clarify this.. When I import photos into LR5, I always use copy as
    DNG. I know that NEF and DNG are the same for photoshop and I always shoot
    in raw.
    One thing I do not know is how to do a screen shot. I will get back tro you
    on that. When I say grain, or noise if you like, I mean that, if i relate
    to films, my picture in LR5  would be at ISO 100 and my screen shot in
    photoshop would look like it was boosted to 1200 or worse.
    See you soon I hope with a screen shot.
    2014-06-14 13:43 GMT-04:00 twenty_one <[email protected]>:
        Problem with displaying picture.  created by twenty_one
    <https://forums.adobe.com/people/twenty_one> in *Photoshop General
    Discussion* - View the full discussion
    <https://forums.adobe.com/message/6458682#6458682>

  • Error message in time machine: "There was a problem with the user name or the password of the network

    I have been unable to back up my macbook to my time capsule for some time now. I received the following error message (translated from Swedish) when trying to back up using time machine:
    "The network's volume could not be placed on the desktop. There was a problem with the user name or the password for the network.
    Open system preferences and go to Time Machine. Select the volume for security backup again and state the correct user name and password."
    I have confirmed the network password, and also tried with resetting the password. I have not idea what else to do. Any help is much appreciated.
    Best regards,
    John

    I have been unable to back up my macbook to my time capsule for some time now. I received the following error message (translated from Swedish) when trying to back up using time machine:
    "The network's volume could not be placed on the desktop. There was a problem with the user name or the password for the network.
    Open system preferences and go to Time Machine. Select the volume for security backup again and state the correct user name and password."
    I have confirmed the network password, and also tried with resetting the password. I have not idea what else to do. Any help is much appreciated.
    Best regards,
    John

  • Problem with Connection Broker name

    Hi,
    When i change the connection broker name using for example:
    Set-RDClientAccessName -ConnectionBroker serverbrokerName.domain.com -ClientAccessName NewBrokerName.domain.com
    no.manchete.pt
    And setup a DNS pointing to NewBrokerName.domain.com
    When someone tries to connect it gives him the following error:
    "Your computer cannot connect to the remote computer because the Connection Broker couldn't validate the settings specified in your RDP file. Contact your network administrator for assistance".
    What am i doing wrong?
    Sincerely,
    AM

    Hi,
    When i change the connection broker name using for example:
    Set-RDClientAccessName -ConnectionBroker serverbrokerName.domain.com -ClientAccessName NewBrokerName.domain.com
    no.manchete.pt
    And setup a DNS pointing to NewBrokerName.domain.com
    When someone tries to connect it gives him the following error:
    "Your computer cannot connect to the remote computer because the Connection Broker couldn't validate the settings specified in your RDP file. Contact your network administrator for assistance".
    What am i doing wrong?
    Sincerely,
    AM
    The services needed to be restarted, now im facing another problem with the new name:
    error: "Remote Desktop can't connect to the remote computer "NewBrokerName.domain.com" for one of these reasons:
    1) Your user account is not listed in the RD Gateway's permission list.
    2) You might have specified the remote computer in NetBIOS format ( for example, computer1), but the RD Gateway"
    EDIT: Also solved this error RD Gateway was only allowing connections to Domain Computers, change to all resources

  • Having problem with change of name in the datagrid Coding

    I am having problem with changing the name of the datagrid header text name for one of the data either in the flash file or the php file.
    The thing is i want to change the Course_Name to Course Name that has no underscore so that it will look nicer in the datagrid but if I change it in the php file like SELECT Course_Name as 'Course Name' ....., it will not turn out in the datagrid when I CTRL ENTER the flash file but the others like Price,description and display is shown.
    There is no problem with my php code but I do not know how to change the Course_Name into Course Name so please help me resolve this error that I am having.
    This is my flash code
      function goCourse(e : MouseEvent):void
      gotoAndStop(5);
      refreshResponder = new Responder (refreshSuccess, onFault);
      connection = new NetConnection ();
      connection.connect (gateway);
      dataDG.addEventListener (Event.CHANGE, gridItemSelected);
      refreshData (true);
      function gridItemSelected (e: Event): void {
      ID = e.target.selectedItem.ID;
      courseTxt.text = e.target.selectedItem.Course_Name;
      priceTxt.text = e.target.selectedItem.Price;
      descTxt.text = e.target.selectedItem.Description;
      private function getParams () {
      var param: Object = new Object ();
      param.ID = ID;
      param.Course_Name = courseTxt.text;
      param.Price = priceTxt.text;
      param.Description = descTxt.text;
      return param;
      private function refreshData (refresh: Boolean): void {
      if (refresh)
      connection.call ("Course.viewCourse", refreshResponder);
      private function refreshSuccess (result: Object): void {
      dataDG.dataProvider = RecordSetDP.toDataProvider (result);
         dataDG.columns = ["Course_Name","Price","Description","Display"];
      private function onFault (fault: Object): void {
      trace (String (fault.description));
    This is my php file code.
      function viewCourse()
      $this->connect();
      $sql = "SELECT Course_Name,Price,Description,Display
      FROM coursetb";
      return mysql_query($sql,$this->_connection);

    i don't see where you're calling your php file in your code, but change 'Course Name' to 'Course_Name' (or vice-versa) there.

  • PSE 10 from Apple Store problem with camera raw 6.7 upgrade

    PSE 9 was not opening Nikon d4 raw files so I've purchased PSE 10 at the Apple Store and installed on my Mac. PSE 10 is still not opening d4 raw files (camera raw 6.5). I tried to update to 6.7 taken from Adobe but did not succeed to install it. Could you please advice what to do?

    Thanks for your help. It works !!!
    Bartek A
    Wiadomość napisana przez Barbara B. w dniu 17 maj 2012, o godz. 00:34:
    Re: PSE 10 from Apple Store problem with camera raw 6.7 upgrade
    created by Barbara B. in Photoshop Elements - View the full discussion
    You will have to do the update manually for the app store version. Instructions are here:
    http://forums.adobe.com/message/4106477
    (that's for 6.6 but the steps/file paths are the same for 6.7)
    Replies to this message go to everyone subscribed to this thread, not directly to the person who posted the message. To post a reply, either reply to this email or visit the message page: http://forums.adobe.com/message/4414265#4414265
    To unsubscribe from this thread, please visit the message page at http://forums.adobe.com/message/4414265#4414265. In the Actions box on the right, click the Stop Email Notifications link.
    Start a new discussion in Photoshop Elements by email or at Adobe Forums
    For more information about maintaining your forum email notifications please go to http://forums.adobe.com/message/2936746#2936746.

  • Nokia 6303c Problem with camera, says camera on st...

    nokia 6303c Problem with camera, says camera on standby solution, any body got any solutions
    many thanks in advance

    try to free up some of your phones memory delete unwanted files ,delete text ,images etc or move to memo card
    If  i have helped at all a click on the white star below would be nice thanks.
    Now using the Lumia 1520

  • Hi Guys, I have a problem with Importing Pictures onto my Mac mini with Lion installed by using a Card Reader, What is the problem here so I can get Pictures onto my Computer. ,

    Hi Guys,
    I have a problem with Importing Pictures onto my Mac mini with Lion installed by using a Card Reader,
    What is the problem here so I can get Pictures onto my Computer. ,

    Hi Noob Søren
    There are a few things that are confusing in your question.
    As far as I know, you dont have to install Time Machine on this OS as it is already installed for you. You only need to connect a hard drive to your computer via firewire or usb, click on the Time Machine icon, Open Time Machine Preference in the drop down menu and select a disk: your connected hard drive.
    You can of course reformat this connected device, partition it into a few volumes to organise data if you so wish.
    I find it strange that your mac's hard drive is divided into two volumes... perhaps this was created through bootcamp?
    You can access the configuration of your hd through Applications/Utilities/Disk Utilities.
    Clicking on one of the icons on the right hand panel will bring the details of the contents of your hardDrive and volumes. From there you can decide to erase a partition, reformat etc....
    If your hd contains more than one volume, and one of them is empty, you could decide to remove it. Back up all your important data before doing so.
    Hope this helps
    WN

  • Problems with song's names in iTunes Store

    So, I have a problem with song's names in iTunes Store on my iPhone 6+ 128. with 8.2
    You can see it on attached screens.
    I tried to change the font size and erase the phone and then install it again by default. The problem manifests itself on 6+ and didn't on my iPad with the same program version.

    That's really curious. Sorry I don't have anything else by way of potential solutions to offer, but it may be worth contacting Apple about this one.
    http://www.apple.com/support/contact/

  • Has anyone been having problems with camera, safari etc. crashing on iOS 5.0.1 because I have been having the problem as well as my brother I have the iPhone 4. If anyone else having same issue comment below

    Has anyone been having problems with camera, safari etc. crashing on iOS 5.0.1 because I have been having the problem as well as my brother I have the iPhone 4. If anyone else having same issue comment below

    Then the next step would be a restore as new to rule out corruption in the backup.

  • Extremely annoying problem with user folder name in windows 8.1

    Here is the thing:
    Friend of mine bought the laptop (very strong and expensive asus - republic of gamers) with installed windows 8.1 on it, but after a few days only I bought that computer from him because he didn't need it and he didn't use it at all!
    But, his name stayed in the windows. I changed all user accounts names and everything which was possible to be changed, but when i go to C/users his name is still there on folder!
    I can say it is very annoying because that laptop cost almost 3.000  USD and I still need to look at someone else's  name in my user folder!
    I tried to change "ProfileImagePath" in: HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\ProfileList\ .... but after that windows logged in as a temporary profile and I spend another hour to figure out
    how to reverse the thing!
    How is possible that some so basic and simple things can't be changed at all in newest windows??? Only because some name was entered first it's not possible to be changed ever again???? Seriously?
    Not only this problem, there is too many problems with this windows 8.1! Too many! You definitely made  the worst thing ever!
    I am extremely unhappy and upset with this operative system! I,m cursing the day when i gave so much money for computer with crap called windows 8.1!!!!
    Very very angry!!!
    (P.S English is not my native language)

    Hi,
    According to your description, it seems that you have resolve that issue.
    Not only this problem, there is too many problems with this windows 8.1! Too many! You definitely made  the worst thing ever!
    Please let us know what problem did you encounter? Please give us more detailed information in order to provide the further help.
    Here is a overall guide for you to know well the Windows 8.1
    Windows 8.1: frequently asked questions
    No Karen, I didn't resolve the issue.
    I asked very simple question how to change something so basic like user folder name in Windows 8.1
    You know:  "C:/Users/"user name"
    All the links you are giving to me doesn't provide any concrete answer to this question. I spent hours and hours googling and researching about this question and only solution which i found is that i need to create completely new user account and delete completely
    the old one, just to be able to remove an old name of user folder! Are you kidding me?
    How is possible that such a basic thing is so complicated?
    Is there any way to change folder user name in any other way because i don't want to create a new user account!
    Simple question, but, like always, no any concrete answers - just some empty talks, and totally useless links and SPINNING IN THE CIRCLE all the time without the CONCRETE solution.
    As for part of my post which you quoted, and your request for more informations in order to provide me further help, i just gave it to you again. I want to change user folder name. What you don't understand in that question?
    UPDATE:
    Ok, i came back to edit this post because i have a feeling that maybe you don't understand the question and giving me this link because maybe you simply don't know that when you go to:
    Control panel/user accounts/change your account name... and change the name, and after that, when you go to C:/users, the folder with the user name still have an old user name. Which means that any changes in control panel or anywhere else doesn't make any
    changes on C:/users/  folder itself!!!!!
    In previous windows versions was possible to change it by editing "ProfileImagePath" in:
    HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\ProfileList\ ....
    But when I try to do that in Windows 8.1, when I reboot computer it logs in with some temporary account, so i need to reverse everything to be able to use computer with the real account!
    So basically it seems that is absolutely impossible to change user folder name in Windows 8.1, which is simply unbelievable!
    I really think i explained very good now.

  • Problems with the pictures in automatic mode

    I bought an xperia Z1 just a few days ago, I just find a problem with the camera flash, when I take a picture in automatic mode. 
    failure is, when a picture is taken in autmomatic mode, the right side of the picture, left with a bright white shadow, wich is ruining the photos.
    I need your help, Its so frustrating, I thought I had made ​​the right decision when I bought this computer, but apparently not
    attached a sample image
    hopefully you can help me
    kind regards

    Probably there was something that reflected your flash.I suggest you disable flash in panoramic night shots.
    All we have to decide is what to do with the time that is given to us - J.R.R. Tolkien

  • Problem with camera on N82

    Hi!
    I got my new N82 just a few days ago, but I have discovered a problem with the camera. When I take a picture with flash, I notice a distinct pink haze, and if I do a closeup with flash, it looks ghastly. Take a look at this picture:
    http://www.12b.no/blog/wp-content/uploads/2008/01/closeup-resized.jpg
    Does anyone know what might be wrong? I've reset the phone to factory defaults, it has not been dropped, shaken or otherwise physically affected. Any ideas?
    My wife's N82, bought at the same time, delivers perfect pictures.

    As you have already tried a restore, I would return it and get a new one. This is obviously hardware related.
    The best way to get a quick response is to use the boards. Please do not be offended if I don't answer emails immediately.

  • Problem with Camera N8

    I have a problem with the camera of my N8, the lens is loked, he lens is blocked, then it worked, but the pictures in the sun, are now completely white, restart the device but there is no change, what I can do?
    My N8 es New..
    Thanks

    mmmmh...there must be a mechanical problem to the diaphragm: at first it was stuck closed, then has opened but is stuck wide open. Check if when out of the camera application (or when the phone i off), the lens (not the outer glass, the inner lens) is covered by a black diaphragm. If not (you see the hole of the lens)  it means that it's stuck open as when the cell shut off it closes . When in the camera app, depending on the external light the diaphragm should switch between a mid open to full open position. When off, it should be closed.

  • Problem with "Save picture as"

    Hi All.
    To explain my problem I have created this application BSP.
    <b>OnInitialization</b>
    navigation->goto_page( 'imagen_error.jpg' ). " This is a MIME object
    When I executed my application I want save the picture. I press the right botton over the picture and I choose "Save picture as". The name of the picture is
    "untitled" and Save as type is ".bmp". I need save it with the original name and type. If I refresh the page I can save it with original name and type.
    Could I refresh the page in my application?
    Could I resolve my problem in another way?
    <b>IMPORTANT: I can't use layout.</b>

    thanks Peter for trying to help
    ok, i've narrowed down the problem, it seems that when i try and save a file onto one partition of one of my ext drives it won't save to my last save dir but if i save to another partition/drive it works ok, also if i rename the 'dodgy' partition it also seems to work ok, so somehow the name of the drive has become corrupted.
    anybody ever heard of this? or how i could fix this as it's a quite annoying because alot of my audio files are referenced on this partition, so itunes or Cubase (audio sequencer) can't find my files now.

Maybe you are looking for

  • SRM 7.0 catalog call, method launch_catalog

    Hi, can anyone tell me, how to call a catalog in web dynpro for Abap? I want to call al catalog similar to SRM 7.0. In SRM 7.0 the class /SAPSRM/CL_CH_WD_NAVI_SERV and the method LAUNCH_CATALOG is used to call a catalog. Does anyone have an example h

  • Need advice for an application that restricts access to other applications using a smart card

    Hello everybody, I am developing a system that uses a smart card reader attached to a USB port of a PC. What the system should provide is: When computer boots up and shows the users login screen, a user, previously registered, can use his smart card

  • Finder in Lion doesn't display files...HELP!

    So I just upgraded to Lion finally and it's pretty solid except for the fact that I have googled, searched, searched again and searched more to figure out why m files are not displaying in Finder.  When I download a file, I can mouseover the download

  • How to use rep2excel tell me please problem in building report in excel

    just i prepared a report using report builder. Please tell me detailed procedure for using rep2excel software and producing report in excel from forms runtime itself. note : mine is a personal system hence i am not using internet. I came to know that

  • Project Roadmap Tasks

    Hi, Is it possible to create tasks in project roadmap? Like transaction type 1003? Or how can we manage task in Solution Manager Project Management Best regards