Affichage des articles dont le libellé est PlatLogo. Afficher tous les articles
Affichage des articles dont le libellé est PlatLogo. Afficher tous les articles

vendredi 7 mars 2014

[MOD] Change your PlatLogo image with one click! topic




hello guys, this mod will give you the way to change platlogo image with only 'Change' button!

I dont have my SGY, but i make it for GB! tested on HTC One V running JB 4.1.2

Steps:

Quote:









  • Download here

  • Install it as normal app

  • Decompile your Settings.apk

  • Edit DeviceInfoSettings.smali

  • Replace

    Quote:









    Lcom/android/internal/app/PlatLogoActivity




    with

    Quote:









    Lfour/thirty/three/platlogochanger/PlatLogoActivity





  • Compile and push!






Screenies:

Quote:

















Credits:

Quote:









  • Google

  • StackOverFlow

  • Me!






Issues:

Quote:









So far nothing. if you got some issues just post it here! :D












Attached Thumbnails


Click image for larger version<br/><br/>Name:	Screenshot_2014-03-07-20-01-49.png<br/>Views:	N/A<br/>Size:	19.8 KB<br/>ID:	2618224
 

Click image for larger version<br/><br/>Name:	Screenshot_2014-03-07-20-02-09.jpg<br/>Views:	N/A<br/>Size:	29.2 KB<br/>ID:	2618225
 











Attached Files





File Type: apk PlatLogoChanger.apk -
[Click for QR Code]
(266.1 KB)









lundi 27 janvier 2014

[GUIDE] [MOD] Animated PlatLogo topic




Hey Guys, I am back again :D. I think that you guys would have seen Hyperion GM Final's Animated Platlogo, So this time I will show you how to add Animated PlatLogo in your ROM. :cowboy:


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

  • PlatLogo 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, "musaddiq.animated.platlogo"

    const-string v4, "musaddiq.animated.platlogo.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 Animated PlatLogo code and that smali above redirects to it:

Download

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





Credits:

AuliaYF
iamareebjamal
developer.android.com





jeudi 23 janvier 2014

[MOD] [AOSP] KitKat PlatLogo For AOSP Rom topic




KitKat PlatLogo For AOSP Rom




This is for AOSP only! Do not ask if this will work on any other rom!
Do not ask me to do this for any other rom - See the link of original thread to do it yourself



Install
Go into cwm
make a nandroid backup
mount system
flash the zip
restart

goto about phone and keep tapping android version




Download
AOSP_Kitkat_Platlogo



Screenshots And How To Yourself
See the original thread by MuSaddiq - Here


Credits
MuSaddiq