I feel that the features ecg and blood pressure are a big scam .. because we are waiting them since few months ago and we didn't see or read any anoucement a release date for those features from samsung
Maybe instead post frustration... look into this Thread...
https://forum.xda-developers.com/smartwatch/galaxy-watch/measure-blood-presure-galaxy-watch-t4042137
Maybe help to find way so we can all have this...
Best Regards
Thanx .. but i tried a lot off operations to load the app on my watch .. but it's always failed
But you know... nobody knows what you have tried... maybe you are close...
Why not share what you made... :angel:
Checklist...
We can download and sideload APK... :good:
So Android/Phone site done.
If nobody identify the Tizen crap... and nobody share the TPK or WGT we can not sideload...![]()
Best Regards
ECG devices is surely considered as medical equipments that need approval and certification of your government to be used, like where I live too, so all we can do is wait for Samsung to get it.
i'm not sure .. but even if it needed an approval why i can't use the bera version of the application my bp lab .. why it's restricted for a few countries
@wakasensei
https://forum.xda-developers.com/showpost.php?p=81784527&postcount=20
If you need help. pm me...
Best Regards
Good news ?Looks like Samsung work on own ECG and BP app(s)...
I love the Teddy Picture...
... soooo cute. :laugh:
Best Regards
Looks like Samsung work on own ECG and BP app(s)...
I love the Teddy Picture...
... soooo cute. :laugh:
Best Regards
Looks like Samsung work on own ECG and BP app(s)...
I love the Teddy Picture...
... soooo cute. :laugh:
Best Regards
Looks like Samsung work on own ECG and BP app(s)...
I love the Teddy Picture...
... soooo cute. :laugh:
Best Regards
Looks like Samsung work on own ECG and BP app(s)...
I love the Teddy Picture...
... soooo cute. :laugh:
Best Regards
This is not fake and there is no need to be rude here. This application does exist and adfree is helping people. This app is still under test and not available to everyone.Ha!
Nice try fake news, clever what can be done with photoshop. There is no app..... put up or shut....
nice. Hope it will be available soon.This is not fake and there is no need to be rude here. This application does exist and adfree is helping people. This app is still under test and not available to everyone.
com_samsung_health_samd_bp.patched.tpk
filemonitor.apk
fileadb install ./monitor.apk
sdb install ./com_samsung_health_samd_bp.patched.tpk
com.samsung.health.samd.bp
to com.samsung.health.samd.bb
diff --color -u -p -r /tmp/tmp.t6S5vOlrqk/AndroidManifest.xml /tmp/tmp.LHSTmyPfrE/AndroidManifest.xml
--- /tmp/tmp.t6S5vOlrqk/AndroidManifest.xml 2021-02-26 13:43:54.945122180 +0100
+++ /tmp/tmp.LHSTmyPfrE/AndroidManifest.xml 2021-02-24 13:35:18.979000000 +0100
@@ -10,7 +10,7 @@
<uses-permission android:name="android.permission.QUERY_ALL_PACKAGES"/>
<uses-permission android:name="android.permission.WAKE_LOCK"/>
<uses-permission android:name="android.permission.FOREGROUND_SERVICE"/>
- <application android:allowBackup="false" android:allowTaskReparenting="true" android:appComponentFactory="androidx.core.app.CoreComponentFactory" android:extractNativeLibs="false" android:icon="@drawable/group_2" android:label="@string/shealthmonitor_app_name" android:largeHeap="true" android:name="com.samsung.android.shealthmonitor.SHealthMonitorApplication" android:requestLegacyExternalStorage="true" android:roundIcon="@drawable/group_2" android:supportsRtl="true" android:theme="@style/AppTheme">
+ <application android:allowBackup="false" android:allowTaskReparenting="true" android:appComponentFactory="androidx.core.app.CoreComponentFactory" android:extractNativeLibs="true" android:icon="@drawable/group_2" android:label="@string/shealthmonitor_app_name" android:largeHeap="true" android:name="com.samsung.android.shealthmonitor.SHealthMonitorApplication" android:requestLegacyExternalStorage="true" android:roundIcon="@drawable/group_2" android:supportsRtl="true" android:theme="@style/AppTheme">
<meta-data android:name="com.samsung.android.health.permission.write" android:value="com.samsung.health.blood_pressure;com.samsung.health.ecg"/>
<meta-data android:name="com.samsung.android.health.permission.read" android:value="com.samsung.health.user_profile"/>
<activity android:configChanges="keyboardHidden|orientation|screenSize" android:exported="false" android:hardwareAccelerated="true" android:label="@string/shealthmonitor_app_name" android:launchMode="singleTask" android:name="com.samsung.android.shealthmonitor.home.ui.activity.SHealthMonitorMainActivity" android:screenOrientation="portrait" android:theme="@style/ProMainAppCompat"/>
@@ -180,4 +180,4 @@
<meta-data android:name="SPDE.build.signature" android:value="unknown/unofficial/release/none"/>
<meta-data android:name="SPDE.env.version" android:value="4.0.0/L30.1.18/0.9.17"/>
</application>
-</manifest>
\ No newline at end of file
+</manifest>
Only in /tmp/tmp.LHSTmyPfrE: build
diff --color -u -p -r /tmp/tmp.t6S5vOlrqk/smali/com/samsung/android/sdk/SsdkVendorCheck.smali /tmp/tmp.LHSTmyPfrE/smali/com/samsung/android/sdk/SsdkVendorCheck.smali
--- /tmp/tmp.t6S5vOlrqk/smali/com/samsung/android/sdk/SsdkVendorCheck.smali 2021-02-26 13:43:56.570128395 +0100
+++ /tmp/tmp.LHSTmyPfrE/smali/com/samsung/android/sdk/SsdkVendorCheck.smali 2021-02-26 14:10:08.629140988 +0100
@@ -41,7 +41,7 @@
.line 24
sget-object v0, Lcom/samsung/android/sdk/SsdkVendorCheck;->strBrand:Ljava/lang/String;
- const/4 v1, 0x0
+ const/4 v1, 0x1
if-eqz v0, :cond_2
@@ -52,7 +52,7 @@
goto :goto_0
:cond_0
- const-string v2, "Samsung"
+ const-string v2, "Google"
.line 26
invoke-virtual {v0, v2}, Ljava/lang/String;->compareToIgnoreCase(Ljava/lang/String;)I
diff --color -u -p -r /tmp/tmp.t6S5vOlrqk/smali/com/samsung/android/shealthmonitor/bp/ui/card/SHealthMonitorBpCard.smali /tmp/tmp.LHSTmyPfrE/smali/com/samsung/android/shealthmonitor/bp/ui/card/SHealthMonitorBpCard.smali
--- /tmp/tmp.t6S5vOlrqk/smali/com/samsung/android/shealthmonitor/bp/ui/card/SHealthMonitorBpCard.smali 2021-02-26 13:43:56.646128686 +0100
+++ /tmp/tmp.LHSTmyPfrE/smali/com/samsung/android/shealthmonitor/bp/ui/card/SHealthMonitorBpCard.smali 2021-02-24 16:41:43.047126075 +0100
@@ -914,7 +914,7 @@
sub-int/2addr v1, v0
- const/16 v0, 0x16
+ const/16 v0, 0x11
if-le v0, v1, :cond_0
diff --color -u -p -r /tmp/tmp.t6S5vOlrqk/smali/com/samsung/android/shealthmonitor/util/CSCUtils.smali /tmp/tmp.LHSTmyPfrE/smali/com/samsung/android/shealthmonitor/util/CSCUtils.smali
--- /tmp/tmp.t6S5vOlrqk/smali/com/samsung/android/shealthmonitor/util/CSCUtils.smali 2021-02-26 13:43:56.723128980 +0100
+++ /tmp/tmp.LHSTmyPfrE/smali/com/samsung/android/shealthmonitor/util/CSCUtils.smali 2021-02-24 15:32:09.013429909 +0100
@@ -1058,14 +1058,14 @@
.line 217
:cond_5
- sget-object v0, Lcom/samsung/android/shealthmonitor/util/CommonConstants$SupportCountry;->ALL_NOT_SUPPORT:Lcom/samsung/android/shealthmonitor/util/CommonConstants$SupportCountry;
+ sget-object v0, Lcom/samsung/android/shealthmonitor/util/CommonConstants$SupportCountry;->ALL_SUPPORT:Lcom/samsung/android/shealthmonitor/util/CommonConstants$SupportCountry;
return-object v0
.line 192
:cond_6
:goto_2
- sget-object v0, Lcom/samsung/android/shealthmonitor/util/CommonConstants$SupportCountry;->NO_SIM:Lcom/samsung/android/shealthmonitor/util/CommonConstants$SupportCountry;
+ sget-object v0, Lcom/samsung/android/shealthmonitor/util/CommonConstants$SupportCountry;->ALL_SUPPORT:Lcom/samsung/android/shealthmonitor/util/CommonConstants$SupportCountry;
return-object v0
.end method
diff --color -u -p -r /tmp/tmp.t6S5vOlrqk/smali/com/samsung/android/shealthmonitor/util/Utils.smali /tmp/tmp.LHSTmyPfrE/smali/com/samsung/android/shealthmonitor/util/Utils.smali
--- /tmp/tmp.t6S5vOlrqk/smali/com/samsung/android/shealthmonitor/util/Utils.smali 2021-02-26 13:43:56.726128992 +0100
+++ /tmp/tmp.LHSTmyPfrE/smali/com/samsung/android/shealthmonitor/util/Utils.smali 2021-02-26 14:31:25.965026392 +0100
@@ -2138,7 +2138,7 @@
move-result v2
- const/16 v4, 0x16
+ const/16 v4, 0x11
sub-int/2addr v2, v0
@@ -2193,16 +2193,16 @@
move-result-object v0
- const-string v1, "samsung"
+ const-string v1, "google"
- invoke-virtual {v0, v1}, Ljava/lang/String;->contains(Ljava/lang/CharSequence;)Z
+ invoke-virtual {v1, v1}, Ljava/lang/String;->contains(Ljava/lang/CharSequence;)Z
move-result v0
return v0
:cond_0
- const/4 v0, 0x0
+ const/4 v0, 0x1
return v0
.end method
Following our conversation. Original file 1.1.0.183.