Home

Integrating my smart air conditioner into my control panel - Part 2

7/20/2026

Mission: Override the smart ac ! (Part 2)

Option 1 - Dynamic Instrumentation (Runtime brute force)

Overview

In this method we are going to attempt to inject a bypass script into the running app to force the app to accept our user installed certificate so that it communicates with our proxy as though it is communicating with the origin server.

Pre requisites and set up.

Root emulator
android device settings window android developer options window
Configure proxy
ipconfig output window android device settings network and internet window android device wifi window android device wifi settings window android device advanced wifi settings window
Transfer proxy certificate to android and install
mumu player main screen mumu player settings window
Frida tools
terminal output for frida --version and android cpu architecture

frida releases link

You should now be able to intercept communication..

Option 2 - Static repackaging (Patched APK) [FAILING]

Pass 2 - Results

terminal output for successful ssl unpinning