GithubHelp home page GithubHelp logo

pdi-communication-systems-inc / tomdroid Goto Github PK

View Code? Open in Web Editor NEW
0.0 7.0 0.0 3.67 MB

note-taking application using a unique wiki-style approach and a userfriendly interface

Home Page: https://code.launchpad.net/tomdroid

License: GNU Lesser General Public License v2.1

Java 97.73% Shell 2.08% Makefile 0.19%

tomdroid's Introduction

Tomdroid v.0.7.5
Tomboy on Android
Copyright 2008, 2009, 2010, 2011, 2012 Olivier Bilodeau <[email protected]>
Copyright 2012, 2013, 2014 Stefan Hammer <[email protected]>

http://www.launchpad.net/tomdroid/

Requirements
============
- Android 1.6 or later required

How to Install
==============
Stable Tomdroid releases are available from the Android Marketplace. 

If you don't have access to the Android Marketplace or are willing to try
slightly less proven Tomdroid releases you can try install from launchpad.net 
using one of these two options:
- Directly from the phone using the browser
- Using the Android SDK with the phone connected through USB

- Directly from the phone using the browser
  On your phone:
  1- Go under Settings -> Application Settings and enable "Unknown sources"
  2- Go to http://launchpad.net/tomdroid with your browser
  3- Select "downloads" and click to download the tomdroid-<version>.apk
  
- Using the Android SDK with the phone connected through USB
  1- Download the Android SDK
     http://developer.android.com/sdk/
   
  2- Install the Android SDK
     http://developer.android.com/sdk/installing.html
     Make sure you follow the instructions on setting up your PATH.

  3- Perform Step 3 of the "Setting up a Device for Development" instructions:
     http://developer.android.com/guide/developing/device.html#setting-up

  4- Plug in your device, verify if its detected by running:
     # adb devices

  5- If the device is detected then install tomdroid:
     # adb -d install tomdroid-<version>.apk

     To reinstall/upgrade:
     # adb -d install -r tomdroid-<version>.apk

Usage
=====
NEW: Read "Tomdroid's first note" note, it will provide instructions on getting started.

For SD Card sync, here are old instructions on how to copy your notes to the SD Card.
You can either:
* Plug in your sdcard and copy the notes to it:
  # mkdir /media/sdcard/tomdroid/; cp ~/.local/share/tomboy/*.note /media/sdcard/tomdroid/

* Use adb to push the notes while your phone is plugged in by USB:
  1- Make sure /sdcard/tomdroid/ exists
     # adb shell
     > mkdir /sdcard/tomdroid
     > exit
  2- Pushing the individual note files:
     # adb push <note file> /sdcard/tomdroid/
  3- Repeat step 2 as needed.

Uninstall
=========
On your phone under Settings -> Applications -> Manage applications
Or if you have the SDK installed
1- Plug in your device
2- Run:
   # adb -d uninstall org.tomdroid

tomdroid's People

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.