Welcome everyone!!!
Here i Guide You to change settings backgroud of your rom
Tested On LP
Requirements:
Apktool
Knowledge of decompiling/recompiling
Settings.apk
notepad++
Process
VIDEO GUIDE
NOTE : JOIN OUR FACEBOOK GROUP FOR MORE THEMING GUIDES
Firstly setup apktools on your windows after that extract framework-res.apk,Mediatek-res.apk and SystemUI.apk
Now install all these above apk in your apktool by using following commands
Framework
Code:
apktool if framework-res.apk
Mediatek
Code:
apktool if mediatek-res.apk
SystemUI
Code:
apktool if SystemUi.apk
after that extract your settings.apk from your rom and decompile it using
Settings
Code:
apktool d settings.apk
after decompilition is sucessful locate to settings folder and go to path
Code:
res/values/style.xml
now open style.xml using notepad++
search for code
locate
Code:
<style name=Theme.SettingsBase [email protected]:style/Theme.Material
now find the code under style.xml
Code:
<item name=android:colorBackground>#ffffffff</item>
if there is no such code add by your own and save it
now open res/layout/dasboard_category and find code
Code:
android:colorbackground
change the value of colorbackground with any hex of color you want
at last save yor xmls and recompile your settings apk
using
Code:
APKTOOL B SETTINGS
push your apk to your phone replace this with your original ,all done
Dont Forget To HIT Thanks If you like the Guide
Thanks bro
I have a question Dear
How do I can them the system ui lollipop
Hi how can I have the card layout for settings .Thank you
Related
material modification :
apktool / etc
note pade..
requirement :
must understand decompile recompile the apk in this case I will not explain what it is decompile recompile...
further..
please decompile your system ui and then download this material and continue extrack place in accordance with the layout of the place is in a folder if there is please replace the replace command...
download link : http://www.mediafire.com/?63nr97full98i90
if it is please recompile your systemui again and make sure there are no errors in the natural..
then push back to System app with permisiions rw .. r .. r
kredit : RIZALEON recognized themer xda
If this tutorial works on your device please give my thanks for your feet...
material modification :
apktool / etc
note pade..
requirement :
must understand decompile recompile the apk
in this case I will not explain what it is
decompile recompile...
further..
please decompile your system ui and then
download this material and continue extrack
place in accordance with the layout of the place
is in a folder if there is please replace the
replace command...
download link :
http://www.mediafire.com/download/63nr97full98i90/systemui.zip
if it is please recompile your systemui again
and make sure there are no errors in the
natural..
then push back to System app with
permisiions rw .. r .. r
kredit : RIZALEON recognized themer xda
If this tutorial works on your device please
give my thanks for your feet...
material modification :
apktool / etc
note pade..
requirement :
must understand decompile recompile the apk
in this case I will not explain what it is
decompile recompile...
further..
please decompile your system ui and then
download this material and continue extrack
place in accordance with the layout of the place
is in a folder if there is please replace the
replace command...
download link :
http://www.mediafire.com/download/63nr97full98i90/systemui.zip
if it is please recompile your systemui again
and make sure there are no errors in the
natural..
then push back to System app with
permisiions rw .. r .. r
kredit : RIZALEON recognized themer xda
If this tutorial works on your device please
give my thanks for your feet...
Hi guys
I want to add items in settings.apk . I have searched everywhere and the only things I found are guides to add these
items or change layout but I need to decompile settings.apk , edit strings etc .
I dont want to do these things and I wonder if there is some kind of Xposed Module or app I can use to do these
things ?
Can you help me ?
:victory: Thank You :victory:
@-XperiaMan-
Hi
1. Download advanced apktool by @BDFreak
2. Install frameworks from your device (framework-res.apk+SemcUXPGeneric.apk)
3. Decompile settings.apk
4. Using notepad++
5. Add to logos to drawble folders with others size
6. Res/Xml/settings_headers.xml open with notepad++ and add to items for here.
Good luck and sorry for my bad english.
jancsessz said:
@-XperiaMan-
Hi
1. Download advanced apktool by @BDFreak
2. Install frameworks from your device (framework-res.apk+SemcUXPGeneric.apk)
3. Decompile settings.apk
4. Using notepad++
5. Add to logos to drawble folders with others size
6. Res/Xml/settings_headers.xml open with notepad++ and add to items for here.
Good luck and sorry for my bad english.
Click to expand...
Click to collapse
Thank you , but as I said , I dont want to decompile,use apktool or something but I will try it anyway
Thank you
Welcome everyone!!!
Here i Guide You to How to add image in about phone menu
Requirements
Apktool
Knowledge of decompiling/recompiling
Settings.apk
notepad++
an image
VIDEO GUIDE
For more guides join our offical facebook group
Subscribe to my youtube channel here
Firstly setup apktools on your windows after that extract framework-res.apk,Mediatek-res.apk and SystemUI.apk
Now install all these above apk in your apktool by using following commands
framework
Code:
apktool if framework-res.apk
mediatek-res
Code:
apktool if mediatek-res.apk
systemui
Code:
apktool if SystemUi.apk
after that extract your settings.apk from your rom and decompile it using
Settings
Code:
apktool d settings.apk
after decompilition is sucessful locate to settings folder and go to path
Code:
res/layout
here create a new xml file with any name for example i create a xml with name paras.xml
now add this code to your new xml file or jus copy paste the code
Code:
<?xml version="1.0" encoding="utf-8"?>
<ImageView android:layout_gravity="center" android:paddingBottom="6.0dip" android:layout_width="480.0px" android:layout_height="147.0px" android:src= Drawable/pg" android:scaleType="fitXY"
xmlns:android="http://schemas.android.com/apk/res/android" />
now if you look at above code there is height and width is mention now you have to create or resize your image with same height and width also in Drawble/ name of your image
now save it with extention (.xml)
after that
open path
Code:
res/xml/device_info_settings.xml
here you have to add code
Code:
<PreferenceCategory android:layout="layout/paras" android:title="" android:key="blah" />
now look at code there is layout/paras "paras" should be same name as u create a new xml in res/layout
now at last
open path
Code:
res/drawble
and add a image of your choice which u want to add in your about phone settings.
all done if u getting confused watch my video guide above
at last save yor xmls and recompile your settings apk
using
Code:
APKTOOL B SETTINGS
push your apk to your phone replace this with your original ,all done
THANX FOR READ
Dont forget to hit thanks
I'm almost positive you didn't come up with this mod on your own especially due to all the various guides already shared to do this mod . If your gonna create a guide which already exists then there's no need to post or at least give credit to original source that's only fair. I'm the furthest thing from an xda police officer but I'm just sayin.
SICKMADE said:
I'm almost positive you didn't come up with this mod on your own especially due to all the various guides already shared to do this mod . If your gonna create a guide which already exists then there's no need to post or at least give credit to original source that's only fair. I'm the furthest thing from an xda police officer but I'm just sayin.
Click to expand...
Click to collapse
Sir m new here, and i didnt found any thred in which someone teach this. . i googled n search i come up with empty hand thats y i write this guide i found this my self while rom porting ...and there is no video guide also .. m also a begginer i jus help some noobies here. No if any want to theme i can guide them beacause there are too much comlicated guide which are not easily understandble by a noobie..thats why i write guides along videos .....thnx for your time that u noticedd ... M jus helping noobies .. No offence here..