jasminb / megastoragemanager

Android application providing sync and data management tools for mega cloud storage
5 stars 2 forks source link

Two-way sync between 2 android devices not working #32

Closed ja02 closed 9 years ago

ja02 commented 9 years ago
  1. Create folder F1 in the cloud with single empty file f1.txt.
  2. Create two-way sync of F1 on 2 android devices.
  3. Add character 1 to f1.txt locally on device1 and sync, add character 2 to f1.txt locally on device2 and sync.

Expected: f1.txt in the cloud contains 1 character, either 1 if the device1 finished sync after device2 or 2 if device2 finished sync after device1. Error: Cloud contains two files with same name f1.txt, one is bound to device1, the other to device2 (note: both devices only contain 1 file, which is OK). The sync progress indicator on the Sync tab shows 66% and never gets to 100%.

ja02 commented 9 years ago

Note that I did the same test with 2 Windows computers and the MEGASync software from MEGA and everything worked as expected, so the bug is definitely in the way MSM syncs data...

ja02 commented 9 years ago

Fixed in 2.2.2-test1.