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
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
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
This project is licensed under the GPL-2.0 License - see the COPYING file for details.