You can start an specific activity from adb:
Code:
adb shell am start -n your.package.name/.ActivityName
I use simple ink launcher, and the command would be:
Code:
adb shell am start -n org.ds.simple.ink.launcher/.LauncherMainActivity
You can dump your package to find out the activity to be launched.