Champagne and fireworks not your thing? Instead of partying it up this New Year's Eve weekend, why not take the time to do a little hacking instead?
??Every so often, we like to feature a "weekend project" here on ReadWriteWeb. These generally consist of the kind of things you'll want to try out and play with when you have some free time, like over a weekend. Past projects have included things like hacking Nike+ for automatic Foursquare check-ins, a resource list on how to get started hacking Microsoft Kinect, experimenting with a customized, third-party version of Chrome OS called "Vanilla," and more.
This weekend, we've decided to round up a few resources detailing how to peek inside your mobile applications.
Breaking into iOS Apps
Thanks to a guide we found on Appstorm, we discovered that you can "break into" your iPhone/iPad/iPod Touch applications, so you can see what's inside of them. Why on earth would you want to do this? Well, Appstorm says it could be useful if you wanted to get to the content they contain - like video tutorials that are taking up more space on your phone than you would like, and that you want to watch on a larger screen. Or maybe there's a soundtrack to a game that you want to grab and mix, mashup or turn into a ringtone.
Of course, you should proceed carefully here - that content doesn't belong to you, and the rights associated with it should be observed.
However, we have a perfectly good reason you should try this out: because you can. And c'mon, fellow geeks - isn't that good enough for you? Consider this a guide meant for "educational purposes only." Something you learn about, not something you do because you want to steal code, music, videos, images or anything else an app contains.
A short how-to on the break-in process is below, but we recommend checking out the more detailed guide on Appstorm if you run into trouble. We added some tips for Windows users, too, since Appstorm only focused on Mac systems.
That's it! You're inside your app!
Have an Android phone instead? There's a similar - OK, slightly more tricky - procedure for breaking into Android apps. This procedure involves accessing the contents in the .dex file - the single file that contains all of an app's resources, assets, code and its manifest file.
Again, may we remind you: educational purposes only!
At least, those are the steps according to WebageSolutions. AndroidGuys says you can stop at #6 then just use WinRAR to open the file.
There's also another method using a tool called apktool, hosted here on Google Code. This software is designed for reengineering Android apps. It can decode resources to nearly original form and rebuild them after making some modifications. As noted on the Google Code site, this tool is not meant for piracy or illegal uses, but can be helpful in "localizing, adding some features or support for custom platforms and other GOOD purposes."
Or, you know, because you can?
To go this route instead, follow the detailed instructions on the project home page.
Whichever way you find easier, the end result is the same: you can break into your Android apps, too.
Some people don't like when tutorials like this are posted online, because they could encourage piracy. But frankly, people who are going to pirate apps don't need our help - they'll find a way on their own. However, for budding developers - maybe those who want to try out Google's DIY App Inventor, for example - being able to peer inside an app's folders is a good first step in beginning to understand mobile software's structure.