I am trying to start activity at start up of phone but whole program is not running there is a no error in program , see my coding bellow(or here http://pastebin.com/BKaE4AaU):<
So when device boots up you'd like your activity to pop-up and show itself to the user without user's action?
Please don't do that - that's a very bad UX practice. Do you know of any existing apps that do that? I don't know of any. I personally would not use such app.
If you need to notify user about something then use the system preferred way - notifications.