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
Related
heres how i changed the color of the toggles
decompile com.htc.resources.apk
go to: res\values\colors and edit the first line with the color of your choice
recompile and enjoy
Code:
<?xml version="1.0" encoding="utf-8"?>
<resources>
<color name="multiply_color">[COLOR="Red"]#ff40a4cf[/COLOR]</color>
Thanks to jeffsanace and eg1122 for the help with getting the apktool working
scrosler for what to edit
You should do a bunch of colors and make them flashable on any rom.
Just saying....
Sent from my EVO LTE using xda premium
eyeisdasteve said:
You should do a bunch of colors and make them flashable on any rom.
Just saying....
Sent from my EVO LTE using xda premium
Click to expand...
Click to collapse
X2
Sent from my eVo LTE
I can't get resources to recompile with apktool.
Sent from my EVO LTE using xda premium
This is what i get when trying to recompile. I also made sure i got rid of the zero_dummy_assets when editing pubilc xml in apktool.
Any idea?
benny3 said:
heres how i changed the color of the toggles
decompile com.htc.resources.apk
go to: res\values\colors and edit the first line with the color of your choice
recompile and enjoy
Code:
<?xml version="1.0" encoding="utf-8"?>
<resources>
<color name="multiply_color">[COLOR="Red"]#ff40a4cf[/COLOR]</color>
Click to expand...
Click to collapse
Can you make the blue flashable for Joel's rom?
Sent from my EVO using xda premium
thatotherguy.. said:
Can you make the blue flashable for Joel's rom?
Sent from my EVO using xda premium
Click to expand...
Click to collapse
I will take RED toggles please, thank you!!!!
If you guys use VillainTheme System (you can just gank the template from my theme in my signature) once you recompile the apk, pull the XML file you edited, place it in the right folder within vrtheme (com.htc.resources.apk/res/values/) and it will work on any ROM by only overwriting that specific XML file.
OP, if you can give me a hand with something: I can recompile com.htc.resources with no errors and all, but hte ENTIRE values folder are missing from my newly compiled APK, even if I make no changes. I assume that has something to do with my set up but I tried resetting up my apktools folder a thousand times. Any insight?
When will you guys learn to use the search button? Seriously, learn to use it and help yourself out. The solution to your apk compiling issues was solved by this thread in May.
To the OP: It is always proper etiquette to thank your source.
FYI to everyone else: multiply color variable changes A LOT more than just the toggles. Use PIN lock for one example and notice what I mean.
Thread moved to the Themes and Apps section.
SteelH said:
When will you guys learn to use the search button? Seriously, learn to use it and help yourself out. The solution to your apk compiling issues was solved by this thread in May.
To the OP: It is always proper etiquette to thank your source.
FYI to everyone else: multiply color variable changes A LOT more than just the toggles. Use PIN lock for one example and notice what I mean.
Click to expand...
Click to collapse
Way to read.
I made it CLEAR that I'm not having any compile issues, I'm just missing the values folder when I DO compile. No errors. No nothing. Know why? BECAUSE I FOLLOWED THAT SAME EXACT GUIDE.
Racer Of All said:
OP, if you can give me a hand with something: I can recompile com.htc.resources with no errors and all, but hte ENTIRE values folder are missing from my newly compiled APK, even if I make no changes. I assume that has something to do with my set up but I tried resetting up my apktools folder a thousand times. Any insight?
Click to expand...
Click to collapse
Don't be a complete jerk without reading my post.
Also for proof:
Sorry OP for derailing the thread, your mod is awesome great job!
Racer Of All said:
Way to read.
I made it CLEAR that I'm not having any compile issues, I'm just missing the values folder when I DO compile. No errors. No nothing. Know why? BECAUSE I FOLLOWED THAT SAME EXACT GUIDE.
Don't be a complete jerk without reading my post.
Also for proof:
Sorry OP for derailing the thread, your mod is awesome great job!
Click to expand...
Click to collapse
i was gonna share This link with you but i see you found it
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.
Makes the icon transparent. Flash in recovery.
Thank you, that icon is really annoying.
Does it still take up space? Is there a way to remove the icon completely?
rome425 said:
Thank you, that icon is really annoying.
Does it still take up space? Is there a way to remove the icon completely?
Click to expand...
Click to collapse
I tried to make the png as slim as possible. There probably is another way to remove it completely, most likely an xml edit.
Sent from my HTC One using Tapatalk 4 Beta
I appreciate your work buddy but i think you creating multiple of threads in Different device forums
Here is your same thread -> http://forum.xda-developers.com/showthread.php?t=2252775
That was on propose so AT&T users know about the mod too.
Sent from my HTC One using Tapatalk 4 Beta
SmiLey497 said:
I tried to make the png as slim as possible. There probably is another way to remove it completely, most likely an xml edit.
Sent from my HTC One using Tapatalk 4 Beta
Click to expand...
Click to collapse
It's in smali dude
Sent from my EVO using Tapatalk 2
ssojyeti2 said:
It's in smali dude
Sent from my EVO using Tapatalk 2
Click to expand...
Click to collapse
On Samsung phones all it took was an edit to the feature.xml in the csc folder to get rid of it. The icon itself is a png. If there is a smali edit for HTC phones I haven't seen any.
SmiLey497 said:
On Samsung phones all it took was an edit to the feature.xml in the csc folder to get rid of it. The icon itself is a png.
Click to expand...
Click to collapse
hmm ok then maybe you're right about that. however pretty much every icon on htc devices is in smali...I don't imagine this one would be any different
Better late than never
I realize this thread hasn't been touched in a long time, but in case anyone asks the question in the future, I have a fix for rooted users.
Edit the file /system/customize/acc/default.xml
Find the line <item type="boolean" name="nfc_show_icon">1</item>
Change the 1 to a 0
Reboot phone
Icon gone.
steampoweredlawngnome said:
I realize this thread hasn't been touched in a long time, but in case anyone asks the question in the future, I have a fix for rooted users.
Edit the file /system/customize/acc/default.xml
Find the line <item type="boolean" name="nfc_show_icon">1</item>
Change the 1 to a 0
Reboot phone
Icon gone.
Click to expand...
Click to collapse
Thank you! SO glad someone finally figured this out, been driving me crazy!! One note - on the 4.3 dev edition at least the line to change is <item type="integer" name="nfc_show_icon">1</item>
steampoweredlawngnome said:
I realize this thread hasn't been touched in a long time, but in case anyone asks the question in the future, I have a fix for rooted users.
Edit the file /system/customize/acc/default.xml
Find the line <item type="boolean" name="nfc_show_icon">1</item>
Change the 1 to a 0
Reboot phone
Icon gone.
Click to expand...
Click to collapse
Wow this is awesome, except for 1 issue : I don't have an account folder /system/customize/ I have hidden files and folders enabled but it's still on there.. Any ideas?
Sent from my Nexus 7 using xda app-developers app
Xposed module to remove the NFC icon completely!
SmiLey497 said:
I tried to make the png as slim as possible. There probably is another way to remove it completely, most likely an xml edit.
Sent from my HTC One using Tapatalk 4 Beta
Click to expand...
Click to collapse
SmiLey497 said:
Makes the icon transparent. Flash in recovery.
Click to expand...
Click to collapse
I just wrote a small Xposed module based on Xposed framework to remove the NFC Icon completely. No need to modify the NFC.apk. You could get the app on http://forum.xda-developers.com/showthread.php?t=2467970
Works awesome. Thank you!
I know this thread is old but since the Xposed module doesn't seem to work for everyone I will post another solution. If you don't have the system/customize folder, the setting is probably in
Code:
/system/etc/customization/settings/config.prop
You just have to change
Code:
ro.nfc.icon.enable=true
to
Code:
ro.nfc.icon.enable=false
Very good solution for NFC Icon !!!
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 ??
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.