Skip to content
Andrzej Szombierski edited this page Nov 19, 2023 · 2 revisions

The official ThinQ app is horrible. It refuses to run on a rooted Android (claiming "it's not supported").

If you're interested in reverse engineering the app, just use baksmali & smali to remove the check. The method is called isRootDevice. Thankfully, the code is not obfuscated (version 4.1.50020).

Clone this wiki locally