}); How to add a custom image in settings ~ Micromax Unite2 development

for the Unite-ns

manojthoomannil@gmail.com

amazon

amazon1

amazon 2

Search This Blog

Translate

How to add a custom image in settings


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.



6 comments:

  1. This comment has been removed by the author.

    ReplyDelete
  2. 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

    ReplyDelete
    Replies
    1. check the size of the image, whether it is jpeg or png
      also check the same size is mentioned in the areebeeawesome xml

      Delete
  3. 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

    ReplyDelete
  4. Is 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

    ReplyDelete