HT4972 how to recover lost data in i  phone 4 without backup and how to activate i phone 4 without sim after update to ios 5.1.1

how to recover lost data in i  phone 4 without backup and how to activate i phone 4 without sim after update to ios 5.1.1

Not possible in both cases.

Similar Messages

  • Please help how to recover lost data...

    I have MacBook Air 2013, running on Mavericks. Few days ago i was working on it, and while updating some apps my laptop did a kind of a slow down. I decided to restart it. After restarting it went totally like new one, asked me for mine Apple ID. I did put it and after that OS start running like a new one with no any memory on HDD or anywhere. I lost all kind of data on my laptop for the past one year.
    I have no backup on time machine.
    Is it there any help or advice how to repair my data from OS or from HDD, bcs all iphoto, itunes, all iphone backups, all photos, all movies, all document are lost...
    Please help

    Data Recovery Programs
    Data Recovery – Best
    Data Recovery – Disk Drill
    Data Recovery – Data Rescue
    Data Recovery – File Salvage
    Data Recovery – Stellar Phoenix
    Data Recovery - uFlysoft
    Data Recovery - Recovering Deleted Files
    Data Recovery - Recovering Deleted Files (2)

  • How to Recover Lost Date from Nokia 2690

    Friends i have lost some usefull data from Nokia 2690 because software is damaged, the data i have lost is worth more than my life, so since past months i have been worried and suffering form deppression. 
    My request to all of you is that suggest me is there any way of recovering that data at any cost 
    Waiting for resopnse 
    Thanks 
    Taauf Ali

    https://discussions.apple.com/docs/DOC-1689

  • HELP! How to recover lost data for a 7 month period?

    I was doing my usual daily syncing (via USB cable) between my Zire 21 to my iMac OSX ver. 10.4.11 and then I noticed that my data disappeared from Feb 18 to Sept 19 2008....
    I have my PalmDesktop ver 4.1 data on my iMac since 1998 - it is my diary of my life & work.
    What happened?  I cannot seem to find a way to recover this data....I would appreciate help to recover or even an explanation why that period of time disappeared.....
    Ron
    Post relates to: Zire 21
    Message Edited by HardBeatZ on 10-05-2008 06:48 PM

    I have edited your post to remove your personal information. It is never a good idea to leave an email address to be easily grabbed by a webcrawler..and leaving a phone number is just asking for more trouble..
    Post relates to: Centro (Sprint)

  • How to recover lost data

    I accidentily deleted the data files from Outlook for Mac  and then emptied the trash. Can they be recovered?

    fenjays wrote:
    I accidentally deleted the data files from Outlook for Mac  and then emptied the trash. Can they be recovered?
    Yes, but it is expensive and difficult for most.
    Data Rescue $99 needs to be installed and run from another drive booted with OS X on it to work on the internal drive, provided you didn't overwrite the deleted files yet with new data (just using the computer can do it) or used Secure Empty Trash.
    When a normal Empty Trash is used, the area the data is on the drive is just "free" to be overwritten by new data, the old data remains as 1's and 0's which can be recovered with this software.
    The computer has to be booted from another drive, DataRescue installed there, as not to overwrite the old data on the internal drive before it's recovered.
    Two Mac's and Firewire Target Disk Mode (hold t boot) can also be used.

  • Recovering lost data from a very old backup (disaster recovery)

    Hi all,
    I am trying to restore and recover data from an old DAT-72 cassette. All I know is the date when the backup was taken, that is back in November 2006. I do not know the DBID or anything else except for the date.
    To recover this, I bought an internal SCSI HP c7438a DAT-72 tape drive on eBay and installed it on a machine running Windows 2003 Server SP2. I made a fresh Oracle 11g Enterprise Edition installation. HP tape drivers have been installed and Windows sees the tape drive without problem. To act as a Media Manager, I have installed Oracle Secure Backup. Oracle Secure Backup sees the HP tape drive without problems as well.
    I have to admit my information about Oracle is not very in-depth. I read quite a lot of documents, but the more I read the more confused I become. The closest thing I can find to my situation is the following guide about disaster recovery:
    http://download.oracle.com/docs/cd/B10500_01/server.920/a96566/rcmrecov.htm#1007948
    I tried the suggestions in this document without success (details below).
    My questions are:
    1. Is it possible to retrieve data without knowing the DBID?
    2. If not, is it possible to figure out the DBID from the tape? I tried to use dd in cygwin, also booted with Knoppix/Debian and Ubuntu CDs to dump the contents of the tape with dd but all of them failed to see the tape device. If there is any way to dump the raw contents of the tape on Windows, I would also welcome input.
    3. Is there any way at all to recover this data from the tape given all the unknowns?
    Thanks very much in advance,
    C:\Program Files>rman target orcl
    Recovery Manager: Release 11.2.0.1.0 - Production on Sat Mar 19 15:01:28 2011
    Copyright (c) 1982, 2009, Oracle and/or its affiliates. All rights reserved.
    target database Password:
    connected to target database: ORCL (not mounted)
    RMAN> SET DBID 676549873;
    executing command: SET DBID
    RMAN> STARTUP FORCE NOMOUNT; # rman starts instance with dummy parameter file
    Oracle instance started
    Total System Global Area 778387456 bytes
    Fixed Size 1374808 bytes
    Variable Size 268436904 bytes
    Database Buffers 503316480 bytes
    Redo Buffers 5259264 bytes
    RMAN> RUN
    2> {
    3> ALLOCATE CHANNEL t1 DEVICE TYPE sbt;
    4> RESTORE SPFILE TO 'C:\SPFILE.TMP' FROM AUTOBACKUP MAXDAYS 7 UNTIL TIME 'SYS
    DATE-1575';
    5> }
    using target database control file instead of recovery catalog
    allocated channel: t1
    channel t1: SID=63 device type=SBT_TAPE
    channel t1: Oracle Secure Backup
    Starting restore at 19-MAR-11
    channel t1: looking for AUTOBACKUP on day: 20061125
    channel t1: looking for AUTOBACKUP on day: 20061124
    channel t1: looking for AUTOBACKUP on day: 20061123
    channel t1: looking for AUTOBACKUP on day: 20061122
    channel t1: looking for AUTOBACKUP on day: 20061121
    channel t1: looking for AUTOBACKUP on day: 20061120
    channel t1: looking for AUTOBACKUP on day: 20061119
    channel t1: no AUTOBACKUP in 7 days found
    released channel: t1
    RMAN-00571: ===========================================================
    RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
    RMAN-00571: ===========================================================
    RMAN-03002: failure of restore command at 03/19/2011 15:03:26
    RMAN-06172: no AUTOBACKUP found or specified handle is not a valid copy or piece
    RMAN>
    RMAN> RUN
    2> {
    3> ALLOCATE CHANNEL t1 DEVICE TYPE sbt
    4> PARMS 'SBT_LIBRARY=C:\WINDOWS\SYSTEM32\ORASBT.DLL';
    5> RESTORE SPFILE TO 'C:\SPFILE.TMP' FROM AUTOBACKUP MAXDAYS 7 UNTIL TIME 'SYS
    DATE-1575';
    6> }
    allocated channel: t1
    channel t1: SID=63 device type=SBT_TAPE
    channel t1: Oracle Secure Backup
    Starting restore at 19-MAR-11
    channel t1: looking for AUTOBACKUP on day: 20061125
    channel t1: looking for AUTOBACKUP on day: 20061124
    channel t1: looking for AUTOBACKUP on day: 20061123
    channel t1: looking for AUTOBACKUP on day: 20061122
    channel t1: looking for AUTOBACKUP on day: 20061121
    channel t1: looking for AUTOBACKUP on day: 20061120
    channel t1: looking for AUTOBACKUP on day: 20061119
    channel t1: no AUTOBACKUP in 7 days found
    released channel: t1
    RMAN-00571: ===========================================================
    RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
    RMAN-00571: ===========================================================
    RMAN-03002: failure of restore command at 03/19/2011 15:04:56
    RMAN-06172: no AUTOBACKUP found or specified handle is not a valid copy or piece
    RMAN>
    -----------------------------------

    Hi 845725,
    If the backups were created with OSB might be you can query the tape with obtool.
    http://www.stanford.edu/dept/itss/docs/oracle/10gR2/backup.102/b14236/obref_oba.htmTo list pieces you could use <lspiece> within obtool.
    http://www.stanford.edu/dept/itss/docs/oracle/10gR2/backup.102/b14236/obref_oba.htm#BHBBIFFEIf this works you should be able to identify the controlfile autobackup if it has the standard naming < c-dbid-date-xx > and you than know the DBID or you are able to restore a controlfile from a backup piece in the output list.
    Might be you have to install 9i or 10g rdbms software as 11g was released a year later in 2007.
    Anyway goodluck.
    Regards,
    Tycho

  • How to recover lost data from a mac that was erased and locked using findmyiphone app

    Hi,
    My macbook pro was locked and erased using find my iphone app then it was recovered. I entered my pin and unlocked it. I then have the option to reinstall the OS on a new hard drive or my old one (which is blocked).
    What do I do if i want to recover all of my old data?

    Alas the answer is : NO
    If you have an external HD, you may try tun run a recovery tool instlled on this external device searching for keystring "index.xml"
    With a bit of luck, it will retrieve an old copy of your document.
    I hope that this time you will understand that working the way you did is playing with matches.
    Whe you work on a document already saved once, duplicate the document before opening it and check that both copies are OK.
    This way you will have at least a copy containg the datas from the 25 first day.
    During the working session, don't save with the name of the opened doc, save vert ten minutes with different names.
    Doing that you will recover at least the copy which you opened.
    Yvan KOENIG (VALLAURIS, France)  jeudi 10 janvier 2011 21:27:19
    iMac 21”5, i7, 2.8 GHz, 4 Gbytes, 1 Tbytes, mac OS X 10.6.8 and 10.7.2
    My iDisk is : <http://public.me.com/koenigyvan>
    Please : Search for questions similar to your own before submitting them to the community

  • How do I restore my iPad from iTunes if I get an error message stating not enough storage after updating to iOS 7

    How do I restore my iPad 2 after backing it up and updating to the current iTunes and now getting an error message staying I can't restore due to lack of storage now on my iPad?

    Try to offload photos you don't need on your iPad, delete apps that don't get used often. Videos that you have already wathced, books you have already read. Clear up enough space to do the update, Then add content back as you need it.

  • I lost all personal data while installing maverick in external drive. How can I recover lost data?

    I lost all personal data while installing maverick in external drive. How can I recover lost data?

    If all your files are missing
    You may have logged in as a different user, such as Guest. Open the Users & Groups pane in System Preferences. Your name should be at the top of the user list, under Current User. See also this support article.   
    If files are missing from one folder
    Change the Finder view mode; for example, from icon view to list view, or vice versa.

  • How to recover the data from a  dropped table in production/archive mode

    How to recover the data/change on a table that was dropped by accident.
    The database is on archive mode.

    Oracle Version. ? If 10g.
    Try this Way
    SQL> create table taj as select * from all_objects where rownum <= 100;
    Table created.
    SQL> drop table taj ;
    Table dropped.
    SQL> show recyclebin
    ORIGINAL NAME    RECYCLEBIN NAME                OBJECT TYPE  DROP TIME
    TAJ              BIN$b3MmS7kYS9ClMvKm0bu8Vw==$0 TABLE        2006-09-10:16:02:58
    SQL> flashback table taj to before drop;
    Flashback complete.
    SQL> show recyclebin;
    SQL> desc taj;
    Name                                      Null?    Type
    OWNER                                              VARCHAR2(30)
    OBJECT_NAME                                        VARCHAR2(30)
    SUBOBJECT_NAME                                     VARCHAR2(30)
    OBJECT_ID                                          NUMBER
    DATA_OBJECT_ID                                     NUMBER
    OBJECT_TYPE                                        VARCHAR2(19)
    CREATED                                            DATE
    LAST_DDL_TIME                                      DATE
    TIMESTAMP                                          VARCHAR2(19)
    STATUS                                             VARCHAR2(7)
    TEMPORARY                                          VARCHAR2(1)
    GENERATED                                          VARCHAR2(1)
    SECONDARY                                          VARCHAR2(1)
    SQL>M.S.Taj

  • I have a WD Passport HD attached to my Mac. When it was last connected it went into sleep mode and ran out of battery. Now I cannot find my HD in Finder and Disk Utilities is telling me it cannot repair the HD. Any ideas on how to recover my data?

    I have a WD Passport HD attached to my Mac. When it was last connected it went into sleep mode and ran out of battery. Now I cannot find my HD in Finder and Disk Utilities is telling me it cannot repair the HD. I can see the HD but the volume part is greyed out. Any ideas on how to recover my data?

    There are other methodologies of scanning a HD
    which involve data extraction, but loss of metadata is often the result if the directory is corrupt.
    Metadata is the info on what the data IS. 
    Like having all your papers thrown in the air, its all there, but just a giant mess. 
    This is why you always always must have several external HD redundancies of your data.  One isnt enough, neither is two really.
    see here, and dont let that happen again>
    Methodology to protect your data. Backups vs. Archives. Long-term data protection
    Was that your only copy of your priceless data?  Just that one external HD?

  • Ipod Touch 4-How to recover deleted data?I have not backed it up in itunes as I am using a new laptop

    Ipod Touch 4-How to recover deleted data?
    I need valuable information which was deleted.
    I  have not backed it up in itunes as I am using a new laptop.
    Plz help

    Thanks for the reply.
    These softwares recovery softwares recover data from external devices which are shown as drives.As far as I know the recent Ipods dont have an option to be shown as a drive.
    Any particular data recovery software available for ipod touch 4?
    Any hepl in this regard would be highly appreciated!

  • How to recover archived data in BW system ?

    Dear Friends,
    We are working on BW 3.1 system.
    Please let us know how to recover archived data in BW system ?

    Hi Sanjay Singh,
    You have 2 options,
    1) Either you can reload it through info package,
      once you create the archiving object on any cube  by defaulty the info package maintain the one option
    Load from archive data( There select with which archived file you required).
    2) Create infostructure,
    create the datasource and reload it to infocube
    i will give clear  description by tomorrow
    Regards
    Prakash. Vadala

  • How to recover deleted data in os/400

    Hi ,
    Can anybody let me know how to recover deleted data from a table in os/400 .
    Thanks in advance .
    Thanks & Regards
    Dhaval Raje

    Hi Dhaval,
    unfortunately this highly depends on the thing you did :-((
    In general SAP says (with good reason!): You recover nothing or the COMPLETE DB - otherwise it could be inconsistent. In your cae, that means, you go back to the error case.
    For experts RSTOBJ of this table would be of help. But, then you need to know what happened in detail and you need to be familiar with the dependent files like indexes & views.
    So, if this is a test system, I would go back to an olde backup, if this is productive, I would ask a good DB2 for iSeries basis consultant. That is a problem, that can be solved.
    Regards
    Volker Gueldenpfennig, consolut.gmbh
    http://www.consolut.de - http://www.4soi.de - http://www.easymarketplace.de

  • HT1212 Using the "if you have never synched with itunes" instructions, will I lose all data on the phone? That is the most important information, how to recover the data. The phone is fungible.

    Using the "if you have never synched with itunes" instructions, will I lose all data on the phone? That is the most important information, how to recover the data. The phone is fungible.

    Thanks @ KiltedTim, but losing "only" any data is really not acceptable and, in this case, the phone had not been backed up, but thanks for taking the time. Also, yes, fungible means what I think it means. An iphone is a completely substitutible commodity, unlike my data, so instructions that inform me as to how to fix a phone I could replace for a small sum of money while failing to address the more important issue of the data are almost useless - they potentially save me the $99 it would cost me to replace the phone if I were so inclined to trust another apple product. Not worth the hour it took to find them or the 35 minutes on the phone to confirm my suspicions about the data.

Maybe you are looking for

  • ABAP QUERY - SQ02 addition of logic in infoset (END-OF-SELECTION)

    I guys I have read this discussion: http://scn.sap.com/message/8193608#8193608 but solve partially my problem. In particular I need special logic to interpret the single field from field symbol, for example:                  loop at <goo> assigne <go

  • Error in starting the infrastructure machine

    Recently we change the ip for our 9ias R2 server, after this, the infrastructure machine cannot be start, I can start the listner and db, oidmon and oidctl, but when i try to execute the dcmctl the following error prompt: ADMN-202026 A problem has oc

  • F110 without posting

    Hi SAP Gurus, Is there any chance to execute payment run without postings in F110? Actually, I want to create payment proposal, export DME file to bank and run payment without any postings and clearing and afterwards we will do postings and clearing

  • DBSNMP User Hangs - RESOLVED

    I am experiencing an odd problem. I have 2 identical DBs (10gR2 running on Linux RH EL4). They both have a DBSNMP user. However, I am able to log directly into DB - A as DBSNMP, but this user hangs when I log into DB - B. I have dropped and recreated

  • Issues with hangman activity in captivate 7

    Hi, I am using the hangman activity in some of my projects. There are two issues being faced: When I test the published file in scormcloud, it works fine. The screen automatically progresses to the next slide once the learner completes the activity (