Not sure if you're familiar with the just shake it lwp with the androids but is it possible to make the androids to golf balls? I Def would pay for it of you could...
This is a discussion on Live Wallpapers for 9.8 - V10 - UPDATED 4/15/10 With 3 New LW'S !!!! within the Blackdroid forums, part of the Custom Roms category; Not sure if you're familiar with the just shake it lwp with the androids but is it possible to make the androids to golf balls? ...
Not sure if you're familiar with the just shake it lwp with the androids but is it possible to make the androids to golf balls? I Def would pay for it of you could...
Love your work my man, donation on its way!
Thanks for all the work srt!
Is there any chance you could post some sort of guide to creating our own custom live wallpapers? I'd love to be able to make a Sounders FC wallpaper.
Either way, love the work you've already done!
Edit: Just saw your comment about leaving a post for new ones. What dimensions do you need the image to be?
How about this one with green, blue, and silver? Credit to Greg Mockos for making the original image.
Last edited by Creyendo; 04-07-2010 at 03:14 PM.
Anyone else getting the error message "the theme control file could not be read and may be missing" when trying to install stock Android theme and/or stock UD theme via Metamorph?
i really liked the soap theme on dark .. if you can would be much appreciated. thanks![]()
So I figured out how to change the image and created my Sounders lwp using one of yours for the colors. I definitely learned I prefer a darker background, all the light colors from the image are a little distracting. How would I go about changing the live colors? I want to make a US mens national team background using the pyramid on top of a GS version of the USMNT logo. For the colors I was planning on traditional red, white, and blue. Any help would be greatly appreciated.
Hello srt thanks for getting these out to us. If its possible could you make the droid background (second pic with blue and silver) into the droid background with multicolor. I have it from a previous bd rom but it doesnt seem to want to work with 9.8. Thank you very much.
The Ultimate Droid 3.2.0 (Gingerbread Baby!) @ 1.0MHz![]()
You will never look back: http://theultimatedroid.com/forum/
I found this on another forum. I figured it all out before I found it though... Would've saved me headaches.Step 7) Open nexus.rs in notepad++ and navigate to the following section
void setColor(int c) {
if (c == 0) {
// yellow
color(1.0f, 0.8f, 0.0f, 0.8f);
} else if (c == 1) {
// red
color(1.0f, 0.0f, 0.0f, 1.0f);
} else if (c == 2) {
// green
color(0.0f, 0.8f, 0.0f, 0.8f);
} else if (c == 3) {
// blue
color(0.0f, 0.4f, 0.8f, 1.0f);
}
}
Step 8) Change the colors to your liking and save the nexus.rs file.
- You do this by changing this section: color(0.0f, 0.4f, 0.8f, 1.0f)
- Colors can be found here
- To determine the color divide each number by 255
- The last number is alpha transparency (0.0f, 0.4f, 0.8f, 1.0f) *1.0 is fully visable and 0.0 is invisible*
- Example: Cyan is 0-255-255 so the code you would enter would be color(0.0f, 1.0f, 1.0f, 1.0f)
enjoyincubus you are awesome! Thanks for finding that.
I've run into an interesting snag while working on the lwp. I created the image just fine but for whatever reason when I replace the current pyramid_background the phone isn't able to read it for the lwp. I even tried not messing with the colors but I have the same problem. I had no problem earlier doing the same method with my previously posted image or when trying any of srt's images.
Here is what I'm trying to use, if you see any problems let me know. I created the image simply by putting a GS image on top of the current pyramid_background.png and adjusting transparency as I saw fit. I used gimp if that makes any difference.