What's new

Enable ECG and Blood Pressure Monitoring on Galaxy Watch4

hydrargyrum_6

Forum Veteran
Elite
Joined
Mar 22, 2021
Posts
2,215
Solutions
6
Reaction
2,962
Points
829
Galaxy Watch 4 Wear OS Bypass Restriction
Gear-Samsung-Galaxy-Watch4-SOURCE-Samsung.jpg


[RESTRICTIONS-REMOVED] Samsung Health Monitor - WearOS - 1.1.1.157 - Root, Age, Country & Device Restriction Removed - 9th September 2021​


~~~ WearOS WATCHES ONLY ~~~
~~~ FEATURES, BUGS & FUTURE WORKS~~~

  • FEATURES: 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, SHM 1.1.0.169 MOD is the latest...
  • BUGS: PDF share problems...?
  • COMING FROM TIZEN: Tizen SHM MOD is not going to work for the Watch4, Install WearOS SHM MOD, if you no longer have a Tizen watch then uninstall Tizen SHM MOD.
  • BP SYNC between SHM and SH: Not Working...
Spoiler: What broken BP sync means?
  • WORKAROUND: Since there is no sync, you may want to enter the BP data manually into Samsung Health if you want to backup SHM...
*********************************************************
***** STEP ONE: Downloading and Installing ADB *******
*********************************************************

Note: Skip this step if you have ADB already!

Let's start by installing ADB by simply downloading and extracting "Minimal_ADB_Fastboot_v1.4.3.zip" from my Drive,
and installing it on the C Drive as "C:\adb", make the path short. now Copy the "Watch4.SHM.MOD.X.X.X.XXX.apk" into the ADB folder...

*********************************************************
***** STEP TWO: Preparing ADB Environment *******
*********************************************************

You can use either CMD or PowerShell...

1. Hold down the "window logo + R" to bring up the run window and type "cmd" or "PowerShell" depending on what you like and hit enter...
2. On the Terminal, type "cd C:\adb"...

Or you can go to where adb is installed, hold down SHIFT and right click on empty space,
hit "Open XXXX Window here" where XXXX is PowerShell or Command Prompt depending on your Settings...

PC is ready...

*********************************************************
** STEP THREE: Preparing Watch4 for ADB Connection **
*********************************************************

1. Disconnect the Bluetooth (optional) and connect the watch to the same network of your PC/Laptop...
2. Go to config -> about -> tap the software version until it says "Developer mode turned on"...
3. Go back to the config menu and you should see developer options above the about, tap it...
4. Enable ADB and ADB Wi-Fi, write down the IP that you see under ADB Wi-Fi...
(if you do not see it, go back to connections then wifi and then the wi-fi you are connected to,
there should be an IP below it, if not, go back to developer options and check ADB Wi-Fi)...

Watch is Ready...

*********************************************************
** STEP FOUR: Replacing Original SHM with MOD SHM **
*********************************************************

I will write the commands as CMD,
if you are using PowerShell, add ".\" before every command,
for example ".\adb kill-server", ".\adb start-server", etc...

1. start the ADB Server by killing it first to be safe no adb instance is running:
adb kill-server
then type:
adb start-server

Results:
* daemon not running; starting now at tcp:port
* daemon started successfully

2. Connect to the watch, replace IP with the number you got from the Watch4, type:
adb connect IP

On your watch, allow the connection from the computer...
Results:
connected to IP:pORT

3. OPTIONAL STEP: if you have original SHM on the watch and want to uninstall it, do the following:
adb shell
then type
pm uninstall -k --user 0 com.samsung.android.shealthmonitor
finally type:
exit

4. Install MOD SHM, type:
adb -s IP install Watch4.SHM.MOD.X.X.X.XXX.apk

Results:
Performing Streamed Install
Success

5. Disconnect from ADB:
adb disconnect

Results:
disconnected everything

IMPORTANT NOTE: Disable the ADB on your watch when you are done,
otherwise it will drain the battery,
I might say it will drink the battery like a juice...

*********************************************************
** Congratulations, you have installed Watch4 SHM MOD **
*********************************************************
Download link:


You do not have permission to view the full content of this post. Log in or register now.
[/CODE]
[/CODE]

Tested & Proven by PAMET!haha Enjoy
 

Attachments

Last edited:
Back
Top