adb tidbits
Android Reverse Engineering 101 – Part 1
This is the first in a series of articles about reverse engineering Android applications. In this series I will cover the anatomy of the APK and AAR package formats and few tools commonly used to reverse engineering or inspecting applications: aapt, dex2jar, apktool and Androguard. Part 1 – APK and AAR format …
Translucent Activity window background is displayed as black
Google Now – Time at home funny issue
Update: the issue has been closed and the fix will be available in a future release (specific version not provided). Last week I have noticed a funny issue on Google Now v5.5.29.19.arm: I was in London for the Droidcon, so in a different timezone (I live in Switzerland). Very kindly, Google Now decided …
Android Support Library 23.1.0 Proguard regression
Update: with the release of the Support Library 23.1.1 the issue has been fixed. You can update to that version and remove the rule in your ProGuard configuration file. If you are using the Android Support Library, specifically the support-design, and the NavigationDrawer , you could face a ProGuard issue while …