i can't enter the phone app, neither receive calls, as the app crashes:
eceiving calls: com.android.phone
opening app: com.sec.android.app.dialertab
It does make the ring sound , but shows a black screen and then crashes.
it had been working okay yesterday, don't know what could have gone wrong. Tried restarting phone, clearing data, uninstalling last apps, or disabling related apps but still the same.
heres the log from log collector, i waited until clock switched to 22:43 then started the phone app (and the crash seconds later)
Code:
02-05 22:42:34.140 D/BatteryService( 162): update start
02-05 22:42:34.140 D/BatteryService( 162): update start
02-05 22:42:34.149 D/BatteryService( 162): update start
02-05 22:42:38.710 W/PowerManagerService( 162): Timer 0x7->0x3|0x0
02-05 22:42:38.710 I/PowerManagerService( 162): Ulight 7->3|0
02-05 22:42:44.160 D/BatteryService( 162): update start
02-05 22:42:44.160 D/BatteryService( 162): update start
02-05 22:42:44.170 D/BatteryService( 162): update start
02-05 22:42:54.180 D/BatteryService( 162): update start
02-05 22:42:54.180 D/BatteryService( 162): update start
02-05 22:42:54.189 D/BatteryService( 162): update start
02-05 22:43:01.319 I/InputReader( 162): dispatchTouch::touch event's action is 0
02-05 22:43:01.319 I/InputDispatcher( 162): Delivering touch to current input target: action: 0, channel '40854fd0 org.adwfreak.launcher/org.adwfreak.launcher.Launcher (server)'
02-05 22:43:01.319 I/InputDispatcher( 162): Delivering touch to current input target: action: 0, channel '408f1230 com.android.internal.service.wallpaper.ImageWallpaper (server)'
02-05 22:43:01.440 I/InputReader( 162): dispatchTouch::touch event's action is 1
02-05 22:43:01.440 I/InputDispatcher( 162): Delivering touch to current input target: action: 1, channel '40854fd0 org.adwfreak.launcher/org.adwfreak.launcher.Launcher (server)'
02-05 22:43:01.440 I/InputDispatcher( 162): Delivering touch to current input target: action: 1, channel '408f1230 com.android.internal.service.wallpaper.ImageWallpaper (server)'
02-05 22:43:01.629 I/System.out( 249): UPDATECOUNTERS REQUEST: com.sec.android.app.dialertab = 0
02-05 22:43:01.629 I/System.out( 249): UPDATINGCOUNTERS: com.sec.android.app.dialertab = 0
02-05 22:43:01.639 I/ActivityManager( 162): Starting: Intent { act=android.intent.action.MAIN cat=[android.intent.category.LAUNCHER] flg=0x10200000 cmp=com.sec.android.app.dialertab/.DialerTabActivity } from pid 249
02-05 22:43:01.730 I/ActivityManager( 162): Start proc com.sec.android.app.dialertab for activity com.sec.android.app.dialertab/.DialerTabActivity: pid=7891 uid=10033 gids={3003, 1015, 3002}
02-05 22:43:01.799 I/OrientationDebug( 162): [pwm] in updateOrientationListenerLp()
02-05 22:43:01.799 V/OrientationDebug( 162): in updateOrientationListenerLp(), Screen status=true, current orientation=5, SensorEnabled=false
02-05 22:43:01.799 I/OrientationDebug( 162): [pwm] needSensorRunningLp(), return false #3
02-05 22:43:02.239 D/AndroidRuntime( 7891): Shutting down VM
02-05 22:43:02.239 W/dalvikvm( 7891): threadid=1: thread exiting with uncaught exception (group=0x40018578)
02-05 22:43:02.249 E/AndroidRuntime( 7891): FATAL EXCEPTION: main
02-05 22:43:02.249 E/AndroidRuntime( 7891): java.lang.RuntimeException: Unable to start activity ComponentInfo{com.sec.android.app.dialertab/com.sec.android.app.dialertab.DialerTabActivity}: java.lang.RuntimeException: Unable to start activity ComponentInfo{com.sec.android.app.dialertab/com.sec.android.app.dialertab.dialer.DialerActivity}: java.lang.NullPointerException
02-05 22:43:02.249 E/AndroidRuntime( 7891): at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:1651)
02-05 22:43:02.249 E/AndroidRuntime( 7891): at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:1667)
02-05 22:43:02.249 E/AndroidRuntime( 7891): at android.app.ActivityThread.access$1500(ActivityThread.java:117)
02-05 22:43:02.249 E/AndroidRuntime( 7891): at android.app.ActivityThread$H.handleMessage(ActivityThread.java:935)
02-05 22:43:02.249 E/AndroidRuntime( 7891): at android.os.Handler.dispatchMessage(Handler.java:99)
02-05 22:43:02.249 E/AndroidRuntime( 7891): at android.os.Looper.loop(Looper.java:130)
02-05 22:43:02.249 E/AndroidRuntime( 7891): at android.app.ActivityThread.main(ActivityThread.java:3687)
02-05 22:43:02.249 E/AndroidRuntime( 7891): at java.lang.reflect.Method.invokeNative(Native Method)
02-05 22:43:02.249 E/AndroidRuntime( 7891): at java.lang.reflect.Method.invoke(Method.java:507)
02-05 22:43:02.249 E/AndroidRuntime( 7891): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:867)
02-05 22:43:02.249 E/AndroidRuntime( 7891): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:625)
02-05 22:43:02.249 E/AndroidRuntime( 7891): at dalvik.system.NativeStart.main(Native Method)
02-05 22:43:02.249 E/AndroidRuntime( 7891): Caused by: java.lang.RuntimeException: Unable to start activity ComponentInfo{com.sec.android.app.dialertab/com.sec.android.app.dialertab.dialer.DialerActivity}: java.lang.NullPointerException
02-05 22:43:02.249 E/AndroidRuntime( 7891): at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:1651)
02-05 22:43:02.249 E/AndroidRuntime( 7891): at android.app.ActivityThread.startActivityNow(ActivityThread.java:1491)
02-05 22:43:02.249 E/AndroidRuntime( 7891): at android.app.LocalActivityManager.moveToState(LocalActivityManager.java:127)
02-05 22:43:02.249 E/AndroidRuntime( 7891): at android.app.LocalActivityManager.startActivity(LocalActivityManager.java:339)
02-05 22:43:02.249 E/AndroidRuntime( 7891): at com.sec.android.touchwiz.widget.TwTabHost$IntentContentStrategy.getContentView(TwTabHost.java:1619)
02-05 22:43:02.249 E/AndroidRuntime( 7891): at com.sec.android.touchwiz.widget.TwTabHost.setCurrentTab(TwTabHost.java:951)
02-05 22:43:02.249 E/AndroidRuntime( 7891): at com.sec.android.touchwiz.widget.TwTabHost.addTab(TwTabHost.java:607)
02-05 22:43:02.249 E/AndroidRuntime( 7891): at com.sec.android.app.dialertab.DialerTabActivity.setupDialerTab(DialerTabActivity.java:321)
02-05 22:43:02.249 E/AndroidRuntime( 7891): at com.sec.android.app.dialertab.DialerTabActivity.onCreate(DialerTabActivity.java:185)
02-05 22:43:02.249 E/AndroidRuntime( 7891): at android.app.Instrumentation.callActivityOnCreate(Instrumentation.java:1047)
02-05 22:43:02.249 E/AndroidRuntime( 7891): at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:1615)
02-05 22:43:02.249 E/AndroidRuntime( 7891): ... 11 more
02-05 22:43:02.249 E/AndroidRuntime( 7891): Caused by: java.lang.NullPointerException
02-05 22:43:02.249 E/AndroidRuntime( 7891): at com.sec.android.app.dialertab.dialer.DialerActivity.setCallView(DialerActivity.java:554)
02-05 22:43:02.249 E/AndroidRuntime( 7891): at com.sec.android.app.dialertab.dialer.DialerActivity.onCreate(DialerActivity.java:474)
02-05 22:43:02.249 E/AndroidRuntime( 7891): at android.app.Instrumentation.callActivityOnCreate(Instrumentation.java:1047)
02-05 22:43:02.249 E/AndroidRuntime( 7891): at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:1615)
02-05 22:43:02.249 E/AndroidRuntime( 7891): ... 21 more
02-05 22:43:02.259 W/ActivityManager( 162): Force finishing activity com.sec.android.app.dialertab/.DialerTabActivity
02-05 22:43:02.279 E/ ( 162): Dumpstate > /data/log/dumpstate_app_error
02-05 22:43:02.779 W/ActivityManager( 162): Activity pause timeout for HistoryRecord{40536b68 com.sec.android.app.dialertab/.DialerTabActivity}
02-05 22:43:04.199 D/BatteryService( 162): update start
02-05 22:43:04.199 D/BatteryService( 162): update start
02-05 22:43:04.199 D/BatteryService( 162): update start
02-05 22:43:07.449 W/PowerManagerService( 162): Timer 0x3->0x3|0x0
02-05 22:43:08.069 D/VoldCmdListener( 87): asec list
02-05 22:43:08.069 D/VoldCmdListener( 87): CommandListener::AsecCmd::runCommand -> com.rhythm.hexise.uninst-1
02-05 22:43:08.069 D/VoldCmdListener( 87): CommandListener::AsecCmd::runCommand -> com.dama.papercamera-1
02-05 22:43:08.069 D/VoldCmdListener( 87): CommandListener::AsecCmd::runCommand -> com.roxlabs.AppsOnSale2-1
02-05 22:43:08.069 D/VoldCmdListener( 87): CommandListener::AsecCmd::runCommand -> com.opera.mini.android-1
02-05 22:43:08.069 D/VoldCmdListener( 87): CommandListener::AsecCmd::runCommand -> com.daingo.news.chile-1
02-05 22:43:08.069 D/VoldCmdListener( 87): CommandListener::AsecCmd::runCommand -> net.mobigame.edge-1
02-05 22:43:08.069 D/VoldCmdListener( 87): CommandListener::AsecCmd::runCommand -> com.dataviz.docstogo-1
02-05 22:43:08.069 D/VoldCmdListener( 87): CommandListener::AsecCmd::runCommand -> com.estrongs.android.pop-1
02-05 22:43:08.069 D/VoldCmdListener( 87): CommandListener::AsecCmd::runCommand -> com.greatbytes.fastreboot-1
02-05 22:43:08.069 D/VoldCmdListener( 87): CommandListener::AsecCmd::runCommand -> com.chartcross.gpstest-1
02-05 22:43:08.069 D/VoldCmdListener( 87): CommandListener::AsecCmd::runCommand -> com.eclipsim.gpsstatus2-1
02-05 22:43:08.069 D/VoldCmdListener( 87): CommandListener::AsecCmd::runCommand -> com.killtro.multasimpagas-1
02-05 22:43:08.069 D/VoldCmdListener( 87): CommandListener::AsecCmd::runCommand -> org.coolreader-1
02-05 22:43:08.069 D/VoldCmdListener( 87): CommandListener::AsecCmd::runCommand -> cl.paraderos.android-1
02-05 22:43:08.069 D/VoldCmdListener( 87): CommandListener::AsecCmd::runCommand -> com.skyfire.browser-1
02-05 22:43:08.069 D/VoldCmdListener( 87): CommandListener::AsecCmd::runCommand -> com.flyingpie.steamdroid-1
02-05 22:43:08.069 D/VoldCmdListener( 87): CommandListener::AsecCmd::runCommand -> com.exigo.tiny-2
02-05 22:43:08.069 D/VoldCmdListener( 87): CommandListener::AsecCmd::runCommand -> android.androidVNC-1
02-05 22:43:08.069 D/VoldCmdListener( 87): CommandListener::AsecCmd::runCommand -> com.andreabaccega.simplegps-1
02-05 22:43:08.069 D/VoldCmdListener( 87): CommandListener::AsecCmd::runCommand -> com.Double.FasterFix-1
02-05 22:43:08.069 D/VoldCmdListener( 87): CommandListener::AsecCmd::runCommand -> com.highwaynorth.jogtracker-1
02-05 22:43:08.069 D/VoldCmdListener( 87): CommandListener::AsecCmd::runCommand -> com.escapistgames.starchart-2
02-05 22:43:08.069 D/VoldCmdListener( 87): CommandListener::AsecCmd::runCommand -> com.echolu.android.apphunter-1
02-05 22:43:08.069 D/VoldCmdListener( 87): CommandListener::AsecCmd::runCommand -> com.fitnesskeeper.runkeeper.pro-1
02-05 22:43:08.069 D/VoldCmdListener( 87): CommandListener::AsecCmd::runCommand -> com.android.BlackMarketApp-1
02-05 22:43:08.069 D/VoldCmdListener( 87): CommandListener::AsecCmd::runCommand -> com.clipcomm.WiFiRemocon-1
02-05 22:43:08.069 D/VoldCmdListener( 87): CommandListener::AsecCmd::runCommand -> com.google.zxing.client.android-2
02-05 22:43:08.069 D/VoldCmdListener( 87): CommandListener::AsecCmd::runCommand -> com.hemispheregames.osmos-1
02-05 22:43:08.069 D/VoldCmdListener( 87): CommandListener::AsecCmd::runCommand -> net.mobigame.edge.extended-1
02-05 22:43:08.069 D/VoldCmdListener( 87): CommandListener::AsecCmd::runCommand -> com.elevenbitstudios.AnomalyWarzoneEarthHD-1
02-05 22:43:08.069 D/VoldCmdListener( 87): CommandListener::AsecCmd::runCommand -> com.opera.browser-2
02-05 22:43:08.069 D/VoldCmdListener( 87): CommandListener::AsecCmd::runCommand -> com.spritefish.fastburstcameralite-1
02-05 22:43:09.479 I/OrientationDebug( 162): [pwm] in updateOrientationListenerLp()
02-05 22:43:09.489 V/OrientationDebug( 162): in updateOrientationListenerLp(), Screen status=true, current orientation=-1, SensorEnabled=false
02-05 22:43:09.489 I/OrientationDebug( 162): [pwm] needSensorRunningLp(), return false #3
02-05 22:43:09.489 I/OrientationDe
Bookmarks