roll recovery tools into a single binary. fix up nandroid to work without deviceid requirement
diff --git a/recovery.c b/recovery.c
index f7d61d2..45911ea 100644
--- a/recovery.c
+++ b/recovery.c
@@ -346,6 +346,7 @@
     }
 
     ui_end_menu();
+    ui_clear_key_queue();
     return chosen_item;
 }