Subscribe For Free Updates!

We'll not spam mate! We promise.

Monday, 25 May 2015

How To Port Rom For Mediatek devices [JELLY BEAN]

SO LETS PORTING ROMs  [JELLY BEAN]                                        Requirements1.Windows based operating system 2.Kitchen [For Boot.img unpacking Repacking] 3.Notepad++ 4.Stock and Port RomsOverview  Please Choose port rom...

Sunday, 24 May 2015

5 Best Must Have Xposed Module for Lollipop

Must Have X-posed Module For LolliPop What is Xposed Installer This is the installer for the Xposed framework, which is a requirement for all modules. Xposed is a framework for modules that can change the behavior of the system and apps without touching any APKs. That's great because it means that modules can work for different versions...

How to Extract source code from APK

How to Extract source code from APK Are you an Android enthusiast? Did you ever wish to customize an app to your needs? Wondered how you can get source code of an android app In this post, I will teach you how to get source code of an android apk file along with resource files like XML files, images,icons everything that...

Recent apps like lollipop for JellyBean [Theme With Me]

Recent Apps Mod  Items Required :-  1) SystemUI.apk2) Apktool3) Text Editor (Notepad ++) from hereProcedure:-  1) First of All decompile SystemUI.apk using apktool.2) Now Goto res/layout folder.3) Open status_bar_recent_panel_item.xml4) Now in its line no. 2 add this code android:rotationX="-10.0"5) Save it.6) Also Open Status_bar_recent_panel.xml7)...

Saturday, 23 May 2015

APkTOOL FOR ANDROID

APKTOOL A tool for reverse engineering 3rd party, closed, binary Android apps. It can decode resources to nearly original form and rebuild them after making some modifications; it makes possible to debug smali code step by step. Also it makes working with an app easier because of project-like file structure and automation of some repetitive tasks...