Results 1 to 12 of 12
  1. #1
    RavenElizabeth's Avatar
    offline Itty Bitty Modder
    Join Date
    Oct 2010
    Posts
    13
    Thanks
    4
    Thanked 1 Time in 1 Post
    Downloads
    6
    Uploads
    0

    Question My first CM7 theme for Theme Chooser is done!!!! Enjoy Cotton Candyroid!!! Woot Woot!

    Something other than all over pink or purple for the girlies!!!!!!

    This is an MDPI theme designed for the Cliq running CM7.

    The morphs should be used with Zip Themer. When you load them into Zip Themer, touch the output+ tab and change Punk Pink to CottonCandyroid. After you build it just flash it in recovery.

    The APK works with Theme Chooser under Cotton_Candyroid!!!!

    The bootanimation.zip needs to be placed in the system/media folder with Root Explorer or any app that gives you access to the system or ADB.

    Cotton Candyroid Theme Pics:







    The Boot Animation flashes these images. Its like a flippin rave LOL



    Download Files:

    Free File Hosting Made Simple - MediaFire

    special thanks to [MENTION=126890]ZduneX25[/MENTION] for helping me with the XML files. =P
    Last edited by RavenElizabeth; 05-16-2011 at 10:04 PM. Reason: Modifed Theme

  2. #2
    phoenixsong6's Avatar
    offline Moderator
    Join Date
    Dec 2010
    Location
    Seattle
    Posts
    731
    Thanks
    44
    Thanked 272 Times in 200 Posts
    Downloads
    17
    Uploads
    0
    Each of those themes have an xml file in them. Just edit them to reflect the changes. You can do it with any text editor.

  3. #3
    RavenElizabeth's Avatar
    offline Itty Bitty Modder
    Join Date
    Oct 2010
    Posts
    13
    Thanks
    4
    Thanked 1 Time in 1 Post
    Downloads
    6
    Uploads
    0
    [MENTION=26686]Pheonix[/MENTION]song6 I tried that but when I resign the apk it says that it can't be parsed. ???

  4. #4
    ZduneX25's Avatar
    offline Retired Moderator
    Join Date
    Aug 2007
    Location
    Poland
    Posts
    1,373
    Thanks
    1,730
    Thanked 1,330 Times in 588 Posts
    Downloads
    198
    Uploads
    30
    AndroidManifest.xml
    Code:
    <?xml version="1.0" encoding="UTF-8"?>
    <manifest android:hasCode="false" android:versionCode="2" android:versionName="1.1" android:installLocation="internalOnly" package="com.nhnt11.theme.ntsense"
      xmlns:android="http://schemas.android.com/apk/res/android" xmlns:pluto="http://www.w3.org/2001/pluto.html">
        <uses-sdk android:minSdkVersion="9" android:targetSdkVersion="9" />
        <application android:label="[MENTION=21948]STR[/MENTION]ing/theme_name" android:icon="[MENTION=32984]draw[/MENTION]able/icon">
            <activity android:label="[MENTION=21948]STR[/MENTION]ing/theme_name" android:name="com.tmobile.theme.Foo" />
        </application>
        <theme pluto:themeId="NTSense" pluto:styleId="[MENTION=2963711]style[/MENTION]/NTSense" pluto:name="[MENTION=21948]STR[/MENTION]ing/theme_name" pluto:preview="\[MENTION=32984]draw[/MENTION]able/preview" pluto:author="[MENTION=21948]STR[/MENTION]ing/author" pluto:copyright="[MENTION=21948]STR[/MENTION]ing/copyright" pluto:wallpaperImage="[MENTION=32984]draw[/MENTION]able/wallpaper" pluto:styleName="[MENTION=21948]STR[/MENTION]ing/style_appearance_name" pluto:ringtoneName="Standard" pluto:ringtoneFileName="media/audio/ringtones/Standard.mp3" pluto:notificationRingtoneName="Subtle" pluto:notificationRingtoneFileName="media/audio/notifications/Subtle.mp3" />
    </manifest>
    strings.xml
    Code:
    <?xml version="1.0" encoding="UTF-8"?>
    <resources>
        <string name="app_name">NTSense Theme</string>
        <string name="theme_name">NTSense</string>
        <string name="style_appearance_name">NTSense</string>
        <string name="author">nhnt11</string>
        <string name="copyright">nhnt11</string>
    </resources>
    styles.xml
    Code:
    <?xml version="1.0" encoding="UTF-8"?>
    <resources>
        <style name="NTSense" parent="[MENTION=82472]android[/MENTION]:style/Theme" />
    </resources>
    Replace NTSense with you name
    Z.d.u.n.e.X's Stuff: Personal Site | My skins | Android Stuff's

    "Whatever you do in life will be insignificant, but it's very important that you do it, because nobody else will."

  5. #5
    RavenElizabeth's Avatar
    offline Itty Bitty Modder
    Join Date
    Oct 2010
    Posts
    13
    Thanks
    4
    Thanked 1 Time in 1 Post
    Downloads
    6
    Uploads
    0
    oooooh thank you. Can I edit the files with the regular notepad?

  6. #6
    ZduneX25's Avatar
    offline Retired Moderator
    Join Date
    Aug 2007
    Location
    Poland
    Posts
    1,373
    Thanks
    1,730
    Thanked 1,330 Times in 588 Posts
    Downloads
    198
    Uploads
    30
    I prefer Notepad++
    Z.d.u.n.e.X's Stuff: Personal Site | My skins | Android Stuff's

    "Whatever you do in life will be insignificant, but it's very important that you do it, because nobody else will."

  7. The Following User Says Thank You to ZduneX25 For This Useful Post:

    RavenElizabeth (05-16-2011)

  8. #7
    RavenElizabeth's Avatar
    offline Itty Bitty Modder
    Join Date
    Oct 2010
    Posts
    13
    Thanks
    4
    Thanked 1 Time in 1 Post
    Downloads
    6
    Uploads
    0
    Thanks a bunch. Should I save ANSI or what? Sorry for sounding so stupid LOL

  9. #8
    ZduneX25's Avatar
    offline Retired Moderator
    Join Date
    Aug 2007
    Location
    Poland
    Posts
    1,373
    Thanks
    1,730
    Thanked 1,330 Times in 588 Posts
    Downloads
    198
    Uploads
    30
    Save as UTF-8 w/o BOM
    Z.d.u.n.e.X's Stuff: Personal Site | My skins | Android Stuff's

    "Whatever you do in life will be insignificant, but it's very important that you do it, because nobody else will."

  10. #9
    RavenElizabeth's Avatar
    offline Itty Bitty Modder
    Join Date
    Oct 2010
    Posts
    13
    Thanks
    4
    Thanked 1 Time in 1 Post
    Downloads
    6
    Uploads
    0
    =( still getting error parsing file when trying to install. Ive tried so many ways of resigning. IDK

  11. #10
    ZduneX25's Avatar
    offline Retired Moderator
    Join Date
    Aug 2007
    Location
    Poland
    Posts
    1,373
    Thanks
    1,730
    Thanked 1,330 Times in 588 Posts
    Downloads
    198
    Uploads
    30
    How did you even compile it to apk?? There is so many bugs in xmls..

    I tried to fix it, now you should try to install it: http://www.speedyshare.com/files/284...nCandyroid.apk
    Last edited by ZduneX25; 05-16-2011 at 02:19 PM.
    Z.d.u.n.e.X's Stuff: Personal Site | My skins | Android Stuff's

    "Whatever you do in life will be insignificant, but it's very important that you do it, because nobody else will."

  12. The Following User Says Thank You to ZduneX25 For This Useful Post:

    RavenElizabeth (05-16-2011)

  13. #11
    RavenElizabeth's Avatar
    offline Itty Bitty Modder
    Join Date
    Oct 2010
    Posts
    13
    Thanks
    4
    Thanked 1 Time in 1 Post
    Downloads
    6
    Uploads
    0
    THANK YOU SOOOOO MUCH!!!!! I updated the files needed to get the right preview and icon. It works perfectly!!!! Thank you soooo much for your help!!!!!

  14. The Following User Says Thank You to RavenElizabeth For This Useful Post:

    ZduneX25 (05-17-2011)

  15. #12
    Pzyduck's Avatar
    online Super Moderator X
    Join Date
    Apr 2009
    Location
    La Rioja - Argentina
    Posts
    5,173
    Thanks
    1,883
    Thanked 4,227 Times in 1,845 Posts
    Blog Entries
    6
    Downloads
    181
    Uploads
    360
    Solved, thanks brother ZduneX


    CLOSED

  16. The Following User Says Thank You to Pzyduck For This Useful Post:

    ZduneX25 (05-17-2011)

Tags for this Thread

Posting Permissions

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