[MOD] Vanilla Bar + Black Clock & Better Battery Mod > Flashable via Recovery - Vibrant Themes and Apps

This was Done on JI5 & JI6 Builds, unsure if it will work on Older Builds as I've not Tried​
Flashable Update is Located here > Vanilla_Bar_and_Black_Clock_MOD.zip
Works on my Final Build & Should work on Boinox 1.8 / 1.9 as long as there Based on JI6
Contains Better Battery Mod as well..
Attached is the StatusBarIcon.smali File & the Services.jar file for those that don't know how to use smali...
ADB push the services.jar & reboot... Simple..
I included the smali file for those that wish to change the clock color to any color than black...
Enjoy themers,
~Eugene
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}

Great work dude

downloaded

Can we instal this via Root Explorer?

Sweet!! Now maybe we can get some themes like Elegant Steel going on for the Vibrant? Excellent work

jdkackley said:
Can we instal this via Root Explorer?
Click to expand...
Click to collapse
No Need.. I posted a Version that you can Flash via ClockworkMod recovery now..

Thank you so very much... This has been bugging me.. Will be updating the vanilla bar morph..
Sent from my SGH-T959 using XDA App

junkdruggler said:
Thank you so very much... This has been bugging me.. Will be updating the vanilla bar morph..
Sent from my SGH-T959 using XDA App
Click to expand...
Click to collapse
no Problem.. Mainly looked it over as I was going to update my hybrid builds soon

eugene373 said:
No Need.. I posted a Version that you can Flash via ClockworkMod recovery now..
Click to expand...
Click to collapse
Thank you kind Sir!!!

Looks great Eugene! I like the white background and black font in the notification. I may need your help with changing font colors for my future notification pull down themes.
Sent from my SGH-T959 using Tapatalk

FC city after flashing clockwork version

Tempestrs4 said:
FC city after flashing clockwork version
Click to expand...
Click to collapse
wow, thank for the info...

Would it be possible to put the clock, data connection, signal strength, and battery icon in the normal order? It looks kind of strange
Overall, great job

escea said:
Would it be possible to put the clock, data connection, signal strength, and battery icon in the normal order? It looks kind of strange
Overall, great job
Click to expand...
Click to collapse
Hi,
Unless something else has been changed, it should simply be an edit to the arrays.xml file in /res/values once you decompile framework-res.apk
Look for the section "status_bar_icon_order" and the default order is:
Code:
<item>clock</item>
<item>alarm_clock</item>
<item>battery</item>
<item>phone_signal</item>
<item>phone_evdo_signal</item>
<item>data_connection</item>
<item>cdma_eri</item>
<item>tty</item>
<item>volume</item>
<item>mute</item>
<item>speakerphone</item>
<item>wifi</item>
<item>tty</item>
<item>bluetooth</item>
<item>gps</item>
<item>sync_active</item>
<item>sync_failing</item>
<item>ime</item>
<item>homezone</item>
Good luck, cheers, =)

Very nice.
Sent from my vibrant

Hey again,
Any chance of posting the exact line/code you had to change in order to change the clock text color?
Only asking because I like to throw together my own themes and this would be quite handy.
Thanks again, and great work like always.
cheers, =)

hey
for some reason this wont install for me it keeps getting stuck at installing update i am using bionx 1.9

kennyp987 said:
for some reason this wont install for me it keeps getting stuck at installing update i am using bionx 1.9
Click to expand...
Click to collapse
I think you got the wrong zip
Sent from my SGH-T959 using XDA App

DO NOT FLASH!!!!
If you are in stock OTA JI6 it will be FC Heaven....

s0niqu3 said:
Hi,
Unless something else has been changed, it should simply be an edit to the arrays.xml file in /res/values once you decompile framework-res.apk
Look for the section "status_bar_icon_order" and the default order is:
Code:
<item>clock</item>
<item>alarm_clock</item>
<item>battery</item>
<item>phone_signal</item>
<item>phone_evdo_signal</item>
<item>data_connection</item>
<item>cdma_eri</item>
<item>tty</item>
<item>volume</item>
<item>mute</item>
<item>speakerphone</item>
<item>wifi</item>
<item>tty</item>
<item>bluetooth</item>
<item>gps</item>
<item>sync_active</item>
<item>sync_failing</item>
<item>ime</item>
<item>homezone</item>
Good luck, cheers, =)
Click to expand...
Click to collapse
So the original flash works for me when using frankin-twiz final. I decompiled the framework-res.apk using apk manager 4.8 modified the arrays.xml like you said, (funnily enough its just completely backwards) compiled it back up, signed it and moved it back to system/framework using root explorer. The order is corrected, but as soon as I unlock it it fc's all over the place. Anything I'm doing wrong?

Related

Weird Framework-res problems

I've got the most strangest problem I've ever seen.
I wanted to add the super circle batterymod
First I tried the kitchen a while ago it ended up giving me this:
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
It's nice works fine BUT the opacity of the unlock slider is wrong.
So I tried decompiling and recompling the apk using apktool. But that didn't work.
Then I started reading and I found out that you can open the apk using 7zip. add the needed files and folders and it should be fine so that's what I did.
Then I pushed it with use of adb
Guess that's still fine no?
BUT I ended up with this:
Most suprising thing: IT WORKS even bleutooth icons. just the battery indicator stays like that.
I know the battery indicator is hdpi but the flashable zip worked fine.
EDIT: Found what I was doing wrong. I used the framework from b26 and since they both are exactly the same size I assumed they were the same. Looks like I was wrong
Now the batteryicon is still not showing
Do I need to rename the drawable-hdpi-v4or something??
Thanks in advance
Try mycircle bat mod
Sent from my Legend using XDA App
kuklux said:
Try mycircle bat mod
Sent from my Legend using XDA App
Click to expand...
Click to collapse
Tried it, random app FC's and it reboots.
On which build is it based?
try this one install like a rom DOWNLOAD
for which builds it can be used?
build 41.....
kuklux said:
try this one install like a rom DOWNLOAD
Click to expand...
Click to collapse
Can you explain me how you did it? Used the kitchen?
Cause I would like to tweak some more stuff in my framework and not only the batterymod.
I'll try your zip I'll post how it went.
Dno why you really want me to flash it with the zip, pushing the apk would be the same thing no?
EDIT: Same thing FC's and reboot with flash and push same thing 2ce.
I believe you got it from the kitchen no? same opacity bug is still there.
But im using it now in b41 no fc
Sent from my Legend using XDA App
kuklux said:
But im using it now in b41 no fc
Sent from my Legend using XDA App
Click to expand...
Click to collapse
yeah but still the opacity bug no? I'm using B40 that's probably why it doesn't work.
I don't understand - what is a problem? just go to this kitchen http://circle.glx.nl/, build your battery, put your (!!!) framework.apk and... done! I used this kitchen to build my own battery on rooted sense, azure and now I'm using 46 build!
fizic said:
I don't understand - what is a problem? just go to this kitchen http://circle.glx.nl/, build your battery, put your (!!!) framework.apk and... done! I used this kitchen to build my own battery on rooted sense, azure and now I'm using 46 build!
Click to expand...
Click to collapse
Problem is the opacity bug posted in first post.
Your lockslider's opacity doesn't change when you press it, that's why it looks like it has 2 different opacities. You don't have that on sense but you do have it on the eclaire/froyo lockscreen
look at this:
JonasDroid, as I understood from what fizic says, he had tried on Azure and nightly builds (he's on 46 now right?) so not only on "sense". And he says it is OK.
I've used also the kitchen to have this mod on my Legend, unfortunately I didn't know how to provide/extract the framework_res.apk so I've used one from their database (they had something from build 42). I got the same as you, opacity of the slider not correct. My assumption was that occurred due to a different framework_res.apk file (I'm using 43 build)
Finally I have the same issue as you but I'm not so bothered about it. It's not perfect but I can live with that. I prefer more to have the circle battery than to have the opacity of the slider perfectly drawn.
Rapier said:
I've used also the kitchen to have this mod on my Legend, unfortunately I didn't know how to provide/extract the framework_res.apk
Click to expand...
Click to collapse
It's easy. Jus open your ROM's zip file, go to the folder "System\framework", and find out framework-res.apk
Extract this file and on the last step of the "cooking" provide the kitchen with it. After 5-10 min the kitchen will provide you with ready to flash zip file which would be built exactly on your statusbar!
Ok let me get this straight.
I know I can use the kitchen, I did it in the past. It works great but it has the opacity bug. I can live with it BUT I would like to learn how the framework compiling works and this looks like a great opportunity to solve that issue while trying to understand the compiling.
If you're still having the issue could you upload your frameres for me to look at?
Here is the latest framework-res.apk
I've had a PM from blayo telling me I needed to put the png's into drawable-mdpi and the xmls in drawable
Did that with apktool -> bootloop, tried it with 7zip -> no battery indicator showing.

[THEME] Darkstar Ported for AXURA 2.2.5.9

As requested
I ported it I did not create Darkstar
Almost everything is themed.... window popups, some framework icons, battery, radio buttons, text frames, highlights, press colors.... and so on.
THE THEME IS FLASHABLE
AXURA DARKSTAR THEME.ZIP
THESE FILES HAVE TO BE PUSHED TO THE PHONE
this goes to the SYSTEM/APP folder
Gallery3D.apk
this goes to the SYSTEM/MEDIA folder
Bootanimation.zip
And a quick screenshot
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Annex1 said:
As requested
I ported it I did not create Darkstar
Almost everything is themed.... window popups, some framework icons, battery, radio buttons, text frames, highlights, press colors.... and so on.
THE THEME IS FLASHABLE
AXURA DARKSTAR THEME.ZIP
THESE FILES HAVE TO BE PUSHED TO THE PHONE
this goes to the SYSTEM/APP folder
Gallery3D.apk
this goes to the SYSTEM/MEDIA folder
Bootanimation.zip
And a quick screenshot
Click to expand...
Click to collapse
How do u push it I don't understand can u please give me some instructions
ceoesquad said:
How do u push it I don't understand can u please give me some instructions
Click to expand...
Click to collapse
He said its flashable so im assuming clockwork recovery.
Sent from my SGH-T959 using XDA App
rel500 said:
He said its flashable so im assuming clockwork recovery.
Sent from my SGH-T959 using XDA App
Click to expand...
Click to collapse
I'm talking about the bootup zip and the 3d gallery he said they need to be pushed also I installed the theme and my clock is not there the clock next to the battery icon
yeah, use CWM. to flash the file.
Pushing a file.... you have to use Root Explorer or SUFBS. Those are my favorite.
ceoesquad said:
I'm talking about the bootup zip and the 3d gallery he said they need to be pushed also I installed the theme and my clock is not there the clock next to the battery icon
Click to expand...
Click to collapse
thats weird.. I just took a screenshot right after my flash. Can you post a pic of it? And if anyone else is having problems post them please. I need to know so I can see if I can fix them
Annex1 said:
thats weird.. I just took a screenshot right after my flash. Can you post a pic of it? And if anyone else is having problems post them please. I need to know so I can see if I can fix them
Click to expand...
Click to collapse
if u used the framework-res.apk (i think thats the one) then u gonna have to change the clock font color from the black in the rom. i think u must have done it already but maybe didnt update the right one?
I didn't do anything but flash the theme and u still can't get the bootup zip to work I used clockworkmod but it ddidn't work at all and the frame work thing your talking about what is it and how do u get there
Here comes a real noob question. When you have a theme that is flashable, do I just load up Rom Manager and install zip from sd? I know I use this method when installing roms but was not sure if this worked for themes too.
Im a tard. I forgot that I just had to rename it to update.zip and boot to recovery.
^ you do not have to rename it.
Download it.
Move it to internal root (sdcard/)
boot into cwr
optional (recommended): make a backup first while in CWR
flash zip from sdcard
select it and flash
reboot
hey even my clock doesnt show up, shame cuz i loved the theme
chirantan.f said:
hey even my clock doesnt show up, shame cuz i loved the theme
Click to expand...
Click to collapse
Here is the fix.
http://forum.xda-developers.com/showthread.php?t=912223
Killing Zombies With My Axura Voodoo Vibrant!

[MOD]Tachometer Battery Mod For Bionix V

Hi guys
Made it for myself and thought to share
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
I got the png's from Doc's i9000 rom kitchen.....thanks to whoever created the png's
compatible with bionix v
instructions:
1>>download framework-res.apk
2>>then either adb push it to /system/framework or copy it there with root explorer......
3>>restart
manjish said:
Hi guys
Made it for myself and thought to share
I got the png's from Doc's i9000 rom kitchen.....thanks to whoever created the png's
compatible with bionix v
instructions:
1>>download framework-res.apk
2>>then either adb push it to /system/framework or copy it there with root explorer......
3>>restart
Click to expand...
Click to collapse
Screen shot please...
Screenshot posted
Sent from my SGH-T959 using Tapatalk
Sweetness!!
thanks man im dling v5 right now will try it out shortly
edit:
would it be possible to have wifi and signal icons in a similar fashion? that would be really cool
Man this thing is mad fresh bro n e way we could get different colors
Sent from my SGH-T959 using XDA App
red version would be great
Jow24 said:
red version would be great
Click to expand...
Click to collapse
& a blue one
If someone could make this flashable that would be awesome! Or if someone could tell me how to that would be great too. Thanks!
davemw2 said:
If someone could make this flashable that would be awesome! Or if someone could tell me how to that would be great too. Thanks!
Click to expand...
Click to collapse
Purchase Root Explorer (well worth the $$), download the framework, copy the framework apk, then go into the system> Framework> then paste the apk, it should give you a force close or something weird, I just reboot and viola!!
rel500 said:
Purchase Root Explorer (well worth the $$), download the framework, copy the framework apk, then go into the system> Framework> then paste the apk, it should give you a force close or something weird, I just reboot and viola!!
Click to expand...
Click to collapse
Thanks man! Worked perfect.
Sent from my vibrant using xda app
Bionix-v
Stock+voodoo
Sbg themed
Hi,
Is there any way that you modify yours to look like pack's odometer battery one with the different colors?? I hope that I am not over-stepping my bounds here by asking this.
FYI....this changes the colored power menus to black and white. Nice mod though.
nice mod, but its not exactly flagship v3 friendly, my phone is now in some sort of infinite reboot loop!! Help please!
engineer14 said:
nice mod, but its not exactly flagship v3 friendly, my phone is now in some sort of infinite reboot loop!! Help please!
Click to expand...
Click to collapse
If u made a back up just restore If not just flash the Rom over it.
Sent from my SGH-T959 using XDA App
thanks for that tidbit, but i did not have a backup, and i had deleted my zip file from my phone. luckily, i did a factory reset, and the phone stayed on long enough to copy the rom zip file to my sdcard. then i just reflashed my phone

[MOD] Battery Mods for Virtuous Unity Sense 3.0

Battery mod for Virtuous Unity Sense 3.0
http://forum.xda-developers.com/showthread.php?t=1143177
This mod was cooked at @ UOT Kitchen it works on my phone so I decided to share it with everyone. I'm not a dev therefore i'm not support this.
USE @ YOUR OWN RISK!
Thanks to mendozinas, UOT Kitchen and Virtuous Unity Sense 3.0 dev team for an awesome ROM.
Backup your current ROM as always just in case you want to go back.
Flash from recovery.
Circle battery
Download: http://www.mediafire.com/?3s2mk3w87a7q7k4
Stock battery (no %):
Download: http://www.mediafire.com/?76e7tbss4eb4k71
d12unk13astard said:
For anyone wanting a battery percentage mod that doesn't change the theme at all here you go, just flash in recovery like you would for a rom or gapps. Pictures of battery and link to download below
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
http://www.mediafire.com/?zn67wwscft507gj
Click to expand...
Click to collapse
Blue Circle battery with Blue icons :
Download: http://www.mediafire.com/?wvtd0uqer52jpjj
How can I revert to stock battery with no percentage ?
Sent from my My Touch 4G using XDA App
bstylz911 said:
How can I revert to stock battery with no percentage ?
Sent from my My Touch 4G using XDA App
Click to expand...
Click to collapse
Extract the ROM that you downloaded using 7zip/winzip to your desktop.
Use ES File Explorer to restore these files back to their original location in your phone:
/system/framework/framework-res.apk
/system/framework/com.htc.resources.apk
/system/app/SystemUI.apk
Stock battery with no %:
http://www.mediafire.com/?76e7tbss4eb4k71
like the circle battery mod with blue icon, was looking for exactly something like that. thanks.
saotua said:
Extract the ROM that you downloaded using 7zip/winzip to your desktop.
Use ES File Explorer to restore these files back to their original location in your phone:
/system/framework/framework-res.apk
/system/framework/com.htc.resources.apk
/system/app/SystemUI.apk
Click to expand...
Click to collapse
Is thi the same for stock notification pulldown?
Sent from my My Touch 4G using XDA Premium App
Anyone try these with v1.2.7 yet? Do they work?
Sent from my My Touch 4G using XDA Premium App
m3ng said:
Is thi the same for stock notification pulldown?
Sent from my My Touch 4G using XDA Premium App
Click to expand...
Click to collapse
yup... they are stock files. You can flash the mod below to go back to stock battery.
Stock battery with no %:
http://www.mediafire.com/?76e7tbss4eb4k71
like the circle battery mod with blue icon, was looking for exactly something like that. thanks.
Click to expand...
Click to collapse
hope you like it. hey... Boston too
Flashed it, but soft key light doesn't work. Anyone get the same problem ?
Not bad. The UOT Kitchen is an awesome invention I have to say.
will this mod still work with the 2.37 version?
Thank you for your effort.
I have a problem. (using Virtuous Unity 2.39 on myTouch 4G)
Most probably, after I flashed a battery mod, there appeared some strange shapes on top of the screens in some apps as you can see on attached pictures...
For example, when I open search tab in Google maps, it blurs the top of screen totaly & I cannot read what I wrote...
installed stock battery back, but no change the situation...
Do you have an idea, how to get rid of this?
I flashed the VU ROM again without wiping, and problem has solved.
Apps are there still...
Thank you,
umiteks said:
Thank you for your effort.
I have a problem. (using Virtuous Unity 2.39 on myTouch 4G)
Most probably, after I flashed a battery mod, there appeared some strange shapes on top of the screens in some apps as you can see on attached pictures...
For example, when I open search tab in Google maps, it blurs the top of screen totaly & I cannot read what I wrote...
installed stock battery back, but no change the situation...
Do you have an idea, how to get rid of this?
Click to expand...
Click to collapse
This mod is not compatible with 2.39. Instead you can use this http://forum.xda-developers.com/showpost.php?p=17897340&postcount=447

1% Battery with pulldown toggles

I can help if anyone wants 1% Battery Meter with the Pulldown Toggles, All you need to do is go to OUT Kitchen and get the meter of choice. Then take the services.jar from No attach and replace if you need i can upload an empty zip so you can flash it with the Framework.apk & SystemUI.apk and Services.jar.
I replaced the Services.jar in the Atrix Ported Rom and now I have 1% Battery Increments.
Would love that...then I just need to figure out the kitchen...
pieman13 said:
Would love that...then I just need to figure out the kitchen...
Click to expand...
Click to collapse
Here is an empty signed zip I uploaded it is one I found here on this site and use for flashing different files. I don't remember were i got it right off hand. If you need further help with the UOT Kitchen just let me know.
I don't have enough post to show links just PM me I will PM the link to you.
Ya i used the services.jar from eclipse...works no problem...
Thanks appl3mac!
The theme u've made is beautiful and I may be speaking too soon but I think it has even fixed my random reboots on ATRIX. Either that or the blue theme I was using was built on a older version of ATRIX. Either way definitely good stuff
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
urphonesux said:
Thanks appl3mac!
The theme u've made is beautiful and I may be speaking too soon but I think it has even fixed my random reboots on ATRIX. Either that or the blue theme I was using was built on a older version of ATRIX. Either way definitely good stuff
The whole theme was done with UOT Kitchen though I'm trying to learn how to modify files I think my first major project though is to try to get the bionic ported over to the DX2, I will probably fail but I'm learning.
Click to expand...
Click to collapse
Can we get the file to flash to get this theme for the notification bar and pulldown? Will this work on 2.3.4?
Thanks
Michael
urphonesux said:
Thanks appl3mac!
The theme u've made is beautiful and I may be speaking too soon but I think it has even fixed my random reboots on ATRIX. Either that or the blue theme I was using was built on a older version of ATRIX. Either way definitely good stuff
Click to expand...
Click to collapse
Hey what font is that? I remember a while back when i changed system font with UOT it put the same font on my keyboard does it still do that? It didn't look good on my keyboard.
mikentammy610 said:
Can we get the file to flash to get this theme for the notification bar and pulldown? Will this work on 2.3.4?
Thanks
Michael
Click to expand...
Click to collapse
I'm on the Atrix Rom but I can reproduce it for 2.3.4 if you would like. It will be later tonight though.
Sent from in Your House.
That would be perfect, I am on 2.3.4 rooted and tweaked of course..
heartpumper77 said:
That would be perfect, I am on 2.3.4 rooted and tweaked of course..
Click to expand...
Click to collapse
You might want to be Deodexed for this not sure if it will work other wise you can get it here.
http://forum.xda-developers.com/showthread.php?t=1295950
And then flash this file for the theme here and it does have the pull down toggles.
http://www.mediafire.com/?c88xinf8sz5bog1
Make a nano backup first.

Categories

Resources