fb-adb 是一个用于 Android 设备上的界面工具,用于与 Android 系统的交互。它与 Android adb 之间存在很多的相同点,但是 fb-adb 能够更好的支持远程;且 Bug 更少。
fb-adb 与 Android adb 之间的差异如下:
is binary clean (no LF -> CRLF mangling)
transmits and updates window size
distinguishes standard output and standard error
properly muxes streams with independent flow control
allows for ssh-like pty allocation control
propagates program exit status instead of always exiting with status 0
properly escapes program arguments
kills remote program
provides a generic facility to elevate to root without re-escaping