Reverse engineering project. It started with the Bowflex Treadmill 22 but ended up being generalized for any Android machine sold by Nautilus Inc. (Nautilus, Bowflex, Schwinn).
This assumes that you already have your own APKs. Keep in mind that, although I am specifying this for Nautilus apps, this applies to virtually any Android app you want to “take a peek under the hood”.
The following instructions aim to obtain “readable code”, but it is unlikely that you will be able to compile them back into an APK. I am using this as a reference to understand Nautilus developers. If you want to modify the codebase and repackage it, go to Converting apps into Smali code.
After installing jadx
, you should be able to open jadx-gui
. Go to File -> Open files…
Look for the APK you want and click on “Open file”:
And from there, you can start poking around:
If you want to save the project as Java files, go to File -> Save as gradle project:
If useful, here are my jadx-gui
preferences:
The community has tested this to apply some patches to our APKs. It would only work for non-system apps, as without the proper signing key, the app will not have access to system resources (like the Serial port).
©2022-2024 Sebastian Barrenechea. All rights reserved.
Built with Astro v4.16.13.