Since upgrade 10.2.1 -> 10.2 mail app crashes when opening a mail - Galaxy Tab 8.9 General

Hi.
Sorry for writing here, but i'm unable to post to the related thread because i think i haven't enough posts in this forum (<10).
[ROM][4.3][P7300/P7310][UNOFFICIAL] CyanogenMod 10.2 [2013-Nov-22]
http://forum.xda-developers.com/showthread.php?t=2398003
I've upgraded my tab 8.9 (p7310) from c-o-m's 10.2.1-unofficial ROM to c-o-m' "CM10.2 P7310 p5wifi 20131122".
Now I've problem with the mail app and my exchange account.
I can't read emails. i can write new mails or list them or change to another folder. but if i want to open one, there will be an exception and the app close.
Here is a dump from logcat starting the app and crashing
Code:
I/NotificationService( 410): cancelToast pkg=com.nuance.swype.dtc [email protected]
W/NotificationService( 410): Toast already cancelled. pkg=com.nuance.swype.dtc [email protected]
I/NotificationService( 410): cancelToast pkg=com.nuance.swype.dtc [email protected]
W/NotificationService( 410): Toast already cancelled. pkg=com.nuance.swype.dtc [email protected]
I/NotificationService( 410): cancelToast pkg=com.nuance.swype.dtc [email protected]
W/NotificationService( 410): Toast already cancelled. pkg=com.nuance.swype.dtc [email protected]
I/ActivityManager( 410): START u0 {act=android.intent.action.MAIN cat=[android.intent.category.HOME] flg=0x10200000 cmp=com.cyanogenmod.trebuchet/.Launcher} from pid 410
W/IInputConnectionWrapper( 2470): showStatusIcon on inactive InputConnection
I/ActivityManager( 410): START u0 {act=android.intent.action.MAIN cat=[android.intent.category.LAUNCHER] flg=0x10200000 cmp=com.android.email/.activity.Welcome bnds=[286,1131][356,1201]} from pid 711
D/ExchangeService( 1362): !!! EAS ExchangeService, onStartCommand, startingUp = false, running = true
I/ActivityManager( 410): START u0 {act=android.intent.action.MAIN cat=[android.intent.category.LAUNCHER] flg=0x2000000 cmp=com.android.email/.activity.EmailActivity (has extras)} from pid 2556
V/NFC ( 2556): this device does not have NFC support
D/libEGL ( 2556): loaded /system/lib/egl/libEGL_tegra.so
D/libEGL ( 2556): loaded /system/lib/egl/libGLESv1_CM_tegra.so
D/libEGL ( 2556): loaded /system/lib/egl/libGLESv2_tegra.so
D/OpenGLRenderer( 2556): Enabling debug mode 0
I/ActivityManager( 410): Displayed com.android.email/.activity.EmailActivity: +471ms (total +581ms)
I/OMXNodeInstance( 128): OMX_FreeBuffer for buffer header 0x421811c0 successful
I/OMXNodeInstance( 128): OMX_FreeBuffer for buffer header 0x42181108 successful
I/OMXNodeInstance( 128): OMX_FreeBuffer for buffer header 0x42181968 successful
I/OMXNodeInstance( 128): OMX_FreeBuffer for buffer header 0x421817b0 successful
I/OMXNodeInstance( 128): OMX_FreeBuffer for buffer header 0x42181340 successful
I/OMXNodeInstance( 128): OMX_FreeBuffer for buffer header 0x42181218 successful
I/OMXNodeInstance( 128): OMX_FreeBuffer for buffer header 0x42173cb8 successful
I/OMXNodeInstance( 128): OMX_FreeBuffer for buffer header 0x435e70e8 successful
D/AndroidRuntime( 2556): Shutting down VM
W/dalvikvm( 2556): threadid=1: thread exiting with uncaught exception (group=0x417dd7c0)
E/AndroidRuntime( 2556): FATAL EXCEPTION: main
E/AndroidRuntime( 2556): java.lang.IllegalArgumentException: View doesn't exist
E/AndroidRuntime( 2556): at com.android.email.activity.UiUtilities.checkView(UiUtilities.java:100)
E/AndroidRuntime( 2556): at com.android.email.activity.UiUtilities.getView(UiUtilities.java:95)
E/AndroidRuntime( 2556): at com.android.email.activity.MessageViewFragmentBase.onCreateView(MessageViewFragmentBase.java:317)
E/AndroidRuntime( 2556): at com.android.email.activity.MessageViewFragment.onCreateView(MessageViewFragment.java:214)
E/AndroidRuntime( 2556): at android.app.Fragment.performCreateView(Fragment.java:1695)
E/AndroidRuntime( 2556): at android.app.FragmentManagerImpl.moveToState(FragmentManager.java:885)
E/AndroidRuntime( 2556): at android.app.FragmentManagerImpl.moveToState(FragmentManager.java:1057)
E/AndroidRuntime( 2556): at android.app.BackStackRecord.run(BackStackRecord.java:682)
E/AndroidRuntime( 2556): at android.app.FragmentManagerImpl.execPendingActions(FragmentManager.java:1435)
E/AndroidRuntime( 2556): at android.app.FragmentManagerImpl.executePendingTransactions(FragmentManager.java:474)
E/AndroidRuntime( 2556): at com.android.email.activity.UIControllerBase.commitFragmentTransaction(UIControllerBase.java:489)
E/AndroidRuntime( 2556): at com.android.email.activity.UIControllerTwoPane.navigateToMessage(UIControllerTwoPane.java:498)
E/AndroidRuntime( 2556): at com.android.email.activity.UIControllerTwoPane.onMessageOpen(UIControllerTwoPane.java:159)
E/AndroidRuntime( 2556): at com.android.email.activity.MessageListFragment.onMessageOpen(MessageListFragment.java:792)
E/AndroidRuntime( 2556): at com.android.email.activity.MessageListFragment.onListItemClick(MessageListFragment.java:604)
E/AndroidRuntime( 2556): at android.app.ListFragment$2.onItemClick(ListFragment.java:160)
E/AndroidRuntime( 2556): at android.widget.AdapterView.performItemClick(AdapterView.java:297)
E/AndroidRuntime( 2556): at android.widget.AbsListView.performItemClick(AbsListView.java:1100)
E/AndroidRuntime( 2556): at android.widget.AbsListView$PerformClick.run(AbsListView.java:2788)
E/AndroidRuntime( 2556): at android.widget.AbsListView$1.run(AbsListView.java:3463)
E/AndroidRuntime( 2556): at android.os.Handler.handleCallback(Handler.java:730)
E/AndroidRuntime( 2556): at android.os.Handler.dispatchMessage(Handler.java:92)
E/AndroidRuntime( 2556): at android.os.Looper.loop(Looper.java:137)
E/AndroidRuntime( 2556): at android.app.ActivityThread.main(ActivityThread.java:5289)
E/AndroidRuntime( 2556): at java.lang.reflect.Method.invokeNative(Native Method)
E/AndroidRuntime( 2556): at java.lang.reflect.Method.invoke(Method.java:525)
E/AndroidRuntime( 2556): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:739)
E/AndroidRuntime( 2556): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:555)
E/AndroidRuntime( 2556): at dalvik.system.NativeStart.main(Native Method)
W/ActivityManager( 410): Force finishing activity com.android.email/.activity.EmailActivity
W/ActivityManager( 410): Activity pause timeout for ActivityRecord{41b45a40 u0 com.android.email/.activity.EmailActivity}
I/Process ( 2556): Sending signal. PID: 2556 SIG: 9
W/InputDispatcher( 410): channel '41f93510 com.android.email/com.android.email.activity.EmailActivity (server)' ~ Consumer closed input channel or an error occurred. events=0x9
E/InputDispatcher( 410): channel '41f93510 com.android.email/com.android.email.activity.EmailActivity (server)' ~ Channel is unrecoverably broken and will be disposed!
I/ActivityManager( 410): Process com.android.email (pid 2556) has died.
W/InputDispatcher( 410): Attempted to unregister already unregistered input channel '41f93510 com.android.email/com.android.email.activity.EmailActivity (server)'
I/WindowState( 410): WIN DEATH: Window{41f93510 u0 com.android.email/com.android.email.activity.EmailActivity}
W/ActivityManager( 410): Scheduling restart of crashed service com.android.email/.service.PolicyService in 5000ms
I/ActivityManager( 410): Kill com.android.exchange (pid 1362): provider com.android.email.provider.EmailProvider in dying process com.android.email
I/ActivityManager( 410): Process com.android.exchange (pid 1362) has died.
W/ActivityManager( 410): Scheduling restart of crashed service com.android.exchange/.ExchangeService in 5000ms
W/InputMethodManagerService( 410): Got RemoteException sending setActive(false) notification to pid 2556 uid 10018
I/ActivityManager( 410): Start proc com.android.email for broadcast com.android.email/.provider.WidgetProvider: pid=2698 uid=10018 gids={50018, 3003, 1015, 1028}
I/ActivityManager( 410): START u0 {act=com.android.systemui.recent.action.TOGGLE_RECENTS flg=0x10800000 cmp=com.android.systemui/.recent.RecentsActivity} from pid 548
I/ActivityManager( 410): Start proc com.android.exchange for service com.android.exchange/.ExchangeService: pid=2717 uid=10019 gids={50019, 3003, 1015, 1028}
E/SQLiteLog( 2698): (1) no such table: Account
W/EmailProvider( 2698): Exception cleaning EmailProvider.dbandroid.database.sqlite.SQLiteException: no such table: Account (code 1): , while compiling: delete from Account WHERE displayName ISNULL;
D/ExchangeService( 2717): !!! EAS ExchangeService, onStartCommand, startingUp = false, running = false
D/Eas Debug( 2717): Logging:
D/ExchangeService( 2717): !!! EAS ExchangeService, onStartCommand, startingUp = true, running = false
D/ExchangeService( 2717): Received deviceId from Email app: android1357919128229
D/ExchangeService( 2717): Reconciling accounts...
D/Eas Debug( 2717): Logging:
I/ActivityManager( 410): Displayed com.android.systemui/.recent.RecentsActivity: +242ms
I/Email ( 2698): ReconcilePopImapAccountsSync: start
D/AttachmentService( 2698): Count: 0
I/Email ( 2698): ReconcilePopImapAccountsSync: already running
I/Email ( 2698): ReconcilePopImapAccountsSync: done
D/ExchangeService( 2717): ExchangeService thread running
D/AttachmentService( 2698): *** All done; shutting down service
I/NotificationService( 410): cancelToast pkg=com.nuance.swype.dtc [email protected]
W/NotificationService( 410): Toast already cancelled. pkg=com.nuance.swype.dtc [email protected]
I/NotificationService( 410): cancelToast pkg=com.nuance.swype.dtc [email protected]
W/NotificationService( 410): Toast already cancelled. pkg=com.nuance.swype.dtc [email protected]
I/NotificationService( 410): cancelToast pkg=com.nuance.swype.dtc [email protected]
^C
130|[email protected]:/ $
has anybody else this issue?
I've wipeed dalvik cache, cache partition.
still the same problem.
After factory reset and adding a new account I get the same exception during account setup ("E-Mail" wurde beendet).
thanks in advanced.
mitch

Maybe one more info:
After upgrade from c-o-m's 10.2.1-unofficial ROM to c-o-m's "CM10.2 P7310 p5wifi..." pre-september version, there wasn't this issue!
but on the image isn't available anymore

Related

Apps breaking when applying update.zip

Hi everyone, I have a little dilemma.
Recently, whenever I apply a theme update, or revision of Cyanogen, some of my apps force-close at the start when I power on my phone and when I try to use them. I can fix it by re-installing these apps, but it's become somewhat of a hassle. I've tried fix_permissions.
It may have started when I used userinit.sh, but I'm not sure.
The apps that are breaking are:
Weather Widgets- Donate
Taskiller Full
AnyRSS read widget
ShopSavvy
Speedtest.net Speed Test
Here's a logcat of the Speedtest force close:
Code:
I/ActivityManager( 2413): Starting activity: Intent { act=android.intent.action.
MAIN cat=[android.intent.category.LAUNCHER] flg=0x10200000 cmp=org.zwanoo.androi
d.speedtest/.MainTabActivity }
W/WindowManager( 2413): Exception when adding starting window
W/WindowManager( 2413): android.view.InflateException: Binary XML file line #24:
Error inflating class java.lang.reflect.Constructor
W/WindowManager( 2413): at android.view.LayoutInflater.createView(Layout
Inflater.java:512)
W/WindowManager( 2413): at com.android.internal.policy.impl.PhoneLayoutI
nflater.onCreateView(PhoneLayoutInflater.java:56)
W/WindowManager( 2413): at android.view.LayoutInflater.createViewFromTag
(LayoutInflater.java:562)
W/WindowManager( 2413): at android.view.LayoutInflater.inflate(LayoutInf
later.java:385)
W/WindowManager( 2413): at android.view.LayoutInflater.inflate(LayoutInf
later.java:320)
W/WindowManager( 2413): at android.view.LayoutInflater.inflate(LayoutInf
later.java:276)
W/WindowManager( 2413): at com.android.internal.policy.impl.PhoneWindow.
generateLayout(PhoneWindow.java:2185)
W/WindowManager( 2413): at com.android.internal.policy.impl.PhoneWindow.
installDecor(PhoneWindow.java:2239)
W/WindowManager( 2413): at com.android.internal.policy.impl.PhoneWindow.
getDecorView(PhoneWindow.java:1447)
W/WindowManager( 2413): at com.android.internal.policy.impl.PhoneWindowM
anager.addStartingWindow(PhoneWindowManager.java:657)
W/WindowManager( 2413): at com.android.server.WindowManagerService$H.han
dleMessage(WindowManagerService.java:7482)
W/WindowManager( 2413): at android.os.Handler.dispatchMessage(Handler.ja
va:99)
W/WindowManager( 2413): at android.os.Looper.loop(Looper.java:123)
W/WindowManager( 2413): at com.android.server.WindowManagerService$WMThr
ead.run(WindowManagerService.java:475)
W/WindowManager( 2413): Caused by: java.lang.reflect.InvocationTargetException
W/WindowManager( 2413): at android.widget.FrameLayout.<init>(FrameLayout
.java:79)
W/WindowManager( 2413): at java.lang.reflect.Constructor.constructNative
(Native Method)
W/WindowManager( 2413): at java.lang.reflect.Constructor.newInstance(Con
structor.java:446)
W/WindowManager( 2413): at android.view.LayoutInflater.createView(Layout
Inflater.java:499)
W/WindowManager( 2413): ... 13 more
W/WindowManager( 2413): Caused by: android.content.res.Resources$NotFoundExcepti
on: Resource is not a Drawable (color or path): TypedValue{t=0x2/d=0x1010059 a=-
1}
W/WindowManager( 2413): at android.content.res.Resources.loadDrawable(Re
sources.java:1682)
W/WindowManager( 2413): at android.content.res.TypedArray.getDrawable(Ty
pedArray.java:548)
W/WindowManager( 2413): at android.widget.FrameLayout.<init>(FrameLayout
.java:91)
W/WindowManager( 2413): ... 17 more
I/ActivityManager( 2413): Start proc org.zwanoo.android.speedtest for activity o
rg.zwanoo.android.speedtest/.MainTabActivity: pid=3299 uid=10049 gids={3003}
D/dalvikvm( 3299): DexOpt: incorrect opt magic number (0xff ff ff ff)
E/dalvikvm( 3299): /data/app/org.zwanoo.android.speedtest.apk odex has stale dep
endencies
I/dalvikvm( 3299): DexOpt: mismatch dep signature for '/data/dalvik-cache/system
@[email protected]@classes.dex'
W/dalvikvm( 3299): Cached DEX '/data/app/org.zwanoo.android.speedtest.apk' (/dat
a/dalvik-cache/[email protected]@[email protected]) is stale a
nd not writable
I/dalvikvm( 3299): Unable to open or create cache for /data/app/org.zwanoo.andro
id.speedtest.apk
D/AndroidRuntime( 3299): Shutting down VM
W/dalvikvm( 3299): threadid=3: thread exiting with uncaught exception (group=0x4
001e1c0)
E/AndroidRuntime( 3299): Uncaught handler: thread main exiting due to uncaught e
xception
E/AndroidRuntime( 3299): java.lang.RuntimeException: Unable to instantiate activ
ity ComponentInfo{org.zwanoo.android.speedtest/org.zwanoo.android.speedtest.Main
TabActivity}: java.lang.ClassNotFoundException: org.zwanoo.android.speedtest.Mai
nTabActivity in loader [email protected]
E/AndroidRuntime( 3299): at android.app.ActivityThread.performLaunchActiv
ity(ActivityThread.java:2324)
E/AndroidRuntime( 3299): at android.app.ActivityThread.handleLaunchActivi
ty(ActivityThread.java:2417)
E/AndroidRuntime( 3299): at android.app.ActivityThread.access$2100(Activi
tyThread.java:116)
E/AndroidRuntime( 3299): at android.app.ActivityThread$H.handleMessage(Ac
tivityThread.java:1794)
E/AndroidRuntime( 3299): at android.os.Handler.dispatchMessage(Handler.ja
va:99)
E/AndroidRuntime( 3299): at android.os.Looper.loop(Looper.java:123)
E/AndroidRuntime( 3299): at android.app.ActivityThread.main(ActivityThrea
d.java:4203)
E/AndroidRuntime( 3299): at java.lang.reflect.Method.invokeNative(Native
Method)
E/AndroidRuntime( 3299): at java.lang.reflect.Method.invoke(Method.java:5
21)
E/AndroidRuntime( 3299): at com.android.internal.os.ZygoteInit$MethodAndA
rgsCaller.run(ZygoteInit.java:791)
E/AndroidRuntime( 3299): at com.android.internal.os.ZygoteInit.main(Zygot
eInit.java:549)
E/AndroidRuntime( 3299): at dalvik.system.NativeStart.main(Native Method)
E/AndroidRuntime( 3299): Caused by: java.lang.ClassNotFoundException: org.zwanoo
.android.speedtest.MainTabActivity in loader [email protected]
660
E/AndroidRuntime( 3299): at dalvik.system.PathClassLoader.findClass(PathC
lassLoader.java:243)
E/AndroidRuntime( 3299): at java.lang.ClassLoader.loadClass(ClassLoader.j
ava:573)
E/AndroidRuntime( 3299): at java.lang.ClassLoader.loadClass(ClassLoader.j
ava:532)
E/AndroidRuntime( 3299): at android.app.Instrumentation.newActivity(Instr
umentation.java:1097)
E/AndroidRuntime( 3299): at android.app.ActivityThread.performLaunchActiv
ity(ActivityThread.java:2316)
E/AndroidRuntime( 3299): ... 11 more
I/Process ( 2413): Sending signal. PID: 3299 SIG: 3
I/dalvikvm( 3299): threadid=7: reacting to signal 3
I/dalvikvm( 3299): Wrote stack trace to '/data/anr/traces.txt'
I/Process ( 3299): Sending signal. PID: 3299 SIG: 9
I/ActivityManager( 2413): Process org.zwanoo.android.speedtest (pid 3299) has di
ed.
W/UsageStats( 2413): Unexpected resume of com.android.launcher while already res
umed in org.zwanoo.android.speedtest
W/InputManagerService( 2413): Window already focused, ignoring focus gain of: co
[email protected]
D/dalvikvm( 3248): GC(1) freed 1149 objects / 90088 bytes in 126ms

Old Market on Donut

How can I downgrade the market app? I miss the ability to filter free/paid that I had using the old market.
Push the vending app from the rom you want to use the market from.
I tried using Vending.apk from JACMan_xROM_1.52. When I open the Market app, I get a FC. I saw the Dex error, so I tried clearing the dalvik cache. no change after that.
Logcat reports:
I/ActivityManager( 545): Starting activity: Intent { act=android.intent.action.MAIN cat=[android.intent.category.LAUNCHER] flg=0x10
200000 cmp=com.android.vending/.AssetBrowserActivity }
I/ActivityManager( 545): Start proc com.android.vending for activity com.android.vending/.AssetBrowserActivity: pid=1199 uid=10016
gids={3003, 1015}
I/ActivityThread( 1199): Publishing provider com.android.vending.SuggestionsProvider: com.android.vending.SuggestionsProvider
D/dalvikvm( 1199): DexOpt: couldn't find static field
W/dalvikvm( 1199): VFY: unable to resolve static field 38 (MARKET_DOWNLOAD_SCHEDULED) in Landroid/provider/Checkin$Stats$Tag;
W/dalvikvm( 1199): VFY: rejecting opcode 0x62 at 0x0091
W/dalvikvm( 1199): VFY: rejected Lcom/android/vending/AssetDownloader;.startDownload (Landroid/content/Context;Lcom/android/vending
/model/DownloadInfo;Ljava/lang/String;Ljava/lang/String;Lcom/android/vending/api/LocalAssetDatabase;Ljava/lang/StringV
W/dalvikvm( 1199): Verifier rejected class Lcom/android/vending/AssetDownloader;
D/AndroidRuntime( 1199): Shutting down VM
W/dalvikvm( 1199): threadid=3: thread exiting with uncaught exception (group=0x4001dab0)
E/AndroidRuntime( 1199): Uncaught handler: thread main exiting due to uncaught exception
E/AndroidRuntime( 1199): java.lang.VerifyError: com.android.vending.AssetDownloader
E/AndroidRuntime( 1199): at com.android.vending.ServiceLocator.init(ServiceLocator.java:79)
E/AndroidRuntime( 1199): at com.android.vending.VendingApplication.onCreate(VendingApplication.java:153)
E/AndroidRuntime( 1199): at android.app.Instrumentation.callApplicationOnCreate(Instrumentation.java:1045)
E/AndroidRuntime( 1199): at android.app.ActivityThread.handleBindApplication(ActivityThread.java:3871)
E/AndroidRuntime( 1199): at android.app.ActivityThread.access$2800(ActivityThread.java:116)
E/AndroidRuntime( 1199): at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1831)
E/AndroidRuntime( 1199): at android.os.Handler.dispatchMessage(Handler.java:99)
E/AndroidRuntime( 1199): at android.os.Looper.loop(Looper.java:123)
E/AndroidRuntime( 1199): at android.app.ActivityThread.main(ActivityThread.java:4203)
E/AndroidRuntime( 1199): at java.lang.reflect.Method.invokeNative(Native Method)
E/AndroidRuntime( 1199): at java.lang.reflect.Method.invoke(Method.java:521)
E/AndroidRuntime( 1199): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:791)
E/AndroidRuntime( 1199): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:549)
E/AndroidRuntime( 1199): at dalvik.system.NativeStart.main(Native Method)
I/Process ( 545): Sending signal. PID: 1199 SIG: 3
I/dalvikvm( 1199): threadid=7: reacting to signal 3
I/dalvikvm( 1199): Wrote stack trace to '/data/anr/traces.txt'
I/DumpStateReceiver( 545): Added state dump to 1 crashes

android.process.acore force close

Everytime I install a new ROM that isn't 1.6, I get an android.process.acore when using the send/call button in the contacts app. I'm currently running cannon's 2.1, and it's been doing this. This has also occurred in other ROMs i installed such as eugene's eclair rom. Does anyone know if this happens to everyone or if its just my phone? How would I go on to fixing this if possible? Thanks.
a logcat would be helpful here.
Might be a problem with the default contact/phone apk. You could try a 3rd party application and set that as default and see if that fixes it.
Code:
I/ActivityManager( 2733): Starting activity: Intent { act=android.intent.action.VIEW dat=content://com.android.contacts/contacts/lookup/1212i6.1212i296b1ff40e269798/74 cmp=com.android.contacts/.ViewContactActivity }
W/AudioFlinger( 2717): write blocked for 92 msecs, 40 delayed writes, thread 0xcda0
D/NetworkLocationProvider( 2733): onCellLocationChanged [26299,44233]
D/Sources ( 3741): Creating external source for type=com.facebook.auth.login, packageName=com.facebook.katana
I/ActivityManager( 2733): Displayed activity com.android.contacts/.ViewContactActivity: 846 ms (total 846 ms)
W/Sources ( 3741): Unknown type=com.google, mime=vnd.com.google.cursor.item/contact_misc
W/Sources ( 3741): Unknown type=com.google, mime=vnd.com.google.cursor.item/contact_misc
W/Sources ( 3741): Unknown type=com.google, mime=vnd.android.cursor.item/group_membership
D/NetworkLocationProvider( 2733): onCellLocationChanged [26299,61953]
I/ActivityManager( 2733): Starting activity: Intent { act=android.intent.action.CALL_PRIVILEGED dat=content://com.android.contacts/contacts/74 }
D/AndroidRuntime( 3741): Shutting down VM
W/dalvikvm( 3741): threadid=3: thread exiting with uncaught exception (group=0x4001e180)
E/AndroidRuntime( 3741): Uncaught handler: thread main exiting due to uncaught exception
E/AndroidRuntime( 3741): android.content.ActivityNotFoundException: No Activity found to handle Intent { act=android.intent.action.CALL_PRIVILEGED dat=content://com.android.contacts/contacts/74 }
E/AndroidRuntime( 3741): at android.app.Instrumentation.checkStartActivityResult(Instrumentation.java:1408)
E/AndroidRuntime( 3741): at android.app.Instrumentation.execStartActivity(Instrumentation.java:1378)
E/AndroidRuntime( 3741): at android.app.Activity.startActivityForResult(Activity.java:2749)
E/AndroidRuntime( 3741): at android.app.Activity.startActivity(Activity.java:2855)
E/AndroidRuntime( 3741): at com.android.contacts.ViewContactActivity.onKeyDown(ViewContactActivity.java:715)
E/AndroidRuntime( 3741): at android.view.KeyEvent.dispatch(KeyEvent.java:1037)
E/AndroidRuntime( 3741): at android.app.Activity.dispatchKeyEvent(Activity.java:2043)
E/AndroidRuntime( 3741): at com.android.internal.policy.impl.PhoneWindow$DecorView.dispatchKeyEvent(PhoneWindow.java:1631)
E/AndroidRuntime( 3741): at android.view.ViewRoot.deliverKeyEventToViewHierarchy(ViewRoot.java:2368)
E/AndroidRuntime( 3741): at android.view.ViewRoot.handleFinishedEvent(ViewRoot.java:2338)
E/AndroidRuntime( 3741): at android.view.ViewRoot.handleMessage(ViewRoot.java:1641)
E/AndroidRuntime( 3741): at android.os.Handler.dispatchMessage(Handler.java:99)
E/AndroidRuntime( 3741): at android.os.Looper.loop(Looper.java:123)
E/AndroidRuntime( 3741): at android.app.ActivityThread.main(ActivityThread.java:4363)
E/AndroidRuntime( 3741): at java.lang.reflect.Method.invokeNative(Native Method)
E/AndroidRuntime( 3741): at java.lang.reflect.Method.invoke(Method.java:521)
E/AndroidRuntime( 3741): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:860)
E/AndroidRuntime( 3741): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:618)
E/AndroidRuntime( 3741): at dalvik.system.NativeStart.main(Native Method)
I/Process ( 2733): Sending signal. PID: 3741 SIG: 3
I/dalvikvm( 3741): threadid=7: reacting to signal 3
I/dalvikvm( 3741): Wrote stack trace to '/data/anr/traces.txt'
I/DumpStateReceiver( 2733): Added state dump to 1 crashes
logcat of when i hit send on the contacts app
what other third party contact apk can you sugges for me? thanks
The ones you mentioned are fine, or wysie_sho (sorry something like that) has his modified in the dev section. Just rename and copy to /system/app/.

Contacts not opening

Somebody please help me, im using Helly Bean 4.2 built of 02 December.... and everytime i try to open the Contacts App, it FC and i don't know why... Here is the logcat
Sorry for my english, i'm Mexican
Logcat
Code:
I/ActivityManager( 397): START u0 {act=android.intent.action.MAIN cat=[android.
intent.category.LAUNCHER] flg=0x10200000 cmp=com.android.contacts/.activities.Pe
opleActivity bnds=[120,700][240,772]} from pid 611
I/ActivityManager( 397): Start proc com.android.contacts for activity com.andro
id.contacts/.activities.PeopleActivity: pid=32628 uid=10001 gids={50001, 3003, 1
015, 1028}
E/dalvikvm(32628): Dex cache directory isn't writable: /data/dalvik-cache
I/dalvikvm(32628): Unable to open or create cache for /system/app/Contacts.apk (
/data/dalvik-cache/[email protected]@[email protected])
D/AndroidRuntime(32628): Shutting down VM
W/dalvikvm(32628): threadid=1: thread exiting with uncaught exception (group=0x4
0d37930)
E/AndroidRuntime(32628): FATAL EXCEPTION: main
E/AndroidRuntime(32628): java.lang.RuntimeException: Unable to instantiate appli
cation com.android.contacts.ContactsApplication: java.lang.ClassNotFoundExceptio
n: Didn't find class "com.android.contacts.ContactsApplication" on path: /system
/app/Contacts.apk
E/AndroidRuntime(32628): at android.app.LoadedApk.makeApplication(LoadedA
pk.java:504)
E/AndroidRuntime(32628): at android.app.ActivityThread.handleBindApplicat
ion(ActivityThread.java:4516)
E/AndroidRuntime(32628): at android.app.ActivityThread.access$1300(Activi
tyThread.java:150)
E/AndroidRuntime(32628): at android.app.ActivityThread$H.handleMessage(Ac
tivityThread.java:1304)
E/AndroidRuntime(32628): at android.os.Handler.dispatchMessage(Handler.ja
va:99)
E/AndroidRuntime(32628): at android.os.Looper.loop(Looper.java:137)
E/AndroidRuntime(32628): at android.app.ActivityThread.main(ActivityThrea
d.java:5191)
E/AndroidRuntime(32628): at java.lang.reflect.Method.invokeNative(Native
Method)
E/AndroidRuntime(32628): at java.lang.reflect.Method.invoke(Method.java:5
11)
E/AndroidRuntime(32628): at com.android.internal.os.ZygoteInit$MethodAndA
rgsCaller.run(ZygoteInit.java:795)
E/AndroidRuntime(32628): at com.android.internal.os.ZygoteInit.main(Zygot
eInit.java:562)
E/AndroidRuntime(32628): at dalvik.system.NativeStart.main(Native Method)
E/AndroidRuntime(32628): Caused by: java.lang.ClassNotFoundException: Didn't fin
d class "com.android.contacts.ContactsApplication" on path: /system/app/Contacts
.apk
E/AndroidRuntime(32628): at dalvik.system.BaseDexClassLoader.findClass(Ba
seDexClassLoader.java:65)
E/AndroidRuntime(32628): at java.lang.ClassLoader.loadClass(ClassLoader.j
ava:501)
E/AndroidRuntime(32628): at java.lang.ClassLoader.loadClass(ClassLoader.j
ava:461)
E/AndroidRuntime(32628): at android.app.Instrumentation.newApplication(In
strumentation.java:968)
E/AndroidRuntime(32628): at android.app.LoadedApk.makeApplication(LoadedA
pk.java:499)
E/AndroidRuntime(32628): ... 11 more
W/ActivityManager( 397): Force finishing activity com.android.contacts/.activ
ities.PeopleActivity
D/dalvikvm( 397): GC_CONCURRENT freed 1949K, 20% free 15713K/19616K, paused 9ms
+18ms, total 196ms
W/ActivityManager( 397): Activity pause timeout for ActivityRecord{41897848 u0
com.android.contacts/.activities.PeopleActivity}
W/ActivityManager( 397): Activity destroy timeout for ActivityRecord{41897848 u
0 com.android.contacts/.activities.PeopleActivity}

Camera FC Xperia Z1

I have a rooted Z1 on .257 firmware.
Everything was fine, until SUDDENTLY (I didn't install ANYTHING) the camera (AR effects, videocamera, anything...) Just won't show and FC.
It seems to me a problem with permissions, as i logcated the whole event.
This is the cut of the event when i start the camera.
Code:
D/dalvikvm( 1135): GC_CONCURRENT freed 39K, 17% free 38637K/46248K, paused 2ms+1
ms, total 15ms
D/dalvikvm( 7366): Trying to load lib /data/app-lib/SemcCameraUI/libblurviewfind
er.so 0x4211f510
D/dalvikvm( 7366): Added shared lib /data/app-lib/SemcCameraUI/libblurviewfinder
.so 0x4211f510
D/dalvikvm( 7366): No JNI_OnLoad found in /data/app-lib/SemcCameraUI/libblurview
finder.so 0x4211f510, skipping init
D/AndroidRuntime( 7366): Shutting down VM
W/dalvikvm( 7366): threadid=1: thread exiting with uncaught exception (group=0x4
1e33ae0)
W/ContextImpl( 917): Calling a method in the system process without a qualified
user: android.app.ContextImpl.sendOrderedBroadcast:1105 com.android.internal.po
licy.impl.PhoneWindowManager.cancelSemcCameraApplication:4403 com.android.intern
al.policy.impl.PhoneWindowManager.interceptCameraKeyEvent:4190 com.android.inter
nal.policy.impl.PhoneWindowManager.interceptKeyBeforeQueueing:4039 com.android.s
erver.wm.InputMonitor.interceptKeyBeforeQueueing:342
E/AndroidRuntime( 7366): FATAL EXCEPTION: main
E/AndroidRuntime( 7366): java.lang.RuntimeException: Unable to resume activity {
com.sonyericsson.android.camera/com.sonyericsson.android.camera.fastcapturing.Fa
stCapturingActivity}: java.lang.RuntimeException: Fail to get camera info
E/AndroidRuntime( 7366): at android.app.ActivityThread.performResumeActiv
ity(ActivityThread.java:2795)
E/AndroidRuntime( 7366): at android.app.ActivityThread.handleResumeActivi
ty(ActivityThread.java:2824)
E/AndroidRuntime( 7366): at android.app.ActivityThread.handleLaunchActivi
ty(ActivityThread.java:2279)
E/AndroidRuntime( 7366): at android.app.ActivityThread.access$600(Activit
yThread.java:150)
E/AndroidRuntime( 7366): at android.app.ActivityThread$H.handleMessage(Ac
tivityThread.java:1276)
E/AndroidRuntime( 7366): at android.os.Handler.dispatchMessage(Handler.ja
va:99)
E/AndroidRuntime( 7366): at android.os.Looper.loop(Looper.java:213)
E/AndroidRuntime( 7366): at android.app.ActivityThread.main(ActivityThrea
d.java:5153)
E/AndroidRuntime( 7366): at java.lang.reflect.Method.invokeNative(Native
Method)
E/AndroidRuntime( 7366): at java.lang.reflect.Method.invoke(Method.java:5
11)
E/AndroidRuntime( 7366): at com.android.internal.os.ZygoteInit$MethodAndA
rgsCaller.run(ZygoteInit.java:797)
E/AndroidRuntime( 7366): at com.android.internal.os.ZygoteInit.main(Zygot
eInit.java:564)
E/AndroidRuntime( 7366): at de.robv.android.xposed.XposedBridge.main(Xpos
edBridge.java:126)
E/AndroidRuntime( 7366): at dalvik.system.NativeStart.main(Native Method)
E/AndroidRuntime( 7366): Caused by: java.lang.RuntimeException: Fail to get came
ra info
E/AndroidRuntime( 7366): at android.hardware.Camera._getCameraInfo(Native
Method)
E/AndroidRuntime( 7366): at android.hardware.Camera.getCameraInfo(Camera.
java:209)
E/AndroidRuntime( 7366): at com.sonyericsson.cameracommon.utility.StaticC
onfigurationUtil.<init>(StaticConfigurationUtil.java:43)
E/AndroidRuntime( 7366): at com.sonyericsson.cameracommon.utility.StaticC
onfigurationUtil.isForceSound(StaticConfigurationUtil.java:72)
E/AndroidRuntime( 7366): at com.sonyericsson.android.camera.ExtendedActiv
ity.onResume(ExtendedActivity.java:301)
E/AndroidRuntime( 7366): at com.sonyericsson.android.camera.fastcapturing
.FastCapturingActivity.onResume(FastCapturingActivity.java:356)
E/AndroidRuntime( 7366): at android.app.Instrumentation.callActivityOnRes
ume(Instrumentation.java:1185)
E/AndroidRuntime( 7366): at android.app.Activity.performResume(Activity.j
ava:5182)
E/AndroidRuntime( 7366): at android.app.ActivityThread.performResumeActiv
ity(ActivityThread.java:2785)
E/AndroidRuntime( 7366): ... 13 more
W/ActivityManager( 917): Force finishing activity com.sonyericsson.android.ca
mera/.fastcapturing.FastCapturingActivity
D/dalvikvm( 917): GC_FOR_ALLOC freed 1824K, 21% free 41328K/52020K, paused 64ms
, total 66ms
W/ActivityManager( 917): Force finishing activity com.android.settings/.SubSe
ttings
D/dalvikvm( 917): GC_FOR_ALLOC freed 40K, 19% free 42383K/52020K, paused 77ms,
total 77ms
I/dalvikvm-heap( 917): Grow heap (frag case) to 44.657MB for 2536936-byte alloc
ation
I/CrashMonitor( 6525): CrashMonitorServiceBroadcastReceiver: Forwarding intent:
android.intent.action.DROPBOX_ENTRY_ADDED tag: system_app_crash
I/CrashMonitor( 6525): CrashMonitorService: Service started...
D/dalvikvm( 6539): Trying to load lib /data/app-lib/bootinfo/libMiscTaAccessor.s
o 0x42123c08
D/dalvikvm( 6539): Shared lib '/data/app-lib/bootinfo/libMiscTaAccessor.so' alre
ady loaded in same CL 0x42123c08
W/ProcessStats( 917): Skipping unknown process pid 7387
W/ProcessStats( 917): Skipping unknown process pid 7390
D/StatusBar.NetworkController( 1135): refreshViews: Data not connected!! Set no
data type icon / Roaming
D/StatusBar.NetworkController( 1135): refreshViews: Data not connected!! Set no
data type icon / Roaming
D/android.widget.GridLayout( 1135): vertical constraints: y1-y0>=246, y2-y1>=245
, y2-y0<=490 are inconsistent; permanently removing: y2-y0<=490.
D/StatusBar.NetworkController( 1135): refreshViews: Data not connected!! Set no
data type icon / Roaming
D/StatusBar.NetworkController( 1135): refreshViews: Data not connected!! Set no
data type icon / Roaming
W/ActivityManager( 917): Activity pause timeout for ActivityRecord{43cd23e0 u0
com.sonyericsson.android.camera/.fastcapturing.FastCapturingActivity}
D/dalvikvm( 5243): GC_FOR_ALLOC freed 2898K, 9% free 58312K/64068K, paused 28ms,
total 28ms
I/dalvikvm-heap( 5243): Grow heap (frag case) to 65.649MB for 8294416-byte alloc
ation
D/dalvikvm( 5243): GC_CONCURRENT freed 3087K, 13% free 63325K/72172K, paused 2ms
+4ms, total 32ms
I/CrashMonitor( 6525): CrashMonitorService: action: android.intent.action.DROPBO
X_ENTRY_ADDED
I/CrashMonitor( 6525): CrashMonitorService: Service stopped...
Sorry for formatting, but it comes right out the windows console.
Also, i see
Code:
W/ContextImpl( 5243): Calling a method in the system process without a qualified
user: android.app.ContextImpl.sendBroadcast:1076 de.robv.android.xposed.XposedB
ridge.invokeOriginalMethodNative:-2 de.robv.android.xposed.XposedBridge.handleHo
okedMethod:547 android.app.ContextImpl.sendBroadcast:-2 android.content.ContextW
rapper.sendBroadcast:338
because I'm using Xposed framework. Can be it that breaks?
ROM is odexed.
If someone has the same issue or knows how to resolve, post here.
Thank you!
Reinstall rom...
Wysłane z mojego C6903 przy użyciu Tapatalka
Vaith said:
Reinstall rom...
Wysłane z mojego C6903 przy użyciu Tapatalka
Click to expand...
Click to collapse
Wow, so good and complete answer!
I have xposed on an odexed rom so its not that
Try clearing data in camera common app
if that does not work clear data in all camera apps
gregbradley said:
I have xposed on an odexed rom so its not that
Try clearing data in camera common app
if that does not work clear data in all camera apps
Click to expand...
Click to collapse
Tried that too... no luck... =/

Categories

Resources