Giter Club home page Giter Club logo

android-sdk2.0's People

Contributors

deokbin avatar mrlove1 avatar neolabconvergence avatar nlc-jychoi avatar toyadarong avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

android-sdk2.0's Issues

How to use new Encryption functionality

Hi!
I have tried to understand, how to correctly use the encryption, but according to the documentation, I am confused actually.
My task is to pass the public encryption key to the pen. Then user writes something and I need to get this data and decrypt it. Could you explain me, how to do it or like which methods I have to use?
I used to decrypt: setCsrString()
And to encrypt: reqCertificationUpdate()
But it's not working as I see, or I have to use another method.

Sample code: no dimension for the sheet of paper

Hello,
I am working on your SDK and getting familiar with the sample code provided.
I am using a NeoSmartPen N2, on a samsung galaxy S2, android Version 7.0
For now I am only working with the 8x15cm booklet that is provided with the pen.
I am working with AndroidSDK2.0

I would like to re-use the sample code to add a background, an be able to write on top of that background. Unfortunately, the code does not provide the page's width and height.
Specifically:

In MainActivity.java, lines 853-856: no problem, I get the intent's extras.
In SampleView:changePage(), lines 172-176: the calls to MetaDataCtrl.getPageWidth/Height/MarginLeft/Marginight all return 0.

How can I make it so that I have the correct page values?

Thank you very much.

Android application crash issue on back press

Hi Guys,

I am using the ANDROID SDK 2.0 but I saw some major issues in it. First application kills after pressing back on main activity. Please put any activity before Main Activity you will be able to check the issue.

It kills all activities which are in background and in such a way application will crash on mobile. I am Getting following crash error over the application.
DotConsumerThread Interrupted!!java.lang.InterruptedException

This new Android SDK code renders data more slower than previous SurfaceView Example in your sample.

Please have a look over the points that I mentioned.

Waiting for your response.

Regards,
Achint Sarkar

Strokes not properly drawn in app

I have created my own NCoded paper with boxes to form. Whenever I write inside the box, the strokes are not drawn properly in my app. However, when I write outside of the box the strokes are properly drawn.

can I get your email so I can send a video and a picture for my problem.

Is it possible to get x, y position with time and stroke pressure

[{
[{x: 10,y: 45,t: 1507533,P: 0.55},
{x: 30,y: 50,t: 1508803,P: 0.6},
{x: 5,y: 45,t: 1606327,P: 0.3},
{x: 29,y: 53,t: 1707473,P: 0.43}]
}]

I wanna understand the way people write something. For this, I required time-series data with the position of pen and stroke pressure. How can I achieve this with NeoSmartpen?

Missing Classes

There are no recently added classes such as MultiPenClientCtrl, ProfileKeyValueLimitException?

Sample code usage issue

Hello
We have recently purchased NeoPen and would like to now develop our inhouse app for the same. I have downloaded the sample code Android SDK2.0 and I am able to connect the pen successfully .

But I am unable to do following . So would need help to achieve it -
When whatever I write on Page 1 (note pad provided with neopen) , It reflects on the mobile screen. Then I turn to page2 and the app identifies the same. But when I return back to Page1 and starts writing on it, the previous data doesn't show on the mobile screen. Can anyone help me with the code on restoring back the previously written data ?

Thanks

Regarding filling forms to be printed

Hello there,
I have a small query regarding the whole process.
According to my understanding and information given on the website, we need a paper that would be printed with some unique coding and when the pen writes on it, the pen would send the data to lets say android via Bluetooth and then the app would send the data to servers. I have some questions regarding the process:

  1. Can the encoded pages through some software or someone has to source the pages
  2. Will the app get plain text response or will have to be decoded from some format
    I am eagerly awaiting for your response.
    Regards

Sample Code: Data save and dimension of paper JPG should create manually

Hello,
I have download sample code and have notebook
sectionId=3
ownerId=27
noteId=601
pageId=1
[ Below Link i have downloaded the nproj in which only single JPG i.e(only for first page jpg is provided 3_27_601_1.jpg). https://github.com/NeoSmartpen/AndroidSDK2.0/files/1934013/note_601_jpg_img_180110081126.zip ]

So For 64 pages we have just make a clone of first page and rename it?

AND

Second issue While writing the data on notepad its reflect on Android Device But moving on to second page and again revert to first page Data get clear.

Help me out
Thanks

sdk jar

Hello there,

I was looking for the sdk jar file mentioned in the NeoSmartpen_SDK_Android_V2110.pdf.

Would it be possible to have access to this file?

Thanks

.nproj file

Hi,
I need to a .nproj file for test. But i didn't find in sample project.
How can I get this file?

Android SDK 2.0 빌드 문의

안녕하세요 G7 ICT R&D 입니다.
NASDK2.0_sample_code를 빌드하는 과정에서 오류가 생겨서 문의드립니다.
아래 사진과 같이 빌드 버튼이 활성화가 안되며, layout Design을 확인 할 수 없습니다.

nasdk2 0_sample_code

빌드하기 위한 세팅법 및 오류해결 방법을 [email protected] 으로 알려주시겠습니까?
답변 기다리겠습니다.
감사합니다.

not able to log in on WAS

Even though this is the SDK I thought it might still be a good place to bring this up:

Since a lot of functionality is not available in the Neo Studio Web Version (and there is no up to date desktop app available) I installed the Neo Studio 2022 app on my notebook via Windows Subsystem for Android sideloading.

The problem is that when clicking on the "Login with Google" button nothing happens, the "Login with Apple" button actually opens the in app browser and let's you log in but since I use my google account for Neo Studio that doesn't work for me.

Using Myscript with Neosmartpen 2.0 android SDK

Greetings team NeoLab,

i have been working on neosmartpen android 2.0 sample app and i need to convert handwritten strokes to text using myscript but i couldn't find any sample or resource guide to connect MyScript Sdk with this sample.
Could you please help out to achieve it.

Thanks and regards
Jai Singh Hada

Converting strokes 2 images

Hi,

We are developing the application using the sample neosdk code for android.

We are facing the following issue while working offline:

  1. While working offline and transferring data, we are getting strokes as the output.

Is there a way to convert strokes to image (png, bitmap or jpeg) without using canvas?

  1. Is there a way to convert strokes to svg file?

Waiting for your reply.

Thanks,

Sreyansh choraria

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.