Hi,
Here is how you can add your own custom image in settings.
1. Decompile Settings.apk (in system/priv-app)
2. Then take the image you want to add. It must be in png format size preferably 480*250 (Micromax Unite2 screen size is 480*800) . Rename the image as 'cosmic'. Put this IMG in drawable folder.
3. Download this small xml file banner and put it in Settings.apk/res/layout folder
(If you have a difference size image, then change values accordingly in banner file also.
4.Open Settings.apk/res/xml/device_info_settings.xml and write the below mentioned line just above the first 'Preference Category'.
<PreferenceCategory android:layout="@layout/banner" android:title="" android:key="blah" />
5. Now recompile Settings apk.
Done.
This comment has been removed by the author.
ReplyDeletePlz apk tool se Maine decompile setting app KO kiya comic imeg KO add karne ke bad bhi imeag about phone me sow nahi kar rahi.plz help me.I am on dark lollipop in mmx unite2
ReplyDeletecheck the size of the image, whether it is jpeg or png
Deletealso check the same size is mentioned in the areebeeawesome xml
Plz apk tool se Maine decompile setting app KO kiya comic imeg KO add karne ke bad bhi imeag about phone me sow nahi kar rahi.plz help me.I am on dark lollipop in mmx unite2
ReplyDeleteIs there already any background banner image in dark lp ? search in drawable folder for any png image. And also, you need to put the xml file in layout folder and also write the above given line in deviceinfo.xml
ReplyDeleteOr use tickle my android apk
ReplyDelete