androidu1-users team mailing list archive
-
androidu1-users team
-
Mailing list archive
-
Message #00027
Ubuntu One Files update
Feb 11, 12
DONE:
- implemented Download and Upload command
- moved the service back to application process
- started integrating
- moved initial sync logic to SyncManager and instantiated that in
SyncDaemon
TODO:
- test upload & download asap
BLOCKED:
- initially the sync logic worked very nicely, in the evening I started
hittng an NPE (this shouldn't be u1-java-sp fault as AU1 is working just
fine).
E/AndroidRuntime(25961): at
com.ubuntuone.android.storageprotocol.oio.OIOConnector.write(OIOConnector.java:65)
E/AndroidRuntime(25961): at
com.ubuntuone.storageprotocol.request.RequestHandler.sendMessage(RequestHandler.java:135)
E/AndroidRuntime(25961): at
com.ubuntuone.storageprotocol.request.Request.sendMessage(Request.java:89)
E/AndroidRuntime(25961): at
com.ubuntuone.storageprotocol.request.Request.start(Request.java:41)
E/AndroidRuntime(25961): at
com.ubuntuone.storageprotocol.Client.listVolumes(Client.java:455)
E/AndroidRuntime(25961): at
com.ubuntuone.android.files.syncdaemon.SyncManager$SyncFromScratch.run(SyncManager.java:84)
E/AndroidRuntime(25961): at
com.ubuntuone.android.files.syncdaemon.SyncManager.handleMessage(SyncManager.java:65)
which is pretty darn deep. I hope to resolve the problem fast.
Sincerely,
karni