You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Andrzej Szombierski edited this page Jan 1, 2024
·
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).
Alternatively, this repository offers a different approach at reverse engineering the app. I haven't tried it though.