Stumbling Through Classic "Type," "Creator," and General File Confusion

I have been searching the Internet trying to make sense of some Classic nonsensical (to me) inconsistencies between the information in the Get Info panels for the files and the "Type" and "Creator" headings as shown in HexEdit. One of the articles I read online was this one:
http://arstechnica.com/reviews/2q00/macos-qna/macos-x-qa-2.html
After reading that I sort of understand that the Finder is supposed to assign apps to documents based by using a sort of logical process. But here is the problem, which exists throughout the System Folder/Extensions Folder and elswhere such as the System Folder/Preferences folder:
I'll use just one example. "Apple Packet Media Access" is an Extension. "Get Info" says it is an "Internet Document," to be opened by the "Internet" application. But if I open it in HexEdit, the header of the HexEdit document lists the "Type" as "thng," and the creator as "ufox." The text portion of HexEdit also says that "The Apple Packet Media Access extension is required for mounting Packet-Written data CDs on your computer." Clearly this has nothing to do with the "Internet" app, and therefore the Get Info box is wrong. This is just one example of many extensions (and other files in the System Folder) that are incorrectly associated with an application.
My problem is that in order to "cure" this problem by selecting "other" in the "Open With" dialog box, I have to select an application. And what application should I select to open "Apple Packet Media Access?" OR, is this not a document at all, but rather an application?
How is an ignorant user like myself to determine which is the correct app to open a document which is clearly associated with an incorrect app?
Or should I even care? I wouldn't care, except for other problems I am having between Classic and older programs.

At times, since the transition from OS 9.2.2 to OS X 10.0 ~ 10.5 versions I have
looked into the OS 9 system (in non-dual-boot iMac running Tiger 10.4.11) and
have managed to get more information than via OS X 'get info' and had done
this by having more than just the OS9 app open in Classic, under OS X control.
There is a way (but do not have the time to delve back into retracing my steps)
to use more of OS 9.2 even in Classic, where you can't really use OS 9 Finder.
And it is the OS 9 Finder that actually gave you access to most OS 9's goods.
OS X does not have anything quite like the Finder as arrived at by OS 9.1.
And when you need to have certain things working in OS 9, it is better to try
and have all those items of the same era; as limited as it can be compared
to the fully functional OS X system, or the Classic9 running under OS X.
The applications for OS 9 that can be seen as Classic compatible say Classic
in the Get Info window of X; some will work anyway but not fully supported.
For the real deal, in other instances on these discussions, it has been suggested
to get an older Mac running native OS 9.2.2 and have that separate from OS X.
As I had mentioned before, the OS X ability to say what an OS 9 part may run
with is only referenced from the point of view of OS X; it may string together a
path to run something or another using Classic to control OS 9 System + Apps.
But that is a far cry from the actual meal deal of OS 9.2.2 seeing its own content.
There are groups of OS 9.2.2 & Before users out there and perhaps you should
contact them for more information on gaining further insight into Classic controls.
{With Classic9 running under OS X, often with extensions off or very reduced,
any reference to what resources are being used would be clouded by a real
lack of content; so OS X would be having to do a backward compatible duty.}
PS: I have a nice and clean iMac G4 17" 800MHz dual-boot computer with
SuperDrive, 1024MB RAM, airport card, 80GB HDD; incl. speakers, mouse
keyboard, power cord and OS X 10.4. Too bad you aren't closer to here...!
Good luck & happy computing!

Similar Messages

  • Report  relationship bet  Travel Expense Type ( SPKZL ) and General Ledger

    Hello,
           I would like to know the relationship between  Travel Expense Type ( SPKZL ) and General Ledger Account (HKONT). Kindly help me.
        I need to create report in which I have to display General Ledgers according to Expense Types.     This is included in Travel Mangement Module. (FI)
    Thanks in advance,
    regards,
    LIJO

    Hello,
    Go to T-Code SM30. Mention the table T706B1. Choose Customizing. It takes you to customizing part of IMG. Maintain the values.
    Hope this helps
    Rgds
    Rajendra
    Pls assign points if useful.

  • Studio Creator And CSV Files

    Does SSC support csv files as a datasource. I've been trying to use a couple of jdbc-cvs drivers with SSC I cannot appear to get them to work (J-Stels and HXTT drivers). Any help much appreciated.

    Hi,
    Please take a look at the below thread:
    http://swforum.sun.com/jive/thread.jspa?forumID=123&threadID=47345
    This thread discusses about accessing CSV files which might be of help to you.
    Thanks
    RK.

  • Applets and accessing files confusion

    Hi
    I am confused about applets and their abilty to access files.
    I know that applets cannot access files on a users hard drive until given pemission but if i design an applet that needs access to files on the server where it is running will it be able to read and write those files in the same location as the applet without the need to set permissions?
    Any feedback would be great
    Neil

    The applet is very much able to read files from the server. This is easiest done by creating a URL and opening a stream to it:
    URL url = new URL(getCodeBase(), "file.dat");
    InputStream in = url.openStream();
    // read from the stream...
    in.close();
    Saving files to the server is also possible without setting permissions but it's a bit harder. In short, you need some sort of server that accepts a connection and saves what you send it to disk. The server can be eg. a servlet, a database or a FTP server.

  • Xmlstarlet and header files confusion

    I'm trying to make a package out of xmlstarlet. Just running configure and then make has me running into this error:
    ad /usr/lib/libxml2.a -lz -lm -lpthread -ldl -L/usr/lib
    /usr/lib/libexslt.a(crypto.o): In function `exsltCryptoGcryptInit':
    crypto.c:(.text+0x15c): undefined reference to `gcry_check_version'
    /usr/lib/libexslt.a(crypto.o): In function `exsltCryptoRc4DecryptFunction':
    crypto.c:(.text+0x2d4): undefined reference to `gcry_cipher_open'
    crypto.c:(.text+0x2fe): undefined reference to `gcry_cipher_ctl'
    crypto.c:(.text+0x327): undefined reference to `gcry_cipher_decrypt'
    crypto.c:(.text+0x333): undefined reference to `gcry_strerror'
    crypto.c:(.text+0x36f): undefined reference to `gcry_cipher_close'
    crypto.c:(.text+0x47c): undefined reference to `gcry_strerror'
    crypto.c:(.text+0x4bc): undefined reference to `gcry_strerror'
    /usr/lib/libexslt.a(crypto.o): In function `exsltCryptoRc4EncryptFunction':
    crypto.c:(.text+0x60f): undefined reference to `gcry_cipher_open'
    crypto.c:(.text+0x639): undefined reference to `gcry_cipher_ctl'
    crypto.c:(.text+0x668): undefined reference to `gcry_cipher_encrypt'
    crypto.c:(.text+0x674): undefined reference to `gcry_strerror'
    crypto.c:(.text+0x6b0): undefined reference to `gcry_cipher_close'
    crypto.c:(.text+0x814): undefined reference to `gcry_strerror'
    crypto.c:(.text+0x854): undefined reference to `gcry_strerror'
    /usr/lib/libexslt.a(crypto.o): In function `exsltCryptoSha1Function':
    crypto.c:(.text+0x90c): undefined reference to `gcry_md_hash_buffer'
    /usr/lib/libexslt.a(crypto.o): In function `exsltCryptoMd5Function':
    crypto.c:(.text+0xa0c): undefined reference to `gcry_md_hash_buffer'
    /usr/lib/libexslt.a(crypto.o): In function `exsltCryptoMd4Function':
    crypto.c:(.text+0xb0c): undefined reference to `gcry_md_hash_buffer'
    collect2: ld returned 1 exit status
    make[2]: *** [xml] Error 1
    make[2]: Leaving directory `/tmp/xmlstarlet-1.0.1/src'
    make[1]: *** [all-recursive] Error 1
    make[1]: Leaving directory `/tmp/xmlstarlet-1.0.1'
    make: *** [all-recursive-am] Error 2
    Now, I don't know how to interpret that error, but the Soureforge page does contain the following advice which I figured might be pertinent:
    Make sure that libxml2 and libxslt header files matches (by version) with libraries you are linking. The versions of include files can be found in ${include_prefix}/libxml2/libxml/xmlversion.h and ${include_prefix}/libxslt/xsltconfig.h
    Using find I came up with the files
    /usr/include/libxslt/xsltconfig.h
    /usr/include/libxml2/libxml/xmlversion.h
    and digging into them made it clear that libxml was version 2.6.32 and libxslt was 1.1.24. But I don't knwo how to match that? Or if this is even remotely relevant to the error message, I'm seeing?

    chochem wrote:bugger... I just submitted it but I can't find any way to submit my .install file alongside it - any hints?
    Just include it in your package and resubmit it (the new package will replace the old one). Also, MIT is not a standard license so you need to store a copy of it in /usr/share/licenses/<package name>/ (read the wiki for more information on this).

  • Problem in opening .ics and .vcs file types through servlet in IE browser.

    I'm having problem in downloading an .ics and .vcs file through servlet in I.E browser. It is happening fine in Mozilla firefox(they both are getting opened in OutLook), but in IE it says as undefined file type.
    I'm using Content Type as : 'text/Calendar' and then setting header as :
    response().setContentType("text/Calendar");
    response().setContentLength(file.length());
    response().setHeader("Content-Disposition", "attachment;
    filename="+filepath);
    and after that i'm writing it to OutPut stream.
    Plz Help.

    Hi,
    On page load check whether the session values are there. If not redirect the user to the login page.
    Hope this helps,
    Regards,
    Sammani

  • How can I Sync a folder (which contains all types files, sub folders and weighs some gigs) through wifi or USB ( and not using cloud services) between my New Ipad and Win 7 PC? Any apps available? Kindly help

    How can I Sync a folder (which contains all types files, sub folders and weighs some gigs) through wifi or USB ( and not using cloud services) between my New Ipad and Win 7 PC? Any apps available?
    kindly suggest a solution.
    Thank you inadvance!

    You can only import photos/videos via USB and the camera connection kit.
    ITunes: Syncing media content to your iOS devices
    http://support.apple.com/kb/ht1351
     Cheers, Tom

  • Hi when i open my application folder, all the application is shown in trash folder. when i click the application it says this app is in trash first move it out. and when i try to open through finder go it says this file doesn't exist. can some1 plz help?

    hi when i open my application folder, all the application is shown in trash folder. when i click the application it says this app is in trash first move it out. and when i try to open through finder> go it says this file doesn't exist. can some1 plz help? how can i put all my application through application folder?

    Something really odd is going on. In your first screen shot, I noticed that the Applications folder does not have the proper icon displayed in the side bar. Also, in the title bar it lists it as Applications 08-59-29-909.
    Not sure where it's picking up that odd name, unless it's because it's still truly within the Trash folder.
    Try this. In the Finder > Preferences > General > turn on "Always open folders in a new window". (I have a feeling you have the default setting with this off).
    Now, in Finder > Go > move down and open the Applications Folder from there. Now open the folder where you see all your applications that you show in your screen shot, select all, and move them to this true appliactions folder.
    This is what you should properly seeing (but with different apps listed):
    See how the Applications folder has the icon of the letter A shaped with a pencil, ruler & pen.

  • Automatic Payment Process through IDOC and Receive Message Acknowledgement and BANST file format

    Hi Experts,
    We are implementing payment process to our client through Idoc.
    Normally the process will go like below. Once Payment Initiated --> IDoc will generate --> This Idoc process through PI system and send to Bank.--> Once payment data received bank --> it will generate acknowledgement receipt and Bansta file and send it PI system --> This PI system system again send it --> SAP system. Here I want to know the required configuration from PI system to SAP system while receiving acknowledgement and Bansta file. And let me know if u guys have steps...
    Thanks,
    Raviram

    Hi,
    >is possible using the fileadapter to read this file and with pass it throug PI to IDOC receiver adapter without any mapping?
    yes
    >In that case what should the Message Type we are using in the file-sender adapter look like?
    If you have no mapping it doesnt matter, the message type will not be validated during runtime. You can take the IDoc type imported from the SAP system
    Regards,
    Udo

  • Is it possible through labview to set and read window¿s based file properties​?

    Any file in XP operating system has file properties associated with it, such as, size, location, when the file was created, modified and last accessed. I know that Labview has the ability to access the size and modified property. Other file types such as image format types jpg, bmp and tif have additional associated properties such as: title, subject, author, and comments. Is it possible through labview to read and set these properties programmatically?

    Hpopenoe wrote:
    > Any file in XP operating system has file properties associated with
    > it, such as, size, location, when the file was created, modified and
    > last accessed. I know that Labview has the ability to access the size
    > and modified property. Other file types such as image format types
    > jpg, bmp and tif have additional associated properties such as: title,
    > subject, author, and comments. Is it possible through labview to read
    > and set these properties programmatically?
    Well, you can most probably do that by calling Windows API functions.
    Note however that the properties you mention are not generic Windows
    file properties but file specific internal attributes. Explorer does at
    least in XP handle some of those properties and shows them to the user
    but does so with internal file type handlers to extract the properties
    from the file.
    I'm not sure those file type handlers are actually available for other
    applications than Explorer without quite some work. If they are
    available they are certainly not part of the standard Win32 API but most
    probably part of the Windows shell component and I would guess not just
    through normal API function calls, but through the shell namespace
    enumeration, which is built on COM interfaces, something you only can
    call from standard programming languages, most of them are done in C++
    (and if you are a little more persistant in standard C).
    So you are likely to need to either write your own DLL doing the nitty
    gritty work of calling the shell interface and using that DLL in LabVIEW
    or find an Active X component which does the work for you. No doubt
    there is such an Active X component somewhere but how good and expensive
    is always a big question.
    Rolf Kalbermatter
    Rolf Kalbermatter
    CIT Engineering Netherlands
    a division of Test & Measurement Solutions

  • Unable to change content types for pptx, xslx and docx files

    I'm running into an issue where I cannot change the content type of any xml-based Office documents. Here's what I've done:
    1 - Create a custom content (A) type based off the Document content type
    2 - Enable the custom content type in a document library
    3 - Add a document or select an existing document and edit the content type to the custom content type
    4 - The custom content type will save for documents such as .ppt, .doc, etc. The custom content type will now save for .docx, .pptx or .xlsx files. The properties window will save without displaying any errors but the content type will not change
    I ran several tests including creating another custom content type (B) based off of the Document content type. I proved that:
    The custom content type (B) can be saved to .docx, .pptx or .xlsx files IF no additional columns are added to the custom content type
    As soon as I add a column to the custom content type the aforementioned documents cannot be saved as that custom content type 
    Documents created through the File option in a document library also fail to change content type to the custom content type when saved. Most of my files are .docx, .pptx, or .xlsx files, and this issue poses a significant roadblock in our SharePoint roll-out.
    I appreciate any advise you can provide.

    Hi,
    According to your post, my understanding is that the custom content type could not save with .docx, pptx and xlsx files when with a additional column.
    I tested with your issue as the steps below, the custom content type worked well.
    Create a custom column Doc1
    Create a custom content type Doc1, the parent content type from chose the Document Content Types, Parent Content Type chose Document.
    Add the custom Doc1 to the custom content type Doc1.
    Add the custom content type into the library LIbA.
    Upload the files with .docx, .pptx and .xlsx files into the library with the custom content type, they all save well with the custom content type.
    I also create other content type with other Parent Content Type, they all worked.
    Did the issue occur in other library? You can create a new library then use the custom content type to check whether it works.
    You can also use the other browsers to check whether it works, such as Chrome, Firefox.
    Thanks & Regards,
    Jason
    Jason Guo
    TechNet Community Support

  • Display images with same file name and different file types.

    I want to write a method, which receives file names (image1, image2, image3) but without the extension. This method will handle most of the image types (.jsp, .png, and ...) , what is the best way to write the method? Should I loop through all the image types for a given file name? I really don't want to do that...

    Topcan5 wrote:
    I want to write a method, which receives file names (image1, image2, image3) but without the extension. This method will handle most of the image types (.jsp, ..Since when are Java Server Pages an image type?
    .. .png, and ...) , what is the best way to write the method? Should I loop through all the image types for a given file name?.. Sounds reasonable.
    ..I really don't want to do that...Why not?
    As an aside, this entire task sound suspicious. Why on earth would you need such a method?

  • Using Firefox (and having ZoneAlarm), when logging into my work email (Lotus Notes) through a secure Citrix program, a quesitonmark types as and accented "E". This does not happen when using IE (which I prefer not to use). I have turned off the anti-key

    Using Firefox (and having ZoneAlarm), when logging into my work email (Lotus Notes) through a secure Citrix program, a question mark types as and accented "E". This does not happen when using IE (which I prefer not to use). I have turned off the anti-keylogger in ZA (an old, and no longer successful fix). Can anyone help? I need my question marks at work.
    Thanks!
    PS. my keyboard language is not set to French.
    == This happened ==
    Every time Firefox opened
    == I tried to type a "?" in a work email using remote access.

    Perform the suggestions mentioned in the following articles:
    * [https://support.mozilla.com/en-US/kb/Template:clearCookiesCache/ Clear Cookies & Cache]
    * [[Troubleshooting extensions and themes]]
    Check and tell if its working.
    May not be related to your problem but some of your Firefox Plugins are out-dated
    * Update All your Firefox Plugins -> https://www.mozilla.org/en-US/plugincheck/
    * '''When Downloading Plugins Update setup files, Remove Checkmark from Downloading other Optional Softwares with your Plugins (e.g. Toolbars, McAfee, Google Chrome, etc.)'''

  • Mac won't open some files MasterPlan.pdf' because it is either not a supported file type or because the file has been damaged (for example, it was sent as an email attachment and wasn't correctly decoded).

    I had this problem of not being able to open some files a couple of years ago and eventually was able to fix it but i can't remember how. Any help would be grateful.

    The following document should help: Error: Adobe Reader could not open '*.pdf' because it is either not a supported file type or because the file has been damaged (for example, it was sent as an email attachment and was not correctly decoded.)
    Please update this thread if your issue is resolved.
    Thanks,
    Shashi

  • I am using Adobe Acrobat 9 Standard version in Windows 8.1 and when I try to create a .pdf file, I receive the following error message "Acrobat could not open "file name.log" because it is either not a supported file type or because the file has been dama

    I am using Adobe Acrobat 9 Standard version in Windows 8.1 and when I try to create a .pdf file, I receive the following error message "Acrobat could not open "file name.log" because it is either not a supported file type or because the file has been damaged.  To create a PDF document, go to the source application then print the document to .pdf"  I am going to the source application and printing the document to .pdf yet it's saving the file as a .log file.  After reinstalling the software, I initially didn't encounter this problem but on my second and third attempts to convert files to .pdf format, this error message reappeared.  How do I resolve this problem?

    I have a similar problem which i did not have before...and it exists only in some powerpoint files which i want to print as a pdf file...and i get the same message as above.
    the log says the bellow details...what's the problem and how can i resolve it? thanks.
    %%[ ProductName: Distiller ]%%
    %%[Page: 1]%%
    %%[Page: 2]%%
    Cambria not found, using Courier.
    %%[ Error: invalidfont; OffendingCommand: show ]%%
    Stack:
      %%[ Flushing: rest of job (to end-of-file) will be ignored ]%%

Maybe you are looking for

  • MSI Geforce 3 WDM and bios problem plz help!!!

    Hi I have a MSI Geforce 3 Ti200 Pro-VT and when i install any detenator driver above 23.11 then the capture card wont work! The driver for the capture device says it wont start so i am stuck with 23.11. I have tries later WDM drivers and detenator dr

  • Iphoto 6 Import Problem

    Howdy All, Every time I import a set of photos into Iphoto, the import function locks up at the end of the import, thus requiring me to force quit the program (when I just simply try to quit, i get a window telling me the import process is still goin

  • Qosmio F10 - need recovery CD

    Hi guys, I lost my recovery CDs that came with my computer, and I'll really appreciate if somebody help me get one. Thanks in advance evalulo

  • My ipod shuffle is not charaging

    My ipod shuffle is not charaging

  • Error in posting purchase order delivery

    Hi I got an error while posting purchase order delivery through Tcode- MIGO This is the Error Message: Posting only possible in 2009/04 and 2009/03 in company code XXXX I checked everything Fiscal year variant,Posting period variant,etc. And in Tcode