[INDEX][GUIDE]Make your Kitkat(4.4.x/CM11) DEVICE look like Android M(6.x.x)

_AE_

Senior Member
Dec 19, 2015
766
717
0
THIS GUIDE IS PARTICULARLY FOR A 480x800 or 480dpi or hdpi RESOLUTION DEVICE.
WITH THIS GUIDE, YOU CAN MAKE YOUR DEVICE LOOK LIKE ANDROID L WITHOUT XPOSED MODULES.

I collected this stuff..by searching..and here are some mods by me..credits goes to those whom threads i am using..​

FRAMEWORK CHANGES​

How Do I get my Get my framework-res.apk? or where is framework-res.apk located?
  • Open Root Explorer.
  • Navigate to /system/framework/ framework-res.apk.
  • Put it in APKTOOL.

Make your Dialogs look like android L
http://forum.xda-developers.com/android/themes/guide-how-to-make-dialog-style-android-l-t3064598



Make your notifications,scrubbers,spinners,etc(Full Framework) like Android L:
  • Download res.zip from attachments and extract.
  • Decompile framework-res.apk.
  • Merge/Replace the folders that is drawable hdpi and color with yours /res/'.
  • Optional: If your device is a mdpi or xhdpi or xxhdpi or xxxhdpi, then you need to resize all images in the drawable-hdpi according to your device and put it into drawable-mdpi or drawable-xhpi or drawable-xxhpi or drawable-xxxhdpi.
  • Recompile.
  • Push it in your /system/framework/.
  • Enjoy.


SYSTEM UI CHANGES

How Do I get my Get my SystemUI.apk? or where is SystemUI.apk located?
  • Open Root Explorer.
  • Navigate to /system/priv-app/SystemUI.apk.
  • Put it in APKTOOL.


L PANEL

http://forum.xda-developers.com/android/themes/guide-t3137424


Make your LOCKSCREEN look like Android L:

http://forum.xda-developers.com/android/general/how-to-make-lockscreen-android-l-t3109071


Make your RECENTS look like Android L:

http://forum.xda-developers.com/android/general/how-to-make-recent-apps-stack-card-t3048424


Make your STATUS BAR TINT like Android L:

http://forum.xda-developers.com/android/general/dynamic-status-bar-jb-4-1-4-1-2-4-2-2-t3254563/post63950669#post63950669"

THESE CHANGES WILL MAKE YOUR DEVICE LOOK LIKE ANDROID M

SUPPORT ME WITH A DONATION

HIT THE THANKS BUTTON
 

Attachments

Last edited:

_AE_

Senior Member
Dec 19, 2015
766
717
0
Android N EasterEgg
http://forum.xda-developers.com/android/software-hacking/guide-add-android-n-platlogo-app-to-t3362744

IF YOU GET ERRORS THEN COPY THAT CODE FROM HERE:

Code:
.class public Lcom/android/internal/app/PlatLogoActivity;
.super Landroid/app/Activity;
.source "PlatLogoActivity.java"


# direct methods
.method public constructor <init>()V
    .registers 1

    .prologue
    .line 12
    invoke-direct {p0}, Landroid/app/Activity;-><init>()V

    return-void
.end method


# virtual methods
.method protected onCreate(Landroid/os/Bundle;)V
    .registers 7
    .parameter "savedInstanceState"

    .prologue
    .line 16
    invoke-super {p0, p1}, Landroid/app/Activity;->onCreate(Landroid/os/Bundle;)V

    .line 18
    new-instance v1, Landroid/content/Intent;

    const-string v2, "android.intent.action.MAIN"

    invoke-direct {v1, v2}, Landroid/content/Intent;-><init>(Ljava/lang/String;)V

    .line 19
    .local v1, intent:Landroid/content/Intent;
    new-instance v2, Landroid/content/ComponentName;

const-string v3, "com.aryan.nplatlogo"

const-string v4, "com.aryan.nplatlogo.PlatLogoActivity"

    invoke-direct {v2, v3, v4}, Landroid/content/ComponentName;-><init>(Ljava/lang/String;Ljava/lang/String;)V

    invoke-virtual {v1, v2}, Landroid/content/Intent;->setComponent(Landroid/content/ComponentName;)Landroid/content/Intent;

    .line 23
    :try_start_16
    invoke-virtual {p0, v1}, Lcom/android/internal/app/PlatLogoActivity;->startActivity(Landroid/content/Intent;)V
    :try_end_19
    .catch Landroid/content/ActivityNotFoundException; {:try_start_16 .. :try_end_19} :catch_1d

    .line 39
    :goto_19
    invoke-virtual {p0}, Lcom/android/internal/app/PlatLogoActivity;->finish()V

    .line 41
    return-void

    .line 31
    :catch_1d
    move-exception v0

    .line 35
    .local v0, e:Landroid/content/ActivityNotFoundException;
    const-string v2, "First install that app Droidbuster told you to!"

    const/4 v3, 0x0

    invoke-static {p0, v2, v3}, Landroid/widget/Toast;->makeText(Landroid/content/Context;Ljava/lang/CharSequence;I)Landroid/widget/Toast;

    move-result-object v2

    invoke-virtual {v2}, Landroid/widget/Toast;->show()V

    goto :goto_19
.end method
 
Last edited:

myrxda

Senior Member
Jul 23, 2014
75
6
0
which procedure(which one)..specify..

i decompiled my framewrk res then add that stuff and then compile it...

after when i paste it in that folder framework...

cell is goin in bootloop... again then i have wipe and reinstall rom


so please provide apk's that for our samsung galaxy s duos
 

_AE_

Senior Member
Dec 19, 2015
766
717
0
i decompiled my framewrk res then add that stuff and then compile it...

after when i paste it in that folder framework...

cell is goin in bootloop... again then i have wipe and reinstall rom


so please provide apk's that for our samsung galaxy s duos
This thread is not based on S Duos..but works perfectly on S Duos..You can download my rom..and take framework-res.apk from that..or by seeing the first Q. that's where is framework located?..?