Make sure that adbd restarts after sideload

Change-Id: I7d82b95cd8749c6f8569739162708705faa6f1f7
diff --git a/gui/action.cpp b/gui/action.cpp
index 5a76461..af2d517 100644
--- a/gui/action.cpp
+++ b/gui/action.cpp
@@ -1511,7 +1511,7 @@
 			LOGINFO("Waiting for child sideload process to exit.\n");
 			waitpid(sideload_child_pid, &status, 0);
 		}
-
+		property_set("ctl.start", "adbd");
 		TWFunc::Toggle_MTP(mtp_was_enabled);
 		reinject_after_flash();
 		operation_end(ret);