Long time no write! Recently I’ve received an outpouring of interest in this project which has reinvigorated my desire to work on it. To help myself be able to do so, I have started a Patreon: https://www.patreon.com/chrislaplante. For anyone who is interested in this project moving forward, I would appreciate your support! Please note, the …
Category: Android
Reverse engineering the Tempur-Pedic adjustable base remote control (part 1)
This is the first in a (probably) three part series. Checkout the code on BitBucket: https://bitbucket.org/MostThingsWeb/temper-bridge/src/master/main/ About a year ago, I decided to upgrade my old spring mattress to a TEMPUR-Contour Elite Breeze and I cannot say enough good things about it. I opted to also get an adjustable base (this one) for it, which …
Debugging Android HTTPS traffic with Fiddler and Connectify
[OUTDATED – It has been a while since I looked at this, so it’s probably very outdated.] If you’re trying to debug an app (or website) on Android that is using HTTPS, then this short guide might be for you. I’ll show you how to set up Fiddler and Connectify Me so that you can …