Hi guys,
today I have something to share which will help you have a circled profile pic on your SystemUI like AOSP Lollipop/Zenui etc. ...... well it's lenox label but not the regular one, I moded it with CircleImageView smalis and make it Circle....... but neither lenox label nor circleimageview is mine both is made by @PineappleOwl .... and as I got he's permission for sharing this cool mod here we are......
Requirements:
1. Brain
2. Patience
3. Experience
4. Apktool or something like it
How to:
1. Decompile your SystemUI.apk
2. Go to res/layout/*wherever you want*
3. Add these:
4. Extract and attach the contents of "Circle_Lenox_Label_smali.zip" to your decompiled SystemUI
5. Recompile and decompile again
6. Time for id matching:
1. Go to res/values/public.xml and find this:
now take it's public id and go to smali/com/lenox/Lenox_Label/Circlelenoxlabel.smali and replace the public id you got on line no. 25 with:
2. Again go to res/values/public.xml and find this:
now go to smali/com/lenox/Lenox_Label/Circlelenoxpicture.smali and replace the public id you have on line no.21 with:
7. Now recompile, sign, push with Circle_Lenox_Label.apk, reboot and enjoy !
Link:
Circle_Lenox_Label.apk:
https://db.tt/T6eQyd5E
Circle_Lenox_Label_smali.zip:
https://db.tt/UMuzpX8J
Credits:
@PineappleOwl for making everything here, I only combined them
today I have something to share which will help you have a circled profile pic on your SystemUI like AOSP Lollipop/Zenui etc. ...... well it's lenox label but not the regular one, I moded it with CircleImageView smalis and make it Circle....... but neither lenox label nor circleimageview is mine both is made by @PineappleOwl .... and as I got he's permission for sharing this cool mod here we are......
Requirements:
1. Brain
2. Patience
3. Experience
4. Apktool or something like it
How to:
1. Decompile your SystemUI.apk
2. Go to res/layout/*wherever you want*
3. Add these:
Code:
<com.lenox.Lenox_Label.Circlelenoxpicture android:gravity="center" android:id="@+id/lenoxpic" android:layout_width="wrap_content" android:layout_height="wrap_content" />
<com.lenox.Lenox_Label.Circlelenoxlabel android:gravity="center" android:layout_gravity="bottom" android:id="@+id/lenoxlabel" android:background="#bf000000" android:layout_width="wrap_content" android:layout_height="wrap_content" />5. Recompile and decompile again
6. Time for id matching:
1. Go to res/values/public.xml and find this:
Code:
<public type="id" name="lenoxlabel" id="*x********" />Code:
const v7, 0x7f0d0144Code:
<public type="id" name="lenoxpic" id="*x********" />Code:
const v4, 0x7f0d0143Link:
Circle_Lenox_Label.apk:
https://db.tt/T6eQyd5E
Circle_Lenox_Label_smali.zip:
https://db.tt/UMuzpX8J
Credits:
@PineappleOwl for making everything here, I only combined them