vendredi 29 janvier 2016

[GUIDE]Make your custom theme



Hi I started this thread as I wanted to share a very good idea about customizability which will be how to make your custom theme out of those you already have for example the icons of a them with the wallpaper of the other along with the dialer of another.

Intro
all of the edits will be in data/Overlays/jsonfiles/user or trial json
I will include 3 themes in this tutorial and combine them to come up with one them consisted of them all
those themes will be Samsung space , Samsung Pink , and material design theme

Getting into it

we will be editing one theme with lines of the others to simplify it we will change the dialer of space for example to the dialer of material design so you get material design dialer when applying space theme also we will use the contacts of pink and icons of material theme
this is what you get when you open space theme json file in userjson those what we will change are marked with red down below
first of all we can replace them (better option) or completely delete the lines then copy the new ones
for I icon pack of material design the line is as follows
"appicon": "com.cambunch.MaterialDesign.appicon",
we replace the red line below with the on above to get material design theme icon pack with space theme
for the contacts and dialer apps respectively
"com.sec.Pink.common.contacts",
"com.cambunch.MaterialDesign.phone",
you will have to apply a different theme and reboot to apply changes
any questions are welcomed and I hope I have helped :)

Code:


"opentheme_version": "1.0.0",
  "tool_version": "1.1.10.1050187",
  "header": {
    "title": "Space",
    "description": "",
    "type": "Theme",
    "resolutions": [
      "1440x2560"
    ]
  },
  "themes": [
    {
      "type": "Base",
      "lock": "com.sec.Space.common.lock",
      "home": "com.sec.Space.common.home",
      "appicon": "com.sec.Space.common.appicon",
      "wallpaper": "com.sec.Space.common.wallpaper",
      "appstyle": {
        "framework": "com.sec.Space.common.common",
        "twframework": "com.sec.Space.common.touchwiz",
        "applications": [
          "com.sec.Space.common.inputmethod",
          "com.sec.Space.common.taskmanager",
          "com.sec.Space.common.settings",
          "com.sec.Space.common.capabilitymanager",
          "com.sec.Space.common.sm",
          "com.sec.Space.common.inputmethod_cn",
          "com.sec.Space.common.japan",
          "com.sec.Space.common.dmb",
          "com.sec.Space.common.kweather",
          "com.sec.Space.common.cmaweather",
          "com.sec.Space.common.weathernewsjp",
          "com.sec.Space.common.contacts",
          "com.sec.Space.common.simcardmgr",
          "com.sec.Space.common.cocktailbarservice",
          "com.sec.Space.common.peoplestripe",
          "com.sec.Space.common.mobiletv",
          "com.sec.Space.common.writingbuddyservice",
          "com.sec.Space.common.mms",
          "com.sec.Space.common.clockpackage",
          "com.sec.Space.common.digitalclock",
          "com.sec.Space.common.dualclockdigital",
          "com.sec.Space.common.popupcalculator",
          "com.sec.Space.common.calendar",
          "com.sec.Space.common.myfiles",
          "com.sec.Space.common.ui",
          "com.sec.Space.common.composer",
          "com.sec.Space.common.widget",
          "com.sec.Space.common.memo",
          "com.sec.Space.common.voicenote",
          "com.sec.Space.common.coreapps",
          "com.sec.Space.common.voicerecorder",
          "com.sec.Space.common.gallery3d",
          "com.sec.Space.common.music",
          "com.sec.Space.common.video",
          "com.sec.Space.common.galaxyfinder",
          "com.sec.Space.common.accuweather",
          "com.sec.Space.common.simsettingmgr",
          "com.sec.Space.common.phone",
          "com.sec.Space.common.hearingadjust",
          "com.sec.Space.common.safetyassurance",
          "com.sec.Space.common.securitylogagent",
          "com.sec.Space.common.fotaclient",
          "com.sec.Space.common.wssyncmldm",
          "com.sec.Space.common.diagmonagent",
          "com.sec.Space.common.policydm",
          "com.sec.Space.common.talkback",
          "com.sec.Space.common.advsounddetector",
          "com.sec.Space.common.assistantmenu",
          "com.sec.Space.common.universalswitch",
          "com.sec.Space.common.accesscontrol",
          "com.sec.Space.common.SMT",
          "com.sec.Space.common.vepreload",
          "com.sec.Space.common.backup",
          "com.sec.Space.common.aircommand",
          "com.sec.Space.common.themecenter"
        ]
      },
      "sound": {
        "screen_touch": "com.sec.Space.common.TW_Touch.ogg",
        "hw_touch": "com.sec.Space.common.180008226.ogg",
        "dial": "com.sec.Space.common.dial.ogg",
        "keyboard": "com.sec.Space.common.keyboard.ogg",
        "keyboard_back": "com.sec.Space.common.180008228.ogg"
      },
      "font": {
        "clock": "com.sec.Space.common.Moxie.ttf"
      }
    }
  ]
}



Download from this link

Aucun commentaire:

Enregistrer un commentaire