Another Brick on the Wall
The first thing that comes into my mind after i find any app with security, encryption, locked features etc, is that whether it can be tweaked and to get the paid features. Since 1 or 2 months back an app attracts me. But due to my laziness i hadn't given enough time to it in past. But tonight i decide to give it a serious try. I sit on computer with the apk of that application on hand. For every app my first try is to look at the app's private directory and check whether i could find any interesting information hidden on database or on preferences file. But this very app has nothing of this type. That's why this need a serious try. I have the apk means i have the source code. All i need to do is extract the apk and then convert the .dex file to .jar package. After this the story goes easy cause that jar package can easily be converted to a zip file full of source code. Yahoooooo. Then starts slightly extensive task. I have to go through the source code and then find fu...