Shm mod failed to install?Thanks for ur great Job
i did every thing to make BP work
but i failed
it was working with me fine in the old Ver.
i noticed that the there is nor App pouched to watch 3
except ECG app
Installed successfuly
yes
I'm talking about the watch, not phone, which shm are you using, mod or stock...?
I'm talking about the watch, not phone, which shm are you using, mod or stock...?I
I could not find any app for watchI'm talking about the watch, not phone, which shm are you using, mod or stock...?
You said you have ecg only so I am assuming you have stock shm...
Refer to the picture at the very beginning of the thread...
You said you have ecg only so I am assuming you have stock shm...
Refer to the picture at the very beginning of the thread...
View attachment 5699605
The companion mention wearos, which is watch 4 and newer (watch5 and future wearos watches)no im using this app on attached
ESG monitor and its work with ur phone App
install it through APK pouched to watch
i could not use Tizan studio
because i have oracle system on my pc and using and old Java Ver.
ican't replace it
so if there is any apk to be installed on watch
i tried SHM MOD Companion but its installation failed as on attached !!!
i got this errorThe companion mention wearos, which is watch 4 and newer (watch5 and future wearos watches)
For tizen watch, it's only through tizen studio...
You could:
1. install a virtual machine and have that with the tizen-studio tools...
2. Ignore the jdk15 as it's a requirement for fit2installer, so create certificates and then run fit2installer on a different machine to sign the mod...
3. Temporarily uninstall the old java, use the jdk 15, once you're done, reinstall the old java...
Failed to install the app error is due to bad wgt (no signature found, or signed but no watch duid in certificates, or corrupted download or you signed stock original watch shm)
Cert. not 10 filesThe companion mention wearos, which is watch 4 and newer (watch5 and future wearos watches)
For tizen watch, it's only through tizen studio...
You could:
1. install a virtual machine and have that with the tizen-studio tools...
2. Ignore the jdk15 as it's a requirement for fit2installer, so create certificates and then run fit2installer on a different machine to sign the mod...
3. Temporarily uninstall the old java, use the jdk 15, once you're done, reinstall the old java...
sorry i posted twice
Those are tizen certificates, not Samsung, if you don't see the certificate selection, make sure you have downloaded Samsung certificates in package manager, you need to create Samsung certificates
its not giving me that choice as on ur videoThose are tizen certificates, not Samsung, if you don't see the certificate selection, make sure you have downloaded Samsung certificates in package manager, you need to create Samsung certificates
Package manager and install Samsung certificatesits not giving me that choice as on ur video
i though maybe because i have last Ver.
Changelog few posts backNew Samsung Health Monitor update (1.1.1.227)
https://www.apkmirror.com/apk/samsu...2/samsung-health-monitor-2-1-1-1-227-release/
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:
- Tizen SHM MOD and WearOS SHM MOD...?
The watch4 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...- Do I need root...?
No root is required...- Does this void my warranty?
No it does not void the warrenty or trip the know or damage the watch or the phone...- OTA effect on MOD & MOD effects on OTA.
No Effects, the MOD is independant...- Run_me.bat Java "main" errors and JDK15.
Open CMD and type 'Java --version', if it doesn't say Java 15, then you will struggle with such error, uninstall any JDK and reinstall JDK 15, run the command again, you should see Java 15...- Connecting to the watch isn't working.
Firewall, antivirus, defender, anything that filters the internet can block the connection of the watch, so make sure to disable all internet security, if it doesn't connect yet, reboot the pc and the watch and try again...
Samsung Health Security Props
Removes "sakv2" from ro.security.keystore.keytype to help make Samsung Health run on rooted devices. This doesnt mean its a universal "fix" and works on every device every time, so ymmv....
Disclaimer: The changes made by this module may have ramifications/consequences beyond what you may be using it for (Samsung Health). I have tested it for several days and havent found any personally, but this doesnt mean they dont exist. You use this at your own risk
This module:
I had planned to test this new "fix" for a while before releasing the module to stop people from manually editing the existing file, as using magisk is preferable as its easily reversible, but once i saw posts on XDA about it, i figured id release this now
- looks for /vendor/build.prop
- if found, it copies the ro.security.keystore.keytype line (in case not everyone has the same keytypes in the line - i hate using static files, i write modules to use whats on each device) to a new system.prop file in the modules folder
- removes sakv2 from the line in system.prop (it will remove sakv2 from the line (hopefully) wherever it exists, beginning, end or middle)
As mentioned above, there may be side effects to this "fix", ymmv
Note: You still need to make sure you have Samsung Health added to Magisk's Deny List, ideally with Shamiko installed (if using Shamiko dont forget to disable Enforce Deny List)
Thanks to the following members for sharing their solutions about the Java "main" exception error solution: @FckSamsung, @little_blaine, @uoY_redruM and @gogega ...
BIG THANKS TO @evildog1 for the APK Easy Tool and @LeJay for the Fit2Installer that I found on his Thread...
Thanks to @caravana for sharing version 175, found at Samsung Health Monitor - 1.1.0.175.mod4.Caravana and on XDA Samsung Health Monitor v1.1.0.167 by @JonGarrett is how I found the link...
Thanks to @adfree for providing me SHM 1.1.0.181, SHM watch 1.1.0037 and SHM watch 1.1.0039...
Thanks to @vadu71 for providing me the updated version of SHM 183...
Big thanks to member @l0nax for the great catch of finding the device detection and lowering age restriction found in here...
Thanks to @jmdomini as despite BP was hidden and inaccessible, he was able to use the BP by calling the activity through a third-party app which tells me that the restrictions were only view related and not functionality, his findings helped me dig in the right place and fix SHM...
Thanks to @warpjavier for sharing his thread
https://forum.xda-developers.com/t/working-bp-tpk-for-non-samsung-phones.4184729/
I have followed his steps and generated unsigned TPKs, you just need to sign it...
After signing it with Tizen studio, you either push it sdb or you can use the TPK installer which you decompile, place the tpk in assets and compile it again...
Thanks for this Guide by @xxstd (download 1 to 3, don't use 4 or 5, use mine and proceed with the rest) for how to sign TPKs
Thanks to Mr. @m2carbine as on the journey of trying to make this work, thanks to him I found the root cause why BP failed to install...