Since moving to the generic ROM, Voice Search force closes every time I try to use it. Looking at logcat in Eclipse, it complains with the following:
Code:
04-24 10:37:22.260: WARN/dalvikvm(11008): ERROR: Unable to find decl for native Lcom/google/android/voicesearch/endpointer/EndpointerInputStream;.endpointerNew (JJJ)I
04-24 10:37:22.260: ERROR/JNIHelp(11008): RegisterNatives failed for 'com/google/android/voicesearch/endpointer/EndpointerInputStream'
04-24 10:37:22.260: WARN/dalvikvm(11008): JNI_OnLoad returned bad version (-1) in /system/lib/libspeech.so 0x46502968
04-24 10:37:22.260: WARN/dalvikvm(11008): Exception Ljava/lang/UnsatisfiedLinkError; thrown during Lcom/google/android/voicesearch/endpointer/MicrophoneInputStream;.<clinit>
04-24 10:37:22.270: WARN/dalvikvm(11008): threadid=21: thread exiting with uncaught exception (group=0x4001b390)
04-24 10:37:22.270: ERROR/AndroidRuntime(11008): Uncaught handler: thread pool-1-thread-1 exiting due to uncaught exception
04-24 10:37:22.280: ERROR/AndroidRuntime(11008): java.lang.ExceptionInInitializerError
04-24 10:37:22.280: ERROR/AndroidRuntime(11008): at com.google.android.voicesearch.RecognitionService.setupMicrophone(RecognitionService.java:415)
04-24 10:37:22.280: ERROR/AndroidRuntime(11008): at com.google.android.voicesearch.RecognitionService.startRecognitionInternal(RecognitionService.java:261)
04-24 10:37:22.280: ERROR/AndroidRuntime(11008): at com.google.android.voicesearch.RecognitionService.access$400(RecognitionService.java:75)
04-24 10:37:22.280: ERROR/AndroidRuntime(11008): at com.google.android.voicesearch.RecognitionService$RecognitionRunnable.run(RecognitionService.java:478)
04-24 10:37:22.280: ERROR/AndroidRuntime(11008): at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1068)
04-24 10:37:22.280: ERROR/AndroidRuntime(11008): at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:561)
04-24 10:37:22.280: ERROR/AndroidRuntime(11008): at java.lang.Thread.run(Thread.java:1102)
04-24 10:37:22.280: ERROR/AndroidRuntime(11008): Caused by: java.lang.UnsatisfiedLinkError: Library speech not found
04-24 10:37:22.280: ERROR/AndroidRuntime(11008): at java.lang.Runtime.loadLibrary(Runtime.java:489)
04-24 10:37:22.280: ERROR/AndroidRuntime(11008): at java.lang.System.loadLibrary(System.java:557)
04-24 10:37:22.280: ERROR/AndroidRuntime(11008): at com.google.android.voicesearch.endpointer.MicrophoneInputStream.<clinit>(MicrophoneInputStream.java:33)
04-24 10:37:22.280: ERROR/AndroidRuntime(11008): ... 7 more
Suggesting /system/lib/libspeech.so is the wrong version? Anyone know how/if this is fixable?
Thanks,
Stephen
Hmmm. Seach by Voice doesn't seem to be on the market at the moment (at least for me). Maybe they're fixing it...?
Have you tried installing VoiceSearch anyway?
http://code.google.com/p/voicesearch/
jayshah said:
Have you tried installing VoiceSearch anyway?
http://code.google.com/p/voicesearch/
Click to expand...
Click to collapse
Thanks. That works. Was this created because the Google one didn't work for a lot of people?
Related
Hi, i have the motorola milestone browser (the regular one that includes the multitouch) and they are attached to this thread. I am trying to get them to work on AOSP 2.0. Whenever i open it on the phone, it opens to a white screen then force closes. I have logcat open and this is what comes up when i open the browser.
I/ActivityManager( 75): Starting activity: Intent { act=android.intent.action.MAIN cat=[android.intent.category.LAUNCHER] flg=0x10200000 cmp=com.android.browser/.BrowserActivity }
I/ActivityManager( 75): Start proc com.android.browser for activity com.android.browser/.BrowserActivity: pid=474 uid=10017 gids={3003, 1015}
I/ActivityThread( 474): Publishing provider browser: com.android.browser.BrowserProvider
E/dalvikvm( 474): Could not find class 'com.motorola.webkit.MultiTouchWebView', referenced from method com.android.browser.TabControl.createNewWebView
W/dalvikvm( 474): VFY: unable to resolve new-instance 437 (Lcom/motorola/webkit/MultiTouchWebView in Lcom/android/browser/TabControl;
D/dalvikvm( 474): VFY: replacing opcode 0x22 at 0x0001
D/dalvikvm( 474): Making a copy of Lcom/android/browser/TabControl;.createNewWebView code (104 bytes)
D/AndroidRuntime( 474): Shutting down VM
W/dalvikvm( 474): threadid=3: thread exiting with uncaught exception (group=0x4001e2e0)
E/AndroidRuntime( 474): Uncaught handler: thread main exiting due to uncaught exception
E/AndroidRuntime( 474): java.lang.NoClassDefFoundError: com.motorola.webkit.MultiTouchWebView
E/AndroidRuntime( 474): at com.android.browser.TabControl.createNewWebView(TabControl.java:1027)
E/AndroidRuntime( 474): at com.android.browser.TabControl.createNewTab(TabControl.java:594)
E/AndroidRuntime( 474): at com.android.browser.BrowserActivity.onCreate(BrowserActivity.java:444)
E/AndroidRuntime( 474): at android.app.Instrumentation.callActivityOnCreate(Instrumentation.java:1047)
E/AndroidRuntime( 474): at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2431)
E/AndroidRuntime( 474): at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:2484)
E/AndroidRuntime( 474): at android.app.ActivityThread.access$2200(ActivityThread.java:119)
E/AndroidRuntime( 474): at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1835)
E/AndroidRuntime( 474): at android.os.Handler.dispatchMessage(Handler.java:99)
E/AndroidRuntime( 474): at android.os.Looper.loop(Looper.java:123)
E/AndroidRuntime( 474): at android.app.ActivityThread.main(ActivityThread.java:4325)
E/AndroidRuntime( 474): at java.lang.reflect.Method.invokeNative(Native Method)
E/AndroidRuntime( 474): at java.lang.reflect.Method.invoke(Method.java:521)
E/AndroidRuntime( 474): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:860)
E/AndroidRuntime( 474): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:618)
E/AndroidRuntime( 474): at dalvik.system.NativeStart.main(Native Method)
Click to expand...
Click to collapse
Any ideas? I tried looking for some of the files in the motorola milestone dump but no luck.
Edit: The browser file and the multitouch permission did not attach.
you need the motorola frameworks and a multitouch kernel. as the errors say, it cant find the motorola multitouch class.
there was a frame work com.android.hardware.touchscreen.multitouch.xml and thats in as well. shouldn't it work then? or is it really the kernel?
When i put a custom rom it deleted all my sprint apps which is good because i always delete them any way. He only problem is i like sprint zone so i can check my usage and bill. Does any one have the app or a link to download the app so i can have ot again. Pm or just reply. I know some one has to have it and i would be thrilled to havebit again! Thanks
Sent from my PC36100 using XDA App
I just tried yanking the /system/app/Sprint_Promotion.apk from netarchy's 2.2 rooted ROM, and it constantly FC's, here's the logcat:
Code:
I/ActivityManager( 204): Starting activity: Intent { act=android.intent.action.MAIN cat=[android.intent.category.LAUNCHER] flg=0x10200000 cmp=com.sprint.dsa/.PageMain }
I/ActivityManager( 204): Start proc com.sprint.dsa for activity com.sprint.dsa/.PageMain: pid=880 uid=10001 gids={3003}
W/dalvikvm( 880): VFY: unable to resolve exception class 239 (Lcom/sprint/internal/SystemPropertiesException;)
W/dalvikvm( 880): VFY: unable to find exception handler at addr 0x4d
W/dalvikvm( 880): VFY: rejected Lcom/sprint/dsa/PageMain;.dispatchPages ()V
W/dalvikvm( 880): VFY: rejecting opcode 0x0d at 0x004d
W/dalvikvm( 880): VFY: rejected Lcom/sprint/dsa/PageMain;.dispatchPages ()V
W/dalvikvm( 880): Verifier rejected class Lcom/sprint/dsa/PageMain;
W/dalvikvm( 880): Class init failed in newInstance call (Lcom/sprint/dsa/PageMain;)
D/AndroidRuntime( 880): Shutting down VM
W/dalvikvm( 880): threadid=1: thread exiting with uncaught exception (group=0x4001d7f8)
E/AndroidRuntime( 880): FATAL EXCEPTION: main
E/AndroidRuntime( 880): java.lang.VerifyError: com.sprint.dsa.PageMain
E/AndroidRuntime( 880): at java.lang.Class.newInstanceImpl(Native Method)
E/AndroidRuntime( 880): at java.lang.Class.newInstance(Class.java:1429)
E/AndroidRuntime( 880): at android.app.Instrumentation.newActivity(Instrumentation.java:1021)
E/AndroidRuntime( 880): at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2577)
E/AndroidRuntime( 880): at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:2679)
E/AndroidRuntime( 880): at android.app.ActivityThread.access$2300(ActivityThread.java:125)
E/AndroidRuntime( 880): at android.app.ActivityThread$H.handleMessage(ActivityThread.java:2033)
E/AndroidRuntime( 880): at android.os.Handler.dispatchMessage(Handler.java:99)
E/AndroidRuntime( 880): at android.os.Looper.loop(Looper.java:123)
E/AndroidRuntime( 880): at android.app.ActivityThread.main(ActivityThread.java:4627)
E/AndroidRuntime( 880): at java.lang.reflect.Method.invokeNative(Native Method)
E/AndroidRuntime( 880): at java.lang.reflect.Method.invoke(Method.java:521)
E/AndroidRuntime( 880): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:868)
E/AndroidRuntime( 880): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:626)
E/AndroidRuntime( 880): at dalvik.system.NativeStart.main(Native Method)
W/ActivityManager( 204): Force finishing activity com.sprint.dsa/.PageMain
W/ActivityManager( 204): Activity pause timeout for HistoryRecord{43fbfcc0 com.sprint.dsa/.PageMain}
I/Process ( 880): Sending signal. PID: 880 SIG: 9
I/ActivityManager( 204): Process com.sprint.dsa (pid 880) has died.
drmacinyasha said:
I just tried yanking the /system/app/Sprint_Promotion.apk from netarchy's 2.2 rooted ROM, and it constantly FC's, here's the logcat:
Click to expand...
Click to collapse
Try this one. It is NOT a flashable zip.
Even that attached file is having constant FC's upon opening.
Sent from my Evolution 4G running CM6
Just FC but thanks for the try. Any body that can help would be greatly appreciated
Sent from my PC36100 using XDA App
I would also like this. The sprint zone app was the only one worth keeping, when I tried a few different versions they all FC'ed constant upon opening. Running CM 6 also.
Sent from my HTC Supersonic using XDA app
Fresh puts all the removed files in a folder download his latest ROM for the latest version. U need the latest to use *2 as well (version sz_1.5.9)
Sent from my PC36100 using XDA App
anyone have a stock 'com.sprint.dsa' that we can install?
So was there ever a fix for this. Or is the attached file the fix
Edit: The attached file did work and now it works perfectly.
Here is a working Sprint Zone app that you can install without flashing. I am using this on cyanogen mod 6.1.0rc1 and it works fine.
here's sz_2.0.4
had it sitting on my SD from BadDroid removed apps.
Hi, after i recompile HTC Music and i run it i get FC, i try to clear the data and its not helping, even when i recompile without changing anything i get FC.
All others apps i edit working very good and no FC.
Thnaks!
Code:
I/HtcMusic( 4041): borranx MyGallery.QVGA 2
W/dalvikvm( 4041): VFY: bad exception entry: startAddr=126 endAddr=126 (size=289)
W/dalvikvm( 4041): VFY: rejected Lcom/htc/music/MusicUtils;.getArtworkFromFile (Landroid/content/Context;Landroid/net/Uri;I)Landroid/graphics/Bitmap;
W/dalvikvm( 4041): Verifier rejected class Lcom/htc/music/MusicUtils;
D/AndroidRuntime( 4041): Shutting down VM
W/dalvikvm( 4041): threadid=1: thread exiting with uncaught exception (group=0x400259f8)
E/AndroidRuntime( 4041): FATAL EXCEPTION: main
E/AndroidRuntime( 4041): java.lang.VerifyError: com.htc.music.MusicUtils
E/AndroidRuntime( 4041): at com.htc.music.HtcMusic.onStart(HtcMusic.java:768)
E/AndroidRuntime( 4041): at android.app.Instrumentation.callActivityOnStart(Instrumentation.java:1211)
E/AndroidRuntime( 4041): at android.app.Activity.performStart(Activity.java:3822)
E/AndroidRuntime( 4041): at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2760)
E/AndroidRuntime( 4041): at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:2803)
E/AndroidRuntime( 4041): at android.app.ActivityThread.access$2300(ActivityThread.java:135)
E/AndroidRuntime( 4041): at android.app.ActivityThread$H.handleMessage(ActivityThread.java:2136)
E/AndroidRuntime( 4041): at android.os.Handler.dispatchMessage(Handler.java:99)
E/AndroidRuntime( 4041): at android.os.Looper.loop(Looper.java:144)
E/AndroidRuntime( 4041): at android.app.ActivityThread.main(ActivityThread.java:4937)
E/AndroidRuntime( 4041): at java.lang.reflect.Method.invokeNative(Native Method)
E/AndroidRuntime( 4041): at java.lang.reflect.Method.invoke(Method.java:521)
E/AndroidRuntime( 4041): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:868)
E/AndroidRuntime( 4041): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:626)
E/AndroidRuntime( 4041): at dalvik.system.NativeStart.main(Native Method)
W/ActivityManager( 188): Force finishing activity com.htc.music/.HtcMusic
What are you trying to change???
I try add a language, but even when i don't edit anything just do decompile and then compile i get this error.
i don this before on other apps and it's work perfect, this is happens only in HTC Music.
anyone? please.
Anyone? ...
bump.......
Hi,
My phone still bootlooping. I saw in the logcat that it loop on this :
Code:
I/dalvikvm( 9947): System server process 10656 has been created
I/Zygote ( 9947): Accepting command socket connections
D/AndroidRuntime(10656): Shutting down VM
W/dalvikvm(10656): threadid=1: thread exiting with uncaught exception (group=0x40a74338)
E/AndroidRuntime(10656): *** FATAL EXCEPTION IN SYSTEM PROCESS: main
E/AndroidRuntime(10656): java.lang.UnsatisfiedLinkError: Cannot load library: link_image[1943]: 9947 could not load needed library 'libsystem_server.so' for 'libandroid_servers.so' (link_image[1943]: 9947 could not load needed library 'libaudioflinger.so' for 'libsystem_server.so' (link_image[1943]: 9947 could not load needed library 'libsrsprocessing.so' for 'libaudioflinger.so' (load_library[1098]: Library 'libsrsprocessing.so' not found)))
E/AndroidRuntime(10656): at java.lang.Runtime.loadLibrary(Runtime.java:391)
E/AndroidRuntime(10656): at java.lang.System.loadLibrary(System.java:535)
E/AndroidRuntime(10656): at com.android.server.SystemServer.main(SystemServer.java:810)
E/AndroidRuntime(10656): at java.lang.reflect.Method.invokeNative(Native Method)
E/AndroidRuntime(10656): at java.lang.reflect.Method.invoke(Method.java:511)
E/AndroidRuntime(10656): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:784)
E/AndroidRuntime(10656): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:551)
E/AndroidRuntime(10656): at dalvik.system.NativeStart.main(Native Method)
E/AndroidRuntime(10656): Error reporting crash
E/AndroidRuntime(10656): java.lang.NullPointerException
E/AndroidRuntime(10656): at com.android.internal.os.RuntimeInit$UncaughtHandler.uncaughtException(RuntimeInit.java:72)
E/AndroidRuntime(10656): at java.lang.ThreadGroup.uncaughtException(ThreadGroup.java:693)
E/AndroidRuntime(10656): at java.lang.ThreadGroup.uncaughtException(ThreadGroup.java:690)
E/AndroidRuntime(10656): at dalvik.system.NativeStart.main(Native Method)
I/Process (10656): Sending signal. PID: 10656 SIG: 9
I/Zygote ( 9947): Exit zygote because system server (10656) has terminated
I/Netd (10680): Netd 1.0 starting
D/AndroidRuntime(10681):
D/AndroidRuntime(10681): >>>>>> AndroidRuntime START com.android.internal.os.ZygoteInit <<<<<<
D/AndroidRuntime(10681): CheckJNI is OFF
I/SamplingProfilerIntegration(10681): Profiling disabled.
I think it might be because I've just installed "Beats Audio & Xloud mod", but i'm not sure.
Could you help me please ?
Thanks in advance
Bye
servabat said:
Hi,
My phone still bootlooping. I saw in the logcat that it loop on this :
Code:
I/dalvikvm( 9947): System server process 10656 has been created
I/Zygote ( 9947): Accepting command socket connections
D/AndroidRuntime(10656): Shutting down VM
W/dalvikvm(10656): threadid=1: thread exiting with uncaught exception (group=0x40a74338)
E/AndroidRuntime(10656): *** FATAL EXCEPTION IN SYSTEM PROCESS: main
E/AndroidRuntime(10656): java.lang.UnsatisfiedLinkError: Cannot load library: link_image[1943]: 9947 could not load needed library 'libsystem_server.so' for 'libandroid_servers.so' (link_image[1943]: 9947 could not load needed library 'libaudioflinger.so' for 'libsystem_server.so' (link_image[1943]: 9947 could not load needed library 'libsrsprocessing.so' for 'libaudioflinger.so' (load_library[1098]: Library 'libsrsprocessing.so' not found)))
E/AndroidRuntime(10656): at java.lang.Runtime.loadLibrary(Runtime.java:391)
E/AndroidRuntime(10656): at java.lang.System.loadLibrary(System.java:535)
E/AndroidRuntime(10656): at com.android.server.SystemServer.main(SystemServer.java:810)
E/AndroidRuntime(10656): at java.lang.reflect.Method.invokeNative(Native Method)
E/AndroidRuntime(10656): at java.lang.reflect.Method.invoke(Method.java:511)
E/AndroidRuntime(10656): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:784)
E/AndroidRuntime(10656): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:551)
E/AndroidRuntime(10656): at dalvik.system.NativeStart.main(Native Method)
E/AndroidRuntime(10656): Error reporting crash
E/AndroidRuntime(10656): java.lang.NullPointerException
E/AndroidRuntime(10656): at com.android.internal.os.RuntimeInit$UncaughtHandler.uncaughtException(RuntimeInit.java:72)
E/AndroidRuntime(10656): at java.lang.ThreadGroup.uncaughtException(ThreadGroup.java:693)
E/AndroidRuntime(10656): at java.lang.ThreadGroup.uncaughtException(ThreadGroup.java:690)
E/AndroidRuntime(10656): at dalvik.system.NativeStart.main(Native Method)
I/Process (10656): Sending signal. PID: 10656 SIG: 9
I/Zygote ( 9947): Exit zygote because system server (10656) has terminated
I/Netd (10680): Netd 1.0 starting
D/AndroidRuntime(10681):
D/AndroidRuntime(10681): >>>>>> AndroidRuntime START com.android.internal.os.ZygoteInit <<<<<<
D/AndroidRuntime(10681): CheckJNI is OFF
I/SamplingProfilerIntegration(10681): Profiling disabled.
I think it might be because I've just installed "Beats Audio & Xloud mod", but i'm not sure.
Could you help me please ?
Thanks in advance
Bye
Click to expand...
Click to collapse
lol you still bootlooping?
I just received some NFC tags I bought off the internet and somehow everytime I try to read them I get the message:
NFC-service stopped. When I press ok and try again it happens again. However if i try to read a public transport chipcard I am able to read the data (although it has been encrypted and I cant actually read the contents it doesnt crash and I get the general info of the chip).
I read online of a bug that existed on the GN on android 4.0 and that it would be fixed in android 4.1 (which im running).
When I view logcat I get the following results:
D/NdefPushServer( 4992): about to accept
D/NfcService( 4992): NFC-EE OFF
D/NfcService( 4992): NFC-C ON
D/NfcDispatcher( 4992): dispatch tag: TAG: Tech [android.nfc.tech.MifareUltralight, android.nfc.tech.NfcA, android.nfc.tech.Ndef] message: NdefMessage [NdefRecord tnf=1 type=55 payload=06]
D/AndroidRuntime( 4992): Shutting down VM
W/dalvikvm( 4992): threadid=1: thread exiting with uncaught exception (group=0x416df300)
E/AndroidRuntime( 4992): FATAL EXCEPTION: main
E/AndroidRuntime( 4992): java.lang.NullPointerException
E/AndroidRuntime( 4992): at android.nfc.NdefRecord.toUri(NdefRecord.java:691)
E/AndroidRuntime( 4992): at android.nfc.NdefRecord.toUri(NdefRecord.java:673)
E/AndroidRuntime( 4992): at com.android.nfc.NfcDispatcher$DispatchInfo.<init>(NfcDispatcher.java:106)
E/AndroidRuntime( 4992): at com.android.nfc.NfcDispatcher.dispatchTag(NfcDispatcher.java:192)
E/AndroidRuntime( 4992): at com.android.nfc.NfcService$NfcServiceHandler.dispatchTagEndpoint(NfcService.java:1789)
E/AndroidRuntime( 4992): at com.android.nfc.NfcService$NfcServiceHandler.handleMessage(NfcService.java:1594)
E/AndroidRuntime( 4992): at android.os.Handler.dispatchMessage(Handler.java:99)
E/AndroidRuntime( 4992): at android.os.Looper.loop(Looper.java:137)
E/AndroidRuntime( 4992): at android.app.ActivityThread.main(ActivityThread.java:4745)
E/AndroidRuntime( 4992): at java.lang.reflect.Method.invokeNative(Native Method)
E/AndroidRuntime( 4992): at java.lang.reflect.Method.invoke(Method.java:511)
E/AndroidRuntime( 4992): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:786)
E/AndroidRuntime( 4992): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:553)
E/AndroidRuntime( 4992): at dalvik.system.NativeStart.main(Native Method)
W/ActivityManager( 307): Process com.android.nfc has crashed too many times: killing!
D/NativeNfcTag( 4992): Tag lost, restarting polling loop
Is there anything I can do about this? Maybe a patch or something like that?
bump?
Sorry, I'm just looking for stickers so I can start playing with NFC. Where did you get yours?
Did your NFC ever work with these stickers? Guess so since you encoded them. Did you try using your phone for payment to see if that works (and rule out the stickers)?
Maybe try doing a factory reset? Just in case that is just a bug?
Sent from my Galaxy Nexus using xda app-developers app
@netbuzz I got them from tagage. They never worked, as soon as I tap them on my phone NFC crashed so I cant program them either..
@moshe22 I might try that.. gonna make a rom manager backup first and update my titanium backup