Hi
I am new to this, my first ROM was LeeDroid v2.1 and I just updated to 2.1a and I cleared all cache and data.
I use the HTC Mail application, and with both installs I am finding that it is crashing when I attempt to do anything to an email in my exchange account. Some details:
the error I am receiving "The application Mail (process com.htc.android.mail) has stopped unexpectedly. Please try again." I will receive this error when I attempt to read or manipulate an email in the inbox (eg. just hold down on the email to get more options, say to delete it).
As mentioned, this only fails on an exchange email account type. I have another IMAP account setup which works flawlessly.
The AirSync capable email server I am using is CommuniGate Pro, 5.3.9 (if this makes any difference). I checked the server logs and when I do something to an email on the phone no logs are shown which seems to indicate that it is purely a phone/app issue as no request is making it to the server.
THe phone is a HTC Desire, this used to work fine on the original install. eg before I rooted and installed a new ROM.
any ideas? I have tried going to to application manager and "clear data" for mail and re set everything up with no success. My boss also has the exact same setup but his works fine.. :\
Let me know.
Thanks
any ideas how I can diagnosse or solve this problem?
I found the following:
http://developer.android.com/guide/developing/tools/adb.html
and the log from when i click on an email to view it is the following:
VD/AndroidRuntime( 6215): Shutting down VM
W/dalvikvm( 6215): threadid=1: thread exiting with uncaught exception (group=0x400259f8)
E/AndroidRuntime( 6215): FATAL EXCEPTION: main
E/AndroidRuntime( 6215): java.lang.NullPointerException
E/AndroidRuntime( 6215): at com.htc.android.mail.MailListTab.onListItemClick(MailListTab.java:3445)
E/AndroidRuntime( 6215): at com.htc.android.mail.MailListTab$TabInfo$1.onItemClick(MailListTab.java:5073)
E/AndroidRuntime( 6215): at com.htc.widget.HtcAdapterView.performItemClick(HtcAdapterView.java:379)
E/AndroidRuntime( 6215): at com.htc.widget.HtcListViewCore.performItemClick(HtcListViewCore.java:4989)
E/AndroidRuntime( 6215): at com.htc.widget.HtcAbsListView$PerformClick.run(HtcAbsListView.java:1978)
E/AndroidRuntime( 6215): at android.os.Handler.handleCallback(Handler.java:587)
E/AndroidRuntime( 6215): at android.os.Handler.dispatchMessage(Handler.java:92)
E/AndroidRuntime( 6215): at android.os.Looper.loop(Looper.java:144)
E/AndroidRuntime( 6215): at android.app.ActivityThread.main(ActivityThread.java:4937)
E/AndroidRuntime( 6215): at java.lang.reflect.Method.invokeNative(Native Method)
E/AndroidRuntime( 6215): at java.lang.reflect.Method.invoke(Method.java:521)
E/AndroidRuntime( 6215): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:868)
E/AndroidRuntime( 6215): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:626)
E/AndroidRuntime( 6215): at dalvik.system.NativeStart.main(Native Method)
W/ActivityManager( 156): Force finishing activity com.htc.android.mail/.MailListTab
I/global ( 156): Default buffer size used in BufferedReader constructor. It would be better to be explicit if an 8k-char buffer is required.
I/global ( 156): Default buffer size used in BufferedReader constructor. It would be better to be explicit if an 8k-char buffer is required.
W/ActivityManager( 156): Activity pause timeout for HistoryRecord{46e26a70 com.htc.android.mail/.MailListTab}
D/Sensors ( 156): close_akm, fd=71
D/Sensors ( 156): open_akm, fd=130
D/AK8973 ( 135): Compass CLOSE
D/AK8973 ( 135): Compass Start
D/dalvikvm( 156): GC_FOR_MALLOC freed 10679 objects / 1229744 bytes in 152ms
I/global ( 156): Default buffer size used in BufferedReader constructor. It would be better to be explicit if an 8k-char buffer is required.
D/dalvikvm( 156): GC_FOR_MALLOC freed 3661 objects / 1028568 bytes in 109ms
E/ActivityManager( 156): Error running process
E/ActivityManager( 156): java.io.IOException: Error running exec(). Command: [/system/xbin/procrank] Working Directory: null Environment: [ANDROID_SOCKET_zygote=11, ANDROID_BOOTLOGO=1, EXTERNAL_STORAGE=/mnt/sdcard, ANDROID_ASSETS=/system/app, TERMINFO=/system/etc/terminfo, ASEC_MOUNTPOINT=/mnt/asec, PATH=/sbin:/system/sbin:/system/bin:/system/xbin, ANDROID_DATA=/data, BOOTCLASSPATH=/system/framework/core.jar:/system/framework/ext.jar:/system/framework/framework.jar:/system/framework/android.policy.jar:/system/framework/services.jar:/system/framework/com.htc.framework.jar:/system/framework/com.htc.android.pimlib.jar:/system/framework/com.htc.android.easopen.jar:/system/framework/com.scalado.util.ScaladoUtil.jar, ANDROID_PROPERTY_WORKSPACE=10,65536, ANDROID_ROOT=/system, LD_LIBRARY_PATH=/system/lib]
E/ActivityManager( 156): at java.lang.ProcessManager.exec(ProcessManager.java:226)
E/ActivityManager( 156): at java.lang.ProcessBuilder.start(ProcessBuilder.java:201)
E/ActivityManager( 156): at com.android.server.am.ActivityManagerService.logProcessResult(ActivityManagerService.java:9438)
E/ActivityManager( 156): at com.android.server.am.ActivityManagerService.access$900(ActivityManagerService.java:155)
E/ActivityManager( 156): at com.android.server.am.ActivityManagerService$9.run(ActivityManagerService.java:9615)
E/ActivityManager( 156): Caused by: java.io.IOException: Permission denied
E/ActivityManager( 156): at java.lang.ProcessManager.exec(Native Method)
E/ActivityManager( 156): at java.lang.ProcessManager.exec(ProcessManager.java:224)
E/ActivityManager( 156): ... 4 more
D/dalvikvm( 6035): GC_EXPLICIT freed 180 objects / 10568 bytes in 73ms
D/webviewglue( 6035): nativeDestroy view: 0x2c5818
W/ActivityManager( 156): Activity destroy timeout for HistoryRecord{46e26a70 com.htc.android.mail/.MailListTab}
D/dalvikvm( 334): GC_EXPLICIT freed 22 objects / 928 bytes in 63ms
Hi
using abd, I found that /system/xbin/procrank only had the permisisons of rw_r__r__, so I changed it to 777. I now only receive the null pointer exception.
D/PowerManagerService( 154): New lightsensor value:160, lcdValue:160
D/AndroidRuntime(10795): Shutting down VM
W/dalvikvm(10795): threadid=1: thread exiting with uncaught exception (group=0x400259f8)
E/AndroidRuntime(10795): FATAL EXCEPTION: main
E/AndroidRuntime(10795): java.lang.NullPointerException
E/AndroidRuntime(10795): at com.htc.android.mail.MailListTab.onListItemClick(MailListTab.java:3445)
E/AndroidRuntime(10795): at com.htc.android.mail.MailListTab$TabInfo$1.onItemClick(MailListTab.java:5073)
E/AndroidRuntime(10795): at com.htc.widget.HtcAdapterView.performItemClick(HtcAdapterView.java:379)
E/AndroidRuntime(10795): at com.htc.widget.HtcListViewCore.performItemClick(HtcListViewCore.java:4989)
E/AndroidRuntime(10795): at com.htc.widget.HtcAbsListView$PerformClick.run(HtcAbsListView.java:1978)
E/AndroidRuntime(10795): at android.os.Handler.handleCallback(Handler.java:587)
E/AndroidRuntime(10795): at android.os.Handler.dispatchMessage(Handler.java:92)
E/AndroidRuntime(10795): at android.os.Looper.loop(Looper.java:144)
E/AndroidRuntime(10795): at android.app.ActivityThread.main(ActivityThread.java:4937)
E/AndroidRuntime(10795): at java.lang.reflect.Method.invokeNative(Native Method)
E/AndroidRuntime(10795): at java.lang.reflect.Method.invoke(Method.java:521)
E/AndroidRuntime(10795): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:868)
E/AndroidRuntime(10795): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:626)
E/AndroidRuntime(10795): at dalvik.system.NativeStart.main(Native Method)
W/ActivityManager( 154): Force finishing activity com.htc.android.mail/.MailListTab
I/global ( 154): Default buffer size used in BufferedReader constructor. It would be better to be explicit if an 8k-char buffer is required.
D/dalvikvm( 154): GC_FOR_MALLOC freed 22722 objects / 3414352 bytes in 129ms
I/global ( 154): Default buffer size used in BufferedReader constructor. It would be better to be explicit if an 8k-char buffer is required.
W/ActivityManager( 154): Activity pause timeout for HistoryRecord{46d46718 com.htc.android.mail/.MailListTab}
I/ActivityManager( 154): No longer want com.htc.htcMessageUploader (pid 9900): hidden #16
I/ActivityManager( 154): No longer want com.google.android.gm (pid 9934): hidden #16
I/ActivityManager( 154): No longer want com.htc.BugReport (pid 9891): hidden #16
I/ActivityManager( 154): No longer want com.ebay.mobile:remote (pid 9884): hidden #16
I/ActivityManager( 154): No longer want com.nodeplus.android.nodecon (pid 8279): hidden #16
I/ActivityManager( 154): No longer want com.google.android.googlequicksearchbox (pid 8703): hidden #16
I/ActivityManager( 154): No longer want com.keramidas.TitaniumBackup (pid 8695): hidden #16
D/Sensors ( 154): close_akm, fd=27
I/ActivityManager( 154): No longer want com.android.voicedialer (pid 8687): hidden #16
D/AK8973 ( 133): Compass CLOSE
D/dalvikvm( 154): GC_FOR_MALLOC freed 6997 objects / 1147720 bytes in 159ms
W/ContentService( 154): binderDied() at ObserverNode name com.google.android.gsf.gservices
W/ActivityManager( 154): Scheduling restart of crashed service com.nodeplus.android.nodecon/.ReminderService in 5000ms
D/AK8973 ( 133): Compass Start
D/Sensors ( 154): open_akm, fd=131
I/global ( 154): Default buffer size used in BufferedReader constructor. It would be better to be explicit if an 8k-char buffer is required.
I/global ( 154): Default buffer size used in BufferedReader constructor. It would be better to be explicit if an 8k-char buffer is required.
D/dalvikvm( 154): GC_FOR_MALLOC freed 7943 objects / 996312 bytes in 109ms
I/BatteryStatsImpl( 154): notePhoneSignalStrengthLocked: 4->3
I/ActivityManager( 154): Start proc com.nodeplus.android.nodecon for service com.nodeplus.android.nodecon/.ReminderService: pid=10837 uid=10102 gids={1015}
I/Process (10795): Sending signal. PID: 10795 SIG: 9
W/ContentService( 154): binderDied() at ObserverNode name com.android.contacts
I/ActivityManager( 154): Process com.htc.android.mail (pid 10795) has died.
I/WindowManager( 154): WIN DEATH: Window{46c7f8b8 com.htc.android.mail/com.htc.android.mail.MailListTab paused=false}
W/ContentService( 154): binderDied() at ObserverNode name read
W/ContentService( 154): binderDied() at ObserverNode name default
W/ContentService( 154): binderDied() at ObserverNode name moveMail
W/ContentService( 154): binderDied() at ObserverNode name deleteMail
W/ContentService( 154): binderDied() at ObserverNode name markStar
D/WindowManager( 154): I'm tired mEndcallBehavior=0x2
I/power ( 154): *** set_screen_state 0
V/KeyguardViewMediator( 154): password timeout delay 297928ms
D/KeyguardViewManager( 154): show()
D/HtcLockScreen( 154): onScreenRestart
I/HtcLockScreen( 154): updateStatusViewByPriority, mIsSimCheckView = false, mIsBatteryInfo = false, mIsMusicPlaying = false, mIsAirPlaneMode = false
I/HtcLockScreen( 154): HtcLockScreennResume
D/StatusBar( 154): DISABLE_EXPAND: yes
D/Sensors ( 154): close_akm, fd=131
D/ConnectivityService( 154): getMobileDataEnabled returning true
D/ConnectivityService( 154): getMobileDataEnabled returning true
D/ConnectivityService( 154): getMobileDataEnabled returning true
D/WifiService( 154): ACTION_SCREEN_OFF
D/WifiService( 154): setting ACTION_DEVICE_IDLE timer for 900000ms
V/AlarmManager( 154): Adding Alarm{46b44340 type 0 android} Oct 11 12:52:22 pm
D/Sensors ( 154): open_akm, fd=131
D/Sensors ( 154): close_akm, fd=131
V/AlarmManager( 154): Adding Alarm{46c346f0 type 2 org.sipdroid.sipua} Jan 03 08:04:06 am
D/SurfaceFlinger( 154): About to give-up screen, flinger = 0xb4820
D/AK8973 ( 133): Compass CLOSE
W/ActivityManager( 154): Activity destroy timeout for HistoryRecord{46d46718 com.htc.android.mail/.MailListTab}
D/dalvikvm( 6101): GC_EXPLICIT freed 3303 objects / 208216 bytes in 59ms
D/dalvikvm( 470): GC_EXPLICIT freed 762 objects / 49600 bytes in 46ms
D/dalvikvm( 311): GC_EXPLICIT freed 19 objects / 904 bytes in 77ms
D/dalvikvm( 397): GC_EXPLICIT freed 488 objects / 22544 bytes in 68ms
D/dalvikvm( 8714): GC_EXPLICIT freed 2732 objects / 138728 bytes in 62ms
can anyone help with this?
I have managed to resolve this issue, there was a problem with a settings file for my email account on the server.. I removed this, made the server recreate the file and now it works fine.
Thanks
Hi all, i start a little project, trying to port xperia arc's Music Player to our SGS, i'm not a dev, just a "bidouilleur".
Apk's installation is fine, but app FC.
So, here is log of FC :
Code:
I/ActivityManager( 3260): Starting activity: Intent { act=android.intent.action.MAIN cat=[android.intent.category.LAUNCHER] flg=0x10200000 cmp=com.sonyericsson.music/.PlayerActivity }
W/WindowManager( 3260): HistoryRecord{48d2b2d8 com.sonyericsson.music/.PlayerActivity} failed creating starting window
W/WindowManager( 3260): android.view.InflateException: Binary XML file line #2: Error inflating class <unknown>
W/WindowManager( 3260): at android.view.LayoutInflater.createView(LayoutInflater.java:513)
W/WindowManager( 3260): at com.android.internal.policy.impl.PhoneLayoutInflater.onCreateView(PhoneLayoutInflater.java:56)
W/WindowManager( 3260): at android.view.LayoutInflater.createViewFromTag(LayoutInflater.java:563)
W/WindowManager( 3260): at android.view.LayoutInflater.inflate(LayoutInflater.java:385)
W/WindowManager( 3260): at android.view.LayoutInflater.inflate(LayoutInflater.java:320)
W/WindowManager( 3260): at android.view.LayoutInflater.inflate(LayoutInflater.java:276)
W/WindowManager( 3260): at com.android.internal.policy.impl.PhoneWindow.generateLayout(PhoneWindow.java:2217)
W/WindowManager( 3260): at com.android.internal.policy.impl.PhoneWindow.installDecor(PhoneWindow.java:2272)
W/WindowManager( 3260): at com.android.internal.policy.impl.PhoneWindow.getDecorView(PhoneWindow.java:1459)
W/WindowManager( 3260): at com.android.internal.policy.impl.PhoneWindowManager.addStartingWindow(PhoneWindowManager.java:1042)
W/WindowManager( 3260): at com.android.server.WindowManagerService$H.handleMessage(WindowManagerService.java:9144)
W/WindowManager( 3260): at android.os.Handler.dispatchMessage(Handler.java:99)
W/WindowManager( 3260): at android.os.Looper.loop(Looper.java:123)
W/WindowManager( 3260): at com.android.server.WindowManagerService$WMThread.run(WindowManagerService.java:583)
W/WindowManager( 3260): Caused by: java.lang.reflect.InvocationTargetException
W/WindowManager( 3260): at android.widget.FrameLayout.<init>(FrameLayout.java:79)
W/WindowManager( 3260): at java.lang.reflect.Constructor.constructNative(Native Method)
W/WindowManager( 3260): at java.lang.reflect.Constructor.newInstance(Constructor.java:446)
W/WindowManager( 3260): at android.view.LayoutInflater.createView(LayoutInflater.java:500)
W/WindowManager( 3260): ... 13 more
W/WindowManager( 3260): Caused by: android.content.res.Resources$NotFoundException: Resource is not a Drawable (color or path): TypedValue{t=0x2/d=0x1010059 a=-1}
W/WindowManager( 3260): at android.content.res.Resources.loadDrawable(Resources.java:1681)
W/WindowManager( 3260): at android.content.res.TypedArray.getDrawable(TypedArray.java:601)
W/WindowManager( 3260): at android.widget.FrameLayout.<init>(FrameLayout.java:91)
W/WindowManager( 3260): ... 17 more
I/ActivityManager( 3260): Start proc com.sonyericsson.music for activity com.sonyericsson.music/.PlayerActivity: pid=10147 uid=10090 gids={3003, 1015, 3002}
I/Zygote (10147): Zygote: pid 10147 has INTERNET permission, then set capability for CAP_NET_RAW
I/ActivityThread(10147): Publishing provider com.sonyericsson.provider.youtube: com.sonyericsson.music.artistbook.youtube.YouTubePluginProvider
W/ResourceType(10147): Entry identifier 0x120 is larger than entry count 0xa3
W/ResourceType(10147): getEntry failing because entryIndex 254 is beyond type entryCount 163
W/ResourceType(10147): Failure getting entry for 0x010300fe (t=2 e=254) in package 0: 0x80000001
W/ResourceType(10147): Entry identifier 0xfe is larger than entry count 0xa3
W/ResourceType(10147): getEntry failing because entryIndex 244 is beyond type entryCount 163
W/ResourceType(10147): Failure getting entry for 0x010300f4 (t=2 e=244) in package 0: 0x80000001
W/ResourceType(10147): Entry identifier 0xf4 is larger than entry count 0xa3
W/ResourceType(10147): getEntry failing because entryIndex 253 is beyond type entryCount 163
W/ResourceType(10147): Failure getting entry for 0x010300fd (t=2 e=253) in package 0: 0x80000001
W/ResourceType(10147): Entry identifier 0xfd is larger than entry count 0xa3
E/dalvikvm(10147): Could not find class 'android.drm.DrmManagerClient', referenced from method com.sonyericsson.music.common.DrmUtils.<init>
W/dalvikvm(10147): VFY: unable to resolve new-instance 52 (Landroid/drm/DrmManagerClient;) in Lcom/sonyericsson/music/common/DrmUtils;
D/dalvikvm(10147): VFY: replacing opcode 0x22 at 0x0005
D/dalvikvm(10147): VFY: dead code 0x0007-0013 in Lcom/sonyericsson/music/common/DrmUtils;.<init> (Landroid/content/Context;)V
I/dalvikvm(10147): Could not find method android.drm.DrmManagerClient.unloadPlugIns, referenced from method com.sonyericsson.music.common.DrmUtils.close
W/dalvikvm(10147): VFY: unable to resolve virtual method 215: Landroid/drm/DrmManagerClient;.unloadPlugIns ()V
D/dalvikvm(10147): VFY: replacing opcode 0x6e at 0x0002
D/dalvikvm(10147): VFY: dead code 0x0005-0005 in Lcom/sonyericsson/music/common/DrmUtils;.close ()V
I[B]/dalvikvm(10147): Could not find method android.drm.DrmManagerClient.canHandle, referenced from method com.sonyericsson.music.common.DrmUtils.hasValidRights
W/dalvikvm(10147): VFY: unable to resolve virtual method 212: Landroid/drm/DrmManagerClient;.canHandle (Ljava/lang/String;Ljava/lang/String;)Z
D/dalvikvm(10147): VFY: replacing opcode 0x6e at 0x0006
D/dalvikvm(10147): VFY: dead code 0x0009-0014 in Lcom/sonyericsson/music/common/DrmUtils;.hasValidRights (Ljava/lang/String;)Z
D/AndroidRuntime(10147): Shutting down VM
W/dalvikvm(10147): threadid=1: thread exiting with uncaught exception (group=0x4001d7d0)
E/AndroidRuntime(10147): FATAL EXCEPTION: main
E/AndroidRuntime(10147): java.lang.NoClassDefFoundError: android.drm.DrmManagerClient
E/AndroidRuntime(10147): at com.sonyericsson.music.common.DrmUtils.<init>(DrmUtils.java:49)[/B]
E/AndroidRuntime(10147): at com.sonyericsson.music.PlayerActivity.onCreate(PlayerActivity.java:349)
E/AndroidRuntime(10147): at android.app.Instrumentation.callActivityOnCreate(Instrumentation.java:1049)
E/AndroidRuntime(10147): at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2627)
E/AndroidRuntime(10147): at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:2679)
E/AndroidRuntime(10147): at android.app.ActivityThread.access$2300(ActivityThread.java:125)
E/AndroidRuntime(10147): at android.app.ActivityThread$H.handleMessage(ActivityThread.java:2033)
E/AndroidRuntime(10147): at android.os.Handler.dispatchMessage(Handler.java:99)
E/AndroidRuntime(10147): at android.os.Looper.loop(Looper.java:123)
E/AndroidRuntime(10147): at android.app.ActivityThread.main(ActivityThread.java:4627)
E/AndroidRuntime(10147): at java.lang.reflect.Method.invokeNative(Native Method)
E/AndroidRuntime(10147): at java.lang.reflect.Method.invoke(Method.java:521)
E/AndroidRuntime(10147): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:858)
E/AndroidRuntime(10147): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:616)
E/AndroidRuntime(10147): at dalvik.system.NativeStart.main(Native Method)
Seems to miss a "method" about DRMs... Any IDEAS ?
Sorry i guess i read this thread too late yet i will reply...
check values folder within that styles.xml
your app must be referencing to a theme from SEMCUxpres.apk so the error...
quite intresting....
so...any new news about this thread?
copy the drm class from sony framework into the app.
Then you still have to fix the ressource error.
Anyone else having problems using this? For me the previous version (9.1.0.93) worked just fine, but after updating to the newest, it force closes on launch. Regardless of ROM. Tried several bot Sense and AOSP ROMs, and it didn't work on any of them.
Also tried contacting customer support, but they don't reply to any of my inquiries. And after a bit of reading at their forum, I found out that it is close to impossible to get any support from them. Just take a read here:
http://getsatisfaction.com/copilotlive/topics
If anyone have the apk for 9.1.0.93, it would really help me out, as I would be able to get it working again.
For anyone with the proper knowledge, here is the logcat of the FC.
Code:
I/ActivityManager( 917): Starting activity: Intent { act=android.intent.action.MAIN cat=[android.intent.category.LAUNCHER] flg=0x10200000 cmp=com.alk.copilot.eumarket.premiumeumaj/com.alk.copilot.Copilot } from pid 3741
V/HtcAppUsageStats( 917): (launch app, package): (CoPilot Live EU Major, com.alk.copilot.eumarket.premiumeumaj)
D/PhoneWindow( 3741): couldn't save which view has focus because the focused view [email protected] has no id.
I/ActivityManager( 917): Start proc com.alk.copilot.eumarket.premiumeumaj for activity com.alk.copilot.eumarket.premiumeumaj/com.alk.copilot.Copilot: pid=15507 uid=10085 gids={3003, 1015}
D/Sensors ( 917): Enable akm: en = 1
D/AK8973 ( 655): Compass Start
D/SensorService( 917): noteStartSensor: uid = 0x3e8, handle = 0x0
D/StatusBarPolicy( 2930): onSignalStrengthsChanged
I/htcfs-main(15506): main()
I/htcfs-main(15506): ############# HTC FS - START ##################
V/CommonCopilotActivity(15507): Copilot onCreate com.alk.copilot.eumarket.premiumeumaj
I/ggheart ( 3741): onStop
I/htcfs-main(15506): ############# HTC FS - END 1 ##################
V/CoPilot (15507): onCreate
D/dalvikvm( 3741): GC_EXPLICIT freed 97K, 51% free 4243K/8583K, external 6521K/8123K, paused 126ms
E/AssetExtraction(15507): IO error occurred reading user.cfg: java.io.FileNotFoundException: /mnt/sdcard/com.alk.copilot.eumarket.premiumeumaj/user.cfg (No such file or directory)
W/System.err(15507): java.io.FileNotFoundException: /mnt/sdcard/com.alk.copilot.eumarket.premiumeumaj/deviceoverrides.xml (No such file or directory)
W/System.err(15507): at org.apache.harmony.luni.platform.OSFileSystem.open(Native Method)
W/System.err(15507): at dalvik.system.BlockGuard$WrappedFileSystem.open(BlockGuard.java:232)
W/System.err(15507): at java.io.FileInputStream.<init>(FileInputStream.java:80)
W/System.err(15507): at java.io.FileInputStream.<init>(FileInputStream.java:132)
W/System.err(15507): at java.io.FileReader.<init>(FileReader.java:66)
W/System.err(15507): at com.alk.copilot.util.CopilotDeviceListHandler.ParseXMLDeviceList(CopilotDeviceListHandler.java:45)
W/System.err(15507): at com.alk.copilot.util.CopilotDeviceListHandler.GetOverride(CopilotDeviceListHandler.java:116)
W/System.err(15507): at com.alk.copilot.CommonCopilotActivity.getViewPixelFormat(CommonCopilotActivity.java:374)
W/System.err(15507): at com.alk.copilot.NativeRenderer.setPixelFormat(NativeRenderer.java:76)
W/System.err(15507): at com.alk.copilot.NativeRenderer.setup(NativeRenderer.java:68)
W/System.err(15507): at com.alk.copilot.NativeRenderer.<init>(NativeRenderer.java:54)
W/System.err(15507): at java.lang.reflect.Constructor.constructNative(Native Method)
W/System.err(15507): at java.lang.reflect.Constructor.newInstance(Constructor.java:415)
W/System.err(15507): at android.view.LayoutInflater.createView(LayoutInflater.java:505)
W/System.err(15507): at android.view.LayoutInflater.createViewFromTag(LayoutInflater.java:570)
W/System.err(15507): at android.view.LayoutInflater.rInflate(LayoutInflater.java:623)
W/System.err(15507): at android.view.LayoutInflater.inflate(LayoutInflater.java:408)
W/System.err(15507): at android.view.LayoutInflater.inflate(LayoutInflater.java:320)
W/System.err(15507): at android.view.LayoutInflater.inflate(LayoutInflater.java:276)
W/System.err(15507): at com.android.internal.policy.impl.PhoneWindow.setContentView(PhoneWindow.java:224)
W/System.err(15507): at android.app.Activity.setContentView(Activity.java:1702)
W/System.err(15507): at com.alk.copilot.Copilot.initView(Copilot.java:208)
W/System.err(15507): at com.alk.copilot.Copilot.onCreate(Copilot.java:195)
W/System.err(15507): at android.app.Instrumentation.callActivityOnCreate(Instrumentation.java:1093)
W/System.err(15507): at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:1780)
W/System.err(15507): at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:1837)
W/System.err(15507): at android.app.ActivityThread.access$1500(ActivityThread.java:132)
W/System.err(15507): at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1033)
W/System.err(15507): at android.os.Handler.dispatchMessage(Handler.java:99)
W/System.err(15507): at android.os.Looper.loop(Looper.java:143)
W/System.err(15507): at android.app.ActivityThread.main(ActivityThread.java:4196)
W/System.err(15507): at java.lang.reflect.Method.invokeNative(Native Method)
W/System.err(15507): at java.lang.reflect.Method.invoke(Method.java:507)
W/System.err(15507): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:839)
W/System.err(15507): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:597)
W/System.err(15507): at dalvik.system.NativeStart.main(Native Method)
V/CommonCopilotActivity(15507): pixel format: null
D/StatusBarService( 2930): addNotification notification = StatusBarNotification(package=com.alk.copilot.eumarket.premiumeumaj id=0 tag=null notification=Notification(vibrate=null,sound=null,defaults=0x0,flags=0x0)), key = [email protected], fullScreenIntent = null, contentIntent = PendingIntent{40710098: [email protected]}
V/CoPilot (15507): onResume
W/dalvikvm(15507): threadid=9: thread exiting with uncaught exception (group=0x4001d5a0)
E/AndroidRuntime(15507): FATAL EXCEPTION: Copilot StartUp Thread
E/AndroidRuntime(15507): java.lang.NullPointerException
E/AndroidRuntime(15507): at com.alk.copilot.tts.TTSHandler.CheckVoiceData(TTSHandler.java:103)
E/AndroidRuntime(15507): at com.alk.copilot.StartupThread.run(StartupThread.java:37)
W/ActivityManager( 917): Force finishing activity com.alk.copilot.eumarket.premiumeumaj/com.alk.copilot.Copilot
I/NativeRenderer(15507): calling setMeasuredDimensions with 480, 762
V/CoPilot (15507): CoPilot onPause1
V/CoPilot (15507): CoPilot onPause2
D/Sensors ( 917): Enable akm: en = 0
D/SensorService( 917): noteStopSensor: uid = 0x3e8, handle = 0x0
I/DemoService( 3741): DiyScheduer.onStart
I/ggheart ( 3741): onStart
I/ActivityManager( 917): Process com.dasur.slideit:dasur.process.update (pid 15356) has died.
V/CoPilot (15507): onStop
V/CoPilot (15507): onDestroy
E/JavaBinder(15507): Unknown binder error code. 0xfffffff7
I/Process (15507): Sending signal. PID: 15507 SIG: 9
I/ActivityManager( 917): Process com.alk.copilot.eumarket.premiumeumaj (pid 15507) has died.
I/WindowManager( 917): WIN DEATH: Window{40c64fc0 com.alk.copilot.eumarket.premiumeumaj/com.alk.copilot.Copilot paused=false}
D/InputManagerService( 917): Window already focused, ignoring focus gain of: [email protected]
D/AK8973 ( 655): Compass CLOSE
I/wpa_supplicant( 3098): Reset vh_switch_counter due to receive LINKSPEED cmd
D/ConnectivityService( 917): getMobileDataEnabled returning true
Hail, XDAers!
It's a simple to explain issue: I had my C1904 (sometimes it says C1905, I don't know what's the difference, at all) running CM11 by flashing PecanCM's FXP329 or 330 -- I can't remember exactly. There were, of course, some bug's as it's very typical of beta releases and, aside of it, it's a very good job from Free Xperia Team.
Well, it ran near flawlessly (no serious bugs, reliable for daily use) for one and a half week. Then, last thursday, it went unusable: Google Now Launcher started to crash, crash and crash, then crashing one more time until it... wait, it won't stop crashing. It went crashing/restarting the launcher in a frenetic way.
My first obvious reaction was restarting the device. To be honest, I tried it for at least five times. Everytime, it worked well for the first ten~fifteen minutes, then entering the launcher crash loop again.
Next, I've tried out some other launcher apps (notably ADW and Apex). Nothing changed.
This time, I tried flashing FXP332 (it was, for me, a good time to upgrade, since my CM11 was some versions old -- perhaps FXP329 or 330, aforementioned) without wiping anything. Just upgrading and hoping it to fix possibly damaged system files. Anyway, it failed, too.
As a last resort, I've made a complete wipe (cleaned every partition but internal storage and SD, of course) and reflashed a brand new FXP332. However, the system were quite unstable and contacts importing process failed several times until bam: the launcher crashed, and crashed, and crashed, and crash... and cras... and cr... *device freezes*. I had to remove the battery and turn it on again, like I did the several other times, but, this time I started it to restore stock 4.3 C1905 ROM.
It's rooted, it's working, but I must confess: I miss some CM11 built-in flexibilities and it's clean default interface.
BTW, I had cat'ed down logcat output (full version attached to this post), although it won't says anything much different from the following excerpt in it's entire extension:
Code:
V/Zygote ( 9708): Switching descriptor 33 to /dev/null
V/Zygote ( 9708): Switching descriptor 9 to /dev/null
I/ActivityManager( 740): Start proc com.google.android.gms for broadcast com.google.android.gms/.wearable.service.AutoStarterReceiver: pid=9708 uid=10064 gids={50064, 3003, 1007, 1028, 1015, 1006, 3002, 3001, 3007, 2001, 3006}
I/ActivityManager( 740): START u0 {act=android.intent.action.MAIN cat=[android.intent.category.HOME] flg=0x10200000 cmp=org.adw.launcher/org.adw.launcherlib.Launcher} from pid 740
W/ActivityManager( 740): Activity pause timeout for ActivityRecord{41a8f058 u0 com.android.systemui/.recent.RecentsActivity t37}
V/Zygote ( 9717): Switching descriptor 33 to /dev/null
V/Zygote ( 9717): Switching descriptor 9 to /dev/null
E/AudioTrack( 740): did not receive expected priority boost on time
I/QCOM PowerHAL( 290): Processing audio hint. Metadata: state=0
I/ActivityManager( 740): Start proc org.adw.launcher for activity org.adw.launcher/org.adw.launcherlib.Launcher: pid=9717 uid=10096 gids={50096, 1028, 1015}
W/ActivityManager( 740): getAssistContextExtras failed: no resumed activity
I/ActivityManager( 740): Process com.google.android.gms (pid 9708) has died.
W/ActivityManager( 740): Scheduling restart of crashed service com.google.android.gms/.cast.media.CastRemoteDisplayProviderService in 2742164819804160ms
E/AudioTrack( 740): did not receive expected priority boost on time
I/ActivityManager( 740): Process org.adw.launcher (pid 9717) has died.
V/Zygote ( 9735): Switching descriptor 33 to /dev/null
V/Zygote ( 9735): Switching descriptor 9 to /dev/null
I/ActivityManager( 740): Start proc org.adw.launcher for activity org.adw.launcher/org.adw.launcherlib.Launcher: pid=9735 uid=10096 gids={50096, 1028, 1015}
V/Zygote ( 9743): Switching descriptor 33 to /dev/null
V/Zygote ( 9743): Switching descriptor 9 to /dev/null
I/ActivityManager( 740): Start proc com.google.process.gapps for broadcast com.google.android.gms/.gcm.ServiceAutoStarter: pid=9743 uid=10064 gids={50064, 3003, 1007, 1028, 1015, 1006, 3002, 3001, 3007, 2001, 3006}
W/InputMethodManagerService( 740): Focus gain on non-focused client [email protected] (uid=10011 pid=885)
I/Choreographer( 885): Skipped 53 frames! The application may be doing too much work on its main thread.
E/AudioTrack( 740): did not receive expected priority boost on time
D/ActivityThread( 9743): handleBindApplication:com.google.process.gapps
D/ActivityThread( 9743): setTargetHeapUtilization:0.75
D/ActivityThread( 9743): setTargetHeapMinFree:2097152
D/ActivityThread( 9735): handleBindApplication:org.adw.launcher
D/ActivityThread( 9735): setTargetHeapUtilization:0.75
D/ActivityThread( 9735): setTargetHeapMinFree:2097152
I/ActivityManager( 740): Process org.adw.launcher (pid 9735) has died.
V/Zygote ( 9763): Switching descriptor 33 to /dev/null
V/Zygote ( 9763): Switching descriptor 9 to /dev/null
I/ActivityManager( 740): Start proc org.adw.launcher for activity org.adw.launcher/org.adw.launcherlib.Launcher: pid=9763 uid=10096 gids={50096, 1028, 1015}
I/ActivityManager( 740): Process com.google.process.gapps (pid 9743) has died.
W/ActivityManager( 740): Scheduling restart of crashed service com.google.android.gms/.gcm.GcmService in 2687962332528640ms
V/Zygote ( 9776): Switching descriptor 33 to /dev/null
V/Zygote ( 9776): Switching descriptor 9 to /dev/null
I/ActivityManager( 740): Start proc com.google.android.gms for broadcast com.google.android.gms/.init.InitializeGmsReceiver: pid=9776 uid=10064 gids={50064, 3003, 1007, 1028, 1015, 1006, 3002, 3001, 3007, 2001, 3006}
I/ActivityManager( 740): Process org.adw.launcher (pid 9763) has died.
W/ActivityManager( 740): Force removing ActivityRecord{41a91320 u0 org.adw.launcher/org.adw.launcherlib.Launcher t41}: app died, no saved state
I/ActivityManager( 740): Process com.google.android.gms (pid 9776) has died.
W/ActivityManager( 740): Scheduling restart of crashed service com.google.android.gms/.cast.media.CastRemoteDisplayProviderService in 10968659279216640ms
V/Zygote ( 9790): Switching descriptor 33 to /dev/null
V/Zygote ( 9790): Switching descriptor 9 to /dev/null
I/ActivityManager( 740): Start proc com.google.android.gms for broadcast com.google.android.gms/.wearable.service.AutoStarterReceiver: pid=9790 uid=10064 gids={50064, 3003, 1007, 1028, 1015, 1006, 3002, 3001, 3007, 2001, 3006}
I/ActivityManager( 740): Activity reported stop, but no longer stopping: ActivityRecord{41a8f058 u0 com.android.systemui/.recent.RecentsActivity t37}
W/InputMethodManagerService( 740): Window already focused, ignoring focus gain of: [email protected] attribute=null, token = [email protected]
I/ActivityManager( 740): Process com.google.android.gms (pid 9790) has died.
W/ActivityManager( 740): Scheduling restart of crashed service com.google.android.gms/.cast.media.CastRemoteDisplayProviderService in 43874637116866560ms
I/Timeline( 740): Timeline: Activity_windows_visible id: ActivityRecord{41a8f058 u0 com.android.systemui/.recent.RecentsActivity t37} time:1597507
I/Timeline( 885): Timeline: Activity_idle id: [email protected] time:1597546
I/Timeline( 885): Timeline: Activity_idle id: [email protected] time:1597547
V/Zygote ( 9806): Switching descriptor 33 to /dev/null
V/Zygote ( 9806): Switching descriptor 9 to /dev/null
prppedro said:
Hail, XDAers!
It's a simple to explain issue: I had my C1904 (sometimes it says C1905, I don't know what's the difference, at all) running CM11 by flashing PecanCM's FXP329 or 330 -- I can't remember exactly. There were, of course, some bug's as it's very typical of beta releases and, aside of it, it's a very good job from Free Xperia Team.
Well, it ran near flawlessly (no serious bugs, reliable for daily use) for one and a half week. Then, last thursday, it went unusable: Google Now Launcher started to crash, crash and crash, then crashing one more time until it... wait, it won't stop crashing. It went crashing/restarting the launcher in a frenetic way.
My first obvious reaction was restarting the device. To be honest, I tried it for at least five times. Everytime, it worked well for the first ten~fifteen minutes, then entering the launcher crash loop again.
Next, I've tried out some other launcher apps (notably ADW and Apex). Nothing changed.
This time, I tried flashing FXP332 (it was, for me, a good time to upgrade, since my CM11 was some versions old -- perhaps FXP329 or 330, aforementioned) without wiping anything. Just upgrading and hoping it to fix possibly damaged system files. Anyway, it failed, too.
As a last resort, I've made a complete wipe (cleaned every partition but internal storage and SD, of course) and reflashed a brand new FXP332. However, the system were quite unstable and contacts importing process failed several times until bam: the launcher crashed, and crashed, and crashed, and crash... and cras... and cr... *device freezes*. I had to remove the battery and turn it on again, like I did the several other times, but, this time I started it to restore stock 4.3 C1905 ROM.
It's rooted, it's working, but I must confess: I miss some CM11 built-in flexibilities and it's clean default interface.
BTW, I had cat'ed down logcat output (full version attached to this post), although it won't says anything much different from the following excerpt in it's entire extension:
Code:
V/Zygote ( 9708): Switching descriptor 33 to /dev/null
V/Zygote ( 9708): Switching descriptor 9 to /dev/null
I/ActivityManager( 740): Start proc com.google.android.gms for broadcast com.google.android.gms/.wearable.service.AutoStarterReceiver: pid=9708 uid=10064 gids={50064, 3003, 1007, 1028, 1015, 1006, 3002, 3001, 3007, 2001, 3006}
I/ActivityManager( 740): START u0 {act=android.intent.action.MAIN cat=[android.intent.category.HOME] flg=0x10200000 cmp=org.adw.launcher/org.adw.launcherlib.Launcher} from pid 740
W/ActivityManager( 740): Activity pause timeout for ActivityRecord{41a8f058 u0 com.android.systemui/.recent.RecentsActivity t37}
V/Zygote ( 9717): Switching descriptor 33 to /dev/null
V/Zygote ( 9717): Switching descriptor 9 to /dev/null
E/AudioTrack( 740): did not receive expected priority boost on time
I/QCOM PowerHAL( 290): Processing audio hint. Metadata: state=0
I/ActivityManager( 740): Start proc org.adw.launcher for activity org.adw.launcher/org.adw.launcherlib.Launcher: pid=9717 uid=10096 gids={50096, 1028, 1015}
W/ActivityManager( 740): getAssistContextExtras failed: no resumed activity
I/ActivityManager( 740): Process com.google.android.gms (pid 9708) has died.
W/ActivityManager( 740): Scheduling restart of crashed service com.google.android.gms/.cast.media.CastRemoteDisplayProviderService in 2742164819804160ms
E/AudioTrack( 740): did not receive expected priority boost on time
I/ActivityManager( 740): Process org.adw.launcher (pid 9717) has died.
V/Zygote ( 9735): Switching descriptor 33 to /dev/null
V/Zygote ( 9735): Switching descriptor 9 to /dev/null
I/ActivityManager( 740): Start proc org.adw.launcher for activity org.adw.launcher/org.adw.launcherlib.Launcher: pid=9735 uid=10096 gids={50096, 1028, 1015}
V/Zygote ( 9743): Switching descriptor 33 to /dev/null
V/Zygote ( 9743): Switching descriptor 9 to /dev/null
I/ActivityManager( 740): Start proc com.google.process.gapps for broadcast com.google.android.gms/.gcm.ServiceAutoStarter: pid=9743 uid=10064 gids={50064, 3003, 1007, 1028, 1015, 1006, 3002, 3001, 3007, 2001, 3006}
W/InputMethodManagerService( 740): Focus gain on non-focused client [email protected] (uid=10011 pid=885)
I/Choreographer( 885): Skipped 53 frames! The application may be doing too much work on its main thread.
E/AudioTrack( 740): did not receive expected priority boost on time
D/ActivityThread( 9743): handleBindApplication:com.google.process.gapps
D/ActivityThread( 9743): setTargetHeapUtilization:0.75
D/ActivityThread( 9743): setTargetHeapMinFree:2097152
D/ActivityThread( 9735): handleBindApplication:org.adw.launcher
D/ActivityThread( 9735): setTargetHeapUtilization:0.75
D/ActivityThread( 9735): setTargetHeapMinFree:2097152
I/ActivityManager( 740): Process org.adw.launcher (pid 9735) has died.
V/Zygote ( 9763): Switching descriptor 33 to /dev/null
V/Zygote ( 9763): Switching descriptor 9 to /dev/null
I/ActivityManager( 740): Start proc org.adw.launcher for activity org.adw.launcher/org.adw.launcherlib.Launcher: pid=9763 uid=10096 gids={50096, 1028, 1015}
I/ActivityManager( 740): Process com.google.process.gapps (pid 9743) has died.
W/ActivityManager( 740): Scheduling restart of crashed service com.google.android.gms/.gcm.GcmService in 2687962332528640ms
V/Zygote ( 9776): Switching descriptor 33 to /dev/null
V/Zygote ( 9776): Switching descriptor 9 to /dev/null
I/ActivityManager( 740): Start proc com.google.android.gms for broadcast com.google.android.gms/.init.InitializeGmsReceiver: pid=9776 uid=10064 gids={50064, 3003, 1007, 1028, 1015, 1006, 3002, 3001, 3007, 2001, 3006}
I/ActivityManager( 740): Process org.adw.launcher (pid 9763) has died.
W/ActivityManager( 740): Force removing ActivityRecord{41a91320 u0 org.adw.launcher/org.adw.launcherlib.Launcher t41}: app died, no saved state
I/ActivityManager( 740): Process com.google.android.gms (pid 9776) has died.
W/ActivityManager( 740): Scheduling restart of crashed service com.google.android.gms/.cast.media.CastRemoteDisplayProviderService in 10968659279216640ms
V/Zygote ( 9790): Switching descriptor 33 to /dev/null
V/Zygote ( 9790): Switching descriptor 9 to /dev/null
I/ActivityManager( 740): Start proc com.google.android.gms for broadcast com.google.android.gms/.wearable.service.AutoStarterReceiver: pid=9790 uid=10064 gids={50064, 3003, 1007, 1028, 1015, 1006, 3002, 3001, 3007, 2001, 3006}
I/ActivityManager( 740): Activity reported stop, but no longer stopping: ActivityRecord{41a8f058 u0 com.android.systemui/.recent.RecentsActivity t37}
W/InputMethodManagerService( 740): Window already focused, ignoring focus gain of: [email protected] attribute=null, token = [email protected]
I/ActivityManager( 740): Process com.google.android.gms (pid 9790) has died.
W/ActivityManager( 740): Scheduling restart of crashed service com.google.android.gms/.cast.media.CastRemoteDisplayProviderService in 43874637116866560ms
I/Timeline( 740): Timeline: Activity_windows_visible id: ActivityRecord{41a8f058 u0 com.android.systemui/.recent.RecentsActivity t37} time:1597507
I/Timeline( 885): Timeline: Activity_idle id: [email protected] time:1597546
I/Timeline( 885): Timeline: Activity_idle id: [email protected] time:1597547
V/Zygote ( 9806): Switching descriptor 33 to /dev/null
V/Zygote ( 9806): Switching descriptor 9 to /dev/null
Click to expand...
Click to collapse
Have you tried using trebucket launcher? It is better in my opinion.
Hail, RedLed!
Well, I tried. In reality, it was my first launcher. However it bugged with one Google widget, and refused to work. So I started using Google Now, which worked flawlessly 'till one week later. In my latter attemps, it was just impossible to use Trebuchet, as it were already messed up.
When I try to open the display settings in the settings app it closes "unfortunately".
Before flashing this ROM I was running mokee ROM(MK51.1-20150629).
I clean flashed this ROM. (Wiped cache, dalvik cache,internal storage)
Logcat:
build.board: MSM8226
build.bootloader: 0x4883
build.brand: motorola
build.cpu_abi: armeabi-v7a
build.cpu_abi2: armeabi
build.device: titan_umtsds
build.display: LMY48B test-keys
build.fingerprint: motorola/titan_retaildsds/titan_umtsds:5.0.2/LXB22.99-24.2/4:user/release-keys
build.hardware: qcom
build.host: buildbox-01.hostingsharedbox.com
build.id: LMY48B
build.manufacturer: motorola
build.model: Moto G 2014
build.product: titan
build.radio: unknown
build.serial: ZX1D624QRP
build.tags: test-keys
build.time: 1434738319000
build.type: user
build.user: aospal
version.codename: REL
version.incremental: a9b7161d1f
version.release: 5.1.1
version.sdk_int: 22
06-30 23:20:13.411 I/ViewRootImpl(1415): CPU Rendering VSync enable = true
06-30 23:20:14.487 D/PhoneStatusBar(24200): disable: < expand ICONS* alerts SYSTEM_INFO* back home recent clock search >
06-30 23:20:14.560 D/BluetoothAdapter(24200): 763307511: getState() : mService = null. Returning STATE_OFF
06-30 23:20:14.560 D/BluetoothAdapter(24200): 763307511: getState() : mService = null. Returning STATE_OFF
06-30 23:20:14.564 D/BluetoothAdapter(24200): 763307511: getState() : mService = null. Returning STATE_OFF
06-30 23:20:14.564 D/BluetoothAdapter(24200): 763307511: getState() : mService = null. Returning STATE_OFF
06-30 23:20:15.430 I/ActivityManager(928): START u0 {act=android.settings.SETTINGS flg=0x14000000 cmp=com.android.settings/.Settings} from uid 10016 on display 0
06-30 23:20:15.433 V/WindowManager(928): addAppToken: AppWindowToken{393e5f83 token=Token{236b9632 ActivityRecord{3eebce3d u0 com.android.settings/.Settings t70}}} to stack=1 task=70 at 0
06-30 23:20:15.442 I/ViewRootImpl(928): CPU Rendering VSync enable = true
06-30 23:20:15.459 V/WindowManager(928): Adding window Window{2cfbb98a u0 Starting com.android.settings} at 4 of 11 (after Window{200ba146 u0 com.nolanlawson.logcat/com.nolanlawson.logcat.LogcatActivity})
06-30 23:20:15.490 V/PhoneStatusBar(24200): setLightsOn(true)
06-30 23:20:15.550 I/ActivityManager(928): Start proc 2699:com.android.settings/1000 for activity com.android.settings/.Settings
06-30 23:20:15.555 W/InputMethodManagerService(928): Window already focused, ignoring focus gain of: [email protected] attribute=null, token = [email protected]
06-30 23:20:15.616 W/ResourcesManager(2699): Asset path '/system/framework/org.cyanogenmod.hardware.jar' does not exist or contains no resources.
06-30 23:20:15.773 I/IndexDatabaseHelper(2699): Using schema version: 115
06-30 23:20:15.774 I/IndexDatabaseHelper(2699): Index is fine
06-30 23:20:15.780 D/Index (2699): Locale 'en_GB' is already indexed
06-30 23:20:15.808 I/ViewRootImpl(2699): CPU Rendering VSync enable = true
06-30 23:20:15.812 D/OpenGLRenderer(2699): Use EGL_SWAP_BEHAVIOR_PRESERVED: true
06-30 23:20:15.824 D/Atlas (2699): Validating map...
06-30 23:20:15.856 V/WindowManager(928): Adding window Window{2a73dbf4 u0 com.android.settings/com.android.settings.Settings} at 4 of 12 (before Window{2cfbb98a u0 Starting com.android.settings})
06-30 23:20:15.877 W/ResourceType(2699): No package identifier when getting value for resource number 0x00000000
06-30 23:20:16.006 D/PhoneStatusBar(24200): disable: < expand icons* alerts system_info* back home recent clock search >
06-30 23:20:16.020 D/DashboardSummary(2699): rebuildUI took: 160 ms
06-30 23:20:16.127 I/Adreno-EGL(2699): <qeglDrvAPI_eglInitialize:410>: EGL 1.4 QUALCOMM build: AU_LINUX_ANDROID_LA.BF.1.1.1.C2.05.00.00.046.002_msm8974_LA.BF.1.1.1.C2__release_AU ()
06-30 23:20:16.127 I/Adreno-EGL(2699): OpenGL ES Shader Compiler Version: E031.25.03.00
06-30 23:20:16.127 I/Adreno-EGL(2699): Build Date: 01/06/15 Tue
06-30 23:20:16.127 I/Adreno-EGL(2699): Local Branch: mybranch6793908
06-30 23:20:16.127 I/Adreno-EGL(2699): Remote Branch: quic/LA.BF.1.1.1.c2
06-30 23:20:16.127 I/Adreno-EGL(2699): Local Patches: NONE
06-30 23:20:16.127 I/Adreno-EGL(2699): Reconstruct Branch: AU_LINUX_ANDROID_LA.BF.1.1.1.C2.05.00.00.046.002 + NOTHING
06-30 23:20:16.129 I/OpenGLRenderer(2699): Initialized EGL, version 1.4
06-30 23:20:16.149 D/OpenGLRenderer(2699): Enabling debug mode 0
06-30 23:20:16.442 I/ActivityManager(928): Displayed com.android.settings/.Settings: +949ms (total +1m6s447ms)
06-30 23:20:16.443 I/Timeline(928): Timeline: Activity_windows_visible id: ActivityRecord{3eebce3d u0 com.android.settings/.Settings t70} time:11033708
06-30 23:20:16.445 I/Keyboard.Facilitator(2119): onFinishInput()
06-30 23:20:16.500 I/Timeline(2699): Timeline: Activity_idle id: [email protected] time:11033765
06-30 23:20:16.554 W/ResourceType(24200): No package identifier when getting value for resource number 0x00000000
06-30 23:20:16.554 W/PackageManager(24200): Failure retrieving resources for com.nolanlawson.logcat: Resource ID #0x0
06-30 23:20:18.572 I/art (928): Explicit concurrent mark sweep GC freed 64650(3MB) AllocSpace objects, 25(2MB) LOS objects, 33% free, 28MB/43MB, paused 1.610ms total 140.470ms
06-30 23:20:18.806 I/Timeline(2699): Timeline: Activity_launch_request id:com.android.settings time:11036071
06-30 23:20:18.806 I/ActivityManager(928): START u0 {act=android.intent.action.MAIN cmp=com.android.settings/.SubSettings (has extras)} from uid 1000 on display 0
06-30 23:20:18.809 V/WindowManager(928): addAppToken: AppWindowToken{396824d5 token=Token{204ab58c ActivityRecord{28c4cabf u0 com.android.settings/.SubSettings t70}}} to stack=1 task=70 at 1
06-30 23:20:18.848 D/SubSettings(2699): Launching fragment com.android.settings.DisplaySettings
06-30 23:20:18.865 D/AndroidRuntime(2699): Shutting down VM
06-30 23:20:18.867 E/AndroidRuntime(2699): FATAL EXCEPTION: main
06-30 23:20:18.867 E/AndroidRuntime(2699): Process: com.android.settings, PID: 2699
06-30 23:20:18.867 E/AndroidRuntime(2699): java.lang.RuntimeException: Unable to start activity ComponentInfo{com.android.settings/com.android.settings.SubSettings}: java.lang.ArrayIndexOutOfBoundsException: length=7; index=7
06-30 23:20:18.867 E/AndroidRuntime(2699): at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2354)
06-30 23:20:18.867 E/AndroidRuntime(2699): at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:2416)
06-30 23:20:18.867 E/AndroidRuntime(2699): at android.app.ActivityThread.access$900(ActivityThread.java:153)
06-30 23:20:18.867 E/AndroidRuntime(2699): at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1319)
06-30 23:20:18.867 E/AndroidRuntime(2699): at android.os.Handler.dispatchMessage(Handler.java:102)
06-30 23:20:18.867 E/AndroidRuntime(2699): at android.os.Looper.loop(Looper.java:135)
06-30 23:20:18.867 E/AndroidRuntime(2699): at android.app.ActivityThread.main(ActivityThread.java:5287)
06-30 23:20:18.867 E/AndroidRuntime(2699): at java.lang.reflect.Method.invoke(Native Method)
06-30 23:20:18.867 E/AndroidRuntime(2699): at java.lang.reflect.Method.invoke(Method.java:372)
06-30 23:20:18.867 E/AndroidRuntime(2699): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:904)
06-30 23:20:18.867 E/AndroidRuntime(2699): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:699)
06-30 23:20:18.867 E/AndroidRuntime(2699): Caused by: java.lang.ArrayIndexOutOfBoundsException: length=7; index=7
06-30 23:20:18.867 E/AndroidRuntime(2699): at com.android.settings.DisplaySettings.updateTimeoutPreferenceDescription(DisplaySettings.java:312)
06-30 23:20:18.867 E/AndroidRuntime(2699): at com.android.settings.DisplaySettings.onCreate(DisplaySettings.java:135)
06-30 23:20:18.867 E/AndroidRuntime(2699): at android.app.Fragment.performCreate(Fragment.java:2031)
06-30 23:20:18.867 E/AndroidRuntime(2699): at android.app.FragmentManagerImpl.moveToState(FragmentManager.java:863)
06-30 23:20:18.867 E/AndroidRuntime(2699): at android.app.FragmentManagerImpl.moveToState(FragmentManager.java:1067)
06-30 23:20:18.867 E/AndroidRuntime(2699): at android.app.BackStackRecord.run(BackStackRecord.java:834)
06-30 23:20:18.867 E/AndroidRuntime(2699): at android.app.FragmentManagerImpl.execPendingActions(FragmentManager.java:1452)
06-30 23:20:18.867 E/AndroidRuntime(2699): at android.app.FragmentManagerImpl.executePendingTransactions(FragmentManager.java:483)
06-30 23:20:18.867 E/AndroidRuntime(2699): at com.android.settings.SettingsActivity.switchToFragment(SettingsActivity.java:964)
06-30 23:20:18.867 E/AndroidRuntime(2699): at com.android.settings.SettingsActivity.onCreate(SettingsActivity.java:574)
06-30 23:20:18.867 E/AndroidRuntime(2699): at android.app.Activity.performCreate(Activity.java:6041)
06-30 23:20:18.867 E/AndroidRuntime(2699): at android.app.Instrumentation.callActivityOnCreate(Instrumentation.java:1106)
06-30 23:20:18.867 E/AndroidRuntime(2699): at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2307)
06-30 23:20:18.867 E/AndroidRuntime(2699): ... 10 more
06-30 23:20:18.868 W/ActivityManager(928): Force finishing activity 1 com.android.settings/.SubSettings
06-30 23:20:18.872 W/ActivityManager(928): Force finishing activity 2 com.android.settings/.Settings
06-30 23:20:18.884 I/ViewRootImpl(928): CPU Rendering VSync enable = true
06-30 23:20:18.907 I/OpenGLRenderer(928): Initialized EGL, version 1.4
06-30 23:20:19.372 W/ActivityManager(928): Activity pause timeout for ActivityRecord{28c4cabf u0 com.android.settings/.SubSettings t70 f}
06-30 23:20:19.489 I/Timeline(1415): Timeline: Activity_idle id: [email protected] time:11036754
06-30 23:20:19.886 I/Timeline(928): Timeline: Activity_windows_visible id: ActivityRecord{191237e6 u0 com.nolanlawson.logcat/.LogcatActivity t66} time:11037151
06-30 23:20:20.380 W/ResourceType(24200): No package identifier when getting value for resource number 0x00000000
06-30 23:20:20.380 W/PackageManager(24200): Failure retrieving resources for com.nolanlawson.logcat: Resource ID #0x0
06-30 23:20:20.409 I/Process (2699): Sending signal. PID: 2699 SIG: 9
06-30 23:20:20.426 V/PhoneStatusBar(24200): setLightsOn(true)
06-30 23:20:20.447 I/WindowState(928): WIN DEATH: Window{2a73dbf4 u0 com.android.settings/com.android.settings.Settings}
06-30 23:20:20.507 W/InputMethodManagerService(928): Got RemoteException sending setActive(false) notification to pid 2699 uid 1000
06-30 23:20:20.508 I/Keyboard.Facilitator(2119): onFinishInput()
06-30 23:20:20.515 I/ActivityManager(928): Process com.android.settings (pid 2699) has died
06-30 23:20:21.709 I/ThermalEngine(276): Sensor:xo_therm_pu2:44000 mC
I hope this is enough.
If any details are required, please post below.
This is a horrible "report"
You've given no information, and it works for everyone else. It's not a bug if it's just a problem on your device....
Sorry for the "horrible " report.
It would have been nice if you could have mentioned what details I had to put in that
instead of just telling it was "HORRIBLE".
And secondly please mention the criteria to decide if it is a bug or not so that in the future I don't post " HORRIBLE " reports.
Thank you.
You didn't have the device name, you didn't list what you changed from the default install, and you didn't specify if you performed a clean flash. These are the basics that should be included in any report. Saying 'it doesn't work' doesn't do any good.
And then there is this thing called a logcat. Logs are required for bug reports....
Thank you!
Also review the edited post and tell me if anything else is required.
I don't see the crash in that logcat. You are supposed to run logcat while you reproduce the issue. Capture the actual error.
Now I have posted the correct logcat.
You say you clean flashed but I don't see a data wipe or system wipe?
I wiped before installing this ROM.
Also, I wiped the dalvik and cache when I came across this problem. It didn't solve this.
And after that I spent few hours searching about this problem.
But when I could not find any solution , I posted here.
After all this , I installed catlog and reproduced the problem while recording the logcat in it, which has been posted in Original post.
Now tell me should there be anything about data wipe ?
You wiped data before installing rom?
I ask because you specifically mention dalvik and cache (newsflash: they don't do anything).
Wiping dalvik and cache does not constitute a clean flash. When performing a clean flash, data must be wiped. It's like one of the first noob lessons one should take the time to learn.
Yeah! I did a factory reset.