[VRTHEME] Circular Battery with 1% Increments - Android Themes

Disclaimer: I cannot guarantee that this will work on your ROM. The ZIP only replaces stat_sys_battery* files in SystemUI.apk/res/drawable-hdpi; so if these files aren't present in your device, then simply flashing this theme will not do anything.​
Sample screens (and by sample, I mean Photoshopped):
{
"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"
}
Instructions:
Download the ZIP at the bottom of this post and flash it through recovery.
Reboot.
If you want to revert to your original icons, just flash the restore ZIP in /data/vrtheme-backup. (Hint: The ZIP is named after the date and time when you flashed the theme.)
Credits:
- @ibanez7 for his APKTool
- @thisiskindacrap for his Kinda Crap Mods
If you want to use the theme in your project/ROM, download the raw theme files at the bottom of this post and remember to give proper credit.​
This project uses the EVilTheme engine.​

Reserved

Reserved 2

Reserved 3

Very beautiful, but can I use it with CynaogenMod ?

quick05 said:
Very beautiful, but can I use it with CynaogenMod ?
Click to expand...
Click to collapse
Not yet, I have to create a separate zip first. Sorry.
Sent from my GT-I8730 using Tapatalk

I have now added a VRTheme zip.
Beamed from my Galaxy Express using Tapatalk

Awwww is this compatible with any phone D:
Sent from my SM-T210R using XDA Premium 4 mobile app

khoanguyen96 said:
Awwww is this compatible with any phone D:
Sent from my SM-T210R using XDA Premium 4 mobile app
Click to expand...
Click to collapse
Try the VRTheme zip.
Remember to take a Nandroid first!
Beamed from my Galaxy Express using Tapatalk

system UI stopped always
system UI stopped always, I use restore failure

semanty said:
system UI stopped always, I use restore failure
Click to expand...
Click to collapse
I knew something was wrong with my zips, I never got VRTheme to work.
Maybe next week, I'll provide a zip containing the apk.
Sent from my Galaxy Express using Tapatalk

Old thread alert!
Now that I have my own VRTheme template, I may be able to work on this a bit more.
I'll also add a theme that makes all the statusbar drawables pure white and the statusbar bg pure black, just like in TW ≥4.2.2.

Tutorial?
Hello,
This is exactly the mod I have been looking for! (I just want white circle battery icon with 1% increments, and no other fancy icons)
The problem is, I have a Note 2 / N7105 with TW4.3 (4.4.2) So, I cannot flash the zip files posted.
Is it possible to make a tutorial for white circle battery with 1% increments? Maybe I can implement this mod in my rom...

3to4 said:
Hello,
This is exactly the mod I have been looking for! (I just want white circle battery icon with 1% increments, and no other fancy icons)
The problem is, I have a Note 2 / N7105 with TW4.3 (4.4.2) So, I cannot flash the zip files posted.
Is it possible to make a tutorial for white circle battery with 1% increments? Maybe I can implement this mod in my rom...
Click to expand...
Click to collapse
Yes, you can use the files in rawfiles_circbatt.zip (first post) in your ROM. Just rename the files if necessary.

aureljared said:
Old thread alert!
Now that I have my own VRTheme template, I may be able to work on this a bit more..
Click to expand...
Click to collapse
I finally migrated this project to my new VRTheme engine. I don't know if it will work, but I think it will. :fingers-crossed:

aureljared said:
Yes, you can use the files in rawfiles_circbatt.zip (first post) in your ROM. Just rename the files if necessary.
Click to expand...
Click to collapse
Thanks.
In my N7105 (Stock, rooted, deodexed and deodexed), I have the following folders.
- res\drawable
- res\drawable-xhdpi, in which I have ic_qs_battery_0, ic_qs_battery_15, ic_qs_battery_28, etc.
So, I copied, from your rawfiles_circbatt.zip, ic_notify_clear to my drawable folder, and all the battery icons to my drawable-xhdpi folder after renaming them ic_qs_battery_0, ic_qs_battery_1, ic_qs_battery_2, etc.
Then, I tried to recompile, but I could not because I was getting errors.
So, I tried without your ic_notify_clear. I could recompile, but my battery did not change, obviously.
Then, I noticed your ic_notify_clear was not readable in my Notpad+, but was not in unix format. So, I saved in unix format, and I tried to recompile, but I could not because of errors.
Can you give me some advice? Don't I need smali editing? (When I added circle battery to 4.1.2, I copied two smali files, too.
Thank you in advance.

3to4 said:
Thanks.
In my N7105 (Stock, rooted, deodexed and deodexed), I have the following folders.
- res\drawable
- res\drawable-xhdpi, in which I have ic_qs_battery_0, ic_qs_battery_15, ic_qs_battery_28, etc.
So, I copied, from your rawfiles_circbatt.zip, ic_notify_clear to my drawable folder, and all the battery icons to my drawable-xhdpi folder after renaming them ic_qs_battery_0, ic_qs_battery_1, ic_qs_battery_2, etc.
Then, I tried to recompile, but I could not because I was getting errors.
So, I tried without your ic_notify_clear. I could recompile, but my battery did not change, obviously.
Then, I noticed your ic_notify_clear was not readable in my Notpad+, but was not in unix format. So, I saved in unix format, and I tried to recompile, but I could not because of errors.
Can you give me some advice? Don't I need smali editing? (When I added circle battery to 4.1.2, I copied two smali files, too.
Thank you in advance.
Click to expand...
Click to collapse
Oops, I forgot to add this info.
The xml in the zip is in binary form, e.g. has been encoded for use in APK files. So it's not readable by text editors such as Notepad++.
Although after decoding the XML, I don't think it's actually important for this theme I already removed it from the ZIP in the first post.
No, you don't need to edit smali files, although you do need to edit some XMLs if your SystemUI.apk isn't already set to use 1% battery.
If you want you can attach your SystemUI.apk here and I'll theme it for you.

aureljared said:
Oops, I forgot to add this info.
The xml in the zip is in binary form, e.g. has been encoded for use in APK files. So it's not readable by text editors such as Notepad++.
Although after decoding the XML, I don't think it's actually important for this theme I already removed it from the ZIP in the first post.
No, you don't need to edit smali files, although you do need to edit some XMLs if your SystemUI.apk isn't already set to use 1% battery.
If you want you can attach your SystemUI.apk here and I'll theme it for you.
Click to expand...
Click to collapse
Thank you. I would appreciate if you could do that!!
I am attaching my SystemUI.apk

3to4 said:
Thank you. I would appreciate if you could do that!!
I am attaching my SystemUI.apk
Click to expand...
Click to collapse
Here, try this APK.
If that doesn't work, I've also attached the raw files I've used for your APK. (And yes, there are XMLs inside, but they're readable now.)

aureljared said:
Here, try this APK.
If that doesn't work, I've also attached the raw files I've used for your APK. (And yes, there are XMLs inside, but they're readable now.)
Click to expand...
Click to collapse
Thank you very much for all you have done for me.
I downloaded and installed SystemUI.apk, but unfortunately, my battery icon did not change. (my battey icon remained a standard one.)
So, I copied your raw files to respective folders of the decompiled apk, and recompiled the apk. (it went without errors), but with the recompiled apk, my battery did not change either. (It remained a standard one.) But, I will keep these files preciously, as I am sure they will be very useful when I find what I am missing.
I had also done several tests, for instance, by changing ic_qs_battry.xml instead of stat_sys_battery.xml!!
I don't really understand. Whatever I do, my battery icon never changes and I never get a circular battery with percent!!
I succeeded when my N7105 was under 4.1.2!!
This one is really difficult..
Can you suggest what I can try?

Related

[MOD/THEME/TUT] Battery Indicator Theme

Warning! Applying a theme to the battery icon involves modifying system files and will more than likely brick your phone unless you are 100% sure on what you are doing or have a good back/restore solution
Big thanks to Fightspit for his original thread on creating these battery themes
Here is an example theme i've attached below (see pre-made theme.zip)
{
"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"
}
and here is it in action
There are 2 quite serious prerequisites to this mod
1) Must be rooted with S-OFF
2) ClockworkMod installed and a backup taken (Please, please, please, do this in case of failure)
To create a theme from scratch.
1) Grab the source files for the theme of your choice from this thread
2) Grab APK Manager 4.9 from here
3) Download framework-res.apk from your "system/framework" folder using adb or root explorer
4) Place your downloaded framework-res.apk in APK Manager's "place-apk-here-for-modding" folder
5) In APK Manager choose option 22 to set current project
6) choose option 9 to decompile apk
7) replace battery xml files in folder "res/drawable" and pngs in folder "res/drawable-hdpi" within the extracted "projects/framework-res" folder that APK Manager creates
8) Choose option 11 to compile
9) Select "y" is system apk
10) Select "y" replace original folders
11) In the "keep" folder that APK Mananger has created, delete resources.arsc
and the battery xml files in "res/drawable" and the battery pngs in "res/drawable-hdpi"
12) Press any key and let APK recompile
13) In the "place-apk-here-for-modding" folder, rename unsignedframework-res.apk to framework-res.apk
14) Extract the attached "Blank Update.zip.zip" then Open up the update.zip with 7zip
15) Drag your renamed framework-res.apk to the "framework" folder in 7zip to overwrite the existing blank framework-res file
16) Close update.zip (agree to any messages about updating the file)
17) Copy update.zip to your sdcard
18) Flash the update.zip via ClockworkMod
My Pre-made battery theme
This contains the android battery theme I posted above, already to flash
Warning! This was made for software version 1.32.405.6 - You may get errors if running a different version to me. If so, restore using clockworkmod
1) Extract attached "Pre-made theme.zip" and copy update.zip to your sdcard
2) Flash the update.zip via ClockworkMod
Notes:
Online kitchen now works,happy cooking http://circle.glx.nl/
Thanks to liljom for the guide
Pre-made Change Log
v1 Initial release
v2 Charging animation now works correctly
v2 Colour - Added version with coloured status bar icons
Big thanks for this tutorial!
I love the look of this! Will need to install Clockwork Mod etc of course before I use it, but I will look into this soon
Just to clarify, is it possible to get only the battery mod without the other coloured icons? Is Pre-made themeV2.zip only the battery yes? And the colour version is all the icons?
madindehead said:
I love the look of this! Will need to install Clockwork Mod etc of course before I use it, but I will look into this soon
Just to clarify, is it possible to get only the battery mod without the other coloured icons? Is Pre-made themeV2.zip only the battery yes? And the colour version is all the icons?
Click to expand...
Click to collapse
Correct
sopL87 said:
Big thanks for this tutorial!
Installation: Jump to point 14 of the tutorial (there is mismatch in numeration).
Something from me: rEVOlution taskbar icons.
Edit: Added Galaxy S framework. Only changed taskbar icons, battery have 1% step.
Click to expand...
Click to collapse
Ooops, fixed it
Whilst I appreciate you gave a guide on how to make our own, I'm really not very graphically talented, would it be possible to have one where the numbers are clearer?
I love the little android, but I have to hold my phone right up to my face to see the actual percentage
Thanks though, have to have % visible
Sorry I didn't make the images. They were taken from this thread. You could maybe ask over there if anyone could help you though
Ahh, cool, I used the online kitchen to make my own, pretty awesome!
I've flashed my own one, but now I've lost all the colourful other icons. I assume if I flash them back over, I lose my battery icon, right?
AndyCr15 said:
Ahh, cool, I used the online kitchen to make my own, pretty awesome!
I've flashed my own one, but now I've lost all the colourful other icons. I assume if I flash them back over, I lose my battery icon, right?
Click to expand...
Click to collapse
Just out of interest, did you flash the zip file that the kitchen generated? It wouldn't work for me.
You can just add the icons back into the framework-res.apk (the one you had with the battery icons) and reflash
vibez said:
Just out of interest, did you flash the zip file that the kitchen generated? It wouldn't work for me.
Click to expand...
Click to collapse
Yeah, worked fine for me.
vibez said:
You can just add the icons back into the framework-res.apk (the one you had with the battery icons) and reflash
Click to expand...
Click to collapse
Hmm, never edited framework-res.apk before. I'll look into it...
AndyCr15 said:
Yeah, worked fine for me.
Click to expand...
Click to collapse
Cool, i'll try it again
AndyCr15 said:
Hmm, never edited framework-res.apk before. I'll look into it...
Click to expand...
Click to collapse
Actually I think you can build a version with the battery and icons using the online kitchen. You select the icons on the "Themed Icons" set page
sopL87 said:
Big thanks for this tutorial!
From me:
- DesireHD mod by sopL87
- rEVOlution
- Galaxy S
What changed: 1% battery step, signal icons, bluetooth, wifi, ect. In DesireHD everything is stock except 1% step battery, tweaked and extended animations of upload, download and gps.
Last update: 15.11.2010
Installation: Extract my .rar and jump to point 14 of the tutorial.
Click to expand...
Click to collapse
Looks good! Great skins btw
I have a dhd and perm root and s-off flashed with overclocking, must i have clockworkmod to install this pre-made themeV2 or can i just use fastboot flash or is there another way other then installing clockworkmod ? (clockworkmod don't seam to have a recovery for my dhd yet anyways )
excellent thread vibez
so i would like to share my stock framework-res.apk with you guys, modified with "version a". update.zip attached.
I will port some of my other themes now
Love it. Beautiful.
boarne71 said:
I have a dhd and perm root and s-off flashed with overclocking, must i have clockworkmod to install this pre-made themeV2 or can i just use fastboot flash or is there another way other then installing clockworkmod ? (clockworkmod don't seam to have a recovery for my dhd yet anyways )
Click to expand...
Click to collapse
Not really sure to be fair. I just used the clockworkmod that is kicking around in the dev section as it is the only way i'm comfortable with to flash update.zip files. There may be others ways to achieve the same thing though
Thyrus said:
excellent thread vibez
so i would like to share my stock framework-res.apk with you guys, modified with "version a". update.zip attached.
I will port some of my other themes now
Click to expand...
Click to collapse
Looks good
Is anyone else using the online kitchen to build these battery themes?
It keeps generating folders with v4 at the end, ie drawable-hdpi-v4
The folders in the framework-res on my stock rom doesnt have -v4 at the end like so "drawable-hdpi". I believe this is why I keep getting force close when I flash the file from the online kitchen
yes some kitchens do that. thats why i prefer doeing it manually or checking with theme porter. i always check the res folders for these annoying -vX endings.
I thought so, it's just that someone mentioned in this thread that the kitchen work for them and i'm just trying to figure out how since it does add the pesky -v4 to whatever it cooks for me.
Manually is the way to go
Just out of interest, what does theme porter do?
i checks 2 files (old and new) for updated pngs, and copies them across.
very useful when you actually have a theme already, but simply want to port it (i.e due to an update of the framework res by the manufactorer). This does it for you. Not as sophisticated as apk-manager true

Gingerbread based theme for Ascend and MDPI & HDPI devices Update [1/10]

Update 1/10 Minor update to some, maybe major to others, I've made some changes to the status bar pull down for Ascend users, I've changed the main text to be black, I'm still not completely happy with it, so i'll keep tweaking... Also, I've added support for HDPI devices in the Gingerbread3.5.zip, in general the theme should work on a wider variety of devices.
{
"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"
}
Update 1/9 The theme is pretty much complete
In order for Ascend users to get the white clock you need to download buildprop and replace the one under your system folder with it. You'll have to be rooted and use a file manager or you could use adb shell or a terminal to replace your build.prop
Another change to the build.prop for the popups!!!
Special thanks to yuyuye for the information.
I've attached some screenshots of the theme in action. There are many more changes not visible in the screenshots, the majority of the framework-res have been updated to match the new theme.
UPDATE 12/16
I've attached the metamorph theme in case anyone wants to try it, i would say it's beta quality as it's not finished, but it's usable. Just load the v0.1.zip file on to your sdcard, download metamorph and install away. If you have any basic questions, feel free to ask but I won't be providing an major support yet because it's not finished. I would say it's 75% complete at the most. And as always, you shouldn't have any problems but USE AT YOUR OWN RISK!!
UPDATE 12/22
New version v0.3 with a change to the submenu, I changed the submenu to white so the text is legible until i can get the Ascend deodexed and properly change the color of the text...
The download labeled GingerbreadAscend3.zip is may specifically for the Ascend I don't recommend anyone apply it on any other phones
The download labeled Gingerbread3.zip is for any and all MDPI phones
Have fun!!!
screens
http://min.us/mvk9WPS
Insrtuctions for installation:This is a Metamorph theme, so download and install Metamorph. Put the theme on your sdcard. Make sure your phone is rooted, you have busbox downloaded and installed and that usb debugging is turned on
For Ascend users, download your appropriate build.prop file and use a program like root explorer or subfs to copy and paste it into the /system/ directory, if you don't want to purchase one of those programs, download this program from the market "Mount /system (rw / ro)" open it and mount the system as r/w then use adb shell or a terminal emulator to copy the file over
Code:
su
cp /sdcard/build.prop /system/build.prop
and the launcher i'm using in the screenshots is linked to here http://forum.xda-developers.com/showpost.php?p=10063058&postcount=69
and instructions for installing it http://forum.xda-developers.com/showpost.php?p=10069927&postcount=75
also make sure to grab the gingerbread keyboard http://forum.xda-developers.com/showthread.php?t=875202
Extra Launcherpro Icons by Fodoom http://forum.xda-developers.com/showpost.php?p=10464161&postcount=151
Widgets that I use and think are cool:
battstatt
Digital Clock
OneSeven
Tajm
Beautiful Weather
Power Widget
Ascend users checkout http://www.myascend.org for Ascend specific info and tutorials
Make sure to post screenshots if you load the theme!!!
METROPCS ASCEND USERS
Use this build.prop http://forum.xda-developers.com/showpost.php?p=10563819&postcount=239
Thanks BobZhome
UPDATE 1/21
If you are tired of the plain black gingerbread status bar make sure to give this status bar a try, styled by none other than Fodoom himself...
screenshot here http://forum.xda-developers.com/showpost.php?p=10797442&postcount=348
metamorph here http://www.filedropper.com/gingerbread35fodoom
UPDATE 2/3
I am no longer supporting this theme, I'm moving on to bigger and better. Happy themeing!!!!
Made a little progress using apk manager to decompile some of the xmls, got the date to show up white but still not the time and popup option menus(not sure what to call them). If anyone has any expertise, I could use the help....
Keep up the good work, I am looking fws to checking it out!
If you send me your framework-res.apk I can fix the code for the pop-up menu text.
Benny879 said:
If you send me your framework-res.apk I can fix the code for the pop-up menu text.
Click to expand...
Click to collapse
I'd really appreciate it... I've attached it in Metamorph form, if you don't mind, what xml is responsible for those properties?
joenathane said:
I'd really appreciate it... I've attached it in Metamorph form, if you don't mind, what xml is responsible for those properties?
Click to expand...
Click to collapse
For some reason ApkManager isnt allowing me to re-compile this framework. You can find the code changes you need here --> http://forum.xda-developers.com/showthread.php?t=864112&page=8
Post #77
Benny879 said:
For some reason ApkManager isnt allowing me to re-compile this framework. You can find the code changes you need here --> http://forum.xda-developers.com/showthread.php?t=864112&page=8
Post #77
Click to expand...
Click to collapse
Thanks, but problem is I don't have a "values" folder in my framework, much less an xml called "style" in any of the folders...
wait..
I'm an idiot... found it
It wasn't re-compiling the whole framework for me either, i had to to trick it to get it to re-compile the styles.xml by putting it in a different folder and renaming it... Flashed it to my phone.... and... no difference, pulled the framework back down and made sure the changes where present and they are... the Ascend doesn't seem to use those files at all... I'm pretty sure too because i accidentally deleted all the files in the values folder except the styles.xml and the phone works fine...
Thanks for your ideas Benny879, if you have any insight as to whats going on, I'd appreciate any help you could give, in the mean time i'm going to be pouring through these xml files, looking for any clues...
For anyone following the progress on this, the problem seems to be that this phone uses odex files instead of the more easily assessable jar or apks, so I'm looking into deodexing the necessary files... If anyone could offer assistance, I would appreciate it...
How would this theme be applied once its working?
Sent from my M860 using XDA App
xlarkascendingx said:
How would this theme be applied once its working?
Sent from my M860 using XDA App
Click to expand...
Click to collapse
Metamorph my good man, metamorph!
Will metamorph work with launcher pro?
Sent from my M860 using XDA App
xlarkascendingx said:
Will metamorph work with launcher pro?
Sent from my M860 using XDA App
Click to expand...
Click to collapse
The gingerbread metamorph theme I'm working on will change your lock screen sliders, your notification bar and slide down, your dialog confirmation buttons, market place tab button and a bunch of other misc graphics, your signal bars, battery, bluetooth, etc... The theme i'm working on doesn't touch the launcher. i personally use launcher pro, so this theme doesn't conflict with it, but if you want your launcher specifically to look like gingerbread's, you can find themes already made for launcher pro..
joenathane said:
For anyone following the progress on this, the problem seems to be that this phone uses odex files instead of the more easily assessable jar or apks, so I'm looking into deodexing the necessary files... If anyone could offer assistance, I would appreciate it...
Click to expand...
Click to collapse
Definately deodex your ROM first. It will make your life easier.
Sent from my Droid using Tapatalk
Benny879 said:
Definately deodex your ROM first. It will make your life easier.
Sent from my Droid using Tapatalk
Click to expand...
Click to collapse
Thanks for your feedback, sent you a PM...
Does this Rom include a custom kernel to up the Mhz past 600?
fame13 said:
Does this Rom include a custom kernel to up the Mhz past 600?
Click to expand...
Click to collapse
This is not a rom just a metamorph theme... One day we shall overclock, and that day we be a turning point for mankind, nothing will ever be the same after that day.
And how the hell do we deodex?
Sent from my M860 using XDA App
o duh lol mybad man but i will b usong the theme when complete!
Sent from my HUASCEND using Tapatalk
Ok noon question lol. What is a Gingerbread theme?
Sent from my Chill Huawei Ascend using XDA App

[Battery] Crysis eVolution - New easy installation method [17.03]

Hello Guys
I have designed a glow circle battery for my own use, but I decided to post it here so you may use it in case you like it
The battery was developed on a i9000, but I analyzed the framework from captivate and it seems that this procedure will work on captivate also. Please try and feedback.
If you like my work, please consider a small donation to help me continue developing.
Change log:
17.03.2011
-Reorganized the threat so everyone could easily mod his own framework. Follow the new installation instructions
-Added CWM file only with script so you can use it with your framework file safely.
-Uploaded new reorganized image packages.
14.03.2011
-added new charger images. -- Beams -- ( i might rework them in the next days) --
-added missing images for full charge and so on...
-I will modify tomorrow morning the threat, with new reorganised files cause it became a little confusing
03.02.2011
CAUTION:
Flash only if you have DOC's ROm, because some users stated that on Darky they had problems. Not sure why, because it should work - they're both deodexed roms. Do a BACKUP
-Added CWM files for V1, V2 - with percentage and clear at charging
-Working to a new animation for charging, a lot better than this one, but I can;t tell you when it will be ready because I have a lot to work for my school
02.02.2011
Finished creating charging icons and XML editing for animation. I Added two versions of the framework:
-Version 1 : loops the circle animation continuous, without showing the current amount of battery after each loop
-Version 2 : Shows after each loop the amount of battery
01.03.2011
I just created another battery with life indicators on the margins
INSTALLING INSTRUCTIONS
1. Download 3 packs: one with images of the battery (batt1 or batt2), one of the chargers (Glow, or BEAMS) and one of the charging animation images (with percentage and without).
2. Download CWM_update.zip
3. Place the files from the battery pack and charger inside your framework-res.apk file, in /res/drawable-hdpi.
4. Place the file from charging script inside your framework-res.apk file, in /res/drawable
5. put the modified framework-res.apk file inside the framework folder, of the CWM_update.zip.
6. Reboot in CWM.
7. Clear cache.
8. Clear Dalvik.
9. Flash the file.
10 Reboot and enjoy​
Previews:
New Evolution Battery
{
"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"
}
Glow Charger
Old Evolution
Beam Charger
DOWNLOAD
If you like my work, please consider a small donation to help me continue developing.
Battery:
New Evolution: http://www.multiupload.com/371JXMVJ7N
Old Evolution: http://www.multiupload.com/S64AEV6X7K
Charger
BEAM Charger: http://www.multiupload.com/72IYDH6F03
Glow Charger: http://www.multiupload.com/P16AHXNW2S
Charging Script:
With percentage: http://www.multiupload.com/98L6VG1IQF
Without percentage: http://www.multiupload.com/ZCMQ2MPBTC
CWM_update.zip: http://www.multiupload.com/OPI3LQ1Z04
Looks sick! I'm going to have to try it tomorrow
Sent from my SAMSUNG-SGH-I897 using XDA App
Nice work dude.
Real nice!
I already used these for a test port. I think it looks better on the computer screen than on the phone. Or it could have been that the other icons need to match better. Actually, i'm sure it would look better in a complete theme.
PuffinNugz said:
I already used these for a test port. I think it looks better on the computer screen than on the phone. Or it could have been that the other icons need to match better. Actually, i'm sure it would look better in a complete theme.
Click to expand...
Click to collapse
i am working to a whole theme, but this was my first complete theming project
Crysis21 said:
i am working to a whole theme, but this was my first complete theming project
Click to expand...
Click to collapse
Very cool. I will keep an eye out.
sent from a phone on my app
PuffinNugz said:
Very cool. I will keep an eye out.
sent from a phone on my app
Click to expand...
Click to collapse
+1
So its 2 eyes now
Do you think that this would work on COG 4.2.1?
Crysis21 said:
i am working to a whole theme, but this was my first complete theming project
Click to expand...
Click to collapse
Looking forward to it. If your battery mod is any indication of how the theme will turn out.
Love this battery mod.
Nice! Been looking for something like this. That weird tron one was killing me.
CuriousTech said:
Nice! Been looking for something like this. That weird tron one was killing me.
Click to expand...
Click to collapse
yes but they were never tron inspired ). I watched the movie after I created the battery
im having a little trouble installing this..(using root explorer) im at the Res/ but i dont see a file or anything named drawable, idk maybe im in the wrong section.
snorkle said:
im having a little trouble installing this..(using root explorer) im at the Res/ but i dont see a file or anything named drawable, idk maybe im in the wrong section.
Click to expand...
Click to collapse
1. I am refering at the folder drawable, in wich you must put the charging XML, not file drawable.
2. I recomend the CWM update methos, as you might get bootloops or FC with Root Explorer
That may cause some problems dropping a compiled xml in to a different framework as some of the reference ids might be different. Dragging png files in is never a problem though... as long as you can live with the current xml files.
Crysis21 said:
1. I am refering at the folder drawable, in wich you must put the charging XML, not file drawable.
2. I recomend the CWM update methos, as you might get bootloops or FC with Root Explorer
Click to expand...
Click to collapse
im an idiot, i guess thats what happens when you dont read everything all the way xD lol
snorkle said:
what you mean? just download the folders and then go into recovery and install using cwm ? cause they are .rar files so =/
Click to expand...
Click to collapse
no man, not that;s what i mean. the battery, the charger, and the XML for making the animation are put in separate packages. all these packages must be combined, at your preference, in your framework-res.apk file. (you open the framework-res.apk with WINRAR and then you put the images in the folder drawable-res-hdpi and the xml in drawable. TAKE CARE to save the file with no compression!!! after that, put the file in CWM_updater, in framework folder. THIS FILE (cwm_updater) you will flash with CWM. Got it?
Crysis21 said:
no man, not that;s what i mean. the battery, the charger, and the XML for making the animation are put in separate packages. all these packages must be combined, at your preference, in your framework-res.apk file. (you open the framework-res.apk with WINRAR and then you put the images in the folder drawable-res-hdpi and the xml in drawable. TAKE CARE to save the file with no compression!!! after that, put the file in CWM_updater, in framework folder. THIS FILE (cwm_updater) you will flash with CWM. Got it?
Click to expand...
Click to collapse
yes yes i got it, just never done it before so i felt kinda stupid haha, but i have one more question i got the rest but i did everything you said i put it in the folder, but when i try to install it using CWM, it says the file is bad abort installation, any ideas what i did wrong? thanks.
Crysis, you should edit your OP title to "17.03". I think dumb people like me will get confused
snorkle said:
yes yes i got it, just never done it before so i felt kinda stupid haha, but i have one more question i got the rest but i did everything you said i put it in the folder, but when i try to install it using CWM, it says the file is bad abort installation, any ideas what i did wrong? thanks.
Click to expand...
Click to collapse
be carfeull to not compress it. use store in winrar. if you can;t do it, send me your framework-res.apk
koreancanuck said:
Crysis, you should edit your OP title to "17.03". I think dumb people like me will get confused
Click to expand...
Click to collapse
Yes, I will do it. I haven't seen it until now ). Thanks

[UPDATE 6/11!!!]MIUI BATTERY MODS & MIUI Dark Theme Vari-Theme Manager Compatible!!!

[UPDATE 6/11!!!]MIUI BATTERY MODS & MIUI Dark Theme Vari-Theme Manager Compatible!!!
I got bored so I made some battery mods for MIUI. I added a theme (NEWTASK650 Dark) that i made off of the MIUI Dark Theme that i use along with some screenshots for anyone who likes it and wants to use it. It's a variation of the MIUI Dark Theme. Here's the original theme thread for it http://www.miuiandroid.com/2011/05/miui-com-official-dark-theme-consent-given-to-post/. Just download and check the previews to see more. I plan on trying to make 2 new batt mods a day if my schedule permits it. Make sure you go to Settings/System/Battery Settings/Battery Indicator Style and choose Percentage. Otherwise you will not see the battery.
BATTERIES CONTINUED IN POST #2 WILL TAKE REQUESTS!!!
These will only change the battery icon. NOTHING ELSE.
Download the .zip file you want to use, then extract the .mtz file, then FOLLOW INSTRUCTIONS BELOW.
HOW TO APPLY
-Put on SD card
-Open Theme Manager
-Hit Menu soft key button and select Import Theme
-Select the battery theme
-Select EDIT THEME
-Select Notification Bar and then choose the battery that you want to use
-DONE
A Special Thanks to xavierjohn22 for helping me to make it easier for you guys​
here is 2 short videos of how to drop them in the systemui.apk. if you wanna go that route. Just drop them in systemui.apk/res/raw folder.
Video#1
http://youtu.be/MWpFI2m0_lw
Video#2
http://www.youtube.com/watch?v=x8_GXgQqRvE
-1.6.10 TASK650 DARK Theme- It's a variation of The MIUI Dark Theme. Just a little more detailed.
{
"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"
}
-NEWTASK650 MINIMAL DARK THEME-
]
-Erebos Keyboard-
How To Install!!!
1.)Take the LatinIme.apk out of the zip
2.)put on phone
3.)set permissions in root explorer to
USER X X O
GROUP X O O
OTHERS X O O O
4.)Drop LatinIme.apk into system/app
-GLOSSY BATTERY-
-GB LANDSCAPE-
-VA DARK BLUE-
-Mode2b Battery-
-Glow Battery-
-Dotted Green Battery-
-Orange Slice Battery-
-HoneyComb Blue Battery-
-Vertical GB Green Battery-
-Stock GingerBread Battery-
-Stock HoneyComb Battery-
-Cm7 Battery-
-HoneyComb Bar Battery-
-Minimal Battery-
-Gauge Battery-
task650 said:
and another one
Click to expand...
Click to collapse
I want this one right here, but I have no idea where to find the system.apk or anything else.
smeltn said:
I want this one right here, but I have no idea where to find the system.apk or anything else.
Click to expand...
Click to collapse
its really easy. the systemui.apk can be found with the app root explorer. if you want i can just pack it in the systemui.apk myself but you would have to use root explorer to change permissions and drop it in system/app
task650 said:
its really easy. the systemui.apk can be found with the app root explorer. if you want i can just pack it in the systemui.apk myself but you would have to use root explorer to change permissions and drop it in system/app
Click to expand...
Click to collapse
sure that would be fantastic if you wouldnt mind.
I read somewhere, that you have to like open the theme.zip and go to frame/res and add it there, but of course that didn't work.
smeltn said:
sure that would be fantastic if you wouldnt mind.
I read somewhere, that you have to like open the theme.zip and go to frame/res and add it there, but of course that didn't work.
Click to expand...
Click to collapse
i'll pack the battery in the systemui.apk right now and post it for ya and give you instructions on how to do it. do you have root explorer?
task650 said:
i'll pack the battery in the systemui.apk right now and post it for ya and give you instructions on how to do it. do you have root explorer?
Click to expand...
Click to collapse
Yes I have Root explorer.. And thank you so much
here ya go bro. so now all you have to do is open root explorer scroll down to sdcard file click on it find the systemui.apk and long press it, select permissions and on the first line from left to right check the first 2, the middle line just check the first one and no others on that line, on the third just the first one also. it should look like this.
x x -
x - -
x - -
the x's are the ones that are checked and the -'s are the ones that shouldn't be. hit ok. then long press the systemui.apk again and select move then hit the back button. find system file and click it the app file and click that then hit paste. you're done. hold volume up and power for about 10 seconds and it should reboot and you're good.
Ok so I did exactly what you said but it isn't working. Battery didnt change. So I tried again, and when I moved the file I checked the permissions again and they change. Its like it isn't saving the permission changes I am making. It IS copying and replacing the file in the system/app folder, but it isn't showing up.
edit> I wonder if its because I am using a custom theme?
smeltn said:
Ok so I did exactly what you said but it isn't working. Battery didnt change. So I tried again, and when I moved the file I checked the permissions again and they change. Its like it isn't saving the permission changes I am making. It IS copying and replacing the file in the system/app folder, but it isn't showing up.
edit> I wonder if its because I am using a custom theme?
Click to expand...
Click to collapse
You need to replace the images in the theme then. Are the statusbar, wifi, and data icons changing too? If not then the theme description needs to be changed too so those icons and the battery icons can show up too.
Prototype159 said:
You need to replace the images in the theme then. Are the statusbar, wifi, and data icons changing too? If not then the theme description needs to be changed too so those icons and the battery icons can show up too.
Click to expand...
Click to collapse
I have tried 3 different themes to see if it made a difference and none of them change the wifi, data, battery icons at all.
So what do I need to replace and where?
Thanks for the help btw guys.
smeltn said:
I have tried 3 different themes to see if it made a difference and none of them change the wifi, data, battery icons at all.
So what do I need to replace and where?
Thanks for the help btw guys.
Click to expand...
Click to collapse
Take your theme. Zip it. Click on the zip and you will see your theme name. Double click on it and then it will open a new window with all of the theme's files. Find the systemui folder, look for a raw folder inside it and then replace the battery images with the one you want.
For the description file, you should unzip the folder area so you have the file on your computer. Keep the zip windows open, but go to where you unziped the folders. Click on it and edit the description file with notepad or something else and add this right before the last line:
<uiVersion>1</uiVersion>
Save it and replace it with the one in the zip (you can delete the folder on your computer if you want, since you don't need it anymore).
Make sure to save the changes to the zip file. And then can exit out of the folders area, and drag the theme name out of the zip file into your phone's sd card.
here ya go. good to go!
so to anyone who is just wanting to change the battery i made a really short video on how I do it. here it is. al i do is open the systemui.apk with 7zip and drop the new battery files that i am using in the res/raw folder. then follow what i do in this video.
http://dl.dropbox.com/u/22014441/Setting Permissions.mp4
task650 said:
so to anyone who is just wanting to change the battery i made a really short video on how I do it. here it is. al i do is open the systemui.apk with 7zip and drop the new battery files that i am using in the res/raw folder. then follow what i do in this video.
http://dl.dropbox.com/u/22014441/Setting Permissions.mp4
Click to expand...
Click to collapse
wow so you won't believe what the problem was the entire time. I actually went into the system/app folder and made a back up of my existing systemUI.apk, and actually I just renamed the original to be SystemUI-original.apk and then dropped the new on in. Problem was it was still reading that systemui-original.apk as being the one it wanted to use even though I had renamed it. So I went in and deleted the original, and as soon as I did I got the FC system errors... rebooted and tada it works fantastic. How weird.
Thanks for all your help
smeltn said:
wow so you won't believe what the problem was the entire time. I actually went into the system/app folder and made a back up of my existing systemUI.apk, and actually I just renamed the original to be SystemUI-original.apk and then dropped the new on in. Problem was it was still reading that systemui-original.apk as being the one it wanted to use even though I had renamed it. So I went in and deleted the original, and as soon as I did I got the FC system errors... rebooted and tada it works fantastic. How weird.
Thanks for all your help
Click to expand...
Click to collapse
no problem man. anytime you need any help just hit me up. you have my email so that would be the quickest way to get a hold of me.
images and theming including battery icons
FYI, we dont have to go to troubles of modding SystemUI.apk
Just make an mtz file and drop the battery mod images in the same structure as the apk. Then drop the .mtz file in \sd card\MIUI\theme and apply it via thememanager
com.android.systemui\res\raw
Same goes for many other apps including the MiuiMusic.
See sample attached (though i'ved pick a not so good image, LOL, whatever i see first in my pc, ha ha ha)
extract the .mtz inside the rar attached
EDIT:
I provided the info because every week MIUI 2.3.3 has some changes, so it's not likely we will be modding the systemui.apk every week just to have the battery icon changed. you can just make it available readily in the sd card using mtz theming
e.g. samples for title
Battery Mod Circle
Battery Mod Cool
Battery Mod Wow
The title can just be change and other folders not needed in my mtz removed. Image attached showing how i use your battery images to try the MTZ file. You can just make a bunch of the MTZ file and post it as themes rather than flashable or overwriting APK
xavierjohn22 said:
FYI, we dont have to go to troubles of modding SystemUI.apk
Just make an mtz file and drop the battery mod images in the same structure as the apk. Then drop the .mtz file in \sd card\MIUI\theme and apply it via thememanager
com.android.systemui\res\raw
Same goes for many other apps including the MiuiMusic.
See sample attached (though i'ved pick a not so good image, LOL, whatever i see first in my pc, ha ha ha)
extract the .mtz inside the rar attached
EDIT:
I provided the info because every week MIUI 2.3.3 has some changes, so it's not likely we will be modding the systemui.apk every week just to have the battery icon changed. you can just make it available readily in the sd card using mtz theming
e.g. samples for title
Battery Mod Circle
Battery Mod Cool
Battery Mod Wow
The title can just be change and other folders not needed in my mtz removed. Image attached showing how i use your battery images to try the MTZ file. You can just make a bunch of the MTZ file and post it as themes rather than flashable or overwriting APK
Click to expand...
Click to collapse
so do you have any suggestions on how i can make this thread easier for people. should i just throw up a com.andoid.xxxx file for them the drop the new battery files in themselves and advise them to throw that in their theme mtz file? thanks a lot for your input. and... would you mind if i put the info you gave me in the OP?
task650 said:
so do you have any suggestions on how i can make this thread easier for people. should i just throw up a com.andoid.xxxx file for them the drop the new battery files in themselves and advise them to throw that in their theme mtz file? thanks a lot for your input.
Click to expand...
Click to collapse
I Don't mind it al all bro, no problem, i was looking for a battery image then i came accross this thread. LOL
It will save you trouble in modding the systemui.apk every week if the deodexed rom has changes, it always has changes anyways (in patches only), now that they are revamping weekly, (at least for now) .
Here's on the top of my head as the idea
1. You could make many MTZ as i have mentioned. Copy what i have posted.
- battery mod 1.mtz
- battery mod 2.mtz
etc..
2. Each mtz will have same structure. Use winrar to change the file
3. description.xml contains the title of the theme. do not use weird characters as title
<title>Battery</title>
<author>Your name here</author>
4. com.android.systemui is the folder your battery images should go. Should be the same name too as what you are doing overwriting in APK
The images will be under com.android.systemui\res\raw
5. If you also want to change the toggle icons, put the images in com.android.systemui\res\drawable-hdpi
- You can even make a preview of it in the preview folder
- You can also remove the mms folder there
6. Put all the modded images and folder in the MTZ file

[AllianceROM][JB XXLSZ][OTA][VISUALS]Post your submissions here

Because we are getting so many good suggestions for OTA updates in our thread AllianceROM_JB XXLSZ_v2 we decided it was time to start a thread for users to post their submissions.
Major Credits to Robbie Hood for making this Rom and to Ficeto for making the awesome Rom Customiser and the Ota app
OTA visuals (and updates) are bound to certain format rules that I will explain in the following posts.
All things posted in here will first be tested and evaluated before being uploaded to OTA
please be advised that mods are not to include complete framework-res.apk, SystemUI.apk, SecSettings.apk or android-policy
{
"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"
}
OTA visuals
Visuals are zips containing images and XML files from apk that are to be changed.
Format for zip name is simple, just try to describe what the mod does, if mod is a variation of existing mods use same format as existing ones.
The .theme in the name is no longer needed.
Inside zip you put name of apk (without .apk). Mods can contain more than one apk!
Also put in the root op the zip:
An empty txt file named theme
A txt file called description with a short description of the mod
An image file in JPG format called preview with an image of your mod
put in the rest of the folders like in original apk
Before uploading it please test the mod yourself by putting it on your sd and flashing from RomCustomiser
If your mod fits an existing category please tell us in your post
If you come up with mods that don't have a category yet, please also make a revert mod containing the same images and xml from the original rom so users can get back to that easily
OTA updates
Ota updates can contain apk, mostly used by Dev's to update the Rom.
Can however also be used for fixes that contain an apk like the stock playstore
They are basicaly CWM zips, with some additions:
A txt file named description with a description of the update
An JPG file named preview with an image of the mod (preferable, not compulsory)
Please remember that all system apps go in preload/symplink/system/app
You can use the base zip that I uploaded here
one more
Thanks a lot Bas :highfive:
Now lets see some users be creative and create some themes/mods
good job :good:
Robbie Hood said:
Now lets see some users be creative and create some themes/mods
Click to expand...
Click to collapse
Played around with the Visual Theme engine and here is what I came up with so far :victory:
..and posted a few more here: http://forum.xda-developers.com/showpost.php?p=38824949&postcount=11
Re: [AllianceROM][JB XXLSZ_v2][OTA][VISUALS]Post your submissions here
nickshertzer said:
Played around with the Visual Theme engine and here is what I came up with so far :victory:
Click to expand...
Click to collapse
Need to just install this zip using rom customizer?
Sent from my GT-N7000 using xda app-developers app
really nice,
but could I get the V Background also in red?
would be cool
thanks in advance
salilpune1 said:
Need to just install this zip using rom customizer?
Click to expand...
Click to collapse
Yes. Also, you have to be using the Alliance Ficeto TWRP kernel. Philz must be missing some of the busybox (/?) instructions that make the theme engine work.
Working on a couple more.
---------- Post added at 10:00 AM ---------- Previous post was at 09:59 AM ----------
hara74 said:
really nice,
but could I get the V Background also in red?
would be cool
thanks in advance
Click to expand...
Click to collapse
Just modify the ZIP to add your own PNG file background_holo_dark.png :good:
Here are a few more:
Enjoy! :fingers-crossed:
nickshertzer said:
Here are a few more:
Enjoy! :fingers-crossed:
Click to expand...
Click to collapse
nice thanks man will uplaod em to our server asap but im experimenting a bit with my ROM
if all goes as planned the rom config will have a stock theme option as well so no need to flash a stock theme afterwards for the ones who like stock but just optional via romcustomizer when flashing the rom
is there any chance to get a zip to flash it from cwm?
it´s because I use this beautiful rom as sd rom and can´t flash anything via Rom Customizer :crying:
I tried different zip´s till now with my own png but none works
hara74 said:
is there any chance to get a zip to flash it from cwm?
it´s because I use this beautiful rom as sd rom and can´t flash anything via Rom Customizer :crying:
I tried different zip´s till now with my own png but none works
Click to expand...
Click to collapse
Didn't realize there was a functioning dual boot kernel now. Need to go look at that
Obviously, your setup is totally unsupported as far as Alliance team would be concerned. None of the OTA stuff would ever work. You'd might be better off running Alliance as the main 'phone' ROM and AOSP, CM, whatever, as your SD ROM.
But there is hope for you yet...
You need to pull your framework-res.apk, manually modify the background png, and push framework-res.apk back into /system/framework manually via ADB or whatever file manager is convenient (Alliance ROM Manager comes to mind)
You can follow instructions here: http://forum.xda-developers.com/showthread.php?t=2175160 (except in Alliance ROM, Robbie changed the HOLO background name to background_holo_dark.png and NOT tw_background_holo_dark) :highfive:
nickshertzer said:
Didn't realize there was a functioning dual boot kernel now. Need to go look at that
Obviously, your setup is totally unsupported as far as Alliance team would be concerned. None of the OTA stuff would ever work. You'd might be better off running Alliance as the main 'phone' ROM and AOSP, CM, whatever, as your SD ROM.
But there is hope for you yet...
You need to pull your framework-res.apk, manually modify the background png, and push framework-res.apk back into /system/framework manually via ADB or whatever file manager is convenient (Alliance ROM Manager comes to mind)
You can follow instructions here: http://forum.xda-developers.com/showthread.php?t=2175160 (except in Alliance ROM, Robbie changed the HOLO background name to background_holo_dark.png and NOT tw_background_holo_dark) :highfive:
Click to expand...
Click to collapse
thanks m8 for ur quick anser :good:
with the ota updates I got no problem,
downloaded with AllianceOTA and flashed via recovery, worked fine so far
and I know it would be the best to flash this Rom as phone Rom,
but I´m to lazy to setup two Roms again :silly:
and you would laugh, I extracted the framework-res.apk from the rom a few minutes ago and replaced that png ,
but not flashed till now
Edit: it worked, I copied over the framework-res.apk manually
hara74 said:
thanks m8 for ur quick anser :good:
with the ota updates I got no problem,
downloaded with AllianceOTA and flashed via recovery, worked fine so far
and I know it would be the best to flash this Rom as phone Rom,
but I´m to lazy to setup two Roms again :silly:
and you would laugh, I extracted the framework-res.apk from the rom a few minutes ago and replaced that png ,
but not flashed till now
Edit: it worked, I copied over the framework-res.apk manually
Click to expand...
Click to collapse
why on earth would you need two roms
if OTA updates work then visuals work as well
nickshertzer said:
Here are a few more:
Enjoy! :fingers-crossed:
Click to expand...
Click to collapse
Suuper nice themes, just one question: is the home an lockscreen backround supposed to change, 'cause it didnt and it would be nice if all changed according to the theme.
LaCroyx said:
Suuper nice themes, just one question: is the home an lockscreen backround supposed to change, 'cause it didnt and it would be nice if all changed according to the theme.
Click to expand...
Click to collapse
these are no themes mate jjust backgrounds
Robbie Hood said:
these are no themes mate jjust backgrounds
Click to expand...
Click to collapse
but this backgrounds don't also change in home screens and lockscreen? I flashed one in rom customizer and it changed the background only when i',m in settings, other than that i have my old background. Or am I missing something?
Re: [AllianceROM][JB XXLSZ_v2][OTA][VISUALS]Post your submissions here
LaCroyx said:
but this backgrounds don't also change in home screens and lockscreen? I flashed one in rom customizer and it changed the background only when i',m in settings, other than that i have my old background. Or am I missing something?
Click to expand...
Click to collapse
You mean wallpaper. Wallpaper and backgrounds are two different things
Sent from my GT-I9100 using Tapatalk 2

Categories

Resources