"If life is a game, then make your choice."
We all have a choice in how we want to play it. It's up to us to make the right choices and live the life we want to live.
iPhone Mirroring is banned from the EU because of the monstrosity of the Digital Markets Act.
So I built my own.
Works on WiFi at 60fps over AirPlay, mouse and keyboard support.
A slightly better writeup, to not have to interpret things (for mac noobs like me)
Prerequisites:
Make sure FileVault is disabled (Settings, Privacy & Security, right at the bottom)
1. Reboot to Recovery Mode. Shut down the Mac, press and hold power button until you see a message appear.
2. When you're in recovery, click Options, then authenticate with your login.
3. Once you see recovery options, click Utilities in the menu bar, and open the Terminal.
4. Type csrutil disable and authenticate, then csrutil authenticated-root disable.
5. Reboot into macOS, and open the terminal.
6. Run diskutil apfs list, look for the volume with Role: System, and note its identifier. Mine was disk3s3, yours may differ.
7. Run mkdir /tmp/mount, and then sudo mount -o nobrowse -t apfs /dev/disk3s3 /tmp/mount
8. Do what OP says here, but don't reboot just yet. I used nano to keep everything in the terminal:
cd /tmp/mount/System/Library/FeatureFlags/Domain
and then
sudo nano GenerativeModels.plist
https://t.co/pXvTo4UoCq
9. Now run sudo bless --mount /tmp/mount --bootefi --create-snapshot, and then finally reboot. You should now be greeted with the new Siri AI!
Some quick things of note:
- You may need to toggle WiFi/Cellular off, reboot, then toggle them back on before the profile starts to work (I will add this to guide later, but I work shortly so not now)
- It appears I forgot that people use the app of this platform instead of the website (sidenote: the website performs better, use it instead) - just go to https://t.co/Lc0SxcOyyy and open that in a normal Safari window
@MasterMike88 I did that actually but not working. It show notify like this
My current method is open this twitter post from safari directly then open the url in new tab
Learning to Jailbreak an iPhone with Claude (Part 1)
Claude helped me take apart an iOS Safari exploit, and retune it for my Mac. It even wrote its own variant.
https://t.co/T1YqGWZ71n