Memo, simple note taking app

Search This thread

ng93

Senior Member
Jun 6, 2010
58
159
Any chance on a widget for app like s memo? Thanks in advance

The widget is proving to be very tricky, however it is in the works. I honestly can't say how long it'll take to complete.

I think I might have found a bug in 0.3. When I switch between landscape and portrait my drawings disappear like it'd starting a new document.

That's odd, I'll release a bug fix soon.

Hi..installed this great and promising app (indeed what missing for CM9 users), but I noticed I cannot resize pictures when imported into memo. Small boxes at the corners appear for resizing, but not working....:(

P.S. I'm on Paranoid rom which is based on CM9

That's odd too. I'll try to fix it asap, but in the meantime resizing should still work you just have to drag the corners of the image, not the corners of the blue box.
 
  • Like
Reactions: AA1973 and popo72

popo72

Senior Member
Oct 18, 2011
224
70
The widget is proving to be very tricky, however it is in the works. I honestly can't say how long it'll take to complete.



That's odd, I'll release a bug fix soon.



That's odd too. I'll try to fix it asap, but in the meantime resizing should still work you just have to drag the corners of the image, not the corners of the blue box.

..GREAT..indeed it works if not on the blue corners...THXXXX..and great work!
 

popo72

Senior Member
Oct 18, 2011
224
70
Additional suggestion: just imported map screenshoot on memo and noticed that the quality of the picture is very low! Actually not possible to read street names and so on.
Would it be possible to set the quality of the inserted pictures?
THX!
 

masiullah

Senior Member
Mar 22, 2012
172
672
Chicago
I created a sample memo application using spen sdk for my personal use with only spen as input. Ran the same memo application in both cm9 and stock ics and observed that palm rejection only works in stock ICS.

I think there must be some problem with the driver of the digitizer in cm9 which is not able to register input if it receives both palm or finger touch and spen touch at the same time.
 

mdalacu

Senior Member
Dec 13, 2006
880
197
Bucharest
dmsimpleapps.blogspot.ro
A new SPen SDK is out, version 2.1. I hope that implementing palm rejection will be easier.


What's new in S Pen SDK 2.1:
June 8th, 2012

New com.samsung.spen.lib.input package:
· For both Gingerbread and Ice Cream Sandwich (ICS) versions of Android
· Can now distinguish between a touch with a finger or the S Pen
· Side button status for compatibility

· For ICS only
· New Hover Event for the S Pen

New com.samsung.spen.lib.image package:
· New image filter class, API, and a sample application for easy image processing
· Pencil Sketch, Pastel Sketch, Mosaic images and various other image processing filters

New com.samsung.spen.applistener for structural improvement of the SDK:
· New and common listeners are grouped in the package

New TextSettingInfo class:
· Properties such as font, text size, text color, and alignment can be configured in each class and method, and can be applied to a CanvasView or SCanvasView.

New features and improvements for the SCanvasView class:
· Signature recognition, a color picker, and rotation for image objects
· Improved load and save speeds

Unnecessary and duplicated APIs have been deprecated, and the names of some APIs have been changed:
· The deprecated methods are available in the current version (2.1), but will be removed in the future.


Sample source code with new features has been added:
· Samples for Signature recognition, Using Image filters, S Pen Event Checking, Color Picker and more.

· Some errors and bugs in the 2.0.1 version have been corrected in this release
 

ng93

Senior Member
Jun 6, 2010
58
159
Hi..installed this great and promising app (indeed what missing for CM9 users), but I noticed I cannot resize pictures when imported into memo. Small boxes at the corners appear for resizing, but not working....:(

P.S. I'm on Paranoid rom which is based on CM9

I'm now in contact with Samsung (I love how professional that sounds :D) about this, I think it might be a bug with the SDK. Edit: or a bug with CM9. Basically there's a chance there's nothing I can do about it :(.

Additional suggestion: just imported map screenshoot on memo and noticed that the quality of the picture is very low! Actually not possible to read street names and so on.
Would it be possible to set the quality of the inserted pictures?
THX!

I've reduced the compression on the latest (as yet unreleased) version, should fix this.

I created a sample memo application using spen sdk for my personal use with only spen as input. Ran the same memo application in both cm9 and stock ics and observed that palm rejection only works in stock ICS.

I think there must be some problem with the driver of the digitizer in cm9 which is not able to register input if it receives both palm or finger touch and spen touch at the same time.

This is what I think is happening. I made a little touch tester application to try and find out why it wouldn't work.

  • If I first put my finger on the screen and start moving it everything works no problem.
  • If I then keep my finger completely still and put the s-pen down and start moving it around it does not detect two touches, but rather stops detecting that my finger is on the screen and will only detect the s-pen.
  • If at any point when both my finger and the s-pen are on the screen and I move my finger, I get one "cancel" touch event, then it completely stops recognizing any on screen movement from my finger, the s-pen or anything else.
  • The only way to get it to start recognizing s-pen touches again is to lift the s-pen off the screen (i'm guessing this kind of "resets" it).

So rejecting finger touches is easy, but if you ever move your palm when writing (which is pretty much impossible not to do) it stops drawing.

A new SPen SDK is out, version 2.1. I hope that implementing palm rejection will be easier.

SDK 2.1 is what is used in versions 0.2 and 0.3.
 
Last edited:
  • Like
Reactions: AA1973 and enel_

Jessical

Senior Member
Jan 15, 2007
439
146
35
This is so smooth man! Doesn't work on my Kindle, but works GREAT on my Skyrocket.
 

ng93

Senior Member
Jun 6, 2010
58
159
Ah that sounds fairly basic then.

Right so a little Q&A: the reason the widget has been taking so long (and is going to take a lot longer) is that I've been making it so that you can write/draw on the widget.

Now if I put that version on hold and make a new widget which just lets you view a note thats already been created I should be able to get that made fairly quickly.

So which one would people prefer? If I put the current widget on hold I'm unlikely to get back to it for a while.
 

DJsCrIBbLe

Senior Member
Feb 22, 2012
1,567
178
Take your time and go all out for the drawable one :)

Galaxy note Paranoid Android 1.7ghz goodness
 

ng93

Senior Member
Jun 6, 2010
58
159
v0.4 is up

Added tooltips to image buttons
Added fullscreen mode
Added option to show background when sharing memos
Added option to automatically delete temporary file on application exit
App is now locked to portrait mode
Fixed bug where s-pen would use finger mode tools
Added export to PDF
Fixed bug when attempting to add a new folder with no name
General performance improvements
Fixed bug where \"Done\" button on keyboard would not have any effect when setting a custom offset
Fixed bug where images imported from the gallery would be overly compressed
To handle the higher quality imported images the application now requests an increased heap size
Files that start with a full stop \".\" are now reserved for system use
Corrected typos in settings

Download link is in the OP
 
Last edited:

zard

Senior Member
Jul 19, 2005
3,466
309
v0.4 is up

Added tooltips to image buttons
Added fullscreen mode
Added option to show background when sharing memos
Added option to automatically delete temporary file on application exit
App is now locked to portrait mode
Fixed bug where s-pen would use finger mode tools
Added export to PDF
Fixed bug when attempting to add a new folder with no name
General performance improvements
Fixed bug where \"Done\" button on keyboard would not have any effect when setting a custom offset
Fixed bug where images imported from the gallery would be overly compressed
To handle the higher quality imported images the application now requests an increased heap size
Files that start with a full stop \".\" are now reserved for system use
Corrected typos in settings

Download link is in the OP

Thanks for great app. I like stock rom because of Samsung's colorful UI, s Pen and s memo and I like AOKP/CM9 navigation bar. Since no roms can give both, I use LiquidSmooth. I use Freenote + but the interface is not as good as s memo. Now with your hard work, I have what I want. Many thanks.

Sent from my GT-N7000 using Tapatalk 2
 

Top Liked Posts

  • There are no posts matching your filters.
  • 107
    Memo is a free and open source S-Pen drawing app. It is designed to be a CM9 compatible alternative to S-Memo and S-Note. Click the Play Store link if you want pictures :).

    Github: https://github.com/ngarside/Memo

    Play store: https://play.google.com/store/apps/details?id=com.ngarside.memo

    Original post:

    Now on the play store

    https://play.google.com/store/apps/details?id=com.ngarside.memo&feature=search_result

    https://play.google.com/store/apps/details?id=com.ngarside.memopro&feature=search_result

    ------------------------------------------------------------------------
    Original post:

    I couldn't find a note taking app I liked that worked on cm9, so made this. Figured i'd post it here incase someone else finds it useful.

    Features multiple folders, insert pictures from camera/gallery (app can be opened directly from the gallery too). It uses the spen sdk so has the same pen type/colour/size chooser and image and text resize/move as the samsung apps.

    Anyway this is v0.1 (alpha), only been tested on 29/5 cm9 nightly.

    memo2.png
    memo1.png


    Edit:

    Change log

    v0.1 (alpha)

    Initial release

    v0.2 (alpha)

    Added settings page
    Added change log
    Fixed bug where the refresh button would not refresh the list
    Options to change text size/style/colour
    New image manipulation UI
    Fixed layout bug on phones with modified DPI settings
    Press s-pen button to switch to eraser mode
    Release s-pen button to switch to pen mode

    v0.3 (alpha)

    Added custom pen offset
    Fixed bug where spinner would get stuck
    Fixed bug where save button would be disabled after undo/redo
    Added option to disable back button when drawing (this was originally to be used in conjunction with palm rejection. Unfortunately I haven't got palm rejection working yet, but I've left this in anyway)
    Fixed another DPI related layout bug
    Added S-Pen button options
    Releasing the S-Pen button will now switch back to the previous tool used
    Added finger touch options
    General UI improvements
    Added about dialog
    Added optional page backgrounds
    Removed current folder from move dialog
    Can now duplicate images and text
    Can now delete images and text
    Sharing a memo will no longer automatically overwrite your saved memo with the current memo
    Fixed bug where saved memos would have a transparent background
    Folders that start with a full stop are now reserved for system use
    Added option to delete temporary files to increase free storage space

    v0.4 (alpha)

    Added tooltips to image buttons
    Added fullscreen mode
    Added option to show background when sharing memos
    Added option to automatically delete temporary file on application exit
    App is now locked to portrait mode
    Fixed bug where s-pen would use finger mode tools
    Added export to PDF
    Fixed bug when attempting to add a new folder with no name
    General performance improvements
    Fixed bug where \"Done\" button on keyboard would not have any effect when setting a custom offset
    Fixed bug where images imported from the gallery would be overly compressed
    To handle the higher quality imported images the application now requests an increased heap size
    Files that start with a full stop \".\" are now reserved for system use
    Corrected typos in settings

    v0.5 (alpha)

    Added version to about dialog
    Removed PDF export, this will be re-added in a future version

    Warning to users upgrading from v0.1 or v0.2

    Unlike previous versions, v0.4 (and to a lesser extent v0.3) reserves folders and files beginning with a full stop for system use. If you have made any folders which begin with a full stop you will need to manually edit their name using a file manager.

    Known issues

    Switching from portrait to landscape or vice versa causes the canvas to be reset, deleting any unsaved changes. UPDATE: this has been fixed in v0.4.

    The image resizing handles (blue box) are positioned to high, however image resizing still works, you just need to drag the corners of the image, not the corners off the blue box.
    8
    Memo Pro is no longer available

    I am very grateful to everyone who purchased Memo Pro, however I have now taken it off the Play Store and it will not be receiving any updates. This is due to Memo now using the GPLv3 license. I recommend everyone using Memo Pro switches over to Memo.

    Memo v0.6.2 is out

    This is just a minor release, I've attached the APK to this post, or alternatively you can download it from the Play Store (link).

    Memo is now open source

    https://github.com/ngarside/Memo

    --------------------------------------------------------------------------

    Also sorry if it takes me a while to respond to questions on here, I've got a lot of real life stuff happening ATM.
    6
    v0.4 is up

    Added tooltips to image buttons
    Added fullscreen mode
    Added option to show background when sharing memos
    Added option to automatically delete temporary file on application exit
    App is now locked to portrait mode
    Fixed bug where s-pen would use finger mode tools
    Added export to PDF
    Fixed bug when attempting to add a new folder with no name
    General performance improvements
    Fixed bug where \"Done\" button on keyboard would not have any effect when setting a custom offset
    Fixed bug where images imported from the gallery would be overly compressed
    To handle the higher quality imported images the application now requests an increased heap size
    Files that start with a full stop \".\" are now reserved for system use
    Corrected typos in settings

    Download link is in the OP
    4
    Release Candidate!

    The release candidate (v0.7) is ready, however there's a lot that's changed in this version and I need help testing it. It's a full ground up re-write, and as such is more "experimental" than the previous beta. For this reason it won't be put on the play store.

    The main potential problem area is that it stores memos in a completely different way than the beta and will update the storage directory on first run.I recommend any testers to backup the storage directory before installing this. It's usually located at /sdcard/Memo.

    Also I've redone the language files, so this version is only available in english. If anyone wants to translate it i've attached the files to this post, and you can upload the translations here or email them to me at work@nathangarside.com (and if you want also include your real name so I can credit you).

    Assuming it all works as planned v1.0 should be up at the weekend :D.

    A couple of screenshots of the new overview screen and slide-in page list (these were taken in tablet mode at 213dpi):
    144921f.png
    2ivgqht.png


    Change log:
    • Ground up re-write with many miscellaneous performance and interface improvements
    • Memos can now have multiple pages
    • Pen, eraser, background and text settings are now saved for each page
    • Added alignment options for text
    • Backgrounds are now saved and shared with memos
    • New colour picker dialog
    • New icon
    • Temporarily removed Russian and French translations
    • Updated widget to support multiple pages
    • Fixed bug where widget would reset after launcher restart Edit: well I thought I had fixed it but it's still there, woops :eek:
    4
    Version 0.3 (alpha) is out!

    Added custom pen offset
    Fixed bug where spinner would get stuck
    Fixed bug where save button would be disabled after undo/redo
    Added option to disable back button when drawing (this was originally to be used in conjunction with palm rejection. Unfortunately I haven't got palm rejection working yet, but I've left this in anyway)
    Fixed another DPI related layout bug
    Added S-Pen button options
    Releasing the S-Pen button will now switch back to the previous tool used
    Added finger touch options
    General UI improvements
    Added about dialog
    Added optional page backgrounds
    Removed current folder from move dialog
    Can now duplicate images and text
    Can now delete images and text
    Sharing a memo will no longer automatically overwrite your saved memo with the current memo
    Fixed bug where saved memos would have a transparent background
    Folders that start with a full stop are now reserved for system use
    Added option to delete temporary files to increase free storage space

    Download link is in the OP.