logo
Free, Micro AI Code Reviews That Run on Git Commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, Micro AI Code Reviews That Run on Git Commit | Product Hunt git-lrc - Free, Micro AI Code Reviews That Run on Git Commit | Product Hunt

SFDK Emulator - Control Sailfish OS Emulators | Online Free DevTools by Hexmos

Control Sailfish OS emulators with SFDK Emulator. Manage emulator states, execute commands, and set properties for easy application testing. Free online tool, no registration required.

sfdk-emulator

Maintains and controls emulators. More information: https://github.com/sailfishos/sailfish-qtcreator/blob/master/share/qtcreator/sfdk/modules/40-testing-maintain/doc/command.emulator.adoc.

  • Display the installed emulators:

sfdk emulator list

  • Start an emulator:

sfdk emulator start {{name}}

  • Stop an emulator:

sfdk emulator stop {{name}}

  • Display emulator status:

sfdk emulator status {{name}}

  • Run an interactive shell on an emulator:

sfdk emulator exec {{emulator}}

  • Execute a command on an emulator:

sfdk emulator exec {{emulator}} {{command}}

  • Set a property:

sfdk emulator set {{name}} {{property}}={{value}}

  • Show emulator properties:

sfdk emulator show {{name}}