[MOD] Battery Icon Mod for gen8 v0.5 - Gen8, Gen9, Gen10 Themes and Apps

Requirements
Rooted with chulri's root or UrukDroid
Firmware 2.1.08, 2.3.20, 2.3.26
I obtained the replacement icons from UOT Kitchen
{
"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"
}
All the modifications that are done to the framework-res.apk can be downloaded here framework-res-MOD-CircleBattery-v0.4.zip
For firmware version 2.3.26 I had to fix an xml file else it would not compile here is the MOD framework-res-MOD-CircleBattery-v0.5.zip
The cooked framework-res.apk and services.jar can be downloaded here
framework-res.apk-CircleBattery-v0.4-FW2.1.08.zip
framework-res.apk-CircleBattery-v0.4-FW2.3.20.zip
framework-res.apk-CircleBattery-v0.5-FW2.3.26.zip
Installation instructions
Needless to say, only attempt this if you are comfortable modifying system files. As we are using the SDE for this, the potential risk of bricking/ irreversible damage is low, but you should still have some idea what you're doing! (Warning stolen from fisha21)
unzip framework-res_vx.x.apk.zip and copy the framework-res.apk and services.jar to /sdcard/
with adb execute the following commands
Code:
adb push framework-res.apk /sdcard/
adb push services.jar /sdcard/
adb shell
su
stop
cp /sdcard/framework-res.apk /system/framework/
cp /sdcard/services.jar /system/framework/
sync
start
ATTENTION after the start command it can take up to 5 mins depending the number of apps installed because the dalvik cache must be regenerated.
Version 0.5
Fix to xml file to make it compile for FW 2.3.26
Version 0.4
Better charging animation for 100% battery full
Version 0.3
Better charging animation
Gradiant colors
This was tested on A70IT with firmware 2.1.08 but should work on any gen8 device with the same firmware.

Reserved for future use.

Welcome to the theming party!
Have to say, your install method is simpler...

fisha21 said:
Welcome to the theming party!
Click to expand...
Click to collapse
Thxs It took me 2 full days to figure out how to re-compile a framework-res.apk the posts on xda are scattered all over the place and nothing is very clear what the exect procedure should be. so.......
Today I finaly got some scripts together with apktools to automate the stuff.
fisha21 said:
Have to say, your install method is simpler...
Click to expand...
Click to collapse
Well i hate GUI for things like that and with Wifi ADB it's simple.

nice, anychance of having the circle with the % number in the middle?

thefunkygibbon said:
nice, anychance of having the circle with the % number in the middle?
Click to expand...
Click to collapse
Difficult. I can't find anything in the xml files that control the placement of the text in the battery. I'm looking in services.jar if I can fully disable the percent text.

you wouldnt need to add system text, just put the text as numbers within each of the 100 circle images you are using. its been done on loadso f other phones already you could probably just use the images from them.

thefunkygibbon said:
you wouldnt need to add system text, just put the text as numbers within each of the 100 circle images you are using. its been done on loadso f other phones already you could probably just use the images from them.
Click to expand...
Click to collapse
Yes I know that BUT the default battery percentage will be overlaid on the images so still the same problem.

ah so that means that the mod as it stands already does have the % battery life in numbers in the middle? why didnt you say?

thefunkygibbon said:
ah so that means that the mod as it stands already does have the % battery life in numbers in the middle? why didnt you say?
Click to expand...
Click to collapse
Sorry Need to add that part but if you look at the bugs it's mentioned there. Need to add it more clearly.
I'm working on a fix for the percentage but that means decompiling service.jar and hacking the davlik code.

Added v0.2 with the percentage in the icons instead of seperate text.

anyone know how this looks on a70 with pixel density 130? maybe a screenshot. the stock battery and wifi are nearly unreadable.

any way of combining the mods from fisha21's framework modifications and this?

thefunkygibbon said:
any way of combining the mods from fisha21's framework modifications and this?
Click to expand...
Click to collapse
I'll talk to him about it. He's having problems with the compile process at the moment I've given him some pointers.

i tried the UOT once again over a heavenly allready modified framework-res.apk and it made a beautiful batt-circle, booted:
BUT: all google apps and some apps in the notification bar crash immidiatly.
didn't try to clear dalvik for now - could help maybe.
maybe its because the UOT renames all dirs and the app to *-v4? and writes the animatated symbols to drawable-hdpi instead of mdpi?

wdl1908 said:
I'll talk to him about it. He's having problems with the compile process at the moment I've given him some pointers.
Click to expand...
Click to collapse
thefunkygibbon said:
any way of combining the mods from fisha21's framework modifications and this?
Click to expand...
Click to collapse
Certainly, should be ready for you in the next couple of days!
Turns out the main issues I was having were due to Uruk 0.7. For some reason, Uruk 0.7 installed to internal SD doesn't appear to be compatible with framework modification (as far as I can tell).

Added v0.3 with gradient colors and better charging animation.

Version 0.4
Better charging animation for 100% battery full

Just curious - did you manage to get UOT to generate the mdpi resolution images, or did you resize the hdpi ones manually?

fisha21 said:
Just curious - did you manage to get UOT to generate the mdpi resolution images, or did you resize the hdpi ones manually?
Click to expand...
Click to collapse
The stock icons where included in the mdpi so I resized the hdpi ones to 25x25px

Related

[GUIDE] Porting Android 3.0 Honeycomb Lockscreen Digital Clock to any Android Phone

Porting Android 3.0 Honeycomb Lockscreen Digital Clock
I think you all are aware of the new Honeycomb Lockscreen Digital Clock that has 2 colors. It adds a funky look and is pretty cool and nice on the Lockscreen. I have decided to port it from Honeycomb SDK to other Android Devices.
I have tested it and it works well on Galaxy S XWJVB Android 2.3.3. I suppose it should work fine for other devices too.
What's so special in this Digital Clock?
This is an obvious question. Why to port the digital clock when a simple TTF font file replacement could do the job? Hmm.. Have you noticed that the Clock uses 2 font colors? A TTF file generally contains the font, but the color attribute is specified in the XML file. Hence, the Digits in the clock can only carry one color attribute. The Digital Clock in Honeycomb uses special rendering to display 2 font colors. Its relatively simple.
There are 2 TTF file which contain distinct digits. Hence 2 types of Clock Text with 2 different font faces are rendered. They are overlapped on each other and using XML attributes each "Textview" is assigned a different text color. This is what creates the funky looking digits. Pretty Cool eh?
Instructions for developers.
1. Download the attached Source.
2. Decompile the framework-res.apk with APK Manager and make the required changes that are provided in the Source. You need to add a new ID in ids.xml "timeDisplayForeground" and make the appropriate addition in the public.xml too. Recompile when done.
3. Decompile the classes.dex from framework.jar to .smali files using baksmali utility.
5. Open the public.xml in framework-res.apk that you have edited previously.
6. Open DigitalClock.smali provided in the Source with a Text Editor and Search for "onFinishInflate", and change the 2 ID references to "timeDisplay" and "timeDisplayForeground" reference codes present in public.xml respectively.
7. Open DigitalClock$AmPm.smali and change the resource id under .line 103 to "am_pm" reference code present in public.xml
8. Replace the smali files that you have edited along with the other files and copy them to your decompiled framework. You need to replace them in com/android/internal/widget/
9. Recompile the framework.
10. Copy both the framework files to the framework folder in the device and copy the 2 font files provided to the fonts folder.
11. Reboot the device. If everything is done properly, you will see the magic
Click to expand...
Click to collapse
For users
I have decided not to make a version exclusive for the mod due to compatibility issues with other ROMs, hence I have applied this mod to my 5 lockscreen mod for Galaxy S JVB.
You can download it from this Thread:
http://forum.xda-developers.com/showthread.php?t=1036859
Click to expand...
Click to collapse
{
"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"
}
Hit the Thanks Button and consider a Donation if you like my work. I have spent a lot of time on porting the Honeycomb lockscreen which failed. Atleast the digital clock port turned out well
Reserved
well done dude!
still one question left:
me nu like style of the digits ... u tried to change dem ?
ef not ... i believe i will try it to night ... to mek it look a bit smoother
will report back ... even when i ran into troubles
keep up the good work!!!
Many many thanks dhiru for this great work, as always!
I will add it in my next rom!! XD
Sent from my SGS with Simply 3.1 JVB ROM
c0llal0 said:
well done dude!
still one question left:
me nu like style of the digits ... u tried to change dem ?
ef not ... i believe i will try it to night ... to mek it look a bit smoother
will report back ... even when i ran into troubles
keep up the good work!!!
Click to expand...
Click to collapse
I didn't alter them. Its just the Font.
Nice Lockscreen
In the instructions for devs . No2. Says add ID.
What ID?
Sorry for the noob q
Thanks for your time :-D
Perka said:
In the instructions for devs . No2. Says add ID.
What ID?
Sorry for the noob q
Thanks for your time :-D
Click to expand...
Click to collapse
Bump, any help? Pls.
i'm using galaxy ace , made the modifications to framework-res.apk n framework.jar
both of the file compiled successfully ,i did fix the permission properly
but when i reboot , i get a bootloop
suddenly i can see touchwiz , but there's a force close pop up msg
then it went back to boot animation
what wrong I did ?
can someone help me, please?
I also copied those font to /system/fonts and fix permission properly
imbawind said:
i'm using galaxy ace , made the modifications to framework-res.apk n framework.jar
both of the file compiled successfully ,i did fix the permission properly
but when i reboot , i get a bootloop
suddenly i can see touchwiz , but there's a force close pop up msg
then it went back to boot animation
what wrong I did ?
can someone help me, please?
I also copied those font to /system/fonts and fix permission properly
Click to expand...
Click to collapse
Do a logcat and see to where you are getting an error.
and the value files in framework-res.apk gone after compile , isit normal?
do a logcat after replace those files?
but my phone bricked (bootloop) after replace those file , and i restored ,how can i see those logcat ?
can i use it with another lockscreen for example miui?

[THEME] Ginger Green V.1.1 Complete *Battery Mod/Transparent Statusbar/CRT Off*

Here is my Ginger Green theme!
Features
CRT Off Screen Animation
Transparent Statusbar
Battery Percentage Mod
Gingerbread Statusbar Icons
Green Glow Around Popout Menus
Greyscale Settings Menu
Greyscale Power Menu
Recoloured Notifications Slideout
Selection Colour is now green not blue
Screens
{
"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"
}
How to Install
1) Download the files from below
2) Download ADB (if you dont already have it)
3) Copy the files into the same directory as ADB
4) Run Commands below for whatever files you want
Code:
adb push framework-res.apk /system/framework
Code:
adb push SystemUI.apk /system/app
Code:
adb push Settings.apk /system/app
5) Once finished run command
Code:
adb reboot
Downloads
Settings.apk V.1.0
SystemUI.apk V.1.0
framework-res.apk V.1.1 (rename to framework-res.apk after downloading, mirror creator wants to add a _0 for some reason :S)
Good stuff! this maybe the sgs2 first xda theme
dh2311 said:
WORK IN PROGRESS!!
Got some features working on my phone. Just need someone to upload stock framework-res.apk and systemUI.apk
need to go back to stock, because ive gone mental on mine and cant remember what I've changed to get it back to stock.
Working so far;
Transparent Statusbar
Modded Icons
Volume bar colour
Loading bar colour
Please help me by dropping the apk's here
Click to expand...
Click to collapse
Good stuff,
Get some screenshots up of what you've managed so far, and I'll get to work on getting you the APK's
If you want screens, click on my sig, its basicly the theme from my rom, but without AOSP, Extended power and overscroll. Some things may turn out different, still making some stuff
Theme is up, ENJOY!!
Please could you also share your wallpaper?
Is it possible to use the UOT Kitchen with the SGS II by removing the framework and systemUI apks from the system dump in the development section?
You can use UOT, I used it for a couple of the mods on this, only reccomendation is to pull the apk's from your phone as the system dump is from an older pre-release software
Nice work
One q: did u really have transparent statusbar on this rom?, i been trying to get this without luck.
DocRambone said:
Nice work
One q: did u really have transparent statusbar on this rom?, i been trying to get this without luck.
Click to expand...
Click to collapse
Alright DOC! I know its off topic, but please tell me you are bringing rom kitchen to SGS II I love it
EDIT: Just looked at the site
And as for transparent statusbar, my flawless technique for getting it working is UOT kitchen. it just works! I tried manually and failed, but it is transparent, well translucent if u wanna be picky
Would be good to have the old TV box effect on lock - i thought I saw it in an earlier version. Has it been removed from this one?
Adding CRT Off anim now, sry bout that, totaly forgot
Can i just copy your Framework-res.apk over the existing one on my phone using root explorer instead of using Adb??
Sent from my GT-I9100 using XDA Premium App
kersey said:
Can i just copy your Framework-res.apk over the existing one on my phone using root explorer instead of using Adb??
Sent from my GT-I9100 using XDA Premium App
Click to expand...
Click to collapse
should be able to yeh, just suggested adb as its a free method.
CRT Off animation added for locking the screen...
dh2311 said:
Alright DOC! I know its off topic, but please tell me you are bringing rom kitchen to SGS II I love it
EDIT: Just looked at the site
And as for transparent statusbar, my flawless technique for getting it working is UOT kitchen. it just works! I tried manually and failed, but it is transparent, well translucent if u wanna be picky
Click to expand...
Click to collapse
Yes, sgs 2 will be in kitchen, most base work finished, need a cw recovery th.
Tried the UOT kitchen, but still no go for transparency...
DocRambone said:
Yes, sgs 2 will be in kitchen, most base work finished, need a cw recovery th.
Tried the UOT kitchen, but still no go for transparency...
Click to expand...
Click to collapse
Ermm.. thats how I did it so i dunno.
try using this theme and editing the png's. I dont care if you use it ;P
How easy is it to go back to original from this theme???
Also whay do you do with the framework-res_0.zip - just rename it to framework-res.apk ????
how does this work becuase the system apps have .odex files.. dont you have to remove this first.. adb push will not remove them?
extrememonkey said:
How easy is it to go back to original from this theme???
Also whay do you do with the framework-res_0.zip - just rename it to framework-res.apk ????
Click to expand...
Click to collapse
Don't know what happened there, the file I uploaded was framework-res.apk?? Il reupload
EDIT: Turns out mirror creator renames the file if there is already a file uploaded with the same name. You'll have to rename it, sorry
lgkahn said:
how does this work becuase the system apps have .odex files.. dont you have to remove this first.. adb push will not remove them?
Click to expand...
Click to collapse
Nope, works with the old odex, just leave it there and replace the apk, still works fine for me

[MOD] 1% battery, no carrier, CRT off, no wasted space around clock

This mod will add the following features:
battery % numbers with step of 1 instead of 5 as by default
battery charging icon displays %
no carrier text
no wastes space around clock (especially noticeable with 24H clock)
CRT off effect (it's an animation when screen gets turned off)
The battery icons were taken from [KITCHEN][12/20] UOT Kitchen (Ultimate Online Theme Kitchen) version 4.0
Created from and tested on Nitro HD P930 (AT&T) with stock rom.
Disclamer: as usual you are the one who is responsible if you brick you phone
The attached files can be flashed with CWM. In my tests I had to install package twice without reboot, otherwise it would either get stuck at LG logo or boot loop.
Make sure create a backup with CWM before installing this!
If you don't want use CWM you can install it manually:
backup /system/framework/framework-res.apk and /system/app/SystemUI.apk
copy framework\framework-res.apk and app\SystemUI.apk from package to sd card on your phone
a) using Root Explorer (DO NOT USE ES FILE EXPLORER OR YOU'LL BRICK YOUR PHONE!) copy framework-res.apk and SystemUI.apk from sd card to /system/.
Change permissions to:
{
"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"
}
move /system/framework-res.apk to /system/framework/
and /system/SystemUI.apk to /system/app/
reboot (don't worry about force closes, it's normal)
b) using adb from your computer, make sure phone is set to debug mode.
open cmd window on your computer and type (each line is separate command):
Code:
adb shell
su
mount -oremount,rw /dev/block/mtdblock3 /system
cp /sdcard/framework-res.apk /system/
chmod 0644 /system/framework-res.apk
chown root.root /system/framework-res.apk
cp /sdcard/SystemUI.apk /system/
chmod 0644 /system/SystemUI.apk
chown root.root /system/SystemUI.apk
mv /system/framework-res.apk /system/framework/
mv /system/SystemUI.apk /system/app/
mount -oremount,ro /dev/block/mtdblock3 /system
exit
exit
adb reboot
It'd be really cool to figure out how to manually cook an apk like itiskonrad did, but with percentage text in 1% increments on top of the blue battery he created.
Awesome! Thanks, [email protected]! Yeah, Malnilion, if it's okay with [email protected], maybe I can take a look at it and try to group it with the blue icons/blue battery/no carrier stuff if he's cool with that?
itiskonrad said:
Awesome! Thanks, [email protected]! Yeah, Malnilion, if it's okay with [email protected], maybe I can take a look at it and try to group it with the blue icons/blue battery/no carrier stuff if he's cool with that?
Click to expand...
Click to collapse
absolutely!
And by the way, after seeing the vertical icon I noticed that we have so much wasted space between battery icon and clock, never noticed it before, now it bothers me...do you think there is a way remove that space?
Hmm, one question though. If I apply the % to the stock battery, what color do I choose for the number? =) As the battery drains, it has a white background, so I guess no white. So just black?
Quick question for [email protected]! I decompiled the framework-res.apk that you got from UOT Kitchen, and noticed that all the battery icons normally used by the phone (typically stored in framework-res/res/drawable-xhdpi) are missing. The battery icons being used in this theme are being stored in framework-res/res/drawable-hdpi, the folder designated for lower-resolution icons for lower res phones. My question is did you delete the battery icons from xhdpi? Or did UOT kitchen do it automatically?
No, I did not touch the .apk files. Must be UOT kitchen itself...
I wonder when/where these xhdpi images are being used?
In the nitro, xhdpi images include pretty much all the icons, battery, buttons used. All modifications I made were to copies of the icons used in xhdpi. UOT kitchen can't handle xhdpi yet. It's only designed for phones up to qHD, which still use images in hdpi. So when UOT kitchen made the phone use 1% battery increments, the only way it knew how was to direct the framework to use hdpi images of the battery, since it doesn't understand how to modify xhdpi yet. This is fine, but I'm wondering if since it's directing the battery icons to hdpi (these are about half the resolution of the xhdpi icons) if it's also directing ALL the other icons to hdpi. Did you notice any drop in quality (or size) of the other icons unrelated to the battery when installing this apk, in particular the install icon (the arrow with the horizontal green line going through it that pops up when you're downloading/installing an app)? If nothing else changed, then it's good. Then the only things that have been modified are the battery icons, and I can see if I can just swap them out with higher res originals with added percent values....
looks cool, about to do this but re: step 3b
could you clarify what adb is?
thanks in advance!
scott0 said:
looks cool, about to do this but re: step 3b
could you clarify what adb is?
thanks in advance!
Click to expand...
Click to collapse
adb.exe is a command-line tool, part of a set of Android Developer tools. You usually have to download the Android Software Developer's kit to get...But since I know you recently used SuperOneClick to root your phone, you can just grab it from that install.
Be sure whatever directory you use, you copy over all the files inside the ADB directory from SuperOneClick
Namuna said:
adb.exe is a command-line tool, part of a set of Android Developer tools. You usually have to download the Android Software Developer's kit to get...But since I know you recently used SuperOneClick to root your phone, you can just grab it from that install.
Be sure whatever directory you use, you copy over all the files inside the ADB directory from SuperOneClick
Click to expand...
Click to collapse
hey cool, thanks! firing up the superoneclick here in a bit.
You know, now I do see the battery icon is a bit fuzzy, but it really, really barely visible...we are talking about 24% difference, 38x38 vs 50x50
if others are afraid of bricking their phone.
i can confirm that this mod DOES WORK! (i use the 1%_battery_horizontal.zip)
thanks [email protected] !
Added CRT off effect
I am running Domination HD rom, flashed with CMW, boots fine but i have no notification bar at all.
Any ideas or is it maybe only compatible with stock roms?
Sent from my LG-P930 using XDA App
blaineball said:
I am running Domination HD rom, flashed with CMW, boots fine but i have no notification bar at all.
Any ideas or is it maybe only compatible with stock roms?
Sent from my LG-P930 using XDA App
Click to expand...
Click to collapse
I think it's due to Domination is deodexed rom, this mod is not dedexed.
I don't know if there is a way use dedexed SystemUI.apk on stock rom or not...
I'm in process of testing phone with no CWM installed, so I don't want risk it soft brick
I've attached SystemUI.odex file, try put it in /system/app/ using the manual method above.
If it works, perhaps deodex version could possibly make it work on stock rom as well.
Deodexed SystemUI.apk works fine on non-deodexed stock rom. I'm using it now in order to get the transparent notification bar on my otherwise stock rom.
Did you have to delete SystemUI.odex ?
Yup, deleted the odex after putting in the deodexed apk. Works fine as far as I can tell. Been using it this way for a month or so and no signs of anything weird. And I think since only SystemUI.apk is deodexed, it didn't seem to change my boot time when turning on my phone. Still right around 55 seconds.
How would I add just the CRT effect?

[THEMEs][MODs][6.2.B.0.x] Themes for JB 4.1.2 | Xperia S | [DISCONTINUED]

31/10/13: Goodbye guys, I do not longer have this phone.. :/ I got a problem with the touch screen and sent it in for repair, the repair center couldn't fix it and offered my money back. So I took it. Probably going to buy a N5 when it's released here.
{
"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"
}
Themes for Xperia S
Jellybean​Some themes and mods for our Xperia S
Mod doesn't work/phone bootloops? Be sure you have the following:
6.2.B.0.211 firmware for Xperia S. Only AOSP lockscreen is made for .96 fw.
Deodexed ROM (I use this: link)
Do not have other mods which can conflict with my mod
Have wiped in recovery
AOSP Lockscreen for .96 fw
v2, fix bottom bar bug
Normal: http://www.mediafire.com/download/cjca5tcyuednnd1/AOSPLockscreen-96-skifyr123.zip
Screenshot:
Click to expand...
Click to collapse
Navigation bar - different sizes
Extra: Unplug from USB turns on screen, no annoying popup warning when battery reaches 15%, led off when fully charged (doens't always work),
Uses the overlay function Android have. More info see here and here
40 dip: http://www.mediafire.com/download/ppsobj8tluq4v7u/40.apk
38 dip: http://www.mediafire.com/download/vzcf26tdcpu2law/38.apk
34 dip: http://www.mediafire.com/download/g4ea6gauy1xb2aw/34.apk
24 dip :http://www.mediafire.com/download/8un51vb53ki8u7t/24.apk (No extra mods, only navigation bar)
You need patched SystemUI when using smaller navigation bar! All my SystemUI mods/themes are patched. Here is a patched stock SystemUI for .211: link. Or simply extract the navigation_bar.xml from one of my SystemUIs..
Different sizes can be requested if you ask nicely!
To install: use adb or file manager and push the file to /system/vendor/overlay/ and reboot. If you want to revert to no navigation bar, simply delete the file and reboot.
Bug: Camera overlay..
Click to expand...
Click to collapse
Blue navigation bar buttons http://www.mediafire.com/?m0tc8m4crjtdbyu
Flash in recovery. Works on any firmware/ROM/phone...
Click to expand...
Click to collapse
Below are unsupported themes/mods for .211 f/w. I will update if I have time and want to.
Wake up device with volume buttons http://www.mediafire.com/download/hu539j89599pf88/VolumeWake-211-skifyr123.zip Need deodex!
Click to expand...
Click to collapse
Advanced volume control:
Normal: http://www.mediafire.com/download/tspih5e1v5tn8k7/Advanced-volume-control-211-skifyr123.zip Need deodex!!
No sound when volume button pressed: http://www.mediafire.com/download/n99z6adtz2wiiz1/AVC-nosound-211-skifyr123.zip Need deodex!!
Flash in recovery
Currently doesn't work with AOSP centered lockscreen. If you install it on top of that mod you will get a bootloop! Solution: revert to normal AOSP lockscreen.
When volume button is pressed, you get volume control for currently used audio stream.
With this mod, you get also button for changing volume for all other streams.
Click to expand...
Click to collapse
Screenshot:
Credits: peetr_
Click to expand...
Click to collapse
AOSP SystemUI
Normal: http://www.mediafire.com/download/bfylmc30xidmvcd/AOSP-SystemUI-211-v2-skifyr123.zip
With brightness slider: http://www.mediafire.com/download/d8ftczdska6g4co/AOSP-SystemUI-brightnesslider-211-skifyr123.zip (Need deodex)
If brightness slider doesn't show: wipe cache in CWM, install again. If it still doesn't show, it is possible a previous mod conflicts with mine. Flash a deodexed ROM (link) and install mod again.
Normal:
Brightness slider:
Click to expand...
Click to collapse
AOSP themed BlackTheme http://www.mediafire.com/download/aa38lzauqurhdab/AOSPBlackTheme-211-skifyr123.zip
This is a themed BlackTheme, with new wallpaper (JB) and holo blue accent color. Settings -> Display -> Themes -> AOSP
Click to expand...
Click to collapse
AOSP settings + power control widget http://www.mediafire.com/download/kfeke4h80dccupk/AOSP-Settings211-skifyr123.zip
Screenshot:
Click to expand...
Click to collapse
If you are on locked bootloader without CWM, you can extract the files from the zip and push it to you phone with adb / use a file manager.
CWM-template: http://www.mediafire.com/?v3rrf4oc90nz46s
Place the files you wish to install in the app folder. framework-res.apk must be place in the framework folder.
Thanks for your hard work, looks great..
look nice thank a lot
thanks look nice, gonna give a try ^^
Just added a bunch of battery mods, go check them out!
Thanks for the mod
just a question about ICS Cosmic Flow theme. It has an animated wp or it is static?
TY
great work
works great but could you make one just like the green but only blue with the % just above the icon like we had with Gb would be ahsome
works like a charm
Many thanksssssssssssssssssssssss
denaz said:
Thanks for the mod
just a question about ICS Cosmic Flow theme. It has an animated wp or it is static?
TY
Click to expand...
Click to collapse
Static. I tried to edit the live wallpaper, but there was no way I could make it work like on Gingerbread:/
marcjuh said:
great work
works great but could you make one just like the green but only blue with the % just above the icon like we had with Gb would be ahsome
Click to expand...
Click to collapse
Can you point me to the thread with that mod?
Thanks guys! More coming soon
If i try to Paste the .apk it tells me the Folder is read only, what can i do ?
judunur said:
If i try to Paste the .apk it tells me the Folder is read only, what can i do ?
Click to expand...
Click to collapse
You need root to do this. If you are using ES file explorer you need to edit settings in order to edit files in /system. Menu - Settings - check "Root Explorer" and "Mount File System".
sorry but there is a bug
i am using this
when battery is charged fully. the number 99 increases to 100 and then in a tick tock it backs to 99 and again increases to 100 in a tick tock
99, 100, 99, 100, 99, 100 continously
These look really nice, are they mods you did of the Xperia S ICS stock SystemUI.apk file or from a different firmware?
-smc
I can't get battery mod "Numbers" to work for me.
I did put it in /system/apps and it is rw-r--r--
Did a reboot...nothing..
Do i miss something?
I do use ICS rooted.
minhtri said:
sorry but there is a bug
i am using this
when battery is charged fully. the number 99 increases to 100 and then in a tick tock it backs to 99 and again increases to 100 in a tick tock
99, 100, 99, 100, 99, 100 continously
Click to expand...
Click to collapse
Thanks, uploaded a new fixed version.
somemadcaaant said:
These look really nice, are they mods you did of the Xperia S ICS stock SystemUI.apk file or from a different firmware?
-smc
Click to expand...
Click to collapse
Yes, they are based on stock SystemUI.apk, only some changes to get 1% battery.
BazBaz said:
I can't get battery mod "Numbers" to work for me.
I did put it in /system/apps and it is rw-r--r--
Did a reboot...nothing..
Do i miss something?
I do use ICS rooted.
Click to expand...
Click to collapse
There should be no problems with it, working fine for me and others.. You can try with Androxyde's kernel and follow these instructions to push the SystemUI.apk through adb:
Open cmd in same folder as the .apk
adb remount
adb push SystemUI.apk /system/app
Reboot for effect.
8 new battery mods added to 1st post! :victory:​
how to use Full ICS /system dump file ?
build a .img ?
sigma9988 said:
how to use Full ICS /system dump file ?
build a .img ?
Click to expand...
Click to collapse
That is for development. Many people want it to either build a ROM or use parts of it in their ROM, themes etc.
I am uploading my ICS themed lockscreen now Looks pretty nice, way better than stock
edit. Updated 1st post
The icons for the lock screen seem a bit big
Is working now, was my fault.
Thanks for the mod
Are these icons HD or low-res? I love the battery percentage list you have but I can see some blurriness in them.

[Guide] Transparent background - framework-res.apk Contacts.apk [ICS-JB]

This is a simply method to set a transparent background on framework-dependent apks and Contacts.apk.
1. Using Photoshop or similar create a trasparent image (% as you wish) and save it as .png. If you insert a texture or image, use your device resolution for better results. Make two copies and rename its as "background_holo_dark.png" and "background_dial_holo_dark.png"
2. Decompile framework-res.apk. You can follow this great guide
3. Browse to res/values and open styles.xml. Search code for "<style name="Theme.Holo" parent="@style/Theme">"
4. On it, search this line "<item name="windowShowWallpaper">false</item>" (using Komodo is line 1006) and replace values with true. Save and close.
5. Browse to res/drawable-nodpi and replace existing background_holo_dark.png with your image
6. Recompile framework-res. You may refer to guide posted above
7. Using winrar or similar browse into Contacs.apk to res/drawable-nodpi and replace existing background_dial_holo_dark.png with your image (simply drag&drop, be careful to set compression to Store)
8. Replace framework-res and Contacts.apk on your device (Root explorer, adb, flash through recovery). Personally I also clear cache and dalvik cache
9. Enjoy your modded apks!
After the editing of framework-res.apk you may visit this thread to download also my transparent calendar and mms apks!
Remeber: always perform backup before replace any system file! Also, I'm no responsible for any problems that may occure on your phone
Attached you can find two transparent background 480x800
Here some screenshots (second one from esk02k)
{
"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"
}
-----------------------------------------------------------------------------
P.S. Of course, this method allows you to change backgroung also with any non transparent image. You simply have to rename your two image copies as reported in point 1. Then replace the original file using winrar or similar as in point 7. You don't need to decompile framework-res.apk in this case!
Thanks but can I use 7zip
I don't like to Decompile and decompile process I think it's hard
You can use 7zip to replace image on Contacts.apk, but you need to decompile framework-res.apk to modify styles.xml.
If you follow the linked guide you will see that compile/decompile apks is not so difficult!
Sorry
What link do you mean ?
nice, thanx.
But one question, do you know how to change the color of font in contacts? ie. from black to white? like how it is in dial...
Kadhim7 said:
Sorry
What link do you mean ?
Click to expand...
Click to collapse
This one
Sorry, I've forgotten to add link on first post, fixed.
Thanks it came out real nice. I settled on 60% transparency. Heres a screenshot for the op if you want it :
(using galaxy pack livewallpaper)
esk02k said:
Thanks it came out real nice. I settled on 60% transparency. Heres a screenshot for the op if you want it :
Click to expand...
Click to collapse
Taken!
Hi is it possible for you to make the stock calendar background transparent??? I hate the stock look!!.
can we use VRT universal theme flasher for CM9 Roms?
replacing framework-res usually deletes every account registered on the device. I used vrt zips on stock-based Roms easilly. but when I was trying to use it on a CM9 Rom iit just crashed everything.
sam5154 said:
can we use VRT universal theme flasher for CM9 Roms?
replacing framework-res usually deletes every account registered on the device. I used vrt zips on stock-based Roms easilly. but when I was trying to use it on a CM9 Rom iit just crashed everything.
Click to expand...
Click to collapse
During last days I've replaced framework-res about one hundred of times I think, and I never lost any account. Don't know what VRT is, I usually flash new framework-res with recovery.
sam5154 said:
can we use VRT universal theme flasher for CM9 Roms?
replacing framework-res usually deletes every account registered on the device. I used vrt zips on stock-based Roms easilly. but when I was trying to use it on a CM9 Rom iit just crashed everything.
Click to expand...
Click to collapse
Yea you can. Im using a zip I posted here. Its by Villain team and JRsoft. I haven't had any problems with it. This ones set up to replace the whole framework though so dont flash it on anything other than paranoid 1.6.
Hi,
This material is gold, my friend, thank very much.
But, i followed every single step on this, but i can't get transparency in contacts, only in phone application, and all the rom...very cool.
But my contacts background it's completely dark.
I also changed framework, inside res/drawable-nodpi, background_holo_light.png to a transparent png file with the same name....but didn't worked also...
So, what to do?
ruicc said:
Hi,
This material is gold, my friend, thank very much.
But, i followed every single step on this, but i can't get transparency in contacts, only in phone application, and all the rom...very cool.
But my contacts background it's completely dark.
I also changed framework, inside res/drawable-nodpi, background_holo_light.png to a transparent png file with the same name....but didn't worked also...
So, what to do?
Click to expand...
Click to collapse
use the contacts.apk I posted in the zip above. Backup yours first of course, it can be found in the extras/system/app folder of the zip.
Many thanks, esk02k, it worked like a charm...
But, what's the difference between this one and the one i used? (F1 rom, from faryaab) Did you change anything else on this?
Cheers
esk02k said:
use the contacts.apk I posted in the zip above. Backup yours first of course, it can be found in the extras/system/app folder of the zip.
Click to expand...
Click to collapse
Hi,
Here' the good MOD : ww.phonandroid.com/forum/rom-andyx-4-0-4-v5-t16615-1490.html#p297978
It's is normal you've only phone.apk transparent.
Having contacts.apk too, you need edit xml and compile it.
ocenis64 said:
Hi,
Here' the good MOD : ww.phonandroid.com/forum/rom-andyx-4-0-4-v5-t16615-1490.html#p297978
It's is normal you've only phone.apk transparent.
Having contacts.apk too, you need edit xml and compile it.
Click to expand...
Click to collapse
I didn't find any "how to" about transparency on that thread...just a guy who post some pics of transparency and said it was very easy.....
So, everyone is telling "need to edit xml on contacts.apk and compile"...i'm tired of know that...it would be more useful say which files, where and what to do.
Cheers
esk02k said:
use the contacts.apk I posted in the zip above. Backup yours first of course, it can be found in the extras/system/app folder of the zip.
Click to expand...
Click to collapse
The easiest way is taking my files.
Compiling AOKP contacts.apk gives a lot of problem. It's a know bug and any tools can compile it correctly.
(excuse me for my bad english, I'm french)
ocenis64 said:
The easiest way is taking my files.
Compiling AOKP contacts.apk gives a lot of problem. It's a know bug and any tools can compile it correctly.
(excuse me for my bad english, I'm french)
Click to expand...
Click to collapse
But, what about the rest of the rom? I saw that mms.apk and the rest are transparent...
ruicc said:
But, what about the rest of the rom? I saw that mms.apk and the rest are transparent...
Click to expand...
Click to collapse
The rest is the framework See the title, you're in the right thred !
Yes, MMS.apk is transparent too.
If you don't want it, remove it from the zip.

Categories

Resources