{
"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 will see many ROMs like SUVI ROM, Creed's ROM etc. having a transparent effect. Adding this feature is easy but some developers won't tell their secret. So I will show you a very easy guide by which you can add 'transparent' effect in your ROM.
How to make any Rom transparent
I am not responsible for your bootlooped devices!
I will be showing you for types of transpareny effects.
Requirements
1 APKManager.
2 framework-res.apk
3 Notepad++
For Eclair, Froyo and Gingerbread
1 Guide-
1- Decompile app from apktool/apkmanager etc etc !!
2 Goto framework-res (is by apktool , framework-res.apk is by apkmanager) folder and goto Res>values
3 Open 'styles.xml'
4 Search for <style name="Theme"> tag
5 Edit some lines like this
Code:
<item name="colorBackground">[COLOR="red"]@color/transparent[/COLOR]</item>
<item name="windowBackground">[COLOR="red"]@color/transparent[/COLOR]</item>
Search for <style name="Theme.Black" parent="@style/Theme">
Edit like this
Code:
<item name="colorBackground">[COLOR="red"]@color/transparent[/COLOR]</item>
<item name="windowBackground">[COLOR="red"]@color/transparent[/COLOR]</item>
The End
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
2 Guide-
1- Decompile app from apktool/apkmanager etc etc !!
2 Goto framework-res (is by apktool , framework-res.apk is by apkmanager) folder and goto Res>values
3 Open 'styles.xml'
4 Search for <style name="Theme"> tag
5 Edit some lines like this
Code:
<item name="colorBackground">[COLOR="Red"]@color/transparent[/COLOR]</item>
<item name="windowBackground">[COLOR="Red"]@drawable/youpicturename[/COLOR]</item>
Search for <style name="Theme.Black" parent="@style/Theme">
Edit like this
Code:
<item name="colorBackground">[COLOR="Red"]@color/transparent[/COLOR]</item>
<item name="windowBackground">[COLOR="red"]@drawable/yourpicturename[/COLOR]</item>
The End
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
3 Guide-
1- Decompile app from apktool/apkmanager etc etc !!
2 Goto framework-res (is by apktool , framework-res.apk is by apkmanager) folder and goto Res>values
3 Open 'styles.xml'
4 Search for <style name="Theme"> tag
5 Edit some lines like this
Code:
<item name="colorBackground">#93ffffff</item> (or any hex color)
<item name="windowBackground">#0000000</item> (or any hex color)
Search for <style name="Theme.Black" parent="@style/Theme">
Edit like this
Code:
<item name="colorBackground">#00000</item> (or any hex color)
<item name="windowBackground">#00000</item> (or any hex color)
The End
------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
4 Guide-
1- Decompile app from apktool/apkmanager etc etc !!
2 Goto framework-res (is by apktool , framework-res.apk is by apkmanager) folder and goto Res>values
3 Open 'styles.xml'
4 Search for <style name="Theme"> tag
5 Edit some lines like this
Code:
<item name="colorBackground">[COLOR="red"]@color/transparent[/COLOR]</item>
<item name="windowBackground">[COLOR="red"]@color/transparent
<item name="windowShowWallpaper">true</item>[/COLOR]</item>
Search for <style name="Theme.Black" parent="@style/Theme">
Edit like this
Code:
<item name="colorBackground">[COLOR="red"]@color/black[/COLOR]</item>
<item name="windowBackground">[COLOR="red"]@color/transparent[/COLOR]</item>
<item name="windowShowWallpaper">true</item>
The End
---------------------------------------------------------------------------------------------------------------------------------------------------------------------
Ics rom-:
FOR CM9 roms, you need to edit the theme.holo sections of styles.xml
If theme.light on froyo/GB then
theme.holo.light on ICS
forexample, theme.holo.noactionbar(actionbar=titlebar)
But in froyo/gb its theme.notification,,,
Just holo is added in ICS framework
After you end making transparent compile application and flash this framework-res.apk , for finding Hex value visit colorpicker.com
Chooose the guide suites you the best!!
PS. if you are using this guide in your rom make sure there is proper credits to this guide and link
Note-
drawable/yourpicturename means copy your .png file (will be background like in settings.apk) in drawable-mdpi (your device DPI)
Make sure perfect size !!
Cheeeeeeeeeeeeeeeeeeeeeeeeeeeeers...!!
Plz hit thanks to guide and post comments for more guides
I dont really get the ICS part....
could you explain it further..
rocking bro
umm
awesome brooooo......!
:laugh::laugh:
forever king said:
[/CENTER]
Ever thought your rom can be transparent...!!??
Ah! its awesome but i dont know how to make!!??
...
Click to expand...
Click to collapse
Why dont add some shot of your ROM?
you forgot to require an android phone
sorry friend edited all lines
<item name="colorBackground"> y
<item name="windowBackground">
for that is what I do and does not work
* I'm on ics
Can you provide me some SS for make it clear
GSculerlor said:
Can you provide me some SS for make it clear
Click to expand...
Click to collapse
Nopes, sorry. Please ask here what's difficult in it?
Forever Alone said:
Nopes, sorry. Please ask here what's difficult in it?
Click to expand...
Click to collapse
I think it bit easy, but just avoid bootloop And i just choose 1 guide right ?
Edit : Sir i done try it. It not make bootloop. But make i can do anything cause my backgroud is covering any app. I use last guide Please help me
GSculerlor said:
I think it bit easy, but just avoid bootloop And i just choose 1 guide right ?
Edit : Sir i done try it. It not make bootloop. But make i can do anything cause my backgroud is covering any app. I use last guide Please help me
Click to expand...
Click to collapse
<item name="windowShowWallpaper">true</item></item> > "false".
Then replace @Color/transparent to "#424242" or with any SEMI TRANSPARENT or a TRANSLUCENT color.
Forever Alone said:
<item name="windowShowWallpaper">true</item></item> > "false".
Then replace @Color/transparent to "#424242" or with any SEMI TRANSPARENT or a TRANSLUCENT color.
Click to expand...
Click to collapse
So, i must keep windowShowWallpaper false ?
GSculerlor said:
So, i must keep windowShowWallpaper false ?
Click to expand...
Click to collapse
false will MAKE YOUR WALLPAPER NOT SHOW IN THE BACKGROUND where as true will MAKE YOUR BACKGROUND SHOW IN THE BACKGROUND..Gotcha?
Forever Alone said:
You will see many ROMs like SUVI ROM, Creed's ROM etc. having a transparent effect. Adding this feature is easy but some developers won't tell their secret. So I will show you a very easy guide by which you can add 'transparent' effect in your ROM.
Click to expand...
Click to collapse
how about semi-transparency ? how to do it ?
EpullSalvatrucha said:
how about semi-transparency ? how to do it ?
Click to expand...
Click to collapse
semi transparent color codes.
dint work
tried all the steps but dint work
ashwinvishesh said:
tried all the steps but dint work
Click to expand...
Click to collapse
ICS and above? Did you add Holo?
Forever Alone said:
ICS and above? Did you add Holo?
Click to expand...
Click to collapse
hey.. i am on gingerbread and tried the last method... but after doing that method, no app is visible... every thing became transparent.. apps are running but i am only able to see my wallpaper nothing else... please help me asap
Reserved
Hi anyone can help me. Yesterday i try to edit setting.apk to change image. But before edit, i try to decompile and recompile.
After recompile i try push my setting.apk (no edit, just decompile and recompile and then push to system with permission 0644) but my setting is lost? What happen?
Help me.
Sent from my Lenovo A328 using XDA Free mobile app
Related
Hello,
I want to change to text color of the popup-menu from black to white.
Here's the reason why:
{
"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"
}
I changed the background graphics from white to black. So the text has to get white.
I just can't find a clue what file to edit.
Would be great if anyone could give a hint.
Thanks in advance!
This should help: http://forum.xda-developers.com/showpost.php?p=8316984&postcount=2297
Thank you so much.
Helps me a lot!
Does this not work in the DX or something? I extracted my framework apk but dont have the value folder nor an styles.xml ??
sniffs said:
Does this not work in the DX or something? I extracted my framework apk but dont have the value folder nor an styles.xml ??
Click to expand...
Click to collapse
To get the values folder it isn't enough to just unzip the apk.
You have to decompile it with APKTool. Then change the xml and compile it back.
However, I got problems with the latest version of the tool. My phone's stuck in a boot loop when compiling with it. The former version 1.3.1 works fine.
This issue is described here.
Also, you have to copy the Manifest file and the META-INF folder from the original framework apk to the new compiled one.
Oh, and another thing.
If you have a menu where you can click on a button named "More", this is what you get:
To make this text become white you have to change
Code:
<style name="Theme.ExpandedMenu" parent="@style/Theme">
<item name="listViewStyle">@style/Widget.ListView.Menu</item>
<item name="windowAnimationStyle">@style/Animation.OptionsPanel</item>
<item name="background">@null</item>
<item name="itemTextAppearance">?[COLOR="Red"]textAppearanceLargeInverse[/COLOR]</item>
</style>
to
Code:
<style name="Theme.ExpandedMenu" parent="@style/Theme">
<item name="listViewStyle">@style/Widget.ListView.Menu</item>
<item name="windowAnimationStyle">@style/Animation.OptionsPanel</item>
<item name="background">@null</item>
<item name="itemTextAppearance">?[COLOR="Red"]textAppearanceLarge[/COLOR]</item>
</style>
I think.
Sorry guy,
but on this way i got the font in menu more not white.
Do you have any other idea to get the text in menu more white?
It doesn't work, if the textAppearanceLarge is black, too.
You can directly make it white via
Code:
<item name="itemTextAppearance">#ffffffff</item>
Thanks a lot Wallla, I've been trying to figure this out (expanded menu > white text) for a few weeks now!
so after doing that, how's your menu>settings>sound working...does it open?
i did this on my rom (cm 6.1 d/s) and menu is black with white text, expanded menus are black with white text, but certain things are force closing due to a layout error...
12-20 13:35:06.860 E/AndroidRuntime( 1015): FATAL EXCEPTION: main
12-20 13:35:06.860 E/AndroidRuntime( 1015): java.lang.RuntimeException: Binary XML file line #2: You must supply a layout_width attribute.
is the brunt of it
beautiful widgets wouldnt work either
sound, call settings, and some other assorted submenus are force closing for me
tnpapadakos said:
so after doing that, how's your menu>settings>sound working...does it open?
i did this on my rom (cm 6.1 d/s) and menu is black with white text, expanded menus are black with white text, but certain things are force closing due to a layout error...
12-20 13:35:06.860 E/AndroidRuntime( 1015): FATAL EXCEPTION: main
12-20 13:35:06.860 E/AndroidRuntime( 1015): java.lang.RuntimeException: Binary XML file line #2: You must supply a layout_width attribute.
is the brunt of it
beautiful widgets wouldnt work either
sound, call settings, and some other assorted submenus are force closing for me
Click to expand...
Click to collapse
Sounds like there's a syntax error in the file. You're sure you made no mistake?
I've no problems at all with the changes described in this thread.
wallla said:
Sounds like there's a syntax error in the file. You're sure you made no mistake?
I've no problems at all with the changes described in this thread.
Click to expand...
Click to collapse
hmmm, i'll check...i cut/paste'd the code on your OP so, if there is a mistake, its on you LOL (joking)
thanks, i'll check
You coppied... But you replaced the old one with it, right?
Just adding it at the bottom doesn't work.
However, I'm sure you already know that.
wallla said:
You coppied... But you replaced the old one with it, right?
Just adding it at the bottom doesn't work.
However, I'm sure you already know that.
Click to expand...
Click to collapse
absolutely
Im on a cm6.2 rom for the eris and i think im missing somthing or not doing somthing, i got the menu to work going into styles.xml and i changed
<style name="TextAppearance.Widget.IconMenu.Item" parent="@style/TextAppearance.Small">
<item name="textColor">?textColorPrimaryInverse</item>
to
<style name="TextAppearance.Widget.IconMenu.Item" parent="@style/TextAppearance.Small">
<item name="textColor">@color/bright_foreground_dark</item>
to get the text to show and than i changed
verticalDivider">@drawable/divider_vertical_bright
to
verticalDivider">@drawable/divider_vertical_dark
And that got the virtical divider to show. now it all looks great but widgets, widget settings, settings and anything like that fc's, so am i missing somthing? Ohh and im using apk manager
tnpapadakos said:
so after doing that, how's your menu>settings>sound working...does it open?
i did this on my rom (cm 6.1 d/s) and menu is black with white text, expanded menus are black with white text, but certain things are force closing due to a layout error...
12-20 13:35:06.860 E/AndroidRuntime( 1015): FATAL EXCEPTION: main
12-20 13:35:06.860 E/AndroidRuntime( 1015): java.lang.RuntimeException: Binary XML file line #2: You must supply a layout_width attribute.
Click to expand...
Click to collapse
Skyllos said:
Im on a cm6.2 rom for the eris and i think im missing somthing or not doing somthing, i got the menu to work going into styles.xml and i changed
<style name="TextAppearance.Widget.IconMenu.Item" parent="@style/TextAppearance.Small">
<item name="textColor">?textColorPrimaryInverse</item>
to
<style name="TextAppearance.Widget.IconMenu.Item" parent="@style/TextAppearance.Small">
<item name="textColor">@color/bright_foreground_dark</item>
to get the text to show and than i changed
verticalDivider">@drawable/divider_vertical_bright
to
verticalDivider">@drawable/divider_vertical_dark
And that got the virtical divider to show. now it all looks great but widgets, widget settings, settings and anything like that fc's, so am i missing somthing? Ohh and im using apk manager
Click to expand...
Click to collapse
Now, that you mention apkmanager...
What version of APKTool are you two using? (APKManager is also only using APKTool, in the inside).
Like I described in post #5: With the newest version of APKTool I also have problems. My device even didn't boot up any more.
Try to use version 1.3.1.
im using the vs you post a few pages back
Edit: ohh i didnt realize apk manager is using apktools, which version of ApkTools is in the Apk Manager folder?
Update: i changed ApkTool in the apk manager folder for version 1.3.1 and that created a bootloop
I'm trying to do this on a sense ROM a I had the menu background black at one time but had the same text problem I want to try and see if this will work but I can't for the life of me remember how I changed the menu background to black do you guys have any ideas? thanks in advance!
Skyllos said:
im using the vs you post a few pages back
Edit: ohh i didnt realize apk manager is using apktools, which version of ApkTools is in the Apk Manager folder?
Update: i changed ApkTool in the apk manager folder for version 1.3.1 and that created a bootloop
Click to expand...
Click to collapse
I never used apkmanager. But I could guess additionaly to building the apk, it also compresses the PNGs, zipaligns everything and signs it.
I think I read about some of that stuff doesn't go well with system-files.
So, in conclusion, I would advise you to make a build just with apktool. It's really easy to use.
Oh, and don't forget to copy/overwrite the Manifest file and the META-INF folder from the original framework apk to the new compiled one, as I already wrote in post #5.
ACD168 said:
I'm trying to do this on a sense ROM a I had the menu background black at one time but had the same text problem I want to try and see if this will work but I can't for the life of me remember how I changed the menu background to black do you guys have any ideas? thanks in advance!
Click to expand...
Click to collapse
It's a nine-patch-png file.
I just re-did it again with just apktool instead, And its still the same issue. It looks great menu works but trying to open settings up on anything FC's
Ice Cream Sandwich Theme For MORe v1 ROM.
This my first project "ICS Theme MORe v1 ROM".
Big thanks to: godell for your powerful ROM.
Notice:
-Theme created by some conferted rom theme.
-Don't make a mirror download link.
-Please click "thanks" button for me.
Before Use:
-Of course you must already used MORe ROM: http://forum.xda-developers.com/showthread.php?t=1464896
-Download 'ICS MORe Theme by Dreamware.zip' here: http://www.mediafire.com/?2vrmm5v9u495ut5 Password: "dreamware" without quotes.
-Download "ICS Wallpaper Dreamware.jpg"(FOR Wallpaper) here: http://www.mediafire.com/?632wg2evdnv9v1s
-See more information on my blog. here: http://hassanal-link.blogspot.com/2012/02/ice-cream-sandwich-theme-untuk-more-rom.html (If you cannot understand the languange, you can translate it with google translate, thats indonesian languange.)
Instalation:
Do With You're Own Risk
-copy the zip file in your root directory of sd card.
-reboot to recovery mode.
-select Choose Install .zip from SD Card.
-select 'ICS MORe Theme by Dreamware.zip'.
-select 'Yes'
-.back to CWM home screen.
-select 'Reboot System Now'.
Please Enjoy My Creation.
This Some OF Screen Shoots:
{
"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"
}
DON'T FORGET TO HIT "Thanks Button"
nice.. simple and clean. keep it up
Man The Theme Ix Awesome But There'x A Lil Problem!
Because Of The Font Is Black In This Theme..! When Yuh Press Option Button Yuh Cant See The Text! Itx Just The Signs...!
Hope Yuh Fix It Pretty Soon...!=)
DeeJayAhmed said:
Man The Theme Ix Awesome But There'x A Lil Problem!
Because Of The Font Is Black In This Theme..! When Yuh Press Option Button Yuh Cant See The Text! Itx Just The Signs...!
Hope Yuh Fix It Pretty Soon...!=)
Click to expand...
Click to collapse
this will be fix for it
for thread maker too
Files to be edited : - styles.xml in \projects\framework_name\res\values\.
* Goto \projects\framework_name\res\values.
* Open styles.xml in notepad++.
* Press CTRL+F and search for "TextAppearance.Widget.IconMenu.Item".
* The searched part will be like as shown in the following : -
Code:
<style name="TextAppearance.Widget.IconMenu.Item" parent="@style/TextAppearance.Small">
<item name="textColor">?textColorPrimaryInverse</item>
</style>
**Change the above code to as shown below : -
Code:
<style name="TextAppearance.Widget.IconMenu.Item" parent="@style/TextAppearance.Small">
<item name="textColor">@color/bright_foreground_dark</item>
</style>
* Then for text colour in "MORE" menu lists, press CTRL+F and search for "Theme.ExpandedMenu".
* The searched part will be as shown in the following : -
Code:
<style name="Theme.ExpandedMenu" parent="@style/Theme">
<item name="listViewStyle">@style/Widget.ListView.Menu</item>
<item name="windowAnimationStyle">@style/Animation.OptionsPanel</item>
<item name="background">@null</item>
<item name="itemTextAppearance">?textAppearanceLargeInverse</item>
<style>
** Change the above code to as shown below : -
Code:
<style name="Theme.ExpandedMenu" parent="@style/Theme">
<item name="listViewStyle">@style/Widget.ListView.Menu</item>
<item name="windowAnimationStyle">@style/Animation.OptionsPanel</item>
<item name="background">@null</item>
<item name="itemTextAppearance">?textAppearanceLarge</item>
<style>
glad to help others
gboy2011 said:
nice.. simple and clean. keep it up
Click to expand...
Click to collapse
Of Course Thankyou
devras said:
this will be fix for it
for thread maker too
Files to be edited : - styles.xml in \projects\framework_name\res\values\.
* Goto \projects\framework_name\res\values.
* Open styles.xml in notepad++.
* Press CTRL+F and search for "TextAppearance.Widget.IconMenu.Item".
* The searched part will be like as shown in the following : -
Code:
<style name="TextAppearance.Widget.IconMenu.Item" parent="@style/TextAppearance.Small">
<item name="textColor">?textColorPrimaryInverse</item>
</style>
**Change the above code to as shown below : -
Code:
<style name="TextAppearance.Widget.IconMenu.Item" parent="@style/TextAppearance.Small">
<item name="textColor">@color/bright_foreground_dark</item>
</style>
* Then for text colour in "MORE" menu lists, press CTRL+F and search for "Theme.ExpandedMenu".
* The searched part will be as shown in the following : -
Code:
<style name="Theme.ExpandedMenu" parent="@style/Theme">
<item name="listViewStyle">@style/Widget.ListView.Menu</item>
<item name="windowAnimationStyle">@style/Animation.OptionsPanel</item>
<item name="background">@null</item>
<item name="itemTextAppearance">?textAppearanceLargeInverse</item>
<style>
** Change the above code to as shown below : -
Code:
<style name="Theme.ExpandedMenu" parent="@style/Theme">
<item name="listViewStyle">@style/Widget.ListView.Menu</item>
<item name="windowAnimationStyle">@style/Animation.OptionsPanel</item>
<item name="background">@null</item>
<item name="itemTextAppearance">?textAppearanceLarge</item>
<style>
glad to help others
Click to expand...
Click to collapse
Thank for fixing, i don't very know to fix like that cause i'm newbie
Can some one provide me the Ics icon zip fir flashing on any ROM
galaxyfitankit said:
Can some one provide me the Ics icon zip fir flashing on any ROM
Click to expand...
Click to collapse
just search on google..
can you make a theme for the latest MORe rom xwth ?
yorufus said:
can you make a theme for the latest MORe rom xwth ?
Click to expand...
Click to collapse
I think this can use also. Just try this
dreamware said:
I think this can use also. Just try this
Click to expand...
Click to collapse
ok...my concern was that the stock lockscreen is changed in this rom(base xwth)..so was wondering if the same theme would work...will it?
dreamware said:
Ice Cream Sandwich Theme For MORe v1 ROM.
This my first project "ICS Theme MORe v1 ROM".
Big thanks to: godell for your powerful ROM.
Notice:
-Theme created by some conferted rom theme.
-Don't make a mirror download link.
-Please click "thanks" button for me.
Before Use:
-Of course you must already used MORe ROM: http://forum.xda-developers.com/showthread.php?t=1464896
-Download 'ICS MORe Theme by Dreamware.zip' here: http://www.mediafire.com/?2vrmm5v9u495ut5 Password: "dreamware" without quotes.
-Download "ICS Wallpaper Dreamware.jpg"(FOR Wallpaper) here: http://www.mediafire.com/?632wg2evdnv9v1s
-See more information on my blog. here: http://hassanal-link.blogspot.com/2012/02/ice-cream-sandwich-theme-untuk-more-rom.html (If you cannot understand the languange, you can translate it with google translate, thats indonesian languange.)
Instalation:
Do With You're Own Risk
-copy the zip file in your root directory of sd card.
-reboot to recovery mode.
-select Choose Install .zip from SD Card.
-select 'ICS MORe Theme by Dreamware.zip'.
-select 'Yes'
-.back to CWM home screen.
-select 'Reboot System Now'.
Please Enjoy My Creation.
This Some OF Screen Shoots:
DON'T FORGET TO HIT "Thanks Button"
Click to expand...
Click to collapse
Thanks for this awesome theme dude...
yorufus said:
ok...my concern was that the stock lockscreen is changed in this rom(base xwth)..so was wondering if the same theme would work...will it?
Click to expand...
Click to collapse
Can u upload the framework.apk from your device?
I can compile that for you
@rahul4u : any time. .
How about MORev2?
Yeah, we want update theme for godell latest rom
i may build that until my test in school end
godell said:
How about MORev2?
Click to expand...
Click to collapse
okey i will create, but you also always update youre rom.. lol
how to install on cm7?
deni24 said:
how to install on cm7?
Click to expand...
Click to collapse
This is for more rom...there is already an ics theme for cm7 check this out..
http://forum.xda-developers.com/showthread.php?t=1571172
This mod modifies the power_profile.xml in framework-res.apk. The values are used in Battery Usage to display how much battery has been used. The values LG used are way off, most notable is the Cell Standby and Phone Idle bug which reports using almost all the battery.
The values I have used are my estimates for battery consumption. I based this on the power_profile.xml values from the Nexus and Galaxy i9000, then modified a bit to what I think is correct based on readings from Power Tutor. Feel free to change any values you think are incorrect.
Please note that the framework-res.apk changes for each rom and for each build of a specific rom. Do not use a mod'd file for another rom or another build.
This is my mod'd power_profile.xml
Code:
<?xml version="1.0" encoding="utf-8"?>
<device name="Android">
<item name="none">0</item>
<item name="screen.on">81</item>
<item name="bluetooth.active">142</item>
<item name="bluetooth.on">0.3</item>
<item name="bluetooth.at">35690</item>
<item name="screen.full">256</item>
<item name="wifi.on">4</item>
<item name="wifi.active">202</item>
<item name="wifi.scan">202</item>
<item name="dsp.audio">88</item>
<item name="dsp.video">88</item>
<item name="radio.active">185</item>
<item name="gps.on">108</item>
<item name="battery.capacity">1500</item>
<item name="radio.scanning">88</item>
<array name="radio.on">
<value>3.4</value>
<value>3.4</value>
</array>
<array name="cpu.speeds">
<value>300000</value>
<value>600000</value>
<value>800000</value>
<value>1000000</value>
</array>
<item name="cpu.idle">1.4</item>
<item name="cpu.awake">44</item>
<array name="cpu.active">
<value>85.3</value>
<value>154.1</value>
<value>205.4</value>
<value>259.0</value>
</array>
</device>
How to install:
1. Pull your existing framework-res.apk file
2. Download/Install 'APK MultiTool v1.02 from http://apkmultitool.com/
a) Run Script first to make the folders.
b) Place your framework-res.apk file in the folder called 'place-apk-here-for-modding'
c) Use Option 25 to select current project, select framework-res.apk
d) Use Option 9 to decompile the apk
e) The decompiled file will be placed in the projects folder
f) Open projects\framework-res.apk\res\xml\power_profile.xml with notepad
g) Copy the above xml code and replace the contents, then save your file.
h) use option 11 to compile the file (If you get compile errors complaing about can't find aapt, download from the same website 'APK Manager 5.02'. Copy the file from other\aapt.exe into your apk_multitool folder.)
i) When asked if it is a system file, enter y
j) When asked if you want to copy additional files, enter n (If you use this option, it will rebuild the apk incorrectly)
3. In the 'place-apk-here-for-modding' there will be a new file called 'unsignedframework-res.apk'. Open this with 7zip, also open your original framework-res.apk in 7zip.
4. Drag the file called resources.arsc from the unsignedframwork-res.apk window into the framework-res.apk window, overwriting the existing file.
5. In both 7zip windows, navigate to res\xml folder, and drag the file called power_profile.xml from the unsignedframwork-res.apk window into the framework-res.apk window, overwriting the existing file.
6. Your framework-res.apk has now been modded and can be pushed to the phone.
To build an update.zip flashable from CWM
1. Download Update.zip 2.0 Modifier/Creator from http://forum.xda-developers.com/showthread.php?t=717437
2. Download my cwm zip for Temasek build 56 from the link below
3. With 7zip, extract the contents of my update.zip file and place them in the Update-Zip_Packager\placehere folder. There should be 2 folders, META-INF and system.
4. Navigate to system\framework and delete my framework-res.apk file. Copy your mod'd version into this folder.
5. If you plan to upload your mod'd file for others to use, edit the file META-INF\com\google\android\updater-script with notepad and change the line ui_print("temasek's p970 KANG build P20-56"); to display the rom/build you've modded.
6. Run the script in Update-Zip_Packager and select option 2
7. Rename the update.zip file with rom/build numbers, copy to the SD card of your phone and flash through CWM. Remember to nandroid backup before flashing. Also recommended to wipe Dalvik cache.
For anyone running Temasek Self-Kang #56, you can flash my file through cwm.
Download from: http://www.mediafire.com/?d210riqatvgv9k9
Enjoy.
Very nice, we need more of this things (if it works). Thanks for sharing.
Thanks for sharing.
Will try this on my Marvel ROM.
thanksssss for sharing
First of all, thanks for sharing.
jason600 said:
This is my mod'd power_profile.xml
Code:
<?xml version="1.0" encoding="utf-8"?>
<device name="Android">
<item name="none">0</item>
<item name="screen.on">81</item>
<item name="bluetooth.active">142</item>
<item name="bluetooth.on">0.3</item>
<item name="bluetooth.at">35690</item>
<item name="screen.full">256</item>
<item name="wifi.on">4</item>
<item name="wifi.active">202</item>
<item name="wifi.scan">202</item>
<item name="dsp.audio">88</item>
<item name="dsp.video">88</item>
<item name="radio.active">185</item>
<item name="gps.on">108</item>
<item name="battery.capacity">1500</item>
<item name="radio.scanning">88</item>
<array name="radio.on">
<value>3.4</value>
<value>3.4</value>
</array>
<array name="cpu.speeds">
<value>300000</value>
<value>600000</value>
<value>800000</value>
<value>1000000</value>
</array>
<item name="cpu.idle">1.4</item>
<item name="cpu.awake">44</item>
<array name="cpu.active">
<value>85.3</value>
<value>154.1</value>
<value>205.4</value>
<value>259.0</value>
</array>
</device>
Click to expand...
Click to collapse
Would you mind sharing how you arrived at those values?
jason600 said:
How to install:
<snip>
4. Drag the file called resources.arsc from the unsignedframwork-res.apk window into the framework-res.apk window, overwriting the existing file.
5. In both 7zip windows, navigate to res\xml folder, and drag the file called power_profile.xml from the unsignedframwork-res.apk window into the framework-res.apk window, overwriting the existing file.
6. Your framework-res.apk has now been modded and can be pushed to the phone.
Click to expand...
Click to collapse
Why is it important to replace the files in the original framework-res.apk, instead of just using the new one?
1aca said:
Would you mind sharing how you arrived at those values?
Click to expand...
Click to collapse
I started with the power_profile.xml from the Samsung i9000 (pretty much the same hardware as the Optimus Black, also the same one the Nexus uses). Some of the values didn't look right to me, for example wifi seemed to low. I used Power Tutor to show how much battery was being used for the screen at min/mix, wifi/wifi scanning, gps and processor (values in Power Tutor are Mw), then converted to mA (values in power_power.xml use mA). All other values I left alone.
As far as I'm aware, nobody has done a full power profile for our OB (connecting the battery to a multimeter and recording battery drain for diferent things). If/when someone does, we can use this values to get a more accurate display.
1aca said:
Why is it important to replace the files in the original framework-res.apk, instead of just using the new one?
Click to expand...
Click to collapse
I replace the files in the original framework-res.apk to workaround a bug in APK MultiTool 5.02. When compiling the apk, if you use the option to keep unmodified files, APK MultiTool puts a new folder in the apk called build, with the unmodified files instead of just replacing. The method I use is a manual workaround to do the same thing correctly. The reason to keep unmodified files is to reduce the possibility of errors with complied/signed files.
Has someone tried this? I think that battery monitor show the time an app has been on, not the power it consumes, so is understandable that Idle and sleep show the most time as this are almost always ON.
re4lsk said:
Has someone tried this? I think that battery monitor show the time an app has been on, not the power it consumes, so is understandable that Idle and sleep show the most time as this are almost always ON.
Click to expand...
Click to collapse
Yes, I changed the power_profile.xml in my ROM. So far it's looking better than the stock one.
Why would a battery usage app care about used up time instead of used power? That's nonsensical. It's like comparing the energy requirements of a person who's training 6 hours a day with that of someone who sleeps 18 hours a day by comparing the times and not taking into account the energy consumption during that time. It's beyond ridiculous.
1aca said:
Yes, I changed the power_profile.xml in my ROM. So far it's looking better than the stock one.
Why would a battery usage app care about used up time instead of used power? That's nonsensical. It's like comparing the energy requirements of a person who's training 6 hours a day with that of someone who sleeps 18 hours a day by comparing the times and not taking into account the energy consumption during that time. It's beyond ridiculous.
Click to expand...
Click to collapse
dude, that was I thougth, just cuz when you click an activity in the battery manager(the stock that cames with any rom) it just shows the time the app has been running. battery monitoring its not my thing, I prefer performance rather than battery (but a balance between them is what I'll look) just was asking if it works to add this to my rom.
PS to 1aca: relax, breathe in and breathe out...
re4lsk said:
Has someone tried this? I think that battery monitor show the time an app has been on, not the power it consumes, so is understandable that Idle and sleep show the most time as this are almost always ON.
Click to expand...
Click to collapse
For apps, it shows how much processor usage (not time used) that app has used and bases power usage for that on the values supplied for the processor. For example, if an app max's out the processor for 10 minutes, it is obviously using more power than an app that sits idling for 10 minutes.
Cell standby uses a couple of mA, phone idle is when the processor is asleep and uses next to nothing. Compare that with the screen on max at approx 256 ma or wifi using about 200 ma when active. If LG's values were correct, we'd run through our batteries in a couple of hours of standby, without even turning on the phone!
Is there an easier way to do this?
AysBerg said:
Is there an easier way to do this?
Click to expand...
Click to collapse
Ask the dev of whichever rom you use to include it in the rom.
Dunno why but ICS use non-traditional cpu speeds. It's the same as CM10 as it was based on KU5900 ICS. https://github.com/CyanogenMod/android_device_lge_p970/commit/740f579dc1001d223139a1dc1b7d72be8f0bb10c
It's using 100mhz, 200, 400, 800, 1ghz... Any known problem with this?
{
"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"
}
Can someone please make a flash able zip of the mod and upload???
Thanks in advance
Sent from my Potato
gabwerkz said:
Dunno why but ICS use non-traditional cpu speeds. It's the same as CM10 as it was based on KU5900 ICS. https://github.com/CyanogenMod/android_device_lge_p970/commit/740f579dc1001d223139a1dc1b7d72be8f0bb10c
It's using 100mhz, 200, 400, 800, 1ghz... Any known problem with this?
Click to expand...
Click to collapse
Shouldn't cause any problems to change, thats what I did when I originally did this mod.
The Battery Usage is not very acurate, it pulls info from batterystats.bin, then does calculations on them, also a lot of things aren't covered, such as GPU, SD, sensors, diferences for 2G,3G etc.
All you can really do is tweak it to what feels right for you.
@Vivek_Vivek. Its not practical to upload a flashable mod as a mod for one rom won't work on another one, every build of every rom needs a separate mod, hence the tutorial to do it yourself. Also, its not needed for CM10/ICS roms, the problem seems fixed in those.
Thanks. I include here in my next rom
Hey all!
If you have noticed, on ICS/JB there is a little transition when you click on a chooserbox. This is a nice feature which I like very much!
After doing some investigation on framework I realized that on res/drawable-mdpi there were some pngs which are needed for this feature to work.
{
"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"
}
Click to expand...
Click to collapse
Actually this feature exists on gingerbread but there aren't enough xmls to activate it. Seems like Google has abandoned the project because of some reasons. The closest reason is this :
"Google have not implemented the full sources of it because they wanted to reserve it for future releases. [On ICS/JB]"
Why do i think so? Because @SpaceCaker has discovered many secrets whose nature is like in our case. He has discovered weather information on lockscreen, Music Player Control on Lockscreen and also some codes and smalis which are present on ICS.
[Actually, I have used custom sources rather than using google's one]
Today I gonna show you how to fully implement it on GB! :victory:
Requirments :
-APK Multi Tools
-Notepad++
-Knowledge about xmls
-Sources on attachments
Click to expand...
Click to collapse
- Decompile framework-res.apk
1. Go to res/drawable/list_selector_background.xml
You will see something like this :
Code:
<?xml version="1.0" encoding="utf-8"?>
<selector
xmlns:android="http://schemas.android.com/apk/res/android">
<item android:state_window_focused="false" android:drawable="@color/transparent" />
<item android:state_focused="true" android:state_enabled="false" android:state_pressed="true" android:drawable="@drawable/list_selector_background_disabled" />
<item android:state_focused="true" android:state_enabled="false" android:drawable="@drawable/[B]list_selector_background_disabled[/B]" />
[COLOR="red"]<item android:state_focused="true" android:state_pressed="true" android:drawable="@drawable/list_selector_background_transition" />
<item android:state_focused="false" android:state_pressed="true" android:drawable="@drawable/[B]list_selector_background_transition[/B]" />[/COLOR]
<item android:state_focused="true" android:drawable="@drawable/list_selector_background_focus" />
</selector>
2. Change the 2 red lines. It will look like this :
Code:
<?xml version="1.0" encoding="utf-8"?>
<selector
xmlns:android="http://schemas.android.com/apk/res/android">
<item android:state_window_focused="false" android:drawable="@color/transparent" />
<item android:state_focused="true" android:state_enabled="false" android:state_pressed="true" android:drawable="@drawable/list_selector_background_disabled" />
<item android:state_focused="true" android:state_enabled="false" android:drawable="@drawable/list_selector_background_disabled" />
[COLOR="Red"]<item android:state_focused="true" android:state_pressed="true" android:drawable="@drawable/[B]sniper_killer[/B]" />
<item android:state_focused="false" android:state_pressed="true" android:drawable="@drawable/[B]sniper_killer[/B]" />[/COLOR]
<item android:state_focused="true" android:drawable="@drawable/list_selector_background_focus" />
</selector>
3. Download the Highlight Chooserbox_source.zip in the attachment, extract it and put sniper_killer.xml on drawable folder.
It consists these lines :
Code:
<item android:duration="20" android:drawable="@drawable/sniper_status_bar_item_pressed_anim2" />
<item android:duration="20" android:drawable="@drawable/sniper_status_bar_item_pressed_anim2" />
<item android:duration="30" android:drawable="@drawable/sniper_status_bar_item_pressed_anim3" />
<item android:duration="30" android:drawable="@drawable/sniper_status_bar_item_pressed_anim4" />
<item android:duration="40" android:drawable="@drawable/sniper_status_bar_item_pressed_anim5" />
<item android:duration="50" android:drawable="@drawable/sniper_status_bar_item_pressed_anim6" />
<item android:duration="60" android:drawable="@drawable/sniper_status_bar_item_pressed_anim7" />
<item android:duration="60" android:drawable="@drawable/sniper_status_bar_item_pressed_anim8" />
4. Put the PNGs on res/drawable-mdpi
5. Recompile framework-res.apk and test
Click to expand...
Click to collapse
Proof :
[The transition changes in miliseconds making it impossible to capture.
But after tries and tries i finally managed to capture the transition ]
Pressed :
Click to expand...
Click to collapse
Selected :
Click to expand...
Click to collapse
Credits :
-ryanfebriyadi
-Google
-Me
Click to expand...
Click to collapse
To devs
Developers, if you decide to use it on your ROM just put my name on the credits! :good:
Leave a thanks if you find this helpful! :good:
Awesome guide bro keep it up :thumbup::thumbup::thumbup:
Sent from my Ace-i
Hitesh2626 said:
Awesome guide bro keep it up :thumbup::thumbup::thumbup:
Sent from my Ace-i
Click to expand...
Click to collapse
Thanks and btw, if you are on SGS3 ROM don't try it as V6 include it and V6 will be out tomorrow
Thanks for the guide! Can it be used on Cm7?
Sent from my GT-S5830i using xda app-developers app
mathm2013 said:
Thanks for the guide! Can it be used on Cm7?
Sent from my GT-S5830i using xda app-developers app
Click to expand...
Click to collapse
Yes! CM7.2 is GB and i said it will work on all GB devices.
Good and Simple Guide, Sniper
Thanks!
:victory:
brijeshep said:
Good and Simple Guide, Sniper
Thanks!
:victory:
Click to expand...
Click to collapse
Thanks!
Awesome guide Sniper... !!! ICS feature for our Little Ace... Good work..!!
Sniper Killer said:
Thanks and btw, if you are on SGS3 ROM don't try it as V6 include it and V6 will be out tomorrow
Click to expand...
Click to collapse
Thanks budddy i know as you had mention it in post before
Thanks
Sent from my Ace-i
Good job, Sniper. Now we have phone with some features ICS/JB on Ace I. :laugh:
Nice and simple Guide Sniper! Awesome work!
Ok. Good work, but what about guide for add ics/jb wifi and bluetooth togless in main menu settings?
Sent from my GT-S5830i using xda premium
misha1996 said:
Ok. Good work, but what about guide for add ics/jb wifi and bluetooth togless in main menu settings?
Sent from my GT-S5830i using xda premium
Click to expand...
Click to collapse
I can make a guide for that too but Its a lil' hard for ya guys
If I do I will try to make it noob friendly.
Sent from my GT-S5830i using Tapatalk 2
Also, today is not only my birthday xD
Today is my Ace-i's birthday too
I bought ace i on the same day like my birthday 1 year ago :laugh:
misha1996 said:
Ok. Good work, but what about guide for add ics/jb wifi and bluetooth togless in main menu settings?
Sent from my GT-S5830i using xda premium
Click to expand...
Click to collapse
Sniper Killer said:
I can make a guide for that too but Its a lil' hard for ya guys
If I do I will try to make it noob friendly.
Sent from my GT-S5830i using Tapatalk 2
Click to expand...
Click to collapse
And it rather requires a unique bug fix
OT
Wish you a happy 'b day , teddy
(completed all my 8 thanks , will press tomorrow )
------OT CLOSED------
Sniper Killer said:
Also, today is not only my birthday xD
Today is my Ace-i's birthday too
I bought ace i on the same day like my birthday 1 year ago :laugh:
Click to expand...
Click to collapse
Happy Birthday!
Your mod works perfectly fine with CM7 as well..Tested! Works like a Charm!
Congratulations, Teddy.
But...write that guide please.
Sent from my GT-S5830i using xda premium
misha1996 said:
Congratulations, Teddy.
But...write that guide please.
Sent from my GT-S5830i using xda premium
Click to expand...
Click to collapse
Can't till we get the permissions :silly:
Presenting a full guide on theming and understanding conceps of Settings.apk
Theming it white with changeable background
Check 2nd Post
Note.
I am not responsible if you make any damage to your phone
Click to expand...
Click to collapse
This simple editing requires.
# STEP 1
Patience
[For that use my method of spreading cold water over your head.}
# STEP 2
Notepad ++
{A very handy tool}
google it if you dont have for editing xml files.
# STEP 3
My provided files for changing backgrounds.
Click to expand...
Click to collapse
Lets start our work.
# STEP 4
Decompile your Settings.apk
# STEP 5
Open Androidmanifest.xml
# STEP 6
In
Code:
<application android:label="@string/settings_label"
# STEP 7
Add this
Code:
android:theme="@*android:style/Theme.Light"
# STEP 8
So it will look like thisafter editing
Code:
<application android:theme="@*android:style/Theme.Holo" android:label="@string/settings_label"
# STEP 9
Now find
Code:
Theme.NoTitleBar
And replace each with
Code:
Theme.Light.NoTitleBar
# STEP 10
Now open ManageApplications$ApplicationsAdapter.smali in
Code:
smali/com/android/settings/applications/ManageApplications$ApplicationsAdapter.smali
# STEP 11
Find
Code:
getColorStateList
# STEP 12
Above it you will see public id linked to framework
i.e.
Code:
0x1060001
# STEP 15
Change it to
Code:
0x1060004
This is to fix white colour problem in manage aplications tab items.
# STEP 14
Recompile your apk back.
Click to expand...
Click to collapse
{
"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"
}
EXTRA TIPS.
#
Changing the backgroung from white to grey or set your image
# STEP 15
Download Zip Package from here and merge with your settings.
# STEP 16
Open styles.xml
Paste this in the last above
Code:
</resources>
Code:
<style name="Settings" parent="@*android:style/Theme.Light">
<item name="android:windowBackground">@drawable/background</item>
</style>
# STEP 17
Open Androidmanifest.xml
# STEP 18
In
Code:
<application android:label="@string/settings_label"
# STEP 19
Add this
Code:
android:theme="@style/Settings"
# STEP 20
So it will look like this after editing
Code:
<application android:theme="@style/Settings" android:label="@string/settings_label"
# STEP 21
And background will be changed.
Click to expand...
Click to collapse
#
To change separators
# STEP 22
Open styles.xml
Paste this in the last above
Code:
</resources>
Code:
<style name="Widget.TextView.ListSeparator.White" parent="@*android:style/Widget.TextView.ListSeparator">
<item name="android:textColor">#ff000000</item>
<item name="android:background">@drawable/light_header</item>
</style>
# STEP 23
Change
Code:
<style name="Settings" parent="@*android:style/Theme.Light">
<item name="android:windowBackground">@drawable/background</item>
</style>
to
Code:
<style name="Settings" parent="@*android:style/Theme.Light">
<item name="android:windowBackground">@drawable/background</item>
<item name="android:listSeparatorTextViewStyle">@style/Widget.TextView.ListSeparator.White</item>
</style>
# STEP 24
Recompile back your apk file.
# STEP 25
Sign it.
# STEP 26
Push to system/app with permissions rw-r-r
# YOUR STEP
And Work Completed.
Click to expand...
Click to collapse
Liked Diz.....:thumbup:
via Tapatalk
awesome:good:
san122 said:
Click to expand...
Click to collapse
hy @san122 if you can help me to add wifi & Bluetooth switch on / of on settings?
I should make a guide like this for 4.3..
Didn't know people where still using GB lol
Sent from my lightning fast Note II running MeanBean 2.0 SuperCharged
eZdubzitmk4 said:
I should make a guide like this for 4.3..
Didn't know people where still using GB lol
Sent from my lightning fast Note II running MeanBean 2.0 SuperCharged
Click to expand...
Click to collapse
Why fear when iam here .I will make a guide on jb
Sent from my GT-S5360 using Tapatalk 2
Dekill93 said:
hy @san122 if you can help me to add wifi & Bluetooth switch on / of on settings?
Click to expand...
Click to collapse
There is a guide by sniper killer for that google it
Sent from my GT-S5360 using Tapatalk 2
san122 said:
Why fear when iam here .I will make a guide on jb
Sent from my GT-S5360 using Tapatalk 2
Click to expand...
Click to collapse
I was going to make one for 4.3 touch wiz. Unless you want to
Sent from my lightning fast Note II running MeanBean 2.0 SuperCharged
eZdubzitmk4 said:
I was going to make one for 4.3 touch wiz. Unless you want to
Sent from my lightning fast Note II running MeanBean 2.0 SuperCharged
Click to expand...
Click to collapse
Your choice add source here.
Sent from my GT-S5360 using Tapatalk 2
san122 said:
There is a guide by sniper killer for that google it
Sent from my GT-S5360 using Tapatalk 2
Click to expand...
Click to collapse
I've tried the tutorial ... but this is what I get ... try to check my picture...
can you help me ?
'SAN122' I have a small query.
How edit the background color of the header of the Settings application?
vk2r said:
'SAN122' I have a small query.
How edit the background color of the header of the Settings application?
Click to expand...
Click to collapse
You need to add titlebar attributes to styles for that and it is a png not a colour
Sent from my GT-S5360 using Tapatalk 2
san122 said:
You need to add titlebar attributes to styles for that and it is a png not a colour
Sent from my GT-S5360 using Tapatalk 2
Click to expand...
Click to collapse
Could you give me some help with that?
I am somewhat newbie to all this ...
vk2r said:
Could you give me some help with that?
I am somewhat newbie to all this ...
Click to expand...
Click to collapse
not possible today but surely tomorrow
Sent from my GT-S5360 using Tapatalk 2
san122 said:
not possible today but surely tomorrow
Sent from my GT-S5360 using Tapatalk 2
Click to expand...
Click to collapse
Thank you so much.
I'm really grateful.
can you tell me how to move customization option from here to a new title QUICKLINKS below WIRELESS AND NETWORKS ?
Sent from my Nexus 4
rush25 said:
can you tell me how to move customization option from here to a new title QUICKLINKS below WIRELESS AND NETWORKS ?
Sent from my Nexus 4
Click to expand...
Click to collapse
Under settings.xml make preferencecategories and preferencescreens below wireless and networks .
Sent from my GT-S5360 using Tapatalk 2
you xml/settings_preference.xml ? i tried it in there and also added new line in strings xml but still error
Sent from my Nexus 4