Development [RESTRICTIONS-REMOVED] Samsung Health Monitor - WearOS - Phone 1.2.5.003 - Watch 1.2.6.002 - Root, Age, Country & Restriction Removed - 8th April 2024

How happy are you with the outcome?


  • Total voters
    1,235
Search This thread
I confirm for you that there is no ECG tile inside Samsung health, no need to report any further, Samsung Health is looking for the original package name, hard-coded...

I may be able to find a solution for that but the tile has no job but to open SHM for you...

So if I can't figure a way to trick Samsung Health, don't be disappointed, at least BP sync is working...
 

JuK3b0x_Gr1m

Member
Sep 9, 2021
6
8
I confirm for you that there is no ECG tile inside Samsung health, no need to report any further, Samsung Health is looking for the original package name, hard-coded...

I may be able to find a solution for that but the tile has no job but to open SHM for you...

So if I can't figure a way to trick Samsung Health, don't be disappointed, at least BP sync is working...
Having ECG in SH is soooo not much of a benefit. Unlike the BP which is great to have a one shop stop in SH for historical tracking but having to go to SHM to pull the ECG PDF report is just fine by me. just my .02 cents worth.
 
  • Like
Reactions: Dante63
I confirm for you that there is no ECG tile inside Samsung health, no need to report any further, Samsung Health is looking for the original package name, hard-coded...

I may be able to find a solution for that but the tile has no job but to open SHM for you...

So if I can't figure a way to trick Samsung Health, don't be disappointed, at least BP sync is working...
Why don't you use the original package name for your mod? What is the benefit (or workaround) of having a modified package name for the mod when all people could uninstall the original SHM app on their watch so the mod would install without an issue on their devices?
 
Why don't you use the original package name for your mod? What is the benefit (or workaround) of having a modified package name for the mod when all people could uninstall the original SHM app on their watch so the mod would install without an issue on their devices?
You can't remove the original package from the watch4, you are only removing it for current active user, SHM can be restored by doing the adb command "adb install-existing <SHM package name>", the command will go to system files and restore SHM, and no, you can't do "adb install <SHM package name>", it will throw you a buildtype error (-3001, INSTALL_FAILED_REJECTED_BY_BUILDTYPE) because you are trying to install an existing package with different build even though, as I said, you did adb uninstall for active user, not system...

Think of the uninstall process on the watch4 as equivalent to uninstall updates and disable app on the phone, you didn't get rid of the original app on your phone, most of non-root users disable apps on phone as a way of debloating...

Most android apps (including the WearOS ones) have a signature verification so when they communicate, signature verification must pass, if the signature fails, the communication ends...

That's why Tizen SHM MOD (Original Package Name) and the Watch4 keep throwing signature failure and refuse connection, the only way to remove the original package from the watch is rooting the watch, voids the warranty (that is not what we want), the other solution is a different package name, cons? well pretty much everything is patched to work, aside the pros of having two SHM mods, one for Tizen and the other for WearOS that can work in parallel...
 

Elrondolio

Senior Member
Aug 10, 2010
116
47
I had a few people on RedFlagDeals ask for a simpler tutorial on how to unlock BP and ECG on the Watch 4 and install Monitor on any android phone, without using a PC. I went ahead and created a quick step-by-step tutorial and am hosting it on Imgur. If you don't want this content out there, Dante63, let me know and I'll remove it... this is your baby and you get to decide what happens with its bathwater, so to speak ;).

How To: Unlock Blood Pressure and ECG monitoring on a Galaxy Watch 4 using only a phone
 
  • Love
Reactions: Dante63
Please forgive me if this is already addressed in this thread. I have followed it for sometime and enabled BP on my watch 4 successfully. I would like to sync BP to SH. I have version 6.18.8.005 and Developer mode, but when I tap it, it asks for Client ID and Access Code. Do I need a modded SH as well? I have lots of data in SH and am afraid of losing it, so that's why I ask.
 

respider

Senior Member
Sep 18, 2008
703
237
Sao Paulo
Code:
PS C:\Users\pcama\Downloads> adb -s 192.168.50.181:42761 install .\watch4\Watch4.SHM.MOD.1.1.0.175.apk
Performing Streamed Install
adb: failed to install .\watch4\Watch4.SHM.MOD.1.1.0.175.apk: Failure [INSTALL_FAILED_MISSING_SHARED_LIBRARY: Reconciliation failed...: Reconcile failed: Package com.samsung.android.shealthmonitors requires unavailable shared library com.google.android.wearable; failing!]
PS C:\Users\pcama\Downloads>

I am getting this while installing the apk, any clue why?
Adb remote connection worked successfully, but it fails upon installing it.

It's a pixel 5 on android 12 beta 5
 
Last edited:
Code:
PS C:\Users\pcama\Downloads> adb -s 192.168.50.181:42761 install .\watch4\Watch4.SHM.MOD.1.1.0.175.apk
Performing Streamed Install
adb: failed to install .\watch4\Watch4.SHM.MOD.1.1.0.175.apk: Failure [INSTALL_FAILED_MISSING_SHARED_LIBRARY: Reconciliation failed...: Reconcile failed: Package com.samsung.android.shealthmonitors requires unavailable shared library com.google.android.wearable; failing!]
PS C:\Users\pcama\Downloads>

I am getting this while installing the apk, any clue why?
Adb remote connection worked successfully, but it fails upon installing it.
Did you remove the original version?
 
  • Like
Reactions: respider

Glenmjd

Member
Aug 15, 2021
16
12
Please forgive me if this is already addressed in this thread. I have followed it for sometime and enabled BP on my watch 4 successfully. I would like to sync BP to SH. I have version 6.18.8.005 and Developer mode, but when I tap it, it asks for Client ID and Access Code. Do I need a modded SH as well? I have lots of data in SH and am afraid of losing it, so that's why I ask.
If you go to original post ,Dante63 has put a post on how to sync BP to Samsung health.
 
  • Like
Reactions: Dante63

Top Liked Posts

  • There are no posts matching your filters.
  • 11
    *** Phone SHM MOD 1.2.5.003 ***

    Android Manifest:
    - Manifest shows line to use native-library libhal.wsm (deleted because this detects knox state and makes shm not work on custom/rooted Samsung)

    GUI:
    - assets has country code MU - Mauritius but no BP and ECG documents so next would be checking the code for this country to confirm...
    - Some strings related to BP were changed from measuring BP on your watch to Measuring BP, probably for Galaxy Ring Measurement? there is no mention of the Ring either way...
    - Samsung removed their address in India...
    - Switching all fonts to OneUiSans...

    CODE:
    - CSCUtil confirms MU has ECG and BP but not IHRN...
    - Some minor modifications in BP, ECG, IHRN and some activities - namings - not visible to user...
    - Samsung Health Data Permission logic added and binding Health Profile Data to SHM - nothing new here, just rewritten everything, either way, this cannot be performed with mod...

    Note:
    - Patching this was a wild ride due to renaming plenty of classes and functions, whenever I applied a patch, the app would crash because my patch has old namings, but all is well...
    7
    *** Watch SHM MOD - 1.2.6.002 Released - Changelog ***

    Android Manifest:
    - Nothing New observed...

    GUI:
    - Proper Description of permissions and setting them up correctly to prevent Services from being killed or removed by Watch OS...
    ***permission_bluetooth_description: Used to scan for and connect to nearby devices
    ***permission_notification_desc: Used to provide you with timely information
    ***permission_sensor_notice_cause: Used to provide measurements such as blood pressure and ECG
    Since OS remove unused permissions from time to time, this causes stock SHM to crash on start, and I have seen this a lot...

    CODE:
    - Aside from checking watch connected to Samsung Phone, there is a check if the phone is verizon when samsung fails, odd device restriction check...
    - They added on watch connect, start service but that will not work if the watch booted it up for the first time...

    NOTE:
    - in the current 1.2.5.002 Patch #2, if you use ECG Tile or BP Tile, even after reboot, the service does not start, I missed this part, I should add the same logic of checking and starting service from the main activity into the Tile Activity, So I will make sure in 1.2.6.002, IHRN service is handled correctly in all cases...

    New Approach for handling IHRN:
    *** Enhanced handling of service start, by checking several flags, isIhrnEnabled and check scheduled IHRN, the service starter will be called when conditions are satisfied where ihrn enabled is true and if IHRN is not scheduled, this will handle cases where device reboots, and it's more battery friendly...

    *** This patch has been injected into MainActivity (opening the app), Tile activity (from outside) for both BP and ECG, finally, and just to be safe, in both ECG and BP MainActivities...

    *** Make sure you have BP or ECG Tile set, when you watch boots up, tile creation activity is called, it will run the IHRN Service via the tile...
    2
    Really appreciate your effort Dante!! The result is awesome and much needed.

    I wondered — Why not put the decompiled progress on GitHub (or BitBucket)? It would enable easier code review and contribution.

    P.S. - I’m new to XDA forums
    1. You can decompile stock and mod and compare them, I always provide both apks in my Google Drive...

    2. I see no advantage for me to post it other than needing to update it alongside posting on github, and I'd rather focus on patching, moding and making playstore apps and watchfaces, alongside responding to comments and messages, after all, my free time isn't that big but trying my best to be around and productive...

    3. Github is confusing a bit, and whenever I understood how it works, give me few days and I would have already forgotten how to use it...

    I hope this makes sense...
    1
    i have a samsung watch 6 and a honor magic 6 pro on macgicOS i dont cant install ECG and bloodprusure

    somone a idea
    by help from dante its works thxs mate
    1
    Dante, Holy **** man! I've been wanting my Galaxy Watch 4 to measure B.P. and E.C.G. for years now. I bought a Watch 6 recently and stumbled upon your post and SHM works like magic now! THANK YOU SOOOO MUCH!!
  • 471
    Hello Everyone,
    I hope you all are fine...
    Google_WearOS.png

    ~~~ WearOS WATCHES ONLY ~~~
    20220106_171041.jpg20220106_164719.png
    ~~~ FEATURES, BUGS & FUTURE WORKS~~~
    • FEATURES: Works on Samsung Watch4 and Watch5 (as mentioned Samsung WearOS Watches), Multilanguage, no root detection, no country restriction, no device restriction, age limit lowered from 22 to 16, no lock screen restriction, No Force update to latest version) for phone, as for the watch, removed country restriction and lowered age limit from 22 to 16, both apps have additional languages translated by me...
    • BUGS: IHRN stops working after some time and Virus Total flagged stock shm as trojgen detected - false positive, PLEASE REPORT IT TO SAMSUNG...
    • BP SYNC between SHM and SH: There is an Entire Section that explains it in detail, don't miss it if you want this to work...
    • About ECG in SH: ECG has never synced to Samsung Cloud, since the first release of SHM, the ECG tile is missing in Samsung Health with SHM WearOS but rest assured that the ECG tile of Samsung Health has no use other than being a shortcut to open SHM at ECG tab...
    • SHM ChangeLog: see Post #2
    • CRASHING?: few devices crash at application start and few others crash after completing the profile, logs showed each device has a different problem, I'm not considering this as a bug but you can ask me and I'll try to help...
    • FUTURE WORKS: fix theme bugs...
    • NOTE FOR SAMSUNG ROOT USERS: Samsung has pushed its own safetynet logic, different from Google, samsung_attestation, generating public and private key will fail and make apps not work correctly, Please use the Knox Patch Module: https://github.com/BlackMesa123/KnoxPatch to make the app work!

    • IMPORTANT NOTE ABOUT POSTING: Please search the thread and read the F.A.Q first before posting your problem, PROVIDE DETAILS, SCREENSHOT, VIDEOS IF POSSIBLE, DO NOT JUST SAY "IT'S NOT WORKING" OR "IT'S CRASHING", details are important if you want me to help you and to get it fast... SHM MOD WearOS needs to be installed on both watch and phone, if the shm mod is working on the watch and phone but shows no compatible watch found, restart the phone and watch, do not post not working if you installed only one of them or haven't tried restarting both phone and watch...

    If you are confused on XDA, here is a brief view on Github:

    ~~~ For Tizen (Active2 And Watch3), LINK BELOW~~~


    ~~~ SHM MOD F.A.Q ~~~
    First I want to say to article authors, thank you for your efforts to publish an article on this, but please do not copy and paste into your article as content may change and please provide link to the thread so people can get help and ask questions...

    Ok, now let's begin:

    1. Tizen SHM MOD and WearOS SHM MOD...?
      The watch original SHM can't communicate with the phone MOD, and it's not possible to completly remove the original SHM from the watch4, so I had to create WearOS MOD and rename the previous MOD to Tizen MOD...
    2. Do I need root...?
      No root is required...
    3. Does this void my warranty?
      No it does not void the warrenty or trip the know or damage the watch or the phone...
    4. OTA effect on MOD & MOD effects on OTA.
      No Effects, the MOD is independant...
    5. Do I need to install both phone and watch MODs?
      Yes, you need both, keep in mind, the apk with word phone is for phone and the watch4 is for the watch...
    6. Where is the IP Address?
      You can find it inside the developer options after you enable the ADB Wi-Fi, it takes time though, alternativly, you can go to connections -> wifi -> the wifi you are connected to -> scroll down and you'll find your IP...
    7. Can I do this from my phone?
      Yes, you can use my Geminiman WearOS Manager...
    8. How do I update?
      Just install the updated files I release and it will update, whether you install the phone app or the watch app...
    9. Do I need Samsung Health MOD, is there even such thing...?
      I do not encourge using Samsung Health MOD, Samsung Health is a core application, modding it will break many services, using official Samsung Health is safer and better...
    10. What is BP Sync and is there an ECG Sync...?
      BP or blood pressure data can be saved in Samsung Health Cloud, allowing you to view all of your BP to be seen on Samsung Health app and no, there is no ECG sync and never was, ECG can only be exported as PDF and Excel file...

    ~~~ Pairing issues with Watch4/5/6 on Galaxy Wearables (Watch4/5/6 not supported!) ~~~
    Downgrade galaxy wearable, plugin and Samsung Health...
    Keep your internet on, Open Samsung health, then accessories, locate your watch, disconnect from internet (Data and Wi-Fi off, only Bluetooth on) and tap on your watch, galaxy wearable will start offline and pair with the watch, after the pair, you can connect to internet and update wearable and configure anything and everything else...

    Tested:
    usually Latest plugin + usually latest Samsung Health + Wearable 2.2.50.22072061

    But find your watch release date, and find the app versions released the same as your watch or a bit later, if you go older, it will not support your device!


    Below is a Huawei Device - August 2023
    IMG_20230816_172337_246.jpg

    ~~~ WearOS - SHM MOD - Tutorial - XDA - Dante63 ~~~

    If you can't see the YouTube video, visit the YouTube link: https://youtu.be/xSjURFKQB2A

    ~~~~~~~~~~~~~~~~~~~~~~~~~
    *** Written Guide for anyone who needs it ***
    ~~~~~~~~~~~~~~~~~~~~~~~~~

    Just a second friendly reminder 😊 , *inhales deeply*:

    !!!DON'T FORGET TO TURN OFF ADB ON THE WATCH, IT WILL DRAIN YOUR BATTERY!!!

    *ehm* enjoy the SHM MOD now 😆...

    If you see "no compatible watch found" or similar, please restart the watch and phone and try again, it should work...
    REPORTING AN ISSUE WITH SHM MOD: Tell me your device type and Android version, provide me a screenshot or video of where it happened and how, a logcat is appreciated, these details will help me re-create the environment and try to get the issue you have so I can trace it and fix it...

    ~~~ FILES and Description ~~~
    Here is the link to the files I am using:
    I believe the folders describe themselves, the APK at the root is to be installed on your phone...

    ~~~ SHM MOD Companion ~~~
    ~~~ Get updates, Enable BP Sync and Much More ~~~

    If you can't see the YouTube video, visit the YouTube link: https://youtu.be/QzYjqrgnKU0


    ~~~ ENABLING BP SYNC BETWEEN SHM & SH ~~~
    If you can't see the YouTube video, visit the YouTube link: https://youtu.be/-4eetNuHFco

    ~~~ Rooted Samsung Users that want to use Latest Samsung Health ~~~
    Thanks to XDA @73sydney for his help...

    Samsung has pushed its own safetynet logic, different from Google, samsung_attestation, generating public and private keys will fail and make samsung apps not work correctly...

    Please use the Knox Patch Module to make SHM and latest Samsung Health Work:
    Thanks to XDA @BlackMesa123
    You can also find a thread here:
    XDA - Knox Patch

    ~~~ ABOUT THE ORIGINAL SHM ~~~
    According to Samsung, The Samsung Health Monitor app requires a Galaxy Watch Active2 or Galaxy Watch3 and later models, alongside having Android version 7.0 and above...

    SHM has device detection, country restriction and spoof location detection, the following countries were listed in the country restriction checking, I believe if you live in those countries, SHM should Work, otherwise, it wouldn't, SHM checks your GeoLocation, Sim Card, and Device CSC (if no sim or location provided)

    List of Country Codes Alpha-2:
    EU_CSC (Total 35):
    "AT"
    "BE"
    "BG"
    "CZ"
    "DE"
    "DK"
    "EE"
    "ES"
    "FI"
    "FR"
    "GR"
    "HR"
    "HU"
    "IE"
    "IT"
    "LT"
    "LV"
    "NL"
    "PL"
    "PT"
    "RO"
    "SE"
    "SI"
    "SK"
    "CY"
    "LU"
    "MT"
    "GB"
    "CH"
    "IS"
    "NO"
    "LI"
    "TR"
    "RS"
    "CY"
    EU_MNC (Total 29):
    "AT"
    "BE"
    "BG"
    "CH"
    "CZ"
    "DE"
    "DK"
    "EE"
    "ES"
    "FI"
    "FR"
    "GB"
    "GR"
    "HR"
    "HU"
    "IE"
    "IS"
    "IT"
    "LT"
    "LV"
    "NL"
    "NO"
    "PL"
    "PT"
    "RO"
    "SE"
    "SI"
    "SK"
    "CY"
    NON-EU (Total 14):
    "KR"
    "US"
    "BR"
    "CL"
    "AE"
    "ID"
    "HK"
    "RU"
    "SG"
    "AZ"
    "GE"
    "PY"
    "AU"
    "TW"

    SHM will work only if the following is not detected on your Samsung Device:
    Paths:
    "/data/local/"
    "/data/local/bin/"
    "/data/local/xbin/"
    "/sbin/"
    "/su/bin/"
    "/system/bin/"
    "/system/bin/.ext/"
    "/system/bin/failsafe/"
    "/system/sd/xbin/"
    "/system/usr/we-need-root/"
    "/system/xbin/"
    "/system/app/Superuser.apk"
    "/cache"
    "/data"
    "/dev"
    Apps:
    "com.noshufou.android.su"
    "com.noshufou.android.su.elite"
    "eu.chainfire.supersu"
    "com.koushikdutta.superuser"
    "com.thirdparty.superuser"
    "com.yellowes.su"
    "com.devadvance.rootcloak"
    "com.devadvance.rootcloakplus"
    "de.robv.android.xposed.installer"
    "com.saurik.substrate"
    "com.zachspong.temprootremovejb"
    "com.amphoras.hidemyroot"
    "com.amphoras.hidemyrootadfree"
    "com.formyhm.hiderootPremium"
    "com.formyhm.hideroot"
    "com.koushikdutta.rommanager"
    "com.koushikdutta.rommanager.license"
    "com.dimonvideo.luckypatcher"
    "com.chelpus.lackypatch"
    "com.ramdroid.appquarantine"
    "com.ramdroid.appquarantinepro"
    Binary:
    "su"
    "busybox"
    SU:
    "/system/xbin/which"
    "su"
    Test-Keys:
    "test-keys"

    ~~~ Special Thanks ~~~

    Thanks to the amazing people on my Telegram group and Reddit users that reached me, thanks to everyone that tested the MOD and making it happen before I got my watch...

    Thanks to @pavanmaverick he found out about the Tizen sync working for WearOS...
    Big Thanks to XDA @Zacharee1 for decompiling and diving into Samsung Health code to find a way to enable set features on any Samsung Health version, no more downgrading...

    Big thanks to XDA @BlackMesa123 for his help that allowed me patch knox in SHM to work for rooted Samsung users...


    ~~~ Don't forget to ~~~
    Don't forget to smash the (y)THANKS (y)
    PS. if you are super happy and want to thank me, It is highly appreciated if you'd consider supporting me through my Patreon Page ❤️ 😊monthly or one time through PayPal ...


    You can also support me through Google Play by installing:
    And you can Enjoy some Amazing Watchfaces I published
    while you are at it...


    ✯ XDA: https://xdaforums.com/m/dante63.7047928/
    ✯ Reddit: https://www.reddit.com/user/XDA-Dante63/
    ✯ Telegram: https://t.me/xda_dante63
    99
    What's New:
    Latest Changes:

    Watch SHM MOD 1.2.6.002 - 8th April 2024
    Android Manifest:
    - Nothing New observed...

    GUI:
    - Proper Description of permissions and setting them up correctly to prevent Services from being killed or removed by Watch OS...
    ***permission_bluetooth_description: Used to scan for and connect to nearby devices
    ***permission_notification_desc: Used to provide you with timely information
    ***permission_sensor_notice_cause: Used to provide measurements such as blood pressure and ECG
    Since OS remove unused permissions from time to time, this causes stock SHM to crash on start, and I have seen this a lot...

    CODE:
    - Aside from checking watch connected to Samsung Phone, there is a check if the phone is verizon when samsung fails, odd device restriction check...
    - They added on watch connect, start service but that will not work if the watch booted it up for the first time...

    NOTE:
    - in the current 1.2.5.002 Patch #2, if you use ECG Tile or BP Tile, even after reboot, the service does not start, I missed this part, I should add the same logic of checking and starting service from the main activity into the Tile Activity, So I will make sure in 1.2.6.002, IHRN service is handled correctly in all cases...

    New Approach for handling IHRN:
    *** Enhanced handling of service start, by checking several flags, isIhrnEnabled and check scheduled IHRN, the service starter will be called when conditions are satisfied where ihrn enabled is true and if IHRN is not scheduled, this will handle cases where device reboots, and it's more battery friendly...

    *** This patch has been injected into MainActivity (opening the app), Tile activity (from outside) for both BP and ECG, finally, and just to be safe, in both ECG and BP MainActivities...

    *** Make sure you have BP or ECG Tile set, when you watch boots up, tile creation activity is called, it will run the IHRN Service via the tile...
    Phone (TIZEN & WEAROS) SHM MOD 1.2.5.003 - 8th April 2024
    Android Manifest:
    - Manifest shows line to use native-library libhal.wsm (deleted because this detects knox state and makes shm not work on custom/rooted Samsung)

    GUI:
    - assets has country code MU - Mauritius but no BP and ECG documents so next would be checking the code for this country to confirm...
    - Some strings related to BP were changed from measuring BP on your watch to Measuring BP, probably for Galaxy Ring Measurement? there is no mention of the Ring either way...
    - Samsung removed their address in India...
    - Switching all fonts to OneUiSans...

    CODE:
    - CSCUtil confirms MU has ECG and BP but not IHRN...
    - Some minor modifications in BP, ECG, IHRN and some activities - namings - not visible to user...
    - Samsung Health Data Permission logic added and binding Health Profile Data to SHM - nothing new here, just rewritten everything, either way, this cannot be performed with mod...

    Note:
    - Patching this was a wild ride due to renaming plenty of classes and functions, whenever I applied a patch, the app would crash because my patch has old namings, but all is well...
    Enjoy...

    Previous Release:
    Changelog History Moved to Github:
    56
    Download SHM MOD Companion from here if Google Drive reaches its limit...
    18
    Happy one year anniversary to my SHM MOD, it's been a great journey and joy to help everyone and hopefully for more to come...

    And happy holidays to everyone in advance, stay safe all, god bless you all and Godspeed...

    Regards,
    Dante
    16
    So what's new in SHM 1.1.1.191:
    • New layout BP ISO activity - probably details about BP
    • Canada BP & ECG Support
    • Israel BP & ECG Support
    • Taiwan got BP Support now
    • Ukraine BP & ECG Support
    • Vietnam BP & ECG Support
    • Latin America BP & ECG Support
    • South Africa BP & ECG Support
    • BP Calibration Code changed
    • checkUpdateInterfaceWithLocation method, you will hate this very much, according to the logic of the code, BP & ECG is now enabled and locked based on location, so if you travel, brace yourself for "service not avaliable"
    • About section has isNoneApproveCountry which tells you whether country is approved or not, what's the point of this since the app doesn't run in none supported country you ask...? I have no clue...
    • CSC check sim card on Latin American and Caribbean (SELA)

    And th.. th... th... that's all folks...

    Due to the major changes, here is my plan:
    • Release the MOD without Darkmode in beta test...
    • If all goes well, it goes public and I start working on Darkmode and it goes into beta test...
    • If all goes well too, it goes live...

    I will do this on Weekend where I grab a big cup of coffee and go through Samsung Messy Code, wish me luck lol