Posts

Showing posts from February, 2010

How to decompile apk from Play Store

This is how you can decompile an application you have installed on your phone. My phone is rooted, uses RootBox 3.5 and has BusyBox installed. You may need to have that too if you want to follow my steps completly. Let's start: 1. Install application from market 2. Download apk to computer First you need to locate the apk on the phone. Connect to the phone: adb shell Find the apk in the folder the apk are downloaded to. It is ussualy in '/data/app/' or '/system/app/'. The apk is called as the id from the Play Store, for example 'com.something.someapp.apk'. You can see this in the url from Play. Next you need to pull it to the computer. Once you have located the apk and know it's name exit adb. On your PC execute: adb pull /data/app/com.something.someapp.apk 3. Transform apk to jar I use dex2jar dex2jar-0.0.9.11/d2j-dex2jar.sh com.something.someapp.apk 4. See the code inside the jar I use Java Decompiler Just open the

Groovy way to see if thread execution had errors

I had to write a script that did something and for a faster run I decided to use threads. I needed to start a thread to do some task and then to be able to check that it had finished without an error/exception. In Java if the code executed in a new thread throws an error, it doesn't matter that much, it just executes the next instruction after thread.join(). Some solutions found on the internet were to put all the code inside the thread in a try-catch block and in the catch block populate a map with the thread name and status. Then you could get the status by querying statusMap[threadName] add a status status field to your class witch is a subclass of Thread. Then you do the same thing as above and in the catch block modify the status to failed (status is successfull in the begining). You get get the status by thread.status Luckily in  groovy we have dynamic object behaviour. So my solution is to add a new field to the Thread class, and use Thread.setDefaultUncaughtException

Religions with a sense of humor

I just love it when a religion has a sense of humor. Discordianists are my favorite. Today I came across The TriPrimality from subgenius: The TriPrimality: "Bob" is. "Bob" becomes. "Bob" is not. Nothing is; Nothing becomes; Nothing is not. Thus: Nothing Is Everything.   Therefore: Everything is "Bob." Abracadabra. "I don't practice what I preach, because I'm not the kind of person I'm preaching to."--Bob You have to admit that is funny. And I can't close without mentioning my favorite religious person, Robert Anton Wilson. "Spectacles, testicles, brandy, cigars -- you're all popes! You're all absolutely infallible. I have the authority to appoint anyone a Discordian Pope, because I'm a Discordian Pope. The first rule after you become a Discordian Pope is to excommunicate every Discordian Pope you meet. This is based on the basic Discordian principle that we Disco