OS X Patcher Beta 2 (Developers Only)
Here is OS X Patcher Beta 2.
This Beta is for Developers to test and rewrite scripts as needed. It will not successfully patch OS X on unsupported Macs yet.
Warning: It is for Developers and people who can diagnose their Macs if something goes wrong. You are at risk if you decide to use it on your personal use Mac.
A OSXP update is recommended to assist you in installing OS X Yosemite and Mavericks on your old Mac. Also, by updating the system software of your server, you can enjoy various additional features and enhanced security. Always use to the latest version.
Never download this from any other provider. All links must be from these forums or directly from our server. This is to ensure that nothing was tampered with and that you have the most reliable and tested stuff.
How to install:
1. You will need the OS X Yosemite app. (We are unable to provide the app in the installer at this time and can not added any download links to it as it is a violation of MacRumors Rules)
2. An External or Secondary Partition named 'OSXHPatch'
3. Open the Installer and choose the OS.
This update includes:
• Fixed Background Glitch
• Fixed Restore Image Error
• Fixed most directory issues
• Address an issue where the kexts are being copied to the root of the
Other Features in Beta 1:
• Automated Patches for Yosemite, Mavericks, and Mountain Lion
• OpenGL for Mountain Lion
Developer Focus Areas:
• General Reliability
• Efficiency
• Performance
Prerequisites
Tested Macs listed below. Here are the minimum requirements:
- Running 10.7 Lion
- At least 2GB of RAM.
- A copy of Yosemite or Mavericks in Applications Folder (.app file preferred)
- 15 GB of free space from USB or HDD Partition.
-MacBook2,x
-MacBook3,x
-MacBook4,x
-MacBookPro2,x
-MacBookAir1,1
-MacMini1,x (C2D upgraded)
-MacMini2,x
-iMac4,x (C2D can be upgraded)
-iMac5,x
What's Inside:
As you can see. We got rid of a lot of stuff for the meantime. Our focus is extensive cleaning and making sure everything is in the right place.
Code:
#!/bin/sh
echo “OS X Patcher”
echo “Version 1.0.1”
echo “This Script will patch OS X Yosemite”
echo "Patching Installation..."
hdiutil attach /Applications/Install\ OS\ X\ Yosemite.app/Contents/SharedSupport/InstallESD.dmg
sudo asr restore -source /Volumes/OS\ X\ Install\ ESD/BaseSystem.dmg -target /Volumes/OSXHPatch/ -erase --noprompt
sudo rm -R /Volumes/OS\ X\ Base\ System/System/Installation/Packages
sudo cp -R /Volumes/OS\ X\ Install\ ESD/Packages /Volumes/OS\ X\ Base\ System/System/Installation/
sudo cp -R /Volumes/OS\ X\ Install\ ESD/BaseSystem.chunklist /Volumes/OS\ X\ Base\ System/
sudo cp -R /Applications/Utilities/Yosemite/Hack/Extensions/ /Volumes/OS\ X\ Base\ System/System/Library/
sudo chmod -R 755 /Volumes/OS\ X\ Base\ System/System/Library/Extensions
sudo chown -R root:wheel /Volumes/OS\ X\ Base\ System/System/Library/Extensions
sudo cp -R /Applications/Utilities/Yosemite/Hack/ /Volumes/OS\ X\ Base\ System/
sudo cp /Applications/Utilities/Yosemite/Hack.command /Volumes/OS\ X\ Base\ System/
sudo rm /Volumes/OS\ X\ Base\ System/System/Installation/Packages/OSInstall.mpkg
sudo cp /Applications/Utilities/Yosemite/OSInstall.mpkg /Volumes/OS\ X\ Base\ System/System/Installation/Packages
sudo rm /Volumes/OS\ X\ Base\ System/System/Library/CoreServices/PlatformSupport.plist
sudo rm -R /Volumes/OS\ X\ Base\ System/System/Library/CoreServices/com.apple.recovery.Boot
We also changed the structure of the Installer to allow developers to view its contents easily with Pacifist. The Kext in this Build are NOT the same as the ones from OS X Extractor.
Terms and Conditions
OS X Hackers Site
Facebook Page