Skip to content

onsah/conecto

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Vala 98.4%
  • Meson 1.4%
  • Python 0.2%