How to restore data files from a purchased app that isn't working

I recently had to reset my iPad after an ios7 problem with hyperlinks.  The reset fixed the hyperlink problem but now I can't open excel or word files created in a purchased application, productivity suite.  When I click on the file, it starts to open then switches back to the app icon.  Tried deleting and reinstalling the app and now all the files are gone from my iPad.  I backed up my iPad to my desktop before deleting the app but can't figure out how to restore just the files I need. 

You should be able to mount the partition once you've loaded up the live CD. Just figure out which one it is by using
fdisk -l
then mount it to /mnt or wherever you want it.
As for moving/saving them, I'm not entirely sure how to get them onto an external server. You might have to mount another partition in order to install any apps that you need to connect to an external server, but wait for someone who really knows to answer before you try it. If you're only talking about 4 or 5 MB, I would just mount a USB stick and dump them on there.
Last edited by Xyne (2008-09-28 03:38:02)

Similar Messages

  • HT1766 how to restore data file from back up on iPhone 5 docs to go

    how to restore data file from back up on iPhone 5 docs to go

    If it backed up the lock file, then Lightroom was open when Time Machine ran, and the backup therefore may be corrupted.  You could try restoring that backup (without overwriting your week ago version) and see if it'll open.  If it does, you're off and running.  What methods have you tried?

  • How can I stop iTunes from transferring purchased apps from iPad to computer?

    How can I stop iTunes from transferring purchased apps from iPad to my computer? I don't want them taking up space on my computer. iPad backups and apps on the cloud are enough to ensure my apps are backed up, so I don't understand why they need to be on iTunes too. I'm running Mavericks, iTunes 11.1.5 and iOS 7.0.6.

    There isn't an app for that!
    As far as I can tell there is no option to give you that control. It is worth noting that apps can be withdrawn from the store at any time. Should your device need restoring you need all the apps in your library to transfer to it before the app data can be successfully restored. Pulling that all down from the cloud would be time consuming.
    If space is becoming an issue you should consider moving the library to a bigger drive (which you should also backup to another).
    As a temporary measure you could try deleting some larger apps using Finder from within iTunes/iTunes Media/Mobile Applications while keeping the entries in your library. iTunes may complain during syncs that it cannot copy apps to the device because they cannot be found, but it should not clear them from the device. Test first on a single app that doesn't have any data that you would mind losing in case the behavior has changed from the last time I tested it.
    tt2

  • How can I access files from a flash drive that were previously saved using a Windows computer? When I attempt to open the file on MacBook Pro, it is asking to "convert file to"; I also have Microsoft Word installed on the Mac as well.

    How can I access files from a flash drive that were previously saved using a Windows computer? When I attempt to open the file on MacBook Pro, it is asking to "convert file to"; none of the options I choose work. I also have Microsoft Office (with Word) installed on the Mac as well.

    Format the external drive as FAT32 or ExFAT. Both computers will then be able to read and write to it.

  • HT204053 How do i move files from my dropbox app to my music app on my ipad?

    How do i move files from my dropbox app to my music app on my ipad?

    You can't.
    You have to add them from DropBox to iTunes on your computer and then sync them to your iPad

  • How can I remove and replace a purchased app that is malfunctioning.

    How can I remove and replace a purchased app that is malfunctioning.?

    Delete the App and redownload it...
    Touch the app and hold your finger down until all the apps start to jiggle.
    You will see a circled "x" in the upper left corner.
    Tap it to delete an app. When done press the Home button.
    ( You cannot delete any pre-installed iOS app.)
    http://www.apple.com/support/ipad/applications/
    Download Past Purchases
    http://support.apple.com/kb/HT2519
    Log into iTunes using the account the Purchase was made with... Click on Buy... and a notice will come up saying you already have it... do you wish to download it again... Click Yes...

  • TS1702 How do I get a refund for an app that did not work/deliver well at all?

    How do I get a refund for an app that did not work/deliver well at all?

    You may not get a refund, but you can try contacting itunes support and asking.
    Click Support at the top of the page, then click the link under Contact Apple Support.

  • Can not restore data files from backup set

    I am trying to restore Server A's backup data to Server B (they are all oracle11g) using rman. The restore commands is below:
    rman target /;
    shutdown immediate;
    startup nomount;
    restore controlfile from '/usr/local/oracle/backup/20100418/ctl_xxx'
    alter database mount;
    catalog start with '/usr/local/oracle/backup/20100418/';
    restore database;
    recover database;
    alter database open resetlogs;
    For the first time, it works. But when i tried to restore another backup data by the same way:
    rman target /;
    shutdown immediate;
    startup nomount;
    restore controlfile from '/usr/local/oracle/backup/20100425/ctl_xxx'
    alter database mount;
    catalog start with '/usr/local/oracle/backup/20100425/';
    restore database;
    recover database;
    alter database open resetlogs;
    The second time, i found that rman restore the old backup data, which means that it restore the data file under '/usr/local/oracle/backup/20100418/' instead of '/usr/local/oracle/backup/20100425/'.
    So I run 'list backup of database summary' to see the backup set lists in control file.
    List of Backups
    ===============
    Key TY LV S Device Type Completion Time #Pieces #Copies Compressed Tag
    910 B 0 A DISK 18-APR-10 1 1 NO TAG20100418T020007
    945 B 0 A DISK 25-APR-10 1 1 NO TAG20100425T020007
    But when i run ‘restore database preview summary’ to see the backup set list to restore
    List of Backups
    ===============
    Key TY LV S Device Type Completion Time #Pieces #Copies Compressed Tag
    910 B 0 A DISK 18-APR-10 1 1 NO TAG20100418T020007
    there's no backup set 945 at all. that's why i could not restore data file under '/usr/local/oracle/backup/20100425/' at the second time.
    So, why two backup list is different ? how can i restore datafile under '/usr/local/oracle/backup/20100425/' ?
    My backup script is below:
    run{
    allocate channel c1 type disk;
    backup incremental level 0 as backupset format '$DIR/`date +%Y%m%d`/data_%d_c0_%T_%u' database;
    sql 'alter system archive log current';
    backup archivelog from time 'sysdate-14' format '$DIR/`date +%Y%m%d`/log_%d_%T_%u';
    backup current controlfile format '$DIR/`date +%Y%m%d`/ctl_%d_%T_%I_%u';
    release channel c1;
    Thanks
    Edited by: user13055376 on 2010-4-29 上午1:20

    yeah, I am sure Tag: TAG20100425T020007 exists
    RMAN> list backupset 945;
    List of Backup Sets
    BS Key Type LV Size Device Type Elapsed Time Completion Time
    945 Incr 0 6.40G DISK 00:05:46 25-APR-10
    BP Key: 945 Status: AVAILABLE Compressed: NO Tag: TAG20100425T020007
    Piece Name: /usr/local/oracle/backup/20100425/data_QIANGL_c0_20100425_thlbvjt7
    List of Datafiles in backup set 945
    File LV Type Ckp SCN Ckp Time Name
    1 0 Incr 2498880165194 25-APR-10 /usr/local/oracle/oradata/qiangl/system01.dbf
    2 0 Incr 2498880165194 25-APR-10 /usr/local/oracle/oradata/qiangl/sysaux01.dbf
    3 0 Incr 2498880165194 25-APR-10 /usr/local/oracle/oradata/qiangl/undotbs01.dbf
    4 0 Incr 2498880165194 25-APR-10 /usr/local/oracle/oradata/qiangl/users01.dbf
    5 0 Incr 2498880165194 25-APR-10 /usr/local/oracle/oradata/qiangl/dict01.dbf
    6 0 Incr 2498880165194 25-APR-10 /usr/local/oracle/oradata/qiangl/support01.dbf
    7 0 Incr 2498880165194 25-APR-10 /usr/local/oracle/oradata/qiangl/supportindex01.dbf
    8 0 Incr 2498880165194 25-APR-10 /usr/local/oracle/oradata/qiangl/log01.dbf
    9 0 Incr 2498880165194 25-APR-10 /usr/local/oracle/oradata/qiangl/logindex01.dbf
    10 0 Incr 2498880165194 25-APR-10 /usr/local/oracle/oradata/qiangl/lobindex01.dbf
    11 0 Incr 2498880165194 25-APR-10 /usr/local/oracle/oradata/qiangl/data01.dbf
    12 0 Incr 2498880165194 25-APR-10 /usr/local/oracle/oradata/qiangl/indexes01.dbf
    13 0 Incr 2498880165194 25-APR-10 /usr/local/oracle/oradata/qiangl/image001.dbf
    14 0 Incr 2498880165194 25-APR-10 /usr/local/oracle/oradata/qiangl/tongbuimage001.dbf
    15 0 Incr 2498880165194 25-APR-10 /usr/local/oracle/oradata/qiangl/imagebackup001.dbf
    My purpose is to use the newest backupset of Server A to update Server B. So if Server A crush, Server B will be useful. Is there any other way to do that ?
    retention policy :'configure retention policy to redundancy 4'
    And Server A do LV0 backup every 7 day, and do LV1 backup ervery other day.
    Edited by: user13055376 on 2010-4-29 上午3:45

  • I need to know how to restore a file from sessionstore-backups?

    I opened a link from an email and it over rided the last session I had open in FIrefox because it wasnt open when i clicked the link. I had 48 tabs open in the last session before i did this and cant seem to get them back. How do I restore a file from sessionstore-backups? The latest upgrade file based on the date probably has all of the tabs I need.

    Please post this question in the database forum for an appropriate response: General Database Discussions
    Regards,
    OTN

  • How to transfer data files from PC?

    How can I copy MS Word data files  from external hard drive to iMac Pro?  Thank you

    How can I copy MS Word data files  from external hard drive to iMac Pro?  Thank you
    If that's all you have, just attach the drive to the Mac and copy.

  • How to Restore Data Deleted  from Time Capsule Hard Drive

    This question is more about the time capsule in general as opposed to a specific time machine issue.
    I'm using my time capsule as an external hard drive that I can access wirelessly and I have accidentally deleted a folder. It didn't go into the trash can on the computer I used to delete the file from my TC, it just disappeared. I have data recovery software (Data Rescue III) but it is unable to locate the TC since it is not a plugged in device. I've tried connecting my computer to the TC via wireless, ethernet, and usb but Data Rescue still won't detect the TC.
    How can I get the files back? Is there a way to restore files deleted from the TC when it's being used as a hard drive (not as a time machine for backups)?
    THANKS!!!
    Message was edited by: jenniex
    Message was edited by: jenniex

    There is only one USB port on the back of the Time Capsule, and AFAICT from reading Apple's documentation, the only uses for that port are to connect an external hard drive or printer. You could try connecting that port to your Mac directly via USB cable, but nothing I can find indicates it would work, and you would be solely responsible if it somehow damaged either device (which may or may not even be a possible side effect).
    Unfortunately, if connecting the Mac to the Time Capsule via USB does not work, you're probably out of luck. Unless you are willing to crack open the Time Capsule, remove the hard drive and put it in an external enclosure so you can access it with Data Rescue, your data will remain lost. Note for the future that you absolutely *should not ever* keep original, un-backed-up data on a backup drive. It's poor organization and dangerous to boot.

  • How to restore mail files from Time Capsule onto a different machine?

    My Macbook Pro hard drive crashed, and I want to restore my backed-up mail files from Time Capsule onto my Desktop Mac (iMac 27").  When I try to restore by opening Time Capsule with Mail already open, I can only see the current mail files on the iMac (not the backed up files on the MacBook Pro), even when I point to the MacBook Pro backup file.

    Hello there, AngryMario.
    The following Knowledge Base article offers up how to restore mailboxes and content using Time Machine:
    Mail (Mountain Lion): Restore mailboxes and their content
    http://support.apple.com/kb/PH11713
    Thanks for reaching out to Apple Support Communities.
    Cheers,
    Pedro.

  • How to restore a file from timemachine under yosemite

    Hello
    Mac User since 1984 !
    Mac recent Mini under Yosemite and TimeMachine on Hard Disk (1To)
    No problem before to restore a file by choosing a previous date
    with yosemite impossible to select a file and choose a date in the backup
    So ??
    Thks

    Enter Time Machine with your hard drive selected. Then, to see all mounted volumes shift - command - c.    Information learned from Linc Davis.

  • [SOLVED] How to Restore Folders/Files from a Hard Drive

    I broke my system today; it won't boot into any run level. Rather than try to fix it, I'd like to just pull off the 4 or 5 MB of files that are on the hard drive. The partition they are in was formatted XFS. I have the 2008.06 ArchLive CD - is it possible to access files from the hard drive after booting with an ArchLive CD? If so, I could just scp them to an external server. Any help is greatly appreciated. Thanks.
    Last edited by tony5429 (2008-09-28 04:52:39)

    You should be able to mount the partition once you've loaded up the live CD. Just figure out which one it is by using
    fdisk -l
    then mount it to /mnt or wherever you want it.
    As for moving/saving them, I'm not entirely sure how to get them onto an external server. You might have to mount another partition in order to install any apps that you need to connect to an external server, but wait for someone who really knows to answer before you try it. If you're only talking about 4 or 5 MB, I would just mount a USB stick and dump them on there.
    Last edited by Xyne (2008-09-28 03:38:02)

  • How to restore many files from trashcan?

    I unintentionally deleted thousands of files from "all files".
    They are now in my trashcan. I want to restore them but can only restore a few at a time. This is frustrating and time-consuming.
    Does anyone know an efficient way to restore them all in one go?
    Thanks for any help.
    Christina

    Right or control click the Trash icon.
    Hold down the Shift key while selecting multiple files.
    Right or control click then click:  Put Back

Maybe you are looking for

  • Função para cálculo de impostos( Simulação de Geração de NF).

    Boa noite pessoal ! Alguém conhece alguma função no SAP que posso utilizar para efetuar cálculo de impostos ??? Trata-se de um programa customizado (Z) e preciso fazer o cálculo de todos impostos, seria como uma simulação de Geração de NF (J1B1N) . A

  • Error while creating arrayllist of datatype integer in java1.6

    hello... i had a problem while creating arraylist of type integer and float ext.. except String in java1.6.. i can create of type string..its working... and in java1.5 i can create integer type arraylist... is it possible to create arraylist of datat

  • I can't launch iTunes after doing Windows Update in Windows 7.

    I had to do Windows Update and iTunes has not worked since.  I re-downloaded it, and it didn't work.  So I uninstalled it, reinstalled it, and restarted.  Now, when I click on it, I keep getting the message: "Do you want to allow the following progra

  • Dynamic Link and DSLR presets not available in CS5???

    Hi, I''m downloaded Premiere CS5, but when I try to open Dynamic Link, a screen pops up and tells me that I need Production Premium in order to access Dynamic Link???? Also how come DSLR presets when I create new projects is no longer available? They

  • After Effects CC Download Stalling

    My download/install of Adobe After Effects through the creative cloud download system appears to still be working, but has not moved from 90% for over an hour. Why is this and how can I make it resume?