Activity Names How To Get Em
Easy way some of you might get lucky check here 1st!
ADW ICON DATABASE
Alternate Method
1) download app from market called
alogcat
2) launch app set preferences to your liking (I turn off auto scroll)
3) lay phone flat on a surface for the entire process open alogcat press menu hit clear
4) exit program open app drawer and launch application
5) open alogcat again and look for text string with this title
I/ActivityManager
now your screen should display something along these lines for my Example I am using (Directv)
ID/alogcat ( 7813): stopped
D/alogcat ( 7813): starting ...
V/alogcat ( 7813): save instance
V/alogcat ( 7813): paused
D/alogcat ( 7813): stopping ...
D/alogcat ( 7813): stopped
D/dalvikvm( 3910): GC_EXTERNAL_ALLOC freed 9425 objects / 474696 bytes in 53ms
D/dalvikvm( 3910): GC_EXPLICIT freed 844 objects / 39840 bytes in 51ms
I/ActivityManager( 1618): Displayed activity
com.directv.dvrscheduler/.activity.core.Setup: 513 ms (total 513 ms)
D/dalvikvm( 7828): GC_FOR_MALLOC freed 20313 objects / 822608 bytes in 51ms
I/dalvikvm-heap( 7828): Grow heap (frag case) to 9.205MB for 131088-byte allocation
D/dalvikvm( 7828): GC_FOR_MALLOC freed 44 objects / 10960 bytes in 50ms
D/dalvikvm( 7828): GC_FOR_MALLOC freed 12 objects / 528 bytes in 53ms
I/dalvikvm-heap( 7828): Grow heap (frag case) to 9.318MB for 131088-byte allocation
D/NativeCrypto( 7828): Freeing OpenSSL session
D/dalvikvm( 7828): GC_FOR_MALLOC freed 19020 objects / 1117720 bytes in 55ms
I/dalvikvm( 7828): Jit: resizing JitTable from 8192 to 1638
The highlighted portion above is your activity name
Now to rename it so it works on ADW:
com.directv.dvrscheduler/.activity.core.Setup
becomes
com_directv_dvrscheduler_activity_core_setup
Make sure everything is spelled correctly and uses the correct format and all lowercase letters.
Then you can edit your post with the activity name beside the app name...and we will try to add them.
One last thing if there is a free / paid version please let us know which one it is most of time the activity names are different.
Hope this helps you guys because we will never be able to get all the paid apps or requests for that matter and we need your help.
Steve