[Q] Please reply me

Search This thread

nikobellic121

Senior Member
Jun 18, 2014
151
74
Delhi
hello,can anyone answer me
i want to change my about phone android version logo to kitkateastereggs.apk{logo}
how should i do this
i have kitkateastereggs.apk from xperia pirates rom
please reply.
 

crazysuraj

Senior Member
May 21, 2013
249
55
Somewhere in India
thanks bro u help me a lot
but i already moved that apk but didnt work
and xposed module works great

get that apk and push it to system/app
or use eggster module from xposed

Sent from my GT-S5282 using Tapatalk


Only pushing to System/app is not sufficient to have the logo..

If you want to change the Android version ONLY, then go to Root Explorer>> System>>Build.prop Long press and choose 'Open in Text editor', then find the line that having your current android version. That would be in first 5 lines, change as u wish and save..(ROOTED DEVICE ONLY)

If u want to root your device, go to: http://download.chainfire.eu/450/SuperSU/UPDATE-SuperSU-v2.00.zip and flash with CWM (Dont ask how.. :p)

-------------------------------------------------------------------------------------------------------------------

And if you want to change Platlogo,

Do like this:

Hey Guys, I am back with another guide and this time i will show you how to add KitKat Easter Egg in your ROM.


Disclaimer: I and XDA are not responsible for the damage of your phone. Take necessary backup if you are indoubt.


Requirements:

  • framework.jar from your ROM
  • Know how to decompile APK
  • Easter Egg app attached below


Let's start


1. Decompile framework.jar

2. Go to smali/com/android/internal/app
and open PlatLogoActivity.smali

3. Select all and replace it with this code:

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, "ss.ms1410.kitkateasteregg"

    const-string v4, "ss.ms1410.kitkateasteregg.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 MuSaddiq 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

4. Recompile framework.jar
Push it into system/framework
Set correct permissions(rw-r--r--)

5. Install this app by me, it contains the Easter Egg code and that smali above redirects to it:

Download:

For LDPI Devices
For HDPI Devices
For XHDPI Devices

6. Now go to your Settings and multiple tap on Android Version

s75e.png
ar4n.png
qmnd.png
pwxs.png
urdz.png
0ftx.png



Credits:

m4rinko2
iamareebjamal





If you liked this MOD then just click here and here

And you are done...!!!

Source: http://xdaforums.com/showthread.php?t=2580249
-----------------------------------------------------------------------------------------------------------------------------

Press thanks..!!
 
  • Like
Reactions: nikobellic121

Top Liked Posts

  • There are no posts matching your filters.
  • 1
    hello,can anyone answer me
    i want to change my about phone android version logo to kitkateastereggs.apk{logo}
    how should i do this
    i have kitkateastereggs.apk from xperia pirates rom
    please reply.

    get that apk and push it to system/app
    or use eggster module from xposed

    Sent from my GT-S5282 using Tapatalk
    1
    thanks bro u help me a lot
    but i already moved that apk but didnt work
    and xposed module works great

    get that apk and push it to system/app
    or use eggster module from xposed

    Sent from my GT-S5282 using Tapatalk


    Only pushing to System/app is not sufficient to have the logo..

    If you want to change the Android version ONLY, then go to Root Explorer>> System>>Build.prop Long press and choose 'Open in Text editor', then find the line that having your current android version. That would be in first 5 lines, change as u wish and save..(ROOTED DEVICE ONLY)

    If u want to root your device, go to: http://download.chainfire.eu/450/SuperSU/UPDATE-SuperSU-v2.00.zip and flash with CWM (Dont ask how.. :p)

    -------------------------------------------------------------------------------------------------------------------

    And if you want to change Platlogo,

    Do like this:

    Hey Guys, I am back with another guide and this time i will show you how to add KitKat Easter Egg in your ROM.


    Disclaimer: I and XDA are not responsible for the damage of your phone. Take necessary backup if you are indoubt.


    Requirements:

    • framework.jar from your ROM
    • Know how to decompile APK
    • Easter Egg app attached below


    Let's start


    1. Decompile framework.jar

    2. Go to smali/com/android/internal/app
    and open PlatLogoActivity.smali

    3. Select all and replace it with this code:

    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, "ss.ms1410.kitkateasteregg"
    
        const-string v4, "ss.ms1410.kitkateasteregg.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 MuSaddiq 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

    4. Recompile framework.jar
    Push it into system/framework
    Set correct permissions(rw-r--r--)

    5. Install this app by me, it contains the Easter Egg code and that smali above redirects to it:

    Download:

    For LDPI Devices
    For HDPI Devices
    For XHDPI Devices

    6. Now go to your Settings and multiple tap on Android Version

    s75e.png
    ar4n.png
    qmnd.png
    pwxs.png
    urdz.png
    0ftx.png



    Credits:

    m4rinko2
    iamareebjamal





    If you liked this MOD then just click here and here

    And you are done...!!!

    Source: http://xdaforums.com/showthread.php?t=2580249
    -----------------------------------------------------------------------------------------------------------------------------

    Press thanks..!!