I've been having trouble with numerous crash and acore errors whenever I reboot my phone. At first I thought it was due to certain programs being installed, but that's not the case. Its being very inconsistent.
for the background, look here:
http://androidcommunity.com/forums/f41/sprint-hero-crashes-on-re-boot-problem-app-27205/
The following are some logs generated by My Hero, after a reboot. I Collected them with Log Collector. If anyone can help me out, I'd really appreciate it.
thanks
Jbmm10-26 15:10:25.185 D/IQServer( 50): JavaRequestAlarmSet is failed... Will not release wakelock[ciq-backend]!
10-26 15:10:25.185 D/IQServer( 50): JavaRequestAlarmSet is failed... Will not release wakelock[ciq-backend]!
10-26 15:10:25.185 D/IQServer( 50): Reset the timeout to 3000(ms) for AlarmSet retry...
10-26 15:10:25.185 I/HtcLocationService( 194): onDestroy
10-26 15:10:25.185 D/LocationManager( 194): removeUpdates: listener = com.htc.htclocationservice.HtcLocationServiceAgent [email protected]
10-26 15:10:25.195 D/IQJavaJob( 50): JavaRequestAlarmSet: Java job client is not connected now!
10-26 15:10:25.195 D/IQServer( 50): JavaRequestAlarmSet is failed... Will not release wakelock[ciq-backend]!
10-26 15:10:25.195 D/IQServer( 50): Reset the timeout to 3000(ms) for AlarmSet retry...
10-26 15:10:25.195 D/IQJavaJob( 50): JavaRequestAlarmSet: Java job client is not connected now!
10-26 15:10:25.195 D/IQServer( 50): JavaRequestAlarmSet is failed... Will not release wakelock[ciq-backend]!
10-26 15:10:25.195 D/IQServer( 50): Reset the timeout to 3000(ms) for AlarmSet retry...
10-26 15:10:25.195 D/IQJavaJob( 50): JavaRequestAlarmSet: Java job client is not connected now!
10-26 15:10:25.195 D/IQServer( 50): JavaRequestAlarmSet is failed... Will not release wakelock[ciq-backend]!
10-26 15:10:25.195 D/IQServer( 50): Reset the timeout to 3000(ms) for AlarmSet retry...
10-26 15:10:25.195 D/IQJavaJob( 50): JavaRequestAlarmSet: Java job client is not connected now!
10-26 15:10:25.195 D/IQServer( 50): JavaRequestAlarmSet is failed... Will not release wakelock[ciq-backend]!
10-26 15:13:51.703 D/NotificationFlashLightUtility getIncomingCall( 415): load fail~~~~~~~~~~
10-26 15:13:51.733 I/LockUtil( 415): 06021143 - acquire WifiLock: DIRECTPUSH
10-26 15:13:51.853 D/AndroidRuntime( 473): Shutting down VM
10-26 15:13:51.853 W/dalvikvm( 473): threadid=3: thread exiting with uncaught exception (group=0x40013140)
10-26 15:13:51.853 E/AndroidRuntime( 473): Uncaught handler: thread main exiting due to uncaught exception
10-26 15:13:51.863 E/AndroidRuntime( 473): java.lang.RuntimeException: Unable to create application com.coremobility.integration.app.CM_App: java.lang.NullPointerException
10-26 15:13:51.863 E/AndroidRuntime( 473): at android.app.ActivityThread.handleBindApplication(A ctivityThread.java:3754)
10-26 15:13:51.863 E/AndroidRuntime( 473): at android.app.ActivityThread.access$2500(ActivityThr ead.java:118)
10-26 15:13:51.863 E/AndroidRuntime( 473): at android.app.ActivityThread$H.handleMessage(Activit yThread.java:1796)
10-26 15:13:51.863 E/AndroidRuntime( 473): at android.os.Handler.dispatchMessage(Handler.java:99 )
10-26 15:13:51.863 E/AndroidRuntime( 473): at android.os.Looper.loop(Looper.java:123)
10-26 15:13:51.863 E/AndroidRuntime( 473): at android.app.ActivityThread.main(ActivityThread.jav a:4077)
10-26 15:13:51.863 E/AndroidRuntime( 473): at java.lang.reflect.Method.invokeNative(Native Method)
10-26 15:13:51.863 E/AndroidRuntime( 473): at java.lang.reflect.Method.invoke(Method.java:521)
10-26 15:13:51.863 E/AndroidRuntime( 473): at com.android.internal.os.ZygoteInit$MethodAndArgsCa ller.run(ZygoteInit.java:782)
10-26 15:13:51.863 E/AndroidRuntime( 473): at com.android.internal.os.ZygoteInit.main(ZygoteInit .java:540)
10-26 15:13:51.863 E/AndroidRuntime( 473): at dalvik.system.NativeStart.main(Native Method)
10-26 15:13:51.863 E/AndroidRuntime( 473): Caused by: java.lang.NullPointerException
10-26 15:13:51.863 E/AndroidRuntime( 473): at android.telephony.TelephonyManager.getCallState(Te lephonyManager.java:643)
10-26 15:13:51.863 E/AndroidRuntime( 473): at com.coremobility.integration.CM_ConfigSysProp.Chec kProps(CM_ConfigSysProp.java:300)
10-26 15:13:51.863 E/AndroidRuntime( 473): at com.coremobility.integration.CM_ConfigSysProp.GetI nstance(CM_ConfigSysProp.java:80)
10-26 15:13:51.863 E/AndroidRuntime( 473): at com.coremobility.integration.configuration.CM_Conf iguration.getInstance(CM_Configuration.java:132)
10-26 15:13:51.863 E/AndroidRuntime( 473): at com.coremobility.integration.log.CM_Errors.intLog( CM_Errors.java:101)
10-26 15:13:51.863 E/AndroidRuntime( 473): at com.coremobility.integration.log.CM_Errors.log(CM_ Errors.java:148)
10-26 15:13:51.863 E/AndroidRuntime( 473): at com.coremobility.app.vnotes.CM_VnoteApp.<init>(CM_ VnoteApp.java:327)
10-26 15:13:51.863 E/AndroidRuntime( 473): at com.coremobility.integration.app.CM_App.CM_Initial ize(CM_App.java:250)
10-26 15:13:51.863 E/AndroidRuntime( 473): at com.coremobility.integration.app.CM_App.onCreate(C M_App.java:307)
10-26 15:13:51.863 E/AndroidRuntime( 473): at android.app.Instrumentation.callApplicationOnCreat e(Instrumentation.java:1045)
10-26 15:13:51.863 E/AndroidRuntime( 473): at android.app.ActivityThread.handleBindApplication(A ctivityThread.java:3751)
10-26 15:13:51.863 E/AndroidRuntime( 473): ... 10 more
10-26 15:13:51.953 D/KeyInputQueue( 66): DebugMonitor keycode=0 value=1
10-26 15:13:52.053 I/Process ( 66): Sending signal. PID: 473 SIG: 3
10-26 15:13:52.053 I/dalvikvm( 473): threadid=7: reacting to signal 3
10-26 15:13:52.053 D/CIQ ( 66): throwUI03
10-26 15:13:52.053 D/CIQ ( 66): processName com.coremobility.app.vnotes
10-26 15:13:52.093 E/com_htc_android_iqagent_Controller( 129): backend daemon was not ready!
10-26 15:13:52.213 W/ResourceType( 135): getEntry failing because entryIndex 1 is beyond type entryCount 1
10-26 15:13:52.213 W/ResourceType( 135): Failure getting entry for 0x7f080001 (t=7 e=1) in package 0: 0x80000001
10-26 15:13:52.223 D/EAS_DPReceiver( 415): 06021143 > SP() DP
10-26 15:13:52.263 I/ActivityManager( 66): Start proc com.newsrob for broadcast com.newsrob/.BootReceiver: pid=493 uid=10063 gids={3003}
10-26 15:13:52.263 D/CIQ ( 66): throwUI04 com.newsrob
10-26 15:13:52.263 D/CIQ ( 66): processName com.newsrob
10-26 15:13:52.263 E/com_htc_android_iqagent_Controller( 129): backend daemon was not ready!
10-26 15:13:52.483 W/ResourceType( 66): No package identifier when getting value for resource number 0x00000031
10-26 15:13:52.533 D/IQClient( 51): wait for backend daemon ready ...
10-26 15:13:52.583 I/dalvikvm( 493): Debugger thread not active, ignoring DDM send (t=0x41504e4d l=38)
10-26 15:13:52.773 W/ApplicationInfo( 66): Failure retrieving activity name
10-26 15:13:52.773 W/ApplicationInfo( 66): android.content.res.Resources$NotFoundException: String resource ID #0x31
10-26 15:13:52.773 W/ApplicationInfo( 66): at android.content.res.Resources.getText(Resources.ja va:155)
10-26 15:13:52.773 W/ApplicationInfo( 66): at android.app.ApplicationContext$ApplicationPackageM anager.getLabel(ApplicationContext.java:2211)
10-26 15:13:52.773 W/ApplicationInfo( 66): at android.app.ApplicationContext$ApplicationPackageM anager.getApplicationLabel(ApplicationContext.java :2289)
10-26 15:13:52.773 W/ApplicationInfo( 66): at com.android.server.am.AppErrorDialog.<init>(AppErr orDialog.java:47)
10-26 15:13:52.773 W/ApplicationInfo( 66): at com.android.server.am.ActivityManagerService$2.han dleMessage(ActivityManagerService.java:875)
10-26 15:13:52.773 W/ApplicationInfo( 66): at android.os.Handler.dispatchMessage(Handler.java:99 )
10-26 15:13:52.773 W/ApplicationInfo( 66): at android.os.Looper.loop(Looper.java:123)
10-26 15:13:52.773 W/ApplicationInfo( 66): at com.android.server.am.ActivityManagerService$AThre ad.run(ActivityManagerService.java:1156)
Related
any hint on how to restore it?
I can enter safe mode, (pressing MENU key at boot) but I can't figure out what to fix.
Here is the logcat of homescreen crashing
Code:
W/ActivityManager( 1159): Activity pause timeout for HistoryRecord{2ff36928 com.sonyericsson.homescreen/.HomeScreen}
I/WindowManager( 1159): onOrientationChanged, rotation changed to 0
W/KeyCharacterMap( 1159): Can't open keycharmap file
W/KeyCharacterMap( 1159): Error loading keycharmap file '/system/usr/keychars/robyn_keypad.kcm.bin'. hw.keyboards.0.devname='robyn_keypad'
W/KeyCharacterMap( 1159): Using default keymap: /system/usr/keychars/qwerty.kcm.bin
D/KeyguardViewMediator( 1159): pokeWakelock(5000)
I/ActivityManager( 1159): Process com.sonyericsson.homescreen (pid 1768) has died.
I/ActivityManager( 1159): Start proc com.sonyericsson.homescreen for activity com.sonyericsson.homescreen/.HomeScreen: pid=1780 uid=10009 gids={1015, 3003}
W/UsageStats( 1159): Something wrong here, didn't expect com.sonyericsson.homescreen to be resumed
I/ActivityThread( 1780): Publishing provider com.sonyericsson.homescreen.widgetprovider: com.sonyericsson.homescreen.widgetprovider.WidgetProvider
I/ActivityThread( 1780): Publishing provider com.sonyericsson.homescreen.settingsprovider: com.sonyericsson.homescreen.settingsprovider.SettingsProvider
I/ActivityManager( 1159): Starting activity: Intent { act=android.intent.action.MAIN cat=[android.intent.category.HOME] flg=0x10200000 cmp=com.sonyericsson.homescreen/.HomeScreen }
I/ActivityManager( 1159): Starting activity: Intent { act=android.intent.action.MAIN cat=[android.intent.category.HOME] flg=0x10200000 cmp=com.sonyericsson.homescreen/.HomeScreen }
W/dalvikvm( 1780): threadid=3: thread exiting with uncaught exception (group=0x2aac9a28)
E/AndroidRuntime( 1780): Uncaught handler: thread main exiting due to uncaught exception
I/global ( 1780): Default buffer size used in BufferedWriter constructor. It would be better to be explicit if an 8k-char buffer is required.
E/AndroidRuntime( 1780): java.lang.RuntimeException: Unable to start activity ComponentInfo{com.sonyericsson.homescreen/com.sonyericsson.homescreen.HomeScreen}: java.lang.ClassCastException: android.graphics.drawable.NinePatchDrawable
E/AndroidRuntime( 1780): at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2401)
E/AndroidRuntime( 1780): at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:2417)
E/AndroidRuntime( 1780): at android.app.ActivityThread.access$2100(ActivityThread.java:116)
E/AndroidRuntime( 1780): at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1794)
E/AndroidRuntime( 1780): at android.os.Handler.dispatchMessage(Handler.java:99)
E/AndroidRuntime( 1780): at android.os.Looper.loop(Looper.java:123)
E/AndroidRuntime( 1780): at android.app.ActivityThread.main(ActivityThread.java:4203)
E/AndroidRuntime( 1780): at java.lang.reflect.Method.invokeNative(Native Method)
E/AndroidRuntime( 1780): at java.lang.reflect.Method.invoke(Method.java:521)
E/AndroidRuntime( 1780): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:799)
E/AndroidRuntime( 1780): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:557)
E/AndroidRuntime( 1780): at dalvik.system.NativeStart.main(Native Method)
E/AndroidRuntime( 1780): Caused by: java.lang.ClassCastException: android.graphics.drawable.NinePatchDrawable
E/AndroidRuntime( 1780): at com.sonyericsson.homescreen.applicationloader.ItemFactory.internalCreateApplication(ItemFactory.java:90)
E/AndroidRuntime( 1780): at com.sonyericsson.homescreen.applicationloader.ItemFactory.createApplication(ItemFactory.java:49)
E/AndroidRuntime( 1780): at com.sonyericsson.homescreen.applicationloader.ApplicationLoader.loadApplicationInfoList(ApplicationLoader.java:84)
E/AndroidRuntime( 1780): at com.sonyericsson.homescreen.launcher.model.LauncherModel.loadApplications(LauncherModel.java:846)
E/AndroidRuntime( 1780): at com.sonyericsson.homescreen.launcher.model.LauncherModel.<init>(LauncherModel.java:223)
E/AndroidRuntime( 1780): at com.sonyericsson.homescreen.launcher.model.LauncherModel.getInstance(LauncherModel.java:327)
E/AndroidRuntime( 1780): at com.sonyericsson.homescreen.HomeScreen.onCreate(HomeScreen.java:243)
E/AndroidRuntime( 1780): at android.app.Instrumentation.callActivityOnCreate(Instrumentation.java:1123)
E/AndroidRuntime( 1780): at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2364)
E/AndroidRuntime( 1780): ... 11 more
I/CrashSMS( 1412): FileObserver found new crash data. Send DO_CRASH_MSG_ACTION
I/CrashSMS( 1412): Received DO_CRASH_MSG_ACTION
I/global ( 1412): Default buffer size used in BufferedReader constructor. It would be better to be explicit if an 8k-char buffer is required.
I/CrashSMS( 1412): Picking oldest crash data file 1281433209.txt
I/CrashSMS( 1412): Compiling the crash report
I/global ( 1412): Default buffer size used in BufferedReader constructor. It would be better to be explicit if an 8k-char buffer is required.
W/TimeStamp( 1412): TimeStamp is different! Directory: /system/app
I/CrashSMS( 1412): Storing report: type=2 unit=1
I/CrashSMS( 1412): MiscTA index = 2:1 1:1 10:1 9:1 8:1 7:1 6:1 5:1 4:1 3:1
I/MTBFParamSet( 1412): Converting to MTBF Message
I/CrashSMS( 1412): update counters and delete crash data
I/DumpStateReceiver( 1159): Added state dump to 1 crashes
I found the problem, it was the latest update of AnySoftKeyboard.
I already told the developer about the issue.
Do anyone experience the same problem?
It's easy to restore the phone, just reboot it in safe mode (keep MENU pressed at boot) and uninstall AnySoftKeyboard.
Ditto
The same thing happened to my wife's X10 mini after updating AnySoftKeyboard, just like you.
Thanks for providing the solution.
Uninstalled.
Nasty bug.
Same happend to me, thanks for sollution.
But I really like the soft-keyboard, hope he/she will fix the bug
good news, latest version in the market fixes the issue!
sorry for bad english
Found a strange problem! Pairing tablet via bluetooth with any phone, then choosing pair settings on tablet and in this mometn Settings menu is closing and we see working table with error "error in Settings program". Same thing with choosing mobile network settings. I've got a log of this problem (listed below), anybody can help with this bug?
Code:
D/BluetoothAdapterStateMachine( 1841): BluetoothOn process message: 1
W/BluetoothAdapterStateMachine( 1841): BluetoothOn received: 1
D/BluetoothEnabler( 4541): HW DETECTABILITY DEFAULT is 0
D/LocalBluetoothManager( 4541): setting foreground activity to non-null context
D/BluetoothInputDevice( 4541): getConnectedDevices()
D/BluetoothInputDevice( 4541): getPriority(D8:2A:7E:D1:D1:A2)
D/AndroidRuntime( 4541): Shutting down VM
W/dalvikvm( 4541): threadid=1: thread exiting with uncaught exception (group=0x40a7e1f8)
E/AndroidRuntime( 4541): FATAL EXCEPTION: main
E/AndroidRuntime( 4541): java.lang.NullPointerException
E/AndroidRuntime( 4541): at com.android.settings.bluetooth.HeadsetProfile.isPreferred(HeadsetProfile.java:144)
E/AndroidRuntime( 4541): at com.android.settings.bluetooth.CachedBluetoothDevice.connectWithoutResettingTimer(CachedBluetoothDevice.java:238)
E/AndroidRuntime( 4541): at com.android.settings.bluetooth.CachedBluetoothDevice.connect(CachedBluetoothDevice.java:209)
E/AndroidRuntime( 4541): at com.android.settings.bluetooth.BluetoothDevicePreference.onClicked(BluetoothDevicePreference.java:201)
E/AndroidRuntime( 4541): at com.android.settings.bluetooth.DeviceListPreferenceFragment.onDevicePreferenceClick(DeviceListPreferenceFragment.java:192)
E/AndroidRuntime( 4541): at com.android.settings.bluetooth.BluetoothSettings.onDevicePreferenceClick(BluetoothSettings.java:369)
E/AndroidRuntime( 4541): at com.android.settings.bluetooth.DeviceListPreferenceFragment.onPreferenceTreeClick(DeviceListPreferenceFragment.java:184)
E/AndroidRuntime( 4541): at android.preference.Preference.performClick(Preference.java:949)
E/AndroidRuntime( 4541): at android.preference.PreferenceScreen.onItemClick(PreferenceScreen.java:202)
E/AndroidRuntime( 4541): at android.widget.AdapterView.performItemClick(AdapterView.java:292)
E/AndroidRuntime( 4541): at android.widget.AbsListView.performItemClick(AbsListView.java:1068)
E/AndroidRuntime( 4541): at android.widget.AbsListView$PerformClick.run(AbsListView.java:2524)
E/AndroidRuntime( 4541): at android.widget.AbsListView$1.run(AbsListView.java:3193)
E/AndroidRuntime( 4541): at android.os.Handler.handleCallback(Handler.java:605)
E/AndroidRuntime( 4541): at android.os.Handler.dispatchMessage(Handler.java:92)
E/AndroidRuntime( 4541): at android.os.Looper.loop(Looper.java:137)
E/AndroidRuntime( 4541): at android.app.ActivityThread.main(ActivityThread.java:4521)
E/AndroidRuntime( 4541): at java.lang.reflect.Method.invokeNative(Native Method)
E/AndroidRuntime( 4541): at java.lang.reflect.Method.invoke(Method.java:511)
E/AndroidRuntime( 4541): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:762)
E/AndroidRuntime( 4541): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:529)
E/AndroidRuntime( 4541): at dalvik.system.NativeStart.main(Native Method)
W/ActivityManager( 1841): Force finishing activity com.android.settings/.Settings
D/OppNotification( 2613): Stopping notification thread: NotificationUpdateThread-1356435222415
W/ActivityManager( 1841): Activity pause timeout for ActivityRecord{41595320 com.android.settings/.Settings}
E/dalvikvm( 4801): GC_CONCURRENT freed 1373K, 13% free 11484K/13191K, paused 2ms+15ms
I/Process ( 4541): Sending signal. PID: 4541 SIG: 9
D/Settings( 2052): getAllInstallLangId().length43
D/Settings( 2052): getAllInstallLangId().length43
I/WindowManager( 1841): WIN DEATH: Window{417b2068 com.android.settings/com.android.settings.Settings paused=false}
I/ActivityManager( 1841): Process com.android.settings (pid 4541) has died.
W/ActivityManager( 1841): Activity destroy timeout for ActivityRecord{41595320 com.android.settings/.Settings}
I'm in the process of learning to build android from source. I've got my AOKP rom booting and am working on adding superuser to it, and am running into troubles. After much googling here is what I've done
Cloned Superuser source code
Code:
git clone git://github.com/ChainsDD/Superuser.git packages/apps/Superuser
Copied the su binary from my current rom (/system/xbin/su) to my device tree
Edited device.mk
Code:
# Build superuser
PRODUCT_PACKAGES := \
Superuser
# copy su binary
PRODUCT_COPY_FILES += \
device/lge/E973/su:system/xbin/su
Everything built fine and Superuser is in my app drawer when rom boots. If i try to open Superuser it force closes. Root checker shows that i am rooted, and typing 'su' in terminal emulator gets root access. Neither will give me a dialog asking to deny or grant.
If i install SuperSuperuser from the market, it will present all the normal dialogs and everything seems as it should.
I'm wondering what it is I'm doing wrong, and how I can correct it.
Here is a logcat of the failed attempt to open superuser
Code:
D/dalvikvm( 2157): Late-enabling CheckJNI
I/ActivityManager( 530): Start proc com.noshufou.android.su for activity com.noshufou.android.su/.Su: pid=2157 uid=10040 gids={50040, 3003, 1015, 1028}
I/dalvikvm( 2157): Turning on JNI app bug workarounds for target SDK version 11...
D/overlay ( 161): FROM_STATE = OV_BYPASS_3_LAYER TO_STATE = OV_CLOSED
I/ActivityThread( 2157): Pub com.noshufou.android.su.provider: com.noshufou.android.su.provider.PermissionsProvider
D/Su.HomeActivity( 2157): onCreate()
D/AndroidRuntime( 2157): Shutting down VM
W/dalvikvm( 2157): threadid=1: thread exiting with uncaught exception (group=0x40dd7930)
E/AndroidRuntime( 2157): FATAL EXCEPTION: main
E/AndroidRuntime( 2157): java.lang.RuntimeException: Unable to start activity ComponentInfo{com.noshufou.android.su/com.noshufou.android.su.HomeActivity}: java.lang.RuntimeException: java.lang.NoSuchMethodException: <init> [class android.app.Activity, int]
E/AndroidRuntime( 2157): at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2306)
E/AndroidRuntime( 2157): at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:2356)
E/AndroidRuntime( 2157): at android.app.ActivityThread.access$600(ActivityThread.java:150)
E/AndroidRuntime( 2157): at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1244)
E/AndroidRuntime( 2157): at android.os.Handler.dispatchMessage(Handler.java:99)
E/AndroidRuntime( 2157): at android.os.Looper.loop(Looper.java:137)
E/AndroidRuntime( 2157): at android.app.ActivityThread.main(ActivityThread.java:5193)
E/AndroidRuntime( 2157): at java.lang.reflect.Method.invokeNative(Native Method)
E/AndroidRuntime( 2157): at java.lang.reflect.Method.invoke(Method.java:511)
E/AndroidRuntime( 2157): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:795)
E/AndroidRuntime( 2157): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:562)
E/AndroidRuntime( 2157): at dalvik.system.NativeStart.main(Native Method)
E/AndroidRuntime( 2157): Caused by: java.lang.RuntimeException: java.lang.NoSuchMethodException: <init> [class android.app.Activity, int]
E/AndroidRuntime( 2157): at com.actionbarsherlock.ActionBarSherlock.wrap(ActionBarSherlock.java:232)
E/AndroidRuntime( 2157): at com.actionbarsherlock.app.SherlockFragmentActivity.getSherlock(SherlockFragmentActivity.java:32)
E/AndroidRuntime( 2157): at com.actionbarsherlock.app.SherlockFragmentActivity.requestWindowFeature(SherlockFragmentActivity.java:265)
E/AndroidRuntime( 2157): at com.noshufou.android.su.HomeActivity.onCreate(HomeActivity.java:59)
E/AndroidRuntime( 2157): at android.app.Activity.performCreate(Activity.java:5104)
E/AndroidRuntime( 2157): at android.app.Instrumentation.callActivityOnCreate(Instrumentation.java:1080)
E/AndroidRuntime( 2157): at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2260)
E/AndroidRuntime( 2157): ... 11 more
E/AndroidRuntime( 2157): Caused by: java.lang.NoSuchMethodException: <init> [class android.app.Activity, int]
E/AndroidRuntime( 2157): at java.lang.Class.getConstructorOrMethod(Class.java:460)
E/AndroidRuntime( 2157): at java.lang.Class.getConstructor(Class.java:431)
E/AndroidRuntime( 2157): at com.actionbarsherlock.ActionBarSherlock.wrap(ActionBarSherlock.java:229)
E/AndroidRuntime( 2157): ... 17 more
W/ActivityManager( 530): Force finishing activity com.noshufou.android.su/.Su
D/dalvikvm( 2157): GC_CONCURRENT freed 219K, 15% free 2489K/2912K, paused 2ms+1ms, total 21ms
I/dalvikvm( 530): Jit: resizing JitTable from 8192 to 16384
W/ActivityManager( 530): Activity pause timeout for ActivityRecord{41681370 u0 com.noshufou.android.su/.Su}
I/Process ( 2157): Sending signal. PID: 2157 SIG: 9
I/ActivityManager( 530): Process com.noshufou.android.su (pid 2157) has died.
W/InputMethodManagerService( 530): Window already focused, ignoring focus gain of: [email protected] attribute=null, token = [email protected]
D/dalvikvm( 530): GC_CONCURRENT freed 7964K, 44% free 13574K/23868K, paused 2ms+6ms, total 57ms
D/overlay ( 161): FROM_STATE = OV_CLOSED TO_STATE = OV_BYPASS_3_LAYER
just a lilttle bump, if anyone can just point me in the dirrection of where i'm going wrong here I would be very appreciative.
SOLVED My dialer force closes now when i try to make calls. it wont work at all on sense but works fine on aosp roms. Can someone give me a hand with this i have no idea what else to do. Right now the dialer disappears completely right after I try to dial a contacts number. I tried clearing application data etc. Nothing seems to be working.
You might try making a logcat and posting it here. Hopefully somebody that knows what they are looking at can pinpoint your issue.
The advice is free....the bandwidth, not so much
FinZ28 said:
You might try making a logcat and posting it here. Hopefully somebody that knows what they are looking at can pinpoint your issue.
The advice is free....the bandwidth, not so much
Click to expand...
Click to collapse
D/PowerManagerService( 591): releaseWakeLock(41b7fee8): CPU_MIN_NUM , tag=HtcListViewScroll_4.915, flags=0x400
W/dalvikvm( 7252): Exception Ljava/lang/IllegalArgumentException; thrown while initializing Lcom/htc/util/phone/DialUtils;
W/dalvikvm( 7252): threadid=1: thread exiting with uncaught exception (group=0x40d5d468)
E/EmbeddedLogger( 591): App crashed! Process: com.android.htcdialer
E/EmbeddedLogger( 591): App crashed! Package: com.android.htcdialer v417060080 (4.0.2220222138.473095.468169)
E/EmbeddedLogger( 591): App crashed! Package: com.android.htccontacts v418625837 (4.5.2311193234.539441.524814)
E/EmbeddedLogger( 591): Application Label: <MULTIPLE_PACKAGE>
E/AndroidRuntime( 7252): FATAL EXCEPTION: main
E/AndroidRuntime( 7252): java.lang.ExceptionInInitializerError
E/AndroidRuntime( 7252): at com.android.htcdialer.Dialer.placeCall(Dialer.java:4591)
E/AndroidRuntime( 7252): at com.android.htcdialer.Dialer.placeCall(Dialer.java:5603)
E/AndroidRuntime( 7252): at com.android.htcdialer.Dialer.placeCall(Dialer.java:5579)
E/AndroidRuntime( 7252): at com.android.htcdialer.Dialer.placeCall(Dialer.java:5573)
E/AndroidRuntime( 7252): at com.android.htcdialer.Dialer.onListItemClick(Dialer.java:5544)
E/AndroidRuntime( 7252): at com.android.htcdialer.app.BaseListActivity$1.onItemClick(BaseListActivity.java:173)
E/AndroidRuntime( 7252): at com.htc.widget.HtcAdapterView.performItemClick(HtcAdapterView.java:299)
E/AndroidRuntime( 7252): at com.htc.widget.HtcAbsListView.performItemClick(HtcAbsListView.java:1252)
E/AndroidRuntime( 7252): at com.htc.widget.HtcListView.access$1701(HtcListView.java:86)
E/AndroidRuntime( 7252): at com.htc.widget.HtcListView$CheckForItemReleased.run(HtcListView.java:5407)
E/AndroidRuntime( 7252): at android.os.Handler.handleCallback(Handler.java)
E/AndroidRuntime( 7252): at android.os.Handler.dispatchMessage(Handler.java)
E/AndroidRuntime( 7252): at android.os.Looper.loop(Looper.java)
E/AndroidRuntime( 7252): at android.app.ActivityThread.main(ActivityThread.java)
E/AndroidRuntime( 7252): at java.lang.reflect.Method.invokeNative(Native Method)
E/AndroidRuntime( 7252): at java.lang.reflect.Method.invoke(Method.java:511)
E/AndroidRuntime( 7252): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:1029)
E/AndroidRuntime( 7252): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:796)
E/AndroidRuntime( 7252): at dalvik.system.NativeStart.main(Native Method)
E/AndroidRuntime( 7252): Caused by: java.lang.IllegalArgumentException: key.length > 31
E/AndroidRuntime( 7252): at android.os.SystemProperties.get(SystemProperties.java)
E/AndroidRuntime( 7252): at com.htc.util.phone.ProjectUtils.calculatePropKey(ProjectUtils.java:171)
E/AndroidRuntime( 7252): at com.htc.util.phone.DialUtils.getDialpadPrefixByProp(DialUtils.java:374)
E/AndroidRuntime( 7252): at com.htc.util.phone.DialUtils.getDialpadPrefix(DialUtils.java:359)
E/AndroidRuntime( 7252): at com.htc.util.phone.DialUtils.<clinit>(DialUtils.java:151)
E/AndroidRuntime( 7252): ... 19 more
W/ActivityManager( 591): Force finishing activity com.android.htccontacts/.DialerTabActivity
D/HtcDeviceInfoManager( 591): ADD_CRASH com.android.htcdialer
D/PowerManagerService( 591): acquireWakeLock(42167150): PARTIAL_WAKE_LOCK , tag=ActivityManager-Launch, flags=0x1, pid=591, uid=1000, mUserState=0x3
W/ActivityManager( 591): Activity pause timeout for ActivityRecord{41f02890 com.android.htccontacts/.DialerTabActivity}
D/memalloc( 240): ion: Allocated buffer base:0x438ac000 size:3768320 fd:81
D/memalloc( 240): ion: Allocated buffer base:0x40648000 size:4096 fd:84
D/memalloc( 1085): ion: Mapped buffer base:0x5d9df000 size:3768320 offset:0 fd:73
D/memalloc( 1085): ion: Mapped buffer base:0x5962c000 size:4096 offset:0 fd:77
V/InputMethodManagerService( 591): unbindCurrentInputLocked: client = [email protected]
I/InputMethodManagerService( 591): Disable input method client.
V/InputMethodManagerService( 591): switching to client: client = [email protected]
I/InputMethodManagerService( 591): Enable input method client.
D/HtcDeviceInfoManager( 591): UPDATE com.android.htcdialer fg=com.android.htcdialer
D/HtcDeviceInfoManager( 591): SET_TOP com.anddoes.launcher fg=com.android.htcdialer
D/memalloc( 240): ion: Allocated buffer base:0x43c44000 size:3768320 fd:37
D/memalloc( 240): ion: Allocated buffer base:0x40680000 size:4096 fd:88
D/memalloc( 1085): ion: Mapped buffer base:0x5eb28000 size:3768320 offset:0 fd:80
D/memalloc( 1085): ion: Mapped buffer base:0x5962d000 size:4096 offset:0 fd:85
I/FxActivity( 871): FxActivity.onDestroy()
D/PowerManagerService( 591): releaseWakeLock(42167150): PARTIAL_WAKE_LOCK , tag=ActivityManager-Launch, flags=0x1
D/memalloc( 240): ion: Allocated buffer base:0x43fdc000 size:3768320 fd:61
D/memalloc( 240): ion: Allocated buffer base:0x406c0000 size:4096 fd:63
D/memalloc( 1085): ion: Mapped buffer base:0x5f00b000 size:3768320 offset:0 fd:71
D/memalloc( 1085): ion: Mapped buffer base:0x5962e000 size:4096 offset:0 fd:92
D/StateMachine( 591): handleMessage: E msg.what=131155
D/StateMachine( 591): processMsg: ConnectedState
D/WifiStateMachine( 591): ConnectedState{ what=131155 when=-3ms target=Handler (com.android.internal.util.StateMachine$SmHandler) {4188d4a8} arg1=1 }
D/StateMachine( 591): processMsg: L2ConnectedState
D/WifiStateMachine( 591): L2ConnectedState{ what=131155 when=-3ms target=Handler (com.android.internal.util.StateMachine$SmHandler) {4188d4a8} arg1=1 }
D/WifiStateMachine( 591): fetchRssiAndLinkSpeedNative RSSI = -47
D/StateMachine( 591): handleMessage: X
W/System.err( 2359): java.io.FileNotFoundException: /sys/class/net/eth0/statistics/rx_bytes: open failed: ENOENT (No such file or directory)
W/System.err( 2359): at libcore.io.IoBridge.open(IoBridge.java:416)
W/System.err( 2359): at java.io.FileInputStream.<init>(FileInputStream.java:78)
W/System.err( 2359): at
Sent from my EVO using Tapatalk 2
When you are going from aosp to Sense are you wiping properly? System, factory reset, dalvik cache, and cache?
Sent from my EVO using Tapatalk 2
thicklizard said:
When you are going from aosp to Sense are you wiping properly? System, factory reset, dalvik cache, and cache?
Sent from my EVO using Tapatalk 2
Click to expand...
Click to collapse
Yes I was but I found the problem. Twrp. It was using rm-rf and not actually wiping the system at all so what I had was a big mess. Switched to clockwork mod wiped and everything returned to normal. Thanks guys.
Sent from my EVO using Tapatalk 2
Kidromulous said:
Yes I was but I found the problem. Twrp. It was using rm-rf and not actually wiping the system at all so what I had was a big mess. Switched to clockwork mod wiped and everything returned to normal. Thanks guys.
Sent from my EVO using Tapatalk 2
Click to expand...
Click to collapse
you can select not use rm-rf in twrp settings and if you read up about clockwork mod its not recomended for the LTE. Something about corrupting partitions
Sent from my EVO 4G LTE using xda premium
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