Phone is a model C110 (some chinese clone MTK65x3). Came with a bunch of apps installed already. Since I don't even have a facebook account, deleted most of these apps.
Now when I try to open contacts it crashes. (with android.process.acore has stopped unexpectedly. Don't tell me to clear the contact storage cache. have done that already, even a factory reset)
Installed logcat. recorded errors:
09-05 15:54:55.298 E/ActivityThread( 1169): Failed to find provider info for com.mediatek.SnsContentProvider.SNSProvider
09-05 15:54:55.298 E/SNS::ERROR( 1169): END---------DataManager::getFaces SQL ERROR.
09-05 15:54:55.313 E/ActivityThread( 1169): Failed to find provider info for com.mediatek.SnsContentProvider.SNSProvider
09-05 15:54:55.313 E/SNS::ERROR( 1169): END---------DataManager::getAllSnsAccountInfo---------SQL ERROR
09-05 15:54:55.319 E/ActivityThread( 1169): Failed to find provider info for com.mediatek.SnsContentProvider.SNSProvider
09-05 15:54:55.319 E/SNS::ERROR( 1169): END---------DataManager::getTextShow SQL ERROR.
09-05 15:54:55.337 E/ActivityThread( 1169): Failed to find provider info for com.mediatek.SnsContentProvider.SNSProvider
09-05 15:54:55.337 E/SNS::ERROR( 1169): END---------DataManager::getTextShow SQL ERROR.
09-05 15:54:55.338 E/AndroidRuntime( 1169): FATAL EXCEPTION: Thread-18
09-05 15:54:55.338 E/AndroidRuntime( 1169): java.lang.NullPointerException
09-05 15:54:55.338 E/AndroidRuntime( 1169): at com.mediatek.wsp.util.EmotionParser.getEmotionNum(EmotionParser.java:383)
09-05 15:54:55.338 E/AndroidRuntime( 1169): at com.android.contacts.ContactsListActivity$InitLoaderThread.run(ContactsListActivity.java:1961)
09-05 15:54:55.457 E/ActivityThread( 1169): Failed to find provider info for com.mediatek.SnsContentProvider.SNSProvider
09-05 15:54:55.457 E/SNS::ERROR( 1169): END---------DataManager::getAllSnsAccountInfo---------SQL ERROR
09-05 15:54:55.672 E/AEE ( 180): read_cmdline:android.process.acore
09-05 15:54:55.779 E/ActivityThread( 1169): Activity com.android.contacts.ContactOwnerActivity has leaked IntentReceiver com.andr[email protected]4057c040 that was originally registered here. Are you missing a call to unregisterReceiver()?
09-05 15:54:55.779 E/ActivityThread( 1169): android.app.IntentReceiverLeaked: Activity com.android.contacts.ContactOwnerActivity has leaked IntentReceiver com.andr[email protected]4057c040 that was originally registered here. Are you missing a call to unregisterReceiver()?
Thought that I download this SNSContentProvider from somewhere and install it again. Nowhere to find such an application.
Found out that this is a samsung something, so searched for a samsung rom and extracted the SNSContetnProvider.apk, SNSCommon.apk, SNSWidget.apk, SNSWidget24.apk. Tried to install. no avail. It has some certificate problems. First error is that classes.dex is not signed, after signing it with signare 1.3 and jdk 1.7 still no luck. checking it with jarsigner -verify *.apk I get SHA1 digest errors.
Thought that maybe copying it to the system/app folder through adb will help, but no.
Is there some way to install a contacts apk that does not look for sns information at all?
I know that I should restore from backup. But if I had a backup I would not have tried all the other things at first.
Tried searching through the forum but it seems that no one else has this problem
thanks
tom
It seems that your phone has the same "system" like mine. try to copy my files into system/app, and install them via adb . i accidently deleted my launcher2.apk and got it back the same way. i hope that helps
Chrizzly92 said:
It seems that your phone has the same "system" like mine. try to copy my files into system/app, and install them via adb . i accidently deleted my launcher2.apk and got it back the same way. i hope that helps
Click to expand...
Click to collapse
First of all thanks for the files, but ...
- If I copy/install only the apk files then snscontentprovider stops "unexpectedly" with this error:
09-14 09:25:30.542 E/AndroidRuntime( 8406): FATAL EXCEPTION: main
09-14 09:25:30.542 E/AndroidRuntime( 8406): java.lang.RuntimeException: Unable to get provider com.mediatek.SnsContentProvider.SNSProvider: java.lang.ClassNotFoundException: com.mediatek.SnsContentProvider.SNSProvider in loader dalvik.system.PathClassLoader[/system/app/SnsContentProvider.apk]
09-14 09:25:30.542 E/AndroidRuntime( 8406): at android.app.ActivityThread.installProvider(ActivityThread.java:3653)
09-14 09:25:30.542 E/AndroidRuntime( 8406): at android.app.ActivityThread.installContentProviders(ActivityThread.java:3405)
09-14 09:25:30.542 E/AndroidRuntime( 8406): at android.app.ActivityThread.handleBindApplication(ActivityThread.java:3361)
09-14 09:25:30.542 E/AndroidRuntime( 8406): at android.app.ActivityThread.access$2200(ActivityThread.java:155)
09-14 09:25:30.542 E/AndroidRuntime( 8406): at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1031)
09-14 09:25:30.542 E/AndroidRuntime( 8406): at android.os.Handler.dispatchMessage(Handler.java:130)
09-14 09:25:30.542 E/AndroidRuntime( 8406): at android.os.Looper.loop(SourceFile:351)
09-14 09:25:30.542 E/AndroidRuntime( 8406): at android.app.ActivityThread.main(ActivityThread.java:3814)
09-14 09:25:30.542 E/AndroidRuntime( 8406): at java.lang.reflect.Method.invokeNative(Native Method)
09-14 09:25:30.542 E/AndroidRuntime( 8406): at java.lang.reflect.Method.invoke(Method.java:538)
09-14 09:25:30.542 E/AndroidRuntime( 8406): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:901)
09-14 09:25:30.542 E/AndroidRuntime( 8406): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:659)
09-14 09:25:30.542 E/AndroidRuntime( 8406): at dalvik.system.NativeStart.main(Native Method)
09-14 09:25:30.542 E/AndroidRuntime( 8406): Caused by: java.lang.ClassNotFoundException: com.mediatek.SnsContentProvider.SNSProvider in loader dalvik.system.PathClassLoader[/system/app/SnsContentProvider.apk]
09-14 09:25:30.542 E/AndroidRuntime( 8406): at dalvik.system.PathClassLoader.findClass(PathClassLoader.java:271)
09-14 09:25:30.542 E/AndroidRuntime( 8406): at java.lang.ClassLoader.loadClass(ClassLoader.java:582)
09-14 09:25:30.542 E/AndroidRuntime( 8406): at java.lang.ClassLoader.loadClass(ClassLoader.java:542)
09-14 09:25:30.542 E/AndroidRuntime( 8406): at android.app.ActivityThread.installProvider(ActivityThread.java:3638)
09-14 09:25:30.542 E/AndroidRuntime( 8406): ... 12 more
09-14 09:25:30.963 E/AEE ( 180): read_cmdline:com.mediatek.SnsContentProvider
- if I copy the obex files also, then opening contacts hangs the phone.
So now I'm searching for two solutions:
- Compile my own android without all the irrelevant stuff (but a bit too newbie in this area)
- Get the stock rom from the manufacturer
Hi,
I've been struggling to get Netflix and HBO Nordic working on my Galaxy S2 running Cyanogenmod 10.1 nightlies. I've tried Netflix 2.1.1 and 1.8.1, and a modded HBO 1.0 app bypassing the root check.
Here are some logcat (*:W) excerpts from the different apps.
HBO Nordic app, force closes upon pressing play:
Code:
W/AudioService( 2198): RemoteControlClient died
F/libc (26548): Fatal signal 11 (SIGSEGV) at 0x00000000 (code=1), thread 26548 (drmserver)
W/DrmManagerClientImpl(Native)(26554): DrmManager server died!
E/WVMExtractor(28011): Drm manager failed to initialize.
E/MediaPlayer(26554): error (1, -2147483648)
E/MediaPlayer(26554): Error (1,-2147483648)
W/dalvikvm(26554): threadid=1: thread exiting with uncaught exception (group=0x40f2f930)
E/AndroidRuntime(26554): FATAL EXCEPTION: main
E/AndroidRuntime(26554): java.lang.NullPointerException
E/AndroidRuntime(26554): at com.hbo.android.app.activity.VideoActivity.finishWithError(VideoActivity.java:240)
E/AndroidRuntime(26554): at com.hbo.android.app.activity.VideoActivity.access$2(VideoActivity.java:236)
E/AndroidRuntime(26554): at com.hbo.android.app.activity.VideoActivity$2.onMediaPlayerError(VideoActivity.java:108)
E/AndroidRuntime(26554): at com.hbo.android.app.widget.video.player.PlayerBase.onError(PlayerBase.java:425)
E/AndroidRuntime(26554): at com.hbo.android.app.widget.video.player.internal.BaseVideoView$4.onError(BaseVideoView.java:372)
E/AndroidRuntime(26554): at android.media.MediaPlayer$EventHandler.handleMessage(MediaPlayer.java:2003)
E/AndroidRuntime(26554): at android.os.Handler.dispatchMessage(Handler.java:99)
E/AndroidRuntime(26554): at android.os.Looper.loop(Looper.java:137)
E/AndroidRuntime(26554): at android.app.ActivityThread.main(ActivityThread.java:5191)
E/AndroidRuntime(26554): at java.lang.reflect.Method.invokeNative(Native Method)
E/AndroidRuntime(26554): at java.lang.reflect.Method.invoke(Method.java:511)
E/AndroidRuntime(26554): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:795)
E/AndroidRuntime(26554): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:562)
E/AndroidRuntime(26554): at dalvik.system.NativeStart.main(Native Method)
W/ActivityManager( 2198): Force finishing activity com.hbo.android.app/.activity.VideoActivity
W/ActivityManager( 2198): Activity pause timeout for ActivityRecord{41d77aa8 u0 com.hbo.android.app/.activity.VideoActivity}
W/InputDispatcher( 2198): channel '419febd8 com.hbo.android.app/com.hbo.android.app.activity.MainActivity (server)' ~ Consumer closed input channel or an error occurred. events=0x9
E/InputDispatcher( 2198): channel '419febd8 com.hbo.android.app/com.hbo.android.app.activity.MainActivity (server)' ~ Channel is unrecoverably broken and will be disposed!
W/InputDispatcher( 2198): channel '41938168 com.hbo.android.app/com.hbo.android.app.activity.VideoActivity (server)' ~ Consumer closed input channel or an error occurred. events=0x9
E/InputDispatcher( 2198): channel '41938168 com.hbo.android.app/com.hbo.android.app.activity.VideoActivity (server)' ~ Channel is unrecoverably broken and will be disposed!
W/InputDispatcher( 2198): Attempted to unregister already unregistered input channel '419febd8 com.hbo.android.app/com.hbo.android.app.activity.MainActivity (server)'
W/InputDispatcher( 2198): Attempted to unregister already unregistered input channel '41938168 com.hbo.android.app/com.hbo.android.app.activity.VideoActivity (server)'
E/Trace (28321): error opening trace file: No such file or directory (2)
E/Trace (28356): error opening trace file: No such file or directory (2)
Netflix 1.8.1, plays sound and shows subtitles, but no video:
Code:
W/ActivityManager( 2198): Scheduling restart of crashed service com.teamhacksung.tvout/.TvOutService in 5000ms
W/libc (27869): pthread_create sched_setscheduler call failed: Operation not permitted
W/libc (27869): pthread_create sched_setscheduler call failed: Operation not permitted
W/libc (27869): pthread_create sched_setscheduler call failed: Operation not permitted
W/libc (27869): pthread_create sched_setscheduler call failed: Operation not permitted
W/libc (27869): pthread_create sched_setscheduler call failed: Operation not permitted
W/libc (27869): pthread_create sched_setscheduler call failed: Operation not permitted
E/Trace (28011): error opening trace file: No such file or directory (2)
E/SEC_COMP_REGS(28011): .
E/SEC_COMP_REGS(28011): ..
E/SEC_COMP_REGS(28011): libOMX.SEC.AVC.Decoder.so
E/SEC_COMP_REGS(28011): Path & libName : /system/lib/omx/libOMX.SEC.AVC.Decoder.so
E/SEC_COMP_REGS(28011): libOMX.SEC.AVC.Encoder.so
E/SEC_COMP_REGS(28011): Path & libName : /system/lib/omx/libOMX.SEC.AVC.Encoder.so
E/SEC_COMP_REGS(28011): libOMX.SEC.M4V.Decoder.so
E/SEC_COMP_REGS(28011): Path & libName : /system/lib/omx/libOMX.SEC.M4V.Decoder.so
E/SEC_COMP_REGS(28011): libOMX.SEC.M4V.Encoder.so
E/SEC_COMP_REGS(28011): Path & libName : /system/lib/omx/libOMX.SEC.M4V.Encoder.so
E/SEC_COMP_REGS(28011): libOMX.SEC.WMV.Decoder.so
E/SEC_COMP_REGS(28011): Path & libName : /system/lib/omx/libOMX.SEC.WMV.Decoder.so
E/OMXNodeInstance(28011): OMX_GetExtensionIndex failed
E/ ( 1864): egl_android_pixel_format* _egl_android_get_native_buffer_format(android_native_buffer_t*) unsupported native buffer format (0x13)
E/SurfaceTexture( 1864): [SurfaceView] error creating EGLImage: 0x3003
E/SurfaceTexture( 1864): [SurfaceView] updateTexImage: acquire failed: Unknown error 2147483648 (-2147483648)
E/ ( 1864): egl_android_pixel_format* _egl_android_get_native_buffer_format(android_native_buffer_t*) unsupported native buffer format (0x13)
E/SurfaceTexture( 1864): [SurfaceView] error creating EGLImage: 0x3003
E/SurfaceTexture( 1864): [SurfaceView] updateTexImage: acquire failed: Unknown error 2147483648 (-2147483648)
E/BufferQueue( 1864): [SurfaceView] acquireBuffer: max acquired buffer count reached: 2 (max=1)
E/SurfaceTexture( 1864): [SurfaceView] updateTexImage: acquire failed: Function not implemented (-38)
E/Trace (28196): error opening trace file: No such file or directory (2)
W/InputEventReceiver( 2198): Attempted to finish an input event but the input event receiver has already been disposed.
W/InputEventReceiver( 2198): Attempted to finish an input event but the input event receiver has already been disposed.
W/AudioFlinger(28011): session id 277 not found for pid 2198
E/BufferQueue( 1864): [SurfaceView] dequeueBuffer: SurfaceTexture has been abandoned!
E/ACodec (28011): dequeueBuffer failed.
E/BufferQueue( 1864): [SurfaceView] queueBuffer: SurfaceTexture has been abandoned!
E/SurfaceTextureClient(28011): queueBuffer: error queuing buffer to SurfaceTexture, -19
E/NuPlayer(28011): Received error from video decoder, aborting playback.
W/BufferQueue( 1864): [SurfaceView] cancelBuffer: BufferQueue has been abandoned!
W/AudioService( 2198): stream was not muted by this client
E/AudioService( 2198): Could not get client death handler for stream: 3
Netflix 2.1.1, stuck on loading screen:
Code:
W/dalvikvm(28732): method Lcom/netflix/mediaclient/android/widget/NetflixSeekBar;.onKeyChange incorrectly overrides package-private method with same name in Landroid/widget/AbsSeekBar;
E/SEC_COMP_REGS(28732): .
E/SEC_COMP_REGS(28732): ..
E/SEC_COMP_REGS(28732): libOMX.SEC.AVC.Decoder.so
E/SEC_COMP_REGS(28732): Path & libName : /system/lib/omx/libOMX.SEC.AVC.Decoder.so
E/SEC_COMP_REGS(28732): libOMX.SEC.AVC.Encoder.so
E/SEC_COMP_REGS(28732): Path & libName : /system/lib/omx/libOMX.SEC.AVC.Encoder.so
E/SEC_COMP_REGS(28732): libOMX.SEC.M4V.Decoder.so
E/SEC_COMP_REGS(28732): Path & libName : /system/lib/omx/libOMX.SEC.M4V.Decoder.so
E/SEC_COMP_REGS(28732): libOMX.SEC.M4V.Encoder.so
E/SEC_COMP_REGS(28732): Path & libName : /system/lib/omx/libOMX.SEC.M4V.Encoder.so
E/SEC_COMP_REGS(28732): libOMX.SEC.WMV.Decoder.so
E/SEC_COMP_REGS(28732): Path & libName : /system/lib/omx/libOMX.SEC.WMV.Decoder.so
E/OMXNodeInstance(28732): OMX_GetExtensionIndex failed
E/NetflixTransport-JNI(28732): Java_com_netflix_mediaclient_javabridge_transport_NativeTransport_native_1setVOapi systemAndroid set VO API
E/NetflixTransport-JNI(28732): Custom params sw analytics params set
E/Trace (28929): error opening trace file: No such file or directory (2)
E/Trace (28959): error opening trace file: No such file or directory (2)
E/Trace (28976): error opening trace file: No such file or directory (2)
E/nf_service(28732): Unable to get instance of PlayerActivity, only pass stateChnage event to MP
Anyone have a clue what might be wrong? Is it a DRM decrypting process that doesn't work, as I suspect?
Hello everyone,
I have some problems with porting PAC to HTC Sensation:
1. getVolumeState(/mnt/usbdisk): Unknown volume - beacuse of that I have f/c on settings/storage and can't mount SD card. Workaround - pull and push sd card than can it read it. Here is full logcat:
Code:
W/MountService( 436): getVolumeState(/mnt/usbdisk): Unknown volume
D/AndroidRuntime(13478): Shutting down VM
W/dalvikvm(13478): threadid=1: thread exiting with uncaught exception (group=0x40af5930)
E/AndroidRuntime(13478): FATAL EXCEPTION: main
E/AndroidRuntime(13478): java.lang.IllegalArgumentException
E/AndroidRuntime(13478): at android.os.Parcel.readException(Parcel.java:1429)
E/AndroidRuntime(13478): at android.os.Parcel.readException(Parcel.java:1379)
E/AndroidRuntime(13478): at android.os.storage.IMountService$Stub$Proxy.getVolumeState(IMountService.java:241)
E/AndroidRuntime(13478): at android.os.storage.StorageManager.getVolumeState(StorageManager.java:555)
E/AndroidRuntime(13478): at com.android.settings.deviceinfo.StorageVolumePreferenceCategory.updatePreferencesFromState(StorageVolumePreferenceCategory.java:241)
E/AndroidRuntime(13478): at com.android.settings.deviceinfo.StorageVolumePreferenceCategory.updateApproximate(StorageVolumePreferenceCategory.java:335)
E/AndroidRuntime(13478): at com.android.settings.deviceinfo.StorageVolumePreferenceCategory$1.handleMessage(StorageVolumePreferenceCategory.java:91)
E/AndroidRuntime(13478): at android.os.Handler.dispatchMessage(Handler.java:99)
E/AndroidRuntime(13478): at android.os.Looper.loop(Looper.java:137)
E/AndroidRuntime(13478): at android.app.ActivityThread.main(ActivityThread.java:5237)
E/AndroidRuntime(13478): at java.lang.reflect.Method.invokeNative(Native Method)
E/AndroidRuntime(13478): at java.lang.reflect.Method.invoke(Method.java:511)
E/AndroidRuntime(13478): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:799)
E/AndroidRuntime(13478): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:566)
E/AndroidRuntime(13478): at dalvik.system.NativeStart.main(Native Method)
W/ActivityManager( 436): Force finishing activity com.android.settings/.Settings
W/ActivityManager( 436): Activity pause timeout for ActivityRecord{40f15f58 u0 com.android.settings/.Settings}
W/ThrottleService( 436): unable to find stats for iface rmnet0
2. Menu settings doesn't work. After touching softkey or the key on the screen it doesn't show program settings. I don't know how to fix it...
Thanks for any help!
You can PM or answer this thread.
Regards,
Hellmanor.
bump.
bump again.
More logcat:
Code:
I/DefContainer-JNI( 1584): error opening: /storage/sdcard0: Permission denied
D/StorageMeasurement( 1919): getDirectorySize(/storage/sdcard0) returned 0
W/StorageMeasurement( 1919): Problem in container service
W/StorageMeasurement( 1919): java.lang.IllegalStateException: libcore.io.ErrnoException: statfs failed: ENOENT (No such file or directory)
W/StorageMeasurement( 1919): at android.os.Parcel.readException(Parcel.java:1433)
W/StorageMeasurement( 1919): at android.os.Parcel.readException(Parcel.java:1379)
W/StorageMeasurement( 1919): at com.android.internal.app.IMediaContainerService$Stub$Proxy.getFileSystemStats(IMediaContainerService.java:464)
W/StorageMeasurement( 1919): at com.android.settings.deviceinfo.StorageMeasurement$MeasurementHandler.measureApproximateStorage(StorageMeasurement.java:384)
W/StorageMeasurement( 1919): at com.android.settings.deviceinfo.StorageMeasurement$MeasurementHandler.handleMessage(StorageMeasurement.java:350)
W/StorageMeasurement( 1919): at android.os.Handler.dispatchMessage(Handler.java:99)
W/StorageMeasurement( 1919): at android.os.Looper.loop(Looper.java:137)
W/StorageMeasurement( 1919): at android.os.HandlerThread.run(HandlerThread.java:60)
I/DefContainer-JNI( 1584): error opening: /storage/sdcard0: Permission denied
D/StorageMeasurement( 1919): getDirectorySize(/storage/sdcard0/Android) returned 0
D/StorageMeasurement( 1919): getDirectorySize(/storage/sdcard0) returned 0
D/StorageMeasurement( 1919): getDirectorySize(/storage/sdcard0/Podcasts) returned 0
D/StorageMeasurement( 1919): getDirectorySize(/storage/sdcard0/DCIM) returned 0
D/StorageMeasurement( 1919): getDirectorySize(/storage/sdcard0/Ringtones) returned 0
D/StorageMeasurement( 1919): getDirectorySize(/storage/sdcard0/Movies) returned 0
D/StorageMeasurement( 1919): getDirectorySize(/storage/sdcard0/Alarms) returned 0
D/StorageMeasurement( 1919): getDirectorySize(/storage/sdcard0/Music) returned 0
D/StorageMeasurement( 1919): getDirectorySize(/storage/sdcard0/Notifications) returned 0
D/StorageMeasurement( 1919): getDirectorySize(/storage/sdcard0/Pictures) returned 0
D/StorageMeasurement( 1919): getDirectorySize(/storage/sdcard0/Download) returned 0
I/DefContainer-JNI( 1584): error opening: /storage/sdcard0: Permission denied
D/StorageMeasurement( 1919): getDirectorySize(/storage/sdcard0) returned 0
D/AndroidRuntime( 1919): Shutting down VM
W/dalvikvm( 1919): threadid=1: thread exiting with uncaught exception (group=0x40b09930)
W/MountService( 434): getVolumeState(/mnt/usbdisk): Unknown volume
E/AndroidRuntime( 1919): FATAL EXCEPTION: main
E/AndroidRuntime( 1919): java.lang.IllegalArgumentException
E/AndroidRuntime( 1919): at android.os.Parcel.readException(Parcel.java:1429)
E/AndroidRuntime( 1919): at android.os.Parcel.readException(Parcel.java:1379)
E/AndroidRuntime( 1919): at android.os.storage.IMountService$Stub$Proxy.getVolumeState(IMountService.java:241)
E/AndroidRuntime( 1919): at android.os.storage.StorageManager.getVolumeState(StorageManager.java:555)
E/AndroidRuntime( 1919): at com.android.settings.deviceinfo.StorageVolumePreferenceCategory.updatePreferencesFromState(StorageVolumePreferenceCategory.java:241)
E/AndroidRuntime( 1919): at com.android.settings.deviceinfo.StorageVolumePreferenceCategory.updateApproximate(StorageVolumePreferenceCategory.java:335)
E/AndroidRuntime( 1919): at com.android.settings.deviceinfo.StorageVolumePreferenceCategory$1.handleMessage(StorageVolumePreferenceCategory.java:91)
E/AndroidRuntime( 1919): at android.os.Handler.dispatchMessage(Handler.java:99)
E/AndroidRuntime( 1919): at android.os.Looper.loop(Looper.java:137)
E/AndroidRuntime( 1919): at android.app.ActivityThread.main(ActivityThread.java:5237)
E/AndroidRuntime( 1919): at java.lang.reflect.Method.invokeNative(Native Method)
E/AndroidRuntime( 1919): at java.lang.reflect.Method.invoke(Method.java:511)
E/AndroidRuntime( 1919): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:799)
E/AndroidRuntime( 1919): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:566)
E/AndroidRuntime( 1919): at dalvik.system.NativeStart.main(Native Method)
W/ActivityManager( 434): Force finishing activity com.android.settings/.Settings
Hello, first of all I wanted to look in to the problem by searching on the forum, but since my phone is "one of a kind", I had no luck. So my problem is the following, a while back, I bought from orange a phone (apparently, branded by them and assembled by gigabyte). Orange nivo, or coolpad nivo. Hell if I know it's real name! I wanted to root it so I went on google and I found the easyest possible way, which at that time was Framaroot, Everything went well, I installed it and it worked fine, I installed the apps that I wanted root for in the first place (directory bind and a few games), but this morning on my way to work I wanted to listen some music, and I opened the default app since I had no aftermarket one for music, and the software started acting up... Since I was walking and I couldn't fix the problem without rebooting the phone I decided the easyest way was turn it off and then back on again. Well here was my mistake, my phone wont load past that "orange" logo they've added in the custom android version they build. Oh I wanted to mention that I've installed titanium backup as well to remove some of the bloatware they introduced to my (rather small) memory.
More details:
I tried to wipe any day off the device (not sure if it worked, when I start the recovery console and go to wipe data, it finishes almost instantly).
I tried clearing cache partition, didn't work.
When I connect the device to a pc, it finds the hardware, also on a new pc it installs the driver software.
The phone actually heats up a little, so I suppose some processes are running(?).
When I turned it off, I had a message "Music has stopped working" then I hit power off, the headset was plugged in.
Honestly, I'm out of ideas, I'll probably send it over to the retailer to 'fix' it but i'm not sure how much they'll do about it since I removed their beloved bloatware and also rooted the phone (since, I suppose I hard reseted the phone, the root should be gone?)
Also this is the second time I hard reset the phone, the first time went on just fine.
I had pimp my droid installed, so I think that I ****ed up over there(?).
Apps I removed with titanium back up are: Deezer, My orange account, Swype keyboard, a few gameloft games.
Any ideas, what should I do before I go over to the retailer?
Well first of all hard resetting your phone doesn't necessarily remove root and sometimes after hard resetting a phone which is rooted it might mess up the partition table. Try finding a tool which you can use to go to stock and then see if the problem persists.
Sent from my HTC Velocity 4G using Tapatalk 4 beta
WildfireDEV said:
Well first of all hard resetting your phone doesn't necessarily remove root and sometimes after hard resetting a phone which is rooted it might mess up the partition table. Try finding a tool which you can use to go to stock and then see if the problem persists.
Sent from my HTC Velocity 4G using Tapatalk 4 beta
Click to expand...
Click to collapse
I understand, first time it went fine and it also removed the root. I thought it would work the same. However, since I am really new to this kind of things, what do you mean by "finding a tool which you can use to go to stock"?
[persist.radio.adb_log_on]: [1]
[persist.radio.apm_sim_not_pwdn]: [1]
[persist.radio.mode_pref_nv10]: [1]
[persist.rild.nitz_long_ons_0]: []
[persist.rild.nitz_long_ons_1]: []
[persist.rild.nitz_long_ons_2]: []
[persist.rild.nitz_long_ons_3]: []
[persist.rild.nitz_plmn]: []
[persist.rild.nitz_short_ons_0]: []
[persist.rild.nitz_short_ons_1]: []
[persist.rild.nitz_short_ons_2]: []
[persist.rild.nitz_short_ons_3]: []
[persist.service.cdrom.enable]: [1]
[persist.service.swiqi2.enable]: [1]
[persist.sys.country]: [RO]
[persist.sys.emmcsdcard.enabled]: [0]
[persist.sys.fastbootup.mode]: [0]
[persist.sys.hidefangdao]: [0]
[persist.sys.language]: [ro]
[persist.sys.mpversion]: [8X25-SSRSKOLYM-2050]
[persist.sys.purgeable_assets]: [1]
[persist.sys.strictmode.visual]: [false]
[persist.sys.timezone]: [Europe/Bucharest]
[persist.sys.usb.config]: [mass_storage,serial_smd,adb]
[persist.sys.use_dithering]: [1]
[persist.yulong.log.level]: [YWW4]
[persist.yulong.ylcrash.num]: [0]
[qcom.bt.dev_power_class]: [2]
[qemu.hw.mainkeys]: [1]
[ril.ecclist]: [911,112]
[ril.subscription.types]: [NV,RUIM]
[rild.libargs.2]: []
[rild.libargs]: []
[rild.libpath.2]: [/system/lib/libril-qc-qmi-1.so]
[rild.libpath]: [/system/lib/libril-qc-qmi-1.so]
[ro.allow.mock.location]: [0]
[ro.audio.pcm.samplerate]: [48000]
[ro.audio.samplerate]: [48000]
[ro.baseband]: [msm]
[ro.bluetooth.remote.autoconnect]: [true]
[ro.bluetooth.request.master]: [true]
[ro.board.platform]: [msm7627a]
[ro.boot.authorized_kernel]: [true]
[ro.boot.baseband]: [msm]
[ro.boot.bootreason]: [1]
[ro.boot.emmc]: [true]
[ro.boot.hardware]: [qcom]
[ro.boot.mode]: [normal]
[ro.boot.serialno]: [a1726eba]
[ro.bootloader]: [unknown]
[ro.bootmode]: [normal]
[ro.build.characteristics]: [default]
[ro.build.date.utc]: [1363347858]
[ro.build.date]: [2013年 03月 15日 星期五 19:44:18 CST]
[ro.build.description]: [4.1.035.P3.130315.7560U]
[ro.build.display.id]: [4.1.035.P3.130315.7560U]
[ro.build.fingerprint]: [orange/7560U/7560U:4.1.2/JZO54K/4.1.032.P3.130308.7560U
:user/release-keys]
[ro.build.host]: [mine]
[ro.build.id]: [JZO54K]
[ro.build.product]: [7560U]
[ro.build.tags]: [release-keys]
[ro.build.type]: [user]
[ro.build.user]: [mine]
[ro.build.version.codename]: [REL]
[ro.build.version.incremental]: [4.1.035.P3.130315.7560U]
[ro.build.version.release]: [4.1.2]
[ro.build.version.sdk]: [16]
[ro.camera.sound.forced]: [1]
[ro.carrier]: [unknown]
[ro.com.android.dataroaming]: [true]
[ro.com.google.clientidbase.am]: [android-orange-{country}]
[ro.com.google.clientidbase.gmm]: [android-orange-{country}]
[ro.com.google.clientidbase.ms]: [android-orange-{country}]
[ro.com.google.clientidbase.yt]: [android-coolpad]
[ro.com.google.clientidbase]: [android-coolpad]
[ro.com.google.gmsversion]: [4.1_r4]
[ro.config.alarm_alert]: [Alarm_Classic.ogg]
[ro.config.bt.nvtool.enable]: [true]
[ro.config.copytosdcard]: [1]
[ro.config.cwenable]: [1]
[ro.config.ehrpd]: [true]
[ro.config.fmcv2support]: [1]
[ro.config.notification_sound]: [pixiedust.ogg]
[ro.config.ringtone]: [Ring_Synth_04.ogg]
[ro.crypto.state]: [unencrypted]
[ro.debuggable]: [0]
[ro.emmc.sdcard.partition]: [20]
[ro.emmc]: [1]
[ro.factorytest]: [0]
[ro.fm.analogpath.supported]: [true]
[ro.fm.mulinst.recording.support]: [false]
[ro.fm.transmitter]: [false]
[ro.fuse_sdcard]: [false]
[ro.hardware]: [qcom]
[ro.hw_plat]: [8x25]
[ro.hw_platform]: [msm8x25_sku5]
[ro.hw_version]: [1.1]
[ro.max.fling_velocity]: [4000]
[ro.modem.mode]: [O]
[ro.multi.rild]: [true]
[ro.opengles.version]: [131072]
[ro.orange.region]: [RO]
[ro.product.board]: [7x27]
[ro.product.brand]: [orange]
[ro.product.cpu.abi2]: [armeabi]
[ro.product.cpu.abi]: [armeabi-v7a]
[ro.product.device]: [7560U]
[ro.product.locale.language]: [ro]
[ro.product.locale.region]: [RO]
[ro.product.manufacturer]: [Coolpad]
[ro.product.model]: [Nivo]
[ro.product.name]: [7560U]
[ro.qc.sdk.audio.fluencetype]: [fluence]
[ro.qualcomm.bluetooth.dun]: [true]
[ro.qualcomm.bluetooth.ftp]: [true]
[ro.qualcomm.bluetooth.hfp]: [true]
[ro.qualcomm.bluetooth.hsp]: [true]
[ro.qualcomm.bluetooth.map]: [true]
[ro.qualcomm.bluetooth.nap]: [true]
[ro.qualcomm.bluetooth.opp]: [true]
[ro.qualcomm.bluetooth.pbap]: [true]
[ro.qualcomm.bluetooth.sap]: [false]
[ro.qualcomm.cabl]: [0]
[ro.reboot_event]: []
[ro.revision]: [0]
[ro.ril.enable.amr.wideband]: [1]
[ro.ril.transmitpower]: [true]
[ro.screen.layout]: [normal]
[ro.secure]: [1]
[ro.serialno]: [a1726eba]
[ro.service.swiqi2.supported]: [true]
[ro.setupwizard.mode]: [DISABLED]
[ro.sf.7x27A.lcd_density]: [240]
[ro.sf.8x25.lcd_density]: [240]
[ro.sf.lcd_density]: [240]
[ro.telephony.call_ring.multiple]: [false]
[ro.use_data_netmgrd]: [true]
[ro.vendor.extension_library]: [/system/lib/libqc-opt.so]
[ro.wifi.channels]: []
[ro.yulong.boot.reason]: [press_poweron]
[ro.yulong.ota.mode]: [cota]
[ro.yulong.version.audiocdma]: [7560U_CDMA_20130228]
[ro.yulong.version.audiogsm]: [7560U_GSM_20130228]
[ro.yulong.version.audiowcdma]: [7560U_WCDMA_20130228]
[ro.yulong.version.bluetooth]: [BCM4330]
[ro.yulong.version.btloader]: [1.01.001.P3.130315.7560U]
[ro.yulong.version.camera]: [MT9T113]
[ro.yulong.version.camerasub]: [MT9T113]
[ro.yulong.version.cdma]: [MSM8225]
[ro.yulong.version.cdmasoft]: [MSM8225-2050]
[ro.yulong.version.gps]: [MSM8625GPS]
[ro.yulong.version.gsm]: [MSM8225]
[ro.yulong.version.gsmsoft]: [MSM8225-2050]
[ro.yulong.version.hardware]: [P3]
[ro.yulong.version.housing]: [T4]
[ro.yulong.version.kernel]: [3.1.10.P3.130315.7560U]
[ro.yulong.version.release]: [035.P3.130315.7560U]
[ro.yulong.version.software]: [4.1.035.P3.130315.7560U]
[ro.yulong.version.tag]: [CS]
[ro.yulong.version.wcdma]: [MSM8225]
[ro.yulong.version.wcdmasoft]: [MSM8225-2050]
[ro.yulong.version.wifi]: [BCM4330]
[sys.media.vdec.sw]: [0]
[sys.usb.config.extra]: [diag]
[sys.usb.config]: [mass_storage,serial_smd,adb]
[sys.usb.state]: [mass_storage,serial_smd,adb]
[system_init.startsurfaceflinger]: [0]
[telephony.lteOnCdmaDevice]: [1]
[use.non-omx.aac.decoder]: [true]
[use.non-omx.mp3.decoder]: [true]
[video.accelerate.hw]: [1]
[vold.post_fs_data_done]: [1]
[wifi.interface]: [wlan0]
[wlan.driver.ath]: [1]
[yulong.radio.rild.first.boot0]: [true]
------ VOLD DUMP (vdc dump) ------
0 0 Dumping loop status
0 0 Dumping DM status
0 0 Dumping mounted filesystems
0 0 rootfs / rootfs ro,relatime 0 0
0 0 tmpfs /dev tmpfs rw,nosuid,relatime,mode=755 0 0
0 0 devpts /dev/pts devpts rw,relatime,mode=600 0 0
0 0 proc /proc proc rw,relatime 0 0
0 0 sysfs /sys sysfs rw,relatime 0 0
0 0 none /acct cgroup rw,relatime,cpuacct 0 0
0 0 tmpfs /mnt/asec tmpfs rw,relatime,mode=755,gid=1000 0 0
0 0 tmpfs /mnt/obb tmpfs rw,relatime,mode=755,gid=1000 0 0
0 0 tmpfs /tmp tmpfs rw,relatime,size=4096k,mode=771,gid=1000 0 0
0 0 debugfs /mnt/debugfs debugfs rw,relatime,gid=512,mode=640 0 0
0 0 debugfs /sys/kernel/debug debugfs rw,relatime,gid=512,mode=640 0 0
0 0 none /dev/cpuctl cgroup rw,relatime,cpu 0 0
0 0 /dev/block/platform/msm_sdcc.3/by-num/p17 /system ext4 ro,relatime,errors=pa
nic,data=ordered 0 0
0 0 /dev/block/platform/msm_sdcc.3/by-num/p21 /data ext4 rw,nosuid,nodev,relatim
e,nodelalloc,noauto_da_alloc,data=ordered 0 0
0 0 /dev/block/platform/msm_sdcc.3/by-num/p18 /cache ext4 rw,nosuid,nodev,relati
me,nodelalloc,noauto_da_alloc,data=ordered 0 0
0 0 /dev/block/platform/msm_sdcc.3/by-num/p14 /persist ext4 rw,nosuid,nodev,rela
time,nodelalloc,noauto_da_alloc,data=ordered 0 0
0 0 /dev/block/platform/msm_sdcc.3/by-num/p22 /tombstones ext4 rw,nosuid,nodev,r
elatime,nodelalloc,noauto_da_alloc,data=ordered 0 0
0 0 /dev/block/platform/msm_sdcc.3/by-num/p25 /autobak ext4 rw,nosuid,nodev,rela
time,nodelalloc,noauto_da_alloc,data=ordered 0 0
0 0 none /dev/memctl cgroup rw,relatime,memory 0 0
0 0 DxDrmServerIpc /data/DxDrm/fuse fuse.DxDrmServerIpc rw,nosuid,nodev,relatime
,user_id=1013,group_id=1000,allow_other 0 0
200 0 dump complete
[vdc: 0.1s elapsed]
------ SECURE CONTAINERS (vdc asec list) ------
200 0 asec operation succeeded
[vdc: 0.1s elapsed]
------ FILESYSTEMS & FREE SPACE (/system/xbin/su root df) ------
*** /system/xbin/su: Exit code 1
[/system/xbin/su: 0.1s elapsed]
------ PACKAGE SETTINGS (/system/xbin/su root cat /data/system/packages.xml) ---
---
*** /system/xbin/su: Exit code 1
[/system/xbin/su: 0.1s elapsed]
------ PACKAGE UID ERRORS (/data/system/uiderrors.txt) ------
*** /data/system/uiderrors.txt: No such file or directory
------ LAST RADIO LOG (parse_radio_log /proc/last_radio_log) ------
*** exec(parse_radio_log): Permission denied
*** parse_radio_log: Exit code 255
[parse_radio_log: 0.1s elapsed]
------ BACKLIGHTS ------
LCD brightness=255
Button brightness=0
Keyboard brightness=*** /sys/class/leds/keyboard-backlight/brightness: No such f
ile or directory
ALS mode=*** /sys/class/leds/lcd-backlight/als: No such file or directory
LCD driver registers:
*** /sys/class/leds/lcd-backlight/registers: No such file or directory
------ BINDER FAILED TRANSACTION LOG (/sys/kernel/debug/binder/failed_transactio
n_log) ------
*** /sys/kernel/debug/binder/failed_transaction_log: Permission denied
------ BINDER TRANSACTION LOG (/sys/kernel/debug/binder/transaction_log) ------
*** /sys/kernel/debug/binder/transaction_log: Permission denied
------ BINDER TRANSACTIONS (/sys/kernel/debug/binder/transactions) ------
*** /sys/kernel/debug/binder/transactions: Permission denied
------ BINDER STATS (/sys/kernel/debug/binder/stats) ------
*** /sys/kernel/debug/binder/stats: Permission denied
------ BINDER STATE (/sys/kernel/debug/binder/state) ------
*** /sys/kernel/debug/binder/state: Permission denied
------ DUMP VENDOR RIL LOGS (vril-dump) ------
*** exec(vril-dump): Permission denied
*** vril-dump: Exit code 255
[vril-dump: 0.1s elapsed]
========================================================
== Android Framework Services
========================================================
------ DUMPSYS (dumpsys) ------
Currently running services:
drm.drmManager
entropy
media.audio_flinger
media.audio_policy
media.camera
media.player
power
sensorservice
-------------------------------------------------------------------------------
DUMP OF SERVICE drm.drmManager:
*** dumpsys: Timed out after 60.1s (killing pid 12905)
========================================================
== Running Application Activities
========================================================
------ APP ACTIVITIES (dumpsys activity all) ------
[dumpsys: 0.1s elapsed]
========================================================
== Running Application Services
========================================================
------ APP SERVICES (dumpsys activity service all) ------
[dumpsys: 0.1s elapsed]
========================================================
== Running Application Providers
========================================================
------ APP SERVICES (dumpsys activity provider all) ------
[dumpsys: 0.1s elapsed]
========================================================
== dumpstate: done
========================================================
I
managed to get a bug report via adb, hope it helps.
And a logcat
ContentType
W/Zygote ( 3446): Class not found for preloading: android.widget.TextView$Input
MethodState
W/Zygote ( 3446): Class not found for preloading: android.widget.TextView$TextA
lign
E/PhonePolicy( 3446): Could not preload class for phone policy: com.android.inte
rnal.policy.impl.PhoneWindow$ContextMenuCallback
E/Sensors ( 3450): func:sensors_poll_context_t..pc trace
E/Sensors ( 3450): funcpen_sensors..pc trace
E/Sensors ( 3450): func:sensors_poll_context_t::activate..index = 0..pc trace
E/Sensors ( 3450): ====mma8452=sensor enable = 0 ======
E/Sensors ( 3450): sensors: who_used_acc &= ~MMA8452 index = 0
E/Sensors ( 3450): func:sensors_poll_context_t::activate..index = 1..pc trace
E/Sensors ( 3450): ++++++++++++ioctl disable failed++++++++++++
E/Sensors ( 3450): func:sensors_poll_context_t::activate..index = 2..pc trace
E/Sensors ( 3450): --------------ioctl prox off is failed ----------
W/UsageStats( 3450): Usage stats version changed; dropping
I/Log_level_control( 3464): YWW4
W/SurfaceFlinger( 3464): H/W composition disabled
I/Log_level_control( 3464): YWW4
E/SurfaceFlinger( 3464): couldn't find an EGLConfig matching the screen format
W/Adreno200-EGL( 3464): <qeglDrvAPI_eglGetConfigAttrib:485>: EGL_BAD_CONFIG
W/Adreno200-EGL( 3464): <qeglDrvAPI_eglGetConfigAttrib:485>: EGL_BAD_CONFIG
W/Adreno200-EGL( 3464): <qeglDrvAPI_eglGetConfigAttrib:485>: EGL_BAD_CONFIG
W/Adreno200-EGL( 3464): <qeglDrvAPI_eglGetConfigAttrib:485>: EGL_BAD_CONFIG
W/Adreno200-EGL( 3464): <qeglDrvAPI_eglGetConfigAttrib:485>: EGL_BAD_CONFIG
W/Adreno200-EGL( 3464): <qeglDrvAPI_eglGetConfigAttrib:485>: EGL_BAD_CONFIG
W/Adreno200-EGL( 3464): <qeglDrvAPI_eglCreateWindowSurface:930>: EGL_BAD_CONFIG
E/libEGL ( 3464): eglQuerySurface:350 error 300d (EGL_BAD_SURFACE)
E/libEGL ( 3464): eglQuerySurface:350 error 300d (EGL_BAD_SURFACE)
W/Adreno200-EGL( 3464): <qeglDrvAPI_eglCreateContext:2274>: EGL_BAD_CONFIG
E/libEGL ( 3464): call to OpenGL ES API with no current context (logged once pe
r thread)
F/libc ( 3464): Fatal signal 11 (SIGSEGV) at 0x00000000 (code=1), thread 3468
(SurfaceFlinger)
I/Log_level_control( 3469): YWW4
W/Zygote ( 3469): Class not found for preloading: android.database.sqlite.SQLit
eCompiledSql
W/Zygote ( 3469): Class not found for preloading: android.database.sqlite.SQLit
eDatabase$DatabaseReentrantLock
W/Zygote ( 3469): Class not found for preloading: android.media.AudioManager$2
W/Zygote ( 3469): Class not found for preloading: android.media.IRemoteControlC
lientDispatcher
W/Zygote ( 3469): Class not found for preloading: android.media.IRemoteControlC
lientDispatcher$Stub
W/MediaFile( 3469): String id = 127
W/MediaFile( 3469): integer id = 127
W/MediaFile( 3469): MPQ Audio Decode false
W/Zygote ( 3469): Class not found for preloading: android.os.Power
W/Zygote ( 3469): Class not found for preloading: android.text.TextDirectionHeu
ristics$CharCount
W/Zygote ( 3469): Class not found for preloading: android.text.method.WordItera
tor$1
W/Zygote ( 3469): Class not found for preloading: android.view.InputHandler
W/Zygote ( 3469): Class not found for preloading: android.view.InputQueue$Finis
hedCallback
W/Zygote ( 3469): Class not found for preloading: android.view.ViewRootImpl$3
W/Zygote ( 3469): Class not found for preloading: android.widget.EdgeGlow
W/Zygote ( 3469): Class not found for preloading: android.widget.TextView$Blink
W/Zygote ( 3469): Class not found for preloading: android.widget.TextView$EasyE
ditSpanController
W/Zygote ( 3469): Class not found for preloading: android.widget.TextView$Input
ContentType
W/Zygote ( 3469): Class not found for preloading: android.widget.TextView$Input
MethodState
W/Zygote ( 3469): Class not found for preloading: android.widget.TextView$TextA
lign
E/PhonePolicy( 3469): Could not preload class for phone policy: com.android.inte
rnal.policy.impl.PhoneWindow$ContextMenuCallback
E/Sensors ( 3473): func:sensors_poll_context_t..pc trace
E/Sensors ( 3473): funcpen_sensors..pc trace
E/Sensors ( 3473): func:sensors_poll_context_t::activate..index = 0..pc trace
E/Sensors ( 3473): ====mma8452=sensor enable = 0 ======
E/Sensors ( 3473): sensors: who_used_acc &= ~MMA8452 index = 0
E/Sensors ( 3473): func:sensors_poll_context_t::activate..index = 1..pc trace
E/Sensors ( 3473): ++++++++++++ioctl disable failed++++++++++++
E/Sensors ( 3473): func:sensors_poll_context_t::activate..index = 2..pc trace
E/Sensors ( 3473): --------------ioctl prox off is failed ----------
I/Log_level_control( 3485): YWW4
W/UsageStats( 3473): Usage stats version changed; dropping
W/SurfaceFlinger( 3485): H/W composition disabled
I/Log_level_control( 3485): YWW4
E/SurfaceFlinger( 3485): couldn't find an EGLConfig matching the screen format
W/Adreno200-EGL( 3485): <qeglDrvAPI_eglGetConfigAttrib:485>: EGL_BAD_CONFIG
W/Adreno200-EGL( 3485): <qeglDrvAPI_eglGetConfigAttrib:485>: EGL_BAD_CONFIG
W/Adreno200-EGL( 3485): <qeglDrvAPI_eglGetConfigAttrib:485>: EGL_BAD_CONFIG
W/Adreno200-EGL( 3485): <qeglDrvAPI_eglGetConfigAttrib:485>: EGL_BAD_CONFIG
W/Adreno200-EGL( 3485): <qeglDrvAPI_eglGetConfigAttrib:485>: EGL_BAD_CONFIG
W/Adreno200-EGL( 3485): <qeglDrvAPI_eglGetConfigAttrib:485>: EGL_BAD_CONFIG
W/Adreno200-EGL( 3485): <qeglDrvAPI_eglCreateWindowSurface:930>: EGL_BAD_CONFIG
E/libEGL ( 3485): eglQuerySurface:350 error 300d (EGL_BAD_SURFACE)
E/libEGL ( 3485): eglQuerySurface:350 error 300d (EGL_BAD_SURFACE)
W/Adreno200-EGL( 3485): <qeglDrvAPI_eglCreateContext:2274>: EGL_BAD_CONFIG
E/libEGL ( 3485): call to OpenGL ES API with no current context (logged once pe
r thread)
F/libc ( 3485): Fatal signal 11 (SIGSEGV) at 0x00000000 (code=1), thread 3488
(SurfaceFlinger)
I/Log_level_control( 3492): YWW4
W/Zygote ( 3492): Class not found for preloading: android.database.sqlite.SQLit
eCompiledSql
W/Zygote ( 3492): Class not found for preloading: android.database.sqlite.SQLit
eDatabase$DatabaseReentrantLock
W/Zygote ( 3492): Class not found for preloading: android.media.AudioManager$2
W/Zygote ( 3492): Class not found for preloading: android.media.IRemoteControlC
lientDispatcher
W/Zygote ( 3492): Class not found for preloading: android.media.IRemoteControlC
lientDispatcher$Stub
W/MediaFile( 3492): String id = 127
W/MediaFile( 3492): integer id = 127
W/MediaFile( 3492): MPQ Audio Decode false
W/Zygote ( 3492): Class not found for preloading: android.os.Power
W/Zygote ( 3492): Class not found for preloading: android.text.TextDirectionHeu
ristics$CharCount
W/Zygote ( 3492): Class not found for preloading: android.text.method.WordItera
tor$1
W/Zygote ( 3492): Class not found for preloading: android.view.InputHandler
W/Zygote ( 3492): Class not found for preloading: android.view.InputQueue$Finis
hedCallback
W/Zygote ( 3492): Class not found for preloading: android.view.ViewRootImpl$3
W/Zygote ( 3492): Class not found for preloading: android.widget.EdgeGlow
W/Zygote ( 3492): Class not found for preloading: android.widget.TextView$Blink
W/Zygote ( 3492): Class not found for preloading: android.widget.TextView$EasyE
ditSpanController
W/Zygote ( 3492): Class not found for preloading: android.widget.TextView$Input
ContentType
W/Zygote ( 3492): Class not found for preloading: android.widget.TextView$Input
MethodState
W/Zygote ( 3492): Class not found for preloading: android.widget.TextView$TextA
lign
E/PhonePolicy( 3492): Could not preload class for phone policy: com.android.inte
rnal.policy.impl.PhoneWindow$ContextMenuCallback
E/Sensors ( 3496): func:sensors_poll_context_t..pc trace
E/Sensors ( 3496): funcpen_sensors..pc trace
E/Sensors ( 3496): func:sensors_poll_context_t::activate..index = 0..pc trace
E/Sensors ( 3496): ====mma8452=sensor enable = 0 ======
E/Sensors ( 3496): sensors: who_used_acc &= ~MMA8452 index = 0
E/Sensors ( 3496): func:sensors_poll_context_t::activate..index = 1..pc trace
E/Sensors ( 3496): ++++++++++++ioctl disable failed++++++++++++
E/Sensors ( 3496): func:sensors_poll_context_t::activate..index = 2..pc trace
E/Sensors ( 3496): --------------ioctl prox off is failed ----------
W/UsageStats( 3496): Usage stats version changed; dropping
I/Log_level_control( 3513): YWW4
W/SurfaceFlinger( 3513): H/W composition disabled
I/Log_level_control( 3513): YWW4
E/SurfaceFlinger( 3513): couldn't find an EGLConfig matching the screen format
W/Adreno200-EGL( 3513): <qeglDrvAPI_eglGetConfigAttrib:485>: EGL_BAD_CONFIG
W/Adreno200-EGL( 3513): <qeglDrvAPI_eglGetConfigAttrib:485>: EGL_BAD_CONFIG
W/Adreno200-EGL( 3513): <qeglDrvAPI_eglGetConfigAttrib:485>: EGL_BAD_CONFIG
W/Adreno200-EGL( 3513): <qeglDrvAPI_eglGetConfigAttrib:485>: EGL_BAD_CONFIG
W/Adreno200-EGL( 3513): <qeglDrvAPI_eglGetConfigAttrib:485>: EGL_BAD_CONFIG
W/Adreno200-EGL( 3513): <qeglDrvAPI_eglGetConfigAttrib:485>: EGL_BAD_CONFIG
W/Adreno200-EGL( 3513): <qeglDrvAPI_eglCreateWindowSurface:930>: EGL_BAD_CONFIG
E/libEGL ( 3513): eglQuerySurface:350 error 300d (EGL_BAD_SURFACE)
E/libEGL ( 3513): eglQuerySurface:350 error 300d (EGL_BAD_SURFACE)
W/Adreno200-EGL( 3513): <qeglDrvAPI_eglCreateContext:2274>: EGL_BAD_CONFIG
E/libEGL ( 3513): call to OpenGL ES API with no current context (logged once pe
r thread)
F/libc ( 3513): Fatal signal 11 (SIGSEGV) at 0x00000000 (code=1), thread 3514
(SurfaceFlinger)
I/Log_level_control( 3515): YWW4
W/Zygote ( 3515): Class not found for preloading: android.database.sqlite.SQLit
eCompiledSql
W/Zygote ( 3515): Class not found for preloading: android.database.sqlite.SQLit
eDatabase$DatabaseReentrantLock
W/Zygote ( 3515): Class not found for preloading: android.media.AudioManager$2
W/Zygote ( 3515): Class not found for preloading: android.media.IRemoteControlC
lientDispatcher
W/Zygote ( 3515): Class not found for preloading: android.media.IRemoteControlC
lientDispatcher$Stub
W/MediaFile( 3515): String id = 127
W/MediaFile( 3515): integer id = 127
W/MediaFile( 3515): MPQ Audio Decode false
W/Zygote ( 3515): Class not found for preloading: android.os.Power
W/Zygote ( 3515): Class not found for preloading: android.text.TextDirectionHeu
ristics$CharCount
W/Zygote ( 3515): Class not found for preloading: android.text.method.WordItera
tor$1
W/Zygote ( 3515): Class not found for preloading: android.view.InputHandler
W/Zygote ( 3515): Class not found for preloading: android.view.InputQueue$Finis
hedCallback
W/Zygote ( 3515): Class not found for preloading: android.view.ViewRootImpl$3
W/Zygote ( 3515): Class not found for preloading: android.widget.EdgeGlow
W/Zygote ( 3515): Class not found for preloading: android.widget.TextView$Blink
W/Zygote ( 3515): Class not found for preloading: android.widget.TextView$EasyE
ditSpanController
W/Zygote ( 3515): Class not found for preloading: android.widget.TextView$Input
ContentType
W/Zygote ( 3515): Class not found for preloading: android.widget.TextView$Input
MethodState
W/Zygote ( 3515): Class not found for preloading: android.widget.TextView$TextA
lign
E/PhonePolicy( 3515): Could not preload class for phone policy: com.android.inte
rnal.policy.impl.PhoneWindow$ContextMenuCallback
E/Sensors ( 3519): func:sensors_poll_context_t..pc trace
E/Sensors ( 3519): funcpen_sensors..pc trace
E/Sensors ( 3519): func:sensors_poll_context_t::activate..index = 0..pc trace
E/Sensors ( 3519): ====mma8452=sensor enable = 0 ======
E/Sensors ( 3519): sensors: who_used_acc &= ~MMA8452 index = 0
E/Sensors ( 3519): func:sensors_poll_context_t::activate..index = 1..pc trace
E/Sensors ( 3519): ++++++++++++ioctl disable failed++++++++++++
E/Sensors ( 3519): func:sensors_poll_context_t::activate..index = 2..pc trace
E/Sensors ( 3519): --------------ioctl prox off is failed ----------
I/Log_level_control( 3532): YWW4
W/SurfaceFlinger( 3532): H/W composition disabled
I/Log_level_control( 3532): YWW4
E/SurfaceFlinger( 3532): couldn't find an EGLConfig matching the screen format
W/Adreno200-EGL( 3532): <qeglDrvAPI_eglGetConfigAttrib:485>: EGL_BAD_CONFIG
W/Adreno200-EGL( 3532): <qeglDrvAPI_eglGetConfigAttrib:485>: EGL_BAD_CONFIG
W/Adreno200-EGL( 3532): <qeglDrvAPI_eglGetConfigAttrib:485>: EGL_BAD_CONFIG
W/Adreno200-EGL( 3532): <qeglDrvAPI_eglGetConfigAttrib:485>: EGL_BAD_CONFIG
W/Adreno200-EGL( 3532): <qeglDrvAPI_eglGetConfigAttrib:485>: EGL_BAD_CONFIG
W/Adreno200-EGL( 3532): <qeglDrvAPI_eglGetConfigAttrib:485>: EGL_BAD_CONFIG
W/Adreno200-EGL( 3532): <qeglDrvAPI_eglCreateWindowSurface:930>: EGL_BAD_CONFIG
E/libEGL ( 3532): eglQuerySurface:350 error 300d (EGL_BAD_SURFACE)
E/libEGL ( 3532): eglQuerySurface:350 error 300d (EGL_BAD_SURFACE)
W/Adreno200-EGL( 3532): <qeglDrvAPI_eglCreateContext:2274>: EGL_BAD_CONFIG
E/libEGL ( 3532): call to OpenGL ES API with no current context (logged once pe
r thread)
F/libc ( 3532): Fatal signal 11 (SIGSEGV) at 0x00000000 (code=1), thread 3534
(SurfaceFlinger)
I/Log_level_control( 3536): YWW4
W/Zygote ( 3536): Class not found for preloading: android.database.sqlite.SQLit
eCompiledSql
W/Zygote ( 3536): Class not found for preloading: android.database.sqlite.SQLit
eDatabase$DatabaseReentrantLock
W/Zygote ( 3536): Class not found for preloading: android.media.AudioManager$2
W/Zygote ( 3536): Class not found for preloading: android.media.IRemoteControlC
lientDispatcher
W/Zygote ( 3536): Class not found for preloading: android.media.IRemoteControlC
lientDispatcher$Stub
W/MediaFile( 3536): String id = 127
W/MediaFile( 3536): integer id = 127
W/MediaFile( 3536): MPQ Audio Decode false
W/Zygote ( 3536): Class not found for preloading: android.os.Power
W/Zygote ( 3536): Class not found for preloading: android.text.TextDirectionHeu
ristics$CharCount
W/Zygote ( 3536): Class not found for preloading: android.text.method.WordItera
tor$1
W/Zygote ( 3536): Class not found for preloading: android.view.InputHandler
W/Zygote ( 3536): Class not found for preloading: android.view.InputQueue$Finis
hedCallback
W/Zygote ( 3536): Class not found for preloading: android.view.ViewRootImpl$3
W/Zygote ( 3536): Class not found for preloading: android.widget.EdgeGlow
W/Zygote ( 3536): Class not found for preloading: android.widget.TextView$Blink
W/Zygote ( 3536): Class not found for preloading: android.widget.TextView$EasyE
ditSpanController
W/Zygote ( 3536): Class not found for preloading: android.widget.TextView$Input
ContentType
W/Zygote ( 3536): Class not found for preloading: android.widget.TextView$Input
MethodState
W/Zygote ( 3536): Class not found for preloading: android.widget.TextView$TextA
lign
E/PhonePolicy( 3536): Could not preload class for phone policy: com.android.inte
rnal.policy.impl.PhoneWindow$ContextMenuCallback
E/Sensors ( 3540): func:sensors_poll_context_t..pc trace
E/Sensors ( 3540): funcpen_sensors..pc trace
E/Sensors ( 3540): func:sensors_poll_context_t::activate..index = 0..pc trace
E/Sensors ( 3540): ====mma8452=sensor enable = 0 ======
E/Sensors ( 3540): sensors: who_used_acc &= ~MMA8452 index = 0
E/Sensors ( 3540): func:sensors_poll_context_t::activate..index = 1..pc trace
E/Sensors ( 3540): ++++++++++++ioctl disable failed++++++++++++
E/Sensors ( 3540): func:sensors_poll_context_t::activate..index = 2..pc trace
E/Sensors ( 3540): --------------ioctl prox off is failed ----------
W/UsageStats( 3540): Usage stats version changed; dropping
I/Log_level_control( 3557): YWW4
W/SurfaceFlinger( 3557): H/W composition disabled
I/Log_level_control( 3557): YWW4
E/SurfaceFlinger( 3557): couldn't find an EGLConfig matching the screen format
W/Adreno200-EGL( 3557): <qeglDrvAPI_eglGetConfigAttrib:485>: EGL_BAD_CONFIG
W/Adreno200-EGL( 3557): <qeglDrvAPI_eglGetConfigAttrib:485>: EGL_BAD_CONFIG
W/Adreno200-EGL( 3557): <qeglDrvAPI_eglGetConfigAttrib:485>: EGL_BAD_CONFIG
W/Adreno200-EGL( 3557): <qeglDrvAPI_eglGetConfigAttrib:485>: EGL_BAD_CONFIG
W/Adreno200-EGL( 3557): <qeglDrvAPI_eglGetConfigAttrib:485>: EGL_BAD_CONFIG
W/Adreno200-EGL( 3557): <qeglDrvAPI_eglGetConfigAttrib:485>: EGL_BAD_CONFIG
W/Adreno200-EGL( 3557): <qeglDrvAPI_eglCreateWindowSurface:930>: EGL_BAD_CONFIG
E/libEGL ( 3557): eglQuerySurface:350 error 300d (EGL_BAD_SURFACE)
E/libEGL ( 3557): eglQuerySurface:350 error 300d (EGL_BAD_SURFACE)
W/Adreno200-EGL( 3557): <qeglDrvAPI_eglCreateContext:2274>: EGL_BAD_CONFIG
E/libEGL ( 3557): call to OpenGL ES API with no current context (logged once pe
r thread)
F/libc ( 3557): Fatal signal 11 (SIGSEGV) at 0x00000000 (code=1), thread 3558
(SurfaceFlinger)
I/Log_level_control( 3559): YWW4
W/Zygote ( 3559): Class not found for preloading: android.database.sqlite.SQLit
eCompiledSql
W/Zygote ( 3559): Class not found for preloading: android.database.sqlite.SQLit
eDatabase$DatabaseReentrantLock
W/Zygote ( 3559): Class not found for preloading: android.media.AudioManager$2
W/Zygote ( 3559): Class not found for preloading: android.media.IRemoteControlC
lientDispatcher
W/Zygote ( 3559): Class not found for preloading: android.media.IRemoteControlC
lientDispatcher$Stub
W/MediaFile( 3559): String id = 127
W/MediaFile( 3559): integer id = 127
W/MediaFile( 3559): MPQ Audio Decode false
scimini said:
I understand, first time it went fine and it also removed the root. I thought it would work the same. However, since I am really new to this kind of things, what do you mean by "finding a tool which you can use to go to stock"?
Click to expand...
Click to collapse
Well most phones have some sort of tool which will allow them to go to stock. I will try and help you find such a tool but there might not be one.
Sent from my HTC Velocity 4G using Tapatalk 4 beta
WildfireDEV said:
Well most phones have some sort of tool which will allow them to go to stock. I will try and help you find such a tool but there might not be one.
Sent from my HTC Velocity 4G using Tapatalk 4 beta
Click to expand...
Click to collapse
Thanks, as a last resort, I was considering to flash my phone, but to be honest, i think i ****ed up enough already. Maybe I'll just send it over to a shop for 'repairs'. At least, it's possible for someone who knows what he does to install a new rom on to it, not exactly what I already had but anything that works, right?
If you have warranty you could try that path but so far I haven't found a tool for your phone.
Sent from my HTC Velocity 4G using Tapatalk 4 beta
Hi,
I'm bulding android for my single board computer with connected 7 inch lcd touch screen. It's working like a charm, but one issue. SystemUI.apk is crashing all the time with following error log:
Code:
I/ActivityManager( 368): Start proc com.android.systemui for restart com.android.systemui: pid=1883 uid=10001 gids={50001, 1028, 1015, 3002, 3001}
D/SystemUIService( 1883): loading: class com.android.systemui.statusbar.tablet.TabletStatusBar
D/SystemUIService( 1883): running: [email protected]
I/StatusBarManagerService( 368): registerStatusBar [email protected]0
W/ResourceType( 1883): Failure getting entry for 0x7f0200db (t=1 e=219) in package 0 (error -75)
D/AndroidRuntime( 1883): Shutting down VM
W/dalvikvm( 1883): threadid=1: thread exiting with uncaught exception (group=0x40d30930)
E/AndroidRuntime( 1883): FATAL EXCEPTION: main
E/AndroidRuntime( 1883): java.lang.RuntimeException: Unable to create service com.android.systemui.SystemUIService: android.view.InflateException: Binary XML file line #48: Error inflating class com.android.systemui.statusbar.policy.CompatModeButton
Does anyone know how to fix this or what's the reason for the crash?
Thank you very much in advance.
Update
rotowsky said:
Hi,
I'm bulding android for my single board computer with connected 7 inch lcd touch screen. It's working like a charm, but one issue. SystemUI.apk is crashing all the time with following error log:
Code:
I/ActivityManager( 368): Start proc com.android.systemui for restart com.android.systemui: pid=1883 uid=10001 gids={50001, 1028, 1015, 3002, 3001}
D/SystemUIService( 1883): loading: class com.android.systemui.statusbar.tablet.TabletStatusBar
D/SystemUIService( 1883): running: [email protected]
I/StatusBarManagerService( 368): registerStatusBar [email protected]0
W/ResourceType( 1883): Failure getting entry for 0x7f0200db (t=1 e=219) in package 0 (error -75)
D/AndroidRuntime( 1883): Shutting down VM
W/dalvikvm( 1883): threadid=1: thread exiting with uncaught exception (group=0x40d30930)
E/AndroidRuntime( 1883): FATAL EXCEPTION: main
E/AndroidRuntime( 1883): java.lang.RuntimeException: Unable to create service com.android.systemui.SystemUIService: android.view.InflateException: Binary XML file line #48: Error inflating class com.android.systemui.statusbar.policy.CompatModeButton
Does anyone know how to fix this or what's the reason for the crash?
Thank you very much in advance.
Click to expand...
Click to collapse
Hope for an Update , and that it works , ( I think so )
Mmh?