NO WAR
Yet another tool to connect Android phone with desktop similar to KDE Connect. Android client for https://github.com/cyanomiko/dcnnt-py
- Lightweight and fast
- AES-256 encryption with password
- Upload files from phone to desktop
- Open files and web URLs from phone on desktop
- Download files from pre-defined directories at desktop to phone
- Show phone notification on desktop
- Execute pre-defined commands on desktop
- Periodically running sync tasks (directories, contacts, SMS)
- Phone and PC must be in same broadcast domain, e.g., same Wi-Fi.
- Server part of dcnnt must be installed on PC. Check:
dcnnt --help
, install: https://github.com/cyanomiko/dcnnt-py#install - Client app must be installed on phone.
- Start server on your PC in pairing mode with
dcnnt pair
command. Pairing code of 6 digits will be printed in terminal (example:123-456
). - Launch app on your phone.
- Select
Devices
entry in navigation menu. - Tap
Search
button. - Input pair code in dialog on phone.
- Start server on your PC with
dcnnt
command. - Launch app on your phone.
- Select
Settings
entry in navigation menu. - Set password in
Device password
field. - Select
Devices
entry in navigation menu. - Tap
Search
button. - Tile with PC info (UIN, name and IP address) will appears in list under the
Search
button. Tap it. - Set device password, that defined in
conf.json
file inpassword
field ofself
section. - On PC - go to
devices
subdirectory of dcnnt configuration directory ($HOME/.config/dcnnt
by default). - Edit configuration file of the device (
${uin_of_the_device}.device.json
): set password from step 4 to thepassword
field (about config files: https://github.com/cyanomiko/dcnnt-py/blob/master/doc/config.md).