1% Battery with pulldown toggles - Motorola Droid X2

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.

Related

[MOD] Vanilla Bar + Black Clock & Better Battery Mod > Flashable via Recovery

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?

[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

[THEME] Tangerine v1.3 -- 4.5.91 -- AT&T

I've done a lot of work on this and I think it's ready.
It's based on the AT&T 4.5.91 system files and you must be deodexed to use it.
Flash with unlocked recovery or ROM manager.
v1.0
-Initial Release
v1.1
-Fixed Rounded Corners
-Themed In-Call Screen (BlurPhone.apk)
-Themed MotoLauncher (BlurHome.apk)
-A Few Other Small Things
v1.2
-Fixed SMS Bubbles
-Something Else I forgot About
v1.3
-Themed Settings
-Again I Forgot What I Did, It Was Late
Install
Uninstall
{
"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"
}
nice! for the uninstall, would we be able to just run a different theme (like the simple no-carrier 1% battery mod ZIP)? i used that to run between cyanbread and stock, but since you have a specific uninstall file i wanted to be sure.
dLo GSR said:
nice! for the uninstall, would we be able to just run a different theme (like the simple no-carrier 1% battery mod ZIP)? i used that to run between cyanbread and stock, but since you have a specific uninstall file i wanted to be sure.
Click to expand...
Click to collapse
The uninstall is just a generic stock CWM of the original 4.5.91 beta files. I use the same uninsteller for all themes and I make new uninstallers if I start theming a new file.
Very nice theme. Might I ask what app you're running to show the cpu usage in the notification screen?
It's called 'CPU Usage Monitor'.
Very nice!
Could you please port this theme for cherryblur rom ? I think there is a framework cwm zip in that topic , can u use that file ?
I am currently working on an international (cherryblur) version.
Works great on ninja 4.2 alpha.
<3 This was the only thing I missed from Gingerblur! Thank youuuuuuuu
Nottach, I never ended up trying this on Froyo, but when I saw this, I HAD to. Beautiful work! Screenshots of my theme syncing on Ninja 0.4.3 Alpha ROM:
OSNPA said:
Nottach, I never ended up trying this on Froyo, but when I saw this, I HAD to. Beautiful work! Screenshots of my theme syncing on Ninja 0.4.3 Alpha ROM:
Click to expand...
Click to collapse
Nice wallpaper. Is the a fractal live wallpaper or an image?
I used 'PicSpeed HD Wallpapers' free from the market, abstract>colorful.
I couldn't help noticing that it was sunny in philadelphia....
love this theme ! great work!
quicklyspent said:
I couldn't help noticing that it was sunny in philadelphia....
Click to expand...
Click to collapse
Def just got a chuckle out of me!!!
Sent from my Unlocked/Rooted/OC'D/Gingerbreaded MB860 using Tapatalk
Nice
Good job man
Awesome!
Sent from my MB860 using XDA Premium App
Nice! Goes well with my HD background and FW text colors.
Thanks!
I hate orange, but this is pretty bad arse good job

[CM7][STOCK][MOD]Transparent Stausbar And Custom Statusbar[FXP46/47/50/ Stock.42]

Hi i was so disappointed to see there was no thread for transparent statusbar for cm7 specifically
so i made this thread
How To:-
download the apk
Upload the apk in sd card
rename apk to SystemUI.apk
Move it to system folder
set the right permissions i.e. rw- r-- r--
and move it to app folder
overwrite the original file
reboot
enjoy
Click to expand...
Click to collapse
If U download this..PLEASE USE thanks button to show your appreciation
{
"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"
}
Lunar UI like Statusbar for stock .42 is now also available for download​
abhisheak.bansal said:
Hi i was so disappointed to see there was no thread for transparent statusbar for cm7
Click to expand...
Click to collapse
+ 1
And I want to thank you for your efforts
can i use this for rooted stock rom ? (without cm7)
love it
whats the theme u are using in this screenshot?
zainthesnipe said:
love it
whats the theme u are using in this screenshot?
Click to expand...
Click to collapse
name of the theme is linarUI
comment deleted.......
Will this work for any CM7 theme in theme Chooser because I want this to work for my ICS theme?
Runnin' CM7 thirsty for ICS so I got the bootleg
Vicious Von said:
Will this work for any CM7 theme in theme Chooser because I want this to work for my ICS theme?
Runnin' CM7 thirsty for ICS so I got the bootleg
Click to expand...
Click to collapse
it will work for any cm7 theme
Will it work on the FXP046 update? Or could you make it work? Would be much appreciated
Cim_XII said:
Will it work on the FXP046 update? Or could you make it work? Would be much appreciated
Click to expand...
Click to collapse
i will upgrade my arc to fxp 46 today
and will port this patch today
BTW:-Can anybody tell me how to change the title of the thread?
I'm using an Atrix which doesn't have a stable cm7 build yet and I continue to get bootloops after attempting this method
Runnin' CM7 thirsty for ICS so I got the bootleg
since nobody is replying or posting any feedback
so should i continue updating this thread or stop posting new SytemUI.apk ?
Well I already have the transparent bar from one of my themes I believe its on of the lunar ones
I tried this and it works great but I don't need to use it
Sent from my LT15i using XDA App
Keep going please
I cannot get this to work on the FXP47 update sadly, it remains unchanged.
Hi there.
Can you please do a patch for FXP047?
Continue on this thread, you'll surely help a lot.
EDIT: Here are the files that you might need.
Thanks in advance buddy.
support for fxp47 added
Thanks for the patch. Unfortunately, LPP doesn't support transparency arrghhhhh!
try go launcher or adw or stock miui launcher or sony launcher
Can you adapt it on stock rom? I love this bar but i don't want to lose the retail features of stock rom by installing CM7

SiMpLeBluE v1.0 - ViperLTE v1.0.0 - link fixed 11/17/12

A start to blue.
This was made to basically go alongside with the Virtuous Slate skin you can find on the Google play store. It fixes some things that the skin can't cover.
Eventually I'll try and get rid of as much green as possible sans my horrible m10 abilities.
The skin already covers many things I cannot due, + it's a high quality skin from a great team. It's got my vote and my suggestions
download:
http://dl.dropbox.com/u/26383143/HTC Incredible 4G/ViperLTE_1.0.0-bluetheme.zip
screen shots:
{
"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"
}
Change log:
initial release - 9/25/12
Edited Apps
Initial Release:
system/framework
com.htc.resources.apk - used hex # = ff33B5E5 (good to use for clock hex in Tweaks as well)
framework-res.apk
system/app
HomePersonalize.apk
HTCAlbum.apk
Mms.apk
Phone.apk
Rosie.apk
Settings.apk
SystemUI.apk
looks nice andy, you should make a corresponding rosie skin and status bar skin for hub :good:
Looks good! Do we need the virtuous slate skin before flashing this?
joeyd27 said:
Looks good! Do we need the virtuous slate skin before flashing this?
Click to expand...
Click to collapse
no not needed, but will feel a bit incomplete without it.
Very nice! One more thing to look forward to after getting s-off.
Sent from my Kindle Fire using Xparent Blue Tapatalk 2
Can anyone repost the link? I'd like to try it.
mpappas87 said:
Can anyone repost the link? I'd like to try it.
Click to expand...
Click to collapse
sorry, re-uploading now
andybones said:
sorry, re-uploading now
Click to expand...
Click to collapse
Thank you.
Does this work with Viper 2.0.0?
Took the plunge thinking this was just a modified skin file... this is NOT compatible with Viper 2.0... lol.
Now to figure out how to fix this mistake w/o a full wipe lol
Insertnamehere12 said:
Does this work with Viper 2.0.0?
Click to expand...
Click to collapse
No, please do not try and flash this on v2.0.0, they are drastically different ROMs, because v2.0.0 is re-based on a new RUU, and changes from Sense 4.0 to Sense 4.1.
This theme edits key framework files (framework-res.apk/com.htc.resources.apk) for the ROM, and it would not boot.
I will port this to the new base when I get some down-time.
andybones said:
No, please do not try and flash this on v2.0.0, they are drastically different ROMs, because v2.0.0 is re-based on a new RUU, and changes from Sense 4.0 to Sense 4.1.
This theme edits key framework files (framework-res.apk/com.htc.resources.apk) for the ROM, and it would not boot.
I will port this to the new base when I get some down-time.
Click to expand...
Click to collapse
That what I found out when I looked inside the zip AFTER I flashed it and it didn't boot lol
simple dirty flash of 2.0.0 rom fixed it.
Thank you for your hard work andy!
Looks great chief, keep up the good work!
Sent from my ADR6410LVW using Tapatalk 2
so I flashed this cause I wanted to try it and im still on viper 1.0
phone would not boot
i've restored and everything is good, but im wondering why this wouldnt work
just a bad flash maybe?

Categories

Resources