Custom Proof setup script issue

Hey all, I'm writing some code here that applies a specific icc profile via the View>Proof Setup>Custom  > Device to Simulate: dialogue.  Forgive me for the lengthy post, I'm just trying to figure out if I've hit a software bug here or maybe my code is just lacking.  At any rate, here's the rundown:
The reason I am writing this is because I'm in a situation where I have hundreds (literally) of different .icc profiles to load at any given time, but if I load them all in at once, then if I try to view the list of .icc profiles, it takes a long time for PS to build that list.  So what I've devised is to use the name of the file in order to copy the necessary .icc over from where it lives to the local machine.  Currently this works like a charm.  The script opens the file, finds the .icc and copies it over to the right directory for PS to be able to read it.  No problems there.  The problem comes in with refreshing that list....
This is where it gets tricky for me,  to help illustrate, I've added a pic here of the file menu item i'm referring to, and the resulting sub-menu in question
So just to be clear, the problem is with the "CPC Menu" when I copy files over, they appear just fine, but the hitch is that they are invisible to PS until I call the CPC>Device to Simulate list manually.
If I try to assign the .icc file using a script, it will work if the .icc has already been seen by literally showing the Device to Simulate list, but until that list has been manually updated, assigning the .icc profile will throw an error and not apply the .icc profle. 
Hopefully this makes sense, I'm hoping that there's some sort of full app refresh command that will force the list to be rebuilt.  A couple things to note is that I've tried the app.Refresh() command, and that hasn't helped at all, it seems to only refresh the graphic components as opposed to lists.  Another thing I found to be interesting is that the CPC>Device to Simulate list is rebuilt when you create a new document, but I run into the same problem if I have the script make a new document after copying the .icc over but before trying to apply it.  Is this a known bug or is there any way I can get some help with this?  I can't really post the code, but I don't think the code is the problem here anyhow.  At best I could post some stripped down code but I'm hoping someone from Adobe might see this and know exactly what sort of wall I'm hitting.  Thanks in advance!

You need a color profiling system (hardware/software) to create ICC profiles. Another alternative is to use a service like Chromix. There are several other service companies on the internet as well.

Similar Messages

  • Is it possible and how to create bright preview mode for a custom Proof Setup

    You know how there is Proof Setup preview modes under the View menu. Can I create a custom preview mode so that when I choose it and press Ctrl + y it shows the image very bright without changing it.
    I need this because I want to see and edit more details in the dark areas which I may not be seeing on my monitor or room lighting conditions and thus to create images with more rich and dynamic shading in the darks so when viewed on brighter monitors or when levels are eventually changed the darks reveal nice shading instead of flat black.
    I'm looking for per image solution that doesn't affect other images or applications like using global gamma.
    I'll greatly appreciate your help

    That's what I use Adjustment layers but they are a big pain because the color picker can't disregard them. So every time I want ot use the color picker I have to hide the adjustment layer and then when I paint I have to enable it again. I want a color picker that picks from all but not the adjustment layer. This makes this workflow impossible. I need this for painting artworks from scratch.
    There are no two equal monitors out there and some are quite off, so I want to create artworks that look as good as possible on all kinds of monitor including miscalabrated ones.These are samples to sell artwork. Not only that but the artwork often is edited from other designers not by brush repainting but using global adjustments like levels. And I don't want to use 32 bit workflows. What I'm asking will serve the purpose perfectly.
    I feel that since PS pulls the preview information from profiles that probably reside in files somewhere, I can modify a copy of a profile and I was hoping if someone here knows more details about this and helps.
    Thanks anyway

  • Adding Custom Profile under Proof Setup

    In prior versions of PS, if I added a custom profile under Proof Setup, it would be pinned to the Proof Setup menu (along with the default profiles).  That doesn't appear to happen in PS CS6. 
    Is there a specific place I need to save the custom Proof profiles to so that they will appear in the menu?

    I have had no issues with that and the location for me is
    ~/Library/Application Support/Adobe/Color/Proofing/
    Where exactly have you saved the file to?
    Could you provide a screenshot?

  • Photoshop Script - save as PDF, how to programmatically use "Use proof setup" option

    Hello,
    I'm trying to create a jsx script for Photoshop CC that will automaitically convert the given file to PDF format. The requirement is that the PDF must be saved using two options available on "Save as" dialog:
    - Use proof Setup: Working CMYK
    - ICC Profile: U. S. Web Coated (SWOP) v2
    (screenshot: http://screencast.com/t/hnnVejK5)
    I couldn't find any examples on the Internet. I experimented a bit and created the following script, it saves the pdf, but it does not seem to use the mentioned options.
    app.displayDialogs = DialogModes.NO
    var fileRef = File("C:\\test\\7000_tif_colors.tif")
    var docRef = app.open(fileRef)
    var fileName = "C:\\test\\7000_tif_colors.pdf"
    pdfFile = new File(fileName)
    pdfSaveOptions = new PDFSaveOptions()
    pdfSaveOptions.PDFCompatibility = PDFCompatibility.PDF14
    pdfSaveOptions.downSample = PDFResample.NONE
    pdfSaveOptions.colorConversion = true
    pdfSaveOptions.profileInclusionPolicy = true
    pdfSaveOptions.embedColorProfile = true
    pdfSaveOptions.destinationProfile = "U.S. Web Coated (SWOP) v2"
    pdfSaveOptions.preserveEditing = false
    pdfSaveOptions.layers = false
    pdfSaveOptions.outputConditionID = "Working CMYK"
    docRef.saveAs (pdfFile, pdfSaveOptions, true, Extension.LOWERCASE)
    docRef.close (SaveOptions.DONOTSAVECHANGES)
    Thank you in advance for any help.

    You may want to post over at
    http://forums.adobe.com/community/photoshop/photoshop_scripting?view=discussions
    Have you recorded the operation with ScriptingListener.plugin and tried using the resulting code?

  • Soft Proofing:  View Proof Setup Custom:  Profile Disappears when Re-opened

    Photoshop CS6 on Mac
    Edit an image file and get it to where I like on the monitor
    Duplicate the file and set the new file to the profile for the printer which will be used, by using View > Proof Setup > Custom and setting an imported printer profile for the printing company that I use.
    As soon as you do that, the file looks like crap, so...
    Edit the soft proof file to get it to where it looks good again. 
    Save off the file for the printer and also save the new PSD file.
    Close the PSD file.
    Reopen the new (soft proofed) PSD file.
    Still looks good, but.... when you check View > Proof Setup it's now generally set to Custom: U.S. Web Coated (SWOP) v2 instead of to the imported printer profile which was set previously.  WHY????  Where did the printer profile go?  Is it supposed to do this?
    If I then reset View > Proof Setup to the correct printer profile, the image goes to crap again. 
    Is this me doing something wrong, or is the PSD file not properly remembering the printer profile, or... what's going on here? 
    Thanks much!

    None of what you write makes any sense whatsoever to me, sorry.
    Let's start by using correct terminology.  For the last time, you are not "importing" any freaking profile.  Wrap your head around that once and for all, please.
    Let me try once again, totally disregarding the scenarios you were unsuccessfully attempting to describe above.  Forget all that mumbo jumbo for now, please.
    You have not mentioned what your working space is, so let's assume it's Adobe RGB.
    You have finished editing an image, so now you have an AdobeRGB-tagged image.  Fine.
    Now you want to soft proof it to see what it will look like in that FujiWonderPrinterInAlaskaUsingMatteThaiElephantPoopPaper printer in Anchorage.  (Made up names of course.)
    So you make a duplicate COPY of your finished image file named BabyPictForPrint.psd.  You're still in Adobe RGB, of course.  You put the original away in a safe and forget about it—forever.  That's like your negative in film days.
    Now you soft proof the BabyPictForPrint.psd COPY by using the infamous FujiWonderPrinterInAlaskaUsingMatteThaiElephantPoopPaper.icc profile the outfit in Alaska sent you.
    When you soft proof it with that Alaska profile, you have not imported anything.  Photoshop is simply using the profile you pointed it to to show you in your monitor what it would look like.  Your pixels so far are untouched, yet yo see your image "die" before your very eyes.  Ouch!  Now you need to compensate for the effect of printing under those proposed conditions, so you set about the task of editing the copy accordingly.  Remember, you're still in Adobe RGB.
    Once you have the copy just the way you like it, YOU SAVE ALL YOUR CHANGES in that copy.  Now you have a fully edited image file in the Adobe RGB space but tweaked to look fine when printed in the FujiWonderPrinterInAlaskaUsingMatteThaiElephantPoopPaper printer.
    At that point you are done!  Finished!
    Now you are faced with two choices:
    A) Sending the finished, saved ADOBE RGB COPY to your printer if you consider him capable of knowing what he's doing.  (If you think he does not know his business, look for another printer).  Or…
    B) Assume you're dealing with a moron on the other end who wants the image CONVERTED to his custom FujiWonderPrinterInAlaskaUsingMatteThaiElephantPoopPaper.icc.  If that is the case, then open your COPY in Photoshop, go to the Edit menu > CONVERT to Profile… and convert the copy to the infamous FujiWonderPrinterInAlaskaUsingMatteThaiElephantPoopPaper.icc profile.  It's critical to use CONVERT TO Profile, not "Assign Profile"!
    At that point, under scenario B), you do not EVER want to return to Proof View / Soft Proof mode, ever, EVER again, because then you would be applying the profile doubly and you'd see your image die before your eyes once again, and if you edited it you'd have real elephant poop!
    Hope that helps.

  • Custom cmyk profile not in proof setup

    Working with Blurb.com Printer Profile CMYK  named Blurb_IC_Profile.ICC
    Opened profile  and saved in Rose/AppData/Local/Adobe/Profile
    Cannot bring it up in soft proof setup.  Also when I close CS5 and reopen the profile is no longer in that location.
    I tried to see if the profile would work with changing the cmyk setting in the color settings under edit.
    CS5 menu comes up and states not a good working cmyk profile and does not load it.
    From what I have read on the Blurb forums people have downloaded this profile and it works.  No replies
    for 2011, last was 2010.
    I wanted to know if there is a special way to load this profile that I'm not aware of as I checked several photoshop sites
    to ensure this was the right spot to put the profile in.
    I am using Srgb setting for the images and  now want to soft proof them in cmyk before sending up to the Blurb they use
    4 color press Hp printers.
    Thanks
    Rose

    If you look closely at the image that states  blurb profile locked – there is a little golden image of a lock next to the blurb profile and it is locked – similar to what
    we see when we open a image for the first time and there is a lock (layer background) so you double click it and then background layer becomes “o” .
    I followed your image.png and your profile too.  I have watched their video 3 or 4 times.  I watched a color management
    color flow for an hour in Blurb. But the one hour video is using a Mac instead of Windows and the profile was already
    installed on the mac but they showed the process on the mac on where to place it – not windows.
    I am doing everything that is shown for windows and where you told me to input the blurb profile,
    However, when I close and reopen photoshop I do not see a blurb profile in proof setup.\
    The 1 hour color management video shows that the profile is named Blurb.icc but it is not in my
    setup for custom proof.   That video is done with a Mac and different placement  folders.
    I can only assume that Blurb.com profile needs to be changed or updated.
    I sent emails to them today again and hope to see some answers monday. 
    There showing a 32 bit profile video instead of 64 bit but you did help me to  get the profile in the right spot.  It is a very short
    video for the download process.  two screens to be exact.
    They don’t have a phone number or I would call them personally.  I have sent emails with pictures today.
    Thank you
    Rose

  • LiveCycle ES2, Guides, SSL and IE 8/9 Cross Site Scripting Issue

    I have a guide that is being served up in the workspace.
    This guide works fine in all of the different browser versions provided they go through port 8080.
    If however you enable SSL on your server (port 8443) and serve up the guide in the workspace, the end user can fill the entire form out only to have the browser identify the submit process as a Cross Site Scripting issue.
    This is the result:
    The data is essentially lost and guide disappears.  I had a theory that maybe the submit process might be using the default server port for data submissions (8080) and created a customized submit process with the hardcoded targetURL.
    I tried to test my theory and got the same result.  I then modified my custom submit process to essentially do nothing (Started and ended the process with an abstract activity), and got the same result.
    The only other thing that I could think of, is that the automatically generated action script classes might be hard coded to use default port instead of the SSL port.
    Suggestions?!

    Hi
    You can rise SR for your issue for 5000+ user or you can also can connect wiht your system engineer team for can possible solution as setup IE and deploy it to 5000+ user pcs
    For your other question see below note:
    Recommended Browsers for Oracle E-Business Suite 11i [ID 285218.1]
    Regard
    Helios

  • Unable to install OSNConnector from PIA setup script

    I'm trying to install the FIN/SCM PeopleSoft eProcurement application package (OSNConnector) from the PIA setup script. Per the instrucitons, I run the PIA setup (in $PS_HOME/setup/PsMpPIAInstall). When I select "Deploy additional PeopleSoft application extensions" and then check "FIN/SCM PeopleSoft eProcurement," the installation seems to complete and there are no errors generated. Per the instructions, once the install is complete, it should have deployed the following files (listed below), but none of them are present.
    %PS_HOME%\webserv\PSDomain name\applications\peoplesoft\PSIGW\
    WEB-INF\classes\com\peoplesoft\pt\integrationgateway\listeningconnector\fscm_epo_OSNListeningConnector.class
    %PS_HOME%\webserv\PSDomain name\applications\peoplesoft\PSIGW\
    WEB-INF\classes\com\peoplesoft\pt\integrationgatewaytargetconnector\fscm_epo_OSNTargetConnector.class
    %PS_HOME%\webserv\PSDomain name\applications\peoplesoft\PSIGW\WEB-INF\classes\com\peoplesoft\fscm\epo\servlet\Support\fscm_epo_EproRequestException.class
    %PS_HOME%\webserv\PSDomain name\applications\peoplesoft\PSIGW\WEB-INF\classes\com\peoplesoft\fscm\epo\servlet\Support\fscm_epo_ExtendXml.class
    %PS_HOME%\webserv\PSDomain name\applications\peoplesoft\PSIGW\WEB-INF\classes\com\peoplesoft\fscm\epo\servlet\Support\fscm_epo_EproOsnAttacher.class
    %PS_HOME%\webserv\PSDomain name\applications\peoplesoft\PSIGW\WEB-INF\classes\com\peoplesoft\fscm\epo\servlet\Support\fscm_epo_FTPClient.class
    I've searched for fscm*.class and the files aren't located anywhere. The only thing I can think of is that maybe the fscm_epo_ws.ear file is in the wrong location. Per the instructions, the fscm_epo_xx.ear files are located in $PS_HOME/setup/PsMpPIAInstall/archives; but should they be in another location? I'm having the exact same problem with our WebSphere PIA and WebLogic PIA (both using the same PT and FSCM versions)
    Is there a known problem with this? Does anyone have experience installing the OSN Connector on PT 8.50 / FSCM 9.1?
    My environment is PeopleTools 8.50.09, FSCM 9.1r1 and I've duplicated this issue on an AIX lpar with WebSphere 7, and a RHEL server with WebLogic 10. I do have a SR open with Oracle. So far, they've suggested that the class files don't show up until after the web server is restarted. I've tried that in a few different environments with no success.
    Any help and/or insight would be much appreciated. Thanks.

    Were you able to resolve this problem? I am trying to do the same thing here and we are not seeing the EAR files either. Any guidance you can give would be appreciated.

  • Custom forms (with Headstart), issues.  Prompted more than once to save/commit.

    We have found that after analyzing the APPS schema (for CBO), we
    have an issue with custom forms. This issue relates to an
    earlier post on this forum where we get prompted several times
    to save/commit our changes and that the changes are never
    submitted. We've narrowed it down to the QMS_TRANSACTIONS
    table, when ever we run...
    analyze table apps.QMS_TRANSACTIONS estimate statistics;
    Table analyzed.
    Our custom forms will stop working. Why is this? So far we've
    found the only work around is to drop all Headstart objects and
    run the scripts to recreate the objects in the APPS schema.

    Michael,
    This might be a similar problem as they have experienced in
    Japan. Their problem description is as follows;
    -At the beginning, the transaction can be committed from the
    screen.
    -After analyzing APPS schema, it becomes impossible to commit the
    transaction.
    This problem is reproduceable in following condition;
    -Use Oracle 8i 8.1.7.x.
    -Set '_push_join_union_view' parameter to true. (Set by Rapid
    Installer of EBS)
    -Analyze the schema that has qms_transactions table.
    This problem seems to be caused by DB bug (Bug no 2058756).
    If this is indeed your problem a workaround has been described to
    set the event 10195 before analyzing the table.
    Hope this helps.
    Regards,
    Sigrid Gylseth.

  • Spyder4Pro in Photoshop CS5 - which proof setup?

    Hello
    I just ran Spyder4Pro calibration on my monitor for the first time. I am using a PC.
    Monitor Specs:
    Dell SP2309W
    2048*1152 Pixel Resolution 23 LCD Display
    VGA,DVI,HDMI connectivities
    on NVIDIA GeForce GTX 460
    Photoshop CS5 Extended
    I have my monitor Brightness set to 90 and Contrast set to 79.
    After I ran the calibration, I titled the profile June2012
    Now when I open an image in Photoshop, for the most correct coloring, do I set the Proof Setup to:
    -- Custom: sRGB Display Profile with display hardware configuration data derived from calibration
    OR
    -- Custom: June2012 (as of now, this is what images are opening up as automatically in Photoshop)
    OR
    -- Custom: sRGB IEC61966-2.1
    OR
    -- Custom: Document Profile - sRGB IEC61966-2.1
    (Or another option?)
    And then if I want to preview how it will be viewed online when I save my photo for web use, which profile can I preview it in?
    THANKS!!

    "Then the only time I will change it is when I want to preview it for a specific printer's profile I need to use. Correct?"
    Pretty much, and even then, it's you really need to see a few actual prints so you get an idea of how accurate the soft proofing is or isn't. It depends on both the profile and the media.
    "So as of now, this is what I'm keeping it at...
    Photoshop-->Edit-->Color Settings
    It is set to: sRGB IEC61966-2.1"
    A good place to start
    "When I open an individual file, I go to
    View --> ProofSetup
    It is set to Internet Standard RGB (sRGB)"
    Well, if your file is already IN sRGB, it's kinda redundant to use Proof Setup as you're already seeing your file as it's going to be - that being sRGB. You only need to use Proof Setup when you're going to print your file, and even then, you often don't really have to use it. Honestly, it sounds like someone told you you needed to use this all the time or the world would come to an end. Just have fun working in Photoshop and don't worry about it unless you come across a problems down the line.
    Is that OK now?

  • WAD Java script issue after upgrade to 7.3

    Dear all,
    We have just upgraded our system from BW 7.01 to 7.3 SP4. One of the custom web templates in the system uses java script to hide few items on every screen refresh. Post upgrade, this functionality is behaving strangely, as the hidden items automatically get 'un-hidden' on page refresh.
    Please let me know if there are any known script issues in web templates in system upgrade scenarios. Any pointers would be appreciated.
    Thanks,
    Abhishek.

    Pls check out this link
    http://www.google.co.in/url?sa=t&rct=j&q=java%20script%20issue%20after%20upgrade%20bw%20to%207.3&source=web&cd=7&sqi=2&ved=0CEsQFjAG&url=http%3A%2F%2Fcsc-studentweb.lr.edu%2Fswp%2FBerg%2Farticles%2FBIIT_2011%2FBIIT_Amsterdam%2FBIIT_2011_Berg_BW_73_upgrade_v16.pptx&ei=TT7iTtLgJ8LwrQf2oLDJAQ&usg=AFQjCNEUg1EvXM82AmBaGntD4YY7FZwHXw&cad=rja
    Pls assign points if it was useful.

  • Passing PL/SQL Procedure call to custom explain plan script

    Hi,
    Oracle have sent me a custom explain plan script and have asked me to pass in my problematic code through it. They use the GET command in their script to retrieve the command which is passed in as a parameter e.g:
    @custom_explain_plan <my sql script>
    The script has a section as follows:
    get &&1 -- my script
    0 explain plan set statement_id = 'APG' into plan_table for
    This works for a standard SQL statement e.g. SELECT SYSDATE FROM DUAL but (and Oracle Support know this) my issue is triggered by a call to an e-Business Suite API that updates the database. This is contained within a PL/SQL block and COMMITs a few sample updates. I've not used explain plan before but I suspect it can only be used on SQL statements? I have no access to the DELETEs and INSERTs that the API triggers, so what am I supposed to do?
    Am I missing something or have Oracel Support sold me a pup?
    I thought I'd post here first before going back to them...
    Many thanks,
    Bagpuss

    Sybrand,
    Many thanks for the swift confirmation. I didn't think I was going mad! Already gave them a standard trace so I guess it's up to them now - my experience with Oracle Support in the last few years has been very deflating - they evidently do not read/understand much of the information they are given in an SR. Added to that, we've had patches from them with basic syntax errors! I've consistently received much more informed responses from the various OTN forums, which are much appreciated.
    I may construct the DELETE and INSERT statements dynamically myself using a typical employee record to at least give them something to ponder over...
    Thanks again,
    Bagpuss.

  • CS5 loop when doing Proof Setup

    I am primarily a Lightroom 3 user, but I do also use Photoshop.  I have been using PS CS3, but recently decided to try CS5 which I am currently using in a trial.
    I use Photoshop on every image in order to do soft proofing.  It has been working fine.  But today I started having what appears to be a loop in one thread of PS when I do "Proof Setup" on one particular image.  The CPU goes to almost 100%  (as displayed in Task Manager) and the UI becomes unresponsive.  By bringing up the desktop so that the desktop has focus, I can then right click on PS in the task bar and get it to close. Interestingly it prompts me with the standard prompt about whether or not I want to save the file - I reply "No" and PS then ends ok.
    It only does it on this one image - I've done quite a number in CS5 so far in my trial with no problems.  I've tried starting in LR with the image as a CR2 (Canon RAW), DNG and finally I built a TIFF.  Same problem in each.  It also happens if I open the TIFF directly in Photoshop without going through Lightroom.
    It works in CS3 on the same image without any problems.
    I have Windows XP and an nVidia GeForce 6200.  I recently updated my drivers to the latest version dated July 2010.
    Anybody else seen this?
    Thanks,
    Selby

    There's an outstanding issue I've reported with OpenGL and color management as well.  Adobe's not known for releasing more than a very few updates though...  We might have to wait for CS6, if indeed these are all issues with Photoshop itself, though they might not be; so many things can (and do) go wrong because of OpenGL inconsistencies from implementation to implementation...
    If your setting is Basic, try Normal, or vice versa.  You could also try disabling OpenGL entirely.  I'll be interested to know if these changes make a difference.
    Another possibility is a bad profile.  Color profiles are complex things and it happens that corrupted or poorly made ones cause problems.
    -Noel

  • CS6 Proof Setup Unresponsive

    I have been using CS6 for approximately 1 year, Went to use the program and found that I couldn't use Proof Setup. When selected the dialog box fails to appear and the Eye Dropper tool is automatically selected. Can't choose any other tool. Photoshop can't be closed without using Task Manager. Haven't had any issues with the program until now. Last time I used Proof Setup was to create a file for printing at Costco using one of their profiles. The computer being used is a Dell running Windows 8.0 with 16 Gigs of RAM.

    I have been using CS6 for approximately 1 year, Went to use the program and found that I couldn't use Proof Setup. When selected the dialog box fails to appear and the Eye Dropper tool is automatically selected. Can't choose any other tool. Photoshop can't be closed without using Task Manager. Haven't had any issues with the program until now. Last time I used Proof Setup was to create a file for printing at Costco using one of their profiles. The computer being used is a Dell running Windows 8.0 with 16 Gigs of RAM.

  • How do I get the file names on a customized proof sheet?

    How do I get the file names on a customized proof sheet?

    Actually, I really don't know what you say.
    But when you see the properties of a file in Windows, you can see there are two file size. One is called "SIze" and the other one is called "Size on disk".
    Therefore, I would like to know the size on disk but not just the size.

Maybe you are looking for

  • Can I transfer Tungsten E2 data to a new Palm Pre 2 smart phone?

    I'm looking to upgrade from a Palm Tungsten E2 + an old cell phone to one device - a new smart phone.  I have Verizon, and they offer the Palm Pre 2.  The question is whether I will be able to transfer my address book and calendar (and a few other it

  • Discussion postings display HTML code in Outlook

    When using a discussion list connected to Outlook (2010), posts will show HTML tags in Outlook (see screenshot). According to a different thread this may be caused by additional columns added to the discussion list. I would like to understand if addi

  • Help with using a web page from disk after saved from web

    Hi, I almost forgot the little I learned about web page development, so, I'm a total noob when it comes to this and I need your help. I saved as a complete web page on my hard disk this web page but when I open it in Firefox or IE, it doesn't display

  • Jar run time problem

    Hi, I have an application in SWING where thumbnail images are being created at runtime and displayed in a ListCellRenderer. This is mainly used as a history feature where the user can click on that image and retrieve back the information. The problem

  • Everything else on my iPod touch works except for the music app.

    All the other applications, built in or downloaded, work perfectly fine. Every time I try to open the music app, it kicks me back to the home screen. I've already restored it and it hasnt helped. Help, please!!