[How To] Make your own Launcher Pro Icon Pack

This is a discussion on [How To] Make your own Launcher Pro Icon Pack within the Droid Themes forums, part of the Droid Hacking category; Ok so this copy pasta is from the Launcher Pro Forums from Fede himself. lol I figured some of you handy themers would go to ...

+ Reply to Thread
Results 1 to 2 of 2

Thread: [How To] Make your own Launcher Pro Icon Pack

  1. Beta Team
    Yonnor's Avatar
    Member #
    170735
    Join Date
    Feb 2011
    Location
    Maryland
    Posts
    678
    Liked
    12 times
    Phone
    Droid 3 & Retired OG
    #1

    Talking [How To] Make your own Launcher Pro Icon Pack

    Ok so this copy pasta is from the Launcher Pro Forums from Fede himself. lol I figured some of you handy themers would go to town with this info. Original post can be found *HERE*

    So here it is:


    Quote Originally Posted by Fede
    Here is a sample Eclipse project for an icon pack. The project contains a basic icon pack (not a pack really, just one icon for the Browser app). You can modify that project to use as a starting point for your own icon packs. Here's how:

    Code:
    1. Extract the project zip file to your hard drive. 
    
    2. Open the project in Eclipse: From the File menu choose New > Android Project. In the next screen choose "Create project from existing source", and click "Browse". Choose the LPIconPackSample folder that you extracted. Click "Finish" to open the project. The "Package Explorer" window in Eclipse (the left column) should now have your project.
    
    3. Choose a unique package name and set it: If your name is John Doe and your icon pack is called "Blue Ocean", you could choose a package name like "com.johndoe.blueocean". To change the sample project's package name, first expand the LPIconPack project on Eclipse's package manager, then expand the "src" folder. Right-click the "com.yourname.youriconpackname" and choose Refactor > Rename. Enter your package name and click OK. Row right-click on the LPIconPack project and choose Android Tools > Rename Application Package. Enter your package name again and click OK.
    
    4. Set the icon pack's name: Now expand the "res" folder in your project and expand "values". Open the strings.xml file and set the "app_name" value to your icon pack's name (In our example, it would be "Blue Ocean").
    
    5. That's it! You can now export the icon pack as an Android Application and test it on your phone. To make your own icon pack, remove the files in the "drawable" and "drawable-hdpi" folders inside "res" and add your own. Also, edit the "theme_iconpack" array in theme_iconpack.xml (inside res/values).
    Here's how to name your icon files so that LauncherPro can use them:
    Code:
    1. Find the full activity name for the app. You could use LauncherPro's "Activities" shortcut list to get these names. Go to your home screen, press Menu > Add > Shortcuts > Activities. Expand the desired app and look for the activity with the label that appears in your app drawer. The full activity name will appear below the label (for example: com.android.browser.BrowserActivity)
    
    2. Change the dots to underscores, and make it all lower-case. For example, "com.android.browser.BrowserActivity" would turn into "com_android_browser_browseractivity".
    
    3. Now use that name for your icon file, for example com_android_browser_browseractivity.png
    If you're only making icons for HDPI devices, put your icon files in the /res/drawable-hdpi folder. The Android system will auto-resize the icons for MDPI devices when requested. If you would also like to provide pre-sized icons for MDPI devices, you can add them to the /res/drawable-mdpi folder (same with LDPI).

    Now an important step that cannot be skipped. You must declare all the icons you included in your icon pack (this is for performance reasons, and for compliance with future features). To declare your icons, open the /res/values/theme_iconpack.xml file and edit the "theme_iconpack" string array. You cannot change the name of the array, it should remain as "theme_iconpack". Declare all your icons by adding one item per icon, like this:

    Code:
    <item>com_android_browser_browseractivity</item>
    Please note that we don't include the file extension (png/jpg), just the full, formatted activity name.


    If you're using the LPIconPackSample project, you're now ready to export your APK and publish it. If you're packaging your icon pack inside another app (an LP widget skin package for example), make sure you add the "com.fede.launcher.THEME_ICONPACK" category to the intent filter of an activity within your package like this:
    Code:
    <intent-filter>
    <action android:name="android.intent.action.MAIN" />
    <category android:name="com.fede.launcher.THEME_ICONPACK" />
    </intent-filter>
    That will let LauncherPro know that your package contains an icon pack and will show it in the icon pack picker.
    I take no credit for this info, I'm simply sharing what Fede posted. Enjoy!
    | Rooted Droid 3 | Steel Droid v5.5|
    | ASUS Transformer | AOKPCB Official Release| ​PCB Theme |

  2. Sponsor
    DF Advertising
    Join Date
    Nov 2008
    Location
    DroidForums.net
     
     
     
     
  3. Senior Droid
    ahC_hED's Avatar
    Member #
    180328
    Join Date
    Mar 2011
    Location
    Chattanooga, Tn
    Posts
    171
    Phone
    Droid2 of Shame!
    #2
    That's cool, thanks for the info. I might mess around with this.

    Sent from my DROID2 using DroidForums

Sponsors

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Similar Threads

  1. Best Icon Pack
    By bkircher in forum Droid Themes
    Replies: 3
    Last Post: 01-14-2011, 09:44 PM
  2. Looking for a B&W Icon Pack
    By AlexRogers in forum Droid X General Discussions
    Replies: 1
    Last Post: 11-17-2010, 07:54 AM
  3. Can't make custom icon with ADW.launcher. Any ideas?
    By TheCyclist in forum Droid X Tech Support
    Replies: 0
    Last Post: 09-28-2010, 06:13 PM
  4. Does anyone know what icon pack this is...
    By garrett in forum Droid General Discussions
    Replies: 10
    Last Post: 05-28-2010, 07:54 AM
  5. icon pack
    By carlo987 in forum Droid Themes
    Replies: 6
    Last Post: 04-21-2010, 07:33 PM

Search tags for this page

go launcher icon png
,
go launcher icons path
,
how to make an icon pack for android
,
how to make android icon pack
,

how to make go launcher icons

,
how to make icon pack for android
,

how to make icon pack for launcher pro

,

how to make launcher pro icon pack

,
how to make launcherpro themes
,

how to make your own android launcher

,

how to make your own go launcher theme

,
how to make your own themes for android
,
launcher pro icons location
,

make go launcher icons

,
make your own android launcher
Click on a term to search our site for related topics.

Tags for this Thread