1
0
mirror of https://github.com/nerzhul/ocsms.git synced 2025-07-23 18:05:33 +00:00
Thomas Pulzer b860267599 Php7 android7 sync issue (#222)
* Casting result of column sms_mailbox to int in db sanitize check.

* Added mailbox id 3 to the list of sms messages to select (This should be Mailbox "All", but it seems, on AOSP v7.1 - Nougat - the messages could be stored there instead of 1 or 2).

* Extended all sms_mailbox parameters, to include mailbox number 3.
It's not so much a sync than rather a display issue.

* Fixed a wrong value in the database query parameters.
2018-04-03 17:17:16 +02:00
2018-02-12 23:01:16 +01:00
2017-12-28 19:00:23 +01:00
2017-12-28 20:37:30 +01:00
2018-04-03 17:17:16 +02:00
2016-05-19 23:56:50 +02:00
2018-02-23 01:29:32 +00:00
2017-12-28 16:18:36 +01:00
2016-05-18 22:20:13 +02:00
2014-09-12 11:46:39 +00:00
2016-02-05 09:02:40 +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 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.

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