Skip to content

Bhagyashree-Mandora/Sync-App

Repository files navigation

Sync-App

An App which syncs Mobile and Desktop through internet and enables access to functionalities of both. This requires cloud storage space like Dropbox.



To use the App:
1. You need to have an online account at Dropbox (Register at www.dropbox.com)


There are two parts of the App:
1) Mobile Part (Android)
2) Desktop Part (Python)


For the mobile part:
import the Unify folder in Eclipse and you can use the code
For installing the app you can install the .apk file @ Android apk/Unify.apk,
Note:Before Installation Goto Setting>Application and check Unknown Sources

For Desktop Part:

1. Run the setup.py file from the dropbox_api_setup folder. This can be used as your current working folder.
2. Perform OAuth to link to your dropbox account online and get an access token
    - run the doOauth.py file and follow the steps as mentioned
      (A new token_store file will be created in the folder. This is your access token.)
3. Copy all the files from protocol_and_command_classes folder in your working folder (i.e. dropbox_api_setup folder)
    (These are the files which perform the listening, parsing, crafting and other protocol functions along with the 
     classes for protocol commands)
4. To start listening to the device_file on Dropbox run: python listend.py
5. There are three Apps which are currently being developed:
    i)  Message App (in the folder message_app_with_classes)
    ii) Photo Security App
    iii)Terminal App
    (You can run any of the App by copying the files from the folder of the app to the working folder)

    (In Message App: To compose a new message on laptop run: python msg_compose.py)



License:

    Copyright (c) 2011-12 Infinitely Beta

    Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

    The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

    THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages