##Restart ADB as root a linux utilitie to android developers
##how to use
###dependencies
Your adb need be on PATH variable
You need sudo access
###compile it
gcc restartAdb.c -orestartAdb
###run it
./restartAdb
###use it ever
//edit your ~/.profile and add it:
export PATH=$PATH:/your/path/to/restartAdb/folder
//now you can use it in any folder calling restartAdb