-
Notifications
You must be signed in to change notification settings - Fork 46
PieceOfCrapp
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.