Subscribe For Free Updates!

We'll not spam mate! We promise.

Saturday 25 July 2015

GET SOURCE CODE OF ANY ANDROID APP ( REVERSE ENGINEERING )

Hey guys , today i will tell you a simple procedure through  which you can easily get source code of any android app.


REQUIREMENTS
First download tools required to extract source code .
DOWNLOAD TOOL ( 2.35 MB )


PROCEDURE
1-Firstly extract  downloaded apk reverse engg.rar file in a single folder.
2-Now take the .apk which you want to use and rename it from .apk to .zip
3- Now extract .zip and you will get a file classes.dex
4-Now copy this classes.dex to dex2jar-0.0.9.15 folder
5- Now copy cmd.exe(download ) to your dex2jar-0.0.9.15 folder
6-Open cmd.exe and type
dex2jar classes.dex

7- Now go to jd-gui.exe ( you will get when you extract above downloaded file)
8-Click on File then click on open file and browse to  dex2jar-0.0.9.15 folder and click on file classes_dex2jar and open it.

9- Now you can easily view source code of required android app.



###############STAY CONNECTED FOR MORE TRICKS #######################



Monday 20 July 2015

ANDROID SECRET FUNCTIONS ( YOU MAY BE AMAZED )

Hey guys , today i am writing about some secret functions of android .
There are bunch of secret function which you would be unaware so, lets check them !!!!!!!

 1-  EASTER EGG

Each version of android has a special little hidden interactive  animation to show off the version of android version you are currently running.
To find this cool animation you have to follow simple steps
  • Go to SETTING .
  • Move to ABOUT DEVICES .
  • Tap on ANDROID VERSION repeatedly untill you see some animation .
  •  Wait after seeing some animation tap again long and you will a sweet cool game/animation .

2- ACTIVATE DEVELOPERS OPTION


  •  To active the DEVELOPER OPTIONS .
  • Go to SETTINGS>ABOUT PHONE
  • Then tap on BUILD NUMBER 7 TIMES, then a message will be displayed that you are now a developer .
Now you will see a new DEVELOPER OPTIONS under your SETTING menu which has many cool tools.

3- IMPROVE BATTERY LIFE AND PERFORMANCE
  • Go to  SETTINGS.
  • Then go to  DEVELOPER OPTIONS , scroll down to see BACKGROUND PROCESS LIMIT option .
  • Then click on it and set the background process to NO BACKGROUND PROCESS  to increase phone battery and performance.
4- INCREASE PHONE SPEED ( apps loading time)
  • Go to SETTING>DEVELOPERS OPTION>SELECT RUNTIME.
  • Click on it and change to  USE ART.
  • Phone will reboot after  this. 
more info-Android uses Dalvik runtime by default, which is described as a "just in time" compiler. That means it does all of the application processing as and when it's required. Moving forward, Google is looking to use ART runtime, which is an "ahead of time" compiler. ART is actually featured in Android 4.4 already, but it's not enabled by default - you'll need to enter the Developer menu to switch it on.Your handset will reboot and it will take a short time to recompile your apps - you may even notice some stability issues - but on the whole, ART should be quicker and friendly on your battery. As more apps are optimised to use ART, you'll find it more beneficial to use.

5- SPEED UP ANIMATIONS IN ANDROID 4.4 +
  • Go to  SETTING>DEVELOPERS OPTION>WINDOWS ANIMATION SCALE 
  • And set it as your choice.


 
############FOR MORE TRICKS STAY CONNECTED############