h2e.netlify.com
Maintenance Tool For Mac Yosemite
Yosemite Cache Cleaner is an award-winning general purpose tool for OS X. YCC makes system maintenance simple with an easy point-and-click interface to many OS X functions. Novice and expert users alike will appreciate the powerful toolset YCC provides. Maintaining Mac OS X Much dubious advice is available concerning 'routine maintenance' of Mac® OS X. This FAQ, based on the 'Maintaining Mac OS X' chapter of our book, Troubleshooting Mac OS X, is intended to provide guidance on recommended maintenance and to dispel some common maintenance myths.
The Best Data Recovery Software for MacOS of 2018 Utilities • Updated on March 12, 2018 N o one likes to suffer from losing important from Mac computer or storage devices like external hard drive, digital camera, memory card, usb drive, etc. It’s a solution for Windows and Mac operating system to recover deleted data. Using a single recovery tool which supports Windows and Mac data recovery both will more suitable option to carry multiple data recovery software for Windows and Mac OS. EaseUS Data Recovery Wizard. EaseUS Data Recovery Wizard is another one of the best data recovery Mac software applications. The developer has released three different versions: free, Pro and unlimited. The free version is limited to a maximum of 200MB of restored data. How can the answer be improved? Data recovery for mac. Bottom Line: Prosoft Data Rescue is among the best when it comes to raw data-recovery power, but it's burdened by a complex, clumsy interface. Read Review Stellar Phoenix Mac Data Recovery (for.
Pages For Mac Yosemite
Last update: November 22, 2015.
OS X Yosemite on unsupported older Macs
The steps as described below can also be done automatically with the SFOTT App-Script.
A Guide for the creating of a patched OS X 10.10 Yosemite Installer for unsupported older Macs:
Prerequisites:
- get the 'Install OS X Yosemite.app' from Apple's App-Store ('OS X Yosemite Installation' in Mac 'Applications' folder)
- make a BACKUP of your System if possible
- get a USB-Flashdrive (8 GB or more) or use a external Hard Disk Drive
- if there's still content on the USB-Flashdrive or external HDD, make a BACKUP first
- with Disk Utility create a GUID-Partition with Mac OS Extended Filesystem on the USB-Flashdrive / external HDD
Creating the patched Yosemite Installer:
- let Finder show hidden files on your Mac via Terminal: defaults write com.apple.Finder AppleShowAllFiles TRUE; killall Finder
- right-click on the downloaded 'OS X Yosemite Installation' and click 'Show Package contents'
- go into the folder /Contents/SharedSupport/
- mount the InstallESD.dmg with double-click
- with Disk Utility restore the BaseSystem.dmg to the USB-Flashdrive / external HDD, rename it to Installer
- replace the Alias in /System/Installation/ with the Packages folder from InstallESD.dmg
- determine the Board-ID of your Mac via Terminal: ioreg -lp IOService grep board-id
- add the Board-ID to System/Installation/Packages/InstallableMachines.plist
- identify your Mac-Model (x,x) with the System-Profiler-App in Utilities
- add the Board-ID and the Mac-Model to /System/Library/CoreServices/PlatformSupport.plist
- add the Board-ID to the Distribution file in /System/Installation/Packages/OSInstall.mpkg (see below for details)
- copy BaseSystem.dmg and BaseSystem.chunklist into the root folder of the USB-Flashdrive or external HDD
- extract the Kernel with Pacifist from InstallESD.dmg -> Packages -> Essentials.pkg -> /System/Library/Kernels/kernel
- create a folder named 'Kernels' in System/Library/
- add the extracted kernel file to /System/Library/Kernels/
- if your older Mac has a 32bit EFI (EFI32) replace the Boot.efi in /System/Library/CoreServices/ as well as /usr/standalone/i386 with the version from here
Install Yosemite:
Restart your Mac, immediately press and hold the Option (alt) Key. After the Mac startup sound, the Startup Manager should appear. Select the patched Installer on the USB-Flashdrive / external HDD and follow the normal OS X install process.
For fully graphics acceleration and translucent menus you will need appropriate 64bit Kernel Extension files (Kexts) for your GPU as well as the appropriate OpenCL/GL Frameworks. 64bit Kexts for the ATI X1600 GPU can be found in Post #458.
Audio-Kexts (AppleHDA.kext) can be found via the section 'Downloads/Files for Patching' in Post #1 , alternatively also in Post #126.
Video playback: After installing the Adobe Flash Player, watching MP4-Videos in YouTube and QuickTime should work, maybe not perfectly but usable. Since VLC-Player and Apple's DVD-Player doesn't work because of the missing Video device - with the QuickTime MPEG-2 Playback Component it's possible to play menu-less DVDs with MPEG Streamclip or MPEG2-Videos with QuickTime. Use the MPEG2-Utility inside the MPEG_Streamclip_1.9.3b8.dmg to install the QuickTime MPEG-2 Playback Component. Maybe Perian (for older Video formats) still works, but it's not tested yet.
To hide in Finder the hidden files again, use the Terminal command: defaults write com.apple.Finder AppleShowAllFiles FALSE; killall Finder
Intermediate step - editing of the OSInstall.mpkg:
- make a copy of the /System/Installation/Packages/OSInstall.mpkg into a temporary folder for editing
- extract the OSInstall.mpkg via Terminal: xar -x -f OSInstall.mpkg
- get your Board-ID via Terminal: ioreg -lp IOService grep board-id
- add the Board-ID to the 'Distribution' file in the line 'var platformSupportValues=[' .. '];' with a simple Plain-Text-Editor in the same manner as the already existing ID's
- delete the old OSInstall.mpkg in the temporary folder
- pack the files in the temporary folder into a new OSInstall.mpkg via Terminal: xar -c -f OSInstall.mpkg *
- replace the original OSInstall.mpkg in the Installer with the edited one.
Check of the EFI version (32 or 64 bit):
Terminal command: ioreg -p IODeviceTree -b -n efi grep firmware-abi