Introducing XDA:DevCon – A Conference For Developers By Developers
XDA Developers Android and Mobile Development Forum
Forgot your password?
 
Post Reply+
Tip us?
 
grgsiocl
Old
#11  
Senior Member
Thanks Meter 3737
Posts: 2,100
Join Date: Nov 2009
Location: Kurnool, Andhra Pradesh
better you follow this guide

http://forum.xda-developers.com/show....php?t=1085118
 
crossmedia
Old
#12  
crossmedia's Avatar
Member
Thanks Meter 5
Posts: 53
Join Date: Oct 2010
Location: Jilin
Quote:
Originally Posted by sahilarora2003 View Post
I m searchin fr it fr a long tym...and still lookin fr a simple way to make it transparent....I dunn want to flash another rom fr just a transparent bar...im on goa rom and lovin it...best rom...
You can using a custom status bar on stock lq2 its transparent with bunch of toggles looks much better then the stock one all icons in blue with 15 toggles

I will add xda thread link if you guys interested

Sent from my GT-N7000 using xda premium
I know i am a Newbie & not a Developer but it wont hurt to hit thanks because still i try hard to help everyone
 
sahilarora2003
Old
#13  
sahilarora2003's Avatar
Senior Member
Thanks Meter 472
Posts: 1,365
Join Date: Jun 2012
Location: Somewhere in your Phone.

 
DONATE TO ME
Quote:
Originally Posted by crossmedia View Post
You can using a custom status bar on stock lq2 its transparent with bunch of toggles looks much better then the stock one all icons in blue with 15 toggles

I will add xda thread link if you guys interested

Sent from my GT-N7000 using xda premium
I just want to flash the transparent status bar..i hv working blue toggles which are included in the rom which im using..i love it.is there any way i can make it transparent by editing some files or smthin like tht?

Sent from my GT-N7000 using xda app-developers app
Cheers!!!

"If You Feel Helped Press THANKS Button"

Galaxy Note II GT-N7100
<3 Without My HaT3Rs I aM NoThInG <3
 
K Dotty
Old
#14  
K Dotty's Avatar
Senior Member
Thanks Meter 348
Posts: 841
Join Date: Nov 2010
Location: London
As mentioned before, its a smali edit. Then you can either set the status bar colour to transparent or set the drawable to look for an image. I'll post a quick tutorial when I get to my computer. Really easy to do providing you know how to (de)compile properly

Handwritten by my AOKP'd up Desire HD & Note

\/ Click thanks instead of posting it, Keep the thread clean \/:P
 
sahilarora2003
Old
#15  
sahilarora2003's Avatar
Senior Member
Thanks Meter 472
Posts: 1,365
Join Date: Jun 2012
Location: Somewhere in your Phone.

 
DONATE TO ME
Quote:
Originally Posted by K Dotty View Post
As mentioned before, its a smali edit. Then you can either set the status bar colour to transparent or set the drawable to look for an image. I'll post a quick tutorial when I get to my computer. Really easy to do providing you know how to (de)compile properly

Handwritten by my AOKP'd up Desire HD & Note
I'll wait fr ur tutorial...

Sent from my GT-N7000 using xda app-developers app
Cheers!!!

"If You Feel Helped Press THANKS Button"

Galaxy Note II GT-N7100
<3 Without My HaT3Rs I aM NoThInG <3
 
K Dotty
Old
#16  
K Dotty's Avatar
Senior Member
Thanks Meter 348
Posts: 841
Join Date: Nov 2010
Location: London
Im writing this presuming you already know how to decompile ICS apk's, if not.......google is your friend

Make a backup of your systemUI just incase.

Decompile your SystemUI,

Navigate to /SystemUI/smali/com/android/systemui/statusbar/StatusBar.smali

In StatusBar.Smali, search for this line;
Code:
invoke-direct/range {v11 .. v16}, Landroid/view/WindowManager$LayoutParams;-><init>(IIIII)V
A few lines above this change;
Code:
const/16 v16, 0x4
To

Code:
const/16 v16, -0x3
Save the file then navigate to SystemUI/res/values/drawables.xml
Look for the following line;
Code:
<item type="drawable" name="status_bar_background">#ff000000</item>
Change the hex value (#ff000000) the what ever you want ((ff = 100% transparency)(000000 = black)

#00000000 - completely transparent
#7f000000 - roughly 50% translucent I think


Save the file then recompile SystemUI.apk, and then push the apk back to your phone with the correct permissions and if compile correctly you should have a transparent status bar

If something goes wrong, I'm not responsible....blah blah blah!!
Iv only done this on CM9 & AOSP/AOKP but it should work with stock/tw roms as long as they're ics.

I'm still not next to my computer so I can't remember the line of code to set the status bar as an image rather than a color, I'll post it as soon as I get home.

Handwritten by my AOKP'd up Desire HD & Note

\/ Click thanks instead of posting it, Keep the thread clean \/:P
The Following 2 Users Say Thank You to K Dotty For This Useful Post: [ Click to Expand ]
 
JazonX
Old
#17  
JazonX's Avatar
Senior Member
Thanks Meter 65
Posts: 380
Join Date: Dec 2009

 
DONATE TO ME
How do I get a background Image, Like the attached Screenshot ?

Thanks!
Attached Thumbnails
Click image for larger version

Name:	Systemuinew.jpg
Views:	332
Size:	17.3 KB
ID:	1214096  

 
Post Reply+
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Go to top of page...

XDA PORTAL POSTS

Profile Flow: A Tasker Alternative

By now, we’re all quite familiar with Tasker, the personal automation app that seems to be able to … more

More Tips to Help Promote Your Android App

With over 700,000 apps in the Google Play store and more than 48 billion app installs, it’s … more

Sony Continues AOSP Initiative on the Tablet Z

Sometimes, you can harp on a subject so much that you end upbeating a dead horse. In our eyes, … more