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
mediatek-res
systemui
after that extract your settings.apk from your rom and decompile it using
Settings
after decompilition is sucessful locate to settings folder and go to path
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
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
here you have to add code
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
and add a image of your chice 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
push your apk to your phone replace this with your original ,all done
THANX FOR READ :)
Dont forget to hit thanks
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.apkCode:
apktool if mediatek-res.apkCode:
apktool if SystemUi.apkSettings
Code:
apktool d settings.apkCode:
res/layoutnow 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/cosmic" android:scaleType="fitXY"
xmlns:android="http://schemas.android.com/apk/res/android" />now save it with extention (.xml)
after that
open path
Code:
res/xml/device_info_settings.xmlCode:
<PreferenceCategory android:layout= @layout/areebisawesome" android:title="" android:key="blah" />now at last
open path
Code:
res/drawbleall done if u getting confused watch my video guide above
at last save yor xmls and recompile your settings apk
using
Code:
APKTOOL B SETTINGSTHANX FOR READ :)
Dont forget to hit thanks
No comments:
Post a Comment