Category: Android

PiUi – Add a mobile phone UI to your Raspberry Pi project

Read more

How to Import a Android Project (.apk file or folders) into Eclipse

Whether you have an .apk file or an unpacked folder with the android files within, these steps will help you continue on your quest. If you haven’t unpacked the .apk file yet, you want to click this LINK. It contains step by step on how to unpack .apk files correctly and easily. Once you’ve unpacked […]

Read more

How to Decrypt, Unpack, and Edit .apk files (Android, Eclipse, APKTOOL) – Easy as Pie

Yes you can view or decrypt the XML files of an Android APK file. There is a tool android-apktool It is a tool for reengineering 3rd party, closed, binary Android apps How to do this on your Windows System: Download apktool-install-windows-* file Download apktool-* file Unpack both to your Windows directory Now copy the APK file also in that directory and run […]

Read more