[MOD][CM10] Transparent Status Bar UPDATED to CM10 ALPHA-7 (18 March 2013) - Samsung Galaxy W I8150

CM10 TRANSPARENT STATUS BAR
SCREENSHOTS & DOWNLOAD
SCREENSHOT >> click here <<
DOWNLOAD : CM10_ALPHA-7_TRANSPARENT_STATUS_BAR
UNINSTALL MOD : UNINSTALL_CM10-ALPHA-7_TRANSPARENT_STATUS_BAR
CWM
WIPE CACHE
INSTALL ZIP
REBOOT
wallpaper in screenshot : Blown Dandelion
CREDIT & THANKS TO
Arco
Evilisto
(Unofficial Community) Galaxy Wonder Cyanogen Mod Indonesia
if you like this mod, just prees the THANKS BUTTON:good::good:​

thank you very much!! some time ago i tried to do this but with no result can you tell me what must be modified for this mod? thank you again

SpadaBoss said:
thank you very much!! some time ago i tried to do this but with no result can you tell me what must be modified for this mod? thank you again
Click to expand...
Click to collapse
Enjoy Boss
here you go Boss
decompile SystemUI/res/values/drawable.xml
<drawable name="status_bar_background">#ff000000</drawable>
#ff000000 change to #00000000 (100% transparent), #88000000(75% Transparent), #7f000000 (50% Transparent), #d8000000 (25% Transparent)compile
decompile my android.policy.jar
com/android/internal/policy/impl/PhoneWindowManager.smali COPY the whole line
and delete the whole line in your PhoneWindowManager.smali paste the whole my line

Adi_ai****eru said:
Enjoy Boss
here you go Boss
decompile SystemUI/res/values/drawable.xml
<drawable name="status_bar_background">#ff000000</drawable>
#ff000000 change to #00000000 (100% transparent), #88000000(75% Transparent), #7f000000 (50% Transparent), #d8000000 (25% Transparent)compile
decompile my android.policy.jar
com/android/internal/policy/impl/PhoneWindowManager.smali COPY the whole line
and delete the whole line in your PhoneWindowManager.smali paste the whole my line
Click to expand...
Click to collapse
thank you bro what apktool do you use for decompiling systemui? i lost the one that i used for cm10 transparent notification bar
EDIT: found

SpadaBoss said:
thank you bro what apktool do you use for decompiling systemui? i lost the one that i used for cm10 transparent notification bar
EDIT: found
Click to expand...
Click to collapse
I don't use ApkTool Boss..
My tools :
Apk. : Apk Multitools
Jar.apk. : Jar Decompiler
Sent from my GT-I8150 using xda app-developers app

Work on galaxy y?

parth_galaxy_y said:
Work on galaxy y?
Click to expand...
Click to collapse
No men
Sent from my GT-I8150 using xda app-developers app

Adi_ai****eru said:
Enjoy Boss
here you go Boss
decompile SystemUI/res/values/drawable.xml
<drawable name="status_bar_background">#ff000000</drawable>
#ff000000 change to #00000000 (100% transparent), #88000000(75% Transparent), #7f000000 (50% Transparent), #d8000000 (25% Transparent)compile
decompile my android.policy.jar
com/android/internal/policy/impl/PhoneWindowManager.smali COPY the whole line
and delete the whole line in your PhoneWindowManager.smali paste the whole my line
Click to expand...
Click to collapse
Nice share bro
Could you give more details what kind of line/script are you changed
Thank you

Adi_ai****eru said:
Enjoy Boss
here you go Boss
decompile SystemUI/res/values/drawable.xml
<drawable name="status_bar_background">#ff000000</drawable>
#ff000000 change to #00000000 (100% transparent), #88000000(75% Transparent), #7f000000 (50% Transparent), #d8000000 (25% Transparent)compile
decompile my android.policy.jar
com/android/internal/policy/impl/PhoneWindowManager.smali COPY the whole line
and delete the whole line in your PhoneWindowManager.smali paste the whole my line
Click to expand...
Click to collapse
hi
this changes are available for other devices like Galaxy s plus gti9001
thank you

Re: [MOD][CM10] Transparent Status Bar
hecvalve said:
hi
this changes are available for other devices like Galaxy s plus gti9001
thank you
Click to expand...
Click to collapse
Yes
Sent from my GT-I8150 using xda app-developers app

hello again
Sorry for this question, maybe is a stupid question but i´m noob
when i come to this step:
"decompile my android.policy.jar
com/android/internal/policy/impl/PhoneWindowManager.smali COPY the whole line
and delete the whole line in your PhoneWindowManager.smali paste the whole my line"
I have to change a line in concretly or everything in my archive PhoneWindowManager.smali
thank you so much

tanx its nice

Hello,
This MOD works perfect but when I apply one of Cobalt Themes MOD doesn't apply, looks like Theme has a black status bar background...
Can you help me?
Thank you in advance!

LuisFNet said:
Hello,
This MOD works perfect but when I apply one of Cobalt Themes MOD doesn't apply, looks like Theme has a black status bar background...
Can you help me?
Thank you in advance!
Click to expand...
Click to collapse
ekstrak you theme, go to ekstakted folder/res/here, find png called status_bar_background.png and replace it transparent.png
if the png doesn't exist, you must decompile the theme & go to decompiled folder/res/values/drawable.xml/ edit status_bar_background colour to "#88000000"

Will this work on cm10.1 also? (android 4.2)

Re: [MOD][CM10] Transparent Status Bar
jamarious34 said:
Will this work on cm10.1 also? (android 4.2)
Click to expand...
Click to collapse
, you are talking 4.2 ?
We havn't had that yet ?
And the answer is I don't know
Sent from my GT-I8150 using xda app-developers app

Re: [MOD][CM10] Transparent Status Bar
Sir, can you help me make a transparent status bar for Xperia Ray?!
Makasih sebelumnya.
Sent from my Xperia Ray using Tapatalk 2

deleted

Adi_ai****eru said:
Enjoy Boss
here you go Boss
decompile SystemUI/res/values/drawable.xml
<drawable name="status_bar_background">#ff000000</drawable>
#ff000000 change to #00000000 (100% transparent), #88000000(75% Transparent), #7f000000 (50% Transparent), #d8000000 (25% Transparent)compile
decompile my android.policy.jar
com/android/internal/policy/impl/PhoneWindowManager.smali COPY the whole line
and delete the whole line in your PhoneWindowManager.smali paste the whole my line
Click to expand...
Click to collapse
Adi_ai****eru,
You mention in the instructions:
Code:
decompile my android.policy.jar
com/android/internal/policy/impl/PhoneWindowManager.smali COPY the whole line
and delete the whole line in your PhoneWindowManager.smali paste the whole my line
What line are you talking about? I do not understand this part.
I appreciate if you can help.
Thanks.
UPDATE:
I found the location in source code and build from there. For those who want to build from source code, edit the PhoneWindowManager.java at:
framework/base/policy/src/com/android/internal/policy/impl/PhoneWindowManager.java
And remove the lines:
Code:
if (mStatusBar! = null) return mStatusBar.getSurfaceLayer ();
if (mNavigationBar! = null) return mNavigationBar.getSurfaceLayer ();

adrianom said:
Adi_ai****eru,
You mention in the instructions:
Code:
decompile my android.policy.jar
com/android/internal/policy/impl/PhoneWindowManager.smali COPY the whole line
and delete the whole line in your PhoneWindowManager.smali paste the whole my line
What line are you talking about? I do not understand this part.
I appreciate if you can help.
Thanks.
UPDATE:
I found the location in source code and build from there. For those who want to build from source code, edit the PhoneWindowManager.java at:
framework/base/policy/src/com/android/internal/policy/impl/PhoneWindowManager.java
And remove the lines:
Code:
if (mStatusBar! = null) return mStatusBar.getSurfaceLayer ();
if (mNavigationBar! = null) return mNavigationBar.getSurfaceLayer ();
Click to expand...
Click to collapse
Thanks for that additional information, that helped a lot to understand the howto
above . But: i do not have that lines in my phonewindowmanger.smali .
I want to have the transparent statusbar on CM10.1 and cannot find these lines in the smali...

Related

[HOWTO] Transparent dialer, custom background for AOSP-lockscreen

I posted some screenshots a long time ago that show a transparent dialer and a custom background for the AOSP-lockscreen.
I’m tired of answering pm’s so for people who are familiar with apktool and xml-editing, here’s what to do.
Custom background for AOSP-lockscreen
Decompile framework-res.apk and open
keyguard_screen_tab_unlock
in res/layout.
In line 2 change
Code:
android:background="#70000000"
to
Code:
android:background="@drawable/default_wallpaper"
In line 15 you can change the position if the sliders if you want. Change
Code:
android:layout_marginBottom="80.0dip"
to
Code:
android:layout_marginBottom="0.0dip"
and you’ll find the sliders at the very bottom of the lockscreen.
Save and close.
Open res/drawable-hdpi(-v4) and delete default_wallpaper.jpg.
Go and find a wallpaper (480 x 800), rename to default_wallpaper.png and copy to res/drawable-hdpi(-v4).
Now recompile framework-res.apk and you’re done.
Be careful with using apktool, you’ll get problems with the latest version so I recommend to use apktool 1.3.1.
Transparent dialer
Decompile DialerTabActivity.apk and open
colors.xml
in res/values.
In line 36 change
Code:
<color name="tw_color002">#ff000000</color>
to
Code:
<color name="tw_color002">#00000000</color>
Save and close.
Open
styles.xml
in res/values.
Change line 3-6
Code:
<style name="DialtactsTheme" parent="@android:style/Theme">
<item name="android:windowNoTitle">true</item>
<item name="android:windowContentOverlay">@null</item>
</style>
to
Code:
<style name="DialtactsTheme" parent="@android:style/Theme.Wallpaper">
<item name="android:windowBackground">@drawable/call_default_btn_normal</item>
<item name="android:windowNoTitle">true</item>
</style>
Save and close.
Open
dialer_searchdialog_contents.xml
in res/layout.
In lines 7, 9, 12 and 14 change
Code:
android:textColor="@color/tw_color002"
to
Code:
android:textColor="@color/black"
Save and close.
Recompile DialerTabActivty.apk.
These files in res/drawable-hdpi have to be transparent:
call_dial_btn_normal.png
call_dial_btn_normal_h.png
call_dial_edit_btn_normal.png
call_dial_panel_bg.png
call_dial_panel_bg_01.png
call_dial_panel_bg_01_h.png
call_dial_panel_bg_02_h.png
You can now change your background in the dialer by editing/changing
call_default_btn_normal.9.png.
You might want to change the buttons (numbers, video-call,...) as well...
Edit:
found my screenshots...
http://forum.xda-developers.com/showpost.php?p=9428697&postcount=1162
Nice one! When I have time I will try it out, to make some new theme maybe...
how do you decompile an apk?
BlackDino said:
how do you decompile an apk?
Click to expand...
Click to collapse
first post
or people who are familiar with apktool
Click to expand...
Click to collapse
OP: Any way you could help?
All my builds are failing, am I missing something?
$:smali ***********$ ./apktool b DialerTabActivity/ DialerTabActivity2
I: Checking whether sources has changed...
I: Checking whether resources has changed...
I: Building resources...
Exception in thread "main" brut.androlib.AndrolibException: brut.common.BrutException: could not exec command: [aapt, p, -F, /var/folders/kd/kdNOA0YVGdiaUt9uZypokE+++TI/-Tmp-/APKTOOL6167853566269819461.tmp, -I, /Users/***********/apktool/framework/1.apk, -I, /Users/***********/apktool/framework/2.apk, -S, /Users/***********/smali/DialerTabActivity/res, -M, /Users/***********/smali/DialerTabActivity/AndroidManifest.xml]
at brut.androlib.res.AndrolibResources.aaptPackage(Unknown Source)
at brut.androlib.Androlib.buildResourcesFull(Unknown Source)
at brut.androlib.Androlib.buildResources(Unknown Source)
at brut.androlib.Androlib.build(Unknown Source)
at brut.androlib.Androlib.build(Unknown Source)
at brut.apktool.Main.cmdBuild(Unknown Source)
at brut.apktool.Main.main(Unknown Source)
Caused by: brut.common.BrutException: could not exec command: [aapt, p, -F, /var/folders/kd/kdNOA0YVGdiaUt9uZypokE+++TI/-Tmp-/APKTOOL6167853566269819461.tmp, -I, /Users/***********/apktool/framework/1.apk, -I, /Users/***********/apktool/framework/2.apk, -S, /Users/***********/smali/DialerTabActivity/res, -M, /Users/***********/smali/DialerTabActivity/AndroidManifest.xml]
at brut.util.OS.exec(Unknown Source)
... 7 more
Caused by: java.io.IOException: Cannot run program "aapt": error=2, No such file or directory
at java.lang.ProcessBuilder.start(ProcessBuilder.java:460)
at java.lang.Runtime.exec(Runtime.java:593)
at java.lang.Runtime.exec(Runtime.java:466)
... 8 more
Caused by: java.io.IOException: error=2, No such file or directory
at java.lang.UNIXProcess.forkAndExec(Native Method)
at java.lang.UNIXProcess.<init>(UNIXProcess.java:53)
at java.lang.ProcessImpl.start(ProcessImpl.java:91)
at java.lang.ProcessBuilder.start(ProcessBuilder.java:453)
... 10 more
Click to expand...
Click to collapse
I am using framework-res.apk & twframework-res.apk
Am I missing any frameworks?
BlackDino said:
OP: Any way you could help?
All my builds are failing, am I missing something?
I am using framework-res.apk & twframework-res.apk
Am I missing any frameworks?
Click to expand...
Click to collapse
This one is interesting
...Cannot run program "aapt"...
Click to expand...
Click to collapse
You need aapt.exe
http://code.google.com/p/android-apktool/
Requirements:
JRE 1.6 (Java Runtime Environment)
aapt command in a PATH
basic knowledge of what is SDK, aapt, PATH, smali and Google search engine may be useful
Click to expand...
Click to collapse
Thanks man, guess i should follow the instructions
Followed the guide and was able to get a transparent background but only for the top portion. I edited the call_default_btn_normal.9.png to just be transparent. I started to mess with some of the png's and you can see that I made the dialer buttons black rather than transparent. I am guessing I need to leave the png's alone as there are transparent ones in the drawable folders and edit the correct xml's to attain a keyboard like the screen shots from the first post. Any tips on this?
Did you saved the transparency of the png files while editing? Did you correctly oatch the. 9.pngs after editing? Tis could be the problem.
jim_panse said:
Did you saved the transparency of the png files while editing? Did you correctly oatch the. 9.pngs after editing? Tis could be the problem.
Click to expand...
Click to collapse
I just erased the color in PS so there is nothing but the checkered background. Changed Mode to indexed 8/bit, Palette = Exact, Forced = None, Transparency is checked Options= None and saved as png.
Then I used Draw9Patch to draw a single row around the png and save9.
Should I be using an Alpha channel in PS? Sorry for my noobness
Oh, sorry.
I forgot to mention some pngs that have to be edited
call_dial_btn_normal.png
call_dial_btn_normal_h.png
call_dial_edit_btn_normal.png
call_dial_panel_bg.png
call_dial_panel_bg_01.png
call_dial_panel_bg_01_h.png
call_dial_panel_bg_02_h.png
I hope that's it...
You'll then have a transparent background.
You are the man !!!!! Nice Tutorial !
Also had to edit:
call_dial_btn03_normal.png
call_dial_btn01_normal.png
call_dial_btn01_normal_h_.png
call_dial_btn02_normal.png
call_dial_btn02_normal_h_.png
call_dial_btn04_normal_h_.png
Also I believe the dialer_tab_bg.png has to be modifed but I am too tired after night shift. Scheichuwe, thanks for posting this. I am quite enjoying messing around. It looks like you modified a lot of things in your custom dialer screen shot.
Yes, I really changed a lot and I obviously can't remember everything.
Sorry for that.
If you want to, you might have a look at this
http://www.android-hilfe.de/themes-fuer-samsung-galaxy-s/54195-theme-simple-dark-jpo.html
It's a german board but you'll find the download
Take a look at the dialer and take whatever you want...
scheichuwe said:
Yes, I really changed a lot and I obviously can't remember everything.
Sorry for that.
If you want to, you might have a look at this
http://www.android-hilfe.de/themes-fuer-samsung-galaxy-s/54195-theme-simple-dark-jpo.html
It's a german board but you'll find the download
Take a look at the dialer and take whatever you want...
Click to expand...
Click to collapse
Thanks scheichuwe! I am stuck at getting rid of the top background so I am glad you posted.
Cheers
scheichuwe said:
I posted some screenshots a long time ago that show a transparent dialer and a custom background for the AOSP-lockscreen.
I’m tired of answering pm’s so for people who are familiar with apktool and xml-editing, here’s what to do.
Custom background for AOSP-lockscreen
Decompile framework-res.apk and open
keyguard_screen_tab_unlock
in res/layout.
In line 2 change
Code:
android:background="#70000000"
to
Code:
android:background="@drawable/default_wallpaper"
In line 15 you can change the position if the sliders if you want. Change
Code:
android:layout_marginBottom="80.0dip"
to
Code:
android:layout_marginBottom="0.0dip"
and you’ll find the sliders at the very bottom of the lockscreen.
Save and close.
Open res/drawable-hdpi(-v4) and delete default_wallpaper.jpg.
Go and find a wallpaper (480 x 800), rename to default_wallpaper.png and copy to res/drawable-hdpi(-v4).
Now recompile framework-res.apk and you’re done.
Be careful with using apktool, you’ll get problems with the latest version so I recommend to use apktool 1.3.1.
Transparent dialer
Decompile DialerTabActivity.apk and open
colors.xml
in res/values.
In line 36 change
Code:
<color name="tw_color002">#ff000000</color>
to
Code:
<color name="tw_color002">#00000000</color>
Save and close.
Open
styles.xml
in res/values.
Change line 3-6
Code:
<style name="DialtactsTheme" parent="@android:style/Theme">
<item name="android:windowNoTitle">true</item>
<item name="android:windowContentOverlay">@null</item>
</style>
to
Code:
<style name="DialtactsTheme" parent="@android:style/Theme.Wallpaper">
<item name="android:windowBackground">@drawable/call_default_btn_normal</item>
<item name="android:windowNoTitle">true</item>
</style>
Save and close.
Open
dialer_searchdialog_contents.xml
in res/layout.
In lines 7, 9, 12 and 14 change
Code:
android:textColor="@color/tw_color002"
to
Code:
android:textColor="@color/black"
Save and close.
Recompile DialerTabActivty.apk.
These files in res/drawable-hdpi have to be transparent:
call_dial_btn_normal.png
call_dial_btn_normal_h.png
call_dial_edit_btn_normal.png
call_dial_panel_bg.png
call_dial_panel_bg_01.png
call_dial_panel_bg_01_h.png
call_dial_panel_bg_02_h.png
You can now change your background in the dialer by editing/changing
call_default_btn_normal.9.png.
You might want to change the buttons (numbers, video-call,...) as well...
Edit:
found my screenshots...
http://forum.xda-developers.com/showpost.php?p=9428697&postcount=1162
Click to expand...
Click to collapse
Wow! Finally I found you! I am enjoying a glass dialer, ad I really would like to edit my own one, but with some little variations to avoid lag in scrolling Logs and Favourites.
What are the images involved in the background of the tabs on top? I think I'll put them as default because the livewallpaper I use is dark, and I barely can see it through the trasparent dialerin those tabs.
Is therere a way to have different background images for each tab? I mean that I would like to have trasparento bg for Keypad, and black for Logs and Favourites.
If not, si there any possibility to create a modded image for the Logs and favourites tab when acrive so that they could be so big to have like a big black rectangle hanging underneath them so to get all over the trasparent bg, and so to give black bg underneath the Logs and Favourites scrolling???
I hope you understood.
Thank you.
The tabs are in twframework-res.apk and DialerTabActivity.apk.
Look for tw_tab in res/drawable-hdpi(-v4).
No, you can't have different backgrounds for each tab. But just have a look at logs and favorites
scheichuwe said:
The tabs are in twframework-res.apk and DialerTabActivity.apk.
Look for tw_tab in res/drawable-hdpi(-v4).
No, you can't have different backgrounds for each tab. But just have a look at logs and favorites
Click to expand...
Click to collapse
I don't follow you.
I have already tried and modded several dialers for me own, editing images and looking at the xml files you mention in this topic, but always using the one made from the dialer that I edited (same xml editings mentioned in you thread), but I need to have complete NON trasparent background in logs and farourites because it lags!!
With black backgrond it would not lag!
Is there a way to put a custon image or set a custom color as the background of the focused Logs and Favourites tabs?
I was thinking at something not square, but big so to go even under the listings under the tabs...
Otherwise inver the things: all black but custom image (dark trasparent grey) for Keypad so to have it trasparent.
thnx for the thread
now.,, is there anyway to change tab color to transparent ?
I ve tried modding every image ,, nothing changed !
so plz guide me
Finally found the thread what i'm looking for, nice share... thanks man.
Can some one tell me how to make Settings.apk transparent? thanks before

SystemUI.apk JVH with transparent pull down BG?

Well I had criskelo SystemUI.apk (JVB) moded to have transparent pulldown BG, now I'm on JVH, and when I use same APK it gives some error mesages when I connect USB. So I took deodexed JVH SystemUI.apk copied all .png (all but icon one) from old to new apk, but there is no transparency.
Then I searched and found out that I must mod classes.dex. with smali/baksmali.
-find smali/com/android/systemui/statusbar
-open StatusBarService.smali
-search for the line const/4 v5, 0x2
-change it to const/4 v5, -0x3
Did that replaced files and app, but still no transparency?
Search file in layout folder statusbar_tracking.xml if i'm right. There you need to edit 1 line or copy it from old apk
Sent from my GT-I9000 using XDA App
nedooo said:
Well I had criskelo SystemUI.apk (JVB) moded to have transparent pulldown BG, now I'm on JVH, and when I use same APK it gives some error mesages when I connect USB. So I took deodexed JVH SystemUI.apk copied all .png (all but icon one) from old to new apk, but there is no transparency.
Then I searched and found out that I must mod classes.dex. with smali/baksmali.
-find smali/com/android/systemui/statusbar
-open StatusBarService.smali
-search for the line const/4 v5, 0x2
-change it to const/4 v5, -0x3
Did that replaced files and app, but still no transparency?
Click to expand...
Click to collapse
The transparency is in an xml file as the guy above pointed out.
Thanks mates, will try and report back...it works, just copied status_bar_tracking.xml fron old one, first I tried to mod it with APK manager 4.9, and no way to recompile (don't know is that dependee issue or APK manager fault).
BIG THANKS
yeah,you have to change the xml and the shade_bg.png as I wrote in the other thread.here http://forum.xda-developers.com/showpost.php?p=13621055&postcount=346
pauldiddy said:
yeah,you have to change the xml and the shade_bg.png as I wrote in the other thread.here http://forum.xda-developers.com/showpost.php?p=13621055&postcount=346
Click to expand...
Click to collapse
Big thanks worked perfectly!

[Q] Apply transparency rosie.apk sense 3

Hello, I have 3 days trying to apply transparency to the sense rosie.apk 3.0 and it still fails.
I know I need to edit some xml apk, but I do not know what they are.
Please if someone could say that xml files are applying transparency.
Thanks in advance
a greeting
Forgive my groin but I use a translator .. jejeje
anxo79 said:
Hello, I have 3 days trying to apply transparency to the sense rosie.apk 3.0 and it still fails.
I know I need to edit some xml apk, but I do not know what they are.
Please if someone could say that xml files are applying transparency.
Thanks in advance
a greeting
Forgive my groin but I use a translator .. jejeje
Click to expand...
Click to collapse
You should post this in the Q and A section. Download one of my mods and decompile rosie.apk. Take my all_apps_view.xml in my layout folder and you can see the edits you need to make. Also values change colors and values hdpi colors.
This is the dev section not the q&a
But have a look at this thread: http://forum.xda-developers.com/showthread.php?t=1078621
It should be the same, i think.
regards
nickiberli said:
This is the dev section not the q&a
But have a look at this thread: http://forum.xda-developers.com/showthread.php?t=1078621
It should be the same, i think.
regards
Click to expand...
Click to collapse
So I've done is for the transparency of the dock bar, I wonder about the tranparent list of applications, but many thanks for your reply
klquicksall said:
You should post this in the Q and A section. Download one of my mods and decompile rosie.apk. Take my all_apps_view.xml in my layout folder and you can see the edits you need to make. Also values change colors and values hdpi colors.
Click to expand...
Click to collapse
thank you very much for your replies and forgive if this issue is not going in this section
There are different ways to the target, but here is the basic version (without custom addons of my custom Rosie).
1. Surprise - Decompile Rosie with apktool or apkmanager
2. Edit color.xml in values and values-hdpi folder
Bubble free Icon Text Background <color name="bubble_dark_background">#00191919</color> and <color name="bubble_text_shadowColor">#00000000</color>
Transparent App Drawer <color name="all_item_background">#00000000</color> and <color name="add_to_home_background">#00000000</color> (last one also in color.xml in values-hdpi folder)
2.a) 00 in the front is for Alpha Channel - that brings 100% Transparency. If you prefer semi transparent drawer, you can use 77, 88 or 99 (depends on your taste).
3. 4x5 App Drawer - edit intergers.xml in values folder
<integer name="allprogram_grid_rows">5</integer> and <integer name="allprogram_grid_columns">5</integer>
4. Smaller font in app drawer - edit application_boxed.xml
android:textSize="18.0px"
5. Compile and (if you use apkmanager) delete resources.arsc and layout folder in keep folder
In case you try it with 2.36 Rosie, you also need to edit launcher.smali
Change:
const/high16 v23, -0x100
to:
const/high16 v23, -0x6700
6. In order to change your dockbar, you need to decompile fusion.apk with m.10 editor and edit all necessary pngs there
he_stheone64 said:
There are different ways to the target, but here is the basic version (without custom addons of my custom Rosie).
1. Surprise - Decompile Rosie with apktool or apkmanager
2. Edit color.xml in values and values-hdpi folder
Bubble free Icon Text Background <color name="bubble_dark_background">#00191919</color> and <color name="bubble_text_shadowColor">#00000000</color>
Transparent App Drawer <color name="all_item_background">#00000000</color> and <color name="add_to_home_background">#00000000</color> (last one also in color.xml in values-hdpi folder)
2.a) 00 in the front is for Alpha Channel - that brings 100% Transparency. If you prefer semi transparent drawer, you can use 77, 88 or 99 (depends on your taste).
3. 4x5 App Drawer - edit intergers.xml in values folder
<integer name="allprogram_grid_rows">5</integer> and <integer name="allprogram_grid_columns">5</integer>
4. Smaller font in app drawer - edit application_boxed.xml
android:textSize="18.0px"
5. Compile and (if you use apkmanager) delete resources.arsc and layout folder in keep folder
In case you try it with 2.36 Rosie, you also need to edit launcher.smali
Change:
const/high16 v23, -0x100
to:
const/high16 v23, -0x6700
6. In order to change your dockbar, you need to decompile fusion.apk with m.10 editor and edit all necessary pngs there
Click to expand...
Click to collapse
thank you very much with this if it's clear that jejeje
Because we are very far if you do not invite a beer
XDXD

Statusbar mods collection galaxy y

Hello everyone,
It has been quite a time on xda and i found that there are a number of tweaks availble for our mini GALAXY Y especially for the status bar.
But the problem is that all these tweaks are located in different threads which makes them a lot more messy.
Therefore I present you a compilation of the common but most used tweaks for galaxy y.
THREADS WILL BE UPDATED.........SO LOOK OUT FOR NEW AMAZING TWEAKS !!!!!!!!!!!!!!
Click to expand...
Click to collapse
PLEASE PM ME IF YOU FIND ANY OTHER TWEAKS FOR OUR GALAXY Y AND I WILL ADD IT HERE
CREDITS :--
@marcussmith2626
 @dcsms
 @jpdesuasido
[Guide] [Mod] How to make any gingerbread or cm7 status bar transparent​There's two ways to make the statusbar bar Transparent and I'll post them both
One way works with any gingerbread rom (deodex & rooted) and one with cyanogen 7.
I have not tried it on ics or jelly bean but you can try (for people who stumble across this thread who are not galaxy y users) ..
Please dont ask for support unless you are using a custom rom on galaxy y.:good:
Any other phones please goto your own phone forum for support.
You also need a launcher that is capable of transparency .:angel:
Adw works but you need to disable wallpaper hack in settings .
Holo launcher works.
any other launcher if it doesn't work look in it's settings & try & disable wallpaper hack or manage internally .
1-)Method one for non cm
You need apk tool installed - if you don't know how to use it see marcussmith2626's guide here --
http://forum.xda-developers.com/showthread.php?t=2206938
Once you have decompiled SystemUI.apk using apk tool goto res/layout Open status_bar.xml in notepad
1.Find the following line
Code:
<com.android.systemui.statusbar.StatusBarView android:orientation="vertical" [COLOR="Red"]android:background="#000000"[/COLOR] android:focusable="true" android:descendantFocusability="afterDescendants"
Notice android:background is normally a hexadecimal value or it could be an @drawable value
either way change it to the following
Code:
<com.android.systemui.statusbar.StatusBarView android:orientation="vertical" [COLOR="Red"]android:background=" [user=3944923]@drawab[/user]le/nameofpng" [/COLOR]android:focusable="true" android:descendantFocusability="afterDescendants"
Notice that android:background is now a @drawable value
2.Detete the space between the " and the @
(the is because the forum has changed the @ to mentions and I cant work out how to stop it doing it)
3.Change nameofpng to the name of your transparent background image (just the name - do not include the file extension .png)
4.Place this image with the same name as the @drawable value in res/drawable-ldpi
(of course other devices might be in mdpi or hdpi)
5.Recompile and sign apk
Put in a flashable zip and flash with system mounted
6.You can download and use the pngs in the attachment (for ldpi like galaxy y) or create your own
To create a transparent status bar image just take a non Transparent one and edit it in a photo application to make it Transparent (make sure image dimensions stay the same and is for your phone resolution)
2-)Method two for cm7
Note you will need apk tool installed and notepad++ installed
1.Download the patcher tool by Z25
2.Unzip the contents to a folder
3.Place your SystemUI.apk and framework-res.apk in files_to_patch
4.Run patcher.bat
5.Select status bar tweaks and enable only transparent status bar
6.Edit the smali file as described in the text file that pops up
7.Select option build and sign
8.Select option to create zip files
You now have a zip file called patch.zip
Flash this in cwm to enable transparency
To actually make it Transparent you need to apply a theme with a transparent status bar
First disable wallpaper hack from adw launcher settings
Then either download a transparent Theme from playstore for theme chooser and apply in theme chooser
Or create your own theme
Goto UOT kitchenhttp://uot.dakra.lt/kitchen
Code:
1.Take cyanbread.apk from the app folder of your cm7 rom & place on pc (or any other Theme Chooser Theme you wish to make transparent)
2.Rename it to what you want to call theme
3.Upload it to kitchen (under cm7 theme in file upload)
I4.n status bar tweaks set background transparency to around 70% Transparent and any other settings you need like carrier or footer - don't forget to generate preview once done
5.Make sure you have selected ldpi in statusbar tweak settings and ldpi/mdpi for theme chooser preview in file upload (other devices may vary) and in file upload change update binary to galaxy
6.Then goto summary section
7.If everything is green create the theme
8.If not make sure you have clicked generate preview on status bar tweaks
kitchen will then create theme for you
Once it's done download it flash in cwm with system mounted & then apply it in theme chooser
here are some of the statusbar my marcussmith2626--
http://forum.xda-developers.com/showthread.php?t=2123899
r
[GUIDE]How to add EDT Tweak support on your SystemUI
Hi guys
This time I will make a tutorial on how to add "EDT" tweak support on your SystemUI:fingers-crossed::fingers-crossed:
Features of EDT Tweaks
1.Battery Options
Show/Hide Battery Icon (Doesn't work)
Battery Text Style (Regular,Hide and Small %)
Prepend/Append Battery Text
Change Charging Color (For Battery Text)
Change Regular Color (For Battery Text)
Change Medium Level Color (For Battery Text)
Change Low Level Color (For Battery Text)
2.Clock Options:laugh:
Show AM/PM
Small AM/PM
Hide AM/PM
Hide Clock
3.Signal Options
Show Signal Bars (Doesn't work)
Show Signal Strength (Not available yet)
Show dBm Text (Not released)
Bug List
1.Show/Hide Battery Icon
2.Show Signal Bars
3.Show Signal Strength
4.Show dBm Text
Click to expand...
Click to collapse
Requirements
1.EDT Files (download in attachment)
2.EDT Tweaks apk (download in attachment)
3.SystemUI.apk
4.Apktool or similar
Click to expand...
Click to collapse
How to Install
1.Download the EDT Files zip package on your Computer and extract it anywhere in your desktop
2.Now on your phone, Pull your SystemUI.apk and paste it on your sd card
3.Now connect your phone to your Computer and Connect USB Storage
4.Copy the pulled SystemUI.apk and paste it on your apktool folder
5.Decompile your SystemUI.apk (You know how to do it right?)
6.Now copy the extracted smali from the EDT Files zip package and paste it on smali/com/android/systemui/statusbar/. Replace if asked
7.Go to res/layout/ and open status_bar.xml
8.Copy this code
Code:
[COLOR="Purple"]<com.android.systemui.statusbar.BatteryText android:textAppearance="@*android:style/TextAppearance.StatusBar.Icon" android:gravity="center_vertical" android:orientation="horizontal" android:paddingRight="2.0dip" android:layout_width="wrap_content" android:layout_height="fill_parent" />[/COLOR]
9.Paste it belowabove this code
Code:
[COLOR="Purple"]com.android.systemui.statusbar.Clock[/COLOR]
10.Compile the SystemUI.apk (You know how to do it right?)
11.On your phone, push the SystemUI.apk to system/app using Root Explorer or similar.
12.Now install EDT.apk and you can now use it's features
rr
[GUIDE]How to add lidroid 14 statusbar toggle buttons for Galaxy Y​All Credits belongs to dcsms
Please refers to lidroid original thread below
http://forum.xda-developers.com/showthread.php?t=1289896
Requirements :--
1. A Computer with JAVA DEVELOPMENT KIT [JDK] installed
2. Apktool
3. Notepad++ / other UNIX editor
4. Knowledge about how to compile/decompile apk (dont ask me.. just use the search bar.. there a bunch of tuts how to do that)
Click to expand...
Click to collapse
firstly download this file :
1. lidroid-res
http://forum.xda-developers.com/attachment.php?attachmentid=750399&d=1318661697
2. LidroidSystemUI
http://forum.xda-developers.com/attachment.php?attachmentid=750756&d=1318701014
3. QuickPanelSettings
http://forum.xda-developers.com/attachment.php?attachmentid=751238&d=1318747162
Click to expand...
Click to collapse
Procedure :--
1. Download LidroidSystemUI.apk and decompile it with apktool, then you get LidroidSystemUI dir.
2. Pull and Decompile your SystemUI.apk, copy LidroidSystemUI/smali/* into SystemUI/smali.
3. Open SystemUI/smali/com/android/systemui/status/StatusBarService.smali. Find(Ctrl + F) QuickSettingsView, change codes below
Code:
.local v3, qsv:Lcom/android/systemui/statusbar/quickpanel/QuickSettingsView;
const v7, 0x7f030002
invoke-static {p1, v7, v9}, Landroid/view/View;->inflate(Landroid/content/Context;ILandroid/view/ViewGroup;)Landroid/view/View;
move-result-object v3
.end local v3 #qsv:Lcom/android/systemui/statusbar/quickpanel/QuickSettingsView;
check-cast v3, Lcom/android/systemui/statusbar/quickpanel/QuickSettingsView;
.line 352
.restart local v3 #qsv:Lcom/android/systemui/statusbar/quickpanel/QuickSettingsView;
with
Code:
const v7, 0x3030003
invoke-static {p1, v7, v9}, Landroid/view/View;->inflate(Landroid/content/Context;ILandroid/view/ViewGroup;)Landroid/view/View;
move-result-object v3
check-cast v3, Lcom/lidroid/systemui/quickpanel/PowerWidget;
.line 352
.local v3, qsv:Lcom/lidroid/systemui/quickpanel/PowerWidget;
invoke-virtual {v3}, Lcom/lidroid/systemui/quickpanel/PowerWidget;->setupWidget()V
4. Compile SystemUI with apktool,
5. open up your SystemUI.apk with winrar or 7zip
6. locate to SystemUI/build/apk/ and find classes.dex onto the winrar/7zip
7. Then Push it into /system/app/
5. push lidroid-res.apk in /system/framework/, push QuickPanelSettings.apk in /system/app, reboot.
Click to expand...
Click to collapse
More mod :
Originally Posted by [email protected]
To have 6 visible toggles : edit : SystemUI/smali/com/lidroid/systemui/quickpanel/PowerWidget.smali
change :
Code:
.field private static final LAYOUT_SCROLL_BUTTON_THRESHOLD_PORT:I = 0x5
to
Code:
.field private static final LAYOUT_SCROLL_BUTTON_THRESHOLD_PORT:I = 0x6
Code:
div-int/lit8 v2, v2, 0x5
to
Code:
div-int/lit8 v2, v2, 0x6
Note: i skip editing androidmanfest.xml (cuz when we do this... we should sign all of the apk in /system/app and /system/framework. ..but if u insist.. please see the original thread above how to do that...unless if u dont do editing androidmanifest.xml u'll got FC when pressing Flashlight button. anyway i dont need it.. so its not a big deal)
DONT FORGET TO PRESS ATHANKS :laugh::laugh::laugh:
[GUIDE]BRIGHTNESS SLIDER IN STATUS BAR​
UPDATE ZIP FILES FOR JELLY BLAST ND HYPERION ADDED CHK AT THE END OF POST
GUYS THOSE WHO ARE TRYING IT AFTER COMPILNG UR APP PLZ DECOMPILE AND CHK WHETHER TAT ""in"" FOLDER IS IN SMALI FOLDER
REQUIREMENTS :--
1> DECOMPILING/ COMPILING TOOL (LIKE VTS OR APKTOOL OR APKMULTITOOL OR ANY OF UR CHOICE
2>UR SYSTEMUI.APK
3>STATUSBARGREEPER( PLZ SEARCH XDA FOR ITS DOWNLOAD LINKS)
Click to expand...
Click to collapse
STEPS
1) DECOMPILE UR SYSTEMUI.APK
2)NAVIGATE TO res/layout/status_bar_expanded.xml
3) OPEN IT FOR EDITING
4) SEARCH FOR THE FOLLOWING CODE
Code:
<FrameLayout android:layout_width="fill_parent" android:layout_height="wrap_content" android:layout_weight="1.0">
[COLOR="Indigo"]
[/COLOR]
5) PLACE THE FOLLOWING CODE ABOVE CODE U SEARCHED ABOVE
Code:
<LinearLayout android:gravity="center_vertical" android:orientation="horizontal" android:paddingTop="20.0dip" android:layout_width="fill_parent" android:layout_height="wrap_content">
<in.jmkl.dcsms.statusbargreper.SlideBrightness android:layout_width="fill_parent" android:layout_height="wrap_content" />
</LinearLayout>
6) ADD THE FOLLOWING FOLDER IN smali/*here*
DOWNLOAD HERE--
IN.ZIP
7)RECOMPILE THE THE SYSTEMUI APP ND PUSH IT........
8) RESTART UR DEVICE ND UR DONE..:
9) ND YADO INSTALL STAUSBARGREEPER APK
Click to expand...
Click to collapse
FOR JB FLASH VIA CWM--
1)HYPERION----HERE
2)JB--->>>HERE
DO VISIT THIS POST TOO
http://forum.xda-developers.com/showthread.php?t=2084127​
Its much better to actually link to the orig thread and just have an index type thread instead of just posting the entire guide here
this is because threads are updated and its also much eaiser for people to get support from the person who wrote the thread then just having spam "help me" stuff here
also you didnt seek permission to repost all these guides - well at least you didnt ask me
creating a thread which indexes guides is fine and links to the thread but just copy and past the entire guide is not good
you can get an idea of what an index thread is by clicking on the link in my signature as that will take you to my index thread
Bro You Could give Links to original thread instead of re posting all guides..its look messy
Thread Closed as it is nothing but duplication of existing work present in the device forum.
A.cid
Forum Moderator

[GUIDE]How to Animate PNGS

THIS IS A SAMPLE ANIMATION:
https://www.youtube.com/watch?v=nCBdxxLtgCg&feature=youtu.be
I cannot provide the pngs I used on that animation because I mod it long time ago. I already lost the files.
Click to expand...
Click to collapse
STEPS:
1.) Download animate.zip. Extract and put animate.xml in drawable folder.
2.) Create png/images that will be animated, (like bootanim, .gif)
3.) Put in drawable-ldpi. (or mdpi, hdpi, depends on your device)
4.) Open animate.xml
5.) Duplicate and edit the lines depending on how many pngs will you animate.
Code:
<item android:duration="1000" android:drawable= [user=3944923]@drawab[/user]le/YourSamplePng1" />
<item android:duration="1000" android:drawable= [user=3944923]@drawab[/user]le/YourSamplePng2" />
<item android:duration="1000" android:drawable= [user=3944923]@drawab[/user]le/YourSamplePng3" />
(NOTE: YourSamplePng must be the name of your png that you will animate.)
(PS: As you can see inside animate.xml, there's android: oneshot="false". )
false = infinitely show the png you list/looping.
true = show the png you list and will end on the bottom/last <item png you list.
PPS: 1000 duration = 1 second. (1000 milliseconds)
6.) Save.
7.) How to use? go to ImageView or android:background lines and put the @drawable/animate.
CREDITS:
Sniper Killer
Macmoon
Lenox devs
Potato Inc
Click to expand...
Click to collapse
Nice one sir !
Interesting
Reserved.
tentenponce said:
Nice one sir !
Click to expand...
Click to collapse
Thanks sir
Charging battery lockscreen
Great work..
This can be done on charging battery icon on lockscreen??
M47H!AS said:
Great work..
This can be done on charging battery icon on lockscreen??
Click to expand...
Click to collapse
You can try sir. :good:

Categories

Resources