Here is the method I use for executing root scripts in my Android app.
Month: April 2013
HoneyBadger 4.2
This update has a bug fix and several efficiency improvements. Fix: same as update 4.11 – I forgot that I basically do the same thing twice in my code, thus had the error twice. Oops. Improvement 1: Eliminated separate script classes in favor of methods. This will should result in a slight though probably unnoticeable performance … Continue reading “HoneyBadger 4.2”
Update to Honeybadger Firewall 4.11
Apparently not all app icons are in the bitmap format, and my assumption that they were was causing crashes. I’ve fixed this (though not super cleanly) with a try/catch. For now non-bitmap app icons will just be a black box.