the app was working for me i tried to install the latest 23.tpk which didn't work for me because of OLD TIZEN version later i realized it requires .08 version to work 23.tpk
now i am trying to reinstall BP.TPK now i am not able to install the old version :crying:
Getting this error any solution ?
Code:
C:\sdb2260\sdb\data\tools>sdb install bp.tpk
pulled bp.tpk 100% 1MB
1 file(s) pulled. 0 file(s) skipped.
bp.tpk 279 KB/s (2030244 bytes in 7.100s)
path is /opt/usr/home/owner/apps_rw/tmp/bp.tpk
__return_cb req_id[1] pkg_type[tpk] pkgid[com.samsung.health.samd.bp] key[start] val[update]
__return_cb req_id[1] pkg_type[tpk] pkgid[com.samsung.health.samd.bp] key[install_percent] val[8]
__return_cb req_id[1] pkg_type[tpk] pkgid[com.samsung.health.samd.bp] key[error] val[-1]
__return_cb req_id[1] pkg_type[tpk] pkgid[com.samsung.health.samd.bp] key[end] val[fail]
processing result : General error [-1] failed
spend time for pkgcmd is [2021]ms
rm: remove write-protected regular file `/opt/usr/home/owner/apps_rw/tmp/bp.tpk'?
Can you try this with SDB 2.2.60... the old Version...
To open "Terminal"...
Code:
sdb shell
Uninstall attmept...
Code:
pkgcmd -u -t tpk -n com.samsung.health.samd.bp
If work looks like this...
Code:
D:\SDB\SDB260>sdb shell
sh-3.2$ pkgcmd -u -t tpk -n com.samsung.health.samd.bp
__return_cb req_id[1] pkg_type[tpk] pkgid[com.samsung.health.samd.bp] key[start] val[uninstall]
__return_cb req_id[1] pkg_type[tpk] pkgid[com.samsung.health.samd.bp] key[appid] val[com.samsung.health.samd.bp.bp-service]
__return_cb req_id[1] pkg_type[tpk] pkgid[com.samsung.health.samd.bp] key[appid] val[com.samsung.health.samd.bp.bp-home]
__return_cb req_id[1] pkg_type[tpk] pkgid[com.samsung.health.samd.bp] key[appid] val[com.samsung.health.samd.bp.home]
__return_cb req_id[1] pkg_type[tpk] pkgid[com.samsung.health.samd.bp] key[appid] val[com.samsung.health.samd.bp.ecg-home]
__return_cb req_id[1] pkg_type[tpk] pkgid[com.samsung.health.samd.bp] key[appid] val[com.samsung.health.samd.bp.ecg-service]
__return_cb req_id[1] pkg_type[tpk] pkgid[com.samsung.health.samd.bp] key[appid] val[com.samsung.health.samd.bp.widget]
__return_cb req_id[1] pkg_type[tpk] pkgid[com.samsung.health.samd.bp] key[install_percent] val[4]
__return_cb req_id[1] pkg_type[tpk] pkgid[com.samsung.health.samd.bp] key[install_percent] val[9]
__return_cb req_id[1] pkg_type[tpk] pkgid[com.samsung.health.samd.bp] key[install_percent] val[13]
__return_cb req_id[1] pkg_type[tpk] pkgid[com.samsung.health.samd.bp] key[install_percent] val[18]
__return_cb req_id[1] pkg_type[tpk] pkgid[com.samsung.health.samd.bp] key[install_percent] val[22]
__return_cb req_id[1] pkg_type[tpk] pkgid[com.samsung.health.samd.bp] key[install_percent] val[27]
__return_cb req_id[1] pkg_type[tpk] pkgid[com.samsung.health.samd.bp] key[install_percent] val[31]
__return_cb req_id[1] pkg_type[tpk] pkgid[com.samsung.health.samd.bp] key[install_percent] val[36]
__return_cb req_id[1] pkg_type[tpk] pkgid[com.samsung.health.samd.bp] key[install_percent] val[40]
__return_cb req_id[1] pkg_type[tpk] pkgid[com.samsung.health.samd.bp] key[install_percent] val[45]
__return_cb req_id[1] pkg_type[tpk] pkgid[com.samsung.health.samd.bp] key[install_percent] val[50]
__return_cb req_id[1] pkg_type[tpk] pkgid[com.samsung.health.samd.bp] key[install_percent] val[54]
__return_cb req_id[1] pkg_type[tpk] pkgid[com.samsung.health.samd.bp] key[install_percent] val[59]
__return_cb req_id[1] pkg_type[tpk] pkgid[com.samsung.health.samd.bp] key[install_percent] val[63]
__return_cb req_id[1] pkg_type[tpk] pkgid[com.samsung.health.samd.bp] key[install_percent] val[68]
__return_cb req_id[1] pkg_type[tpk] pkgid[com.samsung.health.samd.bp] key[install_percent] val[72]
__return_cb req_id[1] pkg_type[tpk] pkgid[com.samsung.health.samd.bp] key[install_percent] val[77]
__return_cb req_id[1] pkg_type[tpk] pkgid[com.samsung.health.samd.bp] key[install_percent] val[81]
__return_cb req_id[1] pkg_type[tpk] pkgid[com.samsung.health.samd.bp] key[install_percent] val[86]
__return_cb req_id[1] pkg_type[tpk] pkgid[com.samsung.health.samd.bp] key[install_percent] val[90]
__return_cb req_id[1] pkg_type[tpk] pkgid[com.samsung.health.samd.bp] key[install_percent] val[95]
__return_cb req_id[1] pkg_type[tpk] pkgid[com.samsung.health.samd.bp] key[install_percent] val[100]
__return_cb req_id[1] pkg_type[tpk] pkgid[com.samsung.health.samd.bp] key[end] val[ok]
spend time for pkgcmd is [5279]ms
If not, post what you see...
Best Regards
Thanks a lot uninstalled using those commands and reinstalled the old bp.tpk
can't install BP.TPK
adfree said:
Can you try this with SDB 2.2.60... the old Version...
To open "Terminal"...
Code:
sdb shell
Uninstall attmept...
Code:
pkgcmd -u -t tpk -n com.samsung.health.samd.bp
If work looks like this...
Code:
D:\SDB\SDB260>sdb shell
sh-3.2$ pkgcmd -u -t tpk -n com.samsung.health.samd.bp
__return_cb req_id[1] pkg_type[tpk] pkgid[com.samsung.health.samd.bp] key[start] val[uninstall]
__return_cb req_id[1] pkg_type[tpk] pkgid[com.samsung.health.samd.bp] key[appid] val[com.samsung.health.samd.bp.bp-service]
__return_cb req_id[1] pkg_type[tpk] pkgid[com.samsung.health.samd.bp] key[appid] val[com.samsung.health.samd.bp.bp-home]
__return_cb req_id[1] pkg_type[tpk] pkgid[com.samsung.health.samd.bp] key[appid] val[com.samsung.health.samd.bp.home]
__return_cb req_id[1] pkg_type[tpk] pkgid[com.samsung.health.samd.bp] key[appid] val[com.samsung.health.samd.bp.ecg-home]
__return_cb req_id[1] pkg_type[tpk] pkgid[com.samsung.health.samd.bp] key[appid] val[com.samsung.health.samd.bp.ecg-service]
__return_cb req_id[1] pkg_type[tpk] pkgid[com.samsung.health.samd.bp] key[appid] val[com.samsung.health.samd.bp.widget]
__return_cb req_id[1] pkg_type[tpk] pkgid[com.samsung.health.samd.bp] key[install_percent] val[4]
__return_cb req_id[1] pkg_type[tpk] pkgid[com.samsung.health.samd.bp] key[install_percent] val[9]
__return_cb req_id[1] pkg_type[tpk] pkgid[com.samsung.health.samd.bp] key[install_percent] val[13]
__return_cb req_id[1] pkg_type[tpk] pkgid[com.samsung.health.samd.bp] key[install_percent] val[18]
__return_cb req_id[1] pkg_type[tpk] pkgid[com.samsung.health.samd.bp] key[install_percent] val[22]
__return_cb req_id[1] pkg_type[tpk] pkgid[com.samsung.health.samd.bp] key[install_percent] val[27]
__return_cb req_id[1] pkg_type[tpk] pkgid[com.samsung.health.samd.bp] key[install_percent] val[31]
__return_cb req_id[1] pkg_type[tpk] pkgid[com.samsung.health.samd.bp] key[install_percent] val[36]
__return_cb req_id[1] pkg_type[tpk] pkgid[com.samsung.health.samd.bp] key[install_percent] val[40]
__return_cb req_id[1] pkg_type[tpk] pkgid[com.samsung.health.samd.bp] key[install_percent] val[45]
__return_cb req_id[1] pkg_type[tpk] pkgid[com.samsung.health.samd.bp] key[install_percent] val[50]
__return_cb req_id[1] pkg_type[tpk] pkgid[com.samsung.health.samd.bp] key[install_percent] val[54]
__return_cb req_id[1] pkg_type[tpk] pkgid[com.samsung.health.samd.bp] key[install_percent] val[59]
__return_cb req_id[1] pkg_type[tpk] pkgid[com.samsung.health.samd.bp] key[install_percent] val[63]
__return_cb req_id[1] pkg_type[tpk] pkgid[com.samsung.health.samd.bp] key[install_percent] val[68]
__return_cb req_id[1] pkg_type[tpk] pkgid[com.samsung.health.samd.bp] key[install_percent] val[72]
__return_cb req_id[1] pkg_type[tpk] pkgid[com.samsung.health.samd.bp] key[install_percent] val[77]
__return_cb req_id[1] pkg_type[tpk] pkgid[com.samsung.health.samd.bp] key[install_percent] val[81]
__return_cb req_id[1] pkg_type[tpk] pkgid[com.samsung.health.samd.bp] key[install_percent] val[86]
__return_cb req_id[1] pkg_type[tpk] pkgid[com.samsung.health.samd.bp] key[install_percent] val[90]
__return_cb req_id[1] pkg_type[tpk] pkgid[com.samsung.health.samd.bp] key[install_percent] val[95]
__return_cb req_id[1] pkg_type[tpk] pkgid[com.samsung.health.samd.bp] key[install_percent] val[100]
__return_cb req_id[1] pkg_type[tpk] pkgid[com.samsung.health.samd.bp] key[end] val[ok]
spend time for pkgcmd is [5279]ms
If not, post what you see...
Best Regards
Click to expand...
Click to collapse
Hi Adfree,
I have a KOO Active 2 R820, Tizen 4.0.08 and was able to use BP and ECG(side loading shm 1.1.059.Caravana and sub install ECG.TPK) on a samsung S9+ phone earlier.
I changed my phone to Oppo Find X2 Pro a few days ago and reset my Active 2 and till now, i'm unable to install BP.tpk(various versions found online). ECG works perfectly though(side loading shm 1.1.059.Caravana and sub install ECG.TPK).
I tried uninstalling(pkgcmd -u -t tpk -n com.samsung.health.samd.bp) to no avail.
I suspect the BP is already pre-installed on my watch but can't find the icon to reactivate the functions.
SHM keep insisting that No compatible watch found even though ECG works perfectly.
Please assist me in putting BP back to my phone.
Thank you very much!
adfree said:
Can you try this with SDB 2.2.60... the old Version...
To open "Terminal"...
Code:
sdb shell
Uninstall attmept...
Code:
pkgcmd -u -t tpk -n com.samsung.health.samd.bp
If work looks like this...
Code:
D:\SDB\SDB260>sdb shell
sh-3.2$ pkgcmd -u -t tpk -n com.samsung.health.samd.bp
__return_cb req_id[1] pkg_type[tpk] pkgid[com.samsung.health.samd.bp] key[start] val[uninstall]
__return_cb req_id[1] pkg_type[tpk] pkgid[com.samsung.health.samd.bp] key[appid] val[com.samsung.health.samd.bp.bp-service]
__return_cb req_id[1] pkg_type[tpk] pkgid[com.samsung.health.samd.bp] key[appid] val[com.samsung.health.samd.bp.bp-home]
__return_cb req_id[1] pkg_type[tpk] pkgid[com.samsung.health.samd.bp] key[appid] val[com.samsung.health.samd.bp.home]
__return_cb req_id[1] pkg_type[tpk] pkgid[com.samsung.health.samd.bp] key[appid] val[com.samsung.health.samd.bp.ecg-home]
__return_cb req_id[1] pkg_type[tpk] pkgid[com.samsung.health.samd.bp] key[appid] val[com.samsung.health.samd.bp.ecg-service]
__return_cb req_id[1] pkg_type[tpk] pkgid[com.samsung.health.samd.bp] key[appid] val[com.samsung.health.samd.bp.widget]
__return_cb req_id[1] pkg_type[tpk] pkgid[com.samsung.health.samd.bp] key[install_percent] val[4]
__return_cb req_id[1] pkg_type[tpk] pkgid[com.samsung.health.samd.bp] key[install_percent] val[9]
__return_cb req_id[1] pkg_type[tpk] pkgid[com.samsung.health.samd.bp] key[install_percent] val[13]
__return_cb req_id[1] pkg_type[tpk] pkgid[com.samsung.health.samd.bp] key[install_percent] val[18]
__return_cb req_id[1] pkg_type[tpk] pkgid[com.samsung.health.samd.bp] key[install_percent] val[22]
__return_cb req_id[1] pkg_type[tpk] pkgid[com.samsung.health.samd.bp] key[install_percent] val[27]
__return_cb req_id[1] pkg_type[tpk] pkgid[com.samsung.health.samd.bp] key[install_percent] val[31]
__return_cb req_id[1] pkg_type[tpk] pkgid[com.samsung.health.samd.bp] key[install_percent] val[36]
__return_cb req_id[1] pkg_type[tpk] pkgid[com.samsung.health.samd.bp] key[install_percent] val[40]
__return_cb req_id[1] pkg_type[tpk] pkgid[com.samsung.health.samd.bp] key[install_percent] val[45]
__return_cb req_id[1] pkg_type[tpk] pkgid[com.samsung.health.samd.bp] key[install_percent] val[50]
__return_cb req_id[1] pkg_type[tpk] pkgid[com.samsung.health.samd.bp] key[install_percent] val[54]
__return_cb req_id[1] pkg_type[tpk] pkgid[com.samsung.health.samd.bp] key[install_percent] val[59]
__return_cb req_id[1] pkg_type[tpk] pkgid[com.samsung.health.samd.bp] key[install_percent] val[63]
__return_cb req_id[1] pkg_type[tpk] pkgid[com.samsung.health.samd.bp] key[install_percent] val[68]
__return_cb req_id[1] pkg_type[tpk] pkgid[com.samsung.health.samd.bp] key[install_percent] val[72]
__return_cb req_id[1] pkg_type[tpk] pkgid[com.samsung.health.samd.bp] key[install_percent] val[77]
__return_cb req_id[1] pkg_type[tpk] pkgid[com.samsung.health.samd.bp] key[install_percent] val[81]
__return_cb req_id[1] pkg_type[tpk] pkgid[com.samsung.health.samd.bp] key[install_percent] val[86]
__return_cb req_id[1] pkg_type[tpk] pkgid[com.samsung.health.samd.bp] key[install_percent] val[90]
__return_cb req_id[1] pkg_type[tpk] pkgid[com.samsung.health.samd.bp] key[install_percent] val[95]
__return_cb req_id[1] pkg_type[tpk] pkgid[com.samsung.health.samd.bp] key[install_percent] val[100]
__return_cb req_id[1] pkg_type[tpk] pkgid[com.samsung.health.samd.bp] key[end] val[ok]
spend time for pkgcmd is [5279]ms
If not, post what you see...
Best Regards
Click to expand...
Click to collapse
Thanks !!! it helped me
:good:
tkmloh said:
Hi Adfree,
I have a KOO Active 2 R820, Tizen 4.0.08 and was able to use BP and ECG(side loading shm 1.1.059.Caravana and sub install ECG.TPK) on a samsung S9+ phone earlier.
I changed my phone to Oppo Find X2 Pro a few days ago and reset my Active 2 and till now, i'm unable to install BP.tpk(various versions found online). ECG works perfectly though(side loading shm 1.1.059.Caravana and sub install ECG.TPK).
I tried uninstalling(pkgcmd -u -t tpk -n com.samsung.health.samd.bp) to no avail.
I suspect the BP is already pre-installed on my watch but can't find the icon to reactivate the functions.
SHM keep insisting that No compatible watch found even though ECG works perfectly.
Please assist me in putting BP back to my phone.
Thank you very much!
Click to expand...
Click to collapse
I have the same phone findx2pro and the same watches, and i cant find solution for working BP, now works only with samsung phones.
I tried sideloading ecg and bp tpk using 23.tpk and got the following error on active watch 2 running tizen 5.5.0.1
any help would be appreciated
C:\Users\agilani\Desktop\sdk\SDBstarterKidv1\sdb_2.2.60_windows-64\data\tools>sdb install 23.tpk
pulled 23.tpk 100% 3MB
1 file(s) pulled. 0 file(s) skipped.
23.tpk 504 KB/s (3812790 bytes in 7.380s)
path is /opt/usr/home/owner/apps_rw/tmp/23.tpk
__return_cb req_id[1] pkg_type[tpk] pkgid[com.samsung.health.samd.bp] key[start] val[update]
__return_cb req_id[1] pkg_type[tpk] pkgid[com.samsung.health.samd.bp] key[install_percent] val[10]
__return_cb req_id[1] pkg_type[tpk] pkgid[com.samsung.health.samd.bp] key[error] val[-1]
__return_cb req_id[1] pkg_type[tpk] pkgid[com.samsung.health.samd.bp] key[end] val[fail]
processing result : General error [-1] failed
spend time for pkgcmd is [2364]ms
rm: remove write-protected regular file `/opt/usr/home/owner/apps_rw/tmp/23.tpk'? ^C
Alibaba0101 said:
I tried sideloading ecg and bp tpk using 23.tpk and got the following error on active watch 2 running tizen 5.5.0.1
any help would be appreciated
Click to expand...
Click to collapse
You cannot sideload anything yet on 5.5, $am$ung blocked it.
@Bi0haZarD
A
This is not 100 % correct...
SDB Tricks not more working...
But we have success with all Watches and APK as "Installer"...
It pushes automatic on Samsung Phones the APK to the Watch...
B
@Alibaba0101
You are on XAR as CSC?
Then ECG has the same name like BP... and BP/ECG Combo aka 23
You could try to uninstall... you are in correct Thread... few posts before yours...
https://forum.xda-developers.com/showpost.php?p=83214717&postcount=2
Best Regards
adfree said:
@Bi0haZarD
A
This is not 100 % correct...
SDB Tricks not more working...
But we have success with all Watches and APK as "Installer"...
It pushes automatic on Samsung Phones the APK to the Watch...
Click to expand...
Click to collapse
Dear friend adfree, don't misunderstand me please, but i am right about not being able to sideload apps on 5.5, the apk4tpk method you mentioned does not have anything to do with sideloading.
That method uses the Galaxy Wear application on the phone, together with Active 2 plugin to transfer the tpk from the phone to the watch (the one included in apk4tpk, the 23.tpk to be more specific)...
Also would like to wish you all the best with the work you're doing adfree, and big "Thank You" for your time and efforts that you, caravana and all others put into this...
Unfortunately, due to personal obligations i am not able to always reply in a timely manner, so excuse me if my reply comes later than expected..
Have a wonderful day / night !!
adfree said:
@Bi0haZarD
A
This is not 100 % correct...
SDB Tricks not more working...
But we have success with all Watches and APK as "Installer"...
It pushes automatic on Samsung Phones the APK to the Watch...
B
@Alibaba0101
You are on XAR as CSC?
Then ECG has the same name like BP... and BP/ECG Combo aka 23
You could try to uninstall... you are in correct Thread... few posts before yours...
https://forum.xda-developers.com/showpost.php?p=83214717&postcount=2
Best Regards
Click to expand...
Click to collapse
I have a USA 835U LTE model. I haven't checked CSC, but I assume its for USA region... The lte model didn't have tizen 4.0.0.8 and went directly from 4.0.0.6 to 5.5.0.1 so i had no ability to sideload the 4.0.0.8 versions
tried the apk4tpk method
tried the adfree 29 package
tried sideloading the 23.tpk using sdb
and they all failed. I think this only works on a samsung phone. I've been trying all of this on my lg v40. Also tried uninstalled using sdb and then re-install. Still get the same error.
why is it working only on samsung phones since tizen 5.5? will it change back?
adfree said:
@Bi0haZarD
A
This is not 100 % correct...
SDB Tricks not more working...
But we have success with all Watches and APK as "Installer"...
It pushes automatic on Samsung Phones the APK to the Watch...
B
@Alibaba0101
You are on XAR as CSC?
Then ECG has the same name like BP... and BP/ECG Combo aka 23
You could try to uninstall... you are in correct Thread... few posts before yours...
https://forum.xda-developers.com/showpost.php?p=83214717&postcount=2
Best Regards
Click to expand...
Click to collapse
why is it working only on samsung phones since tizen 5.5? will it change back?
adfree said:
Can you try this with SDB 2.2.60... the old Version...
To open "Terminal"...
Code:
sdb shell
Uninstall attmept...
Code:
pkgcmd -u -t tpk -n com.samsung.health.samd.bp
If work looks like this...
Code:
D:\SDB\SDB260>sdb shell
sh-3.2$ pkgcmd -u -t tpk -n com.samsung.health.samd.bp
__return_cb req_id[1] pkg_type[tpk] pkgid[com.samsung.health.samd.bp] key[start] val[uninstall]
__return_cb req_id[1] pkg_type[tpk] pkgid[com.samsung.health.samd.bp] key[appid] val[com.samsung.health.samd.bp.bp-service]
__return_cb req_id[1] pkg_type[tpk] pkgid[com.samsung.health.samd.bp] key[appid] val[com.samsung.health.samd.bp.bp-home]
__return_cb req_id[1] pkg_type[tpk] pkgid[com.samsung.health.samd.bp] key[appid] val[com.samsung.health.samd.bp.home]
__return_cb req_id[1] pkg_type[tpk] pkgid[com.samsung.health.samd.bp] key[appid] val[com.samsung.health.samd.bp.ecg-home]
__return_cb req_id[1] pkg_type[tpk] pkgid[com.samsung.health.samd.bp] key[appid] val[com.samsung.health.samd.bp.ecg-service]
__return_cb req_id[1] pkg_type[tpk] pkgid[com.samsung.health.samd.bp] key[appid] val[com.samsung.health.samd.bp.widget]
__return_cb req_id[1] pkg_type[tpk] pkgid[com.samsung.health.samd.bp] key[install_percent] val[4]
__return_cb req_id[1] pkg_type[tpk] pkgid[com.samsung.health.samd.bp] key[install_percent] val[9]
__return_cb req_id[1] pkg_type[tpk] pkgid[com.samsung.health.samd.bp] key[install_percent] val[13]
__return_cb req_id[1] pkg_type[tpk] pkgid[com.samsung.health.samd.bp] key[install_percent] val[18]
__return_cb req_id[1] pkg_type[tpk] pkgid[com.samsung.health.samd.bp] key[install_percent] val[22]
__return_cb req_id[1] pkg_type[tpk] pkgid[com.samsung.health.samd.bp] key[install_percent] val[27]
__return_cb req_id[1] pkg_type[tpk] pkgid[com.samsung.health.samd.bp] key[install_percent] val[31]
__return_cb req_id[1] pkg_type[tpk] pkgid[com.samsung.health.samd.bp] key[install_percent] val[36]
__return_cb req_id[1] pkg_type[tpk] pkgid[com.samsung.health.samd.bp] key[install_percent] val[40]
__return_cb req_id[1] pkg_type[tpk] pkgid[com.samsung.health.samd.bp] key[install_percent] val[45]
__return_cb req_id[1] pkg_type[tpk] pkgid[com.samsung.health.samd.bp] key[install_percent] val[50]
__return_cb req_id[1] pkg_type[tpk] pkgid[com.samsung.health.samd.bp] key[install_percent] val[54]
__return_cb req_id[1] pkg_type[tpk] pkgid[com.samsung.health.samd.bp] key[install_percent] val[59]
__return_cb req_id[1] pkg_type[tpk] pkgid[com.samsung.health.samd.bp] key[install_percent] val[63]
__return_cb req_id[1] pkg_type[tpk] pkgid[com.samsung.health.samd.bp] key[install_percent] val[68]
__return_cb req_id[1] pkg_type[tpk] pkgid[com.samsung.health.samd.bp] key[install_percent] val[72]
__return_cb req_id[1] pkg_type[tpk] pkgid[com.samsung.health.samd.bp] key[install_percent] val[77]
__return_cb req_id[1] pkg_type[tpk] pkgid[com.samsung.health.samd.bp] key[install_percent] val[81]
__return_cb req_id[1] pkg_type[tpk] pkgid[com.samsung.health.samd.bp] key[install_percent] val[86]
__return_cb req_id[1] pkg_type[tpk] pkgid[com.samsung.health.samd.bp] key[install_percent] val[90]
__return_cb req_id[1] pkg_type[tpk] pkgid[com.samsung.health.samd.bp] key[install_percent] val[95]
__return_cb req_id[1] pkg_type[tpk] pkgid[com.samsung.health.samd.bp] key[install_percent] val[100]
__return_cb req_id[1] pkg_type[tpk] pkgid[com.samsung.health.samd.bp] key[end] val[ok]
spend time for pkgcmd is [5279]ms
If not, post what you see...
Best Regards
Click to expand...
Click to collapse
Hi,
I have Watch active 2,
model number SM-R820,
TIZEN Version 5.5.0.1,
Software version : R820XXU1CTI4
SM-R820NZKAXAR
Problem is when I updated my watch to this version, BP monitor is not showing anymore, also on Samsung health monitor on Blood pressure section is showing a
message, "NO COMPATIBLE WATCH FOUND". I this sulution that you have post but failed, please see error below.
I HOPE you can help me, thank you very much.
ERROR:
* The version of SDB client (2.2.60) is not same with that of SDB server (4.2.12).
It may cause version compatibility problems.
It is recommended to use SDB server with version 2.2.60. *
sh-3.2$ pkgcmd -u -t tpk -n com.samsung.health.samd.bppkgcmd -u -t tpk -n com.samsung.health.samd.bp
__return_cb req_id[1] pkg_type[tpk] pkgid[com.samsung.health.samd.bp] key[start] val[uninstall]
__return_cb req_id[1] pkg_type[tpk] pkgid[com.samsung.health.samd.bp] key[appid] val[com.samsung.health.samd.bp.home]
__return_cb req_id[1] pkg_type[tpk] pkgid[com.samsung.health.samd.bp] key[appid] val[com.samsung.health.samd.bp.ecg-service]
__return_cb req_id[1] pkg_type[tpk] pkgid[com.samsung.health.samd.bp] key[appid] val[com.samsung.health.samd.bp.widget]
__return_cb req_id[1] pkg_type[tpk] pkgid[com.samsung.health.samd.bp] key[install_percent] val[4]
__return_cb req_id[1] pkg_type[tpk] pkgid[com.samsung.health.samd.bp] key[install_percent] val[9]
__return_cb req_id[1] pkg_type[tpk] pkgid[com.samsung.health.samd.bp] key[error] val[-4]
__return_cb req_id[1] pkg_type[tpk] pkgid[com.samsung.health.samd.bp] key[end] val[fail]
processing result : Operation not allowed [-4] failed
spend time for pkgcmd is [1126]ms
sh-3.2# pkgcmd -u -t tpk -n com.samsung.health.samd.bp
__return_cb req_id[1] pkg_type[tpk] pkgid[com.samsung.health.samd.bp] key[start] val[uninstall]
__return_cb req_id[1] pkg_type[tpk] pkgid[com.samsung.health.samd.bp] key[appid] val[com.samsung.health.samd.bp.bp-service]
__return_cb req_id[1] pkg_type[tpk] pkgid[com.samsung.health.samd.bp] key[appid] val[com.samsung.health.samd.bp.bp-home]
__return_cb req_id[1] pkg_type[tpk] pkgid[com.samsung.health.samd.bp] key[appid] val[com.samsung.health.samd.bp.home]
__return_cb req_id[1] pkg_type[tpk] pkgid[com.samsung.health.samd.bp] key[appid] val[com.samsung.health.samd.bp.ecg-home]
__return_cb req_id[1] pkg_type[tpk] pkgid[com.samsung.health.samd.bp] key[appid] val[com.samsung.health.samd.bp.ecg-service]
__return_cb req_id[1] pkg_type[tpk] pkgid[com.samsung.health.samd.bp] key[appid] val[com.samsung.health.samd.bp.widget]
__return_cb req_id[1] pkg_type[tpk] pkgid[com.samsung.health.samd.bp] key[install_percent] val[4]
__return_cb req_id[1] pkg_type[tpk] pkgid[com.samsung.health.samd.bp] key[install_percent] val[9]
__return_cb req_id[1] pkg_type[tpk] pkgid[com.samsung.health.samd.bp] key[error] val[-4]
__return_cb req_id[1] pkg_type[tpk] pkgid[com.samsung.health.samd.bp] key[end] val[fail]
processing result : Operation not allowed [-4] failed
spend time for pkgcmd is [1094]ms
sh-3.2#
Hi,
I am also encountering the same issue here. I was not able to install (general error [-1]).
When I tried to uninstall it with your commend, it gave me the same error as above (operation not allowed)...
How can I fix this? Many thanks!
Best regards.
Installing bp app
chuby007 said:
Thanks !!! it helped me
:good:
Click to expand...
Click to collapse
What is the procedure??
Thread dead? I have same issue... Cannot uninstall hidden BP on my GWA2
sh-3.2$ pkgcmd -u -t tpk -n com.samsung.health.samd.bp
__return_cb req_id[1] pkg_type[tpk] pkgid[com.samsung.health.samd.bp] key[start] val[uninstall]
__return_cb req_id[1] pkg_type[tpk] pkgid[com.samsung.health.samd.bp] key[appid] val[com.samsung.health.samd.bp.home]
__return_cb req_id[1] pkg_type[tpk] pkgid[com.samsung.health.samd.bp] key[appid] val[com.samsung.health.samd.bp.ecg-service]
__return_cb req_id[1] pkg_type[tpk] pkgid[com.samsung.health.samd.bp] key[appid] val[com.samsung.health.samd.bp.widget]
__return_cb req_id[1] pkg_type[tpk] pkgid[com.samsung.health.samd.bp] key[install_percent] val[4]
__return_cb req_id[1] pkg_type[tpk] pkgid[com.samsung.health.samd.bp] key[install_percent] val[9]
__return_cb req_id[1] pkg_type[tpk] pkgid[com.samsung.health.samd.bp] key[error] val[-4]
__return_cb req_id[1] pkg_type[tpk] pkgid[com.samsung.health.samd.bp] key[end] val[fail]
processing result : Operation not allowed [-4] failed
spend time for pkgcmd is [863]ms
sh-3.2$
adfree said:
Can you try this with SDB 2.2.60... the old Version...
To open "Terminal"...
Code:
sdb shell
Uninstall attmept...
Code:
pkgcmd -u -t tpk -n com.samsung.health.samd.bp
If work looks like this...
Code:
D:\SDB\SDB260>sdb shell
sh-3.2$ pkgcmd -u -t tpk -n com.samsung.health.samd.bp
__return_cb req_id[1] pkg_type[tpk] pkgid[com.samsung.health.samd.bp] key[start] val[uninstall]
__return_cb req_id[1] pkg_type[tpk] pkgid[com.samsung.health.samd.bp] key[appid] val[com.samsung.health.samd.bp.bp-service]
__return_cb req_id[1] pkg_type[tpk] pkgid[com.samsung.health.samd.bp] key[appid] val[com.samsung.health.samd.bp.bp-home]
__return_cb req_id[1] pkg_type[tpk] pkgid[com.samsung.health.samd.bp] key[appid] val[com.samsung.health.samd.bp.home]
__return_cb req_id[1] pkg_type[tpk] pkgid[com.samsung.health.samd.bp] key[appid] val[com.samsung.health.samd.bp.ecg-home]
__return_cb req_id[1] pkg_type[tpk] pkgid[com.samsung.health.samd.bp] key[appid] val[com.samsung.health.samd.bp.ecg-service]
__return_cb req_id[1] pkg_type[tpk] pkgid[com.samsung.health.samd.bp] key[appid] val[com.samsung.health.samd.bp.widget]
__return_cb req_id[1] pkg_type[tpk] pkgid[com.samsung.health.samd.bp] key[install_percent] val[4]
__return_cb req_id[1] pkg_type[tpk] pkgid[com.samsung.health.samd.bp] key[install_percent] val[9]
__return_cb req_id[1] pkg_type[tpk] pkgid[com.samsung.health.samd.bp] key[install_percent] val[13]
__return_cb req_id[1] pkg_type[tpk] pkgid[com.samsung.health.samd.bp] key[install_percent] val[18]
__return_cb req_id[1] pkg_type[tpk] pkgid[com.samsung.health.samd.bp] key[install_percent] val[22]
__return_cb req_id[1] pkg_type[tpk] pkgid[com.samsung.health.samd.bp] key[install_percent] val[27]
__return_cb req_id[1] pkg_type[tpk] pkgid[com.samsung.health.samd.bp] key[install_percent] val[31]
__return_cb req_id[1] pkg_type[tpk] pkgid[com.samsung.health.samd.bp] key[install_percent] val[36]
__return_cb req_id[1] pkg_type[tpk] pkgid[com.samsung.health.samd.bp] key[install_percent] val[40]
__return_cb req_id[1] pkg_type[tpk] pkgid[com.samsung.health.samd.bp] key[install_percent] val[45]
__return_cb req_id[1] pkg_type[tpk] pkgid[com.samsung.health.samd.bp] key[install_percent] val[50]
__return_cb req_id[1] pkg_type[tpk] pkgid[com.samsung.health.samd.bp] key[install_percent] val[54]
__return_cb req_id[1] pkg_type[tpk] pkgid[com.samsung.health.samd.bp] key[install_percent] val[59]
__return_cb req_id[1] pkg_type[tpk] pkgid[com.samsung.health.samd.bp] key[install_percent] val[63]
__return_cb req_id[1] pkg_type[tpk] pkgid[com.samsung.health.samd.bp] key[install_percent] val[68]
__return_cb req_id[1] pkg_type[tpk] pkgid[com.samsung.health.samd.bp] key[install_percent] val[72]
__return_cb req_id[1] pkg_type[tpk] pkgid[com.samsung.health.samd.bp] key[install_percent] val[77]
__return_cb req_id[1] pkg_type[tpk] pkgid[com.samsung.health.samd.bp] key[install_percent] val[81]
__return_cb req_id[1] pkg_type[tpk] pkgid[com.samsung.health.samd.bp] key[install_percent] val[86]
__return_cb req_id[1] pkg_type[tpk] pkgid[com.samsung.health.samd.bp] key[install_percent] val[90]
__return_cb req_id[1] pkg_type[tpk] pkgid[com.samsung.health.samd.bp] key[install_percent] val[95]
__return_cb req_id[1] pkg_type[tpk] pkgid[com.samsung.health.samd.bp] key[install_percent] val[100]
__return_cb req_id[1] pkg_type[tpk] pkgid[com.samsung.health.samd.bp] key[end] val[ok]
spend time for pkgcmd is [5279]ms
If not, post what you see...
Best Regards
Click to expand...
Click to collapse
this is what i got
C:\Users\davek\Desktop\sdb\data\tools>sdb shell
sh-3.2$ sdb uninstall com.samsung.health.samd.bp
sh: sdb: command not found
sh-3.2$ pkgcmd -u -t tpk -n com.samsung.health.samd.bp
__return_cb req_id[1] pkg_type[tpk] pkgid[com.samsung.health.samd.bp] key[start] val[uninstall]
__return_cb req_id[1] pkg_type[tpk] pkgid[com.samsung.health.samd.bp] key[appid] val[com.samsung.health.samd.bp.home]
__return_cb req_id[1] pkg_type[tpk] pkgid[com.samsung.health.samd.bp] key[appid] val[com.samsung.health.samd.bp.ecg-service]
__return_cb req_id[1] pkg_type[tpk] pkgid[com.samsung.health.samd.bp] key[appid] val[com.samsung.health.samd.bp.widget]
__return_cb req_id[1] pkg_type[tpk] pkgid[com.samsung.health.samd.bp] key[install_percent] val[4]
__return_cb req_id[1] pkg_type[tpk] pkgid[com.samsung.health.samd.bp] key[install_percent] val[9]
__return_cb req_id[1] pkg_type[tpk] pkgid[com.samsung.health.samd.bp] key[error] val[-4]
__return_cb req_id[1] pkg_type[tpk] pkgid[com.samsung.health.samd.bp] key[end] val[fail]
processing result : Operation not allowed [-4] failed
spend time for pkgcmd is [874]ms
I have the same problem; Failed to install due to existing a newer version and failed to uninstall the older version; Operation not allowed.
GWA 2, USA ,SM-R820, Tizen 5.5.01.
[QUOTE = "davekaz, post: 84011537, tag: 5512597"]
ezt kaptam
C: \ Users \ davek \ Desktop \ sdb \ data \ tools> sdb shell
sh-3.2 $ sdb távolítsa el a com.samsung.health.samd.bp fájlt
sh: sdb: parancs nem található
sh-3.2 $ pkgcmd -u -t tpk -n com.samsung.health.samd.bp
__return_cb req_id [1] pkg_type [tpk] pkgid [com.samsung.health.samd.bp] kulcs [start] val [eltávolítás]
__return_cb req_id [1] pkg_type [tpk] pkgid [com.samsung.health.samd.bp] kulcs [appid] val [com.samsung.health.samd.bp.home]
__return_cb req_id [1] pkg_type [tpk] pkgid [com.samsung.health.samd.bp] kulcs [appid] val [com.samsung.health.samd.bp.ecg-service]
__return_cb req_id [1] pkg_type [tpk] pkgid [com.samsung.health.samd.bp] kulcs [appid] val [com.samsung.health.samd.bp.widget]
__return_cb req_id [1] pkg_type [tpk] pkgid [com.samsung.health.samd.bp] kulcs [install_percent] val [4]
__return_cb req_id [1] pkg_type [tpk] pkgid [com.samsung.health.samd.bp] kulcs [install_percent] val [9]
__return_cb req_id [1] pkg_type [tpk] pkgid [com.samsung.health.samd.bp] kulcs [hiba] val [-4]
__return_cb req_id [1] pkg_type [tpk] pkgid [com.samsung.health.samd.bp] kulcs [end] val [sikertelen]
eredmény feldolgozása: A művelet nem engedélyezett [-4] nem sikerült
a pkgcmd kiadási ideje [874] ms
[/IDÉZET]
Solution: rename it bp.zip to bp.tkp, then create a certificate as already described, then install it using tizen studio device meneger as already described! I adapted it a bit, so it works perfectly Watch Active 2 Tizen5.5.01, P40 Pro
Related
Starting recovery on Mon Jan 17 19:22:39 2011
can't open /dev/tty0: No such file or directory
framebuffer: fd 3 (480 x 800)
Build : RA-supersonic-v2.2.1
I:Set boot command "boot-recovery"
Command: "/sbin/recovery"
ro.secure=0
ro.allow.mock.location=0
ro.debuggable=1
persist.service.adb.enable=1
ro.config.ringtone=Windchimer.mp3
ro.config.notification_sound=Little.mp3
ro.build.id=ERE27
ro.build.display.id=1.32.651.1
ro.build.version.incremental=171253
ro.build.version.sdk=7
ro.build.version.codename=REL
ro.build.version.release=2.1-update1
ro.build.date=Wed Apr 28 21:39:52 CST 2010
ro.build.date.utc=1272461992
ro.build.type=userdebug
ro.build.user=lala-01
ro.build.host=lala-01-desktop
ro.build.tags=test-keys
ro.product.model=PC36100
ro.product.brand=sprint
ro.product.name=htc_supersonic
ro.product.device=supersonic
ro.product.board=supersonic
ro.product.cpu.abi=armeabi-v7a
ro.product.cpu.abi2=armeabi
ro.product.manufacturer=HTC
ro.product.locale.language=hdpi
ro.product.locale.region=
ro.wifi.channels=
ro.board.platform=qsd8k
ro.build.product=supersonic
ro.build.description=1.32.651.1 CL171253 test-keys
ro.build.changelist=171253
ro.product.ua=
ro.build.fingerprint=sprint/htc_supersonic/supersonic/supersonic:2.1-update1/ERE27/171253:userdebug/test-keys
ro.product.version=1.32.651.1
keyguard.no_require_sim=1
rild.libpath=/system/lib/libhtc_ril.so
ro.ril.def.preferred.network=4
ro.telephony.default_network=4
wifi.interface=eth0
wifi.supplicant_scan_interval=15
ro.com.android.dataroaming=true
ro.com.google.locationfeatures=1
ro.sf.lcd_density=240
ro.com.google.clientidbase=android-sprint-us
persist.service.mount.playsnd=0
ro.ril.def.agps.mode=2
settings.display.autobacklight=1
settings.display.brightness=143
dalvik.vm.heapsize=24m
ro.media.enc.file.format=3gp,mp4
ro.media.enc.vid.codec=m4v,h263
ro.media.enc.vid.h263.width=176,1280
ro.media.enc.vid.h263.height=144,720
ro.media.enc.vid.h263.bps=64000,6000000
ro.media.enc.vid.h263.fps=1,30
ro.media.enc.vid.m4v.width=176,1280
ro.media.enc.vid.m4v.height=144,720
ro.media.enc.vid.m4v.bps=64000,6000000
ro.media.enc.vid.m4v.fps=1,30
ro.media.dec.jpeg.memcap=20000000
ro.bt.chipset=Broadcom BCM4329-B1
ro.bt.version=Bluetooth 2.1 + EDR
ro.bt.stack=Broadcom BTL-A
ro.bt.stack.version=2.0.47.005
ro.bt.profiles=4270339
ro.cdma.home.operator.numeric=310120
ro.cdma.home.operator.alpha=Sprint
gsm.sim.operator.numeric=0
gsm.sim.operator.alpha=0
gsm.sim.operator.iso-country=0
ro.config.alarm_alert=Light.mp3
ro.config.cal_notification=Vector.mp3
ro.config.msg_notification=Ascend.mp3
ro.setupwizard.mode=OPTIONAL
ro.com.google.gmsversion=2.1_r3
media.a1026.nsForVoiceRec=0
htc.audio.alt.enable=1
htc.audio.hac.enable=1
net.bt.name=Android
net.change=net.bt.name
ro.config.sync=yes
dalvik.vm.stack-trace-file=/data/anr/traces.txt
ro.modversion=RA-supersonic-v2.2.1
ro.factorytest=0
ro.serialno=HT05ZHL08890
ro.bootmode=recovery
ro.baseband=2.15.00.11.19
ro.carrier=COMMON
ro.bootloader=2.10.0001
ro.hardware=supersonic
ro.revision=3
ro.cid=SPCS_001
init.svc.recovery=running
init.svc.adbd=running
I:Set boot command ""
I:Set boot command ""
I:Set boot command ""
I:Set boot command ""
Move recovery.log to SD
Press Power to confirm,
any other key to abort.
Moving : .
what do i do
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Code:
#include
/*
* Your warranty is now void.
*
* I am not responsible for bricked devices, dead SD cards,
* thermonuclear war, or you getting fired because the alarm app failed. Please
* do some research if you have any concerns about features included in this ROM
* before flashing it! YOU are choosing to make these modifications, and if
* you point the finger at me for messing up your device, I will laugh at you.
*/
FEATURES
Ti
FlexControl - All the tweaks and features at one place!
Animation Control - Toast animations, Listview animations and system transitions.
HeadsUp Customizations just like Cm11!
Slim Shortcuts
Navigation Bar Tweaks - On/Off Toggle, Dimensions
Slim Advanced IME Features
Statusbar Network Speed Meter
Screen Sound Enable/Disable Toggle
Camera Switch Sound Enable/Disable Toggle
OmniSwitch - Use omniswitch alongside stock android recent apps or use it as primary.
Recents FAB Button - Positions (Top left, Top right, Top center, Bottom left, Bottom right, Bottom center)
Volume Steps
Hide superuser icon in statusbar
Double tap to sleep on navigation bar and status bar
Instant reboot from power menu
App Circle Sidebar
Captive Portal - If disabled, a connection to google servers is not required in order to detect data connection.
CyanogenMod Theme Engine
Statusbar Clock Customization
Volume Steps
Inbuilt File Manager from OmniROM
Quick pulldown
Moar Material!
Gesture Anywhere
Added Sync, Screenshot, HeadsUp, NavigBar On/Off tiles on top of CM!
LANTERN MUSIC PLAYE
Battery Bar
Statusbar Clock Color
Statusbar Carrier
Statusbar Clock Font
Option to show four tiles per row
FLEX UPDATES
Follow us on these social media websites for updates on the development. Join our Google+ Community for insider conversations with the devs and other users.
DOWNLOADS
http://get.flex-os.com/armani
HOW TO FLASH
Download ROM, check md5sum, and place rom in your internal/external sdcard.
Boot into recovery and wipe system, cache, data. (Make sure you make a backup to avoid hassle.)
Flash FlexOS ROM Package and gapps (optional).
CREDITS
CyanogenMod
SlimRoms
OmniROM
AOKP
AOSB
Euphoria OS
ThinkingBridge
Nico60, Temasek, Cristiano matos, snak3eat3r etc.
XDA:DevDB Information
FlexOS for Redmi 1S, ROM for the Xiaomi Redmi 1S
Contributors
TheStrix
Source Code: https://github.com/FlexOS
ROM OS Version: 5.1.x Lollipop
ROM Kernel: Linux 3.4.x
Based On: CyanogenMod
Version Information
Status: Nightly
Created 2015-05-10
Last Updated 2015-05-10
Reserved
Reserved
@TheStrix
Thanks for the another nightly bro..
It is like the aicp or it has some extra features??
BATVIC said:
@TheStrix
Thanks for the another nightly bro..
It is like the aicp or it has some extra features??
Click to expand...
Click to collapse
Features are listed in OP
Smooth, stylish and perfect
I'm just started using it, but already fell in love with this rom.
just a small question, can i flash xcelerate ?
Ashraya Gowda said:
I'm just started using it, but already fell in love with this rom.
just i small question, can i flash xcelerate ?
Click to expand...
Click to collapse
Yes,you can...
Follow the steps said by kairi in the kernel thread...
All in all a good rom may be not upto aicp's standard but having said that it is a first nightly, so it will sure improve..
So far only one system ui FC experienced
It's based on which version of cm 12.?
rocknegi said:
It's based on which version of cm 12.?
Click to expand...
Click to collapse
Its 5.1.1 so it is based on 12.1 by armani devs
Changelog
@TheStrix
Where I can found the changelog? Did I miss something to read?
edited:
I found in the ROM itself
installation doubt
smustafasms said:
Its 5.1.1 so it is based on 12.1 by armani devs
Click to expand...
Click to collapse
hi i downloaded the ROM and ready for installation....in OP you said checkMsd5 what it is? i just rooted the device and downloaded the ROM....
1. Can i go to recovery and do the "wipe data/cache/dalvik/" and then install from SD card of new ROM and then reboot....is it correct or i need to do anything else..
2. pls provide link for Gapps also
Bro @TheStrix, I find the download link is empty..is there any other links?
Thanks..
Edited : there is a new build on the link download dated 17 May..no more empty
clarification
pappucan'tdance said:
hi i downloaded the ROM and ready for installation....in OP you said checkMsd5 what it is? i just rooted the device and downloaded the ROM....
1. Can i go to recovery and do the "wipe data/cache/dalvik/" and then install from SD card of new ROM and then reboot....is it correct or i need to do anything else..
2. pls provide link for Gapps also
Click to expand...
Click to collapse
i installed in REDMI 1s and it is working fine thanks for nice OS....can i install the same in my Auxus Nuclea N1 also...klindly sugget
Great
Vwry nice rom. Another one for our little redmi 1s uhmm is there screenies.?
pappucan'tdance said:
i installed in REDMI 1s and it is working fine thanks for nice OS....can i install the same in my Auxus Nuclea N1 also...klindly sugget
Click to expand...
Click to collapse
No no no..... Don't install this ROM in any other device, its only meant for Redmi 1s.
You could damage your other device. Don't flash in device other than Redmi 1s.
Custom ROM requird for Auxus Nuclea N1
arunal_123 said:
No no no..... Don't install this ROM in any other device, its only meant for Redmi 1s.
You could damage your other device. Don't flash in device other than Redmi 1s.
Click to expand...
Click to collapse
Thanks....is there any ROM for Auxus Nuclea N1
The Force Closed Settings
SIM-1: On [3G]
SIM-2: On [2G]
WiFi: On
1. Force closed of Settings > About phone > System updates
Code:
05-24 09:26:14.168 I/ActivityManager( 861): START u0 {act=android.settings.SYSTEM_UPDATE_SETTINGS} from uid 1000 on display 0
05-24 09:26:14.171 E/AndroidRuntime(10594): FATAL EXCEPTION: main
05-24 09:26:14.171 E/AndroidRuntime(10594): Process: com.android.settings, PID: 10594
05-24 09:26:14.171 E/AndroidRuntime(10594): android.content.ActivityNotFoundException: No Activity found to handle Intent { act=android.settings.SYSTEM_UPDATE_SETTINGS }
05-24 09:26:14.171 E/AndroidRuntime(10594): at android.app.Instrumentation.checkStartActivityResult(Instrumentation.java:1781)
05-24 09:26:14.171 E/AndroidRuntime(10594): at android.app.Instrumentation.execStartActivity(Instrumentation.java:1501)
05-24 09:26:14.171 E/AndroidRuntime(10594): at android.app.Activity.startActivityForResult(Activity.java:3750)
05-24 09:26:14.171 E/AndroidRuntime(10594): at android.app.Activity.startActivityForResult(Activity.java:3711)
05-24 09:26:14.171 E/AndroidRuntime(10594): at android.app.Activity.startActivity(Activity.java:4021)
05-24 09:26:14.171 E/AndroidRuntime(10594): at android.app.Activity.startActivity(Activity.java:3989)
05-24 09:26:14.171 E/AndroidRuntime(10594): at android.preference.Preference.performClick(Preference.java:1001)
05-24 09:26:14.171 E/AndroidRuntime(10594): at android.preference.PreferenceScreen.onItemClick(PreferenceScreen.java:214)
05-24 09:26:14.171 E/AndroidRuntime(10594): at android.widget.AdapterView.performItemClick(AdapterView.java:305)
05-24 09:26:14.171 E/AndroidRuntime(10594): at android.widget.AbsListView.performItemClick(AbsListView.java:1171)
05-24 09:26:14.171 E/AndroidRuntime(10594): at android.widget.AbsListView$PerformClick.run(AbsListView.java:3200)
05-24 09:26:14.171 E/AndroidRuntime(10594): at android.widget.AbsListView$4.run(AbsListView.java:4016)
05-24 09:26:14.171 E/AndroidRuntime(10594): at android.os.Handler.handleCallback(Handler.java:739)
05-24 09:26:14.171 E/AndroidRuntime(10594): at android.os.Handler.dispatchMessage(Handler.java:95)
05-24 09:26:14.171 E/AndroidRuntime(10594): at android.os.Looper.loop(Looper.java:135)
05-24 09:26:14.171 E/AndroidRuntime(10594): at android.app.ActivityThread.main(ActivityThread.java:5287)
05-24 09:26:14.171 E/AndroidRuntime(10594): at java.lang.reflect.Method.invoke(Native Method)
05-24 09:26:14.171 E/AndroidRuntime(10594): at java.lang.reflect.Method.invoke(Method.java:372)
05-24 09:26:14.171 E/AndroidRuntime(10594): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:904)
05-24 09:26:14.171 E/AndroidRuntime(10594): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:699
2. Force closed of Settings > About phone > Additional system updates
Code:
05-24 09:37:14.902 I/ActivityManager( 861): Displayed com.android.settings/.SubSettings: +246ms
05-24 09:37:14.925 D/OpenGLRenderer(12410): endAllStagingAnimators on 0xb76d0750 (RippleDrawable) with handle 0xb7851ca8
05-24 09:37:14.931 I/Timeline(12410): Timeline: Activity_idle id: [email protected] time:2060934
05-24 09:37:15.227 I/Timeline( 861): Timeline: Activity_windows_visible id: ActivityRecord{1e2c9361 u0 com.android.settings/.SubSettings t36} time:2061231
05-24 09:37:15.614 I/ThermalEngine( 208): Sensor:batt_temp:37800 mC
05-24 09:37:15.681 I/Timeline(12410): Timeline: Activity_launch_request id: time:2061685
05-24 09:37:15.682 I/ActivityManager( 861): START u0 {act=android.intent.action.MAIN cmp=/} from uid 1000 on display 0
05-24 09:37:15.683 E/AndroidRuntime(12410): FATAL EXCEPTION: main
05-24 09:37:15.683 E/AndroidRuntime(12410): Process: com.android.settings, PID: 12410
05-24 09:37:15.683 E/AndroidRuntime(12410): android.content.ActivityNotFoundException: Unable to find explicit activity class {/}; have you declared this activity in your AndroidManifest.xml?
05-24 09:37:15.683 E/AndroidRuntime(12410): at android.app.Instrumentation.checkStartActivityResult(Instrumentation.java:1777)
05-24 09:37:15.683 E/AndroidRuntime(12410): at android.app.Instrumentation.execStartActivity(Instrumentation.java:1501)
05-24 09:37:15.683 E/AndroidRuntime(12410): at android.app.Activity.startActivityForResult(Activity.java:3750)
05-24 09:37:15.683 E/AndroidRuntime(12410): at android.app.Activity.startActivityForResult(Activity.java:3711)
05-24 09:37:15.683 E/AndroidRuntime(12410): at android.app.Activity.startActivity(Activity.java:4021)
05-24 09:37:15.683 E/AndroidRuntime(12410): at android.app.Activity.startActivity(Activity.java:3989)
05-24 09:37:15.683 E/AndroidRuntime(12410): at android.preference.Preference.performClick(Preference.java:1001)
05-24 09:37:15.683 E/AndroidRuntime(12410): at android.preference.PreferenceScreen.onItemClick(PreferenceScreen.java:214)
05-24 09:37:15.683 E/AndroidRuntime(12410): at android.widget.AdapterView.performItemClick(AdapterView.java:305)
05-24 09:37:15.683 E/AndroidRuntime(12410): at android.widget.AbsListView.performItemClick(AbsListView.java:1171)
05-24 09:37:15.683 E/AndroidRuntime(12410): at android.widget.AbsListView$PerformClick.run(AbsListView.java:3200)
05-24 09:37:15.683 E/AndroidRuntime(12410): at android.widget.AbsListView$4.run(AbsListView.java:4016)
05-24 09:37:15.683 E/AndroidRuntime(12410): at android.os.Handler.handleCallback(Handler.java:739)
05-24 09:37:15.683 E/AndroidRuntime(12410): at android.os.Handler.dispatchMessage(Handler.java:95)
05-24 09:37:15.683 E/AndroidRuntime(12410): at android.os.Looper.loop(Looper.java:135)
05-24 09:37:15.683 E/AndroidRuntime(12410): at android.app.ActivityThread.main(ActivityThread.java:5287)
05-24 09:37:15.683 E/AndroidRuntime(12410): at java.lang.reflect.Method.invoke(Native Method)
05-24 09:37:15.683 E/AndroidRuntime(12410): at java.lang.reflect.Method.invoke(Method.java:372)
05-24 09:37:15.683 E/AndroidRuntime(12410): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:904)
05-24 09:37:15.683 E/AndroidRuntime(12410): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:699)
Modem/Radio seems works more stable. Full logcat attached. Might it useful to improve the ROM. Thanks
teddy0804 said:
SIM-1: On [3G]
SIM-2: On [2G]
WiFi: On
1. Force closed of Settings > About phone > System updates
Code:
05-24 09:26:14.168 I/ActivityManager( 861): START u0 {act=android.settings.SYSTEM_UPDATE_SETTINGS} from uid 1000 on display 0
05-24 09:26:14.171 E/AndroidRuntime(10594): FATAL EXCEPTION: main
05-24 09:26:14.171 E/AndroidRuntime(10594): Process: com.android.settings, PID: 10594
05-24 09:26:14.171 E/AndroidRuntime(10594): android.content.ActivityNotFoundException: No Activity found to handle Intent { act=android.settings.SYSTEM_UPDATE_SETTINGS }
05-24 09:26:14.171 E/AndroidRuntime(10594): at android.app.Instrumentation.checkStartActivityResult(Instrumentation.java:1781)
05-24 09:26:14.171 E/AndroidRuntime(10594): at android.app.Instrumentation.execStartActivity(Instrumentation.java:1501)
05-24 09:26:14.171 E/AndroidRuntime(10594): at android.app.Activity.startActivityForResult(Activity.java:3750)
05-24 09:26:14.171 E/AndroidRuntime(10594): at android.app.Activity.startActivityForResult(Activity.java:3711)
05-24 09:26:14.171 E/AndroidRuntime(10594): at android.app.Activity.startActivity(Activity.java:4021)
05-24 09:26:14.171 E/AndroidRuntime(10594): at android.app.Activity.startActivity(Activity.java:3989)
05-24 09:26:14.171 E/AndroidRuntime(10594): at android.preference.Preference.performClick(Preference.java:1001)
05-24 09:26:14.171 E/AndroidRuntime(10594): at android.preference.PreferenceScreen.onItemClick(PreferenceScreen.java:214)
05-24 09:26:14.171 E/AndroidRuntime(10594): at android.widget.AdapterView.performItemClick(AdapterView.java:305)
05-24 09:26:14.171 E/AndroidRuntime(10594): at android.widget.AbsListView.performItemClick(AbsListView.java:1171)
05-24 09:26:14.171 E/AndroidRuntime(10594): at android.widget.AbsListView$PerformClick.run(AbsListView.java:3200)
05-24 09:26:14.171 E/AndroidRuntime(10594): at android.widget.AbsListView$4.run(AbsListView.java:4016)
05-24 09:26:14.171 E/AndroidRuntime(10594): at android.os.Handler.handleCallback(Handler.java:739)
05-24 09:26:14.171 E/AndroidRuntime(10594): at android.os.Handler.dispatchMessage(Handler.java:95)
05-24 09:26:14.171 E/AndroidRuntime(10594): at android.os.Looper.loop(Looper.java:135)
05-24 09:26:14.171 E/AndroidRuntime(10594): at android.app.ActivityThread.main(ActivityThread.java:5287)
05-24 09:26:14.171 E/AndroidRuntime(10594): at java.lang.reflect.Method.invoke(Native Method)
05-24 09:26:14.171 E/AndroidRuntime(10594): at java.lang.reflect.Method.invoke(Method.java:372)
05-24 09:26:14.171 E/AndroidRuntime(10594): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:904)
05-24 09:26:14.171 E/AndroidRuntime(10594): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:699
2. Force closed of Settings > About phone > Additional system updates
Code:
05-24 09:37:14.902 I/ActivityManager( 861): Displayed com.android.settings/.SubSettings: +246ms
05-24 09:37:14.925 D/OpenGLRenderer(12410): endAllStagingAnimators on 0xb76d0750 (RippleDrawable) with handle 0xb7851ca8
05-24 09:37:14.931 I/Timeline(12410): Timeline: Activity_idle id: [email protected] time:2060934
05-24 09:37:15.227 I/Timeline( 861): Timeline: Activity_windows_visible id: ActivityRecord{1e2c9361 u0 com.android.settings/.SubSettings t36} time:2061231
05-24 09:37:15.614 I/ThermalEngine( 208): Sensor:batt_temp:37800 mC
05-24 09:37:15.681 I/Timeline(12410): Timeline: Activity_launch_request id: time:2061685
05-24 09:37:15.682 I/ActivityManager( 861): START u0 {act=android.intent.action.MAIN cmp=/} from uid 1000 on display 0
05-24 09:37:15.683 E/AndroidRuntime(12410): FATAL EXCEPTION: main
05-24 09:37:15.683 E/AndroidRuntime(12410): Process: com.android.settings, PID: 12410
05-24 09:37:15.683 E/AndroidRuntime(12410): android.content.ActivityNotFoundException: Unable to find explicit activity class {/}; have you declared this activity in your AndroidManifest.xml?
05-24 09:37:15.683 E/AndroidRuntime(12410): at android.app.Instrumentation.checkStartActivityResult(Instrumentation.java:1777)
05-24 09:37:15.683 E/AndroidRuntime(12410): at android.app.Instrumentation.execStartActivity(Instrumentation.java:1501)
05-24 09:37:15.683 E/AndroidRuntime(12410): at android.app.Activity.startActivityForResult(Activity.java:3750)
05-24 09:37:15.683 E/AndroidRuntime(12410): at android.app.Activity.startActivityForResult(Activity.java:3711)
05-24 09:37:15.683 E/AndroidRuntime(12410): at android.app.Activity.startActivity(Activity.java:4021)
05-24 09:37:15.683 E/AndroidRuntime(12410): at android.app.Activity.startActivity(Activity.java:3989)
05-24 09:37:15.683 E/AndroidRuntime(12410): at android.preference.Preference.performClick(Preference.java:1001)
05-24 09:37:15.683 E/AndroidRuntime(12410): at android.preference.PreferenceScreen.onItemClick(PreferenceScreen.java:214)
05-24 09:37:15.683 E/AndroidRuntime(12410): at android.widget.AdapterView.performItemClick(AdapterView.java:305)
05-24 09:37:15.683 E/AndroidRuntime(12410): at android.widget.AbsListView.performItemClick(AbsListView.java:1171)
05-24 09:37:15.683 E/AndroidRuntime(12410): at android.widget.AbsListView$PerformClick.run(AbsListView.java:3200)
05-24 09:37:15.683 E/AndroidRuntime(12410): at android.widget.AbsListView$4.run(AbsListView.java:4016)
05-24 09:37:15.683 E/AndroidRuntime(12410): at android.os.Handler.handleCallback(Handler.java:739)
05-24 09:37:15.683 E/AndroidRuntime(12410): at android.os.Handler.dispatchMessage(Handler.java:95)
05-24 09:37:15.683 E/AndroidRuntime(12410): at android.os.Looper.loop(Looper.java:135)
05-24 09:37:15.683 E/AndroidRuntime(12410): at android.app.ActivityThread.main(ActivityThread.java:5287)
05-24 09:37:15.683 E/AndroidRuntime(12410): at java.lang.reflect.Method.invoke(Native Method)
05-24 09:37:15.683 E/AndroidRuntime(12410): at java.lang.reflect.Method.invoke(Method.java:372)
05-24 09:37:15.683 E/AndroidRuntime(12410): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:904)
05-24 09:37:15.683 E/AndroidRuntime(12410): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:699)
Modem/Radio seems works more stable. Full logcat attached. Might it useful to improve the ROM. Thanks
Click to expand...
Click to collapse
same here... me get those force close too...
teddy0804 said:
SIM-1: On [3G]
SIM-2: On [2G]
WiFi: On
1. Force closed of Settings > About phone > System updates
Code:
05-24 09:26:14.168 I/ActivityManager( 861): START u0 {act=android.settings.SYSTEM_UPDATE_SETTINGS} from uid 1000 on display 0
05-24 09:26:14.171 E/AndroidRuntime(10594): FATAL EXCEPTION: main
05-24 09:26:14.171 E/AndroidRuntime(10594): Process: com.android.settings, PID: 10594
05-24 09:26:14.171 E/AndroidRuntime(10594): android.content.ActivityNotFoundException: No Activity found to handle Intent { act=android.settings.SYSTEM_UPDATE_SETTINGS }
05-24 09:26:14.171 E/AndroidRuntime(10594): at android.app.Instrumentation.checkStartActivityResult(Instrumentation.java:1781)
05-24 09:26:14.171 E/AndroidRuntime(10594): at android.app.Instrumentation.execStartActivity(Instrumentation.java:1501)
05-24 09:26:14.171 E/AndroidRuntime(10594): at android.app.Activity.startActivityForResult(Activity.java:3750)
05-24 09:26:14.171 E/AndroidRuntime(10594): at android.app.Activity.startActivityForResult(Activity.java:3711)
05-24 09:26:14.171 E/AndroidRuntime(10594): at android.app.Activity.startActivity(Activity.java:4021)
05-24 09:26:14.171 E/AndroidRuntime(10594): at android.app.Activity.startActivity(Activity.java:3989)
05-24 09:26:14.171 E/AndroidRuntime(10594): at android.preference.Preference.performClick(Preference.java:1001)
05-24 09:26:14.171 E/AndroidRuntime(10594): at android.preference.PreferenceScreen.onItemClick(PreferenceScreen.java:214)
05-24 09:26:14.171 E/AndroidRuntime(10594): at android.widget.AdapterView.performItemClick(AdapterView.java:305)
05-24 09:26:14.171 E/AndroidRuntime(10594): at android.widget.AbsListView.performItemClick(AbsListView.java:1171)
05-24 09:26:14.171 E/AndroidRuntime(10594): at android.widget.AbsListView$PerformClick.run(AbsListView.java:3200)
05-24 09:26:14.171 E/AndroidRuntime(10594): at android.widget.AbsListView$4.run(AbsListView.java:4016)
05-24 09:26:14.171 E/AndroidRuntime(10594): at android.os.Handler.handleCallback(Handler.java:739)
05-24 09:26:14.171 E/AndroidRuntime(10594): at android.os.Handler.dispatchMessage(Handler.java:95)
05-24 09:26:14.171 E/AndroidRuntime(10594): at android.os.Looper.loop(Looper.java:135)
05-24 09:26:14.171 E/AndroidRuntime(10594): at android.app.ActivityThread.main(ActivityThread.java:5287)
05-24 09:26:14.171 E/AndroidRuntime(10594): at java.lang.reflect.Method.invoke(Native Method)
05-24 09:26:14.171 E/AndroidRuntime(10594): at java.lang.reflect.Method.invoke(Method.java:372)
05-24 09:26:14.171 E/AndroidRuntime(10594): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:904)
05-24 09:26:14.171 E/AndroidRuntime(10594): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:699
2. Force closed of Settings > About phone > Additional system updates
Code:
05-24 09:37:14.902 I/ActivityManager( 861): Displayed com.android.settings/.SubSettings: +246ms
05-24 09:37:14.925 D/OpenGLRenderer(12410): endAllStagingAnimators on 0xb76d0750 (RippleDrawable) with handle 0xb7851ca8
05-24 09:37:14.931 I/Timeline(12410): Timeline: Activity_idle id: [email protected] time:2060934
05-24 09:37:15.227 I/Timeline( 861): Timeline: Activity_windows_visible id: ActivityRecord{1e2c9361 u0 com.android.settings/.SubSettings t36} time:2061231
05-24 09:37:15.614 I/ThermalEngine( 208): Sensor:batt_temp:37800 mC
05-24 09:37:15.681 I/Timeline(12410): Timeline: Activity_launch_request id: time:2061685
05-24 09:37:15.682 I/ActivityManager( 861): START u0 {act=android.intent.action.MAIN cmp=/} from uid 1000 on display 0
05-24 09:37:15.683 E/AndroidRuntime(12410): FATAL EXCEPTION: main
05-24 09:37:15.683 E/AndroidRuntime(12410): Process: com.android.settings, PID: 12410
05-24 09:37:15.683 E/AndroidRuntime(12410): android.content.ActivityNotFoundException: Unable to find explicit activity class {/}; have you declared this activity in your AndroidManifest.xml?
05-24 09:37:15.683 E/AndroidRuntime(12410): at android.app.Instrumentation.checkStartActivityResult(Instrumentation.java:1777)
05-24 09:37:15.683 E/AndroidRuntime(12410): at android.app.Instrumentation.execStartActivity(Instrumentation.java:1501)
05-24 09:37:15.683 E/AndroidRuntime(12410): at android.app.Activity.startActivityForResult(Activity.java:3750)
05-24 09:37:15.683 E/AndroidRuntime(12410): at android.app.Activity.startActivityForResult(Activity.java:3711)
05-24 09:37:15.683 E/AndroidRuntime(12410): at android.app.Activity.startActivity(Activity.java:4021)
05-24 09:37:15.683 E/AndroidRuntime(12410): at android.app.Activity.startActivity(Activity.java:3989)
05-24 09:37:15.683 E/AndroidRuntime(12410): at android.preference.Preference.performClick(Preference.java:1001)
05-24 09:37:15.683 E/AndroidRuntime(12410): at android.preference.PreferenceScreen.onItemClick(PreferenceScreen.java:214)
05-24 09:37:15.683 E/AndroidRuntime(12410): at android.widget.AdapterView.performItemClick(AdapterView.java:305)
05-24 09:37:15.683 E/AndroidRuntime(12410): at android.widget.AbsListView.performItemClick(AbsListView.java:1171)
05-24 09:37:15.683 E/AndroidRuntime(12410): at android.widget.AbsListView$PerformClick.run(AbsListView.java:3200)
05-24 09:37:15.683 E/AndroidRuntime(12410): at android.widget.AbsListView$4.run(AbsListView.java:4016)
05-24 09:37:15.683 E/AndroidRuntime(12410): at android.os.Handler.handleCallback(Handler.java:739)
05-24 09:37:15.683 E/AndroidRuntime(12410): at android.os.Handler.dispatchMessage(Handler.java:95)
05-24 09:37:15.683 E/AndroidRuntime(12410): at android.os.Looper.loop(Looper.java:135)
05-24 09:37:15.683 E/AndroidRuntime(12410): at android.app.ActivityThread.main(ActivityThread.java:5287)
05-24 09:37:15.683 E/AndroidRuntime(12410): at java.lang.reflect.Method.invoke(Native Method)
05-24 09:37:15.683 E/AndroidRuntime(12410): at java.lang.reflect.Method.invoke(Method.java:372)
05-24 09:37:15.683 E/AndroidRuntime(12410): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:904)
05-24 09:37:15.683 E/AndroidRuntime(12410): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:699)
Modem/Radio seems works more stable. Full logcat attached. Might it useful to improve the ROM. Thanks
Click to expand...
Click to collapse
I confirm the bug.
I found a new changelog at http://get.flex-os.com/download/armani/NIGHTLY/Changelog-20150608.txt
Where is the ROM..
Hello there, i have made a tizen wear application but i am getting installation error and cong. error can someone help with this project.
I had uploaded the project in below link pls help me with this.
drive.google.com/open?id=13XJBAc377pk2ve9OhSev-cHiJEEAA_jD
Thanx for upload. :good:
Can you give more background details?
A
Your Real Device is?
SM-R500 or SM-R800 or
Additional Firmware Version...
B
Installation tried with SDB manually?
Example:
Code:
sdb install WhatsGear.wgt
SDB spit out Errors...
C
You know RTL Service?
https://developer.samsung.com/remotetestlab/gear/rtlDeviceList.action
Best Regards
Short tested with Tizen Studio Emulator and SDB Tool... then realized your ZIP is not valid...
Code:
sdb install WhatsGear.wgt
pulled WhatsGear.wgt 100% 6MB
1 file(s) pulled. 0 file(s) skipped.
WhatsGear.wgt 7820 KB/s (6335112 bytes in 0.791s)
path is /opt/usr/home/owner/apps_rw/tmp/WhatsGear.wgt
__return_cb req_id[1] pkg_type[wgt] pkgid[] key[start] val[install]
__return_cb req_id[1] pkg_type[wgt] pkgid[] key[error] val[-23]
__return_cb req_id[1] pkg_type[wgt] pkgid[] key[end] val[fail]
processing result : [B]U[COLOR="Red"]nzip error[/COLOR][/B] [-23] failed
spend time for pkgcmd is [549]ms
rm: remove write-protected regular file `/opt/usr/home/owner/apps_rw/tmp/WhatsGear.wgt'?
If you unzip your Widget... it seems 2 times
Code:
author-signature.xml
signature1.xml
IMHO impossible with Windows...
You are using Linux or Mac?
Best Regards
Can I completely disable/remove s healthy on the watch? I already removed it from my phone. It uses by far the most battery life and there are times when I know I won't need it (travelling for a few days and not taking the charger) and want to make sure it's not sucking up battery. I still want all the other features on the watch to work like notifications, weather, music controls, reminders, etc.
I should add I have set heart rate monitor to manual and disabled all workout detections in s-health on the watch.
Thanks
strifej said:
Can I completely disable/remove s healthy on the watch? I already removed it from my phone. It uses by far the most battery life and there are times when I know I won't need it (travelling for a few days and not taking the charger) and want to make sure it's not sucking up battery. I still want all the other features on the watch to work like notifications, weather, music controls, reminders, etc.
I should add I have set heart rate monitor to manual and disabled all workout detections in s-health on the watch.
Thanks
Click to expand...
Click to collapse
I don't think there is a way to remove S Health from the watch. In addition to what you've already done, you could also go to Settings>Apps>Permission>S Health and turn off sensors, location etc.,
Hbmtg said:
I don't think there is a way to remove S Health from the watch. In addition to what you've already done, you could also go to Settings>Apps>Permission>S Health and turn off sensors, location etc.,
Click to expand...
Click to collapse
Ah, didn't think of that. I'll do that now. It's a bit of a hassle, but no choice. I do use it for workout tracking of heartrate/time, but I won't be working out when traveling.
I find it's really annoying sometimes where it's constantly shooting out the green laser to check if I'm wearing it or not. It can do it for > 1 minute non-stop.
IMHO you can disable Apps with SDB Tool...
Code:
sdb shell
Code:
pkgcmd -i
Shows you all installed Apps...
Disable Command you could check:
Code:
pkgcmd --help
Best Regards
adfree said:
IMHO you can disable Apps with SDB Tool...
Code:
sdb shell
Code:
pkgcmd -i
Shows you all installed Apps...
Disable Command you could check:
Code:
pkgcmd --help
Best Regards
Click to expand...
Click to collapse
I made your way with bixby,
use command pkgcmd - u -n com.samsung.tizentizen.bixby or pkgcmd -D -t tpk -n com.samsung.tizen.bixby
but both failed
see picture :crying:
luuphong559 said:
I made your way with bixby,
use command pkgcmd - u -n com.samsung.tizentizen.bixby or pkgcmd -D -t tpk -n com.samsung.tizen.bixby
but both failed
see picture :crying:
Click to expand...
Click to collapse
Your picture doesn't load. I haven't tried yet, but was going to see what you ran for reference when I try this weekend.
Try with global at end...
Example... this is the old ""Pixpeep" app
Code:
pkgcmd -D -t tpk -n com.samsung.svoice-n66 --global
I can also at the moment not download attached Picture...
For next attempt you can use also Copy and Paste like this... only the text:
Code:
sh-3.2# pkgcmd -D -t tpk -n com.samsung.svoice-n66 --global
__return_cb req_id[1] pkg_type[tpk] pkgid[com.samsung.svoice-n66] key[start] val[uninstall]
__return_cb req_id[1] pkg_type[tpk] pkgid[com.samsung.svoice-n66] key[install_percent] val[20]
__return_cb req_id[1] pkg_type[tpk] pkgid[com.samsung.svoice-n66] key[install_percent] val[40]
__return_cb req_id[1] pkg_type[tpk] pkgid[com.samsung.svoice-n66] key[install_percent] val[60]
__return_cb req_id[1] pkg_type[tpk] pkgid[com.samsung.svoice-n66] key[install_percent] val[80]
__return_cb req_id[1] pkg_type[tpk] pkgid[com.samsung.svoice-n66] key[install_percent] val[100]
__return_cb req_id[1] pkg_type[tpk] pkgid[com.samsung.svoice-n66] key[end] val[ok]
spend time for pkgcmd is [1006]ms
Ignore my ROOT and ignore my false app example...
Btw.
U like uninstall is not possible because rootfs.img is write protected... in Stock Firmware...
Disable means only remove from SQLite Databse *.db file...
Best Regards
strifej said:
Your picture doesn't load. I haven't tried yet, but was going to see what you ran for reference when I try this weekend.
Click to expand...
Click to collapse
Code here
-D -t tpk -n com.samsung.tizen.bixby
Code:
sh-3.2$ pkgcmd -D -t tpk -n com.samsung.tizen.bixby
(process:10106): GLib-WARNING **: GError set over the top of a previous GError or uninitialized memory.
This indicates a bug in someone's code. You must ensure an error is NULL before it's set.
The overwriting error message was: Address element ?(null)? does not contain a colon (:)
PkgMgr Client Creation Failed
Undefined error(-1)processing result : Undefined Error [-999] failed
spend time for pkgcmd is [73]ms
-u -n com.samsung.tizen.bixby
Code:
sh-3.2$ pkgcmd -u -n com.samsung.tizen.bixby
__return_cb req_id[1] pkg_type[tpk] pkgid[com.samsung.tizen.bixby] key[start] val[uninstall]
__return_cb req_id[1] pkg_type[tpk] pkgid[com.samsung.tizen.bixby] key[appid] val[com.samsung.tizen.bixby]
__return_cb req_id[1] pkg_type[tpk] pkgid[com.samsung.tizen.bixby] key[install_percent] val[4]
__return_cb req_id[1] pkg_type[tpk] pkgid[com.samsung.tizen.bixby] key[install_percent] val[9]
__return_cb req_id[1] pkg_type[tpk] pkgid[com.samsung.tizen.bixby] key[error] val[-4]
__return_cb req_id[1] pkg_type[tpk] pkgid[com.samsung.tizen.bixby] key[end] val[fail]
processing result : Operation not allowed [-4] failed
spend time for pkgcmd is [1232]ms
adfree said:
Try with global at end...
Example... this is the old ""Pixpeep" app
Code:
pkgcmd -D -t tpk -n com.samsung.svoice-n66 --global
I can also at the moment not download attached Picture...
For next attempt you can use also Copy and Paste like this... only the text:
Code:
sh-3.2# pkgcmd -D -t tpk -n com.samsung.svoice-n66 --global
__return_cb req_id[1] pkg_type[tpk] pkgid[com.samsung.svoice-n66] key[start] val[uninstall]
__return_cb req_id[1] pkg_type[tpk] pkgid[com.samsung.svoice-n66] key[install_percent] val[20]
__return_cb req_id[1] pkg_type[tpk] pkgid[com.samsung.svoice-n66] key[install_percent] val[40]
__return_cb req_id[1] pkg_type[tpk] pkgid[com.samsung.svoice-n66] key[install_percent] val[60]
__return_cb req_id[1] pkg_type[tpk] pkgid[com.samsung.svoice-n66] key[install_percent] val[80]
__return_cb req_id[1] pkg_type[tpk] pkgid[com.samsung.svoice-n66] key[install_percent] val[100]
__return_cb req_id[1] pkg_type[tpk] pkgid[com.samsung.svoice-n66] key[end] val[ok]
spend time for pkgcmd is [1006]ms
Ignore my ROOT and ignore my false app example...
Btw.
U like uninstall is not possible because rootfs.img is write protected... in Stock Firmware...
Disable means only remove from SQLite Databse *.db file...
Best Regards
Click to expand...
Click to collapse
I Try it, but
Code:
sh-3.2$ pkgcmd -D -t tpk -n com.samsung.svoice-n66 --global
(process:10232): GLib-WARNING **: GError set over the top of a previous GError or uninitialized memory.
This indicates a bug in someone's code. You must ensure an error is NULL before it's set.
The overwriting error message was: Address element ?(null)? does not contain a colon (:)
PkgMgr Client Creation Failed
Undefined error(-1)processing result : Undefined Error [-999] failed
spend time for pkgcmd is [63]ms
With pkgcmd -l I see 4 Bixbiesbabiesbibi
Code:
pkgcmd -D -t [COLOR="Green"][B]app[/B][/COLOR] -n com.samsung.tizen.bixby-wakeup-service --global
pkgcmd -D -t [COLOR="Green"][B]app[/B][/COLOR] -n com.samsung.tizen.bixby-voice --global
pkgcmd -D -t [COLOR="Green"][B]app[/B][/COLOR] -n com.samsung.tizen.bixby --global
pkgcmd -D -t [COLOR="Green"][B]app[/B][/COLOR] -n com.samsung.tizen.bixby-provisioning --global
I have killed all 4... Only Bixby Icon left.. but silence now...
Looks like this:
Code:
sh-3.2$ pkgcmd -D -t app -n com.samsung.tizen.bixby-wakeup-service --global
__app_return_cb req_id[1] pkg_type[app] pkgid[com.samsung.tizen.bixby-wakeup-service] appid[com.samsung.tizen.bixby-wakeup-service] key[start] val[disable_app]
__app_return_cb req_id[1] pkg_type[app] pkgid[com.samsung.tizen.bixby-wakeup-service] appid[com.samsung.tizen.bixby-wakeup-service] key[end] val[ok]
spend time for pkgcmd is [566]ms
sh-3.2$ pkgcmd -D -t app -n com.samsung.tizen.bixby-voice --global
__app_return_cb req_id[1] pkg_type[app] pkgid[com.samsung.tizen.bixby-voice] appid[com.samsung.tizen.bixby-voice] key[start] val[disable_app]
__app_return_cb req_id[1] pkg_type[app] pkgid[com.samsung.tizen.bixby-voice] appid[com.samsung.tizen.bixby-voice] key[end] val[ok]
spend time for pkgcmd is [399]ms
sh-3.2$ pkgcmd -D -t app -n com.samsung.tizen.bixby-provisioning --global
__app_return_cb req_id[1] pkg_type[app] pkgid[com.samsung.tizen.bixby-provisioning] appid[com.samsung.tizen.bixby-provisioning] key[start] val[disable_app]
__app_return_cb req_id[1] pkg_type[app] pkgid[com.samsung.tizen.bixby-provisioning] appid[com.samsung.tizen.bixby-provisioning] key[end] val[ok]
spend time for pkgcmd is [510]ms
and what you found...
Code:
sh-3.2$ pkgcmd -D -t app -n com.samsung.tizen.bixby --global
__app_return_cb req_id[1] pkg_type[app] pkgid[com.samsung.tizen.bixby] appid[com.samsung.tizen.bixby] key[start] val[disable_app]
__app_return_cb req_id[1] pkg_type[app] pkgid[com.samsung.tizen.bixby] appid[com.samsung.tizen.bixby] key[end] val[ok]
spend time for pkgcmd is [630]ms
Only this was not enough, as Bixby Icon still started "something"...
Tested only with my SM-R760 Tizen 4.0.0.7...
Yes, I saw your error with your Command.. check my... I have used app instead tpk...
Please not ask why...
For me working...
OWN RISK!
Only short tested... Maybe sideeffects...
Because Bixby is now the heart...
Best Regards
Do you think removing s-health will cause any problems? I don't want to remove bixby. I actually use it sometimes to set alarms, and it uses very little battery.
Do you think removing s-health will cause any problems? I don't want to remove bixby.
Click to expand...
Click to collapse
I have limited time and many things I do for fun and not test longer as 5 minutes...
Procedure is same/similar...
Identify what you want to "kill"...
1 way is to use this Command:
Code:
pkgcmd -l
Because you see what is installed...
Alternate way is to unpack/extract files from Firmware... blabla...
And I have only SM-R760 for tests... sometimes Sams.ng is doing funny things in Firmware updates...
Work, not work in next update work again but changed... next update worked but work only if...
Shealth is not Standalone crap... If you also use the Phone App... then maybe something funny happens...
NO idea, because not tested...
Back to kill project...
Example from my SM-R760...
Code:
sh-3.2$ pkgcmd -l
system apps pkg_type [rpm] pkgid [com.samsung.sim-activation] name [sim-activation] version [0.0.1] storage [internal]
system apps pkg_type [rpm] pkgid [com.samsung.unit-test-sensor] name [Unit Test sensor Applications] version [1.0.0] storage [internal]
system apps pkg_type [rpm] pkgid [com.samsung.bluetooth-testmode] name [Bluetooth Testmode] version [0.0.14] storage [internal]
system apps pkg_type [rpm] pkgid [com.samsung.w-clock-viewer] name [W-Clock-Viewer] version [0.1.12] storage [internal]
system apps pkg_type [rpm] pkgid [org.tizen.inputmethod-setting] name [Keyboard setting] version [0.5.35] storage [internal]
[COLOR="Red"][B]system apps pkg_type [rpm] pkgid [health-data-service] name [Health Data Service] version [1.2.10.0] storage [internal][/B][/COLOR]
Copy and Paste Magic...
If I search for magic word health... I can find 2 hits...
Here is the second... IMHO the main app:
Code:
system apps pkg_type [tpk] pkgid [[COLOR="Red"][B]com.samsung.shealth_gear[/B][/COLOR]] name [Samsung Health] version [4.7.20300] storage [internal]
Attempt 1...
Code:
D:\SDB\SDB260>sdb shell
sh-3.2$ pkgcmd -D -t app -n com.samsung.shealth_gear --global
Failed to get appinfo[com.samsung.shealth_gear]
Undefined error(-1)processing result : Undefined Error [-999] failed
spend time for pkgcmd is [58]ms
Attempt 2...
Code:
sh-3.2$ pkgcmd -D -t tpk -n com.samsung.shealth_gear --global
(process:3597): GLib-←[1;33mWARNING←[0m **: GError set over the top of a previous GError or uninitialized memory.
This indicates a bug in someone's code. You must ensure an error is NULL before it's set.
The overwriting error message was: Address element ?(null)? does not contain a colon (:)
PkgMgr Client Creation Failed
Undefined error(-1)processing result : Undefined Error [-999] failed
spend time for pkgcmd is [70]ms
Attempt 3:
Code:
sh-3.2$ pkgcmd -D -t rpm -n com.samsung.shealth_gear --global
(process:3608): GLib-←[1;33mWARNING←[0m **: GError set over the top of a previous GError or uninitialized memory.
This indicates a bug in someone's code. You must ensure an error is NULL before it's set.
The overwriting error message was: Address element ?(null)? does not contain a colon (:)
PkgMgr Client Creation Failed
Undefined error(-1)processing result : Undefined Error [-999] failed
spend time for pkgcmd is [56]ms
Will check what is wrong... :cyclops:
Best Regards
Edit 1.
Attempt 1000...
Found, seems Security reason... because possible with ROOT...
Code:
bash-3.2# pkgcmd -s com.samsung.shealth_gear
Undefined error(-1)processing result : Undefined Error [-999] failed
spend time for pkgcmd is [2]ms
bash-3.2# pkgcmd -D -t app -n com.samsung.shealth_gear --global
Failed to get appinfo[com.samsung.shealth_gear]
Undefined error(-1)processing result : Undefined Error [-999] failed
spend time for pkgcmd is [53]ms
bash-3.2# pkgcmd -D -t app -n com.samsung.shealth_gear
Failed to get appinfo[com.samsung.shealth_gear]
Undefined error(-1)processing result : Undefined Error [-999] failed
spend time for pkgcmd is [64]ms
bash-3.2# pkgcmd -D -t tpk -n com.samsung.shealth_gear --global
__return_cb req_id[1] pkg_type[tpk] pkgid[com.samsung.shealth_gear] key[start] val[uninstall]
__return_cb req_id[1] pkg_type[tpk] pkgid[com.samsung.shealth_gear] key[install_percent] val[20]
__return_cb req_id[1] pkg_type[tpk] pkgid[com.samsung.shealth_gear] key[install_percent] val[40]
__return_cb req_id[1] pkg_type[tpk] pkgid[com.samsung.shealth_gear] key[install_percent] val[60]
__return_cb req_id[1] pkg_type[tpk] pkgid[com.samsung.shealth_gear] key[install_percent] val[80]
__return_cb req_id[1] pkg_type[tpk] pkgid[com.samsung.shealth_gear] key[install_percent] val[100]
__return_cb req_id[1] pkg_type[tpk] pkgid[com.samsung.shealth_gear] key[end] val[ok]
spend time for pkgcmd is [1920]ms
adfree said:
I have limited time and many things I do for fun and not test longer as 5 minutes...
Procedure is same/similar...
Identify what you want to "kill"...
1 way is to use this Command:
Code:
pkgcmd -l
Because you see what is installed...
Alternate way is to unpack/extract files from Firmware... blabla...
And I have only SM-R760 for tests... sometimes Sams.ng is doing funny things in Firmware updates...
Work, not work in next update work again but changed... next update worked but work only if...
Shealth is not Standalone crap... If you also use the Phone App... then maybe something funny happens...
NO idea, because not tested...
Back to kill project...
Example from my SM-R760...
Code:
sh-3.2$ pkgcmd -l
system apps pkg_type [rpm] pkgid [com.samsung.sim-activation] name [sim-activation] version [0.0.1] storage [internal]
system apps pkg_type [rpm] pkgid [com.samsung.unit-test-sensor] name [Unit Test sensor Applications] version [1.0.0] storage [internal]
system apps pkg_type [rpm] pkgid [com.samsung.bluetooth-testmode] name [Bluetooth Testmode] version [0.0.14] storage [internal]
system apps pkg_type [rpm] pkgid [com.samsung.w-clock-viewer] name [W-Clock-Viewer] version [0.1.12] storage [internal]
system apps pkg_type [rpm] pkgid [org.tizen.inputmethod-setting] name [Keyboard setting] version [0.5.35] storage [internal]
[COLOR="Red"][B]system apps pkg_type [rpm] pkgid [health-data-service] name [Health Data Service] version [1.2.10.0] storage [internal][/B][/COLOR]
Copy and Paste Magic...
If I search for magic word health... I can find 2 hits...
Here is the second... IMHO the main app:
Code:
system apps pkg_type [tpk] pkgid [[COLOR="Red"][B]com.samsung.shealth_gear[/B][/COLOR]] name [Samsung Health] version [4.7.20300] storage [internal]
Attempt 1...
Code:
D:\SDB\SDB260>sdb shell
sh-3.2$ pkgcmd -D -t app -n com.samsung.shealth_gear --global
Failed to get appinfo[com.samsung.shealth_gear]
Undefined error(-1)processing result : Undefined Error [-999] failed
spend time for pkgcmd is [58]ms
Attempt 2...
Code:
sh-3.2$ pkgcmd -D -t tpk -n com.samsung.shealth_gear --global
(process:3597): GLib-←[1;33mWARNING←[0m **: GError set over the top of a previous GError or uninitialized memory.
This indicates a bug in someone's code. You must ensure an error is NULL before it's set.
The overwriting error message was: Address element ?(null)? does not contain a colon (:)
PkgMgr Client Creation Failed
Undefined error(-1)processing result : Undefined Error [-999] failed
spend time for pkgcmd is [70]ms
Attempt 3:
Code:
sh-3.2$ pkgcmd -D -t rpm -n com.samsung.shealth_gear --global
(process:3608): GLib-←[1;33mWARNING←[0m **: GError set over the top of a previous GError or uninitialized memory.
This indicates a bug in someone's code. You must ensure an error is NULL before it's set.
The overwriting error message was: Address element ?(null)? does not contain a colon (:)
PkgMgr Client Creation Failed
Undefined error(-1)processing result : Undefined Error [-999] failed
spend time for pkgcmd is [56]ms
Will check what is wrong... :cyclops:
Best Regards
Edit 1.
Attempt 1000...
Found, seems Security reason... because possible with ROOT...
Code:
bash-3.2# pkgcmd -s com.samsung.shealth_gear
Undefined error(-1)processing result : Undefined Error [-999] failed
spend time for pkgcmd is [2]ms
bash-3.2# pkgcmd -D -t app -n com.samsung.shealth_gear --global
Failed to get appinfo[com.samsung.shealth_gear]
Undefined error(-1)processing result : Undefined Error [-999] failed
spend time for pkgcmd is [53]ms
bash-3.2# pkgcmd -D -t app -n com.samsung.shealth_gear
Failed to get appinfo[com.samsung.shealth_gear]
Undefined error(-1)processing result : Undefined Error [-999] failed
spend time for pkgcmd is [64]ms
bash-3.2# pkgcmd -D -t tpk -n com.samsung.shealth_gear --global
__return_cb req_id[1] pkg_type[tpk] pkgid[com.samsung.shealth_gear] key[start] val[uninstall]
__return_cb req_id[1] pkg_type[tpk] pkgid[com.samsung.shealth_gear] key[install_percent] val[20]
__return_cb req_id[1] pkg_type[tpk] pkgid[com.samsung.shealth_gear] key[install_percent] val[40]
__return_cb req_id[1] pkg_type[tpk] pkgid[com.samsung.shealth_gear] key[install_percent] val[60]
__return_cb req_id[1] pkg_type[tpk] pkgid[com.samsung.shealth_gear] key[install_percent] val[80]
__return_cb req_id[1] pkg_type[tpk] pkgid[com.samsung.shealth_gear] key[install_percent] val[100]
__return_cb req_id[1] pkg_type[tpk] pkgid[com.samsung.shealth_gear] key[end] val[ok]
spend time for pkgcmd is [1920]ms
Click to expand...
Click to collapse
how to active ROOT?
I try pkgcmd -D -t tpk -n com.samsung.shealth_gear --global
Code:
sh-3.2$ pkgcmd -D -t tpk -n com.samsung.shealth_gear --global
(process:4034): GLib-WARNING **: GError set over the top of a previous GError or uninitialized memory.
This indicates a bug in someone's code. You must ensure an error is NULL before it's set.
The overwriting error message was: Address element ?(null)? does not contain a colon (:)
PkgMgr Client Creation Failed
Undefined error(-1)processing result : Undefined Error [-999] failed
spend time for pkgcmd is [96]ms
@luuphong559
Can you give please Model Name and Firmware Version?
Because I am using ""modified"" rootfs.img...
So usefull to know ...
Easiest way to get infos... type this Code:
Code:
*#1234#
And you see all Firmware infos + Model Name...
Best Regards
adfree said:
@luuphong559
can you give please model name and firmware version?
Because i am using ""modified"" rootfs.img...
So usefull to know ...
Easiest way to get infos... Type this code:
And you see all firmware infos + model name...
Best regards
Click to expand...
Click to collapse
ap: R820xxu1bta1
cp: No phone
csc: R820oxa1bta1
For Rooting SM-R820...
It is in THEORY not impossible.. I hope Security is not increased...
But missing parts:
A
Code:
R820XXU1BTA1
To modify rootfs.img from BTA1 Binary the Odin Files required...
Code:
AP_R820XXU1BTA1_usr.tar.md5
BL_R820XXU1BTA1_usr.tar.md5
CSC_OXA_R820OXA1BTA1_usr.tar.md5
B
Need brave tester...
OWN RISK!
C
To insert su Binary into BTA1 Firmware I can give more details...
Menwhile seems really unified...
Last successfully rooted device SM-R500 DSL1... and I got feedback about success from SM-R815U user...
But only in private... not confirmed in public...
I wish I had more public feedback...
D
Sideeffect of Root...
Samsung Pay not work...
Best Regards
adfree said:
For Rooting SM-R820...
It is in THEORY not impossible.. I hope Security is not increased...
But missing parts:
A
Code:
R820XXU1BTA1
To modify rootfs.img from BTA1 Binary the Odin Files required...
Code:
AP_R820XXU1BTA1_usr.tar.md5
BL_R820XXU1BTA1_usr.tar.md5
CSC_OXA_R820OXA1BTA1_usr.tar.md5
B
Need brave tester...
OWN RISK!
C
To insert su Binary into BTA1 Firmware I can give more details...
Menwhile seems really unified...
Last successfully rooted device SM-R500 DSL1... and I got feedback about success from SM-R815U user...
But only in private... not confirmed in public...
I wish I had more public feedback...
D
Sideeffect of Root...
Samsung Pay not work...
Best Regards
Click to expand...
Click to collapse
I don't understand what you mean, but I have a question? Can I get watch updates after ROOT?
I used to change CSC: https://forum.xda-developers.com/smartwatch/galaxy-watch/changing-region-galaxy-active-2-t3983895
My English is quite poor
I don't understand what you mean, but I have a question? Can I get watch updates after ROOT?
Click to expand...
Click to collapse
Official FOTA updates aka over the air... are incremental updates...
Some self check... HASH Security ""crap""...
But important Integrety checks...
Short:
ROOT = NO official FOTA
IMHO this is known, because in Android Samsung Phone world similar...
ROOT means Custom...
Custom stuff not supported by Samsung...
Best Regards
For anyone that has disable Bixby or S Health, do you notice any battery improvement?
Also any side-effects?
Mr Bigglesworth said:
For anyone that has disable Bixby or S Health, do you notice any battery improvement?
Also any side-effects?
Click to expand...
Click to collapse
of course it will improve, Because Samsung Health accounts for 30-40% of battery life
My model is SM-R835 (active 2 with tizen 5.5.0.1 and US LTE model) SDB is 2.2.60
I followed the methods posted here.
I failed to install bp...
I tried to install the bp.tpk but it turned out "general error [-1]"
Then I tried to use shell. It gave me this:
Code:
sdb install bp.tpk
pulled bp.tpk 100% 1MB
1 file(s) pulled. 0 file(s) skipped.
bp.tpk 250 KB/s (2025442 bytes in 7.908s)
path is /opt/usr/home/owner/apps_rw/tmp/bp.tpk
__return_cb req_id[1] pkg_type[tpk] pkgid[com.samsung.health.samd.bp] key[start] val[update]
__return_cb req_id[1] pkg_type[tpk] pkgid[com.samsung.health.samd.bp] key[install_percent] val[10]
__return_cb req_id[1] pkg_type[tpk] pkgid[com.samsung.health.samd.bp] key[error] val[-1]
__return_cb req_id[1] pkg_type[tpk] pkgid[com.samsung.health.samd.bp] key[end] val[fail]
processing result : General error [-1] failed
spend time for pkgcmd is [1451]ms
rm: remove write-protected regular file `/opt/usr/home/owner/apps_rw/tmp/bp.tpk'?
Still I failed...
Then I tried to follow others' instruction to uninstall.
Code:
sdb uninstall com.samsung.health.samd.bp
error: failed to get package type: package ID 'com.samsung.health.samd.bp' does not exist
and
Code:
sdb shell
sh-3.2$ pkgcmd -u -t tpk -n com.samsung.health.samd.bp
__return_cb req_id[1] pkg_type[tpk] pkgid[com.samsung.health.samd.bp] key[start] val[uninstall]
__return_cb req_id[1] pkg_type[tpk] pkgid[com.samsung.health.samd.bp] key[appid] val[com.samsung.health.samd.bp.home]
__return_cb req_id[1] pkg_type[tpk] pkgid[com.samsung.health.samd.bp] key[appid] val[com.samsung.health.samd.bp.ecg-service]
__return_cb req_id[1] pkg_type[tpk] pkgid[com.samsung.health.samd.bp] key[appid] val[com.samsung.health.samd.bp.widget]
__return_cb req_id[1] pkg_type[tpk] pkgid[com.samsung.health.samd.bp] key[install_percent] val[4]
__return_cb req_id[1] pkg_type[tpk] pkgid[com.samsung.health.samd.bp] key[install_percent] val[9]
__return_cb req_id[1] pkg_type[tpk] pkgid[com.samsung.health.samd.bp] key[error] val[-4]
__return_cb req_id[1] pkg_type[tpk] pkgid[com.samsung.health.samd.bp] key[end] val[fail]
processing result : Operation not allowed [-4] failed
spend time for pkgcmd is [982]ms
Non of these worked...
I cannot install the bp...
However, I got the ecg function on it successfully.
Any ideas to overcome this? Please help me to add the blood pressure function to my watch... Thanks!
ps2pspgood said:
My model is SM-R835 (active 2 with tizen 5.5.0.1 and US LTE model) SDB is 2.2.60
I followed the methods posted here.
I failed to install bp...
I tried to install the bp.tpk but it turned out "general error [-1]"
Then I tried to use shell. It gave me this:
Code:
sdb install bp.tpk
pulled bp.tpk 100% 1MB
1 file(s) pulled. 0 file(s) skipped.
bp.tpk 250 KB/s (2025442 bytes in 7.908s)
path is /opt/usr/home/owner/apps_rw/tmp/bp.tpk
__return_cb req_id[1] pkg_type[tpk] pkgid[com.samsung.health.samd.bp] key[start] val[update]
__return_cb req_id[1] pkg_type[tpk] pkgid[com.samsung.health.samd.bp] key[install_percent] val[10]
__return_cb req_id[1] pkg_type[tpk] pkgid[com.samsung.health.samd.bp] key[error] val[-1]
__return_cb req_id[1] pkg_type[tpk] pkgid[com.samsung.health.samd.bp] key[end] val[fail]
processing result : General error [-1] failed
spend time for pkgcmd is [1451]ms
rm: remove write-protected regular file `/opt/usr/home/owner/apps_rw/tmp/bp.tpk'?
Still I failed...
Then I tried to follow others' instruction to uninstall.
Code:
sdb uninstall com.samsung.health.samd.bp
error: failed to get package type: package ID 'com.samsung.health.samd.bp' does not exist
and
Code:
sdb shell
sh-3.2$ pkgcmd -u -t tpk -n com.samsung.health.samd.bp
__return_cb req_id[1] pkg_type[tpk] pkgid[com.samsung.health.samd.bp] key[start] val[uninstall]
__return_cb req_id[1] pkg_type[tpk] pkgid[com.samsung.health.samd.bp] key[appid] val[com.samsung.health.samd.bp.home]
__return_cb req_id[1] pkg_type[tpk] pkgid[com.samsung.health.samd.bp] key[appid] val[com.samsung.health.samd.bp.ecg-service]
__return_cb req_id[1] pkg_type[tpk] pkgid[com.samsung.health.samd.bp] key[appid] val[com.samsung.health.samd.bp.widget]
__return_cb req_id[1] pkg_type[tpk] pkgid[com.samsung.health.samd.bp] key[install_percent] val[4]
__return_cb req_id[1] pkg_type[tpk] pkgid[com.samsung.health.samd.bp] key[install_percent] val[9]
__return_cb req_id[1] pkg_type[tpk] pkgid[com.samsung.health.samd.bp] key[error] val[-4]
__return_cb req_id[1] pkg_type[tpk] pkgid[com.samsung.health.samd.bp] key[end] val[fail]
processing result : Operation not allowed [-4] failed
spend time for pkgcmd is [982]ms
Non of these worked...
I cannot install the bp...
However, I got the ecg function on it successfully.
Any ideas to overcome this? Please help me to add the blood pressure function to my watch... Thanks!
Click to expand...
Click to collapse
Did you ever figure this out?
Brandon.rush1 said:
Did you ever figure this out?
Click to expand...
Click to collapse
Hi,
I solved it. I wrote my case here. You can check it out.
You can try to run the recovery once before you decide to change CSC and downgrade. If you want to change CSC, please use the correct firmware that match your model to flash your watch.
Best regards.
ps2pspgood said:
Hi,
I solved it. I wrote my case here. You can check it out.
You can try to run the recovery once before you decide to change CSC and downgrade. If you want to change CSC, please use the correct firmware that match your model to flash your watch.
Best regards.
Click to expand...
Click to collapse
Awesome, I'll try this tommorow. Many thanks, I've been going crazy trying to get it to work.
ps2pspgood said:
Hi,
I solved it. I wrote my case here. You can check it out.
You can try to run the recovery once before you decide to change CSC and downgrade. If you want to change CSC, please use the correct firmware that match your model to flash your watch.
Best regards.
Click to expand...
Click to collapse
So followed everything exactly, CSC changed to brazil, upgraded, and am still getting this. Any ideas?
path is /opt/usr/home/owner/apps_rw/tmp/bp.tpk
__return_cb req_id[1] pkg_type[tpk] pkgid[com.samsung.health.samd.bp] key[start] val[update]
__return_cb req_id[1] pkg_type[tpk] pkgid[com.samsung.health.samd.bp] key[install_percent] val[10]
__return_cb req_id[1] pkg_type[tpk] pkgid[com.samsung.health.samd.bp] key[error] val[-1]
__return_cb req_id[1] pkg_type[tpk] pkgid[com.samsung.health.samd.bp] key[end] val[fail]
processing result : General error [-1] failed
Brandon.rush1 said:
So followed everything exactly, CSC changed to brazil, upgraded, and am still getting this. Any ideas?
path is /opt/usr/home/owner/apps_rw/tmp/bp.tpk
__return_cb req_id[1] pkg_type[tpk] pkgid[com.samsung.health.samd.bp] key[start] val[update]
__return_cb req_id[1] pkg_type[tpk] pkgid[com.samsung.health.samd.bp] key[install_percent] val[10]
__return_cb req_id[1] pkg_type[tpk] pkgid[com.samsung.health.samd.bp] key[error] val[-1]
__return_cb req_id[1] pkg_type[tpk] pkgid[com.samsung.health.samd.bp] key[end] val[fail]
processing result : General error [-1] failed
Click to expand...
Click to collapse
Same happened here to me.
Only I'm using a GW3 and my original CSC is already Brazil, other than that I followed every step and I'm still stuck without being able to install the BP.tpk
igorbelchior said:
Same happened here to me.
Only I'm using a GW3 and my original CSC is already Brazil, other than that I followed every step and I'm still stuck without being able to install the BP.tpk
Click to expand...
Click to collapse
Brandon.rush1 said:
So followed everything exactly, CSC changed to brazil, upgraded, and am still getting this. Any ideas?
path is /opt/usr/home/owner/apps_rw/tmp/bp.tpk
__return_cb req_id[1] pkg_type[tpk] pkgid[com.samsung.health.samd.bp] key[start] val[update]
__return_cb req_id[1] pkg_type[tpk] pkgid[com.samsung.health.samd.bp] key[install_percent] val[10]
__return_cb req_id[1] pkg_type[tpk] pkgid[com.samsung.health.samd.bp] key[error] val[-1]
__return_cb req_id[1] pkg_type[tpk] pkgid[com.samsung.health.samd.bp] key[end] val[fail]
processing result : General error [-1] failed
Click to expand...
Click to collapse
You can see my explanation here https://forum.xda-developers.com/showpost.php?p=83719755&postcount=2919
If you want help, please get the current watch software version, CSC and the phone you are using
Huy.tq said:
You can see my explanation here https://forum.xda-developers.com/showpost.php?p=83719755&postcount=2919
If you want help, please get the current watch software version, CSC and the phone you are using
Click to expand...
Click to collapse
I just read your explanation. I'm using an SM-R820, on Tizen 5.5.0.1, I was trying it on a Pixel 5. I had changed my CSC to Brazil to try and get it to work. @ps2pspgood stated he was able to get it working with you, but your explanation says it's impossible. Any help would be great.
Brandon.rush1 said:
I just read your explanation. I'm using an SM-R820, on Tizen 5.5.0.1, I was trying it on a Pixel 5. I had changed my CSC to Brazil to try and get it to work. @ps2pspgood stated he was able to get it working with you, but your explanation says it's impossible. Any help would be great.
Click to expand...
Click to collapse
You can see my instructions for mitas35 here https://forum.xda-developers.com/sm...cg-bp-gwa2-t4051141/post83796547#post83796547
You need change csc to nation not approve BP and ECG (except US, Korea, Brazil).
After that at tizen 4.0.0.7, you install TPKpusherBPandECGv29.apk from pixel push to your watch, then update to tizen 5.5.0.1. Finish.
Huy.tq said:
You can see my instructions for mitas35 here https://forum.xda-developers.com/sm...cg-bp-gwa2-t4051141/post83796547#post83796547
You need change csc to nation not approve BP and ECG (except US, Korea, Brazil).
After that at tizen 4.0.0.7, you install TPKpusherBPandECGv29.apk from pixel push to your watch, then update to tizen 5.5.0.1. Finish.
Click to expand...
Click to collapse
Alright I'll give this a try, what CSC would you recommend for Samsung Pay too?
Huy.tq said:
You can see my instructions for mitas35 here https://forum.xda-developers.com/sm...cg-bp-gwa2-t4051141/post83796547#post83796547
You need change csc to nation not approve BP and ECG (except US, Korea, Brazil).
After that at tizen 4.0.0.7, you install TPKpusherBPandECGv29.apk from pixel push to your watch, then update to tizen 5.5.0.1. Finish.
Click to expand...
Click to collapse
I'm on Pixel 4 XL, using a SM-R855F version R855FXXU1BTH4, my CSC is ZTO. I see a lot of people saying that in my case I have to downgrade to Tizen 4, but I can't seem to find it anywhere on the web. Would you be able to help on that?
Brandon.rush1 said:
Alright I'll give this a try, what CSC would you recommend for Samsung Pay too?
Click to expand...
Click to collapse
To use samsung pay, if you have firmware OXA, you change CSC to BTU (England). Or if you have firmware OLB, you change CSC to XSA (Australia)
Huy.tq said:
To use samsung pay, if you have firmware OXA, you change CSC to BTU (England). Or if you have firmware OLB, you change CSC to XSA (Australia)
Click to expand...
Click to collapse
Thanks coming from US firmware so put on the England CSC. Trying now to push TPK pusher, says its sneding to phone get pop-up, but never shows installed on the watch. Did I miss something? Going to try and manually push bp nd ecg
@Huy.tq no luck on all fronts, any help would be appreciated.
Brandon.rush1 said:
@Huy.tq no luck on all fronts, any help would be appreciated.
Click to expand...
Click to collapse
Can you need specific description help me?
---------- Post added at 01:41 AM ---------- Previous post was at 01:31 AM ----------
igorbelchior said:
I'm on Pixel 4 XL, using a SM-R855F version R855FXXU1BTH4, my CSC is ZTO. I see a lot of people saying that in my case I have to downgrade to Tizen 4, but I can't seem to find it anywhere on the web. Would you be able to help on that?
Click to expand...
Click to collapse
Galaxy watch 3 begin with tizen 5.5, so you can't downgrade to tizen 4.0.0.
Firmware version R855FXXU1BTH4 is not for CSC ZTO
You can see here https://doc.samsungmobile.com/SM-R855F/ZTO/doc.html and here http://fota-cloud-dn.ospserver.net/firmware/ZTO/SM-R855F/version.xml
Huy.tq said:
Can you need specific description help me?
---------- Post added at 01:41 AM ---------- Previous post was at 01:31 AM ----------
Galaxy watch 3 begin with tizen 5.5, so you can't downgrade to tizen 4.0.0.
Firmware version R855FXXU1BTH4 is not for CSC ZTO
You can see here https://doc.samsungmobile.com/SM-R855F/ZTO/doc.html and here http://fota-cloud-dn.ospserver.net/firmware/ZTO/SM-R855F/version.xml
Click to expand...
Click to collapse
My apologies, I should've been more descriptive. My original firmware is R855FXXU1BTI6. In an attempt to install bp.tpk I flashed R855FXXU1BTH4, but didn't change my CSC. Needless to say it didn't work.
Since I can't downgrade, that means I'm out of luck?
igorbelchior said:
My apologies, I should've been more descriptive. My original firmware is R855FXXU1BTI6. In an attempt to install bp.tpk I flashed R855FXXU1BTH4, but didn't change my CSC. Needless to say it didn't work.
Since I can't downgrade, that means I'm out of luck?
Click to expand...
Click to collapse
Ok, I will help you. I succeed when help user (watch 3 R845) installed BP and ECG on the his watch with pixel phone.
Now you need change CSC to region not approve BP and ECG, then you install BP.tpk and ECG.tpk yourself sign. Finish
Huy.tq said:
Ok, I will help you. I succeed when help user (watch 3 R845) installed BP and ECG on the his watch with pixel phone.
Now you need change CSC to region not approve BP and ECG, then you install BP.tpk and ECG.tpk yourself sign. Finish
Click to expand...
Click to collapse
Quick question here, I already have the ECG installed... Do I factory reset the watch before doing the process or just change the CSC and try it?
Huy.tq said:
Can you need specific description help me?
---------- Post added at 01:41 AM ---------- Previous post was at 01:31 AM ----------
Galaxy watch 3 begin with tizen 5.5, so you can't downgrade to tizen 4.0.0.
Firmware version R855FXXU1BTH4 is not for CSC ZTO
You can see here https://doc.samsungmobile.com/SM-R855F/ZTO/doc.html and here http://fota-cloud-dn.ospserver.net/firmware/ZTO/SM-R855F/version.xml
Click to expand...
Click to collapse
So I changed my CSC to England from US. After that loaded 4.0.0.7, paired phone and pushed the TPKpusherBPandECGv29.apk from my phone. I get a pop-up asking to push the file and accept. It appears the installation succeeds, but I got to the watch and it does not show either the BP or ECG app. Checked permissions in the Galaxy Watch app and Install Unknown Apps is Allowed. Reboot the watch and still neither app shows. I tried to manually push the bp to the watch and get an error -12. Not sure what's going on. Seems the watch is still not accepting the app.
igorbelchior said:
Quick question here, I already have the ECG installed... Do I factory reset the watch before doing the process or just change the CSC and try it?
Click to expand...
Click to collapse
You don't need reset, you can flash firmware to change CSC now
---------- Post added at 01:46 PM ---------- Previous post was at 01:42 PM ----------
Brandon.rush1 said:
So I changed my CSC to England from US. After that loaded 4.0.0.7, paired phone and pushed the TPKpusherBPandECGv29.apk from my phone. I get a pop-up asking to push the file and accept. It appears the installation succeeds, but I got to the watch and it does not show either the BP or ECG app. Checked permissions in the Galaxy Watch app and Install Unknown Apps is Allowed. Reboot the watch and still neither app shows. I tried to manually push the bp to the watch and get an error -12. Not sure what's going on. Seems the watch is still not accepting the app.
Click to expand...
Click to collapse
You can try install app bp.tpk and ecg.tpk here https://drive.google.com/file/d/1-JCh10rQC0Qmbbc3SD0TezPz7cgtttXz/view?usp=drivesdk