I just want to input more shell commands after typing adb shell su, but the terminal just return an "#".
It appears to be unresponsive to further commands.
How can I solve this problem? Recompile the su binary? Any other suggestions?
Other information: I use ddmlib to communication with Android phone,
if I use device.executeShellCommand("su", receiver), an exception occurs(com.taobao.wireless.testlab.ddmlib.ShellCommandUnresponsiveException).