• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

Root [THEME] Simple Blue 4.2, Simple Green 4.2 (10/26/11)

TB Pro has the word "Pro" added to the icon in red. I did verify that I am running TB Pro but was scared that there might be something wrong with the icons. Nothing seems to be functioning abnormally, so I'm not worried right now.
 
TB Pro has the word "Pro" added to the icon in red. I did verify that I am running TB Pro but was scared that there might be something wrong with the icons. Nothing seems to be functioning abnormally, so I'm not worried right now.

My titanium backup icon does not say pro... although it is... maybe things have just changed
 
your font still has issues with sense analog clock, stock calculator (just need the minus sign), but other than that you've got a decent theme, and i still like your boot ani. the best

just need to resolve some font issues
 
your font still has issues with sense analog clock, stock calculator (just need the minus sign), but other than that you've got a decent theme, and i still like your boot ani. the best

just need to resolve some font issues

i might be able to fix the calculator but theres nothing i can do for that clock.

i use beautiful widgets lite and it doesn't have any problem
 
i might be able to fix the calculator but theres nothing i can do for that clock.

i use beautiful widgets lite and it doesn't have any problem

royal's theme initially had fonts that worked (in one of his older versions) but now they don't. perhaps you two can figure it out?

but i suppose your right i can just try other stuff until i find one that works with your theme
 
royal's theme initially had fonts that worked (in one of his older versions) but now they don't. perhaps you two can figure it out?

but i suppose your right i can just try other stuff until i find one that works with your theme

it worked on blue's theme before cause he didn't use custom font then

the problem your having has to do with the way the clock is made, only thing that will fix it is use stock font or change to a different clock.
 
well guys, after a few days of getting nothing but boot loops and almost giving up i finally got cyanogenmod notification widgets ported over, its not 100% yet but it should be done for the next update.

new contacts.apk with a semi transparent background like the notification window is also going to be in the update. might be some other new shit depending on how things go
 
well guys, after a few days of getting nothing but boot loops and almost giving up i finally got cyanogenmod notification widgets ported over, its not 100% yet but it should be done for the next update.

new contacts.apk with a semi transparent background like the notification window is also going to be in the update. might be some other new shit depending on how things go


And you aren't developing the rom itself why?
 
well guys, after a few days of getting nothing but boot loops and almost giving up i finally got cyanogenmod notification widgets ported over, its not 100% yet but it should be done for the next update.

new contacts.apk with a semi transparent background like the notification window is also going to be in the update. might be some other new shit depending on how things go

Nice... and in what directory can i find the default wallpaper???
 
blood, could u help me out on how to fill out the file upload section of uot kitchen. What do I select under "Select flashable zip scripting"? If i'm using 0.9 can I still use the selection for 0.6 under what rom i'm using?
 
blood, could u help me out on how to fill out the file upload section of uot kitchen. What do I select under "Select flashable zip scripting"? If i'm using 0.9 can I still use the selection for 0.6 under what rom i'm using?

yeah 0.6 will work

I think the default settings should work too. idk tho
 
Version 3.0
Ported CyanogenMod power control widgets to work on the prevail
Removed title bar from power menu
Updated the contacts.apk to make it easier to read
Added more transparency to the notification window

For info on how to configure the widgets click here

WOW!!! Awesome job Man. Like I said before you are a BEAST!!! You are def making things easier for all of us. I knew you had something brewin'. Great job man I couldn't have been easy. Keep up the impressive work.

Kudos to you *Tips hat*
 
it's like u can read my mind....first the extra reboot options then power widgets,,,,, downloading right now
 
Dude, the animations are crazy, I am blown away. My son has a HTC and he is crazy about my phone. Myself, I am flippin over the 3.0 it's on fire.....I've tested all functions of the phone, it's working perfect.
 
nice theme, I just flashed it

just an fyi, my partitions are ext4 because that is what I am currently testing

your cwm script did not work for them, I had to make this change to your update script for it to work

# mount("BML", "system", "/system");
run_program("/sbin/mount", "-t", "ext4", "/dev/block/stl12", "/system");
 
nice theme, I just flashed it

just an fyi, my partitions are ext4 because that is what I am currently testing

your cwm script did not work for them, I had to make this change to your update script for it to work

# mount("BML", "system", "/system");
run_program("/sbin/mount", "-t", "ext4", "/dev/block/stl12", "/system");

would this work? or does it have to say ext4

mount("BML", "system", "/system");
run_program("/sbin/mount", "-t", "auto", "/dev/block/stl12", "/system");
 
would this work? or does it have to say ext4

mount("BML", "system", "/system");
run_program("/sbin/mount", "-t", "auto", "/dev/block/stl12", "/system");

if people start going over to ext4 roms

you can remove this line
mount("BML", "system", "/system");
or put the # in front of it so that it is ignored

as far as the "auto" i am not sure, it needs to be tested, it would be good if it does
 
Back
Top Bottom