You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When connecting the phone to the PC (after enabling USB debugging) and executing the adb remount command in a terminal, the terminal gets stuck and adb seems to freeze:
$ adb logcat
# lot of output, worked as usual
$ adb shell
shell@golden:/ $ exit
~$ adb root
restarting adbd as root
~$ adb remount
^C
~$ adb logcat
^C
~$ adb shell
^C
~$
When connecting the phone to the PC (after enabling USB debugging) and executing the
adb remount
command in a terminal, the terminal gets stuck and adb seems to freeze:This came up while trying to execute the Tingle script, see ale5000-git/tingle#22.
PS: Thanks a lot for providing the cm port to the S3 Mini! I highly appreciate this!
The text was updated successfully, but these errors were encountered: