This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
-- Change the listening mode of AirPods Pro, Laurent Bourgon 2020 | |
-- Works in the background using private APIs, thanks to @smithumble | |
-- Frameworks to connect with Bluetooth | |
use framework "IOBluetooth" | |
use scripting additions | |
-- Get AirPods Name | |
tell application "BetterTouchTool" to set AIRPODS_PRO_NAME to get_string_variable "AirPodsWg_DevceName" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
## AQTGroupModifier.py: Modify specific groups inside a .bttpreset | |
# Laurent Bourgon 2020 | |
## IMPORTS | |
# Librairies | |
import os | |
import sys | |
import json | |
import shutil |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Date: 2019-11-10 13:30 | |
Process: SpringBoard | |
Bundle id: com.apple.springboard | |
Device: iPad Pro (10.5-inch), iOS 13.2.2 | |
Exception type: NSInvalidArgumentException | |
Reason: -[MediaControlsTransportStackView _updateButtonImage:button:]: unrecognized selector sent to instance 0x14db2fbe0 | |
Culprit: ColorFlow4.dylib | |
Call stack: | |
0 CoreFoundation 0x00000001ba417820 __exceptionPreprocess |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
λ choco install firefox-nightly --pre | |
Chocolatey v0.10.15 | |
Installing the following packages: | |
firefox-nightly | |
By installing you accept licenses for the packages. | |
firefox-nightly v70.0.1.2019071509-alpha | |
firefox-nightly package files install completed. Performing other installation steps. | |
The package firefox-nightly wants to run 'chocolateyInstall.ps1'. | |
Note: If you don't run this script, the installation will fail. |