Lost and found

I just found an iPhone on the streets in London, and I have the IMEI number of the phone, but I'd like to come in contact with the owner, siri is deactivated and the phone is locked. how can I contact the owner?
-Sunny

Well, it's not your problem; only the owner's whom you will never be put in touch with. Just hand it in like the good citizen you are!

Similar Messages

  • KDE: Flash player configuration appears in category Lost and Found

    Adobe flash player comes with file
    /usr/share/kde4/services/kcm_adobe_flash_player.desktop
    This file contains a line controling where the flash player configuration should appear in the KDE system settings:
    X-KDE-System-Settings-Parent-Category=personal
    Unfortunately the parent category does not exist. Hence the Adobe flash player configuration control appears in category "Lost and Found".
    The line should be replaced by:
    X-KDE-System-Settings-Parent-Category=personal-information
    I am using
    Adobe Flash Player 11,0,1,152 and
    Debian Wheezy
    Linux workstation4 3.0.0-1-amd64 #1 SMP Sat Aug 27 16:21:11 UTC 2011 x86_64 GNU/Linux
    After the correction the system settins show Adobe Flash Player like this:

    Here is a screenshot of the incorrect behaviour with the original file:

  • What is an inode file and why is it in my lost and found?

    I was llooking through a clone of an old hard drive and found a file called lost and found with an inode file. arent these files used for hacking? being that i am not a hacker, how can i find out where this file came from and if its necessary in the clone.It's on an external disk

    Thanks Wade.
    That did the trick, once I figured out the missing step. For other folks interested, to use an .acv file to adjust a curve:
    Open the Curves Adjustment Panel > Panel Options drop-down menu > Load Curves Preset... > find & select the .acv file (on hard drive) in the "LOAD" window > click LOAD. The adjustment in the .acv file will be applied to the image and appear in the curves graph of the Curves Adjustment Panel. Slick.
    Apparently, moving the .acv file to the "Curves" folder in the "Presets" folder allows this curve adjustment to be a permanent preset choice. It can then be found under the Curves Panel preset drop-down menu. Just look for the original .acv file's name in the list.

  • HT201441 I purchased 2 large bags of cell phones at a surplus/lost and found auction. The owner of this phone lost it, and didn't pick it up at the lost and found within 90 days and the phone was put up at auction. By law I am the new legal owner of the p

    I purchased 2 large bags of cell phones at a surplus/lost and found auction. The owner of this phone lost it, and didn't pick it up at the lost and found within 90 days and the phone was put up at auction. By law I am the new legal owner of the phone. The person who lost it locked their phone but didn't bother going to look for it. Not my problem. I went to the Apple store with my auction receipt and they said they still can't erase the old owner's account from the phone, and I need their receipt and their permission. There has to be some way around that. I legally purchased it after they lost it and neglected to pick it up within the time frame the law gave them to pick it up. Basically the Apple Store employee told me I was **** out of luck and the phone is basically garbage.

    You were correctly informed. You are the new, legal owner of a beautiful paper weight. There is no way around it. This is a security protection to prevent people who steal them from getting value from the stolen item.

  • Deleting versioned folder in lost and found

    I currently have orphaned versioned folders in the lost and found area. After many failed attempts to use the command line tool to reattach to good workarea, I know not what to attempt next. Reattachment resulted in failure as described:
    REPCMD>agim_cstm>>\> reattach 2423712099041599562613651178378933247 toDel -iv
    Reattaching object 2423712099041599562613651178378933247 below container toDel .
    Error : CDR-01054 : Error reattaching Folder agim
    Cause : An error occurred whilst attempting to reattach the specified orphaned
    object.
    Action: Check other errors in the stack for details.
    Thanks for input,
    Robert Stuart
    State of Tennessee

    Robert,
    This looks like Bug 2449977
    REATTACHING OBJECT FROM LOST+FOUND FAILS WITH ERRORS CDR-1054 AND ORA-1403
    Fixed in 9.0.2.3 (not quite available yet)
    regards,
    David

  • What is the lost and found folder on my hd?

    there is a folder on my hd that I did not create called "lost and found" and only one document inside that is 3.79 GB called iNode6630939. What is theis file and do I need it?

    normally things in lost and found can be deleted.  unix has had a lost and found directory since forever.  if you do a fsck on your drives and a file comes up that is not accounted for, unix puts it in lost and found.  if you are not missing a 3.79 GB file, then delete it.

  • Lost (and found) JMS - messages

              Using WLS 6.1 and have experienced that JMS messages has not been delivered to
              its consumer correctly. We are interested in any suggestions to what has happend,
              what can be done to avoid the problem in the future, or perhaps how we can find
              out more about the problem.
              We have a message driven bean A which sends messages to the queue Q, of which
              the message driven bean B is the only consumer.
              What we recently have experienced is that some of the messages delivered by A
              to Q never are delivered to B. But the messages seems to be persisted correctly,
              because after a restart they reappear!
              Following is a more detailed description of the scenario:
              1. A message is sendt with DeliveryMode=PERSISTENT and TimeToLive=0. QueueSender.send
              is invoked and returns normally.
              2. The consumers never gets the message (B.onMessage i never invoked with this
              message).
              3. Point 1-2 is repeated for 13 different messages over a period when ~100 similar
              messages are delivered normally.
              4. The server is then restarted.
              5. In the starup log it is indicated that 44 records are found in the JMSStore.
              6. When the server restarts, the "lost" messages gets delivered to B.
              After the server restart we have not experienced the problem again.
              Logs does not show anything unusual about the previous restart.
              Other details:
              There is always exatly 1 instance of A running, and 5-20 instances of B. A implements
              and uses a pool of javax.jms.XAQueueSession instances, which shares a single instance
              of javax.jms.XAQueueConnection. The aknowledge-mode for B is "Auto-aknowledge".
              We're using Weblogic Server 6.1.3.0 / Red Hat Linux 7.3.
              Any help on this problem is appreciated!
              

              I believe we've seen just the behaviour you describe on 6.1 SP2, but only on a
              multi-cpu box (Solaris), and only under load. We can't reproduce the problem reliably,
              and get no error messages/warnings anywhere, so very little to send to customer
              support; by the time we notice this, the problem's long passed, so a thread dump's
              of no use.
              We're going to try and see how SP5 (which has loads of JMS fixes) pans out.
              But if you find anything out, could you post here?
              simon.
              "Harald Stendal" <[email protected]> wrote:
              >
              >Using WLS 6.1 and have experienced that JMS messages has not been delivered
              >to
              >its consumer correctly. We are interested in any suggestions to what
              >has happend,
              >what can be done to avoid the problem in the future, or perhaps how we
              >can find
              >out more about the problem.
              >
              >We have a message driven bean A which sends messages to the queue Q,
              >of which
              >the message driven bean B is the only consumer.
              >What we recently have experienced is that some of the messages delivered
              >by A
              >to Q never are delivered to B. But the messages seems to be persisted
              >correctly,
              >because after a restart they reappear!
              >
              >Following is a more detailed description of the scenario:
              >
              >1. A message is sendt with DeliveryMode=PERSISTENT and TimeToLive=0.
              >QueueSender.send
              >is invoked and returns normally.
              >2. The consumers never gets the message (B.onMessage i never invoked
              >with this
              >message).
              >3. Point 1-2 is repeated for 13 different messages over a period when
              >~100 similar
              >messages are delivered normally.
              >4. The server is then restarted.
              >5. In the starup log it is indicated that 44 records are found in the
              >JMSStore.
              >6. When the server restarts, the "lost" messages gets delivered to B.
              >
              >After the server restart we have not experienced the problem again.
              >
              >Logs does not show anything unusual about the previous restart.
              >
              >Other details:
              >There is always exatly 1 instance of A running, and 5-20 instances of
              >B. A implements
              >and uses a pool of javax.jms.XAQueueSession instances, which shares a
              >single instance
              >of javax.jms.XAQueueConnection. The aknowledge-mode for B is "Auto-aknowledge".
              >
              >We're using Weblogic Server 6.1.3.0 / Red Hat Linux 7.3.
              >
              >Any help on this problem is appreciated!
              >
              

  • IPod Lost and Found

    I'm posting here because I'm not quite sure if there is a better place.
    Basically I found a very nice iPod yesterday afternoon while out on my lunchtime walk and I'm trying to return it to the owner. I'm posting some signs around the area where I found it, but there are so many companies around here, I fear even that won't succeed.
    I was just wondering if there is any way for someone from iTunes or Apple to send the original owner an e-mail if I pass over the serial number. It might be easier that way.
    I can be contacted at [email protected] if this is possible.

    Thanks all for the replies...the search to find the owner began in earnest yesterday. Still no replies to a bunch of flyers I left around.
    I must say that I thought that the suggestion of leaving it at the police station struck me as extremely odd. I guess customs are different everywhere, but in Montreal, you would never go to a police station to recover a lost object. Maybe, if you knew it was stolen, but otherwise? This isn`t likely to yield a result unless the police actively attempted to find the owner....and quite honestly, I can`t see them doing that here. Too busy handing out traffic tickets to generate the big bucks.
    Will call the Apple phone number. That sounds good.
    I`d be totally devastated if I lost my own pod, so its the least I can do.

  • Lost and found iPods

    I have recently found someone's iPod and was wondering whether it is possible to use the serial number to contact the individual who has lost it (assuming they have completed registration information)? I did take it to the police but it remained unclaimed after the requisite period.
    I am unsure who to contact in Apple to find out if this is possible?

    I found a 60 gig video ipod at our lake place in South Haven Michigan on memorial day. Already tried to return it to owner by contacting apple and giving serial number. Owner did not register it so they can be of no help. It was found in the Yacht club's parking lot. This thing has 10,000 songs on it and i am sure the owner wants it back! I have googled the name that is in the ipod but I do not believe it is his full last name so I am having no luck! I really would like to get this ipod back to it's rightful owner. If anyone can help please let me know.

  • Lost and found my iphone

    lost my iphone 4s and activate de function search now i found it what do i do?

    did you remotely lock it or erase it?  If so, you need to bring it to an Apple store or AASP and have them reset it for you.

  • Can anyone help me here i'm new here and with a lost and found ipod mini

    hi everyone i found an ipod mini second generation and i think in order for me to beable to use it i have to have the c.d that comes with it. i already dowloaded i tunes 7 and tried everything for i tunes to recognize it, my computer recognized it but not i tunes, nothing happens i think i need a CD for an ipod mini to be able to use it i know that once u install the software u don't really need it anymore and i was wondering if anybody can mail it to me and i promise i will send it back if u want me to. pppplllllleaaaasee help !!!!
    HP   Windows XP  

    i already did that but since it wasn't register or anything they can't do nothing when you buy something and don't register i don't think there's a way for them to know the name or something else. now what would you do next????????? if i already did what i was supposed to do i even call the ipod company to see if they have any information and all they know is that the warranty has expired..

  • I lost my ipad 2 at Heatherow London airport, any lost and found phone to call

    please help

    Apple (and no one else) can not assist (with serial number or iCloud) in finding a lost or stolen iPad.
    Report to police along with serial number. Change all your passwords.
    These links may be helpful.
    How to Track and Report Stolen iPad
    http://www.ipadastic.com/tutorials/how-to-track-and-report-stolen-ipad
    Reporting a lost or stolen Apple product
    http://support.apple.com/kb/ht2526
    iCloud: Locate your device on a map
    http://support.apple.com/kb/PH2698
    Report Stolen iPad Tips and iPad Theft Prevention
    http://www.stolen-property.com/report-stolen-ipad.php
    How to recover a lost or stolen iPad
    http://ipadhelp.com/ipad-help/how-to-recover-a-lost-or-stolen-ipad/
    iCloud: Locate your device on a map
    http://support.apple.com/kb/PH2698
    How to Find a Stolen iPad
    http://www.ehow.com/how_7586429_stolen-ipad.html
    What NOT to do if your iPhone or iPad is lost or stolen
    http://www.tomahaiku.com/what-not-to-do-if-your-iphone-or-ipad-lost-or-stolen/
    Apple Product Lost or Stolen
    http://sites.google.com/site/appleclubfhs/support/advice-and-articles/lost-or-st olen
    Oops! iForgot My New iPad On the Plane; Now What?
    http://online.wsj.com/article/SB10001424052702303459004577362194012634000.html
    If you don't know your lost/stolen iPad's serial number, use the instructions below. The S/N is also on the iPad's box.
    How to Find Your iPad Serial Number
    http://www.ipadastic.com/tutorials/how-to-find-your-ipad-serial-number
    iOS: How to find the serial number, IMEI, MEID, CDN, and ICCID number
    http://support.apple.com/kb/HT4061
     Cheers, Tom

  • Skype ID - lost and found

    Hello,
    I have an old Skype ID, I made a new one just so I could post this question.
    My old one has a phone number associated with it and I'd like to have it back.  It has been some time, but I do know the name of the account just not the password.  When I typed in the old account name (which still has my mobile phone etc. as part of it in your system) it states that is not a vaild Skype name.  IT IS!  But I can't ask for it to reset the password because it is not accepting the name.
    Who do I talk with to access the old name, information, and skype number?  and reset the password....
    It is also not recognizing the oldest e-mail address that I still have access to.
    Please let me know what to do.
    Thanks,
    Judy

    lost/stolen                                      
    - If you previously turned on FIndMyiPod on the iPod in Settings>iCloud and wifi is on and connected go to iCloud: Find My iPhone, sign in and go to FIndMyiPhone. If the iPod has been restored it will never show up.
    - You can also wipe/erase the iPod and have the iPod play a sound via iCloud.
    - If not shown, then you will have to use the old fashioned way, like if you lost a wallet or purse.
    - Change the passwords for all accounts used on the iPod and report to police
    - There is no way to prevent someone from restoring the iPod (it erases it) using it unless you had iOS 7 on the device. With iOS 7, one has to enter the Apple ID and password to restore the device.
    - Apple will do nothing without a court order                                                        
    Reporting a lost or stolen Apple product                                               
    - iOS: How to find the serial number, IMEI, MEID, CDN, and ICCID number

  • Pacman upgrade drops thunderbird(found in lost and found)

    Cannot get e-mail via thunderbird after upgrade.
    Re-install ineffective.
    EDIT: System x86-64
    Last edited by lilsirecho (2009-02-09 22:07:55)

    Sorry for not including same.........
    2009-02-06 20:55[2009-02-06 07:51] synchronizing package lists
    [2009-02-06 07:52] starting full system upgrade
    [2009-02-06 07:52] upgraded gparted (0.4.1-1 -> 0.4.2-1)
    [2009-02-06 20:47] synchronizing package lists
    [2009-02-06 20:47] starting full system upgrade
    [2009-02-06 20:55] >>> Updating module dependencies. Please wait ...
    [2009-02-06 20:55] >>> MKINITCPIO SETUP
    [2009-02-06 20:55] >>> ----------------
    [2009-02-06 20:55] >>> If you use LVM2, Encrypted root or software RAID,
    [2009-02-06 20:55] >>> Ensure you enable support in /etc/mkinitcpio.conf .
    [2009-02-06 20:55] >>> More information about mkinitcpio setup can be found here:
    [2009-02-06 20:55] >>> http://wiki.archlinux.org/index.php/Mkinitcpio
    [2009-02-06 20:55]
    [2009-02-06 20:55] >>> Generating initial ramdisk, using mkinitcpio. Please wait...
    [2009-02-06 20:55] ==> Building image "default"
    [2009-02-06 20:55] ==> Running command: /sbin/mkinitcpio -k 2.6.28-ARCH -c /etc/mkinitcpio.conf -g /boot/kernel26.img
    [2009-02-06 20:55] :: Begin dry run
    [2009-02-06 20:55] :: Parsing hook [base]
    [2009-02-06 20:55] :: Parsing hook [udev]
    [2009-02-06 20:55] :: Parsing hook [autodetect]
    [2009-02-06 20:55] :: Parsing hook [pata]
    [2009-02-06 20:55] :: Parsing hook [scsi]
    [2009-02-06 20:55] :: Parsing hook [sata]
    [2009-02-06 20:55] :: Parsing hook [usb]
    [2009-02-06 20:55] :: Parsing hook [usbinput]
    [2009-02-06 20:55] :: Parsing hook [keymap]
    [2009-02-06 20:55] :: Parsing hook [filesystems]
    [2009-02-06 20:55] :: Generating module dependencies
    [2009-02-06 20:55] :: Generating image '/boot/kernel26.img'...SUCCESS
    [2009-02-06 20:55] ==> SUCCESS
    [2009-02-06 20:55] ==> Building image "fallback"
    [2009-02-06 20:55] ==> Running command: /sbin/mkinitcpio -k 2.6.28-ARCH -c /etc/mkinitcpio.conf -g /boot/kernel26-fallback.img -S autodetect
    [2009-02-06 20:55] :: Begin dry run
    [2009-02-06 20:55] :: Parsing hook [base]
    [2009-02-06 20:55] :: Parsing hook [udev]
    [2009-02-06 20:55] :: Parsing hook [pata]
    ] :: Parsing hook [sata]
    [2009-02-06 20:55] :: Parsing hook [usb]
    [2009-02-06 20:55] :: Parsing hook [usbinput]
    [2009-02-06 20:55] :: Parsing hook [keymap]
    [2009-02-06 20:55] :: Parsing hook [filesystems]
    [2009-02-06 20:56] :: Generating module dependencies
    [2009-02-06 20:56] :: Generating image '/boot/kernel26-fallback.img'...SUCCESS
    [2009-02-06 20:56] ==> SUCCESS
    [2009-02-06 20:56] upgraded kernel26 (2.6.28.2-1 -> 2.6.28.3-1)
    [2009-02-06 20:56] upgraded libwebkit (1.1.0-0.40023 -> 1.1.0-0.40663)
    [2009-02-07 08:15] upgraded thunderbird (2.0.0.18-1 -> 2.0.0.18-1)
    [2009-02-07 09:36] synchronizing package lists
    [2009-02-07 09:36] starting full system upgrade
    [2009-02-07 09:37] upgraded libsndfile (1.0.17-2 -> 1.0.18-1)
    [2009-02-07 09:37] upgraded pycups (1.9.42-2 -> 1.9.45-1)
    [2009-02-07 09:37] upgraded system-config-printer (1.1.2-1 -> 1.1.3-1)
    Hopefully this list provides data helpful in solving the problem.

  • Lost and found iPhone

    I forget the phone at the restaurant today and after while I am back to the restaurant and asked the waiter and he told me with cashier and tku fr their kind
    But since then if I received the call its give message that my phone is off and while I received message showing some one call me like miss call with ref n
    Of 4444
    Any one know how to fix pls

    I call the carrier and he told me they have nothing to do with its for them as long I can make call and can't rec call
    As per they said its my problem

Maybe you are looking for