Reply To: Samsung Galaxy Watch Update [Custom Ringtone/Notification] not working [FIXED]
What makes us different from other similar websites? › Forums › Tech › Samsung Galaxy Watch Update [Custom Ringtone/Notification] not working [FIXED] › Reply To: Samsung Galaxy Watch Update [Custom Ringtone/Notification] not working [FIXED]
December 27, 2024 at 8:39 pm
#7687
thumbtak
Keymaster
$ ping -c 4 <IP> && adb pair <IP>:<PORT>
I (and others online) reported that a ping of 4 before makes pair work on newer devices. Then run the next few commands.
$ adb connect <IP>:<PORT>
$ adb shell pm list packages
$ adb shell pm path <package_name>
$ adb pull <full_path_to_apk> <destination_folder_on_your_computer>
- This reply was modified 4 weeks ago by thumbtak. Reason: Fixed commands after a edit deleted part of them