Skip to content
Snippets Groups Projects
Select Git revision
  • master default
1 result

Documents

  • Clone with SSH
  • Clone with HTTPS
  • Conecto

    Integrate your Android-phone with your PC - a GTK client for KDEConnect.


    Screenshot
    Report a problem!

    Installation

    Dependencies

    These dependencies must be present before building:

    • meson
    • valac
    • debhelper
    • libgranite-dev
    • libgtk-3-dev
    • libunity-dev
    • libnotify-dev
    • libghc-gnutls-dev
    • libsqlite3-dev
    • libedataserver1.2-dev
    • libebook1.2-dev

    Use the following command to install the dependencies:

    sudo apt install elementary-sdk libunity-dev libnotify-dev libghc-gnutls-dev libsqlite3-dev libedataserver1.2-dev libebook1.2-dev

    Building

    git clone https://github.com/hannesschulze/conecto.git && cd conecto
    meson build --prefix=/usr
    cd build
    ninja

    To install, use ninja install, then execute with com.github.hannesschulze.conecto:

    sudo ninja install
    com.github.hannesschulze.conecto

    About this project

    This project aims to provide a KDEConnect client designed for elementary OS, based on mconnect.

    Conecto is based on EOSConnect by gyan000. Unfortunately he wasn't able to continue development because he didn't own an android device anymore.

    This project is a work in progress, not intended for daily use.

    Current features include:

    • Connecting to the android device
    • Pinging the device
    • Sharing files through devices
    • Showing the battery level
    • Receiving notifications
    • Sending SMS

    License

    This project is licensed under the GPL-2.0 License - see the COPYING file for details.