Web site: github.com/tomboy-notes/tomdroid
Category: Office
Subcategory: Notes
Platform: Android
License: GNU LGPL
Interface: GUI
Wikipedia:
First release: 2008
Tomdroid – a Tomboy note-taking application to Android operating system.
Usage:
For SD Card sync, here are old instructions on how to copy your notes to the SD Card.
You can either:
A. Plug in your sdcard and copy the notes to it:
mkdir /media/sdcard/tomdroid/; cp ~/.local/share/tomboy/*.note /media/sdcard/tomdroid/
B. 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
3- Repeat step 2 as needed.
The last version of the Tomdroid app was released in 2016.