I want to use the function of this picture in WatchFaceStudio.
Does anyone know the App Id ?
See this topic
Also try running simple adb commands
adb connect 192.168.xxx.xxx:5555 (your watch IP address & enable debugging)
adb shell
pm list packages
Hope that helps
Ron
Samsung Developer Relations
1 Like
Iāve already tried that, but I couldnāt find it.
My bad, I didnāt copy all the instructions from my cheat sheet
Using File manager copy the address where you installed adb. (copy the address from file manger using right click on the address bar)
Open a command prompt
navigate to the folder address
i.e.
cd C:\Users\USERNAME\AppData\Local\Programs\WatchFaceStudio\tools\window
adb is there.
Ron