fixes and stuff for droid x
diff --git a/extendedcommands.c b/extendedcommands.c
index 507810b..29dfb93 100644
--- a/extendedcommands.c
+++ b/extendedcommands.c
@@ -796,6 +796,7 @@
                             "Wipe Battery Stats",
                             "Report Error",
                             "Key Test",
+                            "Restart adbd",
                             NULL
     };
 
@@ -847,6 +848,11 @@
                 }
                 while (action != GO_BACK);
             }
+            case 5:
+            {
+                __system("kill $(ps | grep adbd)");
+                __system("/sbin/adbd &");
+            }
         }
     }
 }