logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

SFDK Device - Control SailfishOS Devices | Online Free DevTools by Hexmos

Control SailfishOS devices with SFDK Device. Execute commands, manage registered devices, and run interactive shells for seamless app development. Free online tool, no registration required.

sfdk-device

Maintains and controls registered devices. More information: https://docs.sailfishos.org/Develop/Apps/Tutorials/Building_packages_-_advanced_techniques/#running-the-sample-application-in-the-emulator.

  • Display the registered devices:

sfdk device list

  • Execute a command on a device by name or index:

sfdk device exec {{device-name-or-idx}} {{command}}

  • Run an interactive shell on a device by name or index:

sfdk device exec {{device-name-or-idx}}

See Also