All Projects → pookjw → Nightpatch

pookjw / Nightpatch

Licence: apache-2.0
Enable Night Shift on any old Mac models.

Programming Languages

shell
77523 projects

Labels

Projects that are alternatives of or similar to Nightpatch

Patch Package
Fix broken node modules instantly 🏃🏽‍♀️💨
Stars: ✭ 6,062 (+8319.44%)
Mutual labels:  patch
Old Slack Emojis
Bring back old emojis to new Slack!
Stars: ✭ 39 (-45.83%)
Mutual labels:  patch
Rad Studio Xe 10.3 Windows
RADStudio XE 10.3.3 Rio - Activation & Documentation
Stars: ✭ 63 (-12.5%)
Mutual labels:  patch
Waxpatch
Dynamically load a lua script to change the behavior of your iOS application.
Stars: ✭ 821 (+1040.28%)
Mutual labels:  patch
Purge Wrangler
AMD & NVIDIA eGPUs for all Thunderbolt Macs.
Stars: ✭ 960 (+1233.33%)
Mutual labels:  patch
Laravel Notification
Example package for using the (still under development) Messages API from Nexmo as a notification channel in Laravel
Stars: ✭ 44 (-38.89%)
Mutual labels:  beta
Unitydarkskin
Switcher of UI theme in Unity Editor (light -> dark) (.NET, WPF)
Stars: ✭ 466 (+547.22%)
Mutual labels:  patch
Revokemsgpatcher
A hex editor for WeChat/QQ/TIM - PC版微信/QQ/TIM防撤回补丁(我已经看到了,撤回也没用了)
Stars: ✭ 12,482 (+17236.11%)
Mutual labels:  patch
Blender Flip Fluids
FLIP Fluids is a powerful liquid simulation plugin that gives you the ability to create high quality fluid effects all within Blender, the free and open source 3D creation suite.
Stars: ✭ 983 (+1265.28%)
Mutual labels:  beta
Betaexpiration
Beta period expiration code and window decoration for macOS app development
Stars: ✭ 51 (-29.17%)
Mutual labels:  beta
Php Haloapi
This wrapper has for purpose to simplify the work of PHP developers who wants to use the official Halo API (beta).
Stars: ✭ 5 (-93.06%)
Mutual labels:  beta
Volumebar9
A jailbreak tweak to change the stock volume HUD
Stars: ✭ 10 (-86.11%)
Mutual labels:  beta
Activity
A PHP API to log anything anywhere
Stars: ✭ 44 (-38.89%)
Mutual labels:  beta
Play Button Itunes Patch
Play Button iTunes Patch
Stars: ✭ 661 (+818.06%)
Mutual labels:  patch
Beta
An open source reimplementation of Benny Brodda's BETA in Python
Stars: ✭ 65 (-9.72%)
Mutual labels:  beta
Gomonkey
gomonkey is a library to make monkey patching in unit tests easy
Stars: ✭ 473 (+556.94%)
Mutual labels:  patch
Bucket
Alternative app for Substratum Theme Engine
Stars: ✭ 40 (-44.44%)
Mutual labels:  beta
Free Sidecar
Enable Sidecar on Unsupported iPads and Macs running iPadOS 13 and macOS Catalina
Stars: ✭ 1,159 (+1509.72%)
Mutual labels:  patch
Python Patch
Library to parse and apply unified diffs
Stars: ✭ 65 (-9.72%)
Mutual labels:  patch
Tr2main
Tomb Raider II Injector Dynamic Library
Stars: ✭ 46 (-36.11%)
Mutual labels:  patch

Image

NightPatch

Enable Night Shift on any old Mac models.

You have to disable SIP (System Integrity Protection) before applying. How to disable SIP

Backup your Mac before applying.

Not compatible with some third-party monitors. This is a solution for unsupported Mac, not unsupported monitors!

Supported macOS

macOS 10.12.4 or later including High Sierra. (List of tested macOS build)

About 10.13.4 (17E199) and 10.13.5 (17F35e) - 10.13.4 (17E199) and 10.13.5 (17F35e) work well for me but some people undergo unbootable issue.

How to patch

Enter this command on Terminal without $.

$ cd /tmp; curl -s -o NightPatch.zip https://codeload.github.com/pookjw/NightPatch/zip/master; unzip -o -qq NightPatch.zip; cd NightPatch-master; chmod +x NightPatch.sh; sudo ./NightPatch.sh

How to revert using backup

You can revert using backup located on /Library/NightPatch. (NightPatch creates backup automatically when you patch your macOS) Enter this command on Terminal without $.

$ cd /tmp; curl -s -o NightPatch.zip https://codeload.github.com/pookjw/NightPatch/zip/master; unzip -o -qq NightPatch.zip; cd NightPatch-master; chmod +x NightPatch.sh; sudo ./NightPatch.sh --revert

How to revert using macOS combo Update

If you deleted backup (or not backed up with NightPatch), enter this command on Terminal without $. NightPatch will download original system file from Apple. This method works without backup.

$ cd /tmp; curl -s -o NightPatch.zip https://codeload.github.com/pookjw/NightPatch/zip/master; unzip -o -qq NightPatch.zip; cd NightPatch-master; chmod +x NightPatch.sh; sudo ./NightPatch.sh --fix

How to run beta build

Enter this command on Terminal without $.

$ cd /tmp; curl -s -o NightPatch.zip https://codeload.github.com/pookjw/NightPatch/zip/master; unzip -o -qq NightPatch.zip; cd NightPatch-master; chmod +x NightPatch.sh; sudo ./NightPatch-beta.sh

If you want to revert using backup, use --revert. Also using macOS combo Update is --fix.

Troubleshootings

  • ERROR : Turn off System Integrity Protection before doing this.

: Solution

  • 'Password:' ???

: Enter your login password.

  • NightPatch repeatedly requires password.

: Update to latest macOS to solve this, or run NightPatch with sudo su.

  • xcrun error

: Try xcode-select --install command.

References

aonez/NightShiftPatcher

Supported Mac models for Night Shift in Sierra 10.12.4+

Supported Mac models for Night Shift in High Sierra 10.13.2

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].