Posts Tagged ‘android’

Disabling Device Restrictions in an Android APK

Tags:
Submitted by braiden on March 2nd, 2012 in Category Software

I recently installed one of those horrible Android apps which restricts features to only whitelisted devices. The application allowed video playback on my OG Droid but not my much more capable Android tablet. This post explains my approach to patching the APK to remove the device restriction.
(more…)

Figaro’s Password Manager (FPM2) for Android

Tags: , ,
Submitted by braiden on September 8th, 2010 in Category Software

FPM2FPM2Droid-QR is a GTK2 password manager. I’ve been using it for a couple years to generate and save random passwords for each of the websites I use. It does a great job, but sometimes I need to access password when I’m away from my PC. To solve this problem I created a simple Android application which can read FPM2′s encrypted data file. This was my first android application. (more…)