I what my actionbar to have a title and homeAsUp but not the logo or icon.
like this:
Open your styles.xml file and add below codes in your Actionbar style
showHome|homeAsUp|showTitle showHome|homeAsUp|showTitle @android:color/transparent <--this do the magic!
p/s: I'm using Actionbar Sherlock and this works just fine