Giter Site home page Giter Site logo

softenido's Introduction

softenido's People

Contributors

franci avatar

Watchers

James Cloos avatar

softenido's Issues

[findrepe] Enhancement request: An option to specify an output format useful as input to a script or another program

For example:

--format-output "format-str"

... where format-str could contain some of the things the GNU find -printf
option supports. Some useful specifiers would be:

%p - full path of file
%f - file name of file
%T@ - file modification time in seconds since 1-Jan-1970
%T? - file modification time where ? is a component

One important specifier not relevant to GNU find would be:

%x - an integer 1, 2 ... identifying each set of duplicates (ie. duplicates
would get the same number)

Note GNU find does not use %x. Alternatively you could use %D or %n, which
represent things in GNU find that are unlikely to ever be used in findrepe.

Original issue reported on code.google.com by [email protected] on 14 Jun 2009 at 11:21

[audible][0.4.1] java.lang.NullPointerException in android.app.ActivityThread.handleStopActivity

java.lang.NullPointerException
at android.app.ActivityThread.handleStopActivity(ActivityThread.java:2476)
at android.app.ActivityThread.access$1800(ActivityThread.java:117)
at android.app.ActivityThread$H.handleMessage(ActivityThread.java:952)
at android.os.Handler.dispatchMessage(Handler.java:99)
at android.os.Looper.loop(Looper.java:130)
at android.app.ActivityThread.main(ActivityThread.java:3687)
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:867)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:625)
at dalvik.system.NativeStart.main(Native Method)

Original issue reported on code.google.com by [email protected] on 29 Dec 2012 at 11:44

[audible][0.3.0] java.lang.NullPointerException in com.softenido.audible

ofuscated:

java.lang.RuntimeException: Unable to start activity 
ComponentInfo{com.softenido.audible/com.softenido.audible.AudibleMain}: 
java.lang.NullPointerException
at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:1956)
at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:1981)
at android.app.ActivityThread.access$600(ActivityThread.java:123)
at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1147)
at android.os.Handler.dispatchMessage(Handler.java:99)
at android.os.Looper.loop(Looper.java:137)
at android.app.ActivityThread.main(ActivityThread.java:4464)
at java.lang.reflect.Method.invokeNative(Native Method)
at java.lang.reflect.Method.invoke(Method.java:511)
at 
com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:822)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:589)
at dalvik.system.NativeStart.main(Native Method)
Caused by: java.lang.NullPointerException
at com.softenido.audible.AudibleMain.l(Unknown Source)
at com.softenido.audible.AudibleMain.onCreate(Unknown Source)
at android.app.Activity.performCreate(Activity.java:4519)
at android.app.Instrumentation.callActivityOnCreate(Instrumentation.java:1049)
at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:1920)
... 11 more

unofuscated:

java.lang.RuntimeException: Unable to start activity 
ComponentInfo{com.softenido.audible/com.softenido.audible.AudibleMain}: 
java.lang.NullPointerException
at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:1956)
at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:1981)
at android.app.ActivityThread.access$600(ActivityThread.java:123)
at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1147)
at android.os.Handler.dispatchMessage(Handler.java:99)
at android.os.Looper.loop(Looper.java:137)
at android.app.ActivityThread.main(ActivityThread.java:4464)
at java.lang.reflect.Method.invokeNative(Native Method)
at java.lang.reflect.Method.invoke(Method.java:511)
at 
com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:822)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:589)
at dalvik.system.NativeStart.main(Native Method)
Caused by: java.lang.NullPointerException
at com.softenido.audible.AudibleMain.void loadHeadAndBody()(Unknown Source)
at com.softenido.audible.AudibleMain.void onCreate(android.os.Bundle)(Unknown 
Source)
at android.app.Activity.performCreate(Activity.java:4519)
at android.app.Instrumentation.callActivityOnCreate(Instrumentation.java:1049)
at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:1920)
... 11 more



Original issue reported on code.google.com by [email protected] on 30 Nov 2012 at 12:16

[audible][0.4.0]NullPointerException in AudibleMain.n()

Crash: 
Exception class: java.lang.NullPointerException
Source method: AudibleMain.n()

Platforms: OTHER

Stack traces:

java.lang.RuntimeException: Unable to start activity 
ComponentInfo{com.softenido.audible/com.softenido.audible.AudibleMain}: 
java.lang.NullPointerException
at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:1970)
at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:1995)
at android.app.ActivityThread.access$600(ActivityThread.java:128)
at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1161)
at android.os.Handler.dispatchMessage(Handler.java:99)
at android.os.Looper.loop(Looper.java:137)
at android.app.ActivityThread.main(ActivityThread.java:4514)
at java.lang.reflect.Method.invokeNative(Native Method)
at java.lang.reflect.Method.invoke(Method.java:511)
at 
com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:790)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:557)
at dalvik.system.NativeStart.main(Native Method)
Caused by: java.lang.NullPointerException
at com.softenido.audible.AudibleMain.n(Unknown Source)
at com.softenido.audible.AudibleMain.onCreate(Unknown Source)
at android.app.Activity.performCreate(Activity.java:4465)
at android.app.Instrumentation.callActivityOnCreate(Instrumentation.java:1053)
at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:1934)
... 11 more

retraced:

java.lang.RuntimeException: Unable to start activity 
ComponentInfo{com.softenido.audible/com.softenido.audible.AudibleMain}: 
java.lang.NullPointerException
at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:1970)
at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:1995)
at android.app.ActivityThread.access$600(ActivityThread.java:128)
at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1161)
at android.os.Handler.dispatchMessage(Handler.java:99)
at android.os.Looper.loop(Looper.java:137)
at android.app.ActivityThread.main(ActivityThread.java:4514)
at java.lang.reflect.Method.invokeNative(Native Method)
at java.lang.reflect.Method.invoke(Method.java:511)
at 
com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:790)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:557)
at dalvik.system.NativeStart.main(Native Method)
Caused by: java.lang.NullPointerException
at com.softenido.audible.AudibleMain.void loadHeadAndBody()(Unknown Source)
at com.softenido.audible.AudibleMain.void onCreate(android.os.Bundle)(Unknown 
Source)
at android.app.Activity.performCreate(Activity.java:4465)
at android.app.Instrumentation.callActivityOnCreate(Instrumentation.java:1053)
at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:1934)
... 11 more

Original issue reported on code.google.com by [email protected] on 9 Dec 2012 at 4:01

[findrepe][0.10.0]exception parsing some wrong options

when executing

findrepe -w

the following exception is thrown

Exception in thread "main" java.lang.ArrayIndexOutOfBoundsException: 1
    at com.softenido.cafe.util.options.StringOption.parseShort(StringOption.java:117)
    at com.softenido.cafe.util.options.OptionParser.parseShort(OptionParser.java:152)
    at com.softenido.cafe.util.options.OptionParser.parse(OptionParser.java:100)
    at com.softenido.findrepe.FindRepeMain.main(FindRepeMain.java:239)

Original issue reported on code.google.com by [email protected] on 20 Oct 2010 at 10:40

[findrepe][0.10.0] memory exaustion should be properly handled

when memory is not enough for processing, the program closes abruptly, it 
should be reported properly and even suggesting the use of -Xmx256m or -Xmx512m 
option (this should be implemented as an option when installing).

It's also possible doing some work to reduce memory footprint, so some 
profiling sould be done.

Original issue reported on code.google.com by [email protected] on 13 Aug 2010 at 8:49

[audible][0.5.1]java.lang.IllegalArgumentException in java.lang.Enum.valueOf

java.lang.RuntimeException: Unable to start activity 
ComponentInfo{com.softenido.audible/com.softenido.audible.AudibleMain}: 
java.lang.IllegalArgumentException: PORTRAİT is not a constant in 
com.softenido.audible.ae
at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2351)
at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:2387)
at android.app.ActivityThread.access$600(ActivityThread.java:151)
at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1331)
at android.os.Handler.dispatchMessage(Handler.java:99)
at android.os.Looper.loop(Looper.java:155)
at android.app.ActivityThread.main(ActivityThread.java:5485)
at java.lang.reflect.Method.invokeNative(Native Method)
at java.lang.reflect.Method.invoke(Method.java:511)
at 
com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:1028)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:795)
at dalvik.system.NativeStart.main(Native Method)
Caused by: java.lang.IllegalArgumentException: PORTRAİT is not a constant in 
com.softenido.audible.ae
at java.lang.Enum.valueOf(Enum.java:192)
at com.softenido.audible.ae.valueOf(Unknown Source)
at com.softenido.audible.AudibleMain.v(Unknown Source)
at com.softenido.audible.AudibleMain.onCreate(Unknown Source)
at android.app.Activity.performCreate(Activity.java:5066)
at android.app.Instrumentation.callActivityOnCreate(Instrumentation.java:1101)
at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2307)
... 11 more

Original issue reported on code.google.com by [email protected] on 15 Jan 2013 at 10:10

[audible][0.4.0]java.lang.NullPointerException in com.softenido.audible

Crash: 
Exception class: java.lang.NullPointerException
Source method: j.b()

Platforms: GT-S5360L

Stack traces:

java.lang.NullPointerException
at com.softenido.cafedroid.e.j.b(Unknown Source)
at com.softenido.cafedroid.e.j.a(Unknown Source)
at com.softenido.cafedroid.e.j.d(Unknown Source)
at com.softenido.cafedroid.e.c.l(Unknown Source)
at com.softenido.cafedroid.e.c.a(Unknown Source)
at com.softenido.cafedroid.e.d.run(Unknown Source)
at java.lang.Thread.run(Thread.java:1019)

retraced:

java.lang.NullPointerException
at com.softenido.cafedroid.speech.SpeechSpeaker.void install()(Unknown Source)
                                                int isLanguageAvailable(java.util.Locale)
                                                void unregisterOnSpeakingListener(com.softenido.cafedroid.speech.SpeechSpeaker$OnSpeakingListener)
                                                void adjustVolume(int,int)
at com.softenido.cafedroid.speech.SpeechSpeaker.boolean start()(Unknown Source)
                                                void onActivityResult(int,int,android.content.Intent)
                                                int setLanguage(java.util.Locale)
                                                boolean waitForStarted(int)
                                                java.util.Locale[] getAvailableLocales(java.util.Locale[])
                                                java.lang.String speak(java.lang.String,boolean,boolean)
                                                java.lang.String speak(java.lang.String,boolean,boolean,java.lang.String)
                                                void registerOnSpeakingListener(com.softenido.cafedroid.speech.SpeechSpeaker$OnSpeakingListener)
                                                void setVolume(int,int)
at com.softenido.cafedroid.speech.SpeechSpeaker.java.util.Locale[] 
getAvailableLocales()(Unknown Source)
at com.softenido.cafedroid.speech.SpeechPlayer.void speak()(Unknown Source)
at com.softenido.cafedroid.speech.SpeechPlayer.void 
setLocale(java.lang.String,java.lang.String)(Unknown Source)
                                               java.util.Locale getLocaleFor(java.lang.String)
                                               void waitFor(java.lang.String[][],int)
                                               void waitFor(java.lang.String[][],int,int)
                                               void seek(boolean,boolean)
                                               boolean play()
                                               void prev(boolean)
                                               void registerOnStatusChangedListener(com.softenido.cafedroid.speech.SpeechPlayer$OnStatusChangedListener)
                                               void setView(com.softenido.cafecore.gauge.GaugeView)
                                               void setWakeLock(android.os.PowerManager$WakeLock)
                                               void setVolume(int,int)
                                               boolean set(java.lang.String[])
                                               void access$000(com.softenido.cafedroid.speech.SpeechPlayer)
at com.softenido.cafedroid.speech.SpeechPlayer$1.void run()(Unknown Source)
at java.lang.Thread.run(Thread.java:1019)

Original issue reported on code.google.com by [email protected] on 7 Dec 2012 at 9:32

[audible][0.5.1] android.view.ViewRootImpl$CalledFromWrongThreadException in android.view.ViewRootImpl.checkThread

android.view.ViewRootImpl$CalledFromWrongThreadException: Only the original 
thread that created a view hierarchy can touch its views.
at android.view.ViewRootImpl.checkThread(ViewRootImpl.java:4264)
at android.view.ViewRootImpl.requestLayout(ViewRootImpl.java:750)
at android.view.View.requestLayout(View.java:12725)
at android.view.View.requestLayout(View.java:12725)
at android.view.View.requestLayout(View.java:12725)
at android.view.View.requestLayout(View.java:12725)
at android.view.View.requestLayout(View.java:12725)
at android.view.View.requestLayout(View.java:12725)
at android.view.View.setFlags(View.java:6750)
at android.view.View.setVisibility(View.java:4623)
at android.widget.ImageView.setVisibility(ImageView.java:1042)
at com.softenido.audible.AudibleMain.b(Unknown Source)
at com.softenido.audible.AudibleMain.a(Unknown Source)
at com.softenido.audible.AudibleMain.b(Unknown Source)
at com.softenido.cafedroid.e.c.n(Unknown Source)
at com.softenido.cafedroid.e.c.m(Unknown Source)
at com.softenido.cafedroid.e.c.a(Unknown Source)
at com.softenido.cafedroid.e.d.run(Unknown Source)
at java.lang.Thread.run(Thread.java:856)

Original issue reported on code.google.com by [email protected] on 29 Jan 2013 at 9:40

[audible][0.5.0] java.lang.NullPointerException in com.softenido.a.g.b.a

java.lang.RuntimeException: Unable to start activity 
ComponentInfo{com.softenido.audible/com.softenido.audible.AudibleMain}: 
java.lang.NullPointerException
at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:1659)
at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:1675)
at android.app.ActivityThread.access$1500(ActivityThread.java:121)
at android.app.ActivityThread$H.handleMessage(ActivityThread.java:943)
at android.os.Handler.dispatchMessage(Handler.java:99)
at android.os.Looper.loop(Looper.java:138)
at android.app.ActivityThread.main(ActivityThread.java:3701)
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:878)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:636)
at dalvik.system.NativeStart.main(Native Method)
Caused by: java.lang.NullPointerException
at com.softenido.a.g.b.a(Unknown Source)
at com.softenido.audible.AudibleMain.b(Unknown Source)
at com.softenido.audible.AudibleMain.onCreate(Unknown Source)
at android.app.Instrumentation.callActivityOnCreate(Instrumentation.java:1047)
at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:1623)
... 11 more

Original issue reported on code.google.com by [email protected] on 6 Jan 2013 at 4:32

[wifix][0.3.0] com.softenido.wifix/.Wifix ANR keyDispatchingTimedOut

Activivy com.softenido.wifix/.Wifix blocked.

Cause: ANR keyDispatchingTimedOut

DALVIK THREADS:
"main" prio=5 tid=1 NATIVE
  | group="main" sCount=1 dsCount=0 s=N obj=0x400208b8 self=0xcd68
  | sysTid=9184 nice=0 sched=0/0 cgrp=unknown handle=-1345026000
  at android.os.BinderProxy.transact(Native Method)
  at android.net.wifi.IWifiManager$Stub$Proxy.reassociate(IWifiManager.java:576)
  at android.net.wifi.WifiManager.reassociate(WifiManager.java:533)
  at com.softenido.wifix.f.onClick((null):-1)
  at android.view.View.performClick(View.java:2408)
  at android.view.View$PerformClick.run(View.java:8816)
  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: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:876)
  at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:634)
  at dalvik.system.NativeStart.main(Native Method)

"Thread-19" prio=5 tid=14 NATIVE
  | group="main" sCount=1 dsCount=0 s=N obj=0x4519a0f0 self=0x1ddb10
  | sysTid=9251 nice=0 sched=0/0 cgrp=unknown handle=1917888
  at dalvik.system.NativeStart.run(Native Method)

"Thread-16" prio=5 tid=13 NATIVE
  | group="main" sCount=1 dsCount=0 s=N obj=0x4515c9a8 self=0x1c2b88
  | sysTid=9200 nice=0 sched=0/0 cgrp=unknown handle=1826288
  at dalvik.system.NativeStart.run(Native Method)

"Thread-14" prio=5 tid=12 NATIVE
  | group="main" sCount=1 dsCount=0 s=N obj=0x451257a0 self=0x195120
  | sysTid=9197 nice=0 sched=0/0 cgrp=unknown handle=1175856
  at dalvik.system.NativeStart.run(Native Method)

"DNS resolver" prio=5 tid=10 WAIT
  | group="main" sCount=1 dsCount=0 s=N obj=0x45156730 self=0x186c30
  | sysTid=9196 nice=1 sched=0/0 cgrp=unknown handle=1601648
  at java.lang.Object.wait(Native Method)
  - waiting on <0x45132e08> (a java.lang.Object)
  at java.lang.Object.wait(Object.java:288)
  at android.webkit.DnsResolver$1.run(DnsResolver.java:111)
  at java.lang.Thread.run(Thread.java:1096)

"Thread-12" prio=5 tid=11 NATIVE
  | group="main" sCount=1 dsCount=0 s=N obj=0x450be908 self=0x1698f8
  | sysTid=9195 nice=0 sched=0/0 cgrp=unknown handle=1478816
  at dalvik.system.NativeStart.run(Native Method)

"CookieSyncManager" prio=5 tid=9 TIMED_WAIT
  | group="main" sCount=1 dsCount=0 s=N obj=0x4516c438 self=0x140038
  | sysTid=9193 nice=10 sched=0/0 cgrp=unknown handle=1252200
  at java.lang.Object.wait(Native Method)
  - waiting on <0x4512c568> (a android.os.MessageQueue)
  at java.lang.Object.wait(Object.java:326)
  at android.os.MessageQueue.next(MessageQueue.java:142)
  at android.os.Looper.loop(Looper.java:110)
  at android.webkit.WebSyncManager.run(WebSyncManager.java:90)
  at java.lang.Thread.run(Thread.java:1096)

"WebViewCoreThread" prio=5 tid=8 WAIT
  | group="main" sCount=1 dsCount=0 s=N obj=0x451754f8 self=0x12e058
  | sysTid=9191 nice=0 sched=0/0 cgrp=unknown handle=962224
  at java.lang.Object.wait(Native Method)
  - waiting on <0x451757e0> (a android.os.MessageQueue)
  at java.lang.Object.wait(Object.java:288)
  at android.os.MessageQueue.next(MessageQueue.java:146)
  at android.os.Looper.loop(Looper.java:110)
  at android.webkit.WebViewCore$WebCoreThread.run(WebViewCore.java:626)
  at java.lang.Thread.run(Thread.java:1096)

"Binder Thread #2" prio=5 tid=7 NATIVE
  | group="main" sCount=1 dsCount=0 s=N obj=0x450e90e8 self=0xee270
  | sysTid=9190 nice=0 sched=0/0 cgrp=unknown handle=532600
  at dalvik.system.NativeStart.run(Native Method)

"Binder Thread #1" prio=5 tid=6 NATIVE
  | group="main" sCount=1 dsCount=0 s=N obj=0x450e9028 self=0xed590
  | sysTid=9189 nice=0 sched=0/0 cgrp=unknown handle=532536
  at dalvik.system.NativeStart.run(Native Method)

"Compiler" daemon prio=5 tid=5 VMWAIT
  | group="system" sCount=1 dsCount=0 s=N obj=0x450ac348 self=0xe9be8
  | sysTid=9188 nice=0 sched=0/0 cgrp=unknown handle=957352
  at dalvik.system.NativeStart.run(Native Method)

"JDWP" daemon prio=5 tid=4 VMWAIT
  | group="system" sCount=1 dsCount=0 s=N obj=0x450ac2a0 self=0xe9180
  | sysTid=9187 nice=0 sched=0/0 cgrp=unknown handle=954688
  at dalvik.system.NativeStart.run(Native Method)

"Signal Catcher" daemon prio=5 tid=3 RUNNABLE
  | group="system" sCount=0 dsCount=0 s=N obj=0x450ac1e8 self=0xe65d0
  | sysTid=9186 nice=0 sched=0/0 cgrp=unknown handle=943504
  at dalvik.system.NativeStart.run(Native Method)

"HeapWorker" daemon prio=5 tid=2 VMWAIT
  | group="system" sCount=1 dsCount=0 s=N obj=0x438f5e60 self=0xe5b60
  | sysTid=9185 nice=0 sched=0/0 cgrp=unknown handle=940832
  at dalvik.system.NativeStart.run(Native Method)

Original issue reported on code.google.com by [email protected] on 6 Jan 2012 at 9:40

[audible][0.4.1] java.lang.NullPointerException in com.softenido.cafedroid.e.k.b

java.lang.NullPointerException
at com.softenido.cafedroid.e.k.b(Unknown Source)
at com.softenido.cafedroid.e.k.a(Unknown Source)
at com.softenido.cafedroid.e.k.d(Unknown Source)
at com.softenido.cafedroid.e.c.m(Unknown Source)
at com.softenido.cafedroid.e.c.a(Unknown Source)
at com.softenido.cafedroid.e.d.run(Unknown Source)
at java.lang.Thread.run(Thread.java:1019)

Original issue reported on code.google.com by [email protected] on 29 Dec 2012 at 3:09

[audible][0.4.1] java.lang.IllegalArgumentException in android.os.Parcel.readException

java.lang.IllegalArgumentException: Invalid int: "OS"
at android.os.Parcel.readException(Parcel.java:1429)
at android.os.Parcel.readException(Parcel.java:1379)
at 
android.speech.tts.ITextToSpeechService$Stub$Proxy.isLanguageAvailable(ITextToSp
eechService.java:482)
at android.speech.tts.TextToSpeech$10.run(TextToSpeech.java:1084)
at android.speech.tts.TextToSpeech$10.run(TextToSpeech.java:1081)
at android.speech.tts.TextToSpeech$Connection.runAction(TextToSpeech.java:1331)
at android.speech.tts.TextToSpeech.runAction(TextToSpeech.java:570)
at android.speech.tts.TextToSpeech.runAction(TextToSpeech.java:561)
at android.speech.tts.TextToSpeech.isLanguageAvailable(TextToSpeech.java:1081)
at com.softenido.cafedroid.e.k.b(Unknown Source)
at com.softenido.cafedroid.e.k.a(Unknown Source)
at com.softenido.audible.l.a(Unknown Source)
at com.softenido.cafedroid.e.k.onInit(Unknown Source)
at android.speech.tts.TextToSpeech.dispatchOnInit(TextToSpeech.java:640)
at android.speech.tts.TextToSpeech.access$1000(TextToSpeech.java:52)
at 
android.speech.tts.TextToSpeech$Connection.onServiceConnected(TextToSpeech.java:
1298)
at android.app.LoadedApk$ServiceDispatcher.doConnected(LoadedApk.java:1097)
at 
android.app.LoadedApk$ServiceDispatcher$RunConnection.run(LoadedApk.java:1114)
at android.os.Handler.handleCallback(Handler.java:615)
at android.os.Handler.dispatchMessage(Handler.java:92)
at android.os.Looper.loop(Looper.java:137)
at android.app.ActivityThread.main(ActivityThread.java:4898)
at java.lang.reflect.Method.invokeNative(Native Method)
at java.lang.reflect.Method.invoke(Method.java:511)
at 
com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:1006)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:773)
at dalvik.system.NativeStart.main(Native Method)

Original issue reported on code.google.com by [email protected] on 29 Dec 2012 at 11:40

[audible][0.4.1] java.lang.NullPointerException in com.softenido.audible.AudibleMain.p

java.lang.RuntimeException: Unable to start activity 
ComponentInfo{com.softenido.audible/com.softenido.audible.AudibleMain}: 
java.lang.NullPointerException
at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:1651)
at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:1667)
at android.app.ActivityThread.access$1500(ActivityThread.java:117)
at android.app.ActivityThread$H.handleMessage(ActivityThread.java:935)
at android.os.Handler.dispatchMessage(Handler.java:99)
at android.os.Looper.loop(Looper.java:130)
at android.app.ActivityThread.main(ActivityThread.java:3687)
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:867)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:625)
at dalvik.system.NativeStart.main(Native Method)
Caused by: java.lang.NullPointerException
at com.softenido.audible.AudibleMain.p(Unknown Source)
at com.softenido.audible.AudibleMain.onCreate(Unknown Source)
at android.app.Instrumentation.callActivityOnCreate(Instrumentation.java:1047)
at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:1615)
... 11 more

Original issue reported on code.google.com by [email protected] on 29 Dec 2012 at 11:49

[examples][0.3.0] Error pushing button "port 9999" in "Text to Speech" option.

What steps will reproduce the problem?

1. With no wifi, GPRS or 3G connection open "Text to Speech"
2. Push button "port 9999"
3. then you get an error

The stack trace is the following:

java.lang.NullPointerException
at com.softenido.examples.SpeechActivity.a(Unknown Source)
at com.softenido.examples.SpeechActivity.a(Unknown Source)
at com.softenido.examples.f.onClick(Unknown Source)
at android.view.View.performClick(View.java:2485)
at android.widget.CompoundButton.performClick(CompoundButton.java:99)
at android.view.View$PerformClick.run(View.java:9080)
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:3695)
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:842)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:600)
at dalvik.system.NativeStart.main(Native Method)

Original issue reported on code.google.com by [email protected] on 27 Jan 2012 at 6:20

TextToSpeech not works in my android phone but its work in emulator

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:1638)
at android.app.Instrumentation.execStartActivity(Instrumentation.java:1430)
at android.app.Activity.startActivityForResult(Activity.java:3457)
at androidx.fragment.app.FragmentActivity.startActivityForResult(FragmentActivity.java:676)
at android.app.Activity.startActivityForResult(Activity.java:3418)
at androidx.fragment.app.FragmentActivity.startActivityForResult(FragmentActivity.java:663)
at com.example.texttospeechexample.MainActivity.performSpeech(MainActivity.java:31)
at java.lang.reflect.Method.invokeNative(Native Method) 
at java.lang.reflect.Method.invoke(Method.java:515) 
at androidx.appcompat.app.AppCompatViewInflater$DeclaredOnClickListener.onClick(AppCompatViewInflater.java:397) 
at android.view.View.performClick(View.java:4463) 
at android.view.View$PerformClick.run(View.java:18789) 
at android.os.Handler.handleCallback(Handler.java:808) 
at android.os.Handler.dispatchMessage(Handler.java:103) 
at android.os.Looper.loop(Looper.java:193) 
at android.app.ActivityThread.main(ActivityThread.java:5299) 
at java.lang.reflect.Method.invokeNative(Native Method) 
at java.lang.reflect.Method.invoke(Method.java:515) 
at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:829) 
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:645) 
at dalvik.system.NativeStart.main(Native Method) 

[findrepe] size units parser fails on teras

the command

findrepe -d Escritorio/ -m1t

should only display groups of files with at least 1terabyte, but it 
displays groups of files regardless the size of them


the problem is in SizeUnits java compiler uses an integer value

1024 * 1024 * 1024 * 1024 = 0

1024L * 1024L * 1024L * 1024L = 1099511627776

so L is needed to get de correct long value

Original issue reported on code.google.com by [email protected] on 1 Jan 2010 at 12:59

[findrepe] Mac OS X support

When trying to start FindRepe on OS X, it quits with a NullPointerException:

$ java -jar ~/Downloads/findrepe-0.6.0/FindRepe.jar --help
Exception in thread "main" java.lang.NullPointerException
        at com.softenido.findrepe.Main.main(Main.java:210)

This is due to the missing support for OS X in LauncherBuilder:

[...]
    public static LauncherBuilder getBuilder()
    {
        String osname = System.getProperties().getProperty(OS_NAME);
        if (osname == null)
        {
            return null;
        }
        osname = osname.toLowerCase();

        if (osname.equals("linux"))
        {
            return new PosixLauncherBuilder();
        }
        if (osname.startsWith("windows"))
        {
            return new WindowsLauncherBuilder();
        }
        if (osname.equals("solaris") || osname.equals("sunos"))
        {
            return new PosixLauncherBuilder();
        }
        return null;
    }
[...]

There should be minimal a message that the operating system is not
supportet. Better would be if a PosixLauncherBuilder would be returned by
default (and only a WindowsLauncherBuilder on windows).

Original issue reported on code.google.com by andunix on 18 Sep 2009 at 5:43

[findrepe][0.1.1] Exception java.lang.OutOfMemoryError: Java heap space

What steps will reproduce the problem?

1. Run the following commandline in opensolaris

java -jar findrepe-0.1.1/FindRepe.jar /usr/

2. After a while waiting you get the following exception

Exception in thread "Thread-1" java.lang.OutOfMemoryError: Java heap space
    at java.util.Arrays.copyOf(Arrays.java:2882)
    at
java.lang.AbstractStringBuilder.expandCapacity(AbstractStringBuilder.java:100)
    at java.lang.AbstractStringBuilder.append(AbstractStringBuilder.java:572)
    at java.lang.StringBuilder.append(StringBuilder.java:203)
    at java.io.UnixFileSystem.resolve(UnixFileSystem.java:93)
    at java.io.File.<init>(File.java:207)
    at java.io.File.listFiles(File.java:1056)
    at com.softenido.cafe.io.ForEachFile.run(ForEachFile.java:173)
    at com.softenido.cafe.io.ForEachFile.run(ForEachFile.java:181)
    at com.softenido.cafe.io.ForEachFile.run(ForEachFile.java:181)
    at com.softenido.cafe.io.ForEachFile.run(ForEachFile.java:181)
    at com.softenido.cafe.io.ForEachFile.run(ForEachFile.java:181)
    at com.softenido.cafe.io.ForEachFile.run(ForEachFile.java:181)
    at com.softenido.cafe.io.ForEachFile.run(ForEachFile.java:181)
    at com.softenido.cafe.io.ForEachFile.run(ForEachFile.java:181)
    at com.softenido.cafe.io.ForEachFile.run(ForEachFile.java:181)
    at com.softenido.cafe.io.ForEachFile.run(ForEachFile.java:181)
    at com.softenido.cafe.io.ForEachFile.run(ForEachFile.java:181)
    at com.softenido.cafe.io.ForEachFile.run(ForEachFile.java:181)
    at com.softenido.cafe.io.ForEachFile.run(ForEachFile.java:181)
    at com.softenido.cafe.io.ForEachFile.run(ForEachFile.java:181)
    at com.softenido.cafe.io.ForEachFile.run(ForEachFile.java:181)
    at com.softenido.cafe.io.ForEachFile.run(ForEachFile.java:181)
    at com.softenido.cafe.io.ForEachFile.run(ForEachFile.java:181)
    at com.softenido.cafe.io.ForEachFile.run(ForEachFile.java:181)
    at com.softenido.cafe.io.ForEachFile.run(ForEachFile.java:181)
    at com.softenido.cafe.io.ForEachFile.run(ForEachFile.java:181)
    at com.softenido.cafe.io.ForEachFile.run(ForEachFile.java:151)
    at com.softenido.cafe.io.ForEachFileQueue.run(ForEachFileQueue.java:102)
    at
com.softenido.findrepe.ForEachArrayFileQueue.run(ForEachArrayFileQueue.java:87)
    at java.lang.Thread.run(Thread.java:619)

I think it might be a ciclyc link (link shouldn't be followed by default
unless the apropiated option is added, ciclyc link should be also detected).

Original issue reported on code.google.com by [email protected] on 9 Apr 2009 at 3:02

[audible][0.6.2] java.lang.NullPointerException in com.softenido.audible.AudibleMain.loadHeadAndBody

stack:
java.lang.RuntimeException: Unable to start activity 
ComponentInfo{com.softenido.audible/com.softenido.audible.AudibleMain}: 
java.lang.NullPointerException
at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:1967)
at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:1992)
at android.app.ActivityThread.access$600(ActivityThread.java:127)
at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1158)
at android.os.Handler.dispatchMessage(Handler.java:99)
at android.os.Looper.loop(Looper.java:137)
at android.app.ActivityThread.main(ActivityThread.java:4441)
at java.lang.reflect.Method.invokeNative(Native Method)
at java.lang.reflect.Method.invoke(Method.java:511)
at 
com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:784)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:551)
at dalvik.system.NativeStart.main(Native Method)
Caused by: java.lang.NullPointerException
at com.softenido.audible.AudibleMain.loadHeadAndBody(AudibleMain.java:682)
at com.softenido.audible.AudibleMain.onCreate(AudibleMain.java:275)
at android.app.Activity.performCreate(Activity.java:4465)
at android.app.Instrumentation.callActivityOnCreate(Instrumentation.java:1049)
at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:1931)
... 11 more

message: hi error occured after i wanted to share selected text from web page 
with audible.

Original issue reported on code.google.com by [email protected] on 27 Feb 2013 at 9:08

[audible][0.4.1]android.content.ActivityNotFoundException in com.softenido.audible

Crash:
Exception: class android.content.ActivityNotFoundException
Source method: Instrumentation.checkStartActivityResult()

Platforms: OTHER

Stack traces:

java.lang.RuntimeException: Unable to start activity 
ComponentInfo{com.softenido.audible/com.softenido.audible.AudibleMain}: 
android.content.ActivityNotFoundException: No Activity found to handle Intent { 
act=android.speech.tts.engine.CHECK_TTS_DATA }
at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2185)
at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:2210)
at android.app.ActivityThread.access$600(ActivityThread.java:142)
at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1208)
at android.os.Handler.dispatchMessage(Handler.java:99)
at android.os.Looper.loop(Looper.java:137)
at android.app.ActivityThread.main(ActivityThread.java:4931)
at java.lang.reflect.Method.invokeNative(Native Method)
at java.lang.reflect.Method.invoke(Method.java:511)
at 
com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:791)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:558)
at dalvik.system.NativeStart.main(Native Method)
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:1545)
at android.app.Instrumentation.execStartActivity(Instrumentation.java:1416)
at android.app.Activity.startActivityForResult(Activity.java:3351)
at android.app.Activity.startActivityForResult(Activity.java:3312)
at com.softenido.cafedroid.e.k.a(Unknown Source)
at com.softenido.audible.AudibleMain.onCreate(Unknown Source)
at android.app.Activity.performCreate(Activity.java:5008)
at android.app.Instrumentation.callActivityOnCreate(Instrumentation.java:1079)
at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2139)
... 11 more

Original issue reported on code.google.com by [email protected] on 12 Dec 2012 at 2:02

[audible][0.4.1] ANR keyDispatchingTimedOut in android/com.android.internal.app.ChooserActivity

DALVIK THREADS:
(mutexes: tll=0 tsl=0 tscl=0 ghl=0 hwl=0 hwll=0)
"main" prio=5 tid=1 NATIVE
| group="main" sCount=1 dsCount=0 obj=0x400221a8 self=0xcec8
| sysTid=21611 nice=0 sched=0/0 cgrp=default handle=-1345006496
at android.os.MessageQueue.nativePollOnce(Native Method)
at android.os.MessageQueue.next(MessageQueue.java:119)
at android.os.Looper.loop(Looper.java:117)
at android.app.ActivityThread.main(ActivityThread.java:3687)
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:867)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:625)
at dalvik.system.NativeStart.main(Native Method)

"SpeechPlayer.classify" prio=5 tid=26 NATIVE
| group="main" sCount=1 dsCount=0 obj=0x40605b30 self=0x3c1010
| sysTid=21739 nice=0 sched=0/0 cgrp=default handle=4426920
at java.util.regex.Matcher.openImpl(Native Method)
at java.util.regex.Matcher.usePattern(Matcher.java:242)
at java.util.Scanner.setTokenRegion(Scanner.java:2024)
at java.util.Scanner.hasNext(Scanner.java:581)
at java.util.Scanner.hasNext(Scanner.java:559)
at com.softenido.a.f.a.c.a((null):-1)
at com.softenido.a.f.a.b.a((null):-1)
at com.softenido.a.f.a.c.b((null):-1)
at com.softenido.a.f.a.b.b((null):-1)
at com.softenido.cafedroid.e.c.l((null):-1)
at com.softenido.cafedroid.e.c.c((null):-1)
at com.softenido.cafedroid.e.f.run((null):-1)
at java.lang.Thread.run(Thread.java:1019)

"pool-1-thread-1" prio=5 tid=9 WAIT
| group="main" sCount=1 dsCount=0 obj=0x40595810 self=0x225820
| sysTid=21701 nice=0 sched=0/0 cgrp=default handle=3698520
at java.lang.Object.wait(Native Method)
- waiting on <0x405cb240> (a java.lang.VMThread)
at java.lang.Thread.parkFor(Thread.java:1424)
at java.lang.LangAccessImpl.parkFor(LangAccessImpl.java:48)
at sun.misc.Unsafe.park(Unsafe.java:337)
at java.util.concurrent.locks.LockSupport.park(LockSupport.java:157)
at 
java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(Abst
ractQueuedSynchronizer.java:2016)
at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:411)
at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1021)
at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1081)
at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:581)
at java.lang.Thread.run(Thread.java:1019)

"http11" prio=5 tid=24 WAIT
| group="main" sCount=1 dsCount=0 obj=0x405576c0 self=0x19ff50
| sysTid=21638 nice=1 sched=0/0 cgrp=default handle=1745712
at java.lang.Object.wait(Native Method)
- waiting on <0x4055a490> (a android.net.http.RequestQueue)
at java.lang.Object.wait(Object.java:358)
at android.net.http.ConnectionThread.run(ConnectionThread.java:98)

"http10" prio=5 tid=23 WAIT
| group="main" sCount=1 dsCount=0 obj=0x4057b698 self=0x19fe18
| sysTid=21636 nice=1 sched=0/0 cgrp=default handle=1728640
at java.lang.Object.wait(Native Method)
- waiting on <0x4055a490> (a android.net.http.RequestQueue)
at java.lang.Object.wait(Object.java:358)
at android.net.http.ConnectionThread.run(ConnectionThread.java:98)

"http9" prio=5 tid=22 WAIT
| group="main" sCount=1 dsCount=0 obj=0x4057b488 self=0x19fce0
| sysTid=21635 nice=1 sched=0/0 cgrp=default handle=2489360
at java.lang.Object.wait(Native Method)
- waiting on <0x4055a490> (a android.net.http.RequestQueue)
at java.lang.Object.wait(Object.java:358)
at android.net.http.ConnectionThread.run(ConnectionThread.java:98)

"http8" prio=5 tid=21 WAIT
| group="main" sCount=1 dsCount=0 obj=0x40549dc8 self=0x25fa80
| sysTid=21634 nice=1 sched=0/0 cgrp=default handle=2024704
at java.lang.Object.wait(Native Method)
- waiting on <0x4055a490> (a android.net.http.RequestQueue)
at java.lang.Object.wait(Object.java:358)
at android.net.http.ConnectionThread.run(ConnectionThread.java:98)

"http7" prio=5 tid=20 WAIT
| group="main" sCount=1 dsCount=0 obj=0x40549bb8 self=0x1ee3c8
| sysTid=21633 nice=1 sched=0/0 cgrp=default handle=1744584
at java.lang.Object.wait(Native Method)
- waiting on <0x4055a490> (a android.net.http.RequestQueue)
at java.lang.Object.wait(Object.java:358)
at android.net.http.ConnectionThread.run(ConnectionThread.java:98)

"http6" prio=5 tid=19 WAIT
| group="main" sCount=1 dsCount=0 obj=0x40568f20 self=0x2626b8
| sysTid=21632 nice=1 sched=0/0 cgrp=default handle=2500632
at java.lang.Object.wait(Native Method)
- waiting on <0x4055a490> (a android.net.http.RequestQueue)
at java.lang.Object.wait(Object.java:358)
at android.net.http.ConnectionThread.run(ConnectionThread.java:98)

"http5" prio=5 tid=18 WAIT
| group="main" sCount=1 dsCount=0 obj=0x4056a290 self=0x2618e0
| sysTid=21631 nice=1 sched=0/0 cgrp=default handle=2497048
at java.lang.Object.wait(Native Method)
- waiting on <0x4055a490> (a android.net.http.RequestQueue)
at java.lang.Object.wait(Object.java:358)
at android.net.http.ConnectionThread.run(ConnectionThread.java:98)

"http4" prio=5 tid=17 WAIT
| group="main" sCount=1 dsCount=0 obj=0x4056a020 self=0x260ed8
| sysTid=21630 nice=1 sched=0/0 cgrp=default handle=2494480
at java.lang.Object.wait(Native Method)
- waiting on <0x4055a490> (a android.net.http.RequestQueue)
at java.lang.Object.wait(Object.java:358)
at android.net.http.ConnectionThread.run(ConnectionThread.java:98)

"http3" prio=5 tid=16 WAIT
| group="main" sCount=1 dsCount=0 obj=0x40578840 self=0x260510
| sysTid=21629 nice=1 sched=0/0 cgrp=default handle=2488880
at java.lang.Object.wait(Native Method)
- waiting on <0x4055a490> (a android.net.http.RequestQueue)
at java.lang.Object.wait(Object.java:358)
at android.net.http.ConnectionThread.run(ConnectionThread.java:98)

"http2" prio=5 tid=15 WAIT
| group="main" sCount=1 dsCount=0 obj=0x40578680 self=0x25f560
| sysTid=21628 nice=1 sched=0/0 cgrp=default handle=2471784
at java.lang.Object.wait(Native Method)
- waiting on <0x4055a490> (a android.net.http.RequestQueue)
at java.lang.Object.wait(Object.java:358)
at android.net.http.ConnectionThread.run(ConnectionThread.java:98)

"http1" prio=5 tid=14 WAIT
| group="main" sCount=1 dsCount=0 obj=0x40576d20 self=0x259e00
| sysTid=21627 nice=1 sched=0/0 cgrp=default handle=2298896
at java.lang.Object.wait(Native Method)
- waiting on <0x4055a490> (a android.net.http.RequestQueue)
at java.lang.Object.wait(Object.java:358)
at android.net.http.ConnectionThread.run(ConnectionThread.java:98)

"http0" prio=5 tid=13 WAIT
| group="main" sCount=1 dsCount=0 obj=0x40553958 self=0x230918
| sysTid=21626 nice=1 sched=0/0 cgrp=default handle=2302360
at java.lang.Object.wait(Native Method)
- waiting on <0x4055a490> (a android.net.http.RequestQueue)
at java.lang.Object.wait(Object.java:358)
at android.net.http.ConnectionThread.run(ConnectionThread.java:98)

"Thread-16" prio=5 tid=12 TIMED_WAIT
| group="main" sCount=1 dsCount=0 obj=0x40583090 self=0x2374b8
| sysTid=21625 nice=0 sched=0/0 cgrp=default handle=2227712
at java.lang.VMThread.sleep(Native Method)
at java.lang.Thread.sleep(Thread.java:1213)
at java.lang.Thread.sleep(Thread.java:1195)
at com.softenido.audible.ak.run((null):-1)
at java.lang.Thread.run(Thread.java:1019)

"CookieSyncManager" prio=5 tid=11 NATIVE
| group="main" sCount=1 dsCount=0 obj=0x40584770 self=0x1f0998
| sysTid=21622 nice=10 sched=0/0 cgrp=bg_non_interactive handle=2034384
at android.os.MessageQueue.nativePollOnce(Native Method)
at android.os.MessageQueue.next(MessageQueue.java:119)
at android.os.Looper.loop(Looper.java:117)
at android.webkit.WebSyncManager.run(WebSyncManager.java:90)
at android.webkit.CookieSyncManager.run(CookieSyncManager.java:61)
at java.lang.Thread.run(Thread.java:1019)

"WebViewWorkerThread" prio=5 tid=10 NATIVE
| group="main" sCount=1 dsCount=0 obj=0x40583d08 self=0x1edc00
| sysTid=21620 nice=1 sched=0/0 cgrp=default handle=2026536
at android.os.MessageQueue.nativePollOnce(Native Method)
at android.os.MessageQueue.next(MessageQueue.java:119)
at android.os.Looper.loop(Looper.java:117)
at android.os.HandlerThread.run(HandlerThread.java:60)

"WebViewCoreThread" prio=5 tid=8 SUSPENDED
| group="main" sCount=1 dsCount=0 obj=0x40547cf0 self=0x1a76f8
| sysTid=21618 nice=0 sched=0/0 cgrp=default handle=1734704
at android.os.MessageQueue.nativePollOnce(Native Method)
at android.os.MessageQueue.next(MessageQueue.java:119)
at android.os.Looper.loop(Looper.java:117)
at android.webkit.WebViewCore$WebCoreThread.run(WebViewCore.java:685)
at java.lang.Thread.run(Thread.java:1019)

"Binder Thread #2" prio=5 tid=7 NATIVE
| group="main" sCount=1 dsCount=0 obj=0x40514248 self=0x182cb0
| sysTid=21617 nice=0 sched=0/0 cgrp=default handle=1427792
at dalvik.system.NativeStart.run(Native Method)

"Binder Thread #1" prio=5 tid=6 NATIVE
| group="main" sCount=1 dsCount=0 obj=0x40514180 self=0x15c6b0
| sysTid=21616 nice=0 sched=0/0 cgrp=default handle=1479520
at dalvik.system.NativeStart.run(Native Method)

"Compiler" daemon prio=5 tid=5 VMWAIT
| group="system" sCount=1 dsCount=0 obj=0x40510d68 self=0x163270
| sysTid=21615 nice=0 sched=0/0 cgrp=default handle=1454640
at dalvik.system.NativeStart.run(Native Method)

"Signal Catcher" daemon prio=5 tid=4 RUNNABLE
| group="system" sCount=0 dsCount=0 obj=0x40510ca8 self=0x97570
| sysTid=21614 nice=0 sched=0/0 cgrp=default handle=619824
at dalvik.system.NativeStart.run(Native Method)

"GC" daemon prio=5 tid=3 VMWAIT
| group="system" sCount=1 dsCount=0 obj=0x40510c00 self=0x96e08
| sysTid=21613 nice=0 sched=0/0 cgrp=default handle=617928
at dalvik.system.NativeStart.run(Native Method)

"HeapWorker" daemon prio=5 tid=2 VMWAIT
| group="system" sCount=1 dsCount=0 obj=0x40510b48 self=0x162fb8
| sysTid=21612 nice=0 sched=0/0 cgrp=default handle=617728
at dalvik.system.NativeStart.run(Native Method)

Original issue reported on code.google.com by [email protected] on 29 Dec 2012 at 11:52

[findrepe] FileNotFoundException causing FindRepe to exit

I ran FindRepe via the following command on windows XP pro:

java -jar FindRepe.jar -w 1m "C:\Dokumente und Einstellungen\marians\Eigene 
Dateien" > filelist.txt

After a while I got a bunch of exceptions and the program halted with this 
output:

09.07.2010 10:12:44 com.softenido.cafe.io.FileHash equalsHash
SCHWERWIEGEND: null
java.io.FileNotFoundException: C:\Dokumente und Einstellungen\marians\Eigene 
Dateien\htdocs\_blog\wp-content\uploads\2006\06\markenprofile\MarkenProfile_10_K
osmetik.pdf (Zugriff verweigert)
        at java.io.RandomAccessFile.open(Native Method)
        at java.io.RandomAccessFile.<init>(RandomAccessFile.java:212)
        at com.softenido.cafe.util.FileDigest.buildHash(FileDigest.java:128)
        at com.softenido.cafe.util.FileDigest.getHash(FileDigest.java:116)
        at com.softenido.cafe.io.FileHash.equalsHash(FileHash.java:321)
        at com.softenido.cafe.io.FileHash.equals(FileHash.java:111)
        at java.util.HashMap.getEntry(HashMap.java:349)
        at java.util.LinkedHashMap.get(LinkedHashMap.java:280)
        at com.softenido.cafe.util.ArrayUtils.splitEquals(ArrayUtils.java:115)
        at com.softenido.cafe.util.ArrayUtils.splitEquals(ArrayUtils.java:136)
        at com.softenido.findrepe.FindRepePipe$8.filter(FindRepePipe.java:311)
        at com.softenido.findrepe.FindRepePipe$8.filter(FindRepePipe.java:307)
        at com.softenido.cafe.util.concurrent.ASyncFilter.call(ASyncFilter.java:47)
        at com.softenido.cafe.util.concurrent.ASyncValue.run(ASyncValue.java:60)
        at com.softenido.cafe.util.concurrent.actor.ActorSingle.run(ActorSingle.java:113)
        at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
        at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
        at java.lang.Thread.run(Thread.java:619)


Here is a german-english-glossary:

"SCHWERWIEGEND" means "FATAL".
"Zugriff verweigert" means "Access denied".

I tried changing the file name of the file "C:\Dokumente und 
Einstellungen\marians\Eigene 
Dateien\htdocs\_blog\wp-content\uploads\2006\06\markenprofile\MarkenProfile_10_K
osmetik.pdf" via the windows explorer and got an "access denied" error message 
as well. I could however delete the file.

I don't know if that's possible, but it would be great if FindRepe could handle 
this exception more gracefully, so that it would simply ignore files like this.

Thanks!

Original issue reported on code.google.com by [email protected] on 9 Jul 2010 at 9:10

[findrepe][0.1.0] Exception with an option but no directories

findrepe 0.1.0

What steps will reproduce the problem?

run this

java -jar FindRepe.jar -n

you get this exception

Exception in thread "main" java.lang.ArrayIndexOutOfBoundsException: 0
    at com.softenido.findrepe.FindRepe.<init>(FindRepe.java:86)
    at com.softenido.findrepe.Main.main(Main.java:168)

it should give an advice about no directories specified

Original issue reported on code.google.com by [email protected] on 4 Apr 2009 at 8:44

[audible][0.4.0]java.lang.NullPointerException in com.softenido.audible

Crash: 
Exception class: java.lang.NullPointerException
Source method: c.d()

Platforms: GT-S5360L

Stack traces:

java.lang.NullPointerException
at com.softenido.cafedroid.e.c.d(Unknown Source)
at com.softenido.cafedroid.e.j.a(Unknown Source)
at com.softenido.cafedroid.e.j.a(Unknown Source)
at com.softenido.cafedroid.e.c.l(Unknown Source)
at com.softenido.cafedroid.e.c.a(Unknown Source)
at com.softenido.cafedroid.e.d.run(Unknown Source)
at java.lang.Thread.run(Thread.java:1019)

retraced:

java.lang.NullPointerException
at com.softenido.cafedroid.speech.SpeechPlayer.void 
setDetection(boolean)(Unknown Source)
                                               void onSpeaking()
at com.softenido.cafedroid.speech.SpeechSpeaker.boolean start()(Unknown Source)
                                                void onActivityResult(int,int,android.content.Intent)
                                                int setLanguage(java.util.Locale)
                                                boolean waitForStarted(int)
                                                java.util.Locale[] getAvailableLocales(java.util.Locale[])
                                                java.lang.String speak(java.lang.String,boolean,boolean)
                                                java.lang.String speak(java.lang.String,boolean,boolean,java.lang.String)
                                                void registerOnSpeakingListener(com.softenido.cafedroid.speech.SpeechSpeaker$OnSpeakingListener)
                                                void setVolume(int,int)
at com.softenido.cafedroid.speech.SpeechSpeaker.boolean start()(Unknown Source)
                                                void onActivityResult(int,int,android.content.Intent)
                                                int setLanguage(java.util.Locale)
                                                boolean waitForStarted(int)
                                                java.util.Locale[] getAvailableLocales(java.util.Locale[])
                                                java.lang.String speak(java.lang.String,boolean,boolean)
                                                java.lang.String speak(java.lang.String,boolean,boolean,java.lang.String)
                                                void registerOnSpeakingListener(com.softenido.cafedroid.speech.SpeechSpeaker$OnSpeakingListener)
                                                void setVolume(int,int)
at com.softenido.cafedroid.speech.SpeechPlayer.void speak()(Unknown Source)
at com.softenido.cafedroid.speech.SpeechPlayer.void 
setLocale(java.lang.String,java.lang.String)(Unknown Source)
                                               java.util.Locale getLocaleFor(java.lang.String)
                                               void waitFor(java.lang.String[][],int)
                                               void waitFor(java.lang.String[][],int,int)
                                               void seek(boolean,boolean)
                                               boolean play()
                                               void prev(boolean)
                                               void registerOnStatusChangedListener(com.softenido.cafedroid.speech.SpeechPlayer$OnStatusChangedListener)
                                               void setView(com.softenido.cafecore.gauge.GaugeView)
                                               void setWakeLock(android.os.PowerManager$WakeLock)
                                               void setVolume(int,int)
                                               boolean set(java.lang.String[])
                                               void access$000(com.softenido.cafedroid.speech.SpeechPlayer)
at com.softenido.cafedroid.speech.SpeechPlayer$1.void run()(Unknown Source)
at java.lang.Thread.run(Thread.java:1019)

Original issue reported on code.google.com by [email protected] on 6 Dec 2012 at 11:43

[wifix][0.2.3]Keep Connection throws an exception when screen is rotated

steps to reproduce the problem

1. check on "Keep Connection"
2. rotate screen
3. ckeck off "Keep Connection"

Then you get an exception.

java.lang.RuntimeException: WifiLock under-locked WifiLock
at android.net.wifi.WifiManager$WifiLock.release(WifiManager.java:1131)
at com.softenido.wifix.Wifix$3.onClick(Wifix.java:72)
at android.view.View.performClick(View.java:2461)
at android.widget.CompoundButton.performClick(CompoundButton.java:99)
at android.view.View$PerformClick.run(View.java:8890)
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:4632)
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:858)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:616)
at dalvik.system.NativeStart.main(Native Method)

Original issue reported on code.google.com by [email protected] on 24 Nov 2011 at 2:06

java.lang.StringIndexOutOfBoundsException in java.lang.String.startEndAndLength

java.lang.RuntimeException: Unable to start activity 
ComponentInfo{com.softenido.audible/com.softenido.audible.AudibleMain}: 
java.lang.StringIndexOutOfBoundsException: length=4; regionStart=0; 
regionLength=9
at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:1963)
at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:1988)
at android.app.ActivityThread.access$600(ActivityThread.java:125)
at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1154)
at android.os.Handler.dispatchMessage(Handler.java:99)
at android.os.Looper.loop(Looper.java:137)
at android.app.ActivityThread.main(ActivityThread.java:4431)
at java.lang.reflect.Method.invokeNative(Native Method)
at java.lang.reflect.Method.invoke(Method.java:511)
at 
com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:784)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:551)
at dalvik.system.NativeStart.main(Native Method)
Caused by: java.lang.StringIndexOutOfBoundsException: length=4; regionStart=0; 
regionLength=9
at java.lang.String.startEndAndLength(String.java:593)
at java.lang.String.substring(String.java:1474)
at com.softenido.audible.AudibleMain.isTitleRepeated(AudibleMain.java:990)
at com.softenido.audible.AudibleMain.preparePlayer(AudibleMain.java:587)
at com.softenido.audible.AudibleMain.onCreate(AudibleMain.java:284)
at android.app.Activity.performCreate(Activity.java:4465)
at android.app.Instrumentation.callActivityOnCreate(Instrumentation.java:1049)
at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:1927)
... 11 more

Original issue reported on code.google.com by [email protected] on 26 Feb 2013 at 9:11

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.