I have a simple App to test StartAtBoot. It has a service module with the StartAtBoot attribute set to True and StartService(Starter) in its Sub Service_Start. It has the Starter Module with no additions/changes to the standard framework and a Main module with Activity.LoadLayout("Main") in Sub Activity_Create. Why doesn't this start when the device is turned on? Note: I've attached a zip of the file.