This is a discussion on How to modify your live wallpapers background... within the Droid Hacks forums, part of the Droid Hacking category; Originally Posted by jbg25
Originally Posted by INSANENEIVIESIS
Originally Posted by jbg25
To be honest since the ERE81 update, I have not been able to ...
To be honest since the ERE81 update, I have not been able to successfully modify the nexus.rs. I am sure it is a small thing I am either doing wrong or that has changed in the process. And I have just been too busy lately to try and figure it out.
For my vers2...I just used a working LW that was compatible with the ROM I was on and used that.
well im running ultimate droid 9.8 i started a thread were i have a modded blue streaks here Custom Made LiveWallpapers i just need to now if i wanted to make like a cyan color or orange what ever. what code would i need to replace this
void setColor(int c) {
if (State->mode == 1) {
// sholes blue
color(0.0f, 0.4f, 0.9f, 0.8f); with.
thanks.
You need to get the RGB color #. this should be 3 #s something like 255-0-0...divide all by 255 which gives you 1.0-0.0-0.0...the last is for transparency 1 if full color...0 is fully transparent. The numbers dont always come out even so round to the second digit...for example.... 0.725479 rounds too 0.72.
thanks
Galaxy Nexus: ICS53F Rooted/Unlocked Thunder Bolt: CM7.1.1 Droid 1: CM6
Team Shadow
want to buy me some orange juice?? Donate if you like my work
I'm a rooted newbie, but I just had to give this a shot. I got through your walkthrough with no problems. The logo got somewhat squished, but I'll work on that. Thanks a bunch for the tutorial!!
Will this only work on UD ROMs or will it work for all of them?
I do have to admit that I moved the apk in Root Explorer rather than adb and it won't show up as a Live Wallpaper choice. Should I update permissions or something?