NovaFusion / android_device_samsung_golden

Android 4.4+ device tree for i8190
37 stars 31 forks source link

[cm12.1_golden.nova.20161130] Bug: 'adb remount' command freezes adb #83

Open ecanja opened 7 years ago

ecanja commented 7 years ago

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
~$

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!