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 https://github.com/ale5000-git/tingle/issues/22.
PS: Thanks a lot for providing the cm port to the S3 Mini! I highly appreciate this!