how to add status bar transparencies in gingerbread :P - Samsung Galaxy S (4G Model)

Tools you will need
-the original apk u want to modify +plus backup of it (framework apk & system ui.apk)
-system ui.apk located in system/app folder of any gb rom!!!!
-framework apk located in /system/framework folder any rom including cm7 -froyo miui ics so on lol...
-you will also need this zip which will be attached to the bottem of the post.
-also java sdk- properly setup will not go into this on this thread as it goes over -the scope of what im trying to show this is for people that already know and or -have some understanding of how to thme / modify a rom
-notepad++ for windows users
First off yor going to want to copy the contents of said zip into your framework apk
the location they need to be copied is /res/drawable-hdpi
all 3 files this will give u a transparent glass effect which will be what we are using
second off you will need apktool or equivalent but for this guide ill be going over how to use apktool to decompile and recompile it
copy your system ui to your apktool directory then open a command prompt in windows and navigate to that directory please refer to windows if you do not know how to change directories
apktool d systemui.apk ./systemui
you will see the progress
baslmaking.... copying resources xmls smali etc
you may get some ping 9 errors thats ok as we wont be using the modified apk just some of the files out of it once done
ok now you have your new shinny folder
navigate to res/layout
the file that needs modification is
status_bar.xml---OPEN THIS IN NOTEPAD++ OR YA MANY SPECIAL THINGS WILL HAPPEN
the second line should read or something similar
com.android.systemui.statusbar.StatusBarView androidrientation="vertical" android:background="#F0000000" android:focusable="true" android:descendantFocusability="afterDescendants"
you need to change it to this
com.android.systemui.statusbar.StatusBarView androidrientation="vertical" android:background="#77000000" android:focusable="true" android:descendantFocusability="afterDescendants"
most notably the #77000000
that will make your statusbar transparent
save your work!!!!!
take your systemui.apk and make a copy of it somewhere just in case
actually make 2
then rename the systemui.apk thats in the apkfolder to systemui.bak so it does not get overwritten!!!
then from your command prompt type this:
apktool b ./systemui systemui.apk
hit enter
it should now say smaling... rebuilding resources bla bla bla
and then after you have a shinny new apk
adb push that back to your device or flash via cwm
wala!!! if you loose your status bar after this happens lol it can happen
take the status_bar.xml out of the new systemui.apk and copy it into res/layout on one of the backups (hence why i said make a backup lol and flash that!!!
wala you should now have transparent status bar in your rom once its booted
(also note you may not see it if your launcher does NOT SUPPORT transparent status bars!!!!!) ADW IS NOTORIOUS FOR THIS....
win!!!

screenshots!!!
{
"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"
}

You just can't stop! BTW... nice screenies.

Your the man. Thanks for posting this.
Sent from my SGH-T959V using xda premium

Is this possible on FROYO? Yes, i said Froyo.

TheKucho said:
Is this possible on FROYO? Yes, i said Froyo.
Click to expand...
Click to collapse
you dont need to in froyo as the status bar is controled by status_background.png or status_background9.png in froyo just make that transparent

How would i do that? Thanks for simplifying it for me
Sent from my rockin' Galaxy S 4G using XDA Premium App

TheKucho said:
How would i do that? Thanks for simplifying it for me
Sent from my rockin' Galaxy S 4G using XDA Premium App
Click to expand...
Click to collapse
get photoshop extract the drawable hdmi folder from your froyo rom find those images get photoshop make em transparent move them back

someone likes zeam i see. looks good bro. maybe you can put it in with your updates?

droidmyst said:
someone likes zeam i see. looks good bro. maybe you can put it in with your updates?
Click to expand...
Click to collapse
the nice advange is i have a new method of doing it which will be added to the new update.... so long as yuor launcher supports
let launcher handle background images check box if you un check it the status bar is half transparent..
if you get tired of it check the box that says let the launcher handle it it goes back to being black so now u get the best of both worlds no need to re theme the rom

hey raver is there an easier way to do this or is this the only way i want to do this to my status bar but i dont know how to use apktool tried looking it up on the web still couldnt figure it out.

Just do it on UOT. it workd
Sent from my SGH-T959V using xda premium

Oh snap!!!! ok thank u
Sent from my SGH-T959V using XDA App

Hey airfluip how do i do it on uot
Sent from my SGH-T959V using XDA App

Ok hey raver i finally did it but i still dont see any transparencies what was i supposed to do with the framework after i replaced the status bars
Sent from my SGH-T959V using XDA App

chris31jct said:
You just can't stop! BTW... nice screenies.
Click to expand...
Click to collapse
is there an easier way to do this...i want and need this sooooo bad...id pay someone to do it...is there any other directions that might be easier explained...i dont know ...can anybody please try to help my out ill even paypal some $$...need to...please help this some-what-noob...thanks in advance... ;-}

oh for people that it dont work for if you ever used uot kitcen on ur system ui
You need to decompile your system ui
navigate to
systemui/smali/com/android/systemui/statusbar
ticker smali
status bar smali
Look for const v4 it will have 0x03
those need to be cahanged to -0x3
also uot has a nasty habbit of addng new values in so if you see Const v0 0x03
change those to -0x03
recompile enjoy

hey raver have u done this to the roms u added status bar transparencies too. if so could i just take the ticker smali and statusbar smali out of your systemui and just use it in my systemui. will that work

hey im trying uot but it keeps giving me security error can anyone help..

It has nothing to do with smali. I will send them to you when I have my home computer

Related

[Mod][How-To] Change Sense 1.0 Lockscreen Sprint Banner

Hey gang. I know a lot of people know of JsChiSurf. You should. That man is one of the main reasons I do what I do today. Buy him some beers or fund his retirement
Anyways. He came up with a mod that can change the Sprint Banner in the Sense Lockscreen. The hack is pretty straightforward yet awesome. I based this mod off of his. Check it out here
His goal was to use a hex editor to modify the text, but I am taking a different approach. We have so many tools available now. Apktool, apk manager, and of course, Android Utility. This is for Sense 1.0 ota 4.54 Evo 4g.
This mod is easy to do.
Tools: Android-Utility, or apktool, Java
Download the attached files below: HtcLockScreen.apk and Testsign.jar
1. Have com.htc.resources.apk and framework-res.apk from your rom ready
2. Decode the apk like this if using apktool, run in command prompt or terminal:
Code:
apktool if framework-res.apk
apktool if com.htc.resources.apk
apktool d HtcLockScreen.apk out
3. Now, you should have a folder called "out"
4. Open the folder and look for res/layout/lock_screen_bar.xml
5. Open the xml in Notepad ++ or Gedit
6. Search for where it says "EVO Classic"
7. Change it to your desired text
8. Save and exit
9. Now, we compile the apk
Code:
apktool b out HtcLockScreen-new.apk
10. Now, we resign the apk.
Code:
Method A:
Open the original apk with 7-zip.
Take out the entire "META-INF" folder.
Open new apk with 7-zip.
Put in META-INF folder.
Method B: (only works on Evo Classic and other roms with signature verification off)
type in this command:
java -jar testsign.jar HtcLockScreen-new.apk HtcLockScreen-signed.apk
11. Download the sample Update.zip Found here, attached at bottom
12. Put the apk (renamed to HtcLockScreen.apk) inside the zip under system/app/
13. Flash and enjoy!
Sorry if this isn't noob-friendly enough. I tried to come up with a different way but this is all I got. The details are all there.
Please try it first.
But if you really can't get it, feel free to request a specific word or banner. I can upload them for you.
{
"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"
}
Once again, thanks to JsChiSurf for original mod. I took and modified for the latest 4.54
Sincerely,
Tommy Nguyen
Requests
Only changes the Banner Text. Lockbar will not be included.
All to be applied with ZipThemer
-EViL-KoNCEPTz- Banner
Sprint Banner
I'm guessing we can still use sprint apps, because this only changes the banner. Would I be correct?
bcarter2000 said:
I'm guessing we can still use sprint apps, because this only changes the banner. Would I be correct?
Click to expand...
Click to collapse
You sir are correct
Sent from my PC36100 using Tapatalk
The command:
apktool HtcLockScreen.apk out
Doesn't seem to work. I am using the most recent version of apktool on a Windows machine.
Whoops.
apktool d HtcLockScreen.apk out
Typo corrected.
all you need is a lovely signature.
Tommy you are a beast! You write these guides like you wrote the code or something. Do you know of a guide somewhere that breaks down smali code? That's where I need to be lol
Swyped from my Red Hot Razr phone running Tapatalk
i got it all working except building the new .apk
it builds but instead of an .apk its a folder...
edit: i think i might have found it.
mpitcher225 said:
Tommy you are a beast! You write these guides like you wrote the code or something. Do you know of a guide somewhere that breaks down smali code? That's where I need to be lol
Swyped from my Red Hot Razr phone running Tapatalk
Click to expand...
Click to collapse
Being that smali is a hack language there arent any guides...but you can read on java. It will help.
life_420 said:
i got it all working except building the new .apk
it builds but instead of an .apk its a folder...
edit: i think i might have found it.
Click to expand...
Click to collapse
Hope you find it!
Sent from my PC36100 using Tapatalk
just flashed and lockscreen came up with my personal banner, it worked...
screenshot in a minute
nice thanks button is hit.
That was way to easy... LOL
life_420 said:
just flashed and lockscreen came up with my personal banner, it worked...
screenshot in a minute
nice thanks button is hit.
That was way to easy... LOL
Click to expand...
Click to collapse
I thought so too when I posted the guide
Glad you got it! Looking good robert
Sent from my PC36100 using Tapatalk
tommytomatoe said:
Being that smali is a hack language there arent any guides...but you can read on java. It will help.
Hope you find it!
Sent from my PC36100 using Tapatalk
Click to expand...
Click to collapse
Wow I didn't know that lol. Thanks man
Swyped from my Red Hot Razr phone running Tapatalk

[SystemUI.apk|framework-res.apk|build.prop] some common customisations

for flashable zip, follow blackedition link on my signature, and download "colourful notification bar" theme from op.
@mods
close this thread.
Posting here my SystemUI.apk, framework-res.apk and my build.prop.
(mediafire links below)
SystemUI.apk
This one originally taken from wolfbreak v6, and done some theming on my part. contains coloured notification bar icons. and the quickpanel (on-off toggles on notification bar) also has coloured icons.
framework-res.apk
Stock 2.3.3 SE framework-res.apk has coloured icons and beautiful flip-n-fold animations. Also circullar 100 level battery and animated charging battery.
Both framework-res and systemUI have color coded notification icons. (i.e. blue for bluetooth, yellow adb, green for email etc etc) along with that signal and wifi levels are also color coded (4-bars = blue, 3-bars = green like that...) (data is also coloured. upload=red, download=green, both up and down = yellow)
This will work on *any* stock based 2.3.3 rom. (I've personally tried on wolfbreak, tripnraver, stock)
build.prop
just general tweaks. to make phone a little faster and more responsive here and there. (eg. proximity delay, windowsmgr events, dalvik=int:jit and others)
the values that are modified from stock build.prop are in a separate section "arnav's mods" so you can know which are changed.
click here for the code details
important note
if anyone can make an update.zip file out of these three files please do. you are certainly welcome. just notify me if you come up with it. thanks in advance.
installation
adb push, or "cp" using any terminal emulator
Download links
SystemUI.apk
http://www.mediafire.com/?g4m6k2696mwxrcd
framework-res.apk
http://www.mediafire.com/?kmyknqspyzw8y3x
build.prop coming soon
screenshots
reserved for screenshots
{
"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"
}
Super great and easy ... success on X10i latest stock rom perfect and i like the colourful style of the icons... thx for your job
Looks nice and will use if some one manage to make a xrec package
Sent from my x10i running Bluenchantess beta 4
Thanks for liking... Any suggestions for improvements???
nickkeung said:
Super great and easy ... success on X10i latest stock rom perfect and i like the colourful style of the icons... thx for your job
Click to expand...
Click to collapse
Sent from my X10i using XDA App
Prosafe said:
Looks nice and will use if some one manage to make a xrec package
Sent from my x10i running Bluenchantess beta 4
Click to expand...
Click to collapse
U have any terminal emulator or romtoolbox??? U can try this
Keep the file in sdcard, mount system rw then run this.
Code:
su
cp -f /sdcard/SystemUI.apk /system/app
reboot
Reboot command at end is essential.
Sent from my X10i using XDA App
Can u mod like this?
Download this SystemUI.apk and Framework-res.apk
Make like this image
http://img215.imageshack.us/img215/2941/dsc02554o.jpg
These apk's are from wolf's v7
I'll try
Sent from my X10i using XDA App
Exams going on at school (pre-boards) will take a week
Sent from my X10i using XDA App
For which ROM do u need it to work??? Does your ROM have status bar panel already and you only want to change icons???
Sent from my X10i using XDA App
championswimmer said:
For which ROM do u need it to work??? Does your ROM have status bar panel already and you only want to change icons???
Sent from my X10i using XDA App
Click to expand...
Click to collapse
its the panel their already only want to change the icons but can't find images
Why don't you ask the guy whose picture you've uploaded to send you his systemui???
Sent from my X10i using XDA App
championswimmer said:
Why don't you ask the guy whose picture you've uploaded to send you his systemui???
Sent from my X10i using XDA App
Click to expand...
Click to collapse
I can do it but i don't want to download the whole rom
championswimmer said:
reserved for screenshots
Click to expand...
Click to collapse
the first picture, is from system ui and the second of framework?
having problems downloading systemUI, will ttry it tomorrow
clarifications
those power buttons in the pull down menu is the magic of SystemUI.apk, the circular battery is due to framework-res.apk and the icons in the status bar, some are from framework-res and others are from systemui. eg bluetooth icon = framework-res, signal bars = systemui.apk like that
skyleth said:
the first picture, is from system ui and the second of framework?
having problems downloading systemUI, will ttry it tomorrow
Click to expand...
Click to collapse
Well can you tell me the names of the widgets you use and where can I find them. I liked all. Trying this on the GO Rom v11.
cant download from mediafire :/ can you mirror the links?
Could you add the option to select no vibration and no sound from the button?
looks great...
skyleth said:
Could you add the option to select no vibration and no sound from the button?
Click to expand...
Click to collapse
Actually buddy i'm not a developer. I did decompile the apk and tried tinkering with the xml but that made the thing buggy with fc's
Sent from my X10i using XDA App

[10.30.12][TOOLS][TUTS]Let My People THEME!!![WIP]

I would like to see everyone getting evolved with personalizing there phone to their liking. Minor theming is not hard at all (i can do it lol). But its opens a door to what can be done with alot of effort from you. We wont have this phone forever, and it is a difficult one to mod, so by starting on this one it should only get easier... right?
Im gonna be stepping back on theming and mod investigations for a few weeks, im still in process of moving and everything is getting packed soon, un packed when house is ready in couple weeks.
These are necessities for tools to start customizing your rom.
(please correct me if any info is incorrect )
Note: I run WIN764 so these main links are for windows. I will link original threads for other OS'. Also with label em.]
[ENVIRONMENT]
Android SDK http://developer.android.com/sdk/index.html
EASY TUT: HERE - just make sure you use our phones drivers
Thats the basic environment. [with go further later on]
[NEW]
Virtuous Ten Studio [Windows Only] - Been watching its development for a long time, its finally available and creating new standards.
[APKTOOLS][must have environment set up.]
Trailblazer101's Custom Framework Maker : Best Tool for our phone! Keeps getting better, now with apktool and Update.zip support!
APK EASY MANAGER [OP] : NEW! Very simple UI, Decompile/Recompile apks.
Apk Manager 5.0.2 [OP] : Great Tools, has options. [NOW APK-Multitool]
Apk Mutli-Tool [OP] : I used this one the most for mutliple edited apks.
Apk Changer [OP] : Best tool for editing one apk at a time, only one i use for .jars.
[THEME TOOLS]
I.D.i.O.T : Theme DataBase [NEW FEATURES]
Auto Theme Porter [OP] : Used to port themes [.pngs/.9s only] that have same file names, works great for froyo to froyo port. GB and ICS have to do by hand with name changes etc. This is easy way of porting images, you will still have to edit xmls.
[EDITOR TOOLS]
7zip : Oh so essential for apks!
Notepad++ : Needed to edit XMLs.
To be continued....
Theme guides
These are great guides to share, all have basics but great to cross reference for troubleshooting.
Theme Porting Guide : Generalization how-to. [Remember we dont have SystemUI.apk, So most of those systemUI xmls are in your Framework-res.apk and Twframework-res.apk]
The Ultimate Themeing Guide : Pretty much all-in-one guide.
Android Developers Guide : Android Bible. Harder to read though.
Basic .PNG changes:
Advanced .PNG changes:
Creating/Editing .9s: This one still i have not mastered.
XML Edits: [Text colors - Personalize System text - Landscape for any apk]
To be continued....
Future TrailBlazer101's Custom Framework Maker Tut!
Themer built in mods tut
Step 1: adb installed and in path
Step 2: download themer and unzip
Step 3: connect phone to pc and dbl click batch file in themer folder.
Step 4: pull current framework (or drag framework-res.apk into batch and select M)
Step 5: mod (x is softkeys and clock colors etc)
Step 6: make themed apk and cwm
Step 7: push and reboot recovery
Step 8: flash in cwm, reboot
PicTutorial: [download zip file below for all imgs]
{
"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"
}
[/code]
Themer decompile mods
Soon
hopefully this is enough space for other resources etc...
Sweet. One stop shop for those who wanna try it. Good job.
great..
i wanna start from this thread to learning
i'm wait ur updates Ciscogee
---------- Post added at 01:07 AM ---------- Previous post was at 01:02 AM ----------
great..
i wanna start from this thread to learning
i'm wait ur updates Ciscogee
ian_ajah said:
great..
i wanna start from this thread to learning
i'm wait ur updates Ciscogee
---------- Post added at 01:07 AM ---------- Previous post was at 01:02 AM ----------
great..
i wanna start from this thread to learning
i'm wait ur updates Ciscogee
Click to expand...
Click to collapse
What rom and os are you running? Ie. Froyo or gingerbread?
Also what all are you trying to accomplish?
Sent from my SCH-I400 using xda premium
ciscogee said:
What rom and os are you running? Ie. Froyo or gingerbread?
Also what all are you trying to accomplish?
Sent from my SCH-I400 using xda premium
Click to expand...
Click to collapse
i use gingerbread CM7 stable version on my HTC Sense
can i make this tuts to editing an widget,ex : fancy widget..?
i wanna try to edit/make some clock skins/weather skins and apllying on fancy widget first..
can u help me?
ian_ajah said:
i use gingerbread CM7 stable version on my HTC Sense
can i make this tuts to editing an widget,ex : fancy widget..?
i wanna try to edit/make some clock skins/weather skins and apllying on fancy widget first..
can u help me?
Click to expand...
Click to collapse
IF you are looking at skinning, I would say most of your edits will be in xml files.
There will be an apk associated with the widget. I would start by decompiling that, using apkmanager (That is my preference. I haven't played with any of the programs ciscogee is recommending) and starting with simple PNG edits. Then work your way up from there.
Txwolf1980 said:
IF you are looking at skinning, I would say most of your edits will be in xml files.
There will be an apk associated with the widget. I would start by decompiling that, using apkmanager (That is my preference. I haven't played with any of the programs ciscogee is recommending) and starting with simple PNG edits. Then work your way up from there.
Click to expand...
Click to collapse
wow..nice..i'll try first..
if i'm getting problem,i'll be back here,lol
One thing I forgot to mention. You will need to install the SDK, java dev kit., and have adb in your path, to use apkmanager. Ciscogee has a tut linked in the op for that.
so
do i have to edit the xml's if i change the button colors
katypeaceperry said:
do i have to edit the xml's if i change the button colors
Click to expand...
Click to collapse
Now you are starting to learn what to ask. No, you don't. Xml controls what images are shown, where they appear on the screen, and the text colors and sizes. But changing the actual colors of the buttons themselves doesn't affect the xml.
Dished out by my dumb digits
Anyone getting to themeing? Don't be afraid to ask questions. Would love to see what chall have done.
Sent from my SCH-I400 using xda premium
aws:
●๋•ηι¢є ιηƒσ●๋•
•°•♡ⓣⓗⓐⓝⓚⓢ♡ •°•
Sent from my GT-S5670 using xda premium
Virtuous Ten Studio - The next level of editing apps
added to OP
Its for windows only and just try it out, all credit to the makers and all that...
Having problems with .9 images...trying to theme the status bar so I replaced the images thru 7zip, and flashed it and my status bar doesn't change at all..idk why its doing this?
Sent from my SCH-I400 using XDA
Having problems with .9 images...trying to theme the status bar so I replaced the images thru 7zip, and flashed it and my status bar doesn't change at all..idk why its doing this?
Sent from my SCH-I400 using XDA
Click to expand...
Click to collapse
Unzip the apk with the imgs u want to port.
Then open your apk you want to mod with 7z
Drag imgs from port apk to the 7z window and replace.
Make sure they have the same name.
Are the imgs also hdpi?
Close 7z window and save changes etc.
Put your apk in a flashable zip.
(Use trailblazers themer, [copy apk in same folder as batch and drag into batch, follow on-screen instructions. ])
Flash in cwm
Clear cache and dalvick.
Reboot
Sent from my SCH-I400 using Tapatalk 2
ciscogee said:
Unzip the apk with the imgs u want to port.
Then open your apk you want to mod with 7z
Drag imgs from port apk to the 7z window and replace.
Make sure they have the same name.
Are the imgs also hdpi?
Close 7z window and save changes etc.
Put your apk in a flashable zip.
(Use trailblazers themer, [copy apk in same folder as batch and drag into batch, follow on-screen instructions. ])
Flash in cwm
Clear cache and dalvick.
Reboot
Sent from my SCH-I400 using Tapatalk 2
Click to expand...
Click to collapse
Yes I did it exatcly like that and it doesn't change it.
Sent from my SCH-I400 using XDA
What are you trying to change?
Screenshot please
Sent from my SCH-I400 using Tapatalk 2

[THEME]ICS theme for Feralab 8.0 ****V4.1****

DOESNOT WORK WITH V9 AND MORE.PLEASE DONT TRY IT.
THE PROJECT IS ON HOLD FOR A WHILE...
THANK YOU
This theme is modified update for ICS theme for Ferlab v8.0
Requirements:
1) ferlab v8.0
STEPS:
1) Flash this zip in xrecovery.
Fera_8.0_ICS_v4.1
NOTE: I havent tested this in CWM so please tell me if it works.
Also i dont use data or 3G so havent tested their icons as of now,
so people report back about them
CHANGELOG:
V4.1
-added bootanimation again.Sorry guys I forgot to add it in V4.(no need to flash it if you used v3 before)
V4
-new notication bar with tansparency.
-seek bars like ICS.
-some status bar icons recoloured(some are left will be fixed in next update)
NOTE: there is no date in notication bar.I m working on its fix.
V3
-notification bar more ICSish
-changed background in semc apps and ticks
-added bootanimation of galaxy nexus
-wifi icon is not still good.I will fix it as soon as i get a good one
V2
-changed the notification bar to look like ICS.
-changed trasparent status bar to solid.
-I cant change nofication divider and date font color.Can any1 help?
V1
-edited icons
screen shots
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
CREDITS:
Feravolt-for his absolutely fantastic rom
doomlord-for his great kernel
donjamal-for replying to my noob ques.
and every other people i have forgot
reserved for future use
reserved again lol
Nice work
Xperia x10(Feralabs Rom) After trying all roms it was my Fav.
Now on the RAZR.
I see you Drinking that ¥Hateraid¥
I can help you with settings .apk,and you dont need to decompile to modify the icons,just download 7zip,when you installed it,right click on the .apk and extract it you will see the folders with the icons,then replace what you want,when you are done,just right click again in the .apk and just select open,navigate to the folder and just copy the images you replaced,close all and thats all.
its simple as that.
kalel29 said:
I can help you with settings .apk,and you dont need to decompile to modify the icons,just download 7zip,when you installed it,right click on the .apk and extract it you will see the folders with the icons,then replace what you want,when you are done,just right click again in the .apk and just select open,navigate to the folder and just copy the images you replaced,close all and thats all.
its simple as that.
Click to expand...
Click to collapse
I tried that with framework-res.apk and it created many FC's and bad background lol
Anyways I want to change some xmls so do u know how to Cmpile/decompile?
will update with some changes in notifications just like AOSP ICS
mirajp1 said:
I tried that with framework-res.apk and it created many FC's and bad background lol
Anyways I want to change some xmls so do u know how to Cmpile/decompile?
will update with some changes in notifications just like AOSP ICS
Click to expand...
Click to collapse
Maybe you need more practice,just tell me what do you want to do and ill help you
kalel29 said:
Maybe you need more practice,just tell me what do you want to do and ill help you
Click to expand...
Click to collapse
yup I just started some modding so dont know many things
tell me how to decompile SE modified apps like phonebook,settings,dialer,conversations.apk etc?
mirajp1 said:
yup I just started some modding so dont know many things
tell me how to decompile SE modified apps like phonebook,settings,dialer,conversations.apk etc?
Click to expand...
Click to collapse
I use apktool to decompile SE apps, just drag the APK over apktool-d, did u try that?
just figured out that i had to install framework-res.apk and semcgenericuxpres.apk by the command
apktool if "name".apk
then i could decompile
mirajp1 said:
just figured out that i had to install framework-res.apk and semcgenericuxpres.apk by the command
apktool if "name".apk
then i could decompile
Click to expand...
Click to collapse
dont worry pal,you will do great,but if you need faster decompile/compile,just send me the file,upload it to a file server and i will download it.
Lets put this new PC to work as it should
thanx
editing those .9.pngs is heck of work
mirajp1 said:
This theme is modified update for ICS theme for Ferlab v7.2
It includes:
1) some edited png's for status bar icons at present.
theme will be updated but going into editing xml's is time consuming so can take some time as my exams are near.
2) some icons might be not perfect. will fix in next update.
Requirements:
1) ferlab v7.2
2) ICS theme flashed from his thread
STEPS:
1) Flash this zip in xrecovery.
Fera_7.2_ICS_v2
NOTE: I havent tested this in CWM so please tell me if it works.
Also i dont use data or 3G so havent tested their icons as of now,
so people report back about them
CHANGELOG:
v2
-changed the notification bar to look like ICS.
-changed trasparent status bar to solid.
-I cant change nofication divider and date font color.Can any1 help?
v1
-edited icons
CREDITS:
Feravolt-for his absolutely fantastic rom
doomloard-for his great kernel
donjamal-for replying to my noob ques.
and every other people i have forgot
Click to expand...
Click to collapse
I have a question can you answer for me?
"This is the theme running on GoLauncherEX or runs on the FeraLab's ROM?
it is theme for feralab's rom
Keep it up.....!! Nice work
Sent from my GT-S5830 using xda premium
mirajp1 Thanks for the great work. I flashed your theme and I am getting this error
"The Application Status Bar (Process com.android.systemui) has stopped Unexpectedly. please try again"
Ana
Ana_Arabi said:
mirajp1 Thanks for the great work. I flashed your theme and I am getting this error
"The Application Status Bar (Process com.android.systemui) has stopped Unexpectedly. please try again"
Ana
Click to expand...
Click to collapse
which version of feralab rom are you on?
I installed V8.0 with the patch and Doomkernel for Unlocked bootloaders
Ana
Ana_Arabi said:
I installed V8.0 with the patch and Doomkernel for Unlocked bootloaders
Ana
Click to expand...
Click to collapse
I just installed v8 on locked bootloader and its working fine.
reboot into xrecovery and try fixing permissions in advanced options.
btw did u use CWM? or xrecovery?
sorry I dont hv a unlocked bootloader device to test it .
Sorry, I meant Locked bootloader. I used xrecovery to flash. I will try again with fix permission.
Thank you very much for an excellent work and a prompt response.
Ana

[Q] Theming TouchWiz... Can't find some of the files/other issues

I am currently theming the TouchWiz on ICS to look more like ICS. This is what I have so far:
{
"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"
}
The two things I'm currently having is that
1) I'm not sure how to safely theme the button that says "Clear" when you have notifications. The files look a bit weird and have shadows on them.
2) I want to make the status backgrounds black (Info, USB connected for example). I've looked around, but all the images mentioned don't exist in the SystemUI or framework-res apks.
You'll need to edit /system/framework/twframework-res.apk as well.
I'm more curious how you were able to get the framework files to recompile. I wasn't able to without APKTool spitting out tons of of errors. I've even updated to the most recent aapt.bat file and I still get nothing but errors.
wretchedlocket said:
You'll need to edit /system/framework/twframework-res.apk as well.
I'm more curious how you were able to get the framework files to recompile. I wasn't able to without APKTool spitting out tons of of errors. I've even updated to the most recent aapt.bat file and I still get nothing but errors.
Click to expand...
Click to collapse
I am using APK Manager... It's somewhere here on XDA.
I looked in twframework-res.apk but it didn't look like anything that was it was in there.
Jessical said:
I am using APK Manager... It's somewhere here on XDA.
I looked in twframework-res.apk but it didn't look like anything that was it was in there.
Click to expand...
Click to collapse
I've done a lil theming on GB with the skyrocket. twframework.apk has the images for the status bar. Its going to be a .9.png and remake it the way you want. Going to haves to use draw9patch its with sdk. I can help if needed. Pm me of you want.
Sent from my SAMSUNG-SGH-I727 using xda premium
APK Manager was throwing the same errors. All errors with the public.xml and strings.xml files. I just downloaded the deodexed ROM so I'm going to see if that makes a difference.
Sent from my cm_tenderloin using Tapatalk
By the way, I have themed SystemUI, framework-res.apk and twframework-res.apk for GB if you'd like the files. PM me and I can send them or setup a download for you guys.
Sent from my SAMSUNG-SGH-I727 using Tapatalk
Jessical said:
I am currently theming the TouchWiz on ICS to look more like ICS. This is what I have so far:
The two things I'm currently having is that
1) I'm not sure how to safely theme the button that says "Clear" when you have notifications. The files look a bit weird and have shadows on them.
2) I want to make the status backgrounds black (Info, USB connected for example). I've looked around, but all the images mentioned don't exist in the SystemUI or framework-res apks.
Click to expand...
Click to collapse
ICS has changed a lot of the theming layouts and changed the backgrounds from images to color codes. You can change the color codes by editing the XML in the drawable folders or you can redirect them back to using images. Look at the status bar expanded XML in the layout folder of the system UI and that will lead you to where you need to look
zelendel said:
ICS has changed a lot of the theming layouts and changed the backgrounds from images to color codes. You can change the color codes by editing the XML in the drawable folders or you can redirect them back to using images. Look at the status bar expanded XML in the layout folder of the system UI and that will lead you to where you need to look
Click to expand...
Click to collapse
Most of it is jumbled though...
Jessical said:
Most of it is jumbled though...
Click to expand...
Click to collapse
You need to decompile the apk to see the xmls. Just unzipping them will no longer work.
How are you guys getting the TW apks on ICS to decompile correctly? I have tried to decompile the Camera.apk and Contacts.apk from a deodexed rom and both apktools and APK Multi-Tool just throw me the error "Exception in thread "main" java.lang.RuntimeException: bad magic value: 64 65 78 0a 30 33 36 00". It always works fine with the GB TW apps... Maybe I will give it a try on Ubuntu quick.
But any insight on this would be wonderful.
bigjp64 said:
How are you guys getting the TW apks on ICS to decompile correctly? I have tried to decompile the Camera.apk and Contacts.apk from a deodexed rom and both apktools and APK Multi-Tool just throw me the error "Exception in thread "main" java.lang.RuntimeException: bad magic value: 64 65 78 0a 30 33 36 00". It always works fine with the GB TW apps... Maybe I will give it a try on Ubuntu quick.
But any insight on this would be wonderful.
Click to expand...
Click to collapse
Have you installed the proper frameworks with apktool? Also at the moment there is a special set up for working with ICS apks. A search for decompiling ICS will get you there
zelendel said:
Have you installed the proper frameworks with apktool? Also at the moment there is a special set up for working with ICS apks. A search for decompiling ICS will get you there
Click to expand...
Click to collapse
I did have the proper framework installed, I guess I was just using a version of apktool.jar that didnt work with ICS apks. Got it to work though. Thanks!

Categories

Resources