Type MIME and PDF download apex 4.2.1

Hello

A few days ago we went to Apex 4.2.1 and I wonder if there is a bug in the article "file browse...» ».
In an older version (don't know if 4.0 or 3.2) everything worked fine, but when I'm now downloading PDF files via the file browser, Apex inserts "application/download" or "text/html" as MIME type in apex_application_files.
Trying to download them logically crashes, because the browser receives the incorrect MIME.
But only recognized with PDF files... Download e.g. JPGs or TXTs get is the right MIME type.
As a workaround I hardcode the MIME type ' application/pdf', if the file ends in ".pdf", but I prefer to get it from the apex_application_files table.
I'm the only one having this problem or knows already?


Thank you very much
Daniel


PS:
Handle is already changed ;)

Published by: 977470 on 18.03.2013 02:06

Hi Daniel,.

Do you use EPG, mod_plsql or APEX listener? Have you changed the mechanism of connection after upgrading to 4.2.1?
If you use the earpiece of the APEX, which version do you use? What browser and version do you use to download the file? It reproduces with other browsers as well?

Concerning
Patrick
-----------
Member of the APEX development team
My Blog: http://www.inside-oracle-apex.com
APEX Plug-Ins: http://apex.oracle.com/plugins
Twitter: http://www.twitter.com/patrickwolf

Tags: Database

Similar Questions

  • Excel and pdf download link on the report in the development sandbox app

    I need help in the following ways:

    (1) pass the link to download spreadsheet the bottom left corner to the upper right of the report page

    (2) adding a link next to the excel link pdf download (I think I saw it was possible)


    I use the oracle supplied sandbox for the development account.

    Thank you!

    1. change the report model.

    2. the option you want is the third tab in the region, print attributes, but the environment should be set up to produce PDF files (usually Apache FOP or the Oracle BI/XML publication server). Not sure if apex.oracle.com supports PDF printing, you mind.

    John.

  • Storage of MS-Word and PDF documents in the database that is downloaded through APEX

    I want to enable users to download MS-Word and PDF documents that they created / edited outside of the app to the APEX for storage in the database with other data in the app.

    I know that I should use a queue item browse an area for this purpose.
    I have a few questions:
    1. what type of database data is best for storage of MS-Word and PDF docs? CLOB?
    2. How can the user see that the file has been downloaded? In other words, how can they see the name of the file has been downloaded? I want to show this on the page for later viewing. I downloaded a document, but later, I have no way to see that the document has actually been downloaded. On the page of the APEX, the browse file evidence not whether or not a previously downloaded file.
    3. how the user can download the previously downloaded?
    4. is there a way to give users the ability to edit a document in an APEX application where they can do the editing of type MS-Word (the font size, type of font, bold, italic, etc.)?

    I know I ask myself a lot here and I appreciate your comments.
    -Reid

    In my case, I am downloading screenshots of my application and then display them. You can feel free to use it if you want, the code has been taken for most examples of downloads of files sent by others. Here is a code to help you get started:

    Description Table file

    CREATE TABLE FILE_UPLOAD
       (name           VARCHAR2(4000) PRIMARY KEY,
        subject        VARCHAR2(4000),
        id             NUMBER,
        blob_content   BLOB,
        mime_type      VARCHAR2(4000),
        PAGE_ID        NUMBER);
    

    How to download file

    IF ( :P20_FILE_NAME is not null ) THEN
         INSERT INTO FILE_UPLOAD (id, NAME, SUBJECT, BLOB_CONTENT, MIME_TYPE, PAGE_ID)
          SELECT ID,:P20_FILE_NAME,:P20_SUBJECT, blob_content, mime_type, :P20_PAGE_ID
                FROM APEX_APPLICATION_FILES
                WHERE name = :P20_FILE_NAME;
       DELETE from APEX_APPLICATION_FILES WHERE name = :P20_FILE_NAME;
      END IF;
    

    Download Image definition of the procedure

    CREATE OR REPLACE PROCEDURE download_my_file(p_file in number) AS
            v_mime  VARCHAR2(48);
            v_length  NUMBER;
            v_file_name VARCHAR2(2000);
            Lob_loc  BLOB;
    BEGIN
      SELECT MIME_TYPE, BLOB_CONTENT, name,DBMS_LOB.GETLENGTH(blob_content)
             INTO v_mime,lob_loc,v_file_name,v_length
        FROM FILE_UPLOAD
       WHERE id = p_file;
        --
        -- set up HTTP header
        --
        -- use an NVL around the mime type and
        -- if it is a null set it to application/octect
        -- application/octect may launch a download window from windows
      owa_util.mime_header( nvl(v_mime,'application/octet'), FALSE );
    
        -- set the size so the browser knows how much to download
      htp.p('Content-length: ' || v_length);
        -- the filename will be used by the browser if the users does a save as
      htp.p('Content-Disposition:  attachment; filename="'||replace(replace(substr(v_file_name,instr(v_file_name,'/')+1),chr(10),null),chr(13),null)|| '"');
        -- close the headers
      owa_util.http_header_close;
        -- download the BLOB
      wpg_docload.download_file( Lob_loc );
    end download_my_file;
    /
    

    don't forget to grant rights of procedure for the use by any person

    GRANT EXECUTE ON download_my_file TO PUBLIC
    

    Display Image definition of the procedure

    create or replace PROCEDURE "DISPLAY_IMAGE"
    (
      inID NUMBER
    )
    AS
      vMIME VARCHAR2(48);
      vLENGTH NUMBER;
      vFILENAME VARCHAR2(2000);
      vBLOB BLOB;
    BEGIN
      SELECT MIME_TYPE, BLOB_CONTENT, NAME, DBMS_LOB.GETLENGTH(BLOB_CONTENT)
        INTO vMIME, vBLOB, vFILENAME, vLENGTH
      FROM FILE_UPLOAD
      WHERE ID = inID;
      owa_util.mime_header(nvl(vMIME, 'application/octet'), FALSE);
      htp.p('Content-length: ' || vLENGTH);
      owa_util.http_header_close;
      wpg_docload.download_file(vBLOB);
    END;
    /
    

    Again, ensure that everyone has rights to execute the procedure.

    GRANT EXECUTE ON DISPLAY_IMAGE TO PUBLIC
    

    This does not create an editor in the browser, it simply creates a process simple upload/display. For a WYSIWYG editor that manages the PDF format or doc, you need something much more sophisticated, and I can't propose something here.

  • Downloads window blank and nothing download - only for PDF files?

    FF 25, Mac Mountain Lion.

    Last week, stopped download PDF files and the downloads window is empty. Tried Safe Mode and clear memory cache, as well as Disable selectively module DownloadHelper. Nothing has worked. Acrobat plugin is not used, I've always had PDF files in Acrobat itself opening.

    It seems to affect only PDF files.

    I do not have reset FF because it's so invasive and time-consuming. Any other solution before I resort to that (or switch to Chrome)?

    In order to change the default reader for PDF files (to not to open PDF files with the internal PDF reader to Firefox), do the following:

    1. Go to Tools > Options (or Firefox > Options).
    2. In the Options window, select the Applications tab.
    3. In the Search box, type PDF. You should find Portable Document Format (PDF).
    4. On the right referring, you should find a column of Action . To select your favorite PDF reader. In order to view PDFs in Firefox, choose Preview in Firefox.

    This solve your problems? The report please come back shortly.

  • Can I share a link to a document (for example, a .pdf file) for anyone to view and/or download?

    Can I share a link to a document (for example, a .pdf file) for anyone to view and/or download on iCloud drive?  I currently do with Copy.com and Dropbox.  If so, how.

    Post edited by: mac710

    iCloud drive does not have this capability. You must continue to use Dropbox or Copy.com.

  • I have Acrobat Standard XI and recently downloaded CD Player for a specific use. Reader became my default for open PDF files once it has been installed. How can I get Acrobat Standard to be once more my fault?

    I have Acrobat Standard XI and recently downloaded CD Player for a specific use. Reader became my default for open PDF files once it has been installed. How can I get Acrobat Standard to be once more my fault?

    Hi nancye22519208 ,

    Please right-click on any PDF on your system, then go to properties > under general, you will find "opens with". Here you will see 'change' option, by clicking on it, wil give you a window from which you can choose the Acrobat Standard XI as a default for PDF files.

    Kind regards

    Christian

  • How to download resources HTML and PDF files?

    How to download resources HTML and PDF files?

    We have currently no help for download of the resources shared via the user interface.

    Neil

  • create a PDF file viewer, users can view and or download

    I would like to create a directory of PDF files that end-users can see a thumbnail of the first page of the pdf file

    and when they click on it will expand to allow them to view the pages in the pdf file, and or download.

    I have 40 years and more of old newsletters that I am trying to publish.

    I was able to do this is much easier using iWeb for the Mac, it was just drag - drop a pdf file and the

    thumbnail has been generated automatically - but I can't seem to find a way to do it in Muse.

    My attempt to Muse...

    (what I was doing in iWeb)Screen Shot 2014-11-18 at 12.42.39 PM.png

    Screen Shot 2014-11-18 at 12.41.14 PM.png

    You can use of compositions to do with triggers insert thumbnail images and target containers should include the content of the text, add another text in the same container and a link to pdf document where users can download the file.

    Thank you

    Sanjit

  • Are files such as images and PDF files in HTMLResources.zip resampled during the download?

    Are files such as images and PDF files in HTMLResources.zip resampled during the download?

    N °

  • create pdf and force download

    Hello:

    I create PDFs in real time using < cfdocument format = "pdf" > but when the user clicks on the link to view, it opens in the browser. Can somehow make us this download instead? so we get faster to download "save under".

    -A

    create pdf and force download

    Little text.

  • Firefox will not remember to use the reader for PDF downloads

    When you use Gmail, I have an email with attachments in PDF. For each PDF attachment, there are 3 possibilities: use the player integrated, download or copy of Google Drive. When I selected download, the popup says "you have chosen to open:...» "and then offers you two selections: 'Open with' and 'Save File '. Previously, the option 'Open with' remember that I wanted to use the drive with the PDF file. It no longer does this. I have to go and find the drive every time, even if I clicked "do this automatically". Whenever I have go to the player, he will use it. It won't be just remembering to use drive next time. Under Application Options, it does not for the PDF files, it must 'Use Adobe Reader'. I reinstalled Firefox, as well as ensuring that records in my application profile data have been deleted, so there is a clean version.

    Test with a single message, it seems that Google sends good content-type header (' application/pdf'). The present attached screenshot the "response headers" in the web console.

    Sometimes the settings file that stores your preferences for handling download becomes corrupt with duplicated or contradictory information. Its format internal being impenetrable, it is generally easier to remove the file and have Firefox rebuild. You must update your PDF preferences once again, but I hope that it will work again.

    Here's how:

    Open the settings folder (AKA Firefox profile) current Firefox help

    • button "3-bar" menu > "?" button > troubleshooting information
    • Menu help > troubleshooting information

    In the first table of the page, click on the view file"" button.

    Leave this window open, switch back to Firefox and output, either:

    • "3-bar" menu button > button "power".
    • File menu > exit

    Pause while Firefox finishing his cleaning, then rename the mimeTypes.rdf to something like mimeTypes.old

    Restart Firefox upward, review the Options/Applications and select PDF preferences, then retest Gmail. Any improvement?

  • docx and PDF attachments does not open in mail

    After you have uninstalled Open Office and Foxit reader, I can't open docx and pdf attachments.  XLS open without a problem.  Associations have been created.  Latest Adobe has been downloaded.  When I click on the input box, the icon shows that the files are Word or Adobe, but the message says still no association of this file.  No RT clk. available at least that I've save it first to a different location, and then of course, they open no problemo.  Any ideas?

    For the PDF.

    Create a file association.

    1. download and save the attachment to the office.
    2. right click on the saved file.
    3. Select: Open with on the shortcut menu.
    4. click on: choose [default] program.
    5. Select: Adobe Reader.
    6. check: always use the selected program to open this type of file.
    7. click on OK.

    This should allow you to open these attachments directly from email address now.

    Repeat for docx files, but choose Word to open in.

  • Acrobat 9 Pro and PDF Printer 9 problems

    Since the execution of that update the OS X 10.5.7 Adobe PDF 9.0 printer no longer works when I print a PDF from Illustrator or any other software.

    I posted a question about it on the Apple forum, but so far have had people say that their PDF 9.0 printer always work properly after the update and suggesting, it must be a problem of Adobe.

    I reinstalled Acrobat Pro from scratch and updated to 9.1.1 but the problem persists and now Acrobat Pro immediately blocked whenever I try to run the software.

    Any help much appreciated!

    It is the newspaper for a print job on the printer Adobe PDF 9.0:

    I [19/May / 2009:20:50:04 + 1200] [Job 14] adding start banner page 'none '.
    I [19/May / 2009:20:50:04 + 1200] end banner [Job 14] adding page 'none '.
    I [19/May / 2009:20:50:04 + 1200] [Job 14] type application/postscript file in queue 'powerbookg4.
    I [19/May / 2009:20:50:04 + 1200] [Job 14] queued on the 'AdobePDF9' by 'powerbookg4.
    I [19/May / 2009:20:50:04 + 1200] [Job 14] Started filter/usr/libexec/cups/filter/pstops (PID 5608)
    I [19/May / 2009:20:50:04 + 1200] [Job 14] Started backend/usr/libexec/cups/backend/pdf900 (PID 5609)
    I [19/May / 2009:20:50:13 + 1200] [Job 14] completed successfully.

    This is the crash report generated when you try to start Acrobat Pro:

    Process: AdobeAcrobat [6522]
    Path: / Applications/Adobe Acrobat 9 Pro/Adobe Acrobat Pro.app/Contents/MacOS/AdobeAcrobat
    ID: com.adobe.Acrobat.Pro
    Version: 9.1.1 (9.1.1)
    Code type: X 86 (native)
    Parent process: launchd [79]

    Interval since last report: 1103 sec
    Crashes since last report: 1
    Per-App interval since last report: 4 sec
    Per-App crashes since last report: 1

    Time: 2009-05-20 10:05:57.795 + 1200
    OS version: Mac OS X 10.5.7 (9J61)
    Report Version: 6
    Anonymous UUID: 04735422-1AA1-4CDE-BD8E-B54EF2CA34D4

    Exception type: EXC_BAD_ACCESS (SIGBUS)
    Exception codes: KERN_PROTECTION_FAILURE at 0 x 0000000000000018
    Crashed thread: 0

    Thread 0 crashed:
    0 AdobeACE 0x7fbb2874 ACEPooled::IncrementReferenceCount() + 6
    1 AdobeACE 0x7fbb32a4 ACEString::Clone() + 18
    2 AdobeACE 0x7fbfb9ca BuildCacheIncrScanner (void *, _t_ACE_FileSpec const &, icDateTimeNumber const &, bool, bool) + 296
    3 AdobeACE 0x7fbf87c6 ScanOneProfileDirectory(void (*) (void *, _t_ACE_FileSpec const &, icDateTimeNumber const &, bool, bool), void *, ACEDirList, _t_ACE_FileSpec &, bool, bool, bool) + 476
    4 AdobeACE 0x7fbf9f58 ScanProfiles (ACEGlobals *, void (*) (void *, _t_ACE_FileSpec const &, icDateTimeNumber const &, bool, bool), void *) + 838
    5 AdobeACE 0x7fbfc1b4 ACEDatabase::AppendDiskProfiles (unsigned int (*) (unsigned int, unsigned int, void *), void *) + 880
    6 AdobeACE 0x7fbfc3f9 ACEDatabase::BuildProfileCache (unsigned int (*) (unsigned int, unsigned int, void *), void *) + 121
    7 AdobeACE 0x7fbfc6fb ACEDatabase::Make (ACEGlobals *, unsigned int (*) (unsigned int, unsigned int, void *), void *) + 95
    8 AdobeACE 0x7fc063ee ACEGlobals::ProfileDatabase() + 50
    AdobeACE 9 0x7fbf7e57 ACE_ProfileFromDescription + 55
    10 AdobeACE 0x7fc30dd7 _ACE_ProfileFromDescriptionProc2_ProfileFromDescription + 41
    11 com.adobe.Acrobat.framework 0x809ceed4 0x7fe4b000 + 12074708
    12 com.adobe.Acrobat.framework 0x801366ce CopiesPagesPDE_Open + 517778
    13 com.adobe.Acrobat.framework 0x7fe9364b RunAcrobat + 287249
    14 com.adobe.Acrobat.framework 0x7fe8fbbb RunAcrobat + 272257
    15 com.adobe.Acrobat.framework 0x7fe52c80 RunAcrobat + 22598
    16 com.adobe.Acrobat.framework 0x7fe504b4 RunAcrobat + 12410
    17 com.adobe.Acrobat.framework 0x7fe4f4e4 RunAcrobat + 8362
    18 com.adobe.Acrobat.framework 0x8008b071 AcroBundleThreadQuitProc + 9767
    19 com.apple.Foundation 0x9369353c _nsnote_callback + 364
    20 com.apple.CoreFoundation 0x95f2f64a __CFXNotificationPost + 362
    21 com.apple.CoreFoundation 0x95f2f923 _CFXNotificationPostNotification + 179
    22 com.apple.Foundation 0 x 93690690-[NSNotificationCenter postNotificationName:object:userInfo:] + 128
    23 com.apple.Foundation 0x93699ee8-[NSNotificationCenter postNotificationName:object:] + 56
    com.apple.AppKit 0x93fe142a 24-[NSApplication _postDidFinishNotification] + 125
    25 com.apple.AppKit 0x93fe1339-[NSApplication _sendFinishLaunchingNotification] + 77
    26 com.apple.AppKit 0x93f5ae53-[NSApplication (NSAppleEventHandling) _handleAEOpen:] + 284
    27 com.apple.AppKit 0x93f5a64c-[NSApplication (NSAppleEventHandling) _handleCoreEvent:withReplyEvent:] + 98
    28 com.apple.Foundation 0x936b8aaf-[NSAppleEventManager dispatchRawAppleEvent:withRawReply:handlerRefCon:] + 655
    29 com.apple.Foundation 0x936b87bf _NSAppleEventManagerGenericHandler + 223
    30 com.apple.AE 0 x 95055648 aeDispatchAppleEvent (AEDesc const *, AEDesc *, unsigned long, unsigned char *) + 144
    31 com.apple.AE 0x9505557e dispatchEventAndSendReply (AEDesc const *, AEDesc *) + 44
    32 com.apple.AE 0 x 95055425 aeProcessAppleEvent + 177
    33 com.apple.HIToolbox 0x9076b961 AEProcessAppleEvent + 38
    34 com.apple.AppKit 0x93f57f21 _DPSNextEvent + 1189
    35 com.apple.AppKit 0x93f575c0-[NSApplication nextEventMatchingMask:untilDate:inMode: dequeue:] + 128
    36 com.apple.AppKit 0x93f505fb-[NSApplication run] + 795
    37 com.adobe.Acrobat.framework 0x7fe4e04c RunAcrobat + 3090
    38 com.adobe.Acrobat.framework 0x7fe4d578 RunAcrobat + 318
    39 com.adobe.Acrobat.Pro 0x00002e8b start + 2371
    40 com.adobe.Acrobat.Pro 0x0000264a start + 258
    41 com.adobe.Acrobat.Pro 0 x 00002571 start + 41

    Thread 1:
    0 libSystem.B.dylib 0x9020946e __semwait_signal + 10
    pthread_cond_wait 1 libSystem.B.dylib 0x90233dcd $UNIX2003 + 73
    2... ple. CoreServices.CarbonCore 0x94d69e83 TSWaitOnCondition + 126
    3... ple. CoreServices.CarbonCore 0x94d48d6a TSWaitOnConditionTimedRelative + 202
    4... ple. CoreServices.CarbonCore 0x94d69b00 MPWaitOnQueue + 208
    5 AdobeACE 0x7fbb1179 ACEMPThread::Task() + 133
    6 AdobeACE 0x7fbb10ed TaskGlue + 17
    7... ple. CoreServices.CarbonCore 0x94d68057 PrivateMPEntryPoint + 56
    8 libSystem.B.dylib 0 x 90233155 _pthread_start + 321
    libSystem.B.dylib 9 0 x 90233012 thread_start + 34

    Thread 2:
    0 libSystem.B.dylib 0x902022ce semaphore_wait_signal_trap + 10
    1 libSystem.B.dylib 0x902342c6 _pthread_cond_wait + 1267
    2 libSystem.B.dylib 90279539 pthread_cond_wait + 48 0 x
    3 AdobeAGM 0x7e4f14c4 pthread_condition_base::Wait(pthread_scoped_lock_base&) + 26
    4 AdobeAGM 0x7e4f141d AGMMessageQueueImpl::Pull() + 65
    5 AdobeAGM 0x7e8e2c30 AGMWorkQueueTask::operator()() + 84
    6 AdobeAGM 0x7e8e3ebb boost::function0 < sub, std::allocator < boost::function_base > >: Operator() (const + 75)
    7 AdobeAGM 0x7e4f12e1 thread_proxy + 45
    8 libSystem.B.dylib 0 x 90233155 _pthread_start + 321
    libSystem.B.dylib 9 0 x 90233012 thread_start + 34

    Thread 0 crashed with X 86 Thread State (32-bit):
    EAX: 0 x 00000000 ebx: 0x7fbfb8b3 ecx: 00000086 edx 0 x: 0x004b3ff8
    EDI: 0x004b4014 esi: 0 x 00000000 ebp: 0xbfff7b68 esp: 0xbfff7b68
    SS: 0x0000001f efl: 0 x 00010282 eip: 0x7fbb2874 cs: 0 x 00000017
    DS: 0x0000001f are: 0x0000001f fs: 0 x 00000000 gs: 0 x 00000037
    CR2: 0 x 00000018

    Binary images:
    0x1000 - 0x2fff + com.adobe.Acrobat.Pro 9.1.1 (9.1.1) < 5dcc20e94902497689a2dd930592913f >/Applications/Adobe Acrobat 9 Pro / Acrobat Pro.app/Contents/MacOS/AdobeAcrobat Adobe
    0x7d7c1000 - 0x7da4aff7 + AdobeCoolType? (???) < 9e956d02dd8748bfa1d17e55ead35839 >/Applications/Adobe Acrobat 9 Pro/Adobe Acrobat Pro.app/Contents/Frameworks/AdobeCoolType.framework/Versions/A/AdobeCoolType
    0x7e436000 - 0x7e450fff + AdobeBIB? (???) < 8001249b1da74bfd9ac46d6f3b03d7b6 >/Applications/Adobe Acrobat 9 Pro/Adobe Acrobat Pro.app/Contents/Frameworks/AdobeBIB.framework/Versions/A/AdobeBIB
    0x7e4e9000 - 0x7e9fffef + AdobeAGM? (???) < 9f9d523f3d1a41d6b1beca9bc8432f97 >/Applications/Adobe Acrobat 9 Pro/Adobe Acrobat Pro.app/Contents/Frameworks/AdobeAGM.framework/Versions/A/AdobeAGM
    0x7fbae000 - 0x7fcbcfe7 + AdobeACE? (???) < 51e7f026752f4d8e8daa8cc31ebaa2de >/Applications/Adobe Acrobat 9 Pro/Adobe Acrobat Pro.app/Contents/Frameworks/AdobeACE.framework/Versions/A/AdobeACE
    0x7fe4b000 - 0x81114fc6 + com.adobe.Acrobat.framework 9.1.0 (9.1.0) < db195f62c7ff4bc49e848b0cd3c24af5 >/Applications/Adobe Acrobat 9 Pro / Acrobat Pro.app/Contents/Frameworks/Acrobat.framework/Acrobat Adobe
    0x8fe00000 - 0x8fe2db43 dyld 97,1 (?) < 100d362e03410f181a34e04e94189ae5 >/usr/lib/dyld
    0 x 90167000 - 0x901e6ff5 com.apple.SearchKit 1.2.1 (1.2.1) < 3140a605db2abf56b237fa156a08b28b > /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchKit.framewo rk/Versions/A/SearchKit
    0x901e7000 - 0x901e7ffa com.apple.CoreServices 32 (32) < 2fcc8f3bd5bbfc000b476cad8e6a3dd2 > /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
    0x901e8000 - 0x90200ff7 com.apple.CoreVideo 1.6.0 (20.0) < c0d869876af51283a160cd2224a23abf > /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
    0 x 90201000 - 0x90368ff3 libSystem.B.dylib? (???) < b47c8e6e45aef620730710a732bf1930 > /usr/lib/libSystem.B.dylib
    0 x 90369000 - 0x903a3fe7 com.apple.coreui 1.2 /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI (62)
    0 x 90487000 - 0x90539ffb libcrypto.0.9.7.dylib? (???) < 9d714c92872a93dd127ea8556b2c8945 > /usr/lib/libcrypto.0.9.7.dylib
    0x9056d000 - 0x90600ff3 com.apple.ApplicationServices.ATS 3.7 (?) < a535fc4982d3acff6530ec25c402e679 > /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framew ork/Versions/A/ATS
    0 x 90601000 - 0x906e1fff libobjc. A.dylib? (???) < 7b92613fdf804fd9a0a3733a0674c30b >/usr/lib/libobjc. A.dylib
    0x906e2000 - 0x90733ff7 com.apple.HIServices 1.7.0 (?) < 01b690d1f376e400ac873105533e39eb > /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/HIServices .framework/Versions/A/HIServices
    0 90734000 - 0x90738fff libmathCommon.A.dylib x? (???) /usr/lib/system/libmathCommon.A.dylib
    0 x 90739000 - 0x90a41fff com.apple.HIToolbox 1.5.5 (?) < b17766e3d8800a73f534c41f624f5ac4 > /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Ver sions/A/HIToolbox
    0x90a42000 - 0x90b88ff7 com.apple.ImageIO.framework 2.0.4 (2.0.4) < 6a6623d3d1a7292b5c3763dcd108b55f > /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.fr amework/Versions/A/ImageIO
    0x90b89000 - 0x90d5affb com.apple.security 5.0.5 (36371) < c13e0bb1acfdcf94be4d3ee118ef190e > /System/Library/Frameworks/Security.framework/Versions/A/Security
    0x90e41000 - 0x91251fef libBLAS.dylib? (???) /System/Library/frameworks/accelerate.Framework/versions/A/frameworks/vecLib.framework/ve rsions/A/libBLAS.dylib
    0 x 91252000 - 0x91252ffc com.apple.audio.units.AudioUnit 1.5 (1.5) /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
    0 91253000 - 0x91724fbe libGLProgrammability.dylib x? (???) /System/Library/frameworks/OpenGL.Framework/versions/A/libraries/libGLProgrammability.dyl < 7f18294a7bd0b6afe4319f29187fc70d > ib
    0 x 91810000 - 0x918dbfff com.apple.ColorSync 4.5.1 (see 4.5.1) System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ColorSync. framework/Versions/A/ColorSync
    0x918dc000 - 0x918e0fff libGIF.dylib? (???) < 572a32e46e33be1ec041c5ef5b0341ae > /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.fr amework/Versions/A/Resources/libGIF.dylib
    0x918e1000 - 0x918fcffb libPng.dylib? (???) < 4780e979d35aa5ec2cea22678836cea5 > /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.fr amework/Versions/A/Resources/libPng.dylib
    0 x 92929000 - 0x92929ffd com.apple.vecLib 3.4.2 (vecLib 3.4.2) /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib
    0x9293f000 - 0x92946ffe libbsm.dylib? (???) < d25c63378a5029648ffd4b4669be31bf > /usr/lib/libbsm.dylib
    0 x 92947000 - 0x929c4fef libvMisc.dylib? (???) /System/Library/frameworks/accelerate.Framework/versions/A/frameworks/vecLib.framework/ve rsions/A/libvMisc.dylib
    0x92c62000 - 0x92c62ffd com.apple.Accelerate 1.4.2 (Accelerate 1.4.2) /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
    0x92d65000 - 0x92d6afff com.apple.CommonPanels 1.2.4 (85) < ea0665f57cd267609466ed8b2b20e893 > /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels.framework/ Versions/A/CommonPanels
    0x92dc7000 - 0x92e06fef libTIFF.dylib? (???) < 3589442575ac77746ae99ecf724f5f87 > /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.fr amework/Versions/A/Resources/libTIFF.dylib
    0x9312d000 - 0x931a7ff8 com.apple.print.framework.PrintCore 5.5.4 (245,6) < 03d0585059c20cb0bde5e000438c49e1 > System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/PrintCore. framework/Versions/A/PrintCore
    0x931a8000 - 0x931bdffb com.apple.ImageCapture 5.0.2 (5.0.2) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture.framework/ Versions/A/ImageCapture
    0x931be000 - 0x9355bfef com.apple.QuartzCore 1.5.8 (1.5.8) < a28fa54346a9f9d5b3bef076a1ee0fcf > /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
    0x935e1000 - 0x9360afff libcups.2.dylib? (???) < 1b0435164b9dc6c773d0b1f24701e554 > /usr/lib/libcups.2.dylib
    0x9360b000 - 0x93688feb com.apple.audio.CoreAudio 3.1.2 (3.1.2) < 5a4e6329f8dbca5dcd70924525afd24a > /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
    0 x 93689000 - 0x93905fe7 com.apple.Foundation 6.5.8 (677.24) < aa84b0383891378c348ffa4a94853082 > /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
    0x9394b000 - 0x939a5ff7 com.apple.CoreText 2.0.4 (?) < f0b6c1d4f40bd21505097f0255abfead > /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreText.f EPI/Versions/A/CoreText
    0x939a6000 - 0x939acfff com.apple.print.framework.Print 218.0.3 (220.2) < 5b7f4ef7c2df36aff9605377775781e4 > /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framework/Version s/A/Print
    0x939ad000 - 0x93a39ff7 com.apple.framework.IOKit 1.5.2 (?) < 97b9f9d584f48891377f0481b9104434 > /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
    0x93a3a000 - 0x93a67feb libvDSP.dylib? (???) < B232c018ddd040ec4e2c2af632dd497f > /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Ve rsions/A/libvDSP.dylib
    0x93a8d000 - 0x93acbfff libGLImage.dylib? (???) < A6425aeb77f4da13212ac75df57b056d > /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dylib
    0x93acc000 - 0x93af7fe7 libauto.dylib? (???) < 42d8422dc23a18071869fdf7b5d8fab5 > /usr/lib/libauto.dylib
    0x93b4a000 - 0x93c9cff3 com.apple.audio.toolbox.AudioToolbox 1.5.2 (1.5.2) /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
    0x93cbb000 - 0x93cbbff8 com.apple.ApplicationServices 34 (34) < 8f910fa65f01d401ad8d04cc933cf887 > /System/Library/Frameworks/ApplicationServices.framework/Versions/A/ApplicationServices
    0x93cda000 - 0x93d66ff7 com.apple.LaunchServices 290.3 (290,6) < bdba267184df88bd5b8e2116ea903872 > /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchServices.fr amework/Versions/A/LaunchServices
    0x93d67000 - 0x93dc4ffb libstdc ++.6.dylib? (???) < 04b812dcec670daa8b7d2852ab14be60 > /usr/lib/libstdc++.6.dylib
    0x93dc5000 - 0x93e4ffe3 com.apple.DesktopServices 1.4.8 (1.4.8) < 3065de6531ce839c7cb5b6dd70e03f4f > /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/DesktopService sPriv
    0x93e51000 - 0x93f0bfe3 com.apple.CoreServices.OSServices 227 (227) < 30cebcb68b1b571df7d77474e0c31556 > /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServices.framew ork/Versions/A/OSServices
    0x93f17000 - 0x94715fef com.apple.AppKit 6.5.7 (949.46) < a80f8cb62f6bdcb3bed3c8675d55881d > /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
    0 x 94716000 - 0x947f7ff7 libxml2.2.dylib? (???) < 068cab13eb4608a7c6a5fad807ee0e33 > /usr/lib/libxml2.2.dylib
    0x947f8000 - 0x94851ff7 libGLU.dylib? (???) < A3b9be30100a25a6cd3ad109892f52b7 > /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
    0 x 94852000 - 0x948e5fff com.apple.ink.framework 101.3 (86) < bf3fa8927b4b8baae92381a976fd2079 > /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework/Versions/ A / ink jet
    0x948e6000 - 0x94996fff edu.mit.Kerberos 6.0.13 (6.0.13) < 804bd1b3f08fb57396781f012006367c > /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
    0 x 94997000 - 0x94a65ff3 com.apple.JavaScriptCore 5525.26 (5525.26.2) < a8929f0de97428798f858023b3ce2f60 > /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore
    0x94ca0000 - 0x94ca2fff com.apple.securityhi 3.0 (30817) < dbe328cd62d603a952a4226342711e8b > /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.framework/Ve rsions/A/SecurityHI
    0x94ca3000 - 0x94ca3ffd com.apple.Accelerate.vecLib 3.4.2 (vecLib 3.4.2) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Ve rsions/A/vecLib
    0x94ca4000 - 0x94cb0ffe libGL.dylib? (???) /System/Library/frameworks/OpenGL.Framework/versions/A/libraries/libGL.dylib
    0x94cb1000 - 0x94cc1fff com.apple.speech.synthesis.framework 3.7.1 (3.7.1) < 06d8fc0307314f8ffc16f206ad3dbf44 > /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/SpeechSynt hesis.framework/Versions/A/SpeechSynthesis
    0x94cc2000 - 0x94ce6fff libxslt.1.dylib? (???) < 0a9778d6368ae668826f446878deb99b > /usr/lib/libxslt.1.dylib
    0x94ce7000 - 0x94cf5ffd libz.1.dylib? (???) < 5ddd8539ae2ebfd8e7cc1c57525385c7 > /usr/lib/libz.1.dylib
    0x94cf6000 - com.apple.shortcut 1.0.1 (1.0) 0x94d1eff7 < 131202e7766e327d02d55c0f5fc44ad7 > /System/Library/PrivateFrameworks/Shortcut.framework/Versions/A/Shortcut
    0x94d1f000 - 0x94ff9ff3 com.apple.CoreServices.CarbonCore 786.11 (786.13) < 9e2d85d52e5e2951aa4dd53c48ccc52f > /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framew ork/Versions/A/CarbonCore
    0x94ffa000 - 0x95012fff com.apple.openscripting 1.2.8 (?) < 572c7452d7e740e8948a5ad07a99602b > /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting.framework/Versions/A/OpenScripting
    0 x 95053000 - 0x95082fe3 com.apple.AE 402.3 (402,3) < b13bfda0ad9314922ee37c0d018d7de9 > /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.framework/Vers ions/A/AE
    0 x 95083000 - 0x95141fff com.apple.WebKit 5525.28 (5525.28.3) < 2dd2865b4946a6d14a011bca1b05f2ed > /System/Library/Frameworks/WebKit.framework/Versions/A/WebKit
    0 95142000 - 0x95143ffc libffi.dylib x? (???) < a3b573eb950ca583290f7b2b4c486d09 > /usr/lib/libffi.dylib
    0x9519f000 - 0x951e1fef com.apple.NavigationServices 3.5.2 (163) < 91844980804067b07a0b6124310d3f31 > /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/NavigationServices.fram ework/Versions/A/NavigationServices
    0x954a0000 - 0x954bfffa libJPEG.dylib? (???) < E7eb56555109e23144924cd64aa8daec > /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.fr amework/Versions/A/Resources/libJPEG.dylib
    0x954c0000 - 0x954f7fff com.apple.SystemConfiguration 1.9.2 (1.9.2) < 8b26ebf26a009a098484f1ed01ec499c > /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfiguration
    0x954f8000 - 0x95502feb com.apple.audio.SoundManager 3.9.2 (3.9.2) < 0f2ba6e891d3761212cf5a5e6134d683 > /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CarbonSound.framework/V ersions/A/CarbonSound
    0 x 95503000 - 0x955aafeb com.apple.QD 3.11.56 (?) < a94d0f5438b730e88e5efdb233295c52 > /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/QD.framewo rk/Versions/A/QD
    0x955ab000 - 0x955b8fe7 com.apple.opengl 1.5.10 (1.5.10) < 5a2813f80c9441170cc1ab8a3dac5038 > /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
    0x955b9000 - 0x9565dfec com.apple.CFNetwork (438.12) 438.10 < fde64bbb20532794396fb21911ccaa98 > /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CFNetwork.framewo rk, Versions, A, CFNetwork
    0x9565e000 - 0x9565efff com.apple.Carbon 136 (136) < 9961570a497d79f13b8ea159826af42d > /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
    0x9565f000 - 0x95726ff2 com.apple.vImage 3.0 (3.0) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Ve rsions/A/vImage
    0 x 95727000 - 0x95d78fff com.apple.WebCore 5525.28 (5525.28.4) < 998a2e99f113af44083e0ae565aa8adb > /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/WebCore.framework/Versi ons/A/WebCore
    0x95d79000 - 0x95d80fe9 libgcc_s.1.dylib? (???) < a9ab135a5f81f6e345527df87f51bfc9 > /usr/lib/libgcc_s.1.dylib
    0x95df2000 - 0x95edaff3 com.apple.CoreData 100.2 (186,1) < 8fb61e1714a4b8d587ce97605ad32547 > /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
    0x95edb000 - 0x9600efef com.apple.CoreFoundation 6.5.6 (476.18) < 2d52bab73660117571bd6486dc318f8e > /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
    0 x 96044000 - 0x96050ff9 com.apple.helpdata 1.0.1 (14.2) /System/Library/PrivateFrameworks/HelpData.framework/Versions/A/HelpData
    0 x 96051000 - 0x9640ffea libLAPACK.dylib? (???) /System/Library/frameworks/accelerate.Framework/versions/A/frameworks/vecLib.framework/ve rsions/A/libLAPACK.dylib
    0x965da000 - 0x965daffb com.apple.installserver.framework 1.0 (8) /System/Library/PrivateFrameworks/InstallServer.framework/Versions/A/InstallServer
    0x965db000 - 0x965f1fff com.apple.DictionaryServices 1.0.0 (1.0.0) < ad0aa0252e3323d182e17f50defe56fc > /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/DictionaryService s.framework/Versions/A/DictionaryServices
    0x966e5000 - 0x966e7ff5 libRadiance.dylib? (???) < 8a844202fcd65662bb9ab25f08c45a62 > /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.fr amework/Versions/A/Resources/libRadiance.dylib
    0 x 96725000 - 0x9672dfff com.apple.DiskArbitration 2.2.1 2.2.1 < 75b0c8d8940a8a27816961dddcac8e0f > /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
    0 x 96779000 - 0x96789ffc com.apple.LangAnalysis 1.6.4 (1.6.4) < 8b7831b5f74a950a56cf2d22a2d436f6 > /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/LangAnalys is.framework/Versions/A/LangAnalysis
    0x9678a000 - 0x967a8fff libresolv.9.dylib? (???) < a8018c42930596593ddf27f7c20fe7af > /usr/lib/libresolv.9.dylib
    0x967a9000 - 0x96830ff7 libsqlite3.0.dylib? (???) < 3334ea5af7a911637413334154bb4100 > /usr/lib/libsqlite3.0.dylib
    0 x 96831000 - 0x96831ff8 com.apple.Cocoa 6.5 (?) < e064f94d969ce25cb7de3cfb980c3249 > /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
    0 x 96832000 - 0x9683bfff com.apple.speech.recognition.framework 3.7.24 (3.7.24) < d3180f9edbd9a5e6f283d6156aa3c602 > work/Versions/A/SpeechRecognition /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecognition.frame
    0x9683c000 - 0x9683ffff com.apple.help 1.1 (36) < b507b08e484cb89033e9cf23062d77de > /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framework/Versions/A/aide
    0 x 96840000 - 0x96ee0fe3 com.apple.CoreGraphics 1.409.3 (?) < 25dceb14af3455b768f56e8765ecf3ca > /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphi cs.framework/Versions/A/CoreGraphics
    0x96ee9000 - 0x96f45ff7 com.apple.htmlrendering 68 (1.1.3) < fe87a9dede38db00e6c8949942c6bd4f > /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HTMLRendering.framework/Versions/A/HTMLRendering
    0 x 97134000 - 0x9717dfef com.apple.Metadata 10.5.2 (398.25) < e0572f20350523116f23000676122a8d > /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framewor k/Versions/A/metadata
    0x9717e000 - 0x972b7ff7 libicucore. A.dylib? (???) < cac059ebdac7d9a63ee0f7a648c9f6cf >/usr/lib/libicucore. A.dylib
    0xfffe8000 - 0xfffebfff libobjc. A.dylib? (???) / usr/lib/libobjc. A.dylib
    0xFFFF0000 - 0xffff1780 libSystem.B.dylib? (???) /usr/lib/libSystem.B.dylib

    davepolyester wrote:

    Hi Philippe,.

    Thanks for the tips. Yes, I had tried too and also tried a full reset of the print system, but it did not help.

    I just tried again, but Acrobat doesn't always starts up, either normally or when I hold SHIFT.

    Here are the accident report:

    Exception type: EXC_BAD_ACCESS (SIGBUS)
    Exception codes: KERN_PROTECTION_FAILURE at 0 x 0000000000000033
    Crashed thread: 0

    Thread 0 crashed:
    0 libSystem.B.dylib 0x9023004e fts_read + 519

    LibSystem.B.dylib means something specific?

    Thank you

    David

    Cannot find anything on my computer that shows in the same file.

    Have you tried to go to disk utility and choose repair permissions.

    Also: Try creating a new profile (user name Login then install Acrobat on it and see what happens.

    If that stops problem do this following:

    Locate the utility program AppleJack to download the correct version for you OSX. There are different for OSX.3 OSX.4, OSX.5.

    Exit any restart in single user Mode.

    When a black screen with lettering arrives and you blink block cursor, type applejack and press return (or enter).

    now, only 1 at a time in the order instructions.  The first element low level of repair of files. Chug along and end if said need repair Dungeon about two or three times until a massage just files have been repaired or found very well. If and when the message (or similar) comes up the menu will go up again to make 2 point and continue to 5. do for system and user for the points 2, 3 and 4, the latter removes some files that the computer writes that he came to be corrupted. After finishing, follow signs to restart.

    When you restart, you will have to wait for the computer to restore some files. After that, you will notice computer workers (faster for a while) snapier. Try to open Acrobat and see if this corrects the problem. They only other thing I can say after, i.e. use uninstaller in Acrobat folder to completely re install one and upgrade to the latest version. For the version that you have.

    If it does not help anyone else coming along a nd make a suggestion.

  • Disable the iCloud sync iBooks books and PDF option

    I activated the iBooks to iCloud download so it would sync my books and PDF documents. Now, I can't find a way to turn it off!

    System Preferences-> iCloud-> iCloud drive-> options-> delete the control of iBooks

    I hope that helps!

    Lilly

  • M40X with intel 2200BG wireless no wpa and slow downloads

    Hello

    I'm not able to activate wpa. so I currently use the system wireless without encryption. the internet connection is not stable and the download rates become slower.
    in any case, I am not at all satisfied free config. is there a better program to work on my toshiba?
    my phone is 1 month old, and parameters are as I've had in the store.
    Thanks for any help

    Hello

    I put t really know why you are not satisfied with ConfigFree. It is a small and useful for the monitoring of the connections program. You can not use for WLAN or LAN configuration, but you can see all the connections that you use and you have total control over all devices that can be used for different types of connections.

    If you don't like it because of the WPA option n I have to repeat that you can not use this application for WLAN configuration. ConfigFree is not responsible for this problem because of it.

    As far as I know if the wireless network adapter supports WPA encryption it should not have any problem. As Lucky, you can configure your WLAN by using the Windows WLAN configuration. You can find it under properties WLAN on the wireless networks tab. Under preferred networks chose a available and go to properties. I put t know what WLAN card you have but according to producer WLAN card unit is also pre-installed with WLAN client. You can also use, but WLAN Windows MUST be disabled.

Maybe you are looking for

  • iPad 2 Air - WiFi but no Internet [BT Smart Hub]

    Since the update to iOS10, last night, my iPad 2 Air will not get an internet connection for my new BT Smart Hub. All my other devices (6, 6 s iPhone, laptop, iPad mini, etc.) are all working well. Results so far: Reset the router Restore the iPad as

  • Can I get rid of the search bar in the tab "new tab"?

    Title pretty much sums up it. Since the last update when I open a new tab now is a search bar, I have one in my toolbars so it is not necessary. So is there a way I can remove it?

  • BlackBerry Smartphones Blackberry Bold 9700 wifi but not bbm

    As of right now I'm temporarily in Argentina, but my carrier is T-Mobile in the United States, where I have an unlimited plan. I have a bold 9700 with OS5. Now, with my T-Mobile chip if I get a WiFi I can navigate and use bbm. However, with Argentina

  • Rotation lock

    Hey guys,. If I deselected auto guide when I created a project in Adobe Flash Builder, it means the program is not at all when the device is powered? Thank you Chris

  • Windows 7 all of a sudden not saving the connection properties

    I have a wireless network and several devices are connected to including a PC with Windows 7.  I've never had a problem connecting to my wireless network which is provided by a NETGEAR router, so far. Since a few days ago, Windows 7 has started to lo