Can any body brief me about  this syntax  given below

I have doubt of using this command on Production server... How best is this.. Can anybody brief me about this syntax.. what exactly this command do...
$ tar -cvfX - /tmp/exclude *. |* compress -c - > ../archive/file name
Here i know about "tar -cvfX" but symbols which are highlited i dont have much idea about this.
Will somebody will help me out in this.

timevans wrote:
tar -cvfX - /tmp/exclude . | compress -c - > ../archive/file name
Using the tar utility, archive the current directory, skipping the files listed in the /tmp/exclude file and send it to standard output. Pipe the standard output to the compress utility store the resulting output in the parent directory of the current one in the file named "filename"Hi Timevans,
But my question is what are those symbols stands for in the syntax
i.e
1. an hyphen* after tar -cvfX -
2. an pullstop* after /tmp/exclude .
3. an " *_hyphen"_* after compress -c
4. an *"_redirection"_* after hyphen after compress -c

Similar Messages

  • Can any body tell me about dotCMS pullContent macro ?

    Can any body tell me about what are the table used by dotCMS pullContent macro ?. Actually i have changed created date of news in contentLet table and inode table whereas whenever i am searching records with that date range those records are not appearing can any body please help me.
    Regards,
    Lokesh Kumar Pattajoshi

    Hi Praveen,
    Event container is the container which stores the values of the BO attaribures which get assigned to that instance of the BO.
    If you go to SWO1 transaction and check the BO for which the event is triggered, you would see all the possible attributes than can be assigned.
    To pass the values of the BO event container to the workflow, you need to maintain the necessary binding between the BO event container and the workflow container. This can be done in the 'Basic Data', Start Events tab. If you click on automatic binding, the system would prompt for a default binding. You could opt to use that or create your own binding. Make sure that the datatypes match.
    After mapping the event container to workflow container, you can check in the workflow log for the values passed to the workflow container. If you like to directly check the values stored in the event container, go to SWO1 and simulate an instance of the BO. You can then check the values there.
    Hope this helps!
    Regards,
    Saumya

  • On my macbook pro when opening a page i can not save it as a pdf only give me the option of saving it as a web page can any body help me on this I have tryed so many times without success

    on my macbook pro when opening a page on safaryi can not save it as a pdf only give me the option of saving it as a web page can any body help me on this I have tryed so many times without success?

    Just select Print in Safari and then, in the bottom left-hand corner, select PDF and you can save it to whichever flavor pdf file you like.
    Clinton

  • Capturing  through Sony HDV using firewire800 to 400 adaptor is not recognizing can any body help me solve this

    I am trying to capture using firewire 800 to 400 adaptor through a Sony HDV VTR. The VTR is not recognizing can some body help me solve this problem.
    I am using FCP7 and IMAC with 10.6.8 version os
    I dont have a 6 pin or 400 firewire port in the system

    Let's start with basics.
    Does your computer recognize that there is a VTR attached?
    • Open up system profiler>Hardware>FireWire.  Does your machine show up?
    If no, you need to figure out if the problem lies with the VTR, the cable, the adapter or your computer.
    My guess is with the adapter. A number of people have expressed frustration getting fw400 device to work through fw800 ports.
    If that's your problem, see if you can find an older Mac w/ fw400 ports or a dedicated fw800 to 400 cable.
    good luck,
    x
    ps - In "locking the barn after the paddle has been lost upstream" mode, this is why non-expandable computers like the iMac are so problematic. A MacBookPro with the expresscard 34 slot or a MacPro with 3 slots can work around these kind of issues. A closed box like the iMac is a dead end. Sorry.

  • My display text of macbook pro 10.7.5 appears blurred , can any body help me with this issue. Everything i open now - chrome, safari - appears blurred

    Everything on my macbook air 10.7.5 appears blurred. I tried searching a few things but didnt get any success.
    Can anybody please help me with this ?

    Nothing looks blurred to me on the screen shot you posted.  However, I did notice that some of the fonts in the tabs are faded.  Which browser are you using?  You should post in a browser forum about that and also the blurring that you see. 
    Since your Finder fonts looks blurry to you, go to System Preferences/Personal/Appearance - play around with the text smoothing setting.  If that does not work, play around with the resolution settings - System Preferences/Displays/Display 

  • I upgraded my iPhone software yesterday and now I am getting personal hot spot. Can any body tell me why this and how to solve this problem.

    I up graded my iPhone software yesterday and now I am not getting personal hotspot. Can any one help?

    Did you check for a carrier settings update?
    Copied from iOS: System requirements for Personal Hotspot
    To confirm that your iPhone or iPad Wi-Fi + 4G can share its cellular data connection using Personal Hotspot, tapSettings > General > Network > Personal Hotspot.
    If you don't see this option and your carrier supports this feature, check for a carrier settings update. If you still cannot enable this feature, contact your carrier for additional information.

  • Can any body tell me why this program works?!! It shouldn't work!

    I wrote this program in a different long way, but it worked...I got the code i just posted below, it works well as well, but i dont know how this works. It seems more effeciant as well.....Q:
    Write a program to read lines of text containing names and print each on a separate line.
    Eliminate duplicate names.
    Input lines may contain any number of names.
    import java.util.Scanner;
    public class Tut1P3 {
         //Write a program to read lines of text containing names and print each on a separate line.
         //Eliminate duplicate names.
         //Input lines may contain any number of names.
         public static void main(String args[]) {
             Scanner sc = new Scanner(System.in);
             String a[] = new String[ 1000 ];     // string to hold up to 1000 names        
             int i,     // loop control variable
             n = 0;      // number of names in array so far
                        //how hasNext works in memory?
             while ( sc.hasNext() ) {     //reads the next name
                    String next = sc.next();
                    for(i = n-1; i >= 0; i--){
                         System.out.println(a);
              if ( a[i].equals(next) ) //we have nothing in the array! it checks nothing!
                   break;
              if ( i < 0 ){
                   //this part doesn't make sense. Any quick help please..
                   System.out.println( a[ n++ ] = next );

    The line in question can be split up into 3 different lines.
    a[n] = next;
    System.out.println(a[n]);
    n++;

  • Can any body explain me about R/3 delta in to a infocube directly?

    Hi Experts,
    I think it is not possible to do a delta load from R/3 in to a infocube right? Because Infocube is addition and it will not overwrite the changes like ODS. So if I am doing a delta load from R/3 in to infocube directly; I can only able to do a full load not a delta load right?
    Thanks in advance.
    Aslam.

    I am just trying to understand how the cube works with delta laod. For example:
    Record 1 in the infocube is $15 for infoobject say expense and this infoobject is mapped to the field expense in r/3.
    - now for this same record user changed the value to $20 for the field expense.
    - when i do delta to the infocube in bw what happens?
    Does the infocube overwrite the value from $15 to $20?
    or Does the infocube add $15 to $20 and make it $35?
    If it make it to $35 than it is wrong; it should be $20 right?
    How it works as it don't have any overwrite functionality?
    I think the 0RECORDMODE will take care of the delta load.
    Thanks in advance.
    Aslam.
    Edited by: Asif Aslam on Jan 23, 2008 10:55 PM

  • Can any body tell me about event container in workflows

    hi Experts,
                      could you please tell me some details about event container concept. is there a way to see event container in SWO1 transaction. how can we create event container when we create new events.

    Hi Praveen,
    Event container is the container which stores the values of the BO attaribures which get assigned to that instance of the BO.
    If you go to SWO1 transaction and check the BO for which the event is triggered, you would see all the possible attributes than can be assigned.
    To pass the values of the BO event container to the workflow, you need to maintain the necessary binding between the BO event container and the workflow container. This can be done in the 'Basic Data', Start Events tab. If you click on automatic binding, the system would prompt for a default binding. You could opt to use that or create your own binding. Make sure that the datatypes match.
    After mapping the event container to workflow container, you can check in the workflow log for the values passed to the workflow container. If you like to directly check the values stored in the event container, go to SWO1 and simulate an instance of the BO. You can then check the values there.
    Hope this helps!
    Regards,
    Saumya

  • Can any body help me on this

    am learning opensso
    i need to run 2 application in opensso
    am using tomcat5.6 for idp, tomcat 6.0 application1, tomcat6.0 application1 service provider
    tomcat 6.0 application2, tomcat6.0 application2 service provider
    in windows
    when i click my application1 it is properly redirecting to idp then its checking in ldap and it giving me application to access. its working fine with ldap
    now i started to write custom authentication
    i dont have basic knowledge also in custom authentication please tell me wat i need to do to create custom authentication.please step by step explain me
    dont tell sun online website it to hard analyse
    another contact address:[email protected]
    advance thanks for reply.

    i want it in pl/sql only if itis possible pls help me by giving code Take a look to the thread from your colleagues :
    Re: can anyone help me on this?
    Help me to generate graph in sql or plsql
    Well, you maybe give the forum's url to your teacher, it would be faster :-)
    Nicolas.
    PS : giving you the code won't help you to learn.
    Message was edited by:
    N. Gasparotto

  • Can any body tell me what this means version="1.0" encoding="UTF-8"

    version="1.0" encoding="UTF-8"?>
    <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
    <plist version="1.0">
    <dict>
         <key>ADActivatedAppInfo</key>
         <array>
              <dict>
                   <key>arch</key>
                   <integer>1</integer>
                   <key>bundle</key>
                   <string>com.apple.AdSheetPhone</string>
                   <key>uuid</key>
                   <string>E77CB921-A914-39B8-AED0-5613E1B7D995</string>
                   <key>version</key>
                   <string>1.0</string>
              </dict>
              <dict>
                   <key>adamID</key>
                   <integer>284035177</integer>
                   <key>arch</key>
                   <integer>1</integer>
                   <key>bundle</key>
                   <string>com.pandora</string>
                   <key>uuid</key>
                   <string>DFCC0DE0-1B70-3705-8C65-B8ADBFECCDF1</string>
                   <key>version</key>
                   <string>5.2.1</string>
              </dict>
              <dict>
                   <key>arch</key>
                   <integer>1</integer>
                   <key>bundle</key>
                   <string>com.apple.mobilecal</string>
                   <key>uuid</key>
                   <string>E3F6D8DD-E8A3-3F19-A3F6-461D6D9648D4</string>
                   <key>version</key>
                   <string>1.0</string>
              </dict>
              <dict>
                   <key>arch</key>
                   <integer>1</integer>
                   <key>bundle</key>
                   <string>com.apple.mobilephone</string>
                   <key>uuid</key>
                   <string>10E22426-5242-3AE2-8F27-8A807A0D6384</string>
                   <key>version</key>
                   <string>36</string>
              </dict>
              <dict>
                   <key>arch</key>
                   <integer>1</integer>
                   <key>bundle</key>
                   <string>com.apple.camera</string>
                   <key>uuid</key>
                   <string>36C6DFC4-2B1E-3176-BEAD-63847093699B</string>
                   <key>version</key>
                   <string>43</string>
              </dict>
              <dict>
                   <key>arch</key>
                   <integer>1</integer>
                   <key>bundle</key>
                   <string>com.apple.MobileAddressBook</string>
                   <key>uuid</key>
                   <string>A4504DAE-2D05-34E3-A3F3-4364CA408A17</string>
                   <key>version</key>
                   <string>1.0</string>
              </dict>
              <dict>
                   <key>arch</key>
                   <integer>1</integer>
                   <key>bundle</key>
                   <string>com.apple.MobileSMS</string>
                   <key>uuid</key>
                   <string>339505EB-BBC4-301E-8737-9B095A38BA13</string>
                   <key>version</key>
                   <string>1.0</string>
              </dict>
              <dict>
                   <key>arch</key>
                   <integer>1</integer>
                   <key>bundle</key>
                   <string>com.apple.purplebuddy</string>
                   <key>uuid</key>
                   <string>A22991BE-412A-3535-AF20-7BA376C5F6BE</string>
                   <key>version</key>
                   <string>1.0</string>
              </dict>
              <dict>
                   <key>arch</key>
                   <integer>1</integer>
                   <key>bundle</key>
                   <string>com.apple.mobilemail</string>
                   <key>uuid</key>
                   <string>B3574F4B-DED1-315C-B2E5-0E5DE205BE48</string>
                   <key>version</key>
                   <string>53</string>
              </dict>
              <dict>
                   <key>arch</key>
                   <integer>1</integer>
                   <key>bundle</key>
                   <string>com.apple.Passbook</string>
                   <key>uuid</key>
                   <string>45DEA1F9-A7BF-3862-B7BF-E543BF0EE16D</string>
                   <key>version</key>
                   <string>1.0</string>
              </dict>
              <dict>
                   <key>arch</key>
                   <integer>1</integer>
                   <key>bundle</key>
                   <string>com.apple.mobilenotes</string>
                   <key>uuid</key>
                   <string>64D3CEBF-32E9-3296-8C4C-5BE61DE13601</string>
                   <key>version</key>
                   <string>1.0</string>
              </dict>
              <dict>
                   <key>arch</key>
                   <integer>1</integer>
                   <key>bundle</key>
                   <string>com.apple.stocks</string>
                   <key>uuid</key>
                   <string>3A9ECA7F-3D9B-3E69-82D9-DC1B8DC04B7F</string>
                   <key>version</key>
                   <string>1.0</string>
              </dict>
              <dict>
                   <key>arch</key>
                   <integer>1</integer>
                   <key>bundle</key>
                   <string>com.apple.AppStore</string>
                   <key>uuid</key>
                   <string>70D8AE8E-862C-3168-BB99-7A17421BDF46</string>
                   <key>version</key>
                   <string>2.0</string>
              </dict>
              <dict>
                   <key>arch</key>
                   <integer>1</integer>
                   <key>bundle</key>
                   <string>com.apple.Music</string>
                   <key>uuid</key>
                   <string>7CB348F1-3935-32E2-8397-FB39CF72370E</string>
                   <key>version</key>
                   <string>1.0</string>
              </dict>
              <dict>
                   <key>arch</key>
                   <integer>1</integer>
                   <key>bundle</key>
                   <string>com.apple.weather</string>
                   <key>uuid</key>
                   <string>97FC00E7-0B4D-3CC4-AC94-4585AA6E565B</string>
                   <key>version</key>
                   <string>1.0</string>
              </dict>
              <dict>
                   <key>arch</key>
                   <integer>1</integer>
                   <key>bundle</key>
                   <string>com.kik.chat</string>
                   <key>uuid</key>
                   <string>0D0CA348-8DC0-3496-89E9-C4D10B9B1A53</string>
              </dict>
              <dict>
                   <key>arch</key>
                   <integer>1</integer>
                   <key>bundle</key>
                   <string>com.apple.mobilesms.compose</string>
                   <key>uuid</key>
                   <string>3FFBB737-67C7-3B74-870A-6162C414D4AA</string>
                   <key>version</key>
                   <string>1.0</string>
              </dict>
              <dict>
                   <key>arch</key>
                   <integer>1</integer>
                   <key>bundle</key>
                   <string>com.apple.Preferences</string>
                   <key>uuid</key>
                   <string>1616442C-DA90-340B-9B97-14F14148C47F</string>
                   <key>version</key>
                   <string>1.0</string>
              </dict>
              <dict>
                   <key>arch</key>
                   <integer>1</integer>
                   <key>bundle</key>
                   <string>com.apple.MobileStore</string>
                   <key>uuid</key>
                   <string>315A1441-2891-3561-814C-1577F01F81EC</string>
                   <key>version</key>
                   <string>1.0</string>
              </dict>
              <dict>
                   <key>arch</key>
                   <integer>1</integer>
                   <key>bundle</key>
                   <string>com.apple.mobileslideshow</string>
                   <key>uuid</key>
                   <string>FB91BA14-94C8-338E-9EBD-742F1822217E</string>
                   <key>version</key>
                   <string>43</string>
              </dict>
              <dict>
                   <key>arch</key>
                   <integer>1</integer>
                   <key>bundle</key>
                   <string>com.apple.mobilesafari</string>
                   <key>uuid</key>
                   <string>3918023E-A067-3CDA-85A4-5BA6EEA12202</string>
                   <key>version</key>
                   <string>9537.53</string>
              </dict>
              <dict>
                   <key>arch</key>
                   <integer>1</integer>
                   <key>bundle</key>
                   <string>com.sgiggle.Tango</string>
                   <key>uuid</key>
                   <string>B3749827-4670-3E06-94ED-39492C587CE8</string>
              </dict>
              <dict>
                   <key>arch</key>
                   <integer>1</integer>
                   <key>bundle</key>
                   <string>com.apple.quicklook.quicklookd</string>
                   <key>uuid</key>
                   <string>FD920C08-3BED-3531-B481-A9C2ED18ED18</string>
                   <key>version</key>
                   <string>1.0</string>
              </dict>
         </array>
         <key>ADBaselineDigest</key>
         <string>(no baseline)</string>
         <key>ADCrashLogVersion</key>
         <integer>1</integer>
         <key>ADDistributions</key>
         <dict>
              <key>com.apple.MobileAsset.SoftwareUpdateDocumentation.downloadTime</k ey>
              <array>
                   <real>4.7330610156059265</real>
                   <real>4.7330610156059265</real>
                   <real>4.7330610156059265</real>
                   <real>0.0</real>
                   <integer>1</integer>
              </array>
              <key>com.apple.MobileAsset.VoiceServicesVocalizerVoice.downloadTime</k ey>
              <array>
                   <real>869.05234104394913</real>
                   <real>869.05234104394913</real>
                   <real>869.05234104394913</real>
                   <real>0.0</real>
                   <integer>1</integer>
              </array>
              <key>com.apple.OTACrashCopier.successfulSubmissionTime</key>
              <array>
                   <real>1.7039369940757751</real>
                   <real>1.7039369940757751</real>
                   <real>1.7039369940757751</real>
                   <real>0.0</real>
                   <integer>1</integer>
              </array>
              <key>com.apple.powerlog.BLM.EnergyPerDuetEvent</key>
              <array>
                   <real>0.039291213425529638</real>
                   <real>0.039291213425529638</real>
                   <real>0.039291213425529638</real>
                   <real>0.0</real>
                   <integer>1</integer>
              </array>
              <key>com.apple.powerlog.BLM.EnergyPerDuetEvent.DuetUpdateTypeBannerPus h</key>
              <array>
                   <real>0.039291213425529638</real>
                   <real>0.039291213425529638</real>
                   <real>0.039291213425529638</real>
                   <real>0.0</real>
                   <integer>1</integer>
              </array>
              <key>com.apple.powerlog.BLM.LengthPerDuetEvent</key>
              <array>
                   <real>2.3367130756378174</real>
                   <real>2.3367130756378174</real>
                   <real>2.3367130756378174</real>
                   <real>0.0</real>
                   <integer>1</integer>
              </array>
              <key>com.apple.powerlog.BLM.LengthPerDuetEvent.DuetUpdateTypeBannerPus h</key>
              <array>
                   <real>2.3367130756378174</real>
                   <real>2.3367130756378174</real>
                   <real>2.3367130756378174</real>
                   <real>0.0</real>
                   <integer>1</integer>
              </array>
              <key>com.apple.springboard.app.controlcenter.screenOnTime</key>
              <array>
                   <real>1.4780386666666667</real>
                   <real>13.109959708333335</real>
                   <real>4.6316741166666677</real>
                   <real>94.127714359813936</real>
                   <integer>5</integer>
              </array>
              <key>com.apple.springboard.app.notificationcenter.notifications.screen OnTime</key>
              <array>
                   <real>0.20689066666666667</real>
                   <real>6.3412705416666668</real>
                   <real>1.6003759027777777</real>
                   <real>29.025233122905501</real>
                   <integer>9</integer>
              </array>
              <key>com.apple.springboard.app.notificationcenter.today.screenOnTime</ key>
              <array>
                   <real>0.25437445833333333</real>
                   <real>41.289182958333335</real>
                   <real>3.702015682692307</real>
                   <real>1531.0200819732686</real>
                   <integer>13</integer>
              </array>
              <key>com.apple.springboard.appswitcher.screenOnTime</key>
              <array>
                   <real>0.4827029166666667</real>
                   <real>67.364330500000008</real>
                   <real>3.3927100490362823</real>
                   <real>7172.0978896532797</real>
                   <integer>147</integer>
              </array>
              <key>com.apple.springboard.homescreen.controlcenter.screenOnTime</key>
              <array>
                   <real>2.8118167916666668</real>
                   <real>69.686451333333338</real>
                   <real>29.670307458333333</real>
                   <real>2495.7941294668854</real>
                   <integer>3</integer>
              </array>
              <key>com.apple.springboard.homescreen.notificationcenter.today.screenO nTime</key>
              <array>
                   <real>0.66369037500000005</real>
                   <real>0.66369037500000005</real>
                   <real>0.66369037500000005</real>
                   <real>0.0</real>
                   <integer>1</integer>
              </array>
              <key>com.apple.springboard.homescreen.screenOnTime</key>
              <array>
                   <real>0.10140283333333334</real>
                   <real>353.54768808333336</real>
                   <real>17.245344634876545</real>
                   <real>190523.36744610147</real>
                   <integer>135</integer>
              </array>
              <key>com.apple.springboard.lockscreen.audio.screenOnTime</key>
              <array>
                   <real>0.42973641666666668</real>
                   <real>131.09283433333334</real>
                   <real>16.754546879807691</real>
                   <real>23110.085386656727</real>
                   <integer>26</integer>
              </array>
              <key>com.apple.springboard.lockscreen.controlcenter.screenOnTime</key>
              <array>
                   <real>0.35356800000000005</real>
                   <real>44.037761541666669</real>
                   <real>16.706775791666669</real>
                   <real>1441.8351079120398</real>
                   <integer>6</integer>
              </array>
              <key>com.apple.springboard.lockscreen.notificationcenter.notifications .screenOnTime</key>
              <array>
                   <real>2.8300523750000002</real>
                   <real>2.8300523750000002</real>
                   <real>2.8300523750000002</real>
                   <real>0.0</real>
                   <integer>1</integer>
              </array>
              <key>com.apple.springboard.lockscreen.notificationcenter.today.screenO nTime</key>
              <array>
                   <real>0.40519129166666668</real>
                   <real>0.82319154166666675</real>
                   <real>0.62049895833333335</real>
                   <real>0.10547232738842713</real>
                   <integer>4</integer>
              </array>
              <key>com.apple.springboard.lockscreen.screenOnTime</key>
              <array>
                   <real>0.64972649999999998</real>
                   <real>32.518732875000005</real>
                   <real>5.014174195588236</real>
                   <real>1603.2079901613836</real>
                   <integer>85</integer>
              </array>
              <key>com.apple.springboard.thermalLevels</key>
              <array>
                   <real>0.0</real>
                   <real>0.0</real>
                   <real>0.0</real>
                   <real>0.0</real>
                   <integer>4</integer>
              </array>
         </dict>
         <key>ADLogCreationDate</key>
         <date>2014-03-11T00:05:02Z</date>
         <key>ADMetadata</key>
         <dict>
              <key>ADUserInterfaceLanguage</key>
              <string>en</string>
              <key>ADUserSetRegionFormat</key>
              <string>US</string>
         </dict>
         <key>ADScalars</key>
         <dict>
              <key>appActivationCount.com.apple.AppStore</key>
              <integer>9</integer>
              <key>appActivationCount.com.apple.MobileAddressBook</key>
              <integer>1</integer>
              <key>appActivationCount.com.apple.MobileSMS</key>
              <integer>31</integer>
              <key>appActivationCount.com.apple.MobileStore</key>
              <integer>1</integer>
              <key>appActivationCount.com.apple.Passbook</key>
              <integer>1</integer>
              <key>appActivationCount.com.apple.Preferences</key>
              <integer>36</integer>
              <key>appActivationCount.com.apple.camera</key>
              <integer>2</integer>
              <key>appActivationCount.com.apple.mobilecal</key>
              <integer>1</integer>
              <key>appActivationCount.com.apple.mobilemail</key>
              <integer>26</integer>
              <key>appActivationCount.com.apple.mobilenotes</key>
              <integer>1</integer>
              <key>appActivationCount.com.apple.mobilephone</key>
              <integer>20</integer>
              <key>appActivationCount.com.apple.mobilesafari</key>
              <integer>93</integer>
              <key>appActivationCount.com.apple.mobileslideshow</key>
              <integer>1</integer>
              <key>appActivationCount.com.apple.purplebuddy</key>
              <integer>2</integer>
              <key>appActivationCount.com.apple.stocks</key>
              <integer>2</integer>
              <key>appActivationCount.com.apple.weather</key>
              <integer>1</integer>
              <key>appActivationCount.com.kik.chat</key>
              <integer>19</integer>
              <key>appActivationCount.com.pandora</key>
              <integer>14</integer>
              <key>appActivationCount.com.sgiggle.Tango</key>
              <integer>15</integer>
              <key>appActiveTime.com.apple.AppStore</key>
              <integer>1229</integer>
              <key>appActiveTime.com.apple.MobileAddressBook</key>
              <integer>46</integer>
              <key>appActiveTime.com.apple.MobileSMS</key>
              <integer>1149</integer>
              <key>appActiveTime.com.apple.MobileStore</key>
              <integer>136</integer>
              <key>appActiveTime.com.apple.Passbook</key>
              <integer>5</integer>
              <key>appActiveTime.com.apple.Preferences</key>
              <integer>2065</integer>
              <key>appActiveTime.com.apple.camera</key>
              <integer>47</integer>
              <key>appActiveTime.com.apple.mobilecal</key>
              <integer>26</integer>
              <key>appActiveTime.com.apple.mobilemail</key>
              <integer>615</integer>
              <key>appActiveTime.com.apple.mobilenotes</key>
              <integer>5</integer>
              <key>appActiveTime.com.apple.mobilephone</key>
              <integer>5967</integer>
              <key>appActiveTime.com.apple.mobilesafari</key>
              <integer>28132</integer>
              <key>appActiveTime.com.apple.mobileslideshow</key>
              <integer>80</integer>
              <key>appActiveTime.com.apple.purplebuddy</key>
              <integer>494</integer>
              <key>appActiveTime.com.apple.stocks</key>
              <integer>64</integer>
              <key>appActiveTime.com.apple.weather</key>
              <integer>15</integer>
              <key>appActiveTime.com.kik.chat</key>
              <integer>619</integer>
              <key>appActiveTime.com.pandora</key>
              <integer>4610</integer>
              <key>appActiveTime.com.sgiggle.Tango</key>
              <integer>1867</integer>
              <key>appBackgroundActiveTime.com.apple.AdSheetPhone</key>
              <integer>231</integer>
              <key>appBackgroundActiveTime.com.apple.AppStore</key>
              <integer>48</integer>
              <key>appBackgroundActiveTime.com.apple.MobileAddressBook</key>
              <integer>0</integer>
              <key>appBackgroundActiveTime.com.apple.MobileSMS</key>
              <integer>29181</integer>
              <key>appBackgroundActiveTime.com.apple.MobileStore</key>
              <integer>0</integer>
              <key>appBackgroundActiveTime.com.apple.Music</key>
              <integer>1281</integer>
              <key>appBackgroundActiveTime.com.apple.Passbook</key>
              <integer>0</integer>
              <key>appBackgroundActiveTime.com.apple.Preferences</key>
              <integer>526</integer>
              <key>appBackgroundActiveTime.com.apple.camera</key>
              <integer>4</integer>
              <key>appBackgroundActiveTime.com.apple.mobilecal</key>
              <integer>4</integer>
              <key>appBackgroundActiveTime.com.apple.mobilemail</key>
              <integer>60257</integer>
              <key>appBackgroundActiveTime.com.apple.mobilenotes</key>
              <integer>0</integer>
              <key>appBackgroundActiveTime.com.apple.mobilephone</key>
              <integer>28113</integer>
              <key>appBackgroundActiveTime.com.apple.mobilesafari</key>
              <integer>3734</integer>
              <key>appBackgroundActiveTime.com.apple.mobileslideshow</key>
              <integer>0</integer>
              <key>appBackgroundActiveTime.com.apple.mobilesms.compose</key>
              <integer>89</integer>
              <key>appBackgroundActiveTime.com.apple.purplebuddy</key>
              <integer>130</integer>
              <key>appBackgroundActiveTime.com.apple.quicklook.quicklookd</key>
              <integer>7230</integer>
              <key>appBackgroundActiveTime.com.apple.stocks</key>
              <integer>0</integer>
              <key>appBackgroundActiveTime.com.apple.weather</key>
              <integer>0</integer>
              <key>appBackgroundActiveTime.com.kik.chat</key>
              <integer>1373</integer>
              <key>appBackgroundActiveTime.com.pandora</key>
              <integer>13858</integer>
              <key>appBackgroundActiveTime.com.sgiggle.Tango</key>
              <integer>530</integer>
              <key>appLaunchCount.com.apple.AdSheetPhone</key>
              <integer>5</integer>
              <key>appLaunchCount.com.apple.AppStore</key>
              <integer>3</integer>
              <key>appLaunchCount.com.apple.MobileAddressBook</key>
              <integer>1</integer>
              <key>appLaunchCount.com.apple.MobileSMS</key>
              <integer>6</integer>
              <key>appLaunchCount.com.apple.MobileStore</key>
              <integer>1</integer>
              <key>appLaunchCount.com.apple.Music</key>
              <integer>1</integer>
              <key>appLaunchCount.com.apple.Passbook</key>
              <integer>1</integer>
              <key>appLaunchCount.com.apple.Preferences</key>
              <integer>10</integer>
              <key>appLaunchCount.com.apple.camera</key>
              <integer>2</integer>
              <key>appLaunchCount.com.apple.mobilecal</key>
              <integer>1</integer>
              <key>appLaunchCount.com.apple.mobilemail</key>
              <integer>6</integer>
              <key>appLaunchCount.com.apple.mobilenotes</key>
              <integer>1</integer>
              <key>appLaunchCount.com.apple.mobilephone</key>
              <integer>5</integer>
              <key>appLaunchCount.com.apple.mobilesafari</key>
              <integer>8</integer>
              <key>appLaunchCount.com.apple.mobileslideshow</key>
              <integer>1</integer>
              <key>appLaunchCount.com.apple.mobilesms.compose</key>
              <integer>1</integer>
              <key>appLaunchCount.com.apple.purplebuddy</key>
              <integer>1</integer>
              <key>appLaunchCount.com.apple.quicklook.quicklookd</key>
              <integer>2</integer>
              <key>appLaunchCount.com.apple.stocks</key>
              <integer>1</integer>
              <key>appLaunchCount.com.apple.weather</key>
              <integer>1</integer>
              <key>appLaunchCount.com.kik.chat</key>
              <integer>2</integer>
              <key>appLaunchCount.com.pandora</key>
              <integer>3</integer>
              <key>appLaunchCount.com.sgiggle.Tango</key>
              <integer>5</integer>
              <key>appMapKitStandardMode</key>
              <integer>6</integer>
              <key>appMapKitStandardModeTime</key>
              <integer>86</integer>
              <key>com.apple.Advertising.LimitAdTracking</key>
              <integer>1</integer>
              <key>com.apple.Advertising.ResetAdIdentifier</key>
              <integer>6</integer>
              <key>com.apple.Duet.fetch.any.triggered</key>
              <integer>53</integer>
              <key>com.apple.Duet.fetch.denied</key>
              <integer>8</integer>
              <key>com.apple.Duet.fetch.denied.data_budget</key>
              <integer>0</integer>
              <key>com.apple.Duet.fetch.denied.energy_budget</key>
              <integer>0</integer>
              <key>com.apple.Duet.fetch.denied.poor_signal</key>
              <integer>8</integer>
              <key>com.apple.Duet.fetch.updates.failed</key>
              <integer>0</integer>
              <key>com.apple.Duet.fetch.updates.given</key>
              <integer>0</integer>
              <key>com.apple.GraphicsServices.TrackingRunLoopTime.com.apple.AppStore </key>
              <integer>50</integer>
              <key>com.apple.GraphicsServices.TrackingRunLoopTime.com.apple.MobileAd dressBook</key>
              <integer>6</integer>
              <key>com.apple.GraphicsServices.TrackingRunLoopTime.com.apple.MobileSM S</key>
              <integer>17</integer>
              <key>com.apple.GraphicsServices.TrackingRunLoopTime.com.apple.MobileSt ore</key>
              <integer>2</integer>
              <key>com.apple.GraphicsServices.TrackingRunLoopTime.com.apple.Preferen ces</key>
              <integer>7850</integer>
              <key>com.apple.GraphicsServices.TrackingRunLoopTime.com.apple.mobilema il</key>
              <integer>59</integer>
              <key>com.apple.GraphicsServices.TrackingRunLoopTime.com.apple.mobileph one</key>
              <integer>2</integer>
              <key>com.apple.GraphicsServices.TrackingRunLoopTime.com.apple.mobilesa fari</key>
              <integer>2013</integer>
              <key>com.apple.GraphicsServices.TrackingRunLoopTime.com.apple.purplebu ddy</key>
              <integer>25</integer>
              <key>com.apple.GraphicsServices.TrackingRunLoopTime.com.apple.springbo ard</key>
              <integer>109</integer>
              <key>com.apple.GraphicsServices.TrackingRunLoopTime.com.apple.stocks</ key>
              <integer>2</integer>
              <key>com.apple.GraphicsServices.TrackingRunLoopTime.com.apple.weather< /key>
              <integer>2</integer>
              <key>com.apple.GraphicsServices.TrackingRunLoopTime.total3rdPartyTime< /key>
              <integer>117</integer>
              <key>com.apple.MobileAsset.SoftwareUpdateDocumentation.download.succes s</key>
              <integer>1</integer>
              <key>com.apple.MobileAsset.SoftwareUpdateDocumentation.downloadStartDa yOfWeek.2</key>
              <integer>1</integer>
              <key>com.apple.MobileAsset.SoftwareUpdateDocumentation.downloadStartHo ur.15</key>
              <integer>1</integer>
              <key>com.apple.MobileAsset.VoiceServicesVocalizerVoice.download.succes s</key>
              <integer>1</integer>
              <key>com.apple.MobileAsset.VoiceServicesVocalizerVoice.downloadStartDa yOfWeek.1</key>
              <integer>1</integer>
              <key>com.apple.MobileAsset.VoiceServicesVocalizerVoice.downloadStartHo ur.22</key>
              <integer>1</integer>
              <key>com.apple.OTACrashCopier.attemptedSubmissions.wifi</key>
              <integer>2</integer>
              <key>com.apple.OTACrashCopier.submittedBytes.awd</key>
              <integer>0</integer>
              <key>com.apple.OTACrashCopier.submittedBytes.da2</key>
              <integer>0</integer>
              <key>com.apple.OTACrashCopier.submittedLogs.awd</key>
              <integer>0</integer>
              <key>com.apple.OTACrashCopier.submittedLogs.da2</key>
              <integer>0</integer>
              <key>com.apple.OTACrashCopier.successfulSubmissions.wifi</key>
              <integer>2</integer>
              <key>com.apple.Preferences.Opened.withTimeout</key>
              <integer>14</integer>
              <key>com.apple.Preferences.Opened.withoutTimeout</key>
              <integer>18</integer>
              <key>com.apple.Preferences.Reset.keyboardDictionary</key>
              <integer>1</integer>
              <key>com.apple.Preferences.Reset.networkSettings</key>
              <integer>1</integer>
              <key>com.apple.Preferences.Reset.privacyWarnings</key>
              <integer>1</integer>
              <key>com.apple.Preferences.Views.account_settings</key>
              <integer>1</integer>
              <key>com.apple.Preferences.Views.bluetooth</key>
              <integer>1</integer>
              <key>com.apple.Preferences.Views.castle</key>
              <integer>3</integer>
              <key>com.apple.Preferences.Views.general</key>
              <integer>14</integer>
              <key>com.apple.Preferences.Views.general.about</key>
              <integer>17</integer>
              <key>com.apple.Preferences.Views.general.accessibility</key>
              <integer>1</integer>
              <key>com.apple.Preferences.Views.general.international</key>
              <integer>1</integer>
              <key>com.apple.Preferences.Views.general.reset</key>
              <integer>2</integer>
              <key>com.apple.Preferences.Views.general.usage</key>
              <integer>2</integer>
              <key>com.apple.Preferences.Views.messages</key>
              <integer>1</integer>
              <key>com.apple.Preferences.Views.notes</key>
              <integer>1</integer>
              <key>com.apple.Preferences.Views.phone</key>
              <integer>1</integer>
              <key>com.apple.Preferences.Views.photos</key>
              <integer>1</integer>
              <key>com.apple.Preferences.Views.privacy</key>
              <integer>5</integer>
              <key>com.apple.Preferences.Views.reminders</key>
              <integer>1</integer>
              <key>com.apple.Preferences.Views.wallpaper</key>
              <integer>3</integer>
              <key>com.apple.Preferences.Views.wifi</key>
              <integer>1</integer>
              <key>com.apple.Setup.Activations.wifi</key>
              <integer>1</integer>
              <key>com.apple.Setup.AppleID.creations</key>
              <integer>1</integer>
              <key>com.apple.Stocks.ChartUpdater.requests</key>
              <integer>2</integer>
              <key>com.apple.Stocks.NewsUpdater.requests</key>
              <integer>11</integer>
              <key>com.apple.Stocks.StockUpdater.failures</key>
              <integer>2</integer>
              <key>com.apple.Stocks.StockUpdater.requests</key>
              <integer>37</integer>
              <key>com.apple.Stocks.StocksChartView.views</key>
              <integer>1</integer>
              <key>com.apple.Stocks.SymbolValidator.requests</key>
              <integer>20</integer>
              <key>com.apple.Stocks.numberOfStocks</key>
              <integer>0</integer>
              <key>com.apple.Weather.WeatherIdentifier.requests</key>
              <integer>2</integer>
              <key>com.apple.Weather.localWeatherEnabled</key>
              <integer>0</integer>
              <key>com.apple.Weather.numberOfCities</key>
              <integer>2</integer>
              <key>com.apple.accessibility.assistivetouch-switch.enabled</key>
              <integer>0</integer>
              <key>com.apple.accessibility.assistivetouch.enabled</key>
              <integer>0</integer>
              <key>com.apple.accessibility.bolder.text</key>
              <integer>0</integer>
              <key>com.apple.accessibility.closed-captioning.enabled</key>
              <integer>0</integer>
              <key>com.apple.accessibility.guided-access.enabled</key>
              <integer>0</integer>
              <key>com.apple.accessibility.guided-access.usagecount</key>
              <integer>0</integer>
              <key>com.apple.accessibility.hearing-aid-mode.enabled</key>
              <integer>0</integer>
              <key>com.apple.accessibility.home-click-speed.enabled</key>
              <integer>0</integer>
              <key>com.apple.accessibility.increase.contrast</key>
              <integer>0</integer>
              <key>com.apple.accessibility.largefonts.enabled</key>
              <integer>0</integer>
              <key>com.apple.accessibility.lea-hearing-aid.enabled</key>
              <integer>0</integer>
              <key>com.apple.accessibility.led-flash-on-alerts.enabled</key>
              <integer>0</integer>
              <key>com.apple.accessibility.monoaudio.enabled</key>
              <integer>0</integer>
              <key>com.apple.accessibility.reduce.motion</key>
              <integer>0</integer>
              <key>com.apple.accessibility.speak-selection.enabled</key>
              <integer>0</integer>
              <key>com.apple.accessibility.whiteonblack.enabled</key>
              <integer>0</integer>
              <key>com.apple.autobrightness.device.color</key>
              <integer>3881788</integer>
              <key>com.apple.coremedia.crabs.vc.assetsize</key>
              <integer>101321</integer>
              <key>com.apple.coremedia.crabs.vc.downloadedbytes</key>
              <integer>2565</integer>
              <key>com.apple.coremedia.crabs.vc.unusedbytes</key>
              <integer>2436</integer>
              <key>com.apple.homebutton.doubleTaps</key>
              <integer>151</integer>
              <key>com.apple.homebutton.pushes</key>
              <integer>412</integer>
              <key>com.apple.iokit.hid.homeButton.wakeCount</key>
              <integer>2</integer>
              <key>com.apple.iokit.hid.powerButton.wakeCount</key>
              <integer>88</integer>
              <key>com.apple.keyboard.en_US.QWERTY.US.autocorrection.acceptedCount</ key>
              <integer>47</integer>
              <key>com.apple.keyboard.en_US.QWERTY.US.autocorrection.diacritic.accep tedCount</key>
              <integer>29</integer>
              <key>com.apple.keyboard.en_US.QWERTY.US.autocorrection.diacritic.perfo rmedCount</key>
              <integer>34</integer>
              <key>com.apple.keyboard.en_US.QWERTY.US.autocorrection.diacritic.revis edCount</key>
              <integer>1</integer>
              <key>com.apple.keyboard.en_US.QWERTY.US.autocorrection.diacritic.sugge stedCount</key>
              <integer>47</integer>
              <key>com.apple.keyboard.en_US.QWERTY.US.autocorrection.dismissedCount< /key>
              <integer>2</integer>
              <key>com.apple.keyboard.en_US.QWERTY.US.autocorrection.enabled</key>
              <integer>1</integer>
              <key>com.apple.keyboard.en_US.QWERTY.US.autocorrection.performedCount< /key>
              <integer>54</integer>
              <key>com.apple.keyboard.en_US.QWERTY.US.autocorrection.prediction.acce ptedCount</key>
              <integer>2</integer>
              <key>com.apple.keyboard.en_US.QWERTY.US.autocorrection.prediction.perf ormedCount</key>
              <integer>2</integer>
              <key>com.apple.keyboard.en_US.QWERTY.US.autocorrection.prediction.revi sedCount</key>
              <integer>1</integer>
              <key>com.apple.keyboard.en_US.QWERTY.US.autocorrection.prediction.sugg estedCount</key>
              <integer>20</integer>
              <key>com.apple.keyboard.en_US.QWERTY.US.autocorrection.retro.acceptedC ount</key>
              <integer>4</integer>
              <key>com.apple.keyboard.en_US.QWERTY.US.autocorrection.retro.performed Count</key>
              <integer>4</integer>
              <key>com.apple.keyboard.en_US.QWERTY.US.autocorrection.retro.suggested Count</key>
              <integer>7</integer>
              <key>com.apple.keyboard.en_US.QWERTY.US.autocorrection.revisedCount</k ey>
              <integer>11</integer>
              <key>com.apple.keyboard.en_US.QWERTY.US.autocorrection.spacebar.accept edCount</key>
              <integer>1</integer>
              <key>com.apple.keyboard.en_US.QWERTY.US.autocorrection.spacebar.perfor medCount</key>
              <integer>1</integer>
              <key>com.apple.keyboard.en_US.QWERTY.US.autocorrection.spacebar.sugges tedCount</key>
              <integer>6</integer>
              <key>com.apple.keyboard.en_US.QWERTY.US.autocorrection.suggestedCount< /key>
              <integer>133</integer>
              <key>com.apple.keyboard.en_US.QWERTY.US.used</key>
              <integer>1</integer>
              <key>com.apple.keyboard.en_US.QWERTY.US.wordCount</key>
              <integer>235</integer>
              <key>com.apple.keyboard.userDictionary.entriesCount</key>
              <integer>1</integer>
              <key>com.apple.mobilemail.accountCounts.icloud</key>
              <integer>1</integer>
              <key>com.apple.mobilemail.accountCounts.totalCount</key>
              <integer>1</integer>
              <key>com.apple.mobilesafari.actionSheetShown</key>
              <integer>3</integer>
              <key>com.apple.mobilesafari.backNavigationGestureEdgeSwipeBack</key>
              <integer>11</integer>
              <key>com.apple.mobilesafari.backRequested</key>
              <integer>42</integer>
              <key>com.apple.mobilesafari.bookmarkRequested</key>
              <integer>1</integer>
              <key>com.apple.mobilesafari.completionURLRank-2</key>
              <integer>2</integer>
              <key>com.apple.mobilesafari.forwardNavigationGestureEdgeSwipeForward</ key>
              <integer>11</integer>
              <key>com.apple.mobilesafari.forwardRequested</key>
              <integer>2</integer>
              <key>com.apple.mobilesafari.goToCompletionURL</key>
              <integer>1</integer>
              <key>com.apple.mobilesafari.goToURLByKeyboardEntry</key>
              <integer>6</integer>
              <key>com.apple.mobilesafari.longPressOnLink</key>
              <integer>3</integer>
              <key>com.apple.mobilesafari.numberOfTabsOpen</key>
              <integer>2</integer>
              <key>com.apple.mobilesafari.openURLFromOtherApp</key>
              <integer>7</integer>
              <key>com.apple.mobilesafari.pagePrefetchingCancelled</key>
              <integer>6</integer>
              <key>com.apple.mobilesafari.pagePrefetchingStarted</key>
              <integer>6</integer>
              <key>com.apple.mobilesafari.readerAvailable</key>
              <integer>2</integer>
              <key>com.apple.mobilesafari.readerUnavailable</key>
              <integer>1235</integer>
              <key>com.apple.mobilesafari.reloadButtonTapped</key>
              <integer>22</integer>
              <key>com.apple.mobilesafari.searchMadeWithEngineID</key>
              <integer>2</integer>
              <key>com.apple.mobilesafari.tabClosed</key>
              <integer>12</integer>
              <key>com.apple.mobilesafari.tabOpened</key>
              <integer>5</integer>
              <key>com.apple.mobileslideshow.camera.still.back</key>
              <integer>1</integer>
              <key>com.apple.mobileslideshow.camera.still.front</key>
              <integer>1</integer>
              <key>com.apple.mobileslideshow.cameraPhotoCount</key>
              <integer>7</integer>
              <key>com.apple.mobileslideshow.photos.collections</key>
              <integer>1</integer>
              <key>com.apple.mobileslideshow.photos.delete.fullscreen</key>
              <integer>6</integer>
              <key>com.apple.mobileslideshow.photos.delete.grid</key>
              <integer>1</integer>
              <key>com.apple.mobileslideshow.photos.moments</key>
              <integer>4</integer>
              <key>com.apple.mobileslideshow.tab.album</key>
              <integer>3</integer>
              <key>com.apple.mobileslideshow.tab.photos</key>
              <integer>2</integer>
              <key>com.apple.networkd.persistent_guidance.none</key>
              <integer>152</integer>
              <key>com.apple.networkd.persistent_guidance.override</key>
              <integer>141</integer>
              <key>com.apple.passbook.passes.count</key>
              <integer>0</integer>
              <key>com.apple.passcode.PasscodeType</key>
              <integer>0</integer>
              <key>com.apple.power.backlight.usersetting</key>
              <integer>52</integer>
              <key>com.apple.power.state.pluggedin.count</key>
              <integer>9</integer>
              <key>com.apple.power.state.pluggedin.duration</key>
      

    It means Version 1.0 of the plist software. UTF-8 is an encoding method: UTF-8 - Wikipedia, the free encyclopedia.
    In the future don't make these long unnecessary posts. Just include the bare essentials.

  • Can any body help me in this shi..t

    i want to add and edit the following in my soap message
    MIME-Version: 1.0
    Content-Type: Multipart/Related; boundary=MIME_boundary; type=text/xml;
    start="<[email protected]>"
    Content-Description: This is the optional message description.
    --MIME_boundary
    Content-Type: text/xml; charset=UTF-8
    Content-Transfer-Encoding: 8bit
    Content-ID: <[email protected]>
    i want to add before the soap message
    MIME-Version: 1.0
    Content-Type: Multipart/Related; boundary=MIME_boundary; type=text/xml;
    start="<[email protected]>"
    plz am stuck since 3 weeks

    i am dealing with GSM operators
    and they want me to send MMS message using soap message that include a smile as an atacthment ... i complete the task but the problem that they have a fixed boundries between the the soap message and the attachment and am trying to edit them coz they are genertaed aotumaticly when i bulid my soap message and i am trying since 3 weeks and i made alot of search but i didnt found what i need,, :(
    all what i want is editnig these boundries to put them as they requested .. but its not working can u help me :(

  • Can any body  tell me about  sap-plm  from  technical point of view

    In sap-plm from the development point of view what abapers task

    Hi Prasoon,
    PLM very wide area but from ABAP point of view it depends which area you are working on, like it includes Bill of Materials, Document Management System, Classifications, Product Structure Browser, Engineering Change Mangement, etc within R/3 and apart from this it even includes Project System
    on Web application Systems it includes Collaboration Projects & Collaboration Folders.
    ABAP work comes for enhancements, Functional Modules, User Exists, Feild Exists, Interfaces(RFC) for CAD Integrations etc, & Reports like ALV etc.
    It Depends which part of PLM you are working on & what is the requirement where in ABAP development is required so in general it is difficult to answer this question but for any particular/specific requirements anybody will answer.
    Hope you might have got the fair idea of PLM
    Regards
    Rehman
    Mark Useful Answers

  • Can any body help me on this issue

    I am creating an Shipment Document through VI01..the shipment gets generated but the system does not create a purchase order,
    Regards
        Partha

    Hello Partha,
    as soon as the status is set to CCC, the purchase order is already generated, because in this case the transfer has already been executed. The last C is the transfer status! But it is correct, that you are only able to transfer if pricing and accounting status is set to C.
    If the system does not generate a purchase order, then it seems to be that the shipment cost item category is not customized for a po generation. Please check the settings in transaction T_56. Please also note, the generation only takes place if NO suitable po item is available. If the system determines a suitable po item it will use this one.
    Regards,
    Tom

  • TS3694 i forgot the password of my  iphone 3g and when i try to restore it it shows the message"my iphone 3g could not be restored an unknown error occurred(1015)" can any body help please..

    i forgot the password of my  iphone 3g and when i try to restore it it shows the message"my iphone 3g could not be restored an unknown error occurred(1015)" can any body help please..

    This error normally appears if you attempted to downgrade or modify your iOS. See here http://support.apple.com/kb/TS3694#error1015

Maybe you are looking for

  • Windows Exlporer and iTunes 7.5

    I just got the new iPod nano and need to update my itunes - however, when trying to install 7.5, I get an error message that says one of the files that needs updating is opened and to close the following: Windows Explorer Process ID #### (there have

  • Calling WD within a report

    Hi, I have a made a report that shows data in ALV and that is fine as it is. However, I now want to enhance the report with an option to show the data in a WD View. I would like to make it optional to the user; either they use the ALV Grid output or

  • How to get rid of album artwo

    I've got some album artwork on a lot of songs that is incorrect. The artwork doesn't match the song. I can actually do without the artwork, it's no big deal to me. It's kind of annoying. Any ideas?

  • Is there a way to get an imovie project from your macbook pro onto your ipod touch?

    I want to put a movie i made on my camera roll or get it onto my itouch. Is there a way to do that without spending alot of money.

  • Cfchart bar graph - removing spaces between columns

    hi when we make a bargraph, coldfusion automatically puts spacing between the bars... we want continuous bars, with no gaps, is this possible ? I have tried pieslicestyle="solid" but that only works for Pie graphs... for example - I get |||||| - but