How to read time capsule files from iphone

any one knows how to do this?
i have used in the past an application call Soonr to access the mac but haven't tried if it works with time capsule.
thanks for any thoughts/suggestions...

Hi Harish,
U can read all the files from a App's dir with this FM.
  CONCATENATE  '' '.'
         INTO LV_FILE1.
*FM lists out the files present in App Server directory matching with given pattern.
  CALL FUNCTION 'EPS_GET_DIRECTORY_LISTING'
    EXPORTING
      DIR_NAME                     = DIR_NAME
      FILE_MASK                    = LV_FILE1
   IMPORTING
DIR_NAME                     =
     FILE_COUNTER                 =  FLE_CNT
ERROR_COUNTER                =
    TABLES
      DIR_LIST                     = IT_DIRTAB
   EXCEPTIONS
     INVALID_EPS_SUBDIR           = 1
     SAPGPARAM_FAILED             = 2
     BUILD_DIRECTORY_FAILED       = 3
     NO_AUTHORIZATION             = 4
     READ_DIRECTORY_FAILED        = 5
     TOO_MANY_READ_ERRORS         = 6
     EMPTY_DIRECTORY_LIST         = 7
     OTHERS                       = 8
Regards,
KC

Similar Messages

  • How to recover time capsule file from formatted hdd?

    Hi everyone!
    Yesterday i accidentally formatted my external HDD which i used for time capsule backup and other files backup.
    Do you know any recovering program to recover my .sparsebundle file from the time capsule? I have tried data rescue 3 and disk drill but i get tons of files with no names on it... just .mov, .xls, etc...
    Any good ideas? I've tried to find in pondinis site but it doesn't recommend any recovery software with this specific function?
    Many thanks for your help!!

    The sparsebundle is hugely difficult to recover.. I simply would not bother. TM breaks files up when they are stored.. it creates literally millions of bits of your files and puts them back together.. once you delete the file tables the TM backup is really dead.
    You should however be able to recover you files.. they are far more important and the file structure allows them to be recovered.. even if you lose the name you can open a file and identify it.

  • HT1349 How can i shift my files from iphone into a new android phone?

    How can i shift my files from iphone into a new android phone?

    There's no files to shift.

  • How can I transfer garageband file from iPhone to mac?

    how can i transfer garageband file from iphone to mac?

    usgorkha wrote:
    how can i transfer garageband file from iphone to mac?
    i think it's the same method as for the iPad:
    http://www.bulletsandbones.com/GB/GBFAQ.html#exportgbitogbx
    (Let the page FULLY load. The link to your answer is at the top of your screen)

  • How to Read a CAB File from JAVA?

    Hi,
    Anyone knows how to read a CAB File from java. I need to read a property file of txt file that is packaged in CAB file & then based on that, I have to do processing. Is there anyway to do it.
    I had tried using java.util.zip.ZipFile Class, but it does work for JAR, but not for CAB.
    siva.

    Perhaps there's something in the Cabinet SDK that will help:
    http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dncabsdk/html/cabdl.asp

  • HT1391 How does one delete apps or files from iCloud Permanently so I may re-download without retrieving existing cloud file?for example the U2 Marketing fast , an Album I have no interest in...is now in my Cloud.. How can I remove this File from iPhone &

    How does one delete apps or files from iCloud Permanently so I may re-download without retrieving existing cloud file?for example the U2 Marketing fast , an Album I have no interest in...is now in my Cloud.. How can I remove this File from iPhone & cloud

    Hey there Matt.dvs1,
    Although there is not a way to remove past purchases from your iTunes account completely, you can hide them so that you don't have to see them if you don't want to. This article will help you do that:
    iTunes Store: Hiding and unhiding purchases - Apple Support
    Hide your purchases
    Open iTunes on your Mac or PC.
    From the Store menu, choose Store > Sign In, and then enter your Apple ID and password.
    Go to the iTunes Store.
    Click Purchased from the Quick Links section on the right side of the iTunes Store.
    Choose a content type by clicking Music, Movies, TV Shows, Apps, or Books from the top of the window.
    A list of your purchased items for the content type you are viewing will appear. Mouse over the item you want to hide until an X appears its top-left corner.
    A confirmation dialog will appear once you click the X.
    Thank you for using Apple Support Communities.
    All the best,
    Sterling

  • How to read a text file from a Jar file

    Hi
    How can I read a text file from a Jar file?
    Thanx in advance..

    thanx
    helloWorld it works.damn, I didn't remove it fast enough. Even if it is urgent, it is best not to mention it, telling people just makes them take longer.

  • How to read an xml file from headers

    Hi ,
    I am not getting how to read an xml file sent by client device in header to server.
    Thankx.

    There is a getHeader() in HttpServletRequest interface
    String locationURL=request.getHeader("Location");If URL of your file was set in Location attribute of header.
    Edited by: ngpgeeta on Dec 19, 2008 8:03 AM

  • How to read an audio file from the disk and play it?

    Do you know who to read an audio file from the hard disk and play it. It's for an application and not an applet. I tried with the Applet.newAudioClip(URL url) thing, but I keep getting a MalformedURLException.
    And is there a way to get the path of the file you are using? Currently I'm doing this:
    File file = new file("randomname");
    string = file.getAbsolutePath();
    file.delete();
    I'm sure there's a better way. And this is not for an applet, just a normal app.

    Below is a class that should be of use to you.
    package com.sound;
    import java.io.File;
    import javax.sound.sampled.AudioFormat;
    import javax.sound.sampled.AudioInputStream;
    import javax.sound.sampled.AudioSystem;
    import javax.sound.sampled.Clip;
    import javax.sound.sampled.DataLine;
    public class SoundPlayer implements Runnable {
         String filename;
         public SoundPlayer(String filename){
              this.filename = filename;
              Thread t = new Thread(this);
              t.start();
         }//SoundPlayer constructor
         public void run(){
              playSound();
         }//run method
         public boolean playSound(){
              try {
                   File file = new File(filename);
                   AudioInputStream stream = AudioSystem.getAudioInputStream(file);
                   AudioFormat     format = stream.getFormat();
                   DataLine.Info info = new DataLine.Info(Clip.class, format);
                   Clip clip = (Clip)AudioSystem.getLine(info);
                   clip.open(stream);
                   clip.start();
                   while (clip.isRunning()) {
                       Thread.sleep(100);
                   clip.close();
              catch (Exception e) {
                  System.err.println("Error in run in SoundPlayer");
                   return false;
              return true;
         }//playSound() method
    }//Class SoundPlayer

  • How to read the s2p file from Agilent 5071B ENA and to save in pc ?, also need to run this continuously and to save s2p file in certain period of time ?

    I interfaced ENA 5071B using labview with agena vi.  I need to save the s2p file from the network analyzer.. I am requesting you guys to help me and pls suggest wat kind of vi i need to use from agena.....
    Thanks

    The PNA driver does not have the vi to full support what you want. The SCPI commands to do what you want are:
    MMEMTOR:TRAC:FORMNP MA; - to format the data in Mag dB Phase linear.
    CALC1ATA:SNPORTsave '1,2' , 'local file name on PNA file system.s2p' - to create  PNA local files of s2p data
    MMEMory:TRANsfer? 'controllerfilename.s2p'  - to transfer the datafile from PNA to test controller using GPIB block transfer.
    You will have to create these SCPI commads and VI's for yourself as the driver does not have them built in.
    Good luck.

  • How to delete time machine files from external back up drive?

    When connected to my Macbook I deleted some old backups to the trash.  When I try to empty trash, a message comes back saying there are locked files and files cannot be deleted.  I have turned off time machine, and tried to delete files but get the same message.  Time machine does not delete oldest file when space is needed.  How do I clear these files?  I'm trying to delete 2 years worth of backups.

    You can drag the Backups.backupdb folder to the Trash, hold down the option key, and try to empty, but often it doesn't work. In that case, you'll have to erase the volume and restore the non-backup data from a backup.

  • No permission to read time capsule files

    I upgraded from one MBA to another using the Migration Assistant to transfer the account from a Time Capsule. While that worked fine, I cannot access any time machine backups prior to the upgrade--the files are there, but I do not have permissions to view them. It may be that my Time Capsule is logically screwed up (and will need to be reimaged), however these steps allowed me to open the files and I wanted to pass this on to the community.
    Using Finder, Navigate to your Time Capsule and open the file for your computer ending in sparsebundle. It will show a folder named backups.backupdb. Open that folder and you will see another folder with your computer name--open that. Then you will see a whole bunch of folders that show dates in the title. Pick one which you believe will contain the files you want. Open it. In this folder you will see the name of your hard drive. Open it. Now you will see folders labeled "applications," "library," "system", "user information", and "users." Open "users." Now you will see a folder for each account and "Shared." Choose the user account of interest.
    Now you'll see folders for Desktop, Documents, Downloads, Movies, etc. Each will likely have a red circle with a white line in it (like the international road symbol for "Do Not Enter."). Right click on the one you want to view and select "Get Info". A new window opens.
    At the bottom of the new window is a section called "Sharing & Permissions:"  Make sure the arrow to the left is pointing down. There is a padlock at the bottom right of the section, click on it. It will ask you for your password (which is the password for your computer). Enter it. There are now three things that can happen:
    1. You can select Read & Write for "everyone"
    2. You can select the + button at the bottom
    3. Both options 1 and 2 are greyed out.
    If Option 1 works, change it to Read & Write, click on the Gear at the bottom and select option to the effect of applying these permissions to all subordinate files. Time Machine should now be able to restore from this folder.
    If Option 2 works, add your current User name, select Read & Write, click on the Gear at the bottom and select option to the effect of applying these permissions to all subordinate files. Time Machine should now be able to restore from this folder.
    If you got to Option 3, you now have to copy this folder somewhere off the Time Capsule. Drag the folder to the desired location. After a few minutes you will be prompted for your computer password. After it copies it will no longer be restricted. You can retrieve the files manually.
    Hope someone finds this helpful.

    Dan Connors wrote:
    I upgraded from one MBA to another using the Migration Assistant to transfer the account from a Time Capsule.
    That's why it's recomended to use Setup Assistant when your new Mac first starts up, rather than skipping it and creating a user account.  That avoids the permissions problems.  See the pink box in Problems after using Migration Assistant for an explanation.

  • Transfer Time Capsule Files From One Mac to Another

    I have a MacBook Pro that is on the blink and I can't afford to fix it right now. Can I transfer some of the files from my Time Capsule to my son's MacBook Pro?

    Hi, and welcome to the forums.
    You have a couple of options.
    You could use +Migration Assistant+ to transfer your user account to the other Mac. You can select/omit the top-level folders in your home folder, but not within them. See #19 in Time Machine - Frequently Asked Questions (or use the link in *User Tips* at the top of this forum) for details.
    You could restore selected items from your backups to the other Mac. Probably your best bet would be to use Migration Assistant to transfer just your account (name and password), but omit the data files, then restore selectively via the +*Browse . . .+* option. See #17 in the FAQ.

  • How to read a XML file from BLOB column and insert in a table - PL/SQL Only

    Hi,
    To make data load more simple to end user instead placing file on the server and use SQL-LOADER, I came up with new idea that using oracle ebusiness suite attachment functionality. that loads a XML file from local PC to a database column(table is fnd_attachments, default data type is BLOB over here).
    I tried with DBMS_LOB and didnt get around.
    Please can anyone tell me how to read the BLOB column using PL/SQL and store the data in a oracle table. Here's the sample XML file and table structure FYI.
    <?xml version="1.0" encoding="UTF-8"?>
    <dataroot xmlns:od="urn:schemas-microsoft-com:officedata" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="Corporate_alloc.xsd" generated="2009-07-07T14:17:49">
    <Corporate_alloc>
    <PKG_CODE>BKCORP</PKG_CODE>
    <PKG_NAME>Corporate Edition - Books</PKG_NAME>
    <DET_CODE>B9780080543758</DET_CODE>
    <DET_NAME>Waves, Tides and Shallow-Water Processes</DET_NAME>
    <ALLOCATION_RATIO>0.000041</ALLOCATION_RATIO>
    </Corporate_alloc>
    <Corporate_alloc>
    <PKG_CODE>BKCORP</PKG_CODE>
    <PKG_NAME>Corporate Edition - Books</PKG_NAME>
    <DET_CODE>B9780080534343</DET_CODE>
    <DET_NAME>Hydrostatically Loaded Structures</DET_NAME>
    <ALLOCATION_RATIO>0.000127</ALLOCATION_RATIO>
    </Corporate_alloc>
    </dataroot>
    CREATE TABLE TEST_XML
    ( PKG_CODE VARCHAR2(50),
    PKG_NAME VARCHAR2(100),
    DET_CODE VARCHAR2(20),
    DET_NAME VARCHAR2(500),
    ALLOCATION_RATIO NUMBER )
    Thanks
    EBV

    In regards to #3, use the COLUMNS functionality of XMLTable instead of using Extract. Two simple examples are
    Re: XML Data - Caliculate fields
    Re: Extractvalue function not recognised

  • How do i transfer audi files from iPhone to my PC?

    I am new with iTunes and iPhone. I try to save my audio files from my iPhone to my new PC. If I sync with the PCs iTunes library I'll lose all my songs on my iPhone. I need help with a reverse sync, meaning tranfering my songs from iPhone to my PC.
    Thanks,
    B.

    The only way to do this is to sync with iTunes. If you have been syncing your iPhone with a computer before, you will want to continue syncing your iPhone with ONLY that computer, until you have transferred your iTunes library to the new computer.
    You can also just email them to yourself. But most email providers, like gmail, etc. will limit the file size of attachments, so they can't be too long.

Maybe you are looking for

  • Prob. with iTunes, Phone won't shut off.  Tks.

    3GS with 6.1.3 Prob. with iTunes.  When I want to close out of iTunes after a Podcast the App will not close out when I hit Home. All other Apps shut down, only prob. is with iTunes.  Cant turn phone off goes back ti iTunes when turned on again.  Tks

  • Hide or remove player's hover text

    When a user clicks the CC button during playback to open closed captions window, and then hovers the cursor over a button on the player bar (my player bar is centered on the bottom, directly below the captions window), the hover text for each button

  • Ipod Touch not recognized by USB port on my new radio! PLEASE help?!?!?

    Ok, so I just bought a new radio for my car so I can listen to my ipod touch 2nd gen (with the latest 3.0 software) through my speakers. Ok, that's all great, but the problem is that when I connect my ipod touch through the USB port on my new radio,

  • Itunes won't recognize my iphone 4

    after many attempts i can get my pc to recognize iphone and it charges it when i plugg in the usb . How ever..... itunes wont recognize it. iv'e tried all troublshooting articles here and everywhere and nothing works. the only thing that i see wrong

  • VAT Register numbering

    Hello, I have a problem with the VAT Register numbers in Italy. This is a serious issue for the Italian authorities. The number of the month of June starts with 2008/1 instead of 2008/8. The last printing was related to April month and the last page