Attn: all themers new ADW theme Template FTW

This is a discussion on Attn: all themers new ADW theme Template FTW within the bgill55 forums, part of the Droid Themers category; for those of you that make themes ADW has released a new theme template that will really complete your theme. there is a Shade.xml that ...

+ Reply to Thread
Page 1 of 8 1 2 3 ... LastLast
Results 1 to 10 of 71

Thread: Attn: all themers new ADW theme Template FTW

  1. Theme Developer
    bgill55's Avatar
    Member #
    35583
    Join Date
    Feb 2010
    Posts
    2,345
    Liked
    30 times
    Twitter
    bgill55
    Phone
    D1,DX,N1,Tbolt, Bio,10.1tab
    DroidForums.net Theme Developer
    #1

    Attn: all themers new ADW theme Template FTW

    for those of you that make themes ADW has released a new theme template that will really complete your theme. there is a Shade.xml that you can and a color shade to the app drawer so no matter what app your users load they will all have the same tone to it!!! you have to build the theme in Eclipse!


    here are screens for my Incognito Theme!! now Get to Work!!!!










    here is the Link to the Template

    Secure source code hosting and collaborative development - GitHub
  2. Sponsor
    DF Advertising
    Join Date
    Nov 2008
    Location
    DroidForums.net
     
     
     
     
  3. Master Droid
    sneaky_zekey's Avatar
    Member #
    14751
    Join Date
    Dec 2009
    Posts
    843
    Phone
    motorola droid
    #2
    i been trying to figure this out but evertime i load the templete directory into eclipse i get some errors, not familier with eclipse. any idea or links that will teach me
    signature removed per request lol sorry DF

    check out my MM themes for swype metamorph-themes-swype.html

    check out mt MM themes for handcent themed-handcent
  4. Theme Developer
    bgill55's Avatar
    Member #
    35583
    Join Date
    Feb 2010
    Posts
    2,345
    Liked
    30 times
    Twitter
    bgill55
    Phone
    D1,DX,N1,Tbolt, Bio,10.1tab
    DroidForums.net Theme Developer
    #3
    What errors are you getting

    Sent from my Droid using Tapatalk
  5. Master Droid
    sneaky_zekey's Avatar
    Member #
    14751
    Join Date
    Dec 2009
    Posts
    843
    Phone
    motorola droid
    #4
    stuff about R cannot be used as variable or something like that, im really new with eclipse,can we do this with a different way.
    signature removed per request lol sorry DF

    check out my MM themes for swype metamorph-themes-swype.html

    check out mt MM themes for handcent themed-handcent
  6. Master Droid
    sneaky_zekey's Avatar
    Member #
    14751
    Join Date
    Dec 2009
    Posts
    843
    Phone
    motorola droid
    #5
    is there a guide anywhere, what im looking to do is just add a custom color font. so i dont have to keep doing it my self on each adw update, right now i have to decompile it,change some xmls,compile and sign and install, just to achieve a golden font color on apps names

    after renameing x.x.x to com.sneaky.zekey.theme . after that i have 3 errors.
    “class x.x.x does not exist” “error: No resource identifier found for attribute ‘installLocation’ in package ‘android’”
    “R cannot be resolved to a variable.”
    Last edited by sneaky_zekey; 08-23-2010 at 04:23 AM.
    signature removed per request lol sorry DF

    check out my MM themes for swype metamorph-themes-swype.html

    check out mt MM themes for handcent themed-handcent
  7. Theme Developer
    bgill55's Avatar
    Member #
    35583
    Join Date
    Feb 2010
    Posts
    2,345
    Liked
    30 times
    Twitter
    bgill55
    Phone
    D1,DX,N1,Tbolt, Bio,10.1tab
    DroidForums.net Theme Developer
    #6
    Quote Originally Posted by sneaky_zekey View Post
    is there a guide anywhere, what im looking to do is just add a custom color font. so i dont have to keep doing it my self on each adw update, right now i have to decompile it,change some xmls,compile and sign and install, just to achieve a golden font color on apps names

    after renameing x.x.x to com.sneaky.zekey.theme . after that i have 3 errors.
    “class x.x.x does not exist” “error: No resource identifier found for attribute ‘installLocation’ in package ‘android’”
    “R cannot be resolved to a variable.”
    Sneaky Sorry was in Vegas for 3 days im back home and Can help you out better! how far have you gotten? there are three places you need to change x.x.x to your new theme name check the android manifest.xml and the java file. if you double click on the errors it will take you to the error itself. hit me up on gtalk if you run into anymore issues!!!
  8. Master Droid
    sneaky_zekey's Avatar
    Member #
    14751
    Join Date
    Dec 2009
    Posts
    843
    Phone
    motorola droid
    #7
    i havent gotten much farther, these are my errors now,after renameing the x.x.x and i choosed the option to update subs, seemed to fix some errors

    error: No resource identifier found for attribute 'installLocation' in package 'android'
    error: R cannot be resolved to a variable (3 of these)

    what is your gtalk info,pm me it
    signature removed per request lol sorry DF

    check out my MM themes for swype metamorph-themes-swype.html

    check out mt MM themes for handcent themed-handcent
  9. Master Droid
    BuglessFan's Avatar
    Member #
    87422
    Join Date
    Jul 2010
    Posts
    427
    Phone
    Droid A855 LFY1.5 slayher 1250
    #8
    It may not be the best way, but when I switched the target to Froyo (and update the min-level to 8 (I think in the manifest) it automatically included R appropriately and let me build.
  10. Master Droid
    sneaky_zekey's Avatar
    Member #
    14751
    Join Date
    Dec 2009
    Posts
    843
    Phone
    motorola droid
    #9
    Quote Originally Posted by BuglessFan View Post
    It may not be the best way, but when I switched the target to Froyo (and update the min-level to 8 (I think in the manifest) it automatically included R appropriately and let me build.
    well that seemed to help.thanks, now the template is loaded successfully and all the x.x.x have been renamed, now to figure out how to edits it to my likings, i see how to add a font but id like to add a colored font

    edit: nevermind i got it, successfully built my first one, now time to get a little deeper into it, that was easy after getting rid of the R error
    edit2: since i changed the platform to 2.2 will this not work on lower platforms
    Last edited by sneaky_zekey; 08-25-2010 at 07:12 PM.
    signature removed per request lol sorry DF

    check out my MM themes for swype metamorph-themes-swype.html

    check out mt MM themes for handcent themed-handcent
  11. Master Droid
    sneaky_zekey's Avatar
    Member #
    14751
    Join Date
    Dec 2009
    Posts
    843
    Phone
    motorola droid
    #10
    so far i have changed the theme_preview and wallpaper images, i changed the font colors for both the desktop and app launcher, im stuck on the icons and shader
    Attached Thumbnails Attached Thumbnails Attn: all themers new ADW theme Template FTW-cap201008252233.jpg   Attn: all themers new ADW theme Template FTW-cap201008252234.jpg   Attn: all themers new ADW theme Template FTW-someday_33568977.jpg  
    signature removed per request lol sorry DF

    check out my MM themes for swype metamorph-themes-swype.html

    check out mt MM themes for handcent themed-handcent
+ Reply to Thread
Page 1 of 8 1 2 3 ... LastLast

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. Template for back of Droid!
    By iwishihadcookies in forum Droid Accessories
    Replies: 19
    Last Post: 07-19-2010, 01:40 PM
  2. Attn: Attn bugless people
    By Se7enLC in forum Bugless
    Replies: 4
    Last Post: 06-16-2010, 11:12 AM
  3. Droid Screen Template
    By Big Lou in forum Droid Hacks
    Replies: 17
    Last Post: 04-08-2010, 08:20 AM

Search tags for this page

adw theme

,
adw theme template
,

adw themes

,
adw themes gallery
,
create adw icon pack
,
create adw theme
,
how to make a adw theme
,
how to make adw icon pack
,
how to make adw theme
,

how to make adw themes

,
how to make an adw theme
,
how to theme adw
,
make adw theme
,
make adw themes
,
new adw themes
Click on a term to search our site for related topics.