New Theme...looking for testers

I figured lol just worried about how much crap I put my spare Droid through. Maybe you should make your own logo/icon for the drop down notification that way when you port your theme to other rom's it'll stand out more as your own work.

Sent from my Droid using DroidForums App
 
4a43e2c6-ff27-2b9b.jpg

Most of the KB is done....I don't have much free time til the weekend but icons are next. Xkape I think that PNG is darkheader.9 in framework
 
yes sir.. i found it on accident while making the noti bar transparent. thank you much for letting me know for sure though man!
 
Oooh please make it for the incredible! I had the droid but I have it no longer.:(
I love the dialer!!!!!!!

Sent from my ADR6300 using DroidForums App
 
Oooh please make it for the incredible! I had the droid but I have it no longer.:(
I love the dialer!!!!!!!

Sent from my ADR6300 using DroidForums App

If it works for the D1, it works for the Dinc.. you just have to edit the updater-script a bit to remove all the "sholes" stuff
 
Thank you, xkape. May I ask which program do I use for the edits? :)

Sent from my ADR6300 using DroidForums App
 
notepad :) just use 7zip and "open inside" so that when you save it, it saves it in the zip file and not on the desktop or some random place.
 
Well if its not all that hard like xkape says then I don't see why I couldn't do that...I'm always looking to learn new things.
 
Also, don't just remove the word "sholes", remove the whole line of code refrencing it.
 
Wow.. I'm excited! Thanks for the info. I love the droid forums community!



Sent from my ADR6300 using DroidForums App
 
ui_print("Installing theme...");
mount("MTD", "system", "/system");
show_progress(0.500000, 40);
package_extract_dir("system", "/system");
show_progress(0.200000, 10);
mount("MTD", "sdcard", "/sdcard");
package_extract_dir("sdcard", "/sdcard");
show_progress(0.100000, 10);
ui_print("Teal is for Real!");
unmount("/system");
 
Wow.. I'm excited! Thanks for the info. I love the droid forums community!



Sent from my ADR6300 using DroidForums App


Glad you found a theme you like!.. Now.. get it on the phone :woot:
 
Thanks a bunch I appreciate it man
ui_print("Installing theme...");
mount("MTD", "system", "/system");
show_progress(0.500000, 40);
package_extract_dir("system", "/system");
show_progress(0.200000, 10);
mount("MTD", "sdcard", "/sdcard");
package_extract_dir("sdcard", "/sdcard");
show_progress(0.100000, 10);
ui_print("Teal is for Real!");

unmount("/system");
 
Not a problem.. always here to help in any way I can.
 
I was trying to make a wallpaper earlier to go with your theme but I'm not able to get the exact cyan color match. Do you know the #'s for the color and are you willing to share?
 
Back
Top