[Q] Is it possible to edit the recognition libraries? - Galaxy Note 10.1 Q&A, Help & Troubleshooting

I believe I have done my due diligence searching and have turned up nothing, so I hope someone can help me out. I recently purchased a Note 10.1 and I am loving it so far.
My problem is that the shapes recognized by the tablet are very basic and the software will reject any shape it does not know. Is it possible to edit the library(?) that it references for recognition? I don't need it to recognize anything very complicated, but drawing diagrams would be so much more productive if it could recognize the drawing of a spring or damper. If so, can this be done for the formula match as well? Formula match has a problem with derivatives (ie x'' or x double dot), or at least I dont know what notation it recognizes. If not, can it be made to ignore shapes it doesn't recognize instead of deleting the drawn line?
Any help with this would be immensely appreciated!
Attached are examples of the problematic shape/formula matches.

If anyone could just point me to the folder I could maybe figure it out.
Sent from my GT-N8013 using xda app-developers app

xirix84 said:
If anyone could just point me to the folder I could maybe figure it out.
Sent from my GT-N8013 using xda app-developers app
Click to expand...
Click to collapse
This may well be a not known .
Folder framework or folder libs may or may not be a starting point for you .
Possibly also XDA Development forum Android and Chef Central .
jje

Dang. Ill post in the dev forum unless someone could be so kind as to move the thread for me.
Sent from my GT-N8013 using xda app-developers app

xirix84 said:
Dang. Ill post in the dev forum unless someone could be so kind as to move the thread for me.
Sent from my GT-N8013 using xda app-developers app
Click to expand...
Click to collapse
Leave it open here just in case .
jje

Will do. Thanks in advance for anyone with info on this.
Sent from my GT-N8013 using xda app-developers app

Related

[Q] HELP!!! Tutorials On Application Development

So I want to make an app but have NO experience...are there any tutorials? I want to make simple and advanced apps(maybe for some extra cash? Lol) any help?
Sent from my DROIDX using Tapatalk
Why don't you go to the official android developers page?
Xda app
Not everyone knows how to find the pages they need. Perhaps provide a link? I assume he hasn't come across that yet since he's asking.
Sent from my Incredible using XDA App
http://developer.android.com/index.html here you go
Xda app
TheRedDrake said:
http://developer.android.com/index.html here you go
Xda app
Click to expand...
Click to collapse
Thank you, I will start there. I knew about it but not exactly where it was..also if there are other tutorials out there I would be more than happy to have them thanks
Sent from my DROIDX using Tapatalk
Are there any shorter guides or maybe easier way to go through I am overwhelmed with all of this info
Sent from my DROIDX using Tapatalk
tycoon177 said:
Are there any shorter guides or maybe easier way to go through I am overwhelmed with all of this info
Sent from my DROIDX using Tapatalk
Click to expand...
Click to collapse
Programming is always hard. I suggest starting with a simple app that has 3 screens and a couple of buttons for interaction and maybe some images.
Xda app
Do you have any suggestions for staring apps for this
Sent from my DROIDX using Tapatalk
Anyone?
Sent from my DROIDX using Tapatalk
tycoon177 said:
Anyone?
Sent from my DROIDX using Tapatalk
Click to expand...
Click to collapse
First of all, do you know how to write in Java? Because none of the tutorials I have found include that part. You will find it very hard if you don't! Pick up a book on Java, and read all the way through it first. I found books better than online for some reason. It doesn't matter if the book is a few years old, many of the concepts will be the same.
Then find some beginning tutorials for developing Android apps. I've found a few, and I will update this if I find any more, but here are some:
http://hackaday.com/2010/07/12/android-development-101-–-a-tutorial-series/
http://www.vogella.de/articles/Android/article.html
http://androidwizard.net/ -- Make sure you have a look at the beginner ones first, because there are many tutorials here.
Then if you require more detail, move on to the info at developer.android.com/ as it is more advanced (well its aimed at users who already know a bit).
I would also learn just some basics on how a program flows. It is essential since most programmers know several languages or are able to know how to read code without knowing the syntax. After you get the basics down, look through all the examples given with the SDK and see if you understand it. Hope that helps. Good luck!
Sent from my SAMSUNG-SGH-I897 using XDA App
Do you have a suggestion for the type of java for the book? I am using eclipse
Sent from my DROIDX using Tapatalk
Anyone
Sent from my DROIDX using Tapatalk
I read "Sams Teach Yourself Android Application Development in 24 Hours". It was pretty cheap and they also have a java one. It was a nice start, pretty good explanation of code and space out each part so not overwhelmed.
Sent from my GT-I9000 using XDA App
Should I read the java one first? And where would I get this book? Im just wanting to learn this.
Sent from my DROIDX using Tapatalk
I only read the android one. I would say read the android one and if you are lost after the second or third chapter, read it again (they are short) and if still not understanding then get the java one. It all depends on you're background and current knowledge...also remember Google is you're friend for words/statements that you don't recognize. Hope that helps, and.you can get book at barnes and noble or borders. It seems to be a common book.
//Excuse all typos as I am most
//likely sending from phone
Thank you I will look into getting that book
Sent from my DROIDX using Tapatalk
I got the android one and might have to get the java one after looking at this
Sent from my DROIDX using Tapatalk
Anything you don't understand you can just ask questions about and and we all can try to explain it in better terms for you.
//Excuse all typos as I am most
//likely sending from phone
realhades said:
Anything you don't understand you can just ask questions about and and we all can try to explain it in better terms for you.
//Excuse all typos as I am most
//likely sending from phone
Click to expand...
Click to collapse
Thank you
Sent from my DROIDX using Tapatalk

App development.. any help appreciated

Im trying to make a simple app with 3 buttons.. one to open my text page (activity2.java) and one to open my email activity (activity3.java) and one for google maps via browser link..
Problem im having is getting force close when clicking the button..
Im using intent to open sms manager..
Code all looks good.. no errors.. but keep getting force close
Ive searched everywhere for over a week and nobody seems to know the answer.
Sent from my GT-I9100 using xda premium
Forget this... found the problem.. . Doh
Sent from my GT-I9100 using xda premium
JAMIE1000UK said:
Forget this... found the problem.. . Doh
Sent from my GT-I9100 using xda premium
Click to expand...
Click to collapse
well what was it? Maybe you will help someone else.
85gallon said:
well what was it? Maybe you will help someone else.
Click to expand...
Click to collapse
Exactly! Nothing's more frustrating then finding your issue "solved" in a forum without any hints as to the issue.
Sorry about the quick exit.. for users in a similar situation I will post my Java settings for you to view.
The problem was within my main Java code.. I had the onClickListners defined as wrong buttons. I also didn't declare my smsActivity.Java manifest. Which basically meant that I was trying to open a "view" that the manifest had no clue it was there.
There's some excellent books on android whizzing about. In particular look out for the android app development for dummies.
Gives simple straight forward information on where to start with Java coding.
Hope this helped some of you out there.
Sent from my GT-I9100 using xda premium

XDA App

Anyone experiencing problems with xda?
For some reason my post are double posting and pages aren't loading properly. Just wondering if anyone else is having these issues?
Yes I did uninstall and reinstall the app and my connection is fine.
Sent from my SAMSUNG-SGH-I727 using xda app-developers app
I've had ongoing issues with xda app for awhile, that's why I switched to tapatalk. Never looked back since
Yep going to tapatalk again. This is just ridiculous
Sent from my SAMSUNG-SGH-I727 using xda premium
Mine is working just fine. Although, I open the app from a shortcut I made to the SR forums.
Sent from my SAMSUNG-SGH-I727 using xda premium
I have a problem with not being able to open notifications. When I receive a notification, I drop down the notification bar and tap the icon. XDA starts to open then hangs, never opens. I am on Sky Ice, it has been that way through several updates, I have never been able yo open an XDA notification.
Sent from my SAMSUNG-SGH-I727 using xda premium
Only problem i have is wen i go to the news section and try to go to the original thread of the article........XDA force closes
Sent from my SAMSUNG-SGH-I727 using xda app-developers app
Hey, while we're at it, how 'bout someone make a new icon for the app that doesn't suck. (I would, but I'm not vs developer and don't know how.)
Sent from my Skyrocket running SKYICS 4.2F 6 on XDA - Thanks seanz!
LPMatt said:
Hey, while we're at it, how 'bout someone make a new icon for the app that doesn't suck. (I would, but I'm not vs developer and don't know how.)
Sent from my Skyrocket running SKYICS 4.2F 6 on XDA - Thanks seanz!
Click to expand...
Click to collapse
I'm not a dev either but think you might be able to unzip the APK on your computer, replace the icon.png, rezip. then replace apk to phone.
ChillFactorz said:
I have a problem with not being able to open notifications. When I receive a notification, I drop down the notification bar and tap the icon. XDA starts to open then hangs, never opens. I am on Sky Ice, it has been that way through several updates, I have never been able yo open an XDA notification.
Sent from my SAMSUNG-SGH-I727 using xda premium
Click to expand...
Click to collapse
same problem since day 1. i don't know when the last update was but definitely not working for me. Search function is also non-existent.
Sent from my SAMSUNG-SGH-I727 using xda premium
Oh yea, the search is horrible. Doesn't even give you the option to search within the thread or for a thread in the section.
That's why there are double post. People search and can't find it, so they post it again and then we have members getting angry about not searching and double posting.
The search, searches the entire site. I don't have time to scroll through 100 threads to find the 1 for our phone.
Sent from my SAMSUNG-SGH-I727 using xda app-developers app
Yeah you should be able to search within a device's forum and also within a thread itself that way rom q&a's not stated in op's don't have to be reasked all the time.
--------------------------------------------
Sent from my Skyrocket i727 running CM9
For a one stop shop 2 of Vincom's threads
Everything Root: http://forum.xda-developers.com/showthread.php?t=1773659
Returning to Stock: http://forum.xda-developers.com/showthread.php?t=1652398
Yeah, I have been wanting to ask a question about XDA's notifications, and search on the app was not helpful. I was concerned about making a new thread, then somebody getting down on me for making a duplicate thread.
I could already see the comments, "you should search before you post" "I will not help, because you are lazy" So it goes not getting the help, we request.
Not to mention names but it's the same few members who troll the forms and flame or report everything.
I honestly think that until the search engine for this app is fix that members who flaming for duplicate threads should be ban for a 12 hours. If you think about it, that flame is going to make the thread unless because it will just be a battle between the op and the flameer. Instead of helping out the op as a community or posting the link to the original thread.
Sent from my SAMSUNG-SGH-I727 using xda app-developers app
specter07 said:
Not to mention names but it's the same few members who troll the forms and flame or report everything.
I honestly think that until the search engine for this app is fix that members who flaming for duplicate threads should be ban for a 12 hours. If you think about it, that flame is going to make the thread unless because it will just be a battle between the op and the flameer. Instead of helping out the op as a community or posting the link to the original thread.
Sent from my SAMSUNG-SGH-I727 using xda app-developers app
Click to expand...
Click to collapse
Mention names please I'm not afraid do it don't tiptoe around it I know I'm number one on that list and I NEVER use xda search/ taptalk search I use GOOGLE and all you butthurt noobs can get over it I report every stupid thread I see I make my points and only feel the need to tack on when they ask for more don't protect noobs who should learn the rules and have ruined it for actual enthusiasts who want to learn more not just plz help I can't fix my phone... I'm sorry if my honesty hurts feelings but if it does then some of you need some thicker skin
Sent from my SAMSUNG-SGH-I727 using Tapatalk 2
Illnevertell said:
Mention names please I'm not afraid do it don't tiptoe around it I know I'm number one on that list and I NEVER use xda search/ taptalk search I use GOOGLE and all you butthurt noobs can get over it I report every stupid thread I see I make my points and only feel the need to tack on when they ask for more don't protect noobs who should learn the rules and have ruined it for actual enthusiasts who want to learn more not just plz help I can't fix my phone... I'm sorry if my honesty hurts feelings but if it does then some of you need some thicker skin
Sent from my SAMSUNG-SGH-I727 using Tapatalk 2
Click to expand...
Click to collapse
some of us actually like using our xda app (search included). paid for it so most people expect it to work. personally, after realizing that the app's search is not working, i almost always try to log in and use xda and google search before asking here.
there is no need to be defensive or sarcastic here. if you feel the need to report then do as you wish but don't expect everyone to like what you are doing. some people are honestly just clueless regarding the search engine.
Sent from my SAMSUNG-SGH-I727 using xda premium
ChillFactorz said:
I have a problem with not being able to open notifications. When I receive a notification, I drop down the notification bar and tap the icon. XDA starts to open then hangs, never opens. I am on Sky Ice, it has been that way through several updates, I have never been able yo open an XDA notification.
Sent from my SAMSUNG-SGH-I727 using xda premium
Click to expand...
Click to collapse
I have the exact same hanging issue. Tap notification, opens xda, hangs/loading indefinitely. Were you ever able to resolve it?
Illnevertell said:
Mention names please I'm not afraid do it don't tiptoe around it I know I'm number one on that list and I NEVER use xda search/ taptalk search I use GOOGLE and all you butthurt noobs can get over it I report every stupid thread I see I make my points and only feel the need to tack on when they ask for more don't protect noobs who should learn the rules and have ruined it for actual enthusiasts who want to learn more not just plz help I can't fix my phone... I'm sorry if my honesty hurts feelings but if it does then some of you need some thicker skin
Sent from my SAMSUNG-SGH-I727 using Tapatalk 2
Click to expand...
Click to collapse
You're just a big child. You see a post you don't like and cry to your dad (insert name of favorite mod here) and get it shut down. Some new member started a thread and you reported AND flamed him/her. Instead of trying to be a tyrant you should be pointing new members in the right direction. And if someone's phone is not working, you should actually try to help before crying to the mods. You hold the exact same amount of power as any other member. Having more posts or thanks doesn't change the fact that nobody should have to take crap from someone on the same level as them.
Sent from my SAMSUNG-SGH-I727 using xda premium
---------- Post added at 11:19 PM ---------- Previous post was at 11:12 PM ----------
And people come here for broken phone fixes because some members actually do help or point in the right direction. If someone's phone isn't working right for whatever reason, don't turn them away just because there's already some large thread on something remotely similar to their problem. Those types of threads don't get users as much help (especially if it's an urgent issue) as a single thread.
It's like if someone was lost on the way driving to Tampa and they asked you for help, and you told them they were noobs for not knowing every detail about the trip before they went on it. And you reported them to have their car towed because they didn't get help from a group talking about how to get to places that are kind of near Tampa.
Sent from my SAMSUNG-SGH-I727 using xda premium
lordazoroth said:
I have the exact same hanging issue. Tap notification, opens xda, hangs/loading indefinitely. Were you ever able to resolve it?
Click to expand...
Click to collapse
i dnt think there's a fix yet.
Sent from my SAMSUNG-SGH-I727 using xda premium
Reported
Sent from my SGH-I727 using xda premium
jamesc760 said:
Reported
Sent from my SGH-I727 using xda premium
Click to expand...
Click to collapse
why?
Sent from my SAMSUNG-SGH-I727 using xda premium

S note handwriting to text issue. Plz help

I use my note for documentation at work, so any insight would be greatly appreciated. When I'm using s note (regardless of template) and have the handwriting to text feature on I keep running into the following problem:
After writing a few things down, pausing and going back to writing the program freezes up and erases all my notes =( I've exchanged the note once already for this same reason so I worry it's a program problem. Samsung doesn't seem to know anything about it.
Is anyone else having the same problem? Or can anyone offer a suggestion please? It is not rooted (yet) and happens before and after the most recent update. I'm in America and would gladly provide any other info needed.
Kinda feel like sammy let me down here :banghead:
Sent from my SGH-T999 using xda premium
Nope not been facing this problem let me try and do exactly how you are doing
Just found out I was accessing the program incorrectly. Big shout out to Hasc!
http://forum.xda-developers.com/showthread.php?p=30747569
Sent from my SGH-T999 using xda premium
Jlarsen5 said:
Just found out I was accessing the program incorrectly. Big shout out to Hasc!
http://forum.xda-developers.com/showthread.php?p=30747569
Sent from my SGH-T999 using xda premium
Click to expand...
Click to collapse
No problems, that's what we're here for. You might also want to try 7Notes from the market, the recognition in my opinion is much better. It is a paid app but we'll worth it.
HasC said:
No problems, that's what we're here for. You might also want to try 7Notes from the market, the recognition in my opinion is much better. It is a paid app but we'll worth it.
Click to expand...
Click to collapse
I can't seem to write in English for the trial version. Am I missing something? TIA.
Sent from my GT-N8000 using xda app-developers app
holgalee said:
I can't seem to write in English for the trial version. Am I missing something? TIA.
Sent from my GT-N8000 using xda app-developers app
Click to expand...
Click to collapse
The trial version is Japanese only. If you want to try, test it for about ten minutes and refund if you don't like it. You probably will keep it, it's that good and cheap!
There used to be an English trial version but they removed it when it was released.

OPENING SNOTE FILES [pc]

Has anyone found a solution to opening Snote Files on Pc? I'm not talking about exporting to pdf.
Sent from my GT-N8013 using XDA Premium HD app
It's just a zip file. Extract it and take a look. The default templates are changeable in this way also.
Sent from my GT-I9100 using xda app-developers app
Id like to know as well
Sent from my GT-N8010 using xda app-developers app
After un Zip I'm getting a few viewable thumbnails , but nothing in full size . Can you give me Some direction -
Sent from my GT-N8013 using XDA Premium HD app
lcryan said:
Has anyone found a solution to opening Snote Files on Pc? I'm not talking about exporting to pdf.
Sent from my GT-N8013 using XDA Premium HD app
Click to expand...
Click to collapse
Here is an option...
Samsung ativ win 8 tablet comes with snote. I have often sent my snote files from 8013 to my friend can open them on windows 8.
We just need to get an installer out of it that will work on other win 8 laptops.. and hopefullt win7.
Sent from my SAMSUNG-SGH-I747 using Tapatalk
I copied the .snb file to my PC, extracted it with 7 Zip, navigated to the snote folder, and opened the snote.xml in Word. It gives me all the text and is very readable. It didn't, however, give me the photos and videos I had embedded in the file, but I imagine (not being a computer geek) that those instructions are contained in the other .xml files, as I have a folder in the archive that also contains those elements.
Yes, it would be great if Samsung could port the S-Note to Windows.
klau1 said:
Yes, it would be great if Samsung could port the S-Note to Windows.
Click to expand...
Click to collapse
Snote is already ported on win8!
It is installed in samsung win8 tablets.
Sent from my SAMSUNG-SGH-I747 using Tapatalk
Windows RT or windows 8 x86 desktop or metro?
Sent from my SGH-I747M using Tapatalk 2
http://www.phonearena.com/news/Sams...ts-Win-8-powered-ATIV-Smart-PC-tablet_id36389
Google for more info...
Sent from my GT-N8013 using Tapatalk
lcryan said:
Has anyone found a solution to opening Snote Files on Pc? I'm not talking about exporting to pdf.
Sent from my GT-N8013 using XDA Premium HD app
Click to expand...
Click to collapse
I'd like to know too..
using on win8
I have a new Samsung Ativ T700. It uses an Intel Core i5. In the metro environment there is an SNotes app that is the same as on our tablets. Well, actually, the tablet is better, but you can copy your notes over and then import them into the Win8 version. Works fine.
I'm lost on what your referring to I guess because I don't have a ATIV, but can you clarify what is a metro environment?
Google "Metro UI"
I don't understand how people today STILL don't realize 90% of all questions in the universe have already been answered on Google.
Did I know it was a ui ? Sorry I assumed someone could answer a simple question without being a ****.
Sent from my GT-N8013 using XDA Premium HD app
Icryan, the problem is that it's not just you. It's pretty much anyone blind or too lazy to use Google.
Nothing to do with being a ****. I'm teaching you and others like you the solution to the rest of your life.
"Give a man a fish and you feed him for a day. Teach a man to fish and you feed him for a lifetime."
Try working in retail tech one day, you'll see how many times the same simple question that can be answered by the FIRST link on Google gets asked.
IE: how to MUTE the VOLUME * face palm*
If everyone were like you, every forum would be FILLED with IDENTICAL question threads, and eventually NO ONE knowledgeable will bother answering after repeating the same answer 10 times.
Just Try it, help yourself get some perspective.
klau1 said:
Icryan, the problem is that it's not just you. It's pretty much anyone blind or too lazy to use Google.
Nothing to do with being a ****. I'm teaching you and others like you the solution to the rest of your life.
"Give a man a fish and you feed him for a day. Teach a man to fish and you feed him for a lifetime."
Try working in retail tech one day, you'll see how many times the same simple question that can be answered by the FIRST link on Google gets asked.
IE: how to MUTE the VOLUME * face palm*
If everyone were like you, every forum would be FILLED with IDENTICAL question threads, and eventually NO ONE knowledgeable will bother answering after repeating the same answer 10 times.
Just Try it, help yourself get some perspective.
Click to expand...
Click to collapse
I knew what you were talking about (vaguely), but for kicks, I Googled metro, and didn't find anything, results improved after using metro environment, but barely. It might seem obvious to you, but not to someone who isn't sure as to what they are looking for.
Using your analogy, there is a difference between teaching a man how to fish, as opposed to telling him to throw a hook into the water.
Sent from my GT-N8013 using Tapatalk HD
Just bumping this in order to keep a discussion going on the availability of a APP capable of opening snb files.
Possible if the pc app in windows app is ported to other devices
mrbkkt1 said:
I knew what you were talking about (vaguely), but for kicks, I Googled metro, and didn't find anything, results improved after using metro environment, but barely. It might seem obvious to you, but not to someone who isn't sure as to what they are looking for.
Using your analogy, there is a difference between teaching a man how to fish, as opposed to telling him to throw a hook into the water.
Sent from my GT-N8013 using Tapatalk HD
Click to expand...
Click to collapse
If one bothered reading this [read: two page] thread, they would have come across my earlier post linking "metro" to "Windows 8".
It's a clear clue that "windows 8" has SOMETHING to do with "Metro"
klau1 said:
Windows RT or windows 8 x86 desktop or metro?
Sent from my SGH-I747M using Tapatalk 2
Click to expand...
Click to collapse
Now, upon seeing this, he/she would have had enough terms ["windows 8 metro"] for retrieving a relevant Google search result.
clearly, In this case, simply READING would have been faster than posting a message and waiting for someone to post an answer.
But that's your choice. Kind of like double clicking on internet links, sure it'll work, but it's a waste of everyone's time and effort.

Categories

Resources