Tell me more ×
Android Enthusiasts Stack Exchange is a question and answer site for enthusiasts and power users of the Android operating system. It's 100% free, no registration required.

Is there a terminal command to go to the home screen?

I need to do this via ssh, so I cannot just push the "home" button, I need to send a command-line action..

share|improve this question

1 Answer

up vote 10 down vote accepted
am start -a android.intent.action.MAIN -c android.intent.category.HOME

More info about shell commands: http://en.androidwiki.com/wiki/ADB_Shell_Command_Reference

share|improve this answer
Thank you Ken. Comments must be at least 15 characters in length. – Andrea Sep 30 '12 at 21:38

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.