Wednesday, August 5, 2015



To Watch Sinhala Subtitle, Hit CC Button

This tute i made for android lovers. After watching this video you can modify your android apps, This tool can all apk's extracting. I will show it in this video. Its so simple. you need to download some light toolkit. I also give that links. And you need to know few coding. I will give them too.

First you need to download apktool kit. is here. after you download, extract it. Then you need to install Root-Explorer to your android device, here the link paid version. 

after installing Root-Explorer app, Open it. then locate the your mobile System folder. then go this path. System/app. there you will be found SystemUI.apk file. copy it to your mobile memory card.

Then again go this path System/framework folder. there you will be found Framework-res.apk file. this file also need to change your mobile systemui. so that file also copy paste your mobile memory chip.

Then pull it to  your Pc. copy it to same folder, apktool. Then open cmd in your pc. and give path a apktool folder. like this.

cd C:\Users\User\Desktop\apktools

press enter.

Then you can install a apk files. one by one. follow this code

apktool if framework-res.apk
press enter.

After finish that. Install systemui apk. like this

apktool if SystemUI.apk
press enter.

Done.

Now you can Decompile both apks on same folder. Follow this code

apktool d SystemUI.apk

That's it.. Now you will see SystemUI folder. You can change any code in there. all xml code in that folder. you can modify your system user interface..

Thanks for Watching my Video Tutorial. If you Like my Video.

Hit SUBSCRIBE button on YouTube and Hit LIKE button on FB fan page...:D




keyword : How to Modify SystemUI in android Device, systemui.apk extract, apktool working, decompiles apk, compile apk files, recompile apk files, how to extract apk file, download root explorer paid version, download apktool.

Decompile the SystemUI.apk file