Saturday, 14 November 2015

Lollipop Recent Panel

        How To Make Card stack recent panel like lollipop

Things you need
  • Notepad++
  • Apktool
  • Framework-res.apk
  • Systemui.apk
  • Patience
First of all extract the apktool you downloaded. After extraction you will get three files
  1. Apktool.jar
  2. Apktool.bat
  3. Aapt
Paste the three files in any folder.(i prefer the c: drive)


In the folder press Shift + Right click

Select Open Comand windows here

Then type "apktool" without quotes to check if apktool is installed

If it is, type "if framework-res.apk" without quotes, this will install framework-res to your system.

Next, type "apktool d systemui.apk". This command will decompile your systemUi.





After that some processes will take place and the system-UI will be decompiled in a folder for editing.


Open the system-ui folder (it will be extracted in the same folder where apktool is)
Locate res/ and open it
Open layout-land

Then open  status_bar_recent_item with notepad++ and edit.
Add this line in the second line as seen in the picture below






After editing it save and exit.
Now open status_bar_recent_panel
Add this line in the second line as seen in the picture below


After that, Type "apktool b systemui.apk". This will recompile system ui.
Locate it, send to your phone. Install and reboot your phone.

Voila!!!!



No comments:

Post a Comment