First of all good day for all my fellow SGY users.
Just a quick question about Honeycream Rom Statbar Pulldown. I just want to know what's the name of png in the top background of that pulldown. I want to make it transparent because I cant see my status bar.
Thanks for the help.
(I already post this in SGY Help section but one said I posted on wrong board that's why I reposted it here. )
give me the statusbar i will mod this for u..
Sent from my GT-S5360 using Tapatalk 2
san122 said:
give me the statusbar i will mod this for u..
Sent from my GT-S5360 using Tapatalk 2
Click to expand...
Click to collapse
wow really? just the black background above of my pulldown. I already change the background and the toggles.. thanks thanks! can you tell me too what is the name of that png?
harizen said:
wow really? just the black background above of my pulldown. I already change the background and the toggles.. thanks thanks! can you tell me too what is the name of that png?
Click to expand...
Click to collapse
ok i will make it when iam free
and tell u the name of those pngs
Sent from my GT-S5360 using Tapatalk 2
san122 said:
ok i will make it when iam free
and tell u the name of those pngs
Sent from my GT-S5360 using Tapatalk 2
Click to expand...
Click to collapse
Very nice sir. Take your time. I'll wait. Thanks
harizen said:
Very nice sir. Take your time. I'll wait. Thanks
Click to expand...
Click to collapse
I Have Closed HoneyCream.
We'll Go On With New Projects From Next Month.
Thanks.
Regards,
Kaustubh
Sir can you help in my query before you go.. Please
it is
Code:
<com.android.systemui.statusbar.DateView android:textAppearance="@android:style/TextAppearance.StatusBar.Icon" android:textColor="#fff32c21" android:gravity="left|center" android:id="@id/date" [COLOR="Red"]android:background="#00000000"[/COLOR] android:paddingLeft="0.0px" android:paddingRight="0.0px" android:layout_width="0.0dip" android:layout_height="fill_parent" android:singleLine="true" />
change android:background="#00000000" to anything you want
mariozawa said:
it is
Code:
<com.android.systemui.statusbar.DateView android:textAppearance="@android:style/TextAppearance.StatusBar.Icon" android:textColor="#fff32c21" android:gravity="left|center" android:id="@id/date" [COLOR="Red"]android:background="#00000000"[/COLOR] android:paddingLeft="0.0px" android:paddingRight="0.0px" android:layout_width="0.0dip" android:layout_height="fill_parent" android:singleLine="true" />
change android:background="#00000000" to anything you want
Click to expand...
Click to collapse
Better to declare a whole png for more customization.
For those of you who wants check out my guide on advanced theming
This post is in compliance with the national potato safety regulation.
[Galaxy S 4 LTE]
deathnotice01 said:
Better to declare a whole png for more customization.
For those of you who wants check out my guide on advanced theming
This post is in compliance with the national potato safety regulation.
[Galaxy S 4 LTE]
Click to expand...
Click to collapse
Declaring a whole png in strings.xml ??
Related
I use the mult-livewallpaper, and it lets you change the lockscreen image also. Problem is, thier is an overlay or something that makes it too dark.
Does anybody know what I need to remove/modify, to get rid of it?
thanks
Sent from my Atrix using xda premium
95rr900 said:
I use the mult-livewallpaper, and it lets you change the lockscreen image also. Problem is, thier is an overlay or something that makes it too dark.
Does anybody know what I need to remove/modify, to get rid of it?
thanks
Sent from my Atrix using xda premium
Click to expand...
Click to collapse
If you're running Cyanogen you can manually set the lockscreen wallpaper in Settings->Cyanogen Settings
I don't run cm7, I like the stock lockscreen because it works everytime with the fingerprint scanner. Widget locker etc... doesn't work that well with it.
thanks though!
Sent from my Atrix using xda premium
95rr900 said:
I don't run cm7, I like the stock lockscreen because it works everytime with the fingerprint scanner. Widget locker etc... doesn't work that well with it.
thanks though!
Sent from my Atrix using xda premium
Click to expand...
Click to collapse
you will have to edit the lockscreen image in the framework-res file, which takes some knowledge if you want to do it.
dLo GSR said:
you will have to edit the lockscreen image in the framework-res file, which takes some knowledge if you want to do it.
Click to expand...
Click to collapse
do you know what folder it is in? Im looking, but no dice. I found an image in the folder drawable-land that is a gradient. thier is a bunch of other lock images with it. I wonder if that's the one.
thanks
Sent from my MB860 using xda premium
Its not an image, its a transparency value in keyguard_screen_unlock_portrait.xml in res/layout in framework-res.apk.
change:
Code:
<com.android.internal.widget.LinearLayoutWithDefaultTouchRecepient android:gravity="center_horizontal" android:orientation="vertical" android:background="#[COLOR=Red]70000000[/COLOR]" android:layout_width="fill_parent" android:layout_height="fill_parent"
xmlns:android="http://schemas.android.com/apk/res/android">
to
Code:
<com.android.internal.widget.LinearLayoutWithDefaultTouchRecepient android:gravity="center_horizontal" android:orientation="vertical" android:background="#[COLOR=Red]00000000[/COLOR]" android:layout_width="fill_parent" android:layout_height="fill_parent"
xmlns:android="http://schemas.android.com/apk/res/android">
May have to do the same for keyguard_unlock_landscape.xml if you have landscape unlock screens
If it's not that xml, which it may not be, look in the other keyguard xmls for transparency values that aren't ff or 00.
---------- Post added at 08:46 PM ---------- Previous post was at 08:38 PM ----------
My bad, I think it is zz_moto_gradient_bg.png in drawables-hdpi.
Found this to lead me there:
Code:
<com.android.internal.widget.LinearLayoutWithDefaultTouchRecepient android:gravity="center_horizontal" android:orientation="vertical" android:background="@drawable/zz_moto_gradient_bg" android:layout_width="fill_parent" android:layout_height="fill_parent"
xmlns:android="http://schemas.android.com/apk/res/android">
Nottach said:
My bad, I think it is zz_moto_gradient_bg.png in drawables-hdpi.
CODE]
Click to expand...
Click to collapse
Bingo! You da man, That was it. I just made it transparent, overwrote the original...flashed it with your pre-scripted installer (Thanks for that), and it was good to go! Your how to theme guide is awesome too, Thanks for helping me!!
Thank you very much for this.
How can I find the xml/png for a SIII with CM/AOKP/etc ROM?
Thanks!
eXtremeDevil said:
How can I find the xml/png for a SIII with CM/AOKP/etc ROM?
Thanks!
Click to expand...
Click to collapse
Is the S3 an A4G?
Sent from my ATRIX HD using XDA Free mobile app
Sorry, I don't know what A4G is. But in my signature you can see mi config.
eXtremeDevil said:
Sorry, I don't know what A4G is. But in my signature you can see mi config.
Click to expand...
Click to collapse
Yes you do know what it is. This thread belongs to a specific device. Read the name of the device and abbreviate it. This thread is not in your device's section.
Sent from my ATRIX HD using XDA Free mobile app
Plz tell me how to hide battery percentage from status bar in ICS of Xperia P. And how to change camera slide button in lock screen to old GB silent button.
Sent from my LT22i using xda app-developers app
cute_kayani said:
Plz tell me how to hide battery percentage from status bar in ICS of Xperia P. And how to change camera slide button in lock screen to old GB silent button.
Sent from my LT22i using xda app-developers app
Click to expand...
Click to collapse
If you have the stock firmware there is no way to change either of the above items.
Personally, I think they should have removed the battery icon and just left the % there.
The lock screen was annoying when they changed to a camera, seeing as you can just press the camera button for quick launch. But if you hold the power button and then release after a second, you can change volume between silent, loud and vibrate, not as slick, but does the job.
If you are rooted, there is certainly a way to change the lock screen, but not sure about the battery.
Not sure, but if phone is rooted, try UOT kichen!
Might try something, could someone upload SystemUI.apk, framework-res.apk and SemcGenericUxpRes.apk?
Sent from my SXS
skifyr123 said:
Might try something, could someone upload SystemUI.apk, framework-res.apk and SemcGenericUxpRes.apk?
Sent from my SXS
Click to expand...
Click to collapse
You can extract those files from firmware ftf file!
I have not rooted one, will wait for next sony official update. ..
Two battery icons in status bar, seems bad move by sony.
Sent from my LT22i using xda app-developers app
It‘s easy if you can use the apktool .
Just modify the status_bar.xml,remove the line
Code:
<TextView android:layout_gravity="left|center" android:id="@id/battery_text" android:paddingLeft="4.0dip" android:layout_width="wrap_content" android:layout_height="wrap_content" android:text="@string/status_bar_settings_settings_button" android:singleLine="true" style="@style/StatusBarNotificationText" />
Or change the position of the battery_text!
Enjoy.
cute_kayani said:
I have not rooted one, will wait for next sony official update. ..
Two battery icons in status bar, seems bad move by sony.
Sent from my LT22i using xda app-developers app
Click to expand...
Click to collapse
Rooting is not a unlocking and you can do offical update any time!
For me, battey percentage is wery good ant that is one of things that be in moust custom roms!
Is it possible to do the other way round
sj8023ld said:
It‘s easy if you can use the apktool .
Just modify the status_bar.xml,remove the line
Code:
<TextView android:layout_gravity="left|center" android:id="@id/battery_text" android:paddingLeft="4.0dip" android:layout_width="wrap_content" android:layout_height="wrap_content" android:text="@string/status_bar_settings_settings_button" android:singleLine="true" style="@style/StatusBarNotificationText" />
Or change the position of the battery_text!
Enjoy.
Click to expand...
Click to collapse
I'm using Xperia S (unlocked bootloader and rooted, stock rom), will adding this line to the status_bar.xml show the battery percentage?
Where do I find the status_bar.xml. Also kindly could you tell me the procedure, I am new to android.
Thread moved to Q & A section.
Is there a way to change the information on your status bar? For example, can I remove the clock?
smkyle said:
Is there a way to change the information on your status bar? For example, can I remove the clock?
Click to expand...
Click to collapse
Yes you can involves some smali editing i believe few devs have that option in their roms
Sent From My Sweet Ass EVO LTE
dased14 said:
Yes you can involves some smali editing i believe few devs have that option in their roms
Sent From My Sweet Ass EVO LTE
Click to expand...
Click to collapse
If you are running a rom without that option. You can to this with just a simple line to delete from an xml file.
Decomplete the systemui.apk
go to layout folder
look for the status_bar.xml and open it with note,note++,or PSPad that is what I use.
ok look for this line of code
Code:
<com.android.systemui.statusbar.policy.Clock android:textAppearance="@android:style/TextAppearance.StatusBar.Icon" android:gravity="left|center" android:id="@id/clock" android:paddingLeft="6.0dip" android:layout_width="wrap_content" android:layout_height="fill_parent" android:singleLine="true" />
and delete it.
Recomplete the apk.
Note that is the code from my one x,but for this they are pretty much the same just look for the clock code
Hi guys. Im on stock rooted MG4 4.1.2 rom. Using boeffla kernel. Ive installed xposed framework and xblast on my phone. But it seems that the transparent statusbar is not working. Already performed changing the statusbar color on xblast which is #00000000. Ive tried different colors, it does work however when using #00000000 it goes back to stock color of the status bar which is grayish like color. Can anyone help me? Ill appreciate it. Thanks. Good day.
Sent from my GT-I9300 using xda app-developers app
migz012788 said:
Hi guys. Im on stock rooted MG4 4.1.2 rom. Using boeffla kernel. Ive installed xposed framework and xblast on my phone. But it seems that the transparent statusbar is not working. Already performed changing the statusbar color on xblast which is #00000000. Ive tried different colors, it does work however when using #00000000 it goes back to stock color of the status bar which is grayish like color. Can anyone help me? Ill appreciate it. Thanks. Good day.
Sent from my GT-I9300 using xda app-developers app
Click to expand...
Click to collapse
Change these two in your SystemUI.apk
1 res / layout / tw_super_status_bar.xml
<com.android.systemui.statusbar.phone.StatusBarWin dowView android:background="#00000000" android:focusable="true" android:fitsSystemWindows="true" android:descendantFocusability="afterDescendants"
2. res / values / drawables.xml
<item type="drawable" name="status_bar_background">#00000000</item>
ag4751 said:
Change these two in your SystemUI.apk
1 res / layout / tw_super_status_bar.xml
<com.android.systemui.statusbar.phone.StatusBarWin dowView android:background="#00000000" android:focusable="true" android:fitsSystemWindows="true" android:descendantFocusability="afterDescendants"
2. res / values / drawables.xml
<item type="drawable" name="status_bar_background">#00000000</item>
Click to expand...
Click to collapse
Where can I exactly change those values on systemui.apk
Sent from my GT-I9300 using xda app-developers app
migz012788 said:
Where can I exactly change those values on systemui.apk
Sent from my GT-I9300 using xda app-developers app
Click to expand...
Click to collapse
Just noticed your using the xblast app didn't see that before, don't know how that works.
You can decompile the SystemUI.apk change the two xml files at the locations indicated previously then compile the apk and install on your phone easiest way is to use vrtheming and just flash the changes you made through recovery.
You would need to understand deconpling and compiling of apk's and theming.
View attachment 2501273
The background of item notification is white,it is hard to see it clearly。hope to change it like below
Anyone can help me?I changed the drawables.xml like this:
<item type="drawable" name="notification_item_background_color">#00000000</item>
however it does not work
i have the same problem...
chnpotato said:
i have the same problem...
Click to expand...
Click to collapse
but no one can answer it
Its not q/a forum
Sent from my Xperia Neo using XDA Premium 4 mobile app