Skip to content

๐Ÿ“ฑ Nextcloud/ownCloud PhoneSync server application

License

AGPL-3.0, AGPL-3.0 licenses found

Licenses found

AGPL-3.0
LICENSE.md
AGPL-3.0
COPYING
Notifications You must be signed in to change notification settings

floss4good/nextcloud__ocsms

ย 
ย 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

Phone Sync (for Nextcloud & ownCloud)

Phone Sync provides a webinterface to display your SMS conversations. SMS conversations are pushed by your Android devices using the Android client, available on F-Droid.

โ–ถ๏ธ Access

The app is available on the Nextcloud App Store, so installing is as easy as:

  1. Navigate in your Nextcloud instance to the "Apps"
  2. Select the category "Multimedia"
  3. Click "activate"

โ“ Solve encoding errors on MySQL

If you are on MySQL or MariaDB and have the following issue with the database:

Incorrect string value: '\xF0\x9F\x98\x89' for column 'sms_msg' at row 1

The cause may be that you have to enable 4-byte support.

Here is a guide: https://docs.nextcloud.com/server/11/admin_manual/maintenance/mysql_4byte_support.html

โ“ Solve InnoDB 'Index column size too large' error on MySQL

If you are on MySQL or MariaDB and have the following issue with the database:

Index column size too large. The maximum column size is 767 bytes.

You should reconfigure your MySQL server to support a such column size.

Here are some informations: https://stackoverflow.com/questions/30761867/mysql-error-the-maximum-column-size-is-767-bytes/30767600

โ“ Solve the synchronisation issues

If you are using FastCGI you must enable buffering in FastCGI but commenting the following line:

fastcgi_request_buffering off;

โ“ Using the Android App With 2FA Enabled

If you've enabled 2FA (Two Factor Authentication) logins you may be hit with an incorrect password error. The android client doesn't support logging in with 2FA credentials. Here is a guide to do so, although it says Managing Devices it is the same process for App Passwords: https://docs.nextcloud.com/server/11/user_manual/session_management.html#managing-devices

๐Ÿ‘€ Screenshot

Screenshot

๐Ÿ”— Requirements

โ— Reporting issues

๐Ÿ““ License

Phone Sync web application is currently licensed under AGPL license.

๐Ÿ““ External Libraries

Twemoji Code licensed under the MIT License, Graphics licensed under CC-BY 4.0. libphonenumber-for-php Code licensed under the Apache 2.0 License.

About

๐Ÿ“ฑ Nextcloud/ownCloud PhoneSync server application

Resources

License

AGPL-3.0, AGPL-3.0 licenses found

Licenses found

AGPL-3.0
LICENSE.md
AGPL-3.0
COPYING

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 49.8%
  • PHP 46.0%
  • CSS 3.5%
  • Other 0.7%