Mike K
Mike K
> Do you have model of the unit as well? It's a Sharp AY-XP12HR. > Could you try and find any bits in the message that is unique to this...
Unfortunately no, `state[7]` is not always `0x10`. It seems to be change whenever I use specific functions such as power on/off, turbo mode, ion on/off, etc. I'm attaching logs where...
Sorry for the late response. Unfortunately I wasn't able to find a unique pattern for this remote control. I ended up modifying the source code in order to make it...
Try adding the following keep rules if you're using R8 with Full Mode enabled: ``` -keep,allowobfuscation,allowshrinking class com.hannesdorfmann.mosby3.mvp.MvpNullObjectBasePresenter { *; } -keep,allowobfuscation,allowshrinking class * extends com.hannesdorfmann.mosby3.mvp.MvpNullObjectBasePresenter ```