• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

Help Customize the double-tap Home button? And the Camera button?

Right now it is not possible to customiz the double-tap-home button further than what is allowed in the settings menu. But the camera button can be customized. I have downloaded the Ultimate Faves PRO app for my device. This is a carasoul type app the allows you to select a number of apps and put them onto a "merry-go-round" type thing. Using this app you can have it open up by default from simply touching the app's icon. Also in this app's settings you can customize it to open up by pressing and holding the camera button. hope this helps :)
 
Upvote 0
Ok so I got sqlite editor and found the double tap location.
I would like double tapping home to go to google voice (this is what I had my camera button on my og droid go to and I miss it)
it says the format of the value needs to be appname/activity
I know the app name for google voice is com.google.android.apps.googlevoice but how do I find out what the activity name is for just starting google voice?
 
Upvote 0
I got it!
So others know
for Google Voice, the startup activity is
com.google.android.apps.googlevoice.SplashActivity
so if you want google voice to open when you double tap home, modify the double tap entry in SQLLite to com.google.android.apps.googlevoice/com.google.android.apps.googlevoice.SplashActivity
if you need to find the startup activity for something in general (evernote), open up the androidmanifest.xml (open the .apk with winzip or something, you don't need a full decompiler)
and look for an activity with the category main or launcher
<activity android:theme="@style/TranslucentThemeNoActionBar" android:label="@string/app_icon_name" android:name=".SplashActivity" android:configChanges="keyboard|keyboardHidden|ori entation|screenSize">
<intent-filter>
<action android:name="android.intent.action.MAIN" />
<category android:name="android.intent.category.LAUNCHER" />​
</intent-filter>​
</activity>
 
Upvote 0

BEST TECH IN 2023

We've been tracking upcoming products and ranking the best tech since 2007. Thanks for trusting our opinion: we get rewarded through affiliate links that earn us a commission and we invite you to learn more about us.

Smartphones