My recent project apptomata.com allows you to control your Android devices remotely through Internet. Apptomata uses the device owner API to achieve similar functionality to my Bugjaeger app, but also works remotely trough Internet.

You control your target devices through a simple web i...

Continue Reading...

Bugjaeger allows you to manage your Android devices through the ADB protocol. Smart watch devices with Wear OS also support the ADB protocol.

If you'd like to connect your Samsung Watch 4 to Bugjaeger, do the following.

Some users complain in reviews that they're not able to connect. I'm not...

Continue Reading...

Android apps that you install through app stores are normally installed to your devices using an APK file. Even though installing an app through a store is simple and streamlined, you still might have the need to install the APK files manually.

Android often allows to install APK files manually,...

Continue Reading...

I did an interview recently for downloadastro.com. I answered some questions related to my Bugjaeger app. You can find the text of the interview below. The original interview is published at
https://appoftheday.downloadastro.com/app/bugjaeger-mobile-adb-develop-debug-via-usb-otg/

Did y

...

Continue Reading...

Although the usual Android apps have a graphic user interface and are installed to the device as an APK file, you still have the option to run native elf executables compiled for the architecture that your device supports (mostly arm).

There's a huge amount of tools and small Linux shell utilit...

Continue Reading...