1
0
mirror of https://github.com/nerzhul/ocsms.git synced 2025-06-06 15:36:12 +00:00
2018-12-22 14:04:03 +01:00
2018-12-12 12:13:20 +01:00
2018-02-12 23:01:16 +01:00
2018-12-22 14:04:03 +01:00
2018-12-10 16:27:49 +01:00
2018-12-10 20:48:18 +01:00
2018-11-10 17:02:46 +01:00
2018-09-08 00:12:22 +02:00
2018-12-12 12:09:03 +01:00
2018-12-20 01:31:11 +00:00
2018-06-26 09:49:22 +02:00
2018-12-10 13:57:45 +01:00
2018-12-22 14:04:03 +01:00
2018-11-11 14:21:10 +01:00
2014-09-12 11:46:39 +00:00
2018-12-10 13:57:47 +01:00
2018-11-12 14:15:50 +01:00
2016-02-05 09:02:40 +01:00
2018-11-11 14:21:10 +01:00
2018-12-10 16:22:02 +01:00

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 Google Play Store.

▶️ Access

The app is available in both, Nextcloud appstore and ownCloud appstore. So installing is as easy as

  1. Navigate in your Nextcloud / ownCloud instance to the "apps"
  2. Enable "experimental apps" in the settings
  3. Select the category "Multimedia"
  4. 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

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.

Description
No description provided
Readme 17 MiB
Languages
JavaScript 53.8%
PHP 42.3%
CSS 3.2%
Shell 0.6%