Last active
November 12, 2024 23:59
-
-
Save imReker/fba069c6cae7407509863b0ed78da2a7 to your computer and use it in GitHub Desktop.
plist for Apple Watch to Enable ECG v2 and Atrial Fibrillation(IRNF)
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
<?xml version="1.0" encoding="UTF-8"?> | |
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> | |
<plist version="1.0"> | |
<dict> | |
<key>EnableCardioFitnessNotifications</key> | |
<true/> | |
<key>EnableStationaryDiscordanceDetection</key> | |
<true/> | |
<key>EnableAtrialFibrillationDetection</key> | |
<true/> | |
<key>BradycardiaThresholdBPM</key> | |
<integer>45</integer> | |
<key>EnableBradycardiaDetection</key> | |
<true/> | |
<key>StationaryDiscordanceMinimumBPM</key> | |
<integer>120</integer> | |
</dict> | |
</plist> |
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
<?xml version="1.0" encoding="UTF-8"?> | |
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> | |
<plist version="1.0"> | |
<dict> | |
<key>CompletedBuddyVersion</key> | |
<integer>2</integer> | |
</dict> | |
</plist> |
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
<?xml version="1.0" encoding="UTF-8"?> | |
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> | |
<plist version="1.0"> | |
<dict> | |
<key>ElectrocardiogramWatchAppInstallIsAllowed</key> | |
<true/> | |
<key>HKAtrialFibrillationDetectionOnboardingCompleted</key> | |
<integer>1</integer> | |
<key>HKElectrocardiogramOnboardingCompleted</key> | |
<integer>4</integer> | |
</dict> | |
</plist> |
It would be great if @imReker could do a revision of this code for IOS 18 and WatchOS 11. Last revision was on March 2023 (IOS 16 and WatchOS 9
@imReker @katofelinus Any happy news ? and please is it required that the apple watch to be bought from a concerned region ? thank uu
@imReker @katofelinus Any happy news ? and please is it required that the apple watch to be bought from a concerned region ? thank uu
Unfortunately, no happy news. I could not activate ECG in IOS 18.1 and WatchOS 11 with the 3 files posted here. Something changed in IOS 18. ImReker has not answered yet. Hope he will. Regarding your other question, I understand you have to BUY & ACTIVATE the Apple Watch in an approved country, otherwise, it will not activate the ECG.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Ok. I did the editable backup with iMazing, replaced 2 files and added the 3rd, restored to my iPhone and the ECG is NOT activated. Something changed from IOS 17 to IOS 18 that does no let us enable ECG with the 3 files that did it in IOS 17 and 16.
If somebody is able to enable ECG in IOS 18, please let me know how is done.