"Unfortunately, Terminal Emulator has stopped." -- Missing library? - Samsung Galaxy S (4G Model)

It's been a while since I've used Terminal Emulator on the phone, but this is a new failure for me. As far as I know, I'm still running the same CM9 build from months ago and shouldn't have changed much. As best as I can tell it is an unsatisfied library linkage.
Code:
Caused by: java.lang.UnsatisfiedLinkError: Couldn't load jackpal-androidterm4: findLibrary returned null
but no indications as to what might be missing. I've re-installed a fresh APK from both Market/Play, as well as deleting and side-loading from the source distribution site, without much change in behavior. APK is installed in /system/app/ and is ODEX-ed when installed by Market/Play over the original. Installing from Market/Play or side-loading as a user app
Has anyone else run into this?
More logcat:
Code:
I/ActivityManager( 224): START {act=android.intent.action.MAIN cat=[android.intent.category.LAUNCHER] flg=0x10200000 cmp=jackpal.androidterm/.Term bnds=[240,170][360,302]} from pid 14011
I/ActivityManager( 224): Start proc jackpal.androidterm for activity jackpal.androidterm/.Term: pid=20860 uid=10081 gids={3003, 1015}
I/dalvikvm(20860): Turning on JNI app bug workarounds for target SDK version 11...
E/Term (20860): onCreate
D/OpenGLRenderer(14011): Flushing caches (mode 1)
D/Term (20860): TermService started
I/TermService(20860): Activity called onBind()
I/Term (20860): Bound to TermService
I/TermService(20860): Activity binding to service
W/dalvikvm(20860): Exception Ljava/lang/UnsatisfiedLinkError; thrown while initializing Ljackpal/androidterm/Exec;
D/AndroidRuntime(20860): Shutting down VM
W/dalvikvm(20860): threadid=1: thread exiting with uncaught exception (group=0x40a2b1f8)
E/AndroidRuntime(20860): FATAL EXCEPTION: main
E/AndroidRuntime(20860): java.lang.ExceptionInInitializerError
E/AndroidRuntime(20860): at jackpal.androidterm.ShellTermSession.createSubprocess(ShellTermSession.java:198)
E/AndroidRuntime(20860): at jackpal.androidterm.ShellTermSession.initializeSession(ShellTermSession.java:135)
E/AndroidRuntime(20860): at jackpal.androidterm.ShellTermSession.<init>(ShellTermSession.java:88)
E/AndroidRuntime(20860): at jackpal.androidterm.Term.createTermSession(Term.java:430)
E/AndroidRuntime(20860): at jackpal.androidterm.Term.createTermSession(Term.java:439)
E/AndroidRuntime(20860): at jackpal.androidterm.Term.populateViewFlipper(Term.java:352)
E/AndroidRuntime(20860): at jackpal.androidterm.Term.access$400(Term.java:78)
E/AndroidRuntime(20860): at jackpal.androidterm.Term$2.onServiceConnected(Term.java:148)
E/AndroidRuntime(20860): at android.app.LoadedApk$ServiceDispatcher.doConnected(LoadedApk.java:1068)
E/AndroidRuntime(20860): at android.app.LoadedApk$ServiceDispatcher$RunConnection.run(LoadedApk.java:1085)
E/AndroidRuntime(20860): at android.os.Handler.handleCallback(Handler.java:605)
E/AndroidRuntime(20860): at android.os.Handler.dispatchMessage(Handler.java:92)
E/AndroidRuntime(20860): at android.os.Looper.loop(Looper.java:137)
E/AndroidRuntime(20860): at android.app.ActivityThread.main(ActivityThread.java:4575)
E/AndroidRuntime(20860): at java.lang.reflect.Method.invokeNative(Native Method)
E/AndroidRuntime(20860): at java.lang.reflect.Method.invoke(Method.java:511)
E/AndroidRuntime(20860): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:789)
E/AndroidRuntime(20860): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:556)
E/AndroidRuntime(20860): at dalvik.system.NativeStart.main(Native Method)
E/AndroidRuntime(20860): Caused by: java.lang.UnsatisfiedLinkError: Couldn't load jackpal-androidterm4: findLibrary returned null
E/AndroidRuntime(20860): at java.lang.Runtime.loadLibrary(Runtime.java:365)
E/AndroidRuntime(20860): at java.lang.System.loadLibrary(System.java:535)
E/AndroidRuntime(20860): at jackpal.androidterm.Exec.<clinit>(Exec.java:33)
E/AndroidRuntime(20860): ... 19 more
W/ActivityManager( 224): Force finishing activity jackpal.androidterm/.Term

Related

Please sign my apk?

I have tried everything, but since I did a clean install of Win7 on my comp, I am unable to sign apk's. i keep getting a Java Out of Memory error. Can someone please sign it for me?
Thanks
Forgot to add the link..sorry
(the uploader was messing up also, so I uploaded it to rapidshare)
http://rapidshare.com/files/456819644/com.bionicpanda.aquapets.apk
There are a couple apps you could use to sign right on your phone/tablet with ...
Zipsigner
Signapktic
Both can sign with your choice of: testkey, platform, media, or shared. Signapktic requires root but if you aren't rooted Zipsigner should still work. Hope that helps.
MongooseHelix said:
There are a couple apps you could use to sign right on your phone/tablet with ...
Zipsigner
Signapktic
Both can sign with your choice of: testkey, platform, media, or shared. Signapktic requires root but if you aren't rooted Zipsigner should still work. Hope that helps.
Click to expand...
Click to collapse
Thanks for the heads up. However, the app force closes when I launch it. Can anyone do it with apk manager? That has always worked for me.
Thanks!
I signed it and pushed the apk to my phone to make sure it was working but after installing fine, running it causes a force close like you said. Looking at the log using "logcat -d V" gives the following messages related to the crash:
Code:
I/ActivityManager( 297): Starting: Intent { act=android.intent.action.MAIN cat=[android.intent.category.LAUNCHER] flg=0x10000000 pkg=com.bionicpanda.aquapets cmp=com.bionicpanda.aquapets/.activity.BPLauncher } from pid 2896
I/ActivityManager( 297): Start proc com.bionicpanda.aquapets for activity com.bionicpanda.aquapets/.activity.BPLauncher: pid=2998 uid=10028 gids={3003, 1015}
D/szipinf ( 2998): Initializing inflate state
W/ResourceType( 2998): XML size 0x2e is smaller than header size 0x65.
D/AndroidRuntime( 2998): Shutting down VM
W/dalvikvm( 2998): threadid=1: thread exiting with uncaught exception (group=0x40018560)
E/AndroidRuntime( 2998): FATAL EXCEPTION: main
E/AndroidRuntime( 2998): java.lang.RuntimeException: Unable to create application com.bionicpanda.aquapets.utilities.BPApplication: android.content.res.Resources$NotFoundException: File res/xml/baits.xml from xml type xml resource ID #0x7f050001
E/AndroidRuntime( 2998): at android.app.ActivityThread.handleBindApplication(ActivityThread.java:3404)
E/AndroidRuntime( 2998): at android.app.ActivityThread.access$2200(ActivityThread.java:123)
E/AndroidRuntime( 2998): at android.app.ActivityThread$H.handleMessage(ActivityThread.java:974)
E/AndroidRuntime( 2998): at android.os.Handler.dispatchMessage(Handler.java:99)
E/AndroidRuntime( 2998): at android.os.Looper.loop(Looper.java:123)
E/AndroidRuntime( 2998): at android.app.ActivityThread.main(ActivityThread.java:3812)
E/AndroidRuntime( 2998): at java.lang.reflect.Method.invokeNative(Native Method)
E/AndroidRuntime( 2998): at java.lang.reflect.Method.invoke(Method.java:507)
E/AndroidRuntime( 2998): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:841)
E/AndroidRuntime( 2998): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:599)
E/AndroidRuntime( 2998): at dalvik.system.NativeStart.main(Native Method)
E/AndroidRuntime( 2998): Caused by: android.content.res.Resources$NotFoundException: File res/xml/baits.xml from xml type xml resource ID #0x7f050001
E/AndroidRuntime( 2998): at android.content.res.Resources.loadXmlResourceParser(Resources.java:1999)
E/AndroidRuntime( 2998): at android.content.res.Resources.loadXmlResourceParser(Resources.java:1954)
E/AndroidRuntime( 2998): at android.content.res.Resources.getXml(Resources.java:817)
E/AndroidRuntime( 2998): at com.bionicpanda.aquapets.game.BaitDictionary.<init>(BaitDictionary.java:26)
E/AndroidRuntime( 2998): at com.bionicpanda.aquapets.utilities.BPApplication.onCreate(BPApplication.java:78)
E/AndroidRuntime( 2998): at android.app.Instrumentation.callApplicationOnCreate(Instrumentation.java:969)
E/AndroidRuntime( 2998): at android.app.ActivityThread.handleBindApplication(ActivityThread.java:3401)
E/AndroidRuntime( 2998): ... 10 more
E/AndroidRuntime( 2998): Caused by: java.io.FileNotFoundException: Corrupt XML binary file
E/AndroidRuntime( 2998): at android.content.res.AssetManager.openXmlAssetNative(Native Method)
E/AndroidRuntime( 2998): at android.content.res.AssetManager.openXmlBlockAsset(AssetManager.java:520)
E/AndroidRuntime( 2998): at android.content.res.Resources.loadXmlResourceParser(Resources.java:1981)
E/AndroidRuntime( 2998): ... 16 more
W/ActivityManager( 297): Force finishing activity com.bionicpanda.aquapets/.activity.BPLauncher
W/ActivityManager( 297): Activity pause timeout for HistoryRecord{40c12cf8 com.bionicpanda.aquapets/.activity.BPLauncher}
I/Process ( 2998): Sending signal. PID: 2998 SIG: 9
I/ActivityManager( 297): Process com.bionicpanda.aquapets (pid 2998) has died.
Looks like the res/xml/baits.xml in the apk is corrupted or something where Android doesn't like it. Imagine it got messed up while you were making changes to the apk. Should be able to launch it once that gets fixed.
MongooseHelix said:
I signed it and pushed the apk to my phone to make sure it was working but after installing fine, running it causes a force close like you said. Looking at the log ...
Looks like the res/xml/baits.xml in the apk is corrupted or something where Android doesn't like it. Imagine it got messed up while you were making changes to the apk. Should be able to launch it once that gets fixed.
Click to expand...
Click to collapse
Wow, thanks for doing the research on that. Yea, I realized that that was the problem before you responded, though. I was able to decompile all of the xmls in apkmanager, edit them in an xml editor, and then replace them into the folder of apkmanager. Although the xmls look fine, I still get an error when compiling and signing.
I would re-upload the files but I've basically given up and don't want to waste any more time hacking the silly game. Thanks for all your help, though. (I can send you my files if you would like to figure it out and have a hacked version of the game, but I am not trying to put any more effort into it)

Is someone able to run Öffi, Glympse or OSMonitor in Froyomod2.9 ?

Hi
Setup: Milestone, Froyomod 2.9, ORA 3.3, App2ext used
I installed Froyomod 2.9 and can't start Öffi, Glympse and OSMonitor.
Is anyone of you able to start them ? If yes, could you please post the catlog (via droidexplorer.. clear the window, start the app, copy the log) of a successful start of these apps ?
Here are mine, if somebody wants to go bughunting..
Öffi:
Code:
ActivityManager( 2048): Starting activity: Intent { act=android.intent.action.MAIN cat=[android.intent.category.LAUNCHER] flg=0x10200000 cmp=de.schildbach.oeffi/.stations.StationsActivity bnds=[632,369][761,480] }
ActivityManager( 2048): Start proc de.schildbach.oeffi for activity de.schildbach.oeffi/.stations.StationsActivity: pid=2926 uid=10065 gids={3003}
dalvikvm( 2926): could not disable core file generation for pid 2926, errno=1
ggheart ( 2373): onStop
ActivityThread( 2926): Publishing provider de.schildbach.oeffi.plans: de.schildbach.oeffi.plans.PlanContentProvider
global ( 2926): Default buffer size used in BufferedReader constructor. It would be better to be explicit if an 8k-char buffer is required.
ActivityThread( 2926): Publishing provider de.schildbach.oeffi.stations.favorites: de.schildbach.oeffi.stations.FavoriteStationsProvider
ActivityThread( 2926): Publishing provider de.schildbach.oeffi.networks: de.schildbach.oeffi.stations.NetworkContentProvider
ActivityThread( 2926): Publishing provider de.schildbach.oeffi.directions.query_history: de.schildbach.oeffi.directions.QueryHistoryProvider
dalvikvm( 2926): Unable to resolve superclass of Lde/schildbach/oeffi/OeffiActivity; (199)
dalvikvm( 2926): Link of class 'Lde/schildbach/oeffi/OeffiActivity;' failed
dalvikvm( 2926): Unable to resolve superclass of Lde/schildbach/oeffi/OeffiMainActivity; (228)
dalvikvm( 2926): Link of class 'Lde/schildbach/oeffi/OeffiMainActivity;' failed
dalvikvm( 2926): Unable to resolve superclass of Lde/schildbach/oeffi/stations/StationsActivity; (231)
dalvikvm( 2926): Link of class 'Lde/schildbach/oeffi/stations/StationsActivity;' failed
dalvikvm( 2926): GC_FOR_MALLOC freed 5585 objects / 302712 bytes in 60ms
AndroidRuntime( 2926): Shutting down VM
dalvikvm( 2926): threadid=1: thread exiting with uncaught exception (group=0x400207e0)
AndroidRuntime( 2926): FATAL EXCEPTION: main
AndroidRuntime( 2926): java.lang.RuntimeException: Unable to instantiate activity ComponentInfo{de.schildbach.oeffi/de.schildbach.oeffi.stations.StationsActivity}: java.lang.ClassNotFoundException: de.schildbach.oeffi.stations.StationsActivity in loader dalvik.system.PathClassLoader[/system/framework/com.google.android.maps.jar:/data/app/de.schildbach.oeffi-1.apk]
AndroidRuntime( 2926): at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2585)
AndroidRuntime( 2926): at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:2679)
AndroidRuntime( 2926): at android.app.ActivityThread.access$2300(ActivityThread.java:125)
AndroidRuntime( 2926): at android.app.ActivityThread$H.handleMessage(ActivityThread.java:2033)
AndroidRuntime( 2926): at android.os.Handler.dispatchMessage(Handler.java:99)
AndroidRuntime( 2926): at android.os.Looper.loop(Looper.java:123)
AndroidRuntime( 2926): at android.app.ActivityThread.main(ActivityThread.java:4627)
AndroidRuntime( 2926): at java.lang.reflect.Method.invokeNative(Native Method)
AndroidRuntime( 2926): at java.lang.reflect.Method.invoke(Method.java:521)
AndroidRuntime( 2926): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:868)
AndroidRuntime( 2926): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:626)
AndroidRuntime( 2926): at dalvik.system.NativeStart.main(Native Method)
AndroidRuntime( 2926): Caused by: java.lang.ClassNotFoundException: de.schildbach.oeffi.stations.StationsActivity in loader dalvik.system.PathClassLoader[/system/framework/com.google.android.maps.jar:/data/app/de.schildbach.oeffi-1.apk]
AndroidRuntime( 2926): at dalvik.system.PathClassLoader.findClass(PathClassLoader.java:243)
AndroidRuntime( 2926): at java.lang.ClassLoader.loadClass(ClassLoader.java:573)
AndroidRuntime( 2926): at java.lang.ClassLoader.loadClass(ClassLoader.java:532)
AndroidRuntime( 2926): at android.app.Instrumentation.newActivity(Instrumentation.java:1021)
AndroidRuntime( 2926): at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2577)
AndroidRuntime( 2926): ... 11 more
ActivityManager( 2048): Force finishing activity de.schildbach.oeffi/.stations.StationsActivity
ActivityManager( 2048): Activity pause timeout for HistoryRecord{46421688 de.schildbach.oeffi/.stations.StationsActivity}
DemoService( 2373): DiyScheduer.onStart
ggheart ( 2373): onStart
ActivityManager( 2048): Activity destroy timeout for HistoryRecord{46421688 de.schildbach.oeffi/.stations.StationsActivity}
Glympse:
Code:
ActivityManager( 2048): Starting activity: Intent { act=android.intent.action.MAIN cat=[android.intent.category.LAUNCHER] flg=0x10200000 cmp=com.glympse.android.glympse/.Glympse bnds=[426,262][555,373] }
ResourceType( 2048): Style contains key with bad entry: 0x01010361
ActivityManager( 2048): Start proc com.glympse.android.glympse for activity com.glympse.android.glympse/.Glympse: pid=2933 uid=10061 gids={3003, 1006}
dalvikvm( 2933): could not disable core file generation for pid 2933, errno=1
ggheart ( 2373): onStop
dalvikvm( 2933): Unable to resolve superclass of Lcom/glympse/android/glympse/Glympse; (530)
dalvikvm( 2933): Link of class 'Lcom/glympse/android/glympse/Glympse;' failed
AndroidRuntime( 2933): Shutting down VM
dalvikvm( 2933): threadid=1: thread exiting with uncaught exception (group=0x400207e0)
AndroidRuntime( 2933): FATAL EXCEPTION: main
AndroidRuntime( 2933): java.lang.RuntimeException: Unable to instantiate activity ComponentInfo{com.glympse.android.glympse/com.glympse.android.glympse.Glympse}: java.lang.ClassNotFoundException: com.glympse.android.glympse.Glympse in loader dalvik.system.PathClassLoader[/system/framework/com.google.android.maps.jar:/data/app/com.glympse.android.glympse-1.apk]
AndroidRuntime( 2933): at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2585)
AndroidRuntime( 2933): at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:2679)
AndroidRuntime( 2933): at android.app.ActivityThread.access$2300(ActivityThread.java:125)
AndroidRuntime( 2933): at android.app.ActivityThread$H.handleMessage(ActivityThread.java:2033)
AndroidRuntime( 2933): at android.os.Handler.dispatchMessage(Handler.java:99)
AndroidRuntime( 2933): at android.os.Looper.loop(Looper.java:123)
AndroidRuntime( 2933): at android.app.ActivityThread.main(ActivityThread.java:4627)
AndroidRuntime( 2933): at java.lang.reflect.Method.invokeNative(Native Method)
AndroidRuntime( 2933): at java.lang.reflect.Method.invoke(Method.java:521)
AndroidRuntime( 2933): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:868)
AndroidRuntime( 2933): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:626)
AndroidRuntime( 2933): at dalvik.system.NativeStart.main(Native Method)
AndroidRuntime( 2933): Caused by: java.lang.ClassNotFoundException: com.glympse.android.glympse.Glympse in loader dalvik.system.PathClassLoader[/system/framework/com.google.android.maps.jar:/data/app/com.glympse.android.glympse-1.apk]
AndroidRuntime( 2933): at dalvik.system.PathClassLoader.findClass(PathClassLoader.java:243)
AndroidRuntime( 2933): at java.lang.ClassLoader.loadClass(ClassLoader.java:573)
AndroidRuntime( 2933): at java.lang.ClassLoader.loadClass(ClassLoader.java:532)
AndroidRuntime( 2933): at android.app.Instrumentation.newActivity(Instrumentation.java:1021)
AndroidRuntime( 2933): at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2577)
AndroidRuntime( 2933): ... 11 more
ActivityManager( 2048): Force finishing activity com.glympse.android.glympse/.Glympse
ActivityManager( 2048): Activity pause timeout for HistoryRecord{46470bf8 com.glympse.android.glympse/.Glympse}
DemoService( 2373): DiyScheduer.onStart
ggheart ( 2373): onStart
OS Monitor:
Code:
ActivityManager( 2048): Starting activity: Intent { act=android.intent.action.MAIN cat=[android.intent.category.LAUNCHER] flg=0x10200000 cmp=com.eolwral.osmonitor/.OSMonitor bnds=[220,262][349,373] }
ActivityManager( 2048): Start proc com.eolwral.osmonitor for activity com.eolwral.osmonitor/.OSMonitor: pid=2946 uid=10070 gids={3003, 1007, 1015}
dalvikvm( 2946): could not disable core file generation for pid 2946, errno=1
dalvikvm( 2946): Unable to resolve superclass of Lcom/eolwral/osmonitor/networks/NetworkList; (198)
dalvikvm( 2946): Link of class 'Lcom/eolwral/osmonitor/networks/NetworkList;' failed
dalvikvm( 2946): Could not find class 'com.eolwral.osmonitor.networks.NetworkList', referenced from method com.eolwral.osmonitor.OSMonitor.onCreate
dalvikvm( 2946): VFY: unable to resolve const-class 178 (Lcom/eolwral/osmonitor/networks/NetworkList;) in Lcom/eolwral/osmonitor/OSMonitor;
dalvikvm( 2946): VFY: replacing opcode 0x1c at 0x00bd
dalvikvm( 2946): VFY: dead code 0x00bf-0125 in Lcom/eolwral/osmonitor/OSMonitor;.onCreate (Landroid/os/Bundle;)V
ggheart ( 2373): onStop
dalvikvm( 2946): GC_EXTERNAL_ALLOC freed 991 objects / 71992 bytes in 79ms
dalvikvm( 2946): Trying to load lib /data/data/com.eolwral.osmonitor/lib/libosmonitor.so 0x461819f0
dalvikvm( 2946): Added shared lib /data/data/com.eolwral.osmonitor/lib/libosmonitor.so 0x461819f0
AndroidRuntime( 2946): Shutting down VM
dalvikvm( 2946): threadid=1: thread exiting with uncaught exception (group=0x400207e0)
AndroidRuntime( 2946): FATAL EXCEPTION: main
AndroidRuntime( 2946): java.lang.NoClassDefFoundError: com.eolwral.osmonitor.networks.NetworkList
AndroidRuntime( 2946): at com.eolwral.osmonitor.OSMonitor.onCreate(OSMonitor.java:73)
AndroidRuntime( 2946): at android.app.Instrumentation.callActivityOnCreate(Instrumentation.java:1047)
AndroidRuntime( 2946): at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2627)
AndroidRuntime( 2946): at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:2679)
AndroidRuntime( 2946): at android.app.ActivityThread.access$2300(ActivityThread.java:125)
AndroidRuntime( 2946): at android.app.ActivityThread$H.handleMessage(ActivityThread.java:2033)
AndroidRuntime( 2946): at android.os.Handler.dispatchMessage(Handler.java:99)
AndroidRuntime( 2946): at android.os.Looper.loop(Looper.java:123)
AndroidRuntime( 2946): at android.app.ActivityThread.main(ActivityThread.java:4627)
AndroidRuntime( 2946): at java.lang.reflect.Method.invokeNative(Native Method)
AndroidRuntime( 2946): at java.lang.reflect.Method.invoke(Method.java:521)
AndroidRuntime( 2946): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:868)
AndroidRuntime( 2946): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:626)
AndroidRuntime( 2946): at dalvik.system.NativeStart.main(Native Method)
ActivityManager( 2048): Force finishing activity com.eolwral.osmonitor/.OSMonitor
ActivityManager( 2048): Activity pause timeout for HistoryRecord{46387588 com.eolwral.osmonitor/.OSMonitor}
DemoService( 2373): DiyScheduer.onStart
ggheart ( 2373): onStart

[Solved] - Music Player Not Working - Mazel ii rom

I am getting the below error via logcat
/AudioService( 193): Remote Control registerMediaButtonIntent() for PendingIntent{41e71430: PendingIntentRecord{41d8ffb0 com.miui.player broadcastIntent}}
/SoundPool( 2679): error loading /system/media/audio/ui/MusicShake.ogg
/dalvikvm( 193): GC_EXPLICIT freed 3431K, 30% free 17313K/24647K, paused 4ms+9ms
/WifiService( 193): acquireWifiLockLocked: WifiLock{com.miui.player.service.MediaPlaybackServ ice type=1 [email protected]}
/com.miui.player.ffmpeg.FFMPEGPlayer( 2679): Native lib load failed with java.lang.UnsatisfiedLinkError: Couldn't load ffmpeg: findLibrary returned null
/AndroidRuntime( 2679): Shutting down VM
/dalvikvm( 2679): threadid=1: thread exiting with uncaught exception (group=0x40c411f8)
/AndroidRuntime( 2679): FATAL EXCEPTION: main
/AndroidRuntime( 2679): java.lang.RuntimeException: Unable to create service com.miui.player.service.MediaPlaybackService: android.database.CursorIndexOutOfBoundsException: Index 0 requested, with a
ize of 0
/AndroidRuntime( 2679): at android.app.ActivityThread.handleCreateService(Act ivityThread.java:2274)
/AndroidRuntime( 2679): at android.app.ActivityThread.access$1600(ActivityThr ead.java:127)
/AndroidRuntime( 2679): at android.app.ActivityThread$H.handleMessage(Activit yThread.java:1212)
/AndroidRuntime( 2679): at android.os.Handler.dispatchMessage(Handler.java:99 )
/AndroidRuntime( 2679): at android.os.Looper.loop(Looper.java:137)
/AndroidRuntime( 2679): at android.app.ActivityThread.main(ActivityThread.jav a:4517)
/AndroidRuntime( 2679): at java.lang.reflect.Method.invokeNative(Native Method)
/AndroidRuntime( 2679): at java.lang.reflect.Method.invoke(Method.java:511)
/AndroidRuntime( 2679): at com.android.internal.os.ZygoteInit$MethodAndArgsCa ller.run(ZygoteInit.java:985)
/AndroidRuntime( 2679): at com.android.internal.os.ZygoteInit.main(ZygoteInit .java:752)
/AndroidRuntime( 2679): at dalvik.system.NativeStart.main(Native Method)
/AndroidRuntime( 2679): Caused by: android.database.CursorIndexOutOfBoundsException: Index 0 requested, with a size of 0
/AndroidRuntime( 2679): at android.database.AbstractCursor.checkPosition(Abst ractCursor.java:400)
/AndroidRuntime( 2679): at android.database.AbstractWindowedCursor.checkPosit ion(AbstractWindowedCursor.java:136)
/AndroidRuntime( 2679): at android.database.AbstractWindowedCursor.getString( AbstractWindowedCursor.java:50)
/AndroidRuntime( 2679): at android.database.CursorWrapper.getString(CursorWra pper.java:114)
/AndroidRuntime( 2679): at com.miui.player.service.MediaPlaybackService.getTr ackName(MediaPlaybackService.java:1976)
/AndroidRuntime( 2679): at com.miui.player.service.MediaPlaybackService.open( MediaPlaybackService.java:1062)
/AndroidRuntime( 2679): at com.miui.player.service.MediaPlaybackService.openC urrent(MediaPlaybackService.java:1005)
/AndroidRuntime( 2679): at com.miui.player.service.MediaPlaybackService.reloa dQueue(MediaPlaybackService.java:525)
/AndroidRuntime( 2679): at com.miui.player.service.MediaPlaybackService.onCre ate(MediaPlaybackService.java:376)
/AndroidRuntime( 2679): at android.app.ActivityThread.handleCreateService(Act ivityThread.java:2264)
/AndroidRuntime( 2679): ... 10 more
/ActivityManager( 193): Force finishing activity r.intent.getComponent().flattenToShortString()
Think that libffmpeg is not being read and /data/data/com.miui.*.*/lib does nto have any files.
Someone please rip or give me a working music player .
PS: The music player app reinstall with root in system or /data/app folder did not resolve the problem .
No music player is working.
Someone kindly help me out with the same as i dont want to flash the firmware or do factory reset
----------
Luckily used SD Maid and set reset app to install status and lo & Pronto things worked .. Mods please delete this thread
Could you post the steps of what you did so that it could be helpful to other users if they have the same problem ?
1) Get SD Maid
2) Go to app control
3) Go to settings => Include system packages and scan system packages
4) Select The problematic app - In my case MIUI Player stopped working
5) Select Reset app to its install status.
6) Reboot the phone (Dont know if i rebooted but worth a reboot)
Things work as expected . I think a sticky can be made to help restore stuff which does not work. In my case both winamp and miui failed with the ffmpeg lib but by doing the above out of desperation things worked and once miui worked winamp started working too.

[Q] Market doesn't work with albinoman887 ROM

Market crashes with latest albinoman887 ROM:
E/DatabaseUtils( 1551): Writing exception to parcel
E/DatabaseUtils( 1551): java.lang.SecurityException: Invalid value for is_public_api: null
E/DatabaseUtils( 1551): at com.android.providers.downloads.DownloadProvider.enforceAllowedValues(DownloadProvider.java:815)
E/DatabaseUtils( 1551): at com.android.providers.downloads.DownloadProvider.checkInsertPermissions(DownloadProvider.java:733)
E/DatabaseUtils( 1551): at com.android.providers.downloads.DownloadProvider.insert(DownloadProvider.java:495)
E/DatabaseUtils( 1551): at android.content.ContentProvider$Transport.insert(ContentProvider.java:201)
E/DatabaseUtils( 1551): at android.content.ContentProviderNative.onTransact(ContentProviderNative.java:148)
E/DatabaseUtils( 1551): at android.os.Binder.execTransact(Binder.java:351)
E/DatabaseUtils( 1551): at dalvik.system.NativeStart.run(Native Method)
I/ActivityManager( 457): Displayed com.android.vending/.AssetBrowserActivity: +1s262ms
W/dalvikvm( 3669): threadid=25: thread exiting with uncaught exception (group=0x40ad8930)
E/AndroidRuntime( 3669): FATAL EXCEPTION: download-manager-thread
E/AndroidRuntime( 3669): java.lang.SecurityException: Invalid value for is_public_api: null
E/AndroidRuntime( 3669): at android.os.Parcel.readException(Parcel.java:1425)
E/AndroidRuntime( 3669): at android.database.DatabaseUtils.readExceptionFromParcel(DatabaseUtils.java:185)
E/AndroidRuntime( 3669): at android.database.DatabaseUtils.readExceptionFromParcel(DatabaseUtils.java:137)
E/AndroidRuntime( 3669): at android.content.ContentProviderProxy.insert(ContentProviderNative.java:420)
E/AndroidRuntime( 3669): at android.content.ContentResolver.insert(ContentResolver.java:866)
E/AndroidRuntime( 3669): at com.google.android.finsky.download.DownloadManagerImpl$1.run(DownloadManagerImpl.java:43)
E/AndroidRuntime( 3669): at android.os.Handler.handleCallback(Handler.java:725)
E/AndroidRuntime( 3669): at android.os.Handler.dispatchMessage(Handler.java:92)
E/AndroidRuntime( 3669): at android.os.Looper.loop(Looper.java:137)
E/AndroidRuntime( 3669): at android.os.HandlerThread.run(HandlerThread.java:60)
W/ActivityManager( 457): Force finishing activity com.android.vending/.AssetBrowserActivity
D/Finsky ( 3669): [1] SelfUpdateScheduler.checkForSelfUpdate: Skipping DFE self-update. Local Version [8016014] >= Server Version [-1]
D/Finsky ( 3669): [1] InstallerImpl.kick: Installer kick null - no action because busy.
D/Finsky ( 3669): [1] MainActivity.initializeBilling: Optimistically initializing billing parameters.
D/dalvikvm( 457): GC_EXPLICIT freed 183K, 21% free 10512K/13228K, paused 7ms+8ms, total 115ms
I/dalvikvm-heap( 3669): Grow heap (frag case) to 10.252MB for 449296-byte allocation
W/SystemClock( 3669): time going backwards: prev 304017780309(ioctl) vs now 304016132359(ioctl), tid=3691
I/Process ( 3669): Sending signal. PID: 3669 SIG: 9
I/ActivityManager( 457): Process com.android.vending (pid 3669) has died.
W/ActivityManager( 457): Scheduling restart of crashed service com.android.vending/com.google.android.finsky.services.DailyHygiene in 5000ms
Click to expand...
Click to collapse
Any suggestions, please?
Looks like I need to install http://goo.im/gapps/gapps-jb-20130301-signed.zip
Will try...
New gapp fixed the issue.
Sorry for disturbance.
the_tooon said:
New gapp fixed the issue.
Sorry for disturbance.
Click to expand...
Click to collapse
I am using the earlier version of gapps with albinoman ROM without problems. Anyway glad your problem was sorted. :thumbup:
Sent from my HTC Sensation using xda app-developers app

[Q] what is missing ?? logcat idea :D

hi,buddies
i have an question here is activity logcat
Code:
I/ActivityManager( 1752): Start proc com.htc.launcher for activity com.htc.launc
her/.Launcher: pid=3661 uid=10024 gids={3003, 1015, 1028}
D/dalvikvm( 1490): GC_EXPLICIT freed 38K, 74% free 2172K/8259K, paused 2ms+2ms,
total 37ms
D/dalvikvm( 1490): GC_EXPLICIT freed <1K, 74% free 2172K/8259K, paused 4ms+2ms,
total 40ms
E/Trace ( 3661): error opening trace file: No such file or directory (2)
D/dalvikvm( 1490): WAIT_FOR_CONCURRENT_GC blocked 1ms
D/dalvikvm( 1490): GC_EXPLICIT freed <1K, 74% free 2172K/8259K, paused 3ms+2ms,
total 41ms
I/ActivityThread( 3661): Pub com.htc.launcher.settings.facade: com.htc.launcher.
facade.LauncherProviderFacade
W/dalvikvm( 3661): Exception Ljava/lang/UnsatisfiedLinkError; thrown while initi
alizing Lcom/htc/htcjavaflag/Native;
W/dalvikvm( 3661): Exception Ljava/lang/ExceptionInInitializerError; thrown whil
e initializing Lcom/htc/htcjavaflag/HtcBuildFlag;
W/dalvikvm( 3661): Exception Ljava/lang/ExceptionInInitializerError; thrown whil
e initializing Lcom/htc/launcher/util/SettingUtil;
W/dalvikvm( 3661): Exception Ljava/lang/ExceptionInInitializerError; thrown whil
e initializing Lcom/htc/launcher/util/Logger;
W/dalvikvm( 3661): Exception Ljava/lang/ExceptionInInitializerError; thrown whil
e initializing Lcom/htc/launcher/LauncherProvider;
W/dalvikvm( 3661): Class init failed in newInstance call (Lcom/htc/launcher/faca
de/LauncherProviderFacade;)
D/AndroidRuntime( 3661): Shutting down VM
W/dalvikvm( 3661): threadid=1: thread exiting with uncaught exception (group=0x4
114c300)
E/AndroidRuntime( 3661): FATAL EXCEPTION: main
E/AndroidRuntime( 3661): java.lang.ExceptionInInitializerError
E/AndroidRuntime( 3661): at java.lang.Class.newInstanceImpl(Native Method
)
E/AndroidRuntime( 3661): at java.lang.Class.newInstance(Class.java:1319)
E/AndroidRuntime( 3661): at android.app.ActivityThread.installProvider(Ac
tivityThread.java:4733)
E/AndroidRuntime( 3661): at android.app.ActivityThread.installContentProv
iders(ActivityThread.java:4375)
E/AndroidRuntime( 3661): at android.app.ActivityThread.handleBindApplicat
ion(ActivityThread.java:4317)
E/AndroidRuntime( 3661): at android.app.ActivityThread.access$1300(Activi
tyThread.java:142)
E/AndroidRuntime( 3661): at android.app.ActivityThread$H.handleMessage(Ac
tivityThread.java:1268)
E/AndroidRuntime( 3661): at android.os.Handler.dispatchMessage(Handler.ja
va:99)
E/AndroidRuntime( 3661): at android.os.Looper.loop(Looper.java:137)
E/AndroidRuntime( 3661): at android.app.ActivityThread.main(ActivityThrea
d.java:4931)
E/AndroidRuntime( 3661): at java.lang.reflect.Method.invokeNative(Native
Method)
E/AndroidRuntime( 3661): at java.lang.reflect.Method.invoke(Method.java:5
11)
E/AndroidRuntime( 3661): at com.android.internal.os.ZygoteInit$MethodAndA
rgsCaller.run(ZygoteInit.java:791)
E/AndroidRuntime( 3661): at com.android.internal.os.ZygoteInit.main(Zygot
eInit.java:558)
E/AndroidRuntime( 3661): at dalvik.system.NativeStart.main(Native Method)
E/AndroidRuntime( 3661): Caused by: java.lang.ExceptionInInitializerError
E/AndroidRuntime( 3661): at com.htc.launcher.LauncherProvider.<clinit>(La
uncherProvider.java:79)
E/AndroidRuntime( 3661): ... 15 more
E/AndroidRuntime( 3661): Caused by: java.lang.ExceptionInInitializerError
E/AndroidRuntime( 3661): at com.htc.launcher.util.Logger.<clinit>(Logger.
java:10)
E/AndroidRuntime( 3661): ... 16 more
E/AndroidRuntime( 3661): Caused by: java.lang.ExceptionInInitializerError
E/AndroidRuntime( 3661): at com.htc.launcher.util.SettingUtil.<clinit>(Se
ttingUtil.java:17)
E/AndroidRuntime( 3661): ... 17 more
E/AndroidRuntime( 3661): Caused by: java.lang.ExceptionInInitializerError
E/AndroidRuntime( 3661): at com.htc.htcjavaflag.HtcDebugFlag.getProject(H
tcDebugFlag.java)
E/AndroidRuntime( 3661): at com.htc.htcjavaflag.HtcBuildFlag.getHtc_PROJE
CT_flag(HtcBuildFlag.java)
E/AndroidRuntime( 3661): at com.htc.htcjavaflag.HtcBuildFlag.<clinit>(Htc
BuildFlag.java)
E/AndroidRuntime( 3661): ... 18 more
E/AndroidRuntime( 3661): Caused by: java.lang.UnsatisfiedLinkError: Cannot load
library: link_image[1916]: 1490 could not load needed library 'libhtcflag_nativ
e.so' for 'libhtcflag-jni.so' (reloc_library[1331]: 1490 cannot locate '__htclo
g_init_mask'...
E/AndroidRuntime( 3661): )
E/AndroidRuntime( 3661): at java.lang.Runtime.loadLibrary(Runtime.java:39
1)
E/AndroidRuntime( 3661): at java.lang.System.loadLibrary(System.java:535)
E/AndroidRuntime( 3661): at com.htc.htcjavaflag.Native.<clinit>(HtcDebugF
lag.java)
E/AndroidRuntime( 3661): ... 21 more
W/ActivityManager( 1752): Force finishing activity com.htc.launcher/.Launcher
W/ActivityManager( 1752): Activity pause timeout for ActivityRecord{41585298 com
.htc.launcher/.Launcher}
So,what is wrong?? can somebody help?
EDIT :
after copying dalvikvm.causes other problems .so i completely removed rom and im using base as these roms.porting from these links.
http://forum.xda-developers.com/show....php?t=2321867
http://forum.xda-developers.com/show....php?t=2184706
http://forum.xda-developers.com/show....php?t=2185699
and now i have completely different problem. system/lib/hw files compability problems
Code:
E/MediaPlayerService(23381): MediaPlayerService(), open failed /sys/power/pnpmgr
/apps/media_mode
E/BandwidthController(23382): runIptablesCmd(): failed /system/bin/iptables -t r
aw -N bw_raw_PREROUTING res=256
E/BandwidthController(23382): runIptablesCmd(): failed /system/bin/ip6tables -t
raw -N bw_raw_PREROUTING res=256
E/logwrapper(23507): executing /system/bin/zcb failed: Permission denied
E/JNIHelp (23508): Native registration unable to find class 'com/broadcom/bt/ser
vice/fm/FmReceiverService', aborting
F/libc (23508): Fatal signal 11 (SIGSEGV) at 0xdeadbaad (code=1), thread 2350
8 (zygote)
this problem repeating. i copied classes to framework2.jar and services.jar but still doesnt work..i deleted somefiles in system/lib/hw and only changed camera.default.so file.actually im getting about 10 problems.
can somebody help again??
Doğa you need to ask a recognized developer this
Sent from my One V using Tapatalk 4 Beta
any idea??
Are you trying port a sense ROM to non-HTC device?
yes and no lol
i'm trying port sense 5 for htc one v - we didnt get official update.
try to copy dalvikvm
forumber2 said:
try to copy dalvikvm
Click to expand...
Click to collapse
oba abi sen türk değilmisin ya kocaeli-gebze
dalvikvm yi kopyalayınca milyon tane başka bişey istiyor onun yerine şu linklerdeki portları birleştirip htc one v ye portlamayı deniyorum şimdide başka problemler çıktı ama
translate : after copying dalvikvm.causes other problems .so i completely removed rom and im using base as these roms.porting from these links.
http://forum.xda-developers.com/showthread.php?t=2321867
http://forum.xda-developers.com/showthread.php?t=2184706
http://forum.xda-developers.com/showthread.php?t=2185699
devamını ingilizce yazcam yoksa ban veriyolar
and now i have completely different problem. system/lib/hw files compability problems
Code:
E/MediaPlayerService(23381): MediaPlayerService(), open failed /sys/power/pnpmgr
/apps/media_mode
E/BandwidthController(23382): runIptablesCmd(): failed /system/bin/iptables -t r
aw -N bw_raw_PREROUTING res=256
E/BandwidthController(23382): runIptablesCmd(): failed /system/bin/ip6tables -t
raw -N bw_raw_PREROUTING res=256
E/logwrapper(23507): executing /system/bin/zcb failed: Permission denied
E/JNIHelp (23508): Native registration unable to find class 'com/broadcom/bt/ser
vice/fm/FmReceiverService', aborting
F/libc (23508): Fatal signal 11 (SIGSEGV) at 0xdeadbaad (code=1), thread 2350
8 (zygote)
this problem repeating. i copied classes to framework2.jar and services.jar but still doesnt work..i deleted somefiles in system/lib/hw and only changed camera.default.so file.actually im getting about 10 problems.
can somebody help again??

Categories

Resources