Problems selecting paper bin/source with some printers drivers

Hi,
I'm using CR2008 SP2 .NET SDK.
With some printers drivers i'm unable to set the correct paper source in the print options.
For example, if I use Toshiba e-series PLC driver (you can find it here:drivers and select, for example, the e-STUDIO281C printer).
Even if i set the correct paper source on the report designer when i print it through code (without applying any changes to the report) the report is always printed by the default paper source defined at the printer preferences.
The same thing happens when you do it through the designer.
I already tried the following workaround but without any success: at the CR Designer, go to the File Menu, and choose Page Setup. Under Page Options, check the Dissociate Formatting Page Size and Printer Paper Size. This often helps with these issues. Resave the report, and see if that works any better.
Is there any known issues with printer drivers and CR2008?
(This thread was originally posted in [.NET Development forum|Re: Problems selecting paper bin/source with some printers drivers])

Oops, sorry my mistake. I'll leave it here for now.
How CR works is to get the Printer info from the DEVMODE structure, which is where the printer driver settings and configurations are saved for each printer installed.
What I've seen plenty of times before is within the DEVMODE structure there is one area called DMExtra and in that structure it holds various custom options. Quite often the issue is we query that structure to get info but the problem lies in the driver returning an invalid structure size and therefore CR can't use any custom settings.
Same type of issue if they use an uncommon (ENUM) value for the paper size. In code you can see this in debug mode. But if you simply pass the values as pointers and not attempt to alter them at all CR should not alter what the designer used and saved in the RPT file when the reprot was designed.
What can happen when CR loads the printer info it fails due to problems with the printer itself. There are missing files from the install of the printer which cause Crystal to stop getting the info.
Try this on a clean PC with no other printers installed, Install just that printer driver and then install Crystal Reports. If it still fails then we know it could be Crystal having problems with that driver. You may want to post your issue with the printer manufacturer also. They may be able to test also and determine if it is a CR or their driver issue. They can download a trial version of CR for testing.
Trial lin is: Direct link to the Trial version: http://www.sap.com/solutions/sapbusinessobjects/sme/freetrials/index.epx
If that's not an option you could purchase a support case here for one of our Engineers to escalate to R&D. If it turns out to be a CR problem then you'll get a credit for the case, if it is a printer driver problem then no credit.
Single Case Purcahse is: http://store.businessobjects.com/store/bobjamer/DisplayProductByTypePage&parentCategoryID=&categoryID=11522300?resid=-Z5tUwoHAiwAAA8@NLgAAAAS&rests=1254701640551
Be sure to tell them it needs to go to the Report Designer team first.
There is also a possibilty their driver has issue with Windows OS and the .NET framework. Crystal reports is also UNICODE compliant so the printer driver would have a better success rate if their driver was also unicode compliant.
Bottom line is if it doesn't work in Crystal Designer it won't work in code either.
Thanks again
Don

Similar Messages

  • When we execute   transcation selection-screen should come with some values

    hi gurus,
    My requirement is whenever user executes a particular transaction,
    selection screen should appear with some values by default.
    can you suggest me in solving this problem.
    its urgent.
    thanks,
    Bhanu.R

    Hi,
    for that do like:
    A transaction with a variant can have its own transaction code, which you can then use to execute the transaction with the appropriate variant.
    To create a variant transaction, proceed as follows:
    Choose Goto ® Create vari. trans. from the initial transaction variant maintenance screen.
    Enter a transaction name and corresponding short text. Transaction type Variant transaction is already set. The following screen already contains default values for the name of the calling transaction, the variant name, and the client-specific or cross-client variant checkbox.
    Save your entries.
    Example:
    Variant ABC has been defined for transaction Z000. We now want to create the variant transaction ZVAR.
    Name of the new transaction: ZVAR
    Name of the calling transaction: Z000
    Name of the variant: ABC
    Transaction ZVAR starts transaction Z000 with variant ABC.
    If the variant specified for a variant transaction does not exist (in the current client), then the calling transaction will be started without variant.
    Regards,
    Renjith Michael.

  • Printing is closing program with some printers

    I am dying here. For some reason the way I am printing is causing either a General Protection Fault or just closing my program. This doesn't happen all the time though. All of my printers (inkjet and laser) work fine, but with some other printers I am seeing the problems described above. Some Epsons work while others don't, same with HP. If anyone has run into these problems or if my code just sucks (I included a snippet) please let me know what I should do. I thank you all in advance for the wonderful advice I am sure to recieve.
    Thanks
    ~Justin
    DocPrintJob pjob = null;
    Doc doc = null;
    PrintServiceAttributeSet pjlSet = null;
    book = null;
    pageView = null;
    PrintJobAttributeSet printJobSet = null;
    PrintRequestAttributeSet printReqSet = null;
    if(endPage > v.size()) {
    endPage = v.size();
    book = new Book();
    for(int i = startPage; i <= endPage; i ++) {
    pageView = new PrintablePageView((PageData)v.elementAt(i - 1));
    book.append(pageView ,pf);
    PageRanges pr = new PageRanges(1,book.getNumberOfPages());
    aset.add(pr);
    printerJob.setPageable(book);
    pjob = printerJob.getPrintService().createPrintJob();
    try {
    doc = new SimpleDoc(book, flavor, null);
    pjob.print(doc, aset);
    } catch (Exception e) {
    JOptionPane.showMessageDialog(null, "Error in PAAO " + e);
    return false;
    }

    One of the JRE 1.3.1's has this problem, upgrade to a newer JRE and it should fix your problem.

  • Problem to create data source with OCI type of driver

    Hi Experts
    We are creating an XA datasource with OCI type of driver using an enterprise application with data-sources.xml, the xml is like this:
    <?xml version="1.0" encoding="UTF-8"?>
    <!DOCTYPE data-sources SYSTEM "data-sources.dtd" >
    <data-sources>
         <data-source>
              <data-source-name>OCI_DS_XA</data-source-name>
              <driver-name>ORACLE_DRIVER</driver-name>
              <init-connections>1</init-connections>
              <max-connections>25</max-connections>
              <max-time-to-wait-connection>120</max-time-to-wait-connection>
              <expiration-control>
                   <connection-lifetime>60</connection-lifetime>
                   <run-cleanup-thread>300</run-cleanup-thread>
              </expiration-control>
              <sql-engine>Vendor_SQL</sql-engine>
              <jdbc-2.0>
                   <xads-class-name>
                        oracle.jdbc.xa.client.OracleXADataSource
                   </xads-class-name>
                   <object-factory>
                        oracle.jdbc.pool.OracleDataSourceFactory
                   </object-factory>
                   <properties>
                        <property>
                             <property-name>serverName</property-name>
                             <property-value><SERVER_NAME></property-value>
                        </property>
                        <property>
                             <property-name>serverPort</property-name>
                             <property-value>1521</property-value>
                        </property>
                        <property>
                             <property-name>databaseName</property-name>
                             <property-value>ORCL</property-value>
                        </property>
                        <property>
                             <property-name>driverType</property-name>
                             <property-value>oci</property-value>
                        </property>
                        <property>
                             <property-name>user</property-name>
                             <property-value>username</property-value>
                        </property>
                        <property>
                             <property-name>password</property-name>
                             <property-value>password</property-value>
                        </property>
                   </properties>
              </jdbc-2.0>
              </data-source>
    </data-sources>
    We have installed oracle client in server M/C and configured all the environment variables. While we are deploying the application from CE developer studio IDE to the CE 7.1 AS, we are getting the  following error:
    Description:
              1. Exception has been returned while the 'sap.com/DS_TEST_EAR' was starting. Warning/Exception :
    [ERROR CODE DPL.DS.6193] Error while ; nested exception is:
         com.sap.engine.services.deploy.exceptions.ServerDeploymentException: [ERROR CODE DPL.DS.5030] Clusterwide exception: server ID 7653550:com.sap.engine.services.dbpool.exceptions.BaseDeploymentException: Cannot create DataSource "OCI_DS_XA".
         at com.sap.engine.services.dbpool.deploy.ContainerImpl.startDataSources(ContainerImpl.java:1467)
         at com.sap.engine.services.dbpool.deploy.ContainerImpl.prepareStart(ContainerImpl.java:468)
         at com.sap.engine.services.deploy.server.application.StartTransaction.prepareCommon(StartTransaction.java:219)
         at com.sap.engine.services.deploy.server.application.StartTransaction.prepare(StartTransaction.java:179)
         at com.sap.engine.services.deploy.server.application.ApplicationTransaction.makeAllPhasesOnOneServer(ApplicationTransaction.java:419)
         at com.sap.engine.services.deploy.server.application.ParallelAdapter.makeAllPhasesImpl(ParallelAdapter.java:495)
         at com.sap.engine.services.deploy.server.application.StartTransaction.makeAllPhasesImpl(StartTransaction.java:554)
         at com.sap.engine.services.deploy.server.application.ParallelAdapter.runInTheSameThread(ParallelAdapter.java:248)
         at com.sap.engine.services.deploy.server.application.ParallelAdapter.makeAllPhasesAndWait(ParallelAdapter.java:389)
         at com.sap.engine.services.deploy.server.DeployServiceImpl.startApplicationAndWait(DeployServiceImpl.java:3387)
         at com.sap.engine.services.deploy.server.DeployServiceImpl.startApplicationAndWait(DeployServiceImpl.java:3373)
         at com.sap.engine.services.deploy.server.DeployServiceImpl.startApplicationAndWait(DeployServiceImpl.java:3276)
         at com.sap.engine.services.deploy.server.DeployServiceImpl.startApplicationAndWait(DeployServiceImpl.java:3249)
         at com.sap.engine.services.dc.lcm.impl.J2EELCMProcessor.doStart(J2EELCMProcessor.java:99)
         at com.sap.engine.services.dc.lcm.impl.LifeCycleManagerImpl.start(LifeCycleManagerImpl.java:62)
         at com.sap.engine.services.dc.cm.deploy.impl.LifeCycleManagerStartVisitor.visit(LifeCycleManagerStartVisitor.java:34)
         at com.sap.engine.services.dc.cm.deploy.impl.DeploymentItemImpl.accept(DeploymentItemImpl.java:83)
         at com.sap.engine.services.dc.cm.deploy.impl.DefaultDeployPostProcessor.postProcessLCMDeplItem(DefaultDeployPostProcessor.java:80)
         at com.sap.engine.services.dc.cm.deploy.impl.DefaultDeployPostProcessor.postProcess(DefaultDeployPostProcessor.java:56)
         at com.sap.engine.services.dc.cm.deploy.impl.DeployerImpl.doPostProcessing(DeployerImpl.java:741)
         at com.sap.engine.services.dc.cm.deploy.impl.DeployerImpl.performDeploy(DeployerImpl.java:732)
         at com.sap.engine.services.dc.cm.deploy.impl.DeployerImpl.doDeploy(DeployerImpl.java:576)
         at com.sap.engine.services.dc.cm.deploy.impl.DeployerImpl.deploy(DeployerImpl.java:270)
         at com.sap.engine.services.dc.cm.deploy.impl.DeployerImpl.deploy(DeployerImpl.java:192)
         at com.sap.engine.services.dc.cm.deploy.impl.DeployerImplp4_Skel.dispatch(DeployerImplp4_Skel.java:875)
         at com.sap.engine.services.rmi_p4.DispatchImpl._runInternal(DispatchImpl.java:351)
         at com.sap.engine.services.rmi_p4.server.ServerDispatchImpl.run(ServerDispatchImpl.java:70)
         at com.sap.engine.services.rmi_p4.P4Message.process(P4Message.java:62)
         at com.sap.engine.services.rmi_p4.P4Message.execute(P4Message.java:37)
         at com.sap.engine.services.cross.fca.FCAConnectorImpl.executeRequest(FCAConnectorImpl.java:872)
         at com.sap.engine.services.rmi_p4.P4Message.process(P4Message.java:53)
         at com.sap.engine.services.cross.fca.MessageReader.run(MessageReader.java:58)
         at com.sap.engine.core.thread.execution.Executable.run(Executable.java:108)
         at com.sap.engine.core.thread.execution.CentralExecutor$SingleThread.run(CentralExecutor.java:304)
    Caused by: com.sap.engine.frame.core.database.DatabaseException: Exception of type java.sql.SQLException occurred: Closed Connection.
         at com.sap.engine.core.database.impl.DataSourceAdministratorImpl.createDataSource(DataSourceAdministratorImpl.java:49)
         at com.sap.engine.services.dbpool.deploy.ContainerImpl.startDataSources(ContainerImpl.java:1400)
         ... 33 more
    Caused by: java.sql.SQLException: Closed Connection
         at oracle.jdbc.driver.DatabaseError.throwSqlException(DatabaseError.java:125)
         at oracle.jdbc.driver.DatabaseError.throwSqlException(DatabaseError.java:162)
         at oracle.jdbc.driver.DatabaseError.throwSqlException(DatabaseError.java:227)
         at oracle.jdbc.driver.GetCharSetError.processError(T2CConnection.java:3082)
         at oracle.jdbc.driver.T2CConnection.getCharSetIds(T2CConnection.java:2811)
         at oracle.jdbc.driver.T2CConnection.logon(T2CConnection.java:300)
         at oracle.jdbc.driver.PhysicalConnection.<init>(PhysicalConnection.java:344)
         at oracle.jdbc.driver.T2CConnection.<init>(T2CConnection.java:136)
         at oracle.jdbc.driver.T2CDriverExtension.getConnection(T2CDriverExtension.java:79)
         at oracle.jdbc.driver.OracleDriver.connect(OracleDriver.java:545)
         at oracle.jdbc.pool.OracleDataSource.getConnection(OracleDataSource.java:194)
         at oracle.jdbc.pool.OracleConnectionPoolDataSource.getPhysicalConnection(OracleConnectionPoolDataSource.java:121)
         at oracle.jdbc.xa.client.OracleXADataSource.getXAConnection(OracleXADataSource.java:333)
         at oracle.jdbc.xa.client.OracleXADataSource.getXAConnection(OracleXADataSource.java:84)
         at com.sap.sql.connect.factory.XADSPooledConnectionFactory.getPooledConnection(XADSPooledConnectionFactory.java:27)
         at com.sap.sql.connect.datasource.DBDataSourceImpl.createPooledConnection(DBDataSourceImpl.java:677)
         at com.sap.sql.connect.datasource.DBDataSourcePoolImpl.initConnections(DBDataSourcePoolImpl.java:1099)
         at com.sap.sql.connect.datasource.DBDataSourcePoolImpl.<init>(DBDataSourcePoolImpl.java:49)
         at com.sap.sql.connect.datasource.DataSourceManager.createDataSource(DataSourceManager.java:507)
         at com.sap.sql.connect.datasource.DataSourceManager.createDataSource(DataSourceManager.java:136)
         at com.sap.sql.manager.OpenSQLManager.createDataSource(OpenSQLManager.java:141)
         at com.sap.engine.core.database.impl.DataSourceAdministratorImpl.createDataSource(DataSourceAdministratorImpl.java:42)
         ... 34 more
    But when we are creating the datasource with thin type of driver, it is working fine. We have already created a driver with name “ORACLE_DRIVER” in server using the ojdbc14.jar using Netweaver administrator consol.
    Same this is happening when we are creating the OCI type of datasource by using Netweaver administrator consol by specifying all the parameter as above and also the initial connection pool size is more than zero.
    Same thing is happening for normal (JDBC 1x) datasource creation with OCI type driver.

    Hello,
    I ran a search on SDN, related to your error code, i found the following:
    UnsupportedClassVersionError in NWDS CE
    DeploymentWarning-WebService-Collection
    Maybe its useful to you
    Regards,
    Siddhesh

  • Problem installing Creative media source(with vis

    ok so i've tried installing this program like a million times and every time it wont install corectley and the one time it did it didnt recognize my player (Creative Nomad Jukebox Zen Xtra) and the program shut down, is there any way i can get this to install properly or is there a newer version that will work with vista or any way to put MP3s on my player without this program or am i S.O.L?

    I have no Idea what the problem is! Sorry! But I do have a suggesttion! DONT USE MEDIA CENTER, it is one of the wort (really it is) programs you can put on your computer. It looks like a tacky, un though out, nasty piece of **BLEEP**! lol not to hars or anything. I would advise using Windows Media Player and using urge (its the best and you only have one library!).
    *If you have to avoid the filter, plz don't use that word. Dale-CLMessage Edited by Dale-CL on 04-2-2007 04:46 PM

  • Printing problem with some pdf files

    This problem is with Windows 7 and XP.
    When trying to print I receive the following error:
    "The Document could not be printed.
    There were no pages selected to print."
    I tried the print image button and same error. 
    This is Adobe Reader 10
    I have also tried saving to different files and still same problem.
    Thanks

    Hi!
    I've tested the issue again with Adobe Reader 10.1.4 on MS Windows XP Pro. SP3, MS Windows 7 Pro. SP1 32-bit and 64-bit with the following drivers:
    - HP Universal Printing PS package ver. 5.5.0.12834 (driver ver. 61.130.04.12834) for printing to HP LaserJet 4100 DTN (224 MiB of RAM) and HP Color LaserJet 4700dn (288 MiB of RAM)
    - Samsung Universal Print Driver PS ver. 2.03.09.00_41 for printing to Samsung ML-3051DN printer with 64 MiB of RAM
    Printing of the sample 6-page PDF file (https://workspaces.acrobat.com/?d=ojv64pOBncq6XxtSiRqSkw) is still slow because the document stays long in the Windows print queue. Here are the test results:
    - printing with the HP UPD PS driver - 120 sec.
    - printing with the Samsung UPD PS driver - 220 sec.
    When the same PDF file is printed in FoxitReader 5.4.4 the document stays in the print queue for only 15 sec.
    Enabling the Print As Image option in the Reader's Advanced Print Setup can help to some degree (it gives better kB/sec. ratio but it increases the size of the print job).
    I'd really appreciate it if developers at Adobe improved the Reader in order to solve the issue with the PS drivers.
    -- rpr.

  • HT1391 How can I get a full history of our purchases?  We had some problems with some downloads since 5/25/12.We were charged for items that said "Free"? Help

    How can I get a full history of our purchases?  We had some problems with some downloads since 5/25/12.We were charged for items that said "Free"? Help

    iTunes Store menu > View My Account...
    Sign in and select "See All" in Purchase History.
    You can only see them in "batches" of ten. As far as I know there is no way to obtain a comprehensive summary.
    The prices are tabulated in that list. If they were supposed to be free, and they show that you were charged, then click the arrow next to the suspect purchases and click "report a problem".

  • Problem with some files with Adobe Audition 3.0

    Hello everybody, I have a problem with some files. For example, when I open a .mp3 file, it says "The selected file it's not a supported file type". Instead, with other .mp3 files all works fine. What should I do? Thanks for the attention.

    I strongly suggest - in fact this is probably the only thing you can do at this point - that you have a look at the FAQ here, and do exactly what it says.

  • How to select paper type for Canon iP5000 with Leopard and Photoshop CS3.

    I have printed photographs quite happily for years on my iP5000 using PS7 and 10.X. However since installing Leopard and switching to PS CS3 I am unable to select paper type (glossy, matt, etc). Is this a 10.5 problem, or as I suspect a CS3 problem. Any suggestions would be appreciated.
    I can select paper type in other applications.

    I don't know if it is the same for your printer but with my Canon MP600 I experienced the same problem until I came across the fact that when Print is clicked there is a Blue Triangle on the right of the dialogue. Click this and the paper type etc is displayed.

  • Problems with some songs in iTunes (and my iPod)

    Hi,
    I do not know whether this is the right category for my problem, but I did not find a suitable one.
    I have problems with some songs in iTunes. They do not sound right. It is hard to me to describe my problem in English (thanks to apple's "great" support...I was not able to contact them personally except by phone). The songs "hang", they sound like someone reels (?) it. The problem does not only appear with iTunes but also with my iPod nano first generation.
    My godmother brang me CDs where that problems appear (but not the whole CDs have that problem, only a few songs) from the USA - I live in Germany. Maybe that is cause of the error. But I cannot imagine that, because CDs there and here have the same format and I have several CDs from the US where is no problem at all. I am absolutely sure that the CDs are originals and not a copy, by the way.
    Maybe you can help me, it would be great!
    Thanks,
    Jule
    Message was edited by: JAGgermany

    Yes, I thought that's what Restore should do, but the problems remain.  Hmmm, the out of order 'album's' songlist is notated 1 of 8, 2 of 8, 3 of 8...  I'll try 01, 02...
    Probably a good idea.
    The other album is running through the list of songs like fast-forward, but not playing the songs.  Then, iPod locks up.
    Do these same tracks play okay in iTunes?  What is the original source for these tracks?  Were they downloads from the iTunes Store or imported from outside of iTunes?  What format are they encoded in and at what bitrate?
    B-rock

  • Problems with deployed printers

    We have printers deployed to our buildings via Group Policy. We're having intermittent problems with the printers getting mapped for the users. We have a mixed Windows 7 and 8.1 environment. From what I can tell the Windows 7 almost always work. However
    for the Windows 8.1 ones its intermittent. The error in the Application log for the machines that do not get the printers is this: 
    The user 'Hard-IMC-1nb-test' preference item in the 'Student Mandatory {0FA26CC5-C001-4A02-AACE-930581B7A1CF}' Group Policy Object did not apply because it failed with error code '0x80070057 The parameter is
    incorrect.' This error was suppressed.
    Hard-IMC etc is the printer share name. Student Mandatory is the name of the policy.
    The strange thing is some students login and get all printers, some it gets this. I tried adding another printer share to the same printers with say a PCL5 driver vs a PCL 6. And it'll work fine for a few days then that one falls into the mix of not getting
    mapped. This is happening in all of our buildings each has its own local 2008 R2 print server. If I create a test account and login to the same PC as a student that doesn't get the printers it works fine for about 9-10 logins and then it starts happening to
    the test account. Its like the problem takes a few logins to occur. I've looked at some of our printers and they use the same manufacturer driver for both Win 7 and 8.1 so its not a driver issue especially since a lot of the times they do map. 
    The only thing I've been able to find out is that on Win7 its not happening. Nothing else makes sense. There is no pattern to time of day or account. The machines all have the same image and updates etc. Can anyone give me a direction to look at. We have
    too many PC's to do printers individually.
    Thanks
    Jason

    Hi Jason,
    Before going further, sorry for the late response.
    >>If I create a test account and login to the same PC as a student that doesn't get the printers it works fine for about 9-10 logins and then it starts happening to the test account. Its like the problem takes a few logins to occur
    Based on the description, after the issue occurs, please log out the users, log in again, and then run the command
    gpresult/h gpreport.html to collect group policy result to check if the group policy settings still apply correctly.
    Besides, what printers do we use? For this involves third party hardware product, and in order to better troubleshoot the issue, we can also contact vendor company to see if they have some suggestions for this issue.
    Best regards,
    Frank Shen

  • Problems with some single tracks downloaded or only part of playlist appear as an album on iPhone.

    Two problems:
    1) Some single tracks I've downloaded (ie not part of an album in my ITunes) still appear as an album (with 1 song) when I sync with the iPhone. I've deleted all the album info so only track title and artist appear. This only happens with some tracks.
    2) I've put some tracks from albums I have in iTunes into a playlist. In some cases when I have not synced the whole album to the iPhone those single tracks appear as an album (with 1 or 2 songs). I can't delete them from the album list on the iPhone as it deletes the track from the playlist. And I can't delete the album data in iTunes as the track is then removed from the album. I tried grouping the playlist but this makes no difference.
    Both are really annoying as it only happens with some tracks and adds single songs to my album list. I have checked and all the visible data is the same and nothing random or odd is ticked or populated.
    Is there any way I can solve either of these?

    You can re-download content purchased from the iTunes store (availability varies depending on location) using the purchased option from the Quick Links section in the top right corner of the iTunes homepage in your iTunes application on your computer.
    You can re-download content purchased from the iTunes store (availability varies depending on location) using the purchased option which is revealed in the iTunes app on your iOS device by tapping the more button at the bottom of the screen.
    If the problem re-occurs, select the content which is causing a problem and use the 'Report a problem' button in Your Purchase History using your computer.

  • Problems with some PDF files

    Hi,
    I have problems with some PDF files. After clicking on link to the file Safari shows me insted of normal document (which is working on Windows) hashes, numbers etc like it was a problem with coding or something. First I was using Preview, I though that maybe installing Acrobat Reader with plugins will solve the problem, but ofcourse it didn't. Did somebody has this same problem?

    Back up all data.
    Please triple-click anywhere in the line below on this page to select it:
    defaults delete -app Safari WebKitOmitPDFSupport
    Copy the selected text to the Clipboard by pressing the key combination command-C.
    Quit Safari. Launch the built-in Terminal application in any of the following ways:
    ☞ Enter the first few letters of its name into a Spotlight search. Select it in the results (it should be at the top.)
    ☞ In the Finder, select Go ▹ Utilities from the menu bar, or press the key combination shift-command-U. The application is in the folder that opens.
    ☞ Open LaunchPad. Click Utilities, then Terminal in the icon grid.
    Paste into the Terminal window by pressing the key combination command-V. I've tested these instructions only with the Safari web browser. If you use another browser, you may have to press the return key after pasting.
    Wait for a new line ending in a dollar sign (“$”) to appear below what you entered. You can then quit Terminal. Test.

  • Hello, I've updated the iPhone I have got I have a problem I hope you respond to some of the applications no longer work, such as the safari and skype and many applications are no longer working with the ios7.0.4

    Hello, I've updated the iPhone I have got I have a problem I hope you respond to some of the applications no longer work, such as the safari and skype and many applications are no longer working with the ios7.0.4

    Standard troubleshooting...
    1. Try a Restart by pressing the sleep/lock button until you see the slider.  Slide to power off.  Restart by pressing the sleep/lock button until you see the Apple logo.
    2. Try a Reset by pressing the home and sleep buttons until you see the Apple logo. Takes about 5-15 secs of button holding and you won't lose any data or settings.
    3. Remove apps from Recently Used (multi-tasking) list...
    - From any Home Screen, double tap the home button to bring up the Recents List
    - Swipe up on the app preview card to remove it from the list
    - Press the home button when done.
    4. If still a problem restore with your backup.
    5. If still a problem restore as new, i.e. without your backup. See how it runs with nothing synced to it.
    6. If still a problem, it's likely a hardware issue.

  • I have an ipad mini 1st gen 64 gb (wifi only) and i have problem with some of my apps. These apps have lags when you play with them for a few seconds the apps are having lags are call of duty strike team, gta San Andreas and nfs most wanted.pleas help me

    I have an ipad mini 1st gen 64 gb (wifi only) and i have problem with some of my apps. These apps have lags when you play with them for a few seconds the apps are having lags are call of duty strike team, gta San Andreas and nfs most wanted.pleas help me

    I'm going to guess videos buffer for a while also...
    Two possibilities, one is you should close apps on the iPad, the other is your internet speed is not able to handle the demands of a high speed device.
    To close apps:   Double click home button, swipe up to close the apps.
    To solve internet problem, contact your provider.   Basic internet is not enough for video games and movies.   Your router may be old and slow.

Maybe you are looking for