[SOLVED] Connetion SDB failed Galaxy Watch - Samsung Galaxy Watch

Hi,
I updates my galaxy watch by changing CSC but now it is impossible to connect anymore in OneUI!
Wifi connection only is ok
IP Fix ok
Bluetooth Off
On sdb always failed or device offline...
It was ok in the prevoious os version!!!
Maybe someone can help me?
Thank you for help

it takes a while try changing the port to 26099 or 26101 it took me like 2 hours on my first try

I also had problems resetting CSC back to UK after temporarily changing it to get my Galaxy Watch 46mm to get the new Tizen upgrade. Make sure that the watch is still set to debug mode and developer mode is activated after the CSC change and the watch has reformatted itself.
In my case, I could not reconnect to the watch with sdb until I had manually deleted the sdb key & pub files on my laptop, to force the watch to ask me to re-accept the RSA key and let my laptop connect to it again. The files to be deleted are sdbkey and sdbkey.pub under C:\users\username\.tizen (make sure you can see hidden files in Windows Explorer).
Good luck.
AJP

Ok thanks for help but not working!
-> Activate Developpement mode + Debug USB ok
-> Erasing tizen files in my pc
but don't work very strange!It says always 'target is offline'..

studywes said:
Ok thanks for help but not working!
-> Activate Developpement mode + Debug USB ok
-> Erasing tizen files in my pc
but don't work very strange!It says always 'target is offline'..
Click to expand...
Click to collapse
Try using updated sdb version and use phone as Hotspot for both devices.
You can find most up to date version in c/tizenstudio after installing it
Sent from my Samsung SM-G973F using XDA Labs

One step often omitted for getting "sdb connect" to work is after turning on debug, off bluetooth, on wifi, and making wifi connection.... THEN REBOOT the watch.

Thank you for help!!All is ok after a simple reboot!!!!!!!!
Thanks Gruuvin

I can not run SDB on my Win 10 64bit.
Downloaded SDBstarterKidv1 unziped sdb_2.2.60_windows-64 and navigated cmd to C:\Users\Petr\Desktop\SDBstarterKidv1\sdb_2.2.60_windows-64\data\tools
sbd shell does not work.
C:\Users\Petr\Desktop\SDBstarterKidv1\sdb_2.2.60_windows-64\data\tools>sdb shell error: target not found failed environment shell, so it will retry shell command. error: target not found C:\Users\Petr\Desktop\SDBstarterKidv1\sdb_2.2.60_windows-64\data\tools>
Can you guys help me?

run with admin rights or make path var. on PC it's really sensitive about what and where stuff is installed

can't connect
petrmelis said:
I can not run SDB on my Win 10 64bit.
Downloaded SDBstarterKidv1 unziped sdb_2.2.60_windows-64 and navigated cmd to C:\Users\Petr\Desktop\SDBstarterKidv1\sdb_2.2.60_windows-64\data\tools
sbd shell does not work.
C:\Users\Petr\Desktop\SDBstarterKidv1\sdb_2.2.60_windows-64\data\tools>sdb shell error: target not found failed environment shell, so it will retry shell command. error: target not found C:\Users\Petr\Desktop\SDBstarterKidv1\sdb_2.2.60_windows-64\data\tools>
Can you guys help me?
Click to expand...
Click to collapse
I have the same problem, did you solve it somehow? or what solution.
also can't connect from windows 64.

Related

ddms.bat - adb.exe error on DHD.

Hello everyone ... Yesterday i tried to take screensot with DDMS.bat like usually... But after launch ddms.bat and plug DHD into PC ERRORs appears.
First is adb.exe stopped working http://screenshooter.net/2759574/gjoqvjp
Second: Microsoft Visual C++ Runtime Error http://screenshooter.net/2759574/sqhiuql
third: TODO: <File description> .... http://screenshooter.net/2759574/pxrrsbs
if i connect DHD without run ddms my adb.exe is working fine i think (adb devices recognize SN of my device) but afterrun ddms adb is crashing and other errors appear :/
Log in cmd window looks like:
12:39:39 E/adb:
12:39:39 E/adb: This application has requested the Runtime to terminate it in an unusual way.
12:39:39 E/adb: Please contact the application's support team for more information.
12:39:44 W/DeviceMonitor: Failed to connect to client '4505': timeout
12:39:47 E/DeviceMonitor: Adb connection Error:
12:39:47 W/DeviceMonitor: Failed to connect to client '4795':
12:39:48 W/DeviceMonitor: Failed to connect to client '4808': Connection refused: connect
12:39:48 E/DeviceMonitor: Connection attempts: 1
12:39:48 E/DDMS: Connection refused: connect
java.net.ConnectException: Connection refused: connect
at sun.nio.ch.Net.connect(Native Method)
at sun.nio.ch.SocketChannelImpl.connect(SocketChannel Impl.java:507)
at java.nio.channels.SocketChannel.open(SocketChannel .java:146)
at com.android.ddmlib.AdbHelper.executeRemoteCommand( AdbHelper.java:367)
at com.android.ddmlib.Device.executeShellCommand(Devi ce.java:276)
at com.android.ddmuilib.SysinfoPanel.loadFromDevice(S ysinfoPanel.java:159)
at com.android.ddmuilib.SysinfoPanel.deviceSelected(S ysinfoPanel.java:126)
at com.android.ddmuilib.SelectionDependentPanel.devic eSelected(SelectionDependentPanel.java:52)
at com.android.ddms.UIThread.selectionChanged(UIThrea d.java:1666)
at com.android.ddmuilib.DevicePanel.notifyListeners(D evicePanel.java:752)
at com.android.ddmuilib.DevicePanel.notifyListeners(D evicePanel.java:740)
at com.android.ddmuilib.DevicePanel.access$1100(Devic ePanel.java:56)
at com.android.ddmuilib.DevicePanel$1.widgetSelected( DevicePanel.java:357)
at org.eclipse.swt.widgets.TypedListener.handleEvent( Unknown Source)
at org.eclipse.swt.widgets.EventTable.sendEvent(Unkno wn Source)
at org.eclipse.swt.widgets.Widget.sendEvent(Unknown Source)
at org.eclipse.swt.widgets.Display.runDeferredEvents( Unknown Source)
at org.eclipse.swt.widgets.Display.readAndDispatch(Un known Source)
at com.android.ddms.UIThread.runUI(UIThread.java:492)
at com.android.ddms.Main.main(Main.java:98)
12:39:49 W/DeviceMonitor: Failed to connect to client '4818': Connection refused: connect
12:39:49 E/Logcat: Connection refused: connect
java.net.ConnectException: Connection refused: connect
at sun.nio.ch.Net.connect(Native Method)
at sun.nio.ch.SocketChannelImpl.connect(SocketChannel Impl.java:507)
at java.nio.channels.SocketChannel.open(SocketChannel .java:146)
at com.android.ddmlib.AdbHelper.executeRemoteCommand( AdbHelper.java:367)
at com.android.ddmlib.Device.executeShellCommand(Devi ce.java:284)
at com.android.ddmuilib.logcat.LogPanel$3.run(LogPane l.java:527)
12:39:50 E/DeviceMonitor: Connection attempts: 2
12:39:50 E/EventLog: Connection refused: connect
java.net.ConnectException: Connection refused: connect
at sun.nio.ch.Net.connect(Native Method)
at sun.nio.ch.SocketChannelImpl.connect(SocketChannel Impl.java:507)
at java.nio.channels.SocketChannel.open(SocketChannel .java:146)
Click to expand...
Click to collapse
I was looking for solution everywhere ... Reinstalled JDK (Java), SDK (revision 9), .NET Framework 4, Microsoft Visual 2010 ... What else can i do?
I`m using Windows 7 Ultimate x64, and on DHD ROM: Android Revolution 2.0.9 (but it is not ROM related... i flashed stock 1.32 and the same) However ... few weeks ago ddms was working fine without any errors :/
PLEASE for ANY help.
MOD:
Sorry if in wrong seciotn but didn`t know where can i ask for it.
The new SDK has a different path to adb.exe and its DLL files, so you might want to include:
c:\android-sdk-windows\platform-tools\
to your global PATH variable.
jkoljo said:
The new SDK has a different path to adb.exe and its DLL files, so you might want to include:
c:\android-sdk-windows\platform-tools\
to your global PATH variable.
Click to expand...
Click to collapse
Thanks for reply But i`ve already added this to PATH ... Forgot to write about it.
I wrote above ADB separately works fine ... but via ddms, adb is crashing.
Try to install new HTC Sync and copy files from platform-tools to tools.. After that & adding platform-tools to PATH my DDMS started working, and still works fine. I updated my SDK to the newest version.
Normally the path to adb in PATH is c:\android-sdk-windows\tools, as you may know, so I just added platform-tools path after it.
What do you mean when U say new HTC sync? I got sync for desire HD from SD.
Sent from my Desire HD using Tapatalk
Ok found newer version of HTC Sync ... installed it ... added again PATH/ copied files from platform-tools to tools ... but still the same :/ Anybody? Any ideas? It drives me crazy :/ Wrrrrr Now i`m not sure if any operation with adb, fastboot are safe for me For example radio flashing... With errors like this i`m afraid of bricking my device during radio flash...
New HTC Sync from HTC website. And you do not need a working SDK to flash a radio, just get the radio flash package from flashing guide.
You could try to remove the whole SDK and install SDK starter package from Android website.
I'm a developer experiencing the same issue, Htc Desire HD and adb work properly outside eclipse, but with eclipse it crashes. I have too Win7 64 bit and the newest version of SDK. I think something went wrong in the last update. I'm going to install latest skd in a XP to check what happens, before trying to reinstall eclipse and the SDK on my win7 machine.
Did you add C:\android-sdk-windows\platform-tools to your global PATH variable as suggested earlier in this thread? It fixed adb for me, and I use eclipse, too.
jkoljo said:
Did you add C:\android-sdk-windows\platform-tools to your global PATH variable as suggested earlier in this thread? It fixed adb for me, and I use eclipse, too.
Click to expand...
Click to collapse
As Jkoljo has said it has fixed my problem when new SDK was released.
Putting the path to the platform-tools and ddms worked after that.
Or try: cd "C: \ your SDK directory \ tools \ ddms.bat
If ddms is in platform-tools then: cd "C: \ your SDK directory \ platform-tools \ ddms.bat
I have the same problem. My ADB and HTC sync just works fine but when I run DDMS to capture a screenshot adb always crashes. I added both directories to the path variable. My system is XP 32bit.
With the old version of the sdk I didn't had any problems at all.
Any suggestions?
Mav3ric144 said:
I have the same problem. My ADB and HTC sync just works fine but when I run DDMS to capture a screenshot adb always crashes. I added both directories to the path variable. My system is XP 32bit.
With the old version of the sdk I didn't had any problems at all.
Any suggestions?
Click to expand...
Click to collapse
I gave up Didn`t solve it It still drives me crazy :/:/ The strangest thing is that ddms was working fine few (3) weeks ago. Suddently i connected to capture a screen and? buuuu :/ didn`t work -> adb.exe error :/
I DO NOT TALK HERE ABOUT NOT WORKING ADB
My ADB is working fine until i run ddms.bat. After that adb error appears :/
Hi again,
(Yes I have added the PATH variable)
I have been working in different machines to check if it was a room (AR HD 2.0.9), system or HDH itself problem.
I installed for the first time eclipse+SDK+ADT on a XP 32 bit and I got the same problem I have in my W7 64 bit. Impossible to connect.
Then I installed eclipse+SDK+ADT on a ubuntu 10.10 32 bit and all worked fine after I realised that once I started eclipse I had to open the console with root user, kill adb server and restart the adb server again. After that I had no problem debuggin my applications on the HDH with eclipse and ddms.
So I came back to my Win 7 64 bit and I did the same procedure. Now ddms seems to connect properly with the HDHD but when I try to debug anything I got a new error:
Failed to install myapp.apk on device 'HT0BHRX00568': Unable to open sync connection!
[2011-02-08 00:15:09 - xxx] java.io.IOException: Unable to open sync connection!
[2011-02-08 00:15:09 - xxx] Launch canceled!
I think there has to be something related with the windows installation and the sdk recently update.
Anyone has any new clues??
Thanks
Same here. It's driving me crazy. The funny thing is that it does work intermittently and then just stops again. Rebooting the PC and/or the phone doesn't fix it.
Please post if you find the issue.
I gave up Didn`t found any solution for this WRRRRRR thats the worst :/ There must be a way to fix it !
I'm still trying to solve it. As a temporary solution (I hope!) I'm developing using Eclipse on Ubuntu 10.10
I'm using Windows and not going to change my OS just for ddms ... Arrrrggg it was working on windows and must work again ;(
Tapnąłem z HTC Desire HD.
DDMS error
This seems to be related to and update (either Java, Android SDK or both)
The Java library is not handling IPv6 sockets.
In Linux, sudo "echo -n 0 > /proc/sys/net/ipv6/bindv6only" will turn off the IPv6 binding.
I am not sure what the equivalent method in Windows is.
for reference: http://stackoverflow.com/questions/...ent-ddms-from-command-line-not-seeing-devices
I think Java ... Cuase i didn`t update SDK until this error occured :/
Maybe Windows or Java updater did the update and voila ...ddms suddently stopped working. Maybe someone will find solution for Win users ...
Hi, I have disabled ipv6 on win7 as you suggested and nothing changed. Maybe in August was, but right now, I don't think It's ipv6 related because Eclipse works properly on a Ubuntu 10.10 fully updated with ipv6 running.
Thanks any way

Ubuntu Newbie - Cant connect via Terminal

Hi. I mistakenly spilled a glass of water over my MacBook and it is now destroyed (No Aple Care). While I am saving up for a new machine I am using Ubuntu 16.04 on a QNAP 453 Pro.
Everything work fine but i cant get it to recognise my phone in Terminal. When I connect the phone it shows the phone icon but i cant connect. It hasnt asked for authorisation on the phone to use the QNAP so
I can understand why its not showing up when i go into terminal and its not showing up as an attached device.
I tried this -
[email protected]_1604:~/Downloads/platform-tools$ sudo jmtpfs /home/admin/media/myphone
Device 0 (VID=18d1 and PID=4ee2) is a Google Inc (for LG Electronics/Samsung) Nexus 4/5/7/10 (MTP+ADB).
libusb_open() failed!: No such file or directory
LIBMTP PANIC: Unable to initialize device
terminate called after throwing an instance of 'MtpErrorCantOpenDevice'
what(): Can't open device
Aborted
As the title says I dont know much about Ubuntu. Any help would be most appreciated. Thanks.
edit - I am running Stock 7.1.2 beta with an unlocked bootloader.
Do you have debugging enabled in Developer Options on the Pixel?
CZ Eddie said:
Do you have debugging enabled in Developer Options on the Pixel?
Click to expand...
Click to collapse
Yeah and when connected its set to transfer files.

Changing the Region on the galaxy active 2 including R830XXU1BSI9 update

Most old methods of changing the region on the samsung watches don't work anymore. Given their return policy I thought I bought expensive junk.
*#272*719434266344#
Click to expand...
Click to collapse
starts the csc selection but doesn't actually change the region.
TL;DR you need to install the combination firmware and edit two files
INFO: Netodin works fine in linux as well with wine since it works over the wifi
1. Start NetOdin3 click options and disable auto reboot
2. Click AP and select the combination firmware
3. Hold reboot button on the Samsung watch, when the reboot screen shows up press home multiple times to get into the boot menu
4. Jump to the Download (Wireless) and hold the boot button again to get into the Firmware download menu
5. Press the same button to more times to switch the watch to AP mode
6. Connect your wifi to the watch SM-R830-someid
7. In NetOdin3 press Start to flash the combination firmware
8. Click reset and now press CSC button
9. Select the CSC md5 and press start
10. When you reboot the device hold the boot button again until you enter the boot menu again
11. Select recovery and let the device restart
12. Enter settings -> About watch -> Software -> Tap software version until debug mode starts (you may need to restart your watch)
13. Connect watch to wifi
14. sdb connect <watchip>
15. sdb root on
16. sdb shell
17. backup active-customer.info: sdb pull /csa/csc/csc-active-customer.inf
18. backup prodcode.dat: sdb pull /csa/imei/prodcode.dat
19. edit /csa/csc/csc-active-customer.inf and replace csc code (I used vim and the XAR for the US version, https://www.geeksforgeeks.org/vi-editor-unix/ )
20. edit /csa/imei/prodcode.dat and replace last three characters to csc code you want (don't enter the csc selection after this it will reset it to the factory region)
21. reboot the device into recovery (i used /usr/bin/csc-util --reboot customer_change but i'm not sure it's necessary)
22. run netodin again and select AP, BL and CSC to flash stock
23. enjoy samsung pay if you have a US credit card (seems like you no longer need to install samsung pay apks on non samsung phone it's part of the wearables app)
R830 combination firmware
https://www.file-upload.net/download-13751174/combination-R830XXU1ASI2.7z.html
R830 3 file firmware
https://www.file-upload.net/download-13751206/multi-3file-R830XXU1BSI9.7z.html
sha256 checksums:
e719a024540706c07ae956c2a737b43dcaefa2b3335b1118121b6ca8168089ab AP_R830XXU1BSI9_usr.tar.md5
d0be4fdd7f5abaa6a4520f487b85dec14f94dd9d14a239fde69f5281817f7d99 BL_R830XXU1BSI9_usr.tar.md5
8f28bee9aa56b5c8d2fb8fa7bf16ab5cf0c3bff5fc547e2ada18a90c161f61e5 COMBINATION-FT40_R830XXU1ASI2.tar.md5
efe5e799c95c70aa1de8cced5a544bc471b2b74f61a3babffa72a7e295804225 CSC_OXA_R830OXA1BSI9_usr.tar.md5
Click to expand...
Click to collapse
Thanks to @adfree for the links and purcival for the order of how to flash the combination firmware and stock after
[0] Netodin
[1] how to change region on samsung gear s3
[2] combination firmware for sm-r820 by @adfree
[3] sdb in tizen studio CLI tools section
Hi,
Can l use this method just for updating the firmware of my watch?l'm still on R830XXU1ASHF.. if yes should l follow all these steps??
Thanks
What csc your watch?
tb_ said:
What csc your watch?
Click to expand...
Click to collapse
Thank you for your reply,l bought my watch in UK.
According to the list the csc is BTU-UNITED KINGDOM.
A Beginner
Hi,
First of all I want to thank you guys for the grat work.
I want to say that I am actually a beginner or amature when it comes to what you are doing
The instructions are very clea. But I would really appreciate it if anybody describes what to do with more details, especially the codes of sdb. Just some more details
It would be great if you can upload a video "If possible"
1. What is the worst thing that might happen if I do something wrong? Can the watch be ruind? Can I fix it if it happens?
2. Where can I find the csc of my country "Sweden" I googled it and found like 5 or 6 different csc !! Is there any trusted source?
3. Is it appliable to R820??? the 44mm model? or do I need to do something different in my case??
Thanks in advance
Coming from the other thread to confirm this worked for me, thanks a ton! Didn't think it would be that simple with just editing two text files.. lol
For those who missed it(I did), some steps are missing where one has to repeatedly connect back to AP every time something has to be done in NetOdin.
Also if anyone is confused about the steps, it's pretty much the same process for all samsung watches so just search for it on youtube, it's there.
Out of curiosity, where did you get the firmware from?? @tb_
2avrmillion said:
Coming from the other thread to confirm this worked for me, thanks a ton! Didn't think it would be that simple with just editing two text files.. lol
For those who missed it(I did), some steps are missing where one has to repeatedly connect back to AP every time something has to be done in NetOdin.
Also if anyone is confused about the steps, it's pretty much the same process for all samsung watches so just search for it on youtube, it's there.
Out of curiosity, where did you get the firmware from?? @tb_
Click to expand...
Click to collapse
Hi ,
Thanks for your feedback,are the sdb thing code mandatory?on youtube they only add the 3 or 4 files on odin and just flash it...
Hey guys, firstly thankyou! This worked perfectly and now I'm able to use Samsung pay down in Australia! Only thing that I would add from the perspective of being a complete beginner to Odin, is how to save the files when you edit the CSC (press escape then type ":wq") it took me an extra 20 minutes to figure it out and I thought someone might find it useful
2avrmillion said:
Out of curiosity, where did you get the firmware from?? @tb_
Click to expand...
Click to collapse
Got it from a third party. I was worried that it was counterfeit so before installing it I went through the system files to see if it's really the right model. But I can of course not guarantee that it wasn't modified by a third party. But I kinda assume that samsung won't boot from any random image given that you can't downgrade Samsung and even their tizen to any version you want apparently.
dodo1515 said:
Thank you for your reply,l bought my watch in UK.
According to the list the csc is BTU-UNITED KINGDOM.
Click to expand...
Click to collapse
{tizen} % cat preconfig/BTU/preset/csc-preset.ini
[default]
keyboard_lang="en_GB"
keyboard_preinstalled_lang="1^en_GB#en_US#de_DE#fr_FR#it_IT#pl_PL^en_GB
Click to expand...
Click to collapse
The csc.img has BTU inside. But I can't guarantee you anything when I ran this with my zone set to XTC it was booting fine but I couldn't get my phone to connect / initialize the watch after the factory reset. But not sure if it was the app or because i didn't properly reset or if I maybe shouldn't have reset.
So I can tell you that it will boot without issues but whether it works no idea. Maybe someone else can comment on that.
Highpryority said:
Hey guys, firstly thankyou! This worked perfectly and now I'm able to use Samsung pay down in Australia! Only thing that I would add from the perspective of being a complete beginner to Odin, is how to save the files when you edit the CSC (press escape then type ":wq") it took me an extra 20 minutes to figure it out and I thought someone might find it useful
Click to expand...
Click to collapse
I think you are talking about steps 17 and 18. If so can you please till me a bit more detailed how to do these steps ! I mean Do we edit manually in the sdb?? or how are we editing? Why do we need to save the files after editing? there is nothing about saving files in the steps above!
Sorry if my questions are silly but I am a real beginner here!
tareqsy91 said:
1. What is the worst thing that might happen if I do something wrong? Can the watch be ruind? Can I fix it if it happens?
Click to expand...
Click to collapse
No one will give you guarantees on this because no one wants to blame if something goes wrong. But if you try absolutely under no circumstances interrupt the flashing process and absolutely don't use the wrong model ROM. Also to be safe don't try to flash a firmware that has a lower version than your current one.
tareqsy91 said:
2. Where can I find the csc of my country "Sweden" I googled it and found like 5 or 6 different csc !! Is there any trusted source?
Click to expand...
Click to collapse
csc usually depends on the vendor. So there are a bunch of sweden csc's . But you should be able to find your current csc in /cas/imei/prodcode.dat
a list is on droid views
tareqsy91 said:
3. Is it appliable to R820??? the 44mm model? or do I need to do something different in my case??
Click to expand...
Click to collapse
r820 is the 44mm bluetooth model.
825 and 835 are lte with one version being US and the other being global I believe.
tb_ said:
No one will give you guarantees on this because no one wants to blame if something goes wrong. But if you try absolutely under no circumstances interrupt the flashing process and absolutely don't use the wrong model ROM. Also to be safe don't try to flash a firmware that has a lower version than your current one.
r820 is the 44mm bluetooth model.
825 and 835 are lte with one version being US and the other being global I believe.
Click to expand...
Click to collapse
Lower frimware? I have Tizen version 4.0.0.7
1. Do you know if the availabe combination frimware for R820 is of a lower frimware??
2. Yes My R820 is the 44mm bluetooth. thats correct. I guess I should use R820 which you linked in your original post!
3. Can you please describe more about steps 17-18 I didn't really understand how to edit! It's my first time using this sdb thing
Thanks for your patience everybody answering or even reading my questions
I think I am the most commenting member on this topic.
I have read a lot and almost all the details in each shared link in this thread.
I am trying hard I swear. Lately after downloading the shared files in the links in the original post. I can't start the file "web-cli_Tizen_Studio_3.3_windows-64"
It is just flashing a cmd window and nothing happens after that!
What should I do in this case??
The other file in the link "web-ide_Tizen_Studio_3.3_windows-64" is telling I should have JDK software which I installed but It didn't help anyway!
tareqsy91 said:
I think I am the most commenting member on this topic.
I have read a lot and almost all the details in each shared link in this thread.
I am trying hard I swear. Lately after downloading the shared files in the links in the original post. I can't start the file "web-cli_Tizen_Studio_3.3_windows-64"
It is just flashing a cmd window and nothing happens after that!
What should I do in this case??
The other file in the link "web-ide_Tizen_Studio_3.3_windows-64" is telling I should have JDK software which I installed but It didn't help anyway!
Click to expand...
Click to collapse
Don't use that because I had the same issue in Windows 10. Go to https://forum.xda-developers.com/showpost.php?p=74585286&postcount=330 and download SDBstarterKidv1.zip. Extract it and run ansicon.exe under data/tools folder. It will open a command prompt.
shinzomask said:
Don't use that because I had the same issue in Windows 10. Go to https://forum.xda-developers.com/showpost.php?p=74585286&postcount=330 and download SDBstarterKidv1.zip. Extract it and run ansicon.exe under data/tools folder. It will open a command prompt.
Click to expand...
Click to collapse
Thanks for the advice
I haven't done Netodin steps yet.
I am trying now to just connect the watch to the computer through the wifi network.
I have debugging mode on in the watch but I still can not connect to the watch
It keeps telling me failed to connect
connecting to 192.168.0.16:26101 ...
failed to connect to 192.168.0.16:26101
Is it normal I can't connect before doing the netodin steps??
tareqsy91 said:
Thanks for the advice
I haven't done Netodin steps yet.
I am trying now to just connect the watch to the computer through the wifi network.
I have debugging mode on in the watch but I still can not connect to the watch
It keeps telling me failed to connect
connecting to 192.168.0.16:26101 ...
failed to connect to 192.168.0.16:26101
Is it normal I can't connect before doing the netodin steps??
Click to expand...
Click to collapse
Normally the watch comes up with a prompt to allow your pc to connect to your watch. Maybe you might have to restart your watch. I would try the netodin step first because it might be more straightforward to connect the combination firmware to the computer because I didn't get any prompt on that.
Also maybe check that your virus scanner/firewall isn't blocking access.
shinzomask said:
Normally the watch comes up with a prompt to allow your pc to connect to your watch. Maybe you might have to restart your watch. I would try the netodin step first because it might be more straightforward to connect the combination firmware to the computer because I didn't get any prompt on that.
Also maybe check that your virus scanner/firewall isn't blocking access.
Click to expand...
Click to collapse
I've tried to turn off my antivirus and firewall but still no connection.
The newer versions of sdb 4.1.8 is showing the following:
The version of SDB client (4.1.8) and server (2.2.60) are different.
This may cause version compatibility problems.
It is recommended to use SDB server 4.1.8. *
I've tried to turn off my antivirus and firewall but still no connection.
The newer versions of sdb 4.1.8 is showing the following:
The version of SDB client (4.1.8) and server (2.2.60) are different.
This may cause version compatibility problems.
It is recommended to use SDB server 4.1.8. *
Click to expand...
Click to collapse
1.
sdb.exe once started is Background process...
To close active sdb you can do this:
Code:
sdb kill-server
2.
https://forum.xda-developers.com/showpost.php?p=74585286&postcount=330
Look into this old post...
Try to read:
Code:
Guidelines_on_Connecting_GearS2_device_using_WiFi.pdf
Guidelines_on_Connecting_GearS2_device_using_WiFi_151222.pdf
Ignore Gear S2 text... because this is same shhh... since years...
Mandatory is to find your correct IP.
Hint...
Maybe it helps to try different PCs or Notebooks... sometimes more luck on other device... but only with correct IP in Command...
connecting to 192.168.0.16:26101 ...
failed to connect to 192.168.0.16:26101
Click to expand...
Click to collapse
If these digits are correct...
Command Line looks like this:
Code:
sdb connect 192.168.0.16
Not more not less... NO need to add something behind...
Best Regards
This is driving me crazy guys
Still cannot connect to the watch through wifi yet
I am getting this answer now
* server not running. starting it now on port 26099 *
* server started successfully *
connecting to 192.168.0.16:26101 ...
failed to connect to 192.168.0.16:26101
I am trying on both the older and the newer versions of sdb
Debugging mode is on in my watch
When writing same command again "sdb connect 192.168.0.16" I get weird figures or "error: target offline" in the newest version of sdb
I have even tried to create a private wifi from the computer I use and connect the watch to the same network but it didn't help either.
I am still only trying to connect the watch to the computer through sdb. I haven't done the odin steps yet. I am afraid doing odin steps and not being able to complete the sdb connecty steps !!
I have another question:
Where I live in Sweden. Samsung didn't release a bluetooth version at all. That's why I bought mine from Germany.
If I change my csc to Sweden. Will it work as there is actually no swedish bluetooth SM-R820 !! I mean that mine watch will be probably the only bluetooth r820 with swedish csc !!!! will I get updates as usual? will the watch even work?
@tareqsy91
1.
You have nobody who can help you?
No family... no friends nor neighbar with second/other PC... Notebook?
I am using different PCs with:
Win XP
Win 7
Win 8
Win 8.1
Never tried with sh .tty Win 10...
1.1
Maybe give infos what you use... Windows Version AND 32 bit or 64 bit
2.
Sweden or Germany...
No matter...
F. device work with byteexact Values... Sales Code aka CSC...
2.
Their are few other methods to READ EXACT infos from device... instead talking about blabla Sweden or Germany...
Look at this post... with screenshots...
App which can read these 2 files from Watch:
https://forum.xda-developers.com/showpost.php?p=80072694&postcount=786
Code:
com.somyac.gear.transfer.lite
Best Regards

[Guide] Enabling VoLTE/VoWiFi v2

Preface
With this guide I can officially deprecate the other guide I wrote, as we will no longer have to hack together a solution by loading profiles for other carriers. Meaning, that this should just work provided an mbn exists for your carrier - doesn't matter from which device. This has been reported to work on TMO in the US, which did not work with my other method.
Prerequsities
* You must have working DIAG mode. See my other thread for more information on how to set that up.
Downloads
* AsusVoLTE v1.0.1
* EfsTools 0.10 modded 1.2
* EFS items
* Xiaomi Mi 9T MBNs (optional)
Step 1 - setting props
Install the AsusVoLTE app from above, make sure to upgrade if you already have it installed. Run the app and press the Enable VoLTE button; this should set some properties on the device to force-enable VoLTE after we have also done the other steps below. If you already enable VoLTE using my old method you can safely skip this step.
If you prefer to not use the app, simply run this in an adb shell:
Code:
setprop persist.vendor.dbg.ims_volte_enable 1
setprop persist.vendor.dbg.volte_avail_ovr 1
setprop persist.vendor.dbg.vt_avail_ovr 1
setprop persist.vendor.dbg.wfc_avail_ovr 1
If you are unable to set those properties for whatever reason, like if you have returned to stock after flashing the mbn and no longer have root, there is another possibility to force VoLTE/VoWiFi; There's a secret code you can use to force-enable it, but unfortunately it does not survive a reboot (not sure why ASUS didn't make it persistent).
Enter this in the dialler:
Code:
*#*#3642623344#*#*
The number will clear itself, and you shouldn't see any output if it succeeded.
When you have done this, go to (System) Settings -> Mobile network and toggle Mobile data off then on again. You should hopefully see the VoWiFi or VoLTE icon in the status bar now, but like I said above you will have to redo this if you reboot the phone - so if you can, please use the properties method instead.
Step 2 - making sure it works
Before we begin, make sure you close down QPST, otherwise EfsTools will error out because there can not be two clients connected at once.
Unzip EfsTools from above, open up a cmd window and cd to the directory where you extracted it. Depending on how you connect to diag you will need to modify EfsTools.exe.config - if you're connecting via USB you most likely won't have to do anything as it will find the port automatically, unless you have more than one port, in which case you can simply change port from Auto to the COM port of the phone (for example COM13).
If you are connected via wifi you will need to change port to 2500 (or whatever port you used in the AsusVoLTE app) and remote to true. So the efstool line should look something like this:
Code:
<efstool port="2500" remote="true" baudrate="38400" password="FFFFFFFFFFFFFFFF" spc="000000"/>
You can test the connection by running this in the cmd window:
Code:
EfsTools.exe efsInfo
This should report back some info if everything is working. If not, try rebooting the device and redo the bits from the DIAG guide.
Step 3 - disabling mcfg
Extract efs.zip from above to the same directory as EfsTools.exe, and make sure the mcfg_autoselect_by_uim file is there. Now simply run this in the cmd window, one line at a time:
Code:
EfsTools.exe writeFile -i mcfg_autoselect_by_uim -o /nv/item_files/mcfg/mcfg_autoselect_by_uim
EfsTools.exe writeFile -i mcfg_autoselect_by_uim -o /nv/item_files/mcfg/mcfg_autoselect_by_uim -s 1
If everything worked you should see no error messages.
Step 4 - writing mbn
If you are using the Xiaomi Mi 9T mbns zip from above, move it to the EfsTools directory and extract it. Now we simply need to find the mbn for your carrier.
The mbn directory structure is generally laid out like this: <region>/<carrier>/commerci/<country>/mcfg_sw.mbn. For example, the one for my carrier is eu/h3g/commerci/se/mcfg_sw.mbn. Copy the mcfg_sw.mbn file to the same directory as the EfsTools.exe, then go to the cmd window you opened and type this:
Code:
EfsTools.exe uploadDirectory -i mcfg_sw.mbn -o / -v
To get it working on the second SIM slot you will also have to run this:
Code:
EfsTools.exe uploadDirectory -i mcfg_sw.mbn -o / -s 1
If it has worked you should see a bunch of output, but no errors. Try rebooting now, and hopefully after it has booted you will have fully functional VoLTE and VoWiFi.
Source code:
AsusVoLTE - Github
EfsTools - Github
Let me know if this works for you, or if you have any questions.
Regards
I cannot for the life of me get either method to work. Connected via USB. DIAG mode driver is loaded on COM1, even changed Baud rate on the COM port in device manager to 38400. USB method gives me "Critical Error: Bad Command" Remote method does not send any information but indefinitely runs. I'm really not sure what else to try. Im on the latest WW Firmware with Magisk root. Is there anything else I can check? Are you on the 8 GB Tencent version?
xbamaris1` said:
I cannot for the life of me get either method to work. Connected via USB. DIAG mode driver is loaded on COM1, even changed Baud rate on the COM port in device manager to 38400. USB method gives me "Critical Error: Bad Command" Remote method does not send any information but indefinitely runs. I'm really not sure what else to try. Im on the latest WW Firmware with Magisk root. Is there anything else I can check? Are you on the 8 GB Tencent version?
Click to expand...
Click to collapse
Is COM1 the only port available? What does it identify itself as in Device Manager? It should be a Qualcomm ... 902d device.
I'm on the tencent version, yeah, so it should be working for you as well.
HomerSp said:
Is COM1 the only port available? What does it identify itself as in Device Manager? It should be a Qualcomm ... 902d device.
I'm on the tencent version, yeah, so it should be working for you as well.
Click to expand...
Click to collapse
I changed it to that, I'm even trying this on a completely different computer to see. Now its on COM3 on the different system with that driver. I even recently did a full WW firmware flash and factory reset as well. So its pretty much completely stock other than Root and the Apps you made / modified.
Still, Critical error. Bad Command when running efsTools efsInfo
What version of the driver does it say for you?
Edit: When you're able to access efs, What does your sys.usb.state say? I have rndis,adb shown but sys.usb.config is set for rndis,diag,adb. Does your sys.usb.state have diag included?
Use serial port 'COM13'
Critical error. The requested resource is in use.
Use serial port 'COM13'
Critical error. The requested resource is in use.
Use serial port 'COM13'
Critical error. The requested resource is in use.
I keep getting the following error and I'm not sure what the cause may be. Is it possible that a video tutorial could be made to help out in beginning as I'm not sure what I'm doing wrong on my end.
Thank you so much for your work on this though! It is nothing short of amazing.
Does it matter which USB port we use on the device? I've tested both the bottom and the side and neither are working.
Cammarratta said:
Use serial port 'COM13'
Critical error. The requested resource is in use.
Use serial port 'COM13'
Critical error. The requested resource is in use.
Use serial port 'COM13'
Critical error. The requested resource is in use.
I keep getting the following error and I'm not sure what the cause may be. Is it possible that a video tutorial could be made to help out in beginning as I'm not sure what I'm doing wrong on my end.
Thank you so much for your work on this though! It is nothing short of amazing.
Does it matter which USB port we use on the device? I've tested both the bottom and the side and neither are working.
Click to expand...
Click to collapse
Make sure you dont have QPST server running. Its not required if using the tools. I ran into this issue and realized thats what it was that was using it.
How do I make sure the server is not running? I've rebooted and checked but I'm not seeing anything/indication of it doing so. Thank you in advance!
Cammarratta said:
How do I make sure the server is not running? I've rebooted and checked but I'm not seeing anything/indication of it doing so. Thank you in advance!
Click to expand...
Click to collapse
Open up QPST Configuration > at the top click Server > then Stop QPST Server. After that, see if efsTools give you anything. (efsTools efsInfo)
Hrmmm still not working on my end. Not sure what I'm doing wrong but I'll give it a rest for the time being.
My qserver keeps saying that it cannot find my USB or phone either. So I might be missing something. I'll Uninstall and try again though
Cammarratta said:
Hrmmm still not working on my end. Not sure what I'm doing wrong but I'll give it a rest for the time being.
My qserver keeps saying that it cannot find my USB or phone either. So I might be missing something. I'll Uninstall and try again though
Click to expand...
Click to collapse
What does it say for you? It won't find it if you turn it off. What is the COM port / driver that shows up in Device Manager
xbamaris1` said:
I changed it to that, I'm even trying this on a completely different computer to see. Now its on COM3 on the different system with that driver. I even recently did a full WW firmware flash and factory reset as well. So its pretty much completely stock other than Root and the Apps you made / modified.
Still, Critical error. Bad Command when running efsTools efsInfo
What version of the driver does it say for you?
Edit: When you're able to access efs, What does your sys.usb.state say? I have rndis,adb shown but sys.usb.config is set for rndis,diag,adb. Does your sys.usb.state have diag included?
Click to expand...
Click to collapse
Could you try this updated EfsTools: https://github.com/HomerSp/EfsTools...modded-1.1/EfsTools-0.10-modded-1.1-win32.zip Hopefully it should work for you.
sys.usb.state is supposed to say just rndis,adb - diag will only be listed in sys.usb.config.
HomerSp said:
Preface
With this guide I can officially deprecate the other guide I wrote, as we will no longer have to hack together a solution by loading profiles for other carriers. Meaning, that this should just work provided an mbn exists for your carrier - doesn't matter from which device. This has been reported to work on TMO in the US, which did not work with my other method.
Prerequsities
* You must have working DIAG mode. See my other thread for more information on how to set that up.
Downloads
* AsusVoLTE v1.0.1
* EfsTools 0.10 modded 1.1
* EFS items
* Xiaomi Mi 9T MBNs (optional)
Step 1 - setting props
Install the AsusVoLTE app from above, make sure to upgrade if you already have it installed. Run the app and press the Enable VoLTE button; this should set some properties on the device to force-enable VoLTE after we have also done the other steps below. If you already enable VoLTE using my old method you can safely skip this step.
Step 2 - making sure it works
Before we begin, make sure you close down QPST, otherwise EfsTools will error out because there can not be two clients connected at once.
Unzip EfsTools from above, open up a cmd window and cd to the directory where you extracted it. Depending on how you connect to diag you will need to modify EfsTools.exe.config - if you're connecting via USB you most likely won't have to do anything as it will find the port automatically, unless you have more than one port, in which case you can simply change port from Auto to the COM port of the phone (for example COM13).
If you are connected via wifi you will need to change port to 2500 (or whatever port you used in the AsusVoLTE app) and remote to true. So the efstool line should look something like this:
You can test the connection by running this in the cmd window:
This should report back some info if everything is working. If not, try rebooting the device and redo the bits from the DIAG guide.
Step 3 - disabling mcfg
Extract efs.zip from above to the same directory as EfsTools.exe, and make sure the mcfg_autoselect_by_uim file is there. Now simply run this in the cmd window, one line at a time:
If everything worked you should see no error messages.
Step 4 - writing mbn
If you are using the Xiaomi Mi 9T mbns zip from above, move it to the EfsTools directory and extract it. Now we simply need to find the mbn for your carrier.
The mbn directory structure is generally laid out like this: <region>/<carrier>/commerci/<country>/mcfg_sw.mbn. For example, the one for my carrier is eu/h3g/commerci/se/mcfg_sw.mbn. Copy the mcfg_sw.mbn file to the same directory as the EfsTools.exe, then go to the cmd window you opened and type this:
If it has worked you should see a bunch of output, but no errors. Try rebooting now, and hopefully after it has booted you will have fully functional VoLTE and VoWiFi.
Source code:
AsusVoLTE - Github
EfsTools - Github
Let me know if this works for you, or if you have any questions.
Regards
Click to expand...
Click to collapse
Absolutely genius, your work here is greatly appreciated everything is working perfectly VoLTE and VoWiFi with caller display
I used the EE mbn included in the Xiaomi Mi 9T MBNs provided , So for anyone on EE i can say it works without a problem.
Thank you :good:HomerSp
in device manager it shows up as
Qualcomm HS-USB Android DIAG 902D (COM13)
EDIT: It started working oddly enough. Which mi9 file would I flash for tmobile USA to test?
Thank you in advance for this!
Edit 2: got it working! Had to Uninstall, reinstall qpst, open up app and click enable DIAG, then stop the server in qstp and input the commands and it worked!
HomerSp said:
Could you try this updated EfsTools: https://github.com/HomerSp/EfsTools...modded-1.1/EfsTools-0.10-modded-1.1-win32.zip Hopefully it should work for you.
sys.usb.state is supposed to say just rndis,adb - diag will only be listed in sys.usb.config.
Click to expand...
Click to collapse
Thought so, just wanted to make sure.
https://imgur.com/a/WZvKteM is what I get. Is it possible to go back to an earlier RAW rom? I want to see if theres something in earlier ROMS that will make it work. I'm just at a loss. I'm not sure what I'm missing for this to work.
@HomerSp, thanks so much for all your efforts and skills - works a charm on ee UK using Mi9T MBN's
xbamaris1` said:
I cannot for the life of me get either method to work. Connected via USB. DIAG mode driver is loaded on COM1, even changed Baud rate on the COM port in device manager to 38400. USB method gives me "Critical Error: Bad Command" Remote method does not send any information but indefinitely runs. I'm really not sure what else to try. Im on the latest WW Firmware with Magisk root. Is there anything else I can check? Are you on the 8 GB Tencent version?
Click to expand...
Click to collapse
Same issue as you, i had it working at the start then it just stopped altogether. Hoping a next asus update could reset whatever i did to it and retry it again
Mine is getting stuck on "Use serial port 'COM5'" and nothing happens after that. Any recommendations how to make it work?
killerdvd said:
Mine is getting stuck on "Use serial port 'COM5'" and nothing happens after that. Any recommendations how to make it work?
Click to expand...
Click to collapse
I had to Uninstall qpst entirely, reinstall it. Then plug my phone in, open up the Asus volteapp and hit enable DIAG, my device then showed up in device manager, then I stopped the qpst server and it worked for me just fine. Using windows 10 with latest update.
Cammarratta said:
I had to Uninstall qpst entirely, reinstall it. Then plug my phone in, open up the Asus volteapp and hit enable DIAG, my device then showed up in device manager, then I stopped the qpst server and it worked for me just fine. Using windows 10 with latest update.
Click to expand...
Click to collapse
Thanks for the quick response. My device is already showing in device manager with COM 6. I never installed QPST since is not needed for USB connection. QPST is not even mention on OP.
I want to say the first part says that you need to have DIAG enabled.
Prerequsities
* You must have working DIAG mode. See my other thread for more information on how to set that up.
Click to expand...
Click to collapse
Which I think needed QPST installed. Unless I'm sadly mistaken, then please disregard!

Unable to connect with sdb - connection failed

Hello!
I have massive issues with connecting by sdb to my watch.
Actually I downgarded my sm-800 from 4.0.0.7 to 4.0.0.4 with firmware R800XXU1CSI1 to change my CSC to XAR.
Downgrade by net odin worked well. Flashed AP und CSC.
But I am not able to connect the watch be sdb (version 2.2.60). I turned off BT, enabled devloper and debugging. I started install.bat, then sdb.exe and then ansicon.exe.
When sending the command I get:
sdb connect 192.168.0.33
* server not running. starting it now on port 26099 *
* server started successfully *
connecting to 192.168.0.33:26101 ...
failed to connect to 192.168.0.33:26101
Additionally:
sdb devices
List of devices attached
192.168.0.33:26101 offline <unknown>
sdb root on
device unauthorized. Please check the confirmation dialog on your device.
Actually I also don't receive the authorization request on the watch (which typically appears).
Any ideas??
Thanks!!
I'm no expert but have you tried connecting without port?
1.
Flashed AP und CSC.
Click to expand...
Click to collapse
I am from Germany.
1.1
But BL you also flashed?
Only to be sure you select 3 files inside netOdin, not only 2 of 3...
2.
Delete these 2 files... or if you wish backup...
Code:
sdbkey
sdbkey.pub
Try to look into C...
Code:
user\yourPCname\[B].tizen[/B]
Best Regards
Actually I didn't flash BL.
I deleted the files in .tizen ... but without difference.
sdb connect 192.168.0.33
* server not running. starting it now on port 26099 *
* server started successfully *
connecting to 192.168.0.33:26101 ...
failed to connect to 192.168.0.33:26101
sdb connect 192.168.0.33
¼☺
-> Interesting reply on second connect ..
sdb devices
List of devices attached
192.168.0.33:26101 offline <unknown>
Any other ideas?
Actually I didn't flash BL.
Click to expand...
Click to collapse
Why?
It contains Kernel... not only Bootloader...
Better you choose ALL 3 files in netOdin...
Best Regards
Try to restart your device after enabling developer mode. I had same issue and restarting the watch helped me. And use admin cmd.
For some reason (even before flashing BL) after some tries and rebooting watch and computer the authorization request came up.
But on sdb root on I get "permission denied". Is this OK??
Other question: There is a app called myRound from taylormade not available in my region. Can I somehow install this app by tricking the region??
had the same trouble.just did several reboots, then download https://download.tizen.org/sdk/tizenstudio/official/binary/sdb_2.2.89_windows-32.zip . run ansi term from there and then adb connect blabla.
C:\sd229\tools>ansicon.exe Microsoft Windows [Version 10.0.19044.2486]
C:\sd229\tools>
C:\sd229\tools>sdb connect 192.168.0.112
* The version of SDB client (2.2.88) is not same with that of SDB server (2.2.69).
It may cause version compatibility problems.
It is recommended to use SDB server with version 2.2.88. *
└☺
C:\sd229\tools>sdb kill-server
C:\sd229\tools>sdb connect 192.168.0.112
* server not running. starting it now on port 26099 *
* server started successfully *
connecting to 192.168.0.112:26101 ...
failed to connect to 192.168.0.112:26101
C:\sd229\tools>sdb shell
sh-3.2$
sh-3.2$ ls
apps_rw data media share
C:\sd229\tools>sdb version
Smart Development Bridge version 2.2.88

Categories

Resources