Giter VIP home page Giter VIP logo

wwwjdic's People

Contributors

nelenkov avatar

Watchers

 avatar

wwwjdic's Issues

OCR does not work without SD card

I have the Droid Incredible (Android 2.1 + Sense) that comes with 8GB of 
onboard storage.

I want to be able to use the OCR without getting a separate SD card. wwwjdic 
should have an option to use onboard memory instead of SD cards to store the 
temporary OCR files.

Original issue reported on code.google.com by [email protected] on 25 Jun 2010 at 8:29

NPE in OcrActivity

OcrActivity may fail with a NPE if it is killed and restarted while cropping.

Cf. 
java.lang.RuntimeException: Unable to resume activity 
{org.nick.wwwjdic/org.nick.wwwjdic.ocr.OcrActivity}: 
java.lang.RuntimeException: Failure delivering result ResultInfo{who=null, 
request=1, result=0, data=null} to activity 
{org.nick.wwwjdic/org.nick.wwwjdic.ocr.OcrActivity}: 
java.lang.NullPointerException
  at android.app.ActivityThread.performResumeActivity(ActivityThread.java:2950)
  at android.app.ActivityThread.handleResumeActivity(ActivityThread.java:2965)
  at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:2516)
  at android.app.ActivityThread.access$2200(ActivityThread.java:119)
  at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1863)
  at android.os.Handler.dispatchMessage(Handler.java:99)
  at android.os.Looper.loop(Looper.java:123)
  at android.app.ActivityThread.main(ActivityThread.java:4363)
  at java.lang.reflect.Method.invokeNative(Method.java:-2)
  at java.lang.reflect.Method.invoke(Method.java:521)
  at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:860)
  at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:618)
  at dalvik.system.NativeStart.main(NativeStart.java:-2)
Caused by: java.lang.RuntimeException: Failure delivering result 
ResultInfo{who=null, request=1, result=0, data=null} to activity 
{org.nick.wwwjdic/org.nick.wwwjdic.ocr.OcrActivity}: 
java.lang.NullPointerException
  at android.app.ActivityThread.deliverResults(ActivityThread.java:3329)
  at android.app.ActivityThread.performResumeActivity(ActivityThread.java:2934)
  at android.app.ActivityThread.handleResumeActivity(ActivityThread.java:2965)
  at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:2516)
  at android.app.ActivityThread.access$2200(ActivityThread.java:119)
  at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1863)
  at android.os.Handler.dispatchMessage(Handler.java:99)
  at android.os.Looper.loop(Looper.java:123)
  at android.app.ActivityThread.main(ActivityThread.java:4363)
  at java.lang.reflect.Method.invokeNative(Method.java:-2)
  at java.lang.reflect.Method.invoke(Method.java:521)
  at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:860)
  at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:618)
  at dalvik.system.NativeStart.main(NativeStart.java:-2)
Caused by: java.lang.NullPointerException: 
  at org.nick.wwwjdic.ocr.OcrActivity.onActivityResult(OcrActivity.java:311)
  at android.app.Activity.dispatchActivityResult(Activity.java:3828)
  at android.app.ActivityThread.deliverResults(ActivityThread.java:3325)
  at android.app.ActivityThread.performResumeActivity(ActivityThread.java:2934)
  at android.app.ActivityThread.handleResumeActivity(ActivityThread.java:2965)
  at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:2516)
  at android.app.ActivityThread.access$2200(ActivityThread.java:119)
  at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1863)
  at android.os.Handler.dispatchMessage(Handler.java:99)
  at android.os.Looper.loop(Looper.java:123)
  at android.app.ActivityThread.main(ActivityThread.java:4363)
  at java.lang.reflect.Method.invokeNative(Method.java:-2)
  at java.lang.reflect.Method.invoke(Method.java:521)
  at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:860)
  at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:618)
  at dalvik.system.NativeStart.main(NativeStart.java:-2)


Original issue reported on code.google.com by [email protected] on 21 Jul 2010 at 2:02

OCR Save button missing / doesn't work

What steps will reproduce the problem?
1. Menu -> OCR -> Tap, take photo, crop - no Save buttton, Crop is completed 
but then screen is stuck on 'Crop / Discard' buttons and 'Crop' button does 
nothing. Discard or 'Back' key will return to viewfinder mode.

What is the expected output? What do you see instead?
I expected the OCR to work or attempt to. It just reverts back to the 'Take a 
photo' screen.

What version of the product are you using? On what operating system?
1.61 - Android OS 2.2.1 Bugless Beast 0.6.1
If possible, provide a stack trace (logcat).
Sorry I don't know how.
As I can only test on HTC Magic and Nexus One, I can't reproduce device
specific issues.  Without a stack trace, there is usually nothing I can do.
So do attach logcat output. That or, send me a phone :)
If this was explained how to then I would :)
Please provide any additional information below.
I just tried Package: scan.bcr.jp and it performed correct OCR for the same 
photo.

Original issue reported on code.google.com by [email protected] on 11 Jan 2011 at 10:33

Some buggy ROMs don't seem to support the CHECK_TTS_DATA action

ACRA log:

Caused by: android.content.ActivityNotFoundException: No Activity found to 
handle Intent { act=android.speech.tts.engine.CHECK_TTS_DATA }
    at android.app.Instrumentation.checkStartActivityResult(Instrumentation.java:1408)
    at android.app.Instrumentation.execStartActivity(Instrumentation.java:1378)
    at android.app.Activity.startActivityForResult(Activity.java:2817)
    at org.nick.wwwjdic.DetailActivity.checkTtsAvailability(DetailActivity.java:201)
    at org.nick.wwwjdic.KanjiEntryDetail.onCreate(KanjiEntryDetail.java:45)
    at android.app.Instrumentation.callActivityOnCreate(Instrumentation.java:1047)
    at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2627)

Check if action is available before calling?

Original issue reported on code.google.com by [email protected] on 28 Jun 2011 at 1:14

Can't find WWWJDIC in Android Market

Dear project owner.

This is same information which you saw at 
http://artyomr.livejournal.com/179391.html.

I knew about WWWJDIC for Android from About section of Kanji Recognizer.
Kanji Recognizer was found in Android Market.

First I tried to find WWWJDIC in Android Market. But by “WWWJDIC” query 
Kanji Recognizer was found only.
I'm using HTC Wildfire, Android 2.1, WiFi connection at my home, location was 
Russia, Moscow.

Second I found WWWJDIC project site at code.google.com. There is QR code. I 
scanned it. It was recognized as market://search?q=pname:org.nick.wwwjdic
But error message was shown "No results in Android Market for request 
pname:org.nick.wwwjdic"

Finally I downloaded it from code.google page and installed it from PC.

Very good application. Good luck.

Original issue reported on code.google.com by [email protected] on 28 Aug 2010 at 6:48

app only access database when connected to WiFi

Dear developer,

On my HTC DesireZ the app can only access the online database (e.g. SOD but 
also the dictionary itself, when connected to WiFi. When connected to 3G/GPRS 
it gives "0 results" on any query.

Also the Kanji of the day will update only on WiFi.

With kindest regards,
Ronald.
[email protected]


Original issue reported on code.google.com by [email protected] on 20 Apr 2011 at 5:05

Layout bug in "Example search"

Version 1.1

When in portrait mode, the "exact match" text in the "Example search" tab its 
unreadable. It gets wrapped so often that one line only has 2 characters at 
max. To fix this, the "Max number of examples" text should be wrapped as well, 
or move the checkbox into the next line.

Tested on a HTC Desire, technically equivalent to the Nexus One.

Original issue reported on code.google.com by PatrickWesterhoff on 5 Jul 2010 at 1:02

FC if back is pressed while taking a picture

Camera gets released before takePicture(). Cf.

java.lang.RuntimeException: Method called after release()
at android.hardware.Camera.native_takePicture(Native Method)
at android.hardware.Camera.takePicture(Camera.java:681)
at android.hardware.Camera.takePicture(Camera.java:645)
at org.nick.wwwjdic.ocr.OcrActivity.autoFocus(OcrActivity.java:172)
at 
org.nick.wwwjdic.ocr.OcrActivity$OcrHandler.handleMessage(OcrActivity.java:213)
at android.os.Handler.dispatchMessage(Handler.java:99)
at android.os.Looper.loop(Looper.java:123)
at android.app.ActivityThread.main(ActivityThread.java:4627)
at java.lang.reflect.Method.invokeNative(Native Method)
at java.lang.reflect.Method.invoke(Method.java:521)
at 
com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:868)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:626)
at dalvik.system.NativeStart.main(Native Method)

Original issue reported on code.google.com by [email protected] on 19 Jan 2011 at 3:22

NPE if speech button pressed before TTS is initialized

java.lang.NullPointerException
at org.nick.wwwjdic.DetailActivity$1.onClick(DetailActivity.java:185)
at android.view.View.performClick(View.java:2534)
at android.view.View$PerformClick.run(View.java:9210)
at android.os.Handler.handleCallback(Handler.java:587)
at android.os.Handler.dispatchMessage(Handler.java:92)
at android.os.Looper.loop(Looper.java:123)
at android.app.ActivityThread.main(ActivityThread.java:3652)
at java.lang.reflect.Method.invokeNative(Native Method)
at java.lang.reflect.Method.invoke(Method.java:507)
at 
com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:839)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:597)
at dalvik.system.NativeStart.main(Native Method)

Original issue reported on code.google.com by [email protected] on 11 May 2011 at 1:06

handwritten support for words.

Hi.  I would like to be able to hand write words consisting of multiple kanji 
and kana.  Once the word is written I would look up the definition.  This 
feature can be found in stand alone electronic dictionaries and an electronic 
dictionary for the Nintendo DS.

This feature also implies that the program would automaticly guess what kanji 
was written but when the user tapped on the kanji they are presented with a 
list of suggestions.

This feature also implies users can handwrite kana as well.

Additionally, being able to delete or enter a chatrcter at any point in the 
word would be helpfull for people who make typos.

Thanks for reading!

Typed on a HTC desire.

Original issue reported on code.google.com by [email protected] on 24 Jul 2010 at 5:47

Changing screen orientation causes Force Close

Steps to reproduce:

1. Do any operation that invokes a ProgressDialog (e.g. search the dictionary).
2. While the ProgressDialog is still active, flip the orientation
3. Wait for the background task to finish.


This results in the following exception:

java.lang.IllegalArgumentException: View not attached to window manager

I'm running v0.8 on a Nexus One, Android 2.1.

By the way, I've had this problem before in my own apps (see Pokédroid on
the Market).  I found I could solve it by making the ProgressDialog static
and destroying it and recreating it in the onPause() and onResume()
methods, but I wish there was a more elegant way.  If you discover it, let
me know!  Otherwise, static ProgressDialog should work.

Original issue reported on code.google.com by [email protected] on 18 May 2010 at 7:18

Feature request: add saved searches

It would be nice to have a list of past searches so that the user could
review words and kanji that they've searched for in the past.  See the
Google Translate app for an example of what I'm thinking of.

Original issue reported on code.google.com by [email protected] on 19 May 2010 at 6:02

Crash when attempting OCR from menu

What steps will reproduce the problem?
1. Start in either the Kanji Lookup action or the Dictionary action
2. Press the menu button
3. Select OCR from the menu

What is the expected output? What do you see instead?
I expect the camera to turn on and an option to take a picture with the camera. 
 Instead all I see is an error.  The error is "Sorry! The application WWWJDIC 
for Android (process org.nick.wwwjdic) has stopped unexpectedly. Please try 
again. (Force close)".  Please see attached image.


What version of the product are you using? On what operating system?
I am using v0.9 of WWWJDIC on Android 2.1-update1 running on a T-Mobile MyTouch 
Slide.


Please provide any additional information below.

Original issue reported on code.google.com by john.jolly on 19 Jun 2010 at 2:49

Attachments:

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.