[Q] Back to stock - process fc - Samsung Galaxy Nexus

I put my Gnexus back to official 4.0.2 firmware today, with the process that was provided by Google (Jean-Baptist aka JBQ) in theri discussion board.
The process went fine and i'm now on stock firmware. But everytime i start the phone, the phone gives me on error "Unfortunately, process com.android.phone has stopped".
Anyone have an idea what might be the problem? The phone works fine.

I have the same problem. I was able to fix it by wiping data and cache, but it happened again once I rebooted.
Edit: I'm rooted with stock 4.0.2 and Clockwork recovery

Infra said:
I put my Gnexus back to official 4.0.2 firmware today, with the process that was provided by Google (Jean-Baptist aka JBQ) in theri discussion board.
The process went fine and i'm now on stock firmware. But everytime i start the phone, the phone gives me on error "Unfortunately, process com.android.phone has stopped".
Anyone have an idea what might be the problem? The phone works fine.
Click to expand...
Click to collapse
jathak said:
I have the same problem. I was able to fix it by wiping data and cache, but it happened again once I rebooted.
Edit: I'm rooted with stock 4.0.2 and Clockwork recovery
Click to expand...
Click to collapse
ICS has "prettied" up the FC message, but a FC is still a FC.
If you can grab logcat and post up the section showing the FC around com.android.phone we can take a look at what lines of code are causing the issue.
Hope that helps get us started in the right direction for troubleshooting!

Here's the logcat for each time I hit OK to the dialog and it pops up again:
Code:
12-31 17:37:10.335: E/Launcher(602): Unable to launch. tag=ShortcutInfo(title=ASTRO) intent=Intent { act=android.intent.action.MAIN cat=[android.intent.category.LAUNCHER] flg=0x10200000 cmp=com.metago.astro/.FileManagerActivity bnds=[360,585][520,785] }
12-31 17:37:10.335: E/Launcher(602): android.content.ActivityNotFoundException: Unable to find explicit activity class {com.metago.astro/com.metago.astro.FileManagerActivity}; have you declared this activity in your AndroidManifest.xml?
12-31 17:37:10.335: E/Launcher(602): at android.app.Instrumentation.checkStartActivityResult(Instrumentation.java:1508)
12-31 17:37:10.335: E/Launcher(602): at android.app.Instrumentation.execStartActivity(Instrumentation.java:1384)
12-31 17:37:10.335: E/Launcher(602): at android.app.Activity.startActivityForResult(Activity.java:3190)
12-31 17:37:10.335: E/Launcher(602): at com.android.launcher2.Launcher.startActivityForResult(Launcher.java:1304)
12-31 17:37:10.335: E/Launcher(602): at android.app.Activity.startActivity(Activity.java:3297)
12-31 17:37:10.335: E/Launcher(602): at com.android.launcher2.Launcher.startActivitySafely(Launcher.java:1790)
12-31 17:37:10.335: E/Launcher(602): at com.android.launcher2.Launcher.onClick(Launcher.java:1690)
12-31 17:37:10.335: E/Launcher(602): at android.view.View.performClick(View.java:3480)
12-31 17:37:10.335: E/Launcher(602): at android.view.View$PerformClick.run(View.java:13983)
12-31 17:37:10.335: E/Launcher(602): at android.os.Handler.handleCallback(Handler.java:605)
12-31 17:37:10.335: E/Launcher(602): at android.os.Handler.dispatchMessage(Handler.java:92)
12-31 17:37:10.335: E/Launcher(602): at android.os.Looper.loop(Looper.java:137)
12-31 17:37:10.335: E/Launcher(602): at android.app.ActivityThread.main(ActivityThread.java:4340)
12-31 17:37:10.335: E/Launcher(602): at java.lang.reflect.Method.invokeNative(Native Method)
12-31 17:37:10.335: E/Launcher(602): at java.lang.reflect.Method.invoke(Method.java:511)
12-31 17:37:10.335: E/Launcher(602): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:784)
12-31 17:37:10.335: E/Launcher(602): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:551)
12-31 17:37:10.335: E/Launcher(602): at dalvik.system.NativeStart.main(Native Method)
12-31 17:37:10.390: I/ActivityManager(180): START {act=android.intent.action.MAIN cat=[android.intent.category.LAUNCHER] flg=0x10200000 cmp=com.metago.astro/.FileManagerActivity bnds=[360,585][520,785]} from pid 602
12-31 17:37:10.398: E/Launcher(602): Unable to launch. tag=ShortcutInfo(title=ASTRO) intent=Intent { act=android.intent.action.MAIN cat=[android.intent.category.LAUNCHER] flg=0x10200000 cmp=com.metago.astro/.FileManagerActivity bnds=[360,585][520,785] }
12-31 17:37:10.398: E/Launcher(602): android.content.ActivityNotFoundException: Unable to find explicit activity class {com.metago.astro/com.metago.astro.FileManagerActivity}; have you declared this activity in your AndroidManifest.xml?
12-31 17:37:10.398: E/Launcher(602): at android.app.Instrumentation.checkStartActivityResult(Instrumentation.java:1508)
12-31 17:37:10.398: E/Launcher(602): at android.app.Instrumentation.execStartActivity(Instrumentation.java:1384)
12-31 17:37:10.398: E/Launcher(602): at android.app.Activity.startActivityForResult(Activity.java:3190)
12-31 17:37:10.398: E/Launcher(602): at com.android.launcher2.Launcher.startActivityForResult(Launcher.java:1304)
12-31 17:37:10.398: E/Launcher(602): at android.app.Activity.startActivity(Activity.java:3297)
12-31 17:37:10.398: E/Launcher(602): at com.android.launcher2.Launcher.startActivitySafely(Launcher.java:1790)
12-31 17:37:10.398: E/Launcher(602): at com.android.launcher2.Launcher.onClick(Launcher.java:1690)
12-31 17:37:10.398: E/Launcher(602): at android.view.View.performClick(View.java:3480)
12-31 17:37:10.398: E/Launcher(602): at android.view.View$PerformClick.run(View.java:13983)
12-31 17:37:10.398: E/Launcher(602): at android.os.Handler.handleCallback(Handler.java:605)
12-31 17:37:10.398: E/Launcher(602): at android.os.Handler.dispatchMessage(Handler.java:92)
12-31 17:37:10.398: E/Launcher(602): at android.os.Looper.loop(Looper.java:137)
12-31 17:37:10.398: E/Launcher(602): at android.app.ActivityThread.main(ActivityThread.java:4340)
12-31 17:37:10.398: E/Launcher(602): at java.lang.reflect.Method.invokeNative(Native Method)
12-31 17:37:10.398: E/Launcher(602): at java.lang.reflect.Method.invoke(Method.java:511)
12-31 17:37:10.398: E/Launcher(602): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:784)
12-31 17:37:10.398: E/Launcher(602): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:551)
12-31 17:37:10.398: E/Launcher(602): at dalvik.system.NativeStart.main(Native Method)
12-31 17:37:11.546: I/Process(1483): Sending signal. PID: 1483 SIG: 9
12-31 17:37:11.554: I/ActivityManager(180): Process com.android.phone (pid 1483) has died.
12-31 17:37:11.554: W/ActivityManager(180): Service crashed 3 times, stopping: ServiceRecord{41c6f318 com.samsung.syncservice/com.samsung.dmexthandler.PhoneDataService}
12-31 17:37:11.570: W/InputManagerService(180): Window already focused, ignoring focus gain of: [email protected]
12-31 17:37:11.593: I/ActivityManager(180): Start proc com.android.phone for restart com.android.phone: pid=1501 uid=1001 gids={3002, 3001, 3003, 1015}
12-31 17:37:11.664: I/ActivityThread(1501): Pub telephony: com.android.providers.telephony.TelephonyProvider
12-31 17:37:11.671: W/TelephonyProvider(1501): onCreate: confFile=/system/etc/apns-conf.xml oldCheckSum=-1
12-31 17:37:11.679: W/MediaStoreImporter(1391): Skipping import of playlist Fav because non-media store playlist with same name already exits
12-31 17:37:11.679: W/TelephonyProvider(1501): onCreate: newCheckSum=424723469
12-31 17:37:11.679: W/TelephonyProvider(1501): Rebuilding Telephony.db
12-31 17:37:11.687: I/SqliteDatabaseCpp(1501): sqlite returned: error code = 1, msg = duplicate column name: protocol, db=/data/data/com.android.providers.telephony/databases/telephony.db
12-31 17:37:11.687: D/AndroidRuntime(1501): Shutting down VM
12-31 17:37:11.687: W/dalvikvm(1501): threadid=1: thread exiting with uncaught exception (group=0x40a581f8)
12-31 17:37:11.687: E/AndroidRuntime(1501): FATAL EXCEPTION: main
12-31 17:37:11.687: E/AndroidRuntime(1501): java.lang.RuntimeException: Unable to get provider com.android.providers.telephony.TelephonyProvider: android.database.sqlite.SQLiteException: duplicate column name: protocol: , while compiling: ALTER TABLE carriers ADD COLUMN protocol TEXT DEFAULT IP;
12-31 17:37:11.687: E/AndroidRuntime(1501): at android.app.ActivityThread.installProvider(ActivityThread.java:4201)
12-31 17:37:11.687: E/AndroidRuntime(1501): at android.app.ActivityThread.installContentProviders(ActivityThread.java:3963)
12-31 17:37:11.687: E/AndroidRuntime(1501): at android.app.ActivityThread.handleBindApplication(ActivityThread.java:3917)
12-31 17:37:11.687: E/AndroidRuntime(1501): at android.app.ActivityThread.access$1300(ActivityThread.java:122)
12-31 17:37:11.687: E/AndroidRuntime(1501): at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1184)
12-31 17:37:11.687: E/AndroidRuntime(1501): at android.os.Handler.dispatchMessage(Handler.java:99)
12-31 17:37:11.687: E/AndroidRuntime(1501): at android.os.Looper.loop(Looper.java:137)
12-31 17:37:11.687: E/AndroidRuntime(1501): at android.app.ActivityThread.main(ActivityThread.java:4340)
12-31 17:37:11.687: E/AndroidRuntime(1501): at java.lang.reflect.Method.invokeNative(Native Method)
12-31 17:37:11.687: E/AndroidRuntime(1501): at java.lang.reflect.Method.invoke(Method.java:511)
12-31 17:37:11.687: E/AndroidRuntime(1501): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:784)
12-31 17:37:11.687: E/AndroidRuntime(1501): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:551)
12-31 17:37:11.687: E/AndroidRuntime(1501): at dalvik.system.NativeStart.main(Native Method)
12-31 17:37:11.687: E/AndroidRuntime(1501): Caused by: android.database.sqlite.SQLiteException: duplicate column name: protocol: , while compiling: ALTER TABLE carriers ADD COLUMN protocol TEXT DEFAULT IP;
12-31 17:37:11.687: E/AndroidRuntime(1501): at android.database.sqlite.SQLiteCompiledSql.native_compile(Native Method)
12-31 17:37:11.687: E/AndroidRuntime(1501): at android.database.sqlite.SQLiteCompiledSql.<init>(SQLiteCompiledSql.java:64)
12-31 17:37:11.687: E/AndroidRuntime(1501): at android.database.sqlite.SQLiteProgram.compileSql(SQLiteProgram.java:134)
12-31 17:37:11.687: E/AndroidRuntime(1501): at android.database.sqlite.SQLiteProgram.compileAndbindAllArgs(SQLiteProgram.java:361)
12-31 17:37:11.687: E/AndroidRuntime(1501): at android.database.sqlite.SQLiteStatement.acquireAndLock(SQLiteStatement.java:260)
12-31 17:37:11.687: E/AndroidRuntime(1501): at android.database.sqlite.SQLiteStatement.executeUpdateDelete(SQLiteStatement.java:84)
12-31 17:37:11.687: E/AndroidRuntime(1501): at android.database.sqlite.SQLiteDatabase.executeSql(SQLiteDatabase.java:1899)
12-31 17:37:11.687: E/AndroidRuntime(1501): at android.database.sqlite.SQLiteDatabase.execSQL(SQLiteDatabase.java:1839)
12-31 17:37:11.687: E/AndroidRuntime(1501): at com.android.providers.telephony.TelephonyProvider$DatabaseHelper.onUpgrade(TelephonyProvider.java:217)
12-31 17:37:11.687: E/AndroidRuntime(1501): at android.database.sqlite.SQLiteOpenHelper.getWritableDatabase(SQLiteOpenHelper.java:170)
12-31 17:37:11.687: E/AndroidRuntime(1501): at com.android.providers.telephony.TelephonyProvider.restoreDefaultAPN(TelephonyProvider.java:719)
12-31 17:37:11.687: E/AndroidRuntime(1501): at com.android.providers.telephony.TelephonyProvider.onCreate(TelephonyProvider.java:381)
12-31 17:37:11.687: E/AndroidRuntime(1501): at android.content.ContentProvider.attachInfo(ContentProvider.java:944)
12-31 17:37:11.687: E/AndroidRuntime(1501): at android.app.ActivityThread.installProvider(ActivityThread.java:4198)
12-31 17:37:11.687: E/AndroidRuntime(1501): ... 12 more
12-31 17:37:11.695: W/ActivityManager(180): Process com.android.phone has crashed too many times: killing!
12-31 17:37:11.703: I/WindowManager(180): createSurface Window{41eb49f8 paused=false}: DRAW NOW PENDING
12-31 17:37:11.773: I/MediaStoreImporter(1391): Update: incremental Added music: 0 Updated music: 0 Deleted music: 0 Created playlists: 0 Updated playlists: 0 Deleted playlists: 0 Inserted playlist items: 0 Deleted playlist items: 0 Removed orphaned playlist items: 0
12-31 17:37:11.992: I/WindowManager(180): createSurface Window{41cb6d00 Toast paused=false}: DRAW NOW PENDING
12-31 17:37:13.500: I/ActivityManager(180): Start proc com.google.android.videos for service com.google.android.videos/com.google.android.youtube.videos.transfer.VideoDownloadService: pid=1516 uid=10061 gids={3003, 1015}
12-31 17:37:13.601: I/ActivityThread(1516): Pub com.google.android.videos: com.google.android.youtube.videos.honeycomb.search.VideoSearchProvider
12-31 17:37:13.609: D/Videos(1516): youtube.core.BaseApplication.createHttpClient:287 HttpClient.UserAgent: com.google.android.videos/1.4.2(Linux; U; Android 4.0.2; en_US; Galaxy Nexus Build/ICL53F)
12-31 17:37:13.617: D/Videos(1516): youtube.core.utils.SafeSearch.run:49 checking parental control
12-31 17:37:13.625: D/Videos(1516): youtube.core.utils.SafeSearch.run:51 parental control is false
12-31 17:37:13.656: I/Videos(1516): youtube.videos.VideosApplication.getCurrentCountryCode:162 device country = us
12-31 17:37:13.679: D/Videos(1516): youtube.core.utils.Util.shrinkDirSize:515 Dir is below limit, no need to shrink: [size=0, limit=5242880]
12-31 17:37:13.742: D/dalvikvm(1516): GC_CONCURRENT freed 301K, 3% free 14219K/14599K, paused 7ms+2ms
12-31 17:37:13.765: D/Videos(1516): youtube.core.transfer.TransferService.onCreate:172 creating transfer service
12-31 17:37:13.773: D/Videos(1516): youtube.core.transfer.TransfersDbHelper$DbHandler.handleMessage:130 db init
12-31 17:37:13.789: I/Videos(1516): youtube.videos.DownloadJanitorService.onCreate:70 Janitor starting
12-31 17:37:13.796: D/Videos(1516): youtube.core.transfer.TransfersDbHelper$TransfersSQLiteOpenHelper.onUpgrade:188 Upgrading database from version 3 to 4
12-31 17:37:13.796: I/SqliteDatabaseCpp(1516): sqlite returned: error code = 1, msg = duplicate column name: output_extras, db=/data/data/com.google.android.videos/databases/google_analytics.db
12-31 17:37:13.796: W/dalvikvm(1516): threadid=20: thread exiting with uncaught exception (group=0x40a581f8)
12-31 17:37:13.804: E/AndroidRuntime(1516): FATAL EXCEPTION: com.google.android.youtube.core.transfer.TransfersDbHelper
12-31 17:37:13.804: E/AndroidRuntime(1516): android.database.sqlite.SQLiteException: duplicate column name: output_extras: , while compiling: ALTER TABLE transfers ADD COLUMN output_extras BLOB
12-31 17:37:13.804: E/AndroidRuntime(1516): at android.database.sqlite.SQLiteCompiledSql.native_compile(Native Method)
12-31 17:37:13.804: E/AndroidRuntime(1516): at android.database.sqlite.SQLiteCompiledSql.<init>(SQLiteCompiledSql.java:64)
12-31 17:37:13.804: E/AndroidRuntime(1516): at android.database.sqlite.SQLiteProgram.compileSql(SQLiteProgram.java:134)
12-31 17:37:13.804: E/AndroidRuntime(1516): at android.database.sqlite.SQLiteProgram.compileAndbindAllArgs(SQLiteProgram.java:361)
12-31 17:37:13.804: E/AndroidRuntime(1516): at android.database.sqlite.SQLiteStatement.acquireAndLock(SQLiteStatement.java:260)
12-31 17:37:13.804: E/AndroidRuntime(1516): at android.database.sqlite.SQLiteStatement.executeUpdateDelete(SQLiteStatement.java:84)
12-31 17:37:13.804: E/AndroidRuntime(1516): at android.database.sqlite.SQLiteDatabase.executeSql(SQLiteDatabase.java:1899)
12-31 17:37:13.804: E/AndroidRuntime(1516): at android.database.sqlite.SQLiteDatabase.execSQL(SQLiteDatabase.java:1839)
12-31 17:37:13.804: E/AndroidRuntime(1516): at com.google.android.youtube.core.transfer.TransfersDbHelper$TransfersSQLiteOpenHelper.onUpgrade(TransfersDbHelper.java:207)
12-31 17:37:13.804: E/AndroidRuntime(1516): at android.database.sqlite.SQLiteOpenHelper.getWritableDatabase(SQLiteOpenHelper.java:170)
12-31 17:37:13.804: E/AndroidRuntime(1516): at com.google.android.youtube.core.transfer.TransfersDbHelper$DbHandler.handleMessage(TransfersDbHelper.java:132)
12-31 17:37:13.804: E/AndroidRuntime(1516): at android.os.Handler.dispatchMessage(Handler.java:99)
12-31 17:37:13.804: E/AndroidRuntime(1516): at android.os.Looper.loop(Looper.java:137)
12-31 17:37:13.804: E/AndroidRuntime(1516): at android.os.HandlerThread.run(HandlerThread.java:60)
12-31 17:37:13.843: I/WindowManager(180): createSurface Window{41cb05c8 paused=false}: DRAW NOW PENDING
12-31 17:37:13.992: I/WindowManager(180): createSurface Window{41eddfd0 Toast paused=false}: DRAW NOW PENDING
12-31 17:37:23.898: D/dalvikvm(1365): GC_CONCURRENT freed 274K, 3% free 14202K/14599K, paused 6ms+2ms
12-31 17:37:50.335: W/ThrottleService(180): unable to find stats for iface rmnet0
12-31 17:37:50.429: D/dalvikvm(180): GC_CONCURRENT freed 846K, 12% free 19462K/21895K, paused 7ms+6ms
12-31 17:37:51.320: D/dalvikvm(1160): GC_CONCURRENT freed 257K, 5% free 15045K/15687K, paused 6ms+2ms
12-31 17:39:11.164: D/dalvikvm(469): GC_CONCURRENT freed 251K, 4% free 14893K/15495K, paused 5ms+4ms
12-31 17:40:29.484: I/Process(1501): Sending signal. PID: 1501 SIG: 9
12-31 17:40:29.500: I/ActivityManager(180): Process com.android.phone (pid 1501) has died.
12-31 17:40:29.500: W/ActivityManager(180): Service crashed 4 times, stopping: ServiceRecord{41c6f318 com.samsung.syncservice/com.samsung.dmexthandler.PhoneDataService}
12-31 17:40:29.531: I/ActivityManager(180): Start proc com.android.phone for restart com.android.phone: pid=1570 uid=1001 gids={3002, 3001, 3003, 1015}
12-31 17:40:29.578: I/ActivityThread(1570): Pub telephony: com.android.providers.telephony.TelephonyProvider
12-31 17:40:29.593: W/TelephonyProvider(1570): onCreate: confFile=/system/etc/apns-conf.xml oldCheckSum=-1
12-31 17:40:29.601: W/TelephonyProvider(1570): onCreate: newCheckSum=424723469
12-31 17:40:29.601: W/TelephonyProvider(1570): Rebuilding Telephony.db
12-31 17:40:29.617: I/SqliteDatabaseCpp(1570): sqlite returned: error code = 1, msg = duplicate column name: protocol, db=/data/data/com.android.providers.telephony/databases/telephony.db
12-31 17:40:29.625: D/AndroidRuntime(1570): Shutting down VM
12-31 17:40:29.625: W/dalvikvm(1570): threadid=1: thread exiting with uncaught exception (group=0x40a581f8)
12-31 17:40:29.632: E/AndroidRuntime(1570): FATAL EXCEPTION: main
12-31 17:40:29.632: E/AndroidRuntime(1570): java.lang.RuntimeException: Unable to get provider com.android.providers.telephony.TelephonyProvider: android.database.sqlite.SQLiteException: duplicate column name: protocol: , while compiling: ALTER TABLE carriers ADD COLUMN protocol TEXT DEFAULT IP;
12-31 17:40:29.632: E/AndroidRuntime(1570): at android.app.ActivityThread.installProvider(ActivityThread.java:4201)
12-31 17:40:29.632: E/AndroidRuntime(1570): at android.app.ActivityThread.installContentProviders(ActivityThread.java:3963)
12-31 17:40:29.632: E/AndroidRuntime(1570): at android.app.ActivityThread.handleBindApplication(ActivityThread.java:3917)
12-31 17:40:29.632: E/AndroidRuntime(1570): at android.app.ActivityThread.access$1300(ActivityThread.java:122)
12-31 17:40:29.632: E/AndroidRuntime(1570): at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1184)
12-31 17:40:29.632: E/AndroidRuntime(1570): at android.os.Handler.dispatchMessage(Handler.java:99)
12-31 17:40:29.632: E/AndroidRuntime(1570): at android.os.Looper.loop(Looper.java:137)
12-31 17:40:29.632: E/AndroidRuntime(1570): at android.app.ActivityThread.main(ActivityThread.java:4340)
12-31 17:40:29.632: E/AndroidRuntime(1570): at java.lang.reflect.Method.invokeNative(Native Method)
12-31 17:40:29.632: E/AndroidRuntime(1570): at java.lang.reflect.Method.invoke(Method.java:511)
12-31 17:40:29.632: E/AndroidRuntime(1570): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:784)
12-31 17:40:29.632: E/AndroidRuntime(1570): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:551)
12-31 17:40:29.632: E/AndroidRuntime(1570): at dalvik.system.NativeStart.main(Native Method)
12-31 17:40:29.632: E/AndroidRuntime(1570): Caused by: android.database.sqlite.SQLiteException: duplicate column name: protocol: , while compiling: ALTER TABLE carriers ADD COLUMN protocol TEXT DEFAULT IP;
12-31 17:40:29.632: E/AndroidRuntime(1570): at android.database.sqlite.SQLiteCompiledSql.native_compile(Native Method)
12-31 17:40:29.632: E/AndroidRuntime(1570): at android.database.sqlite.SQLiteCompiledSql.<init>(SQLiteCompiledSql.java:64)
12-31 17:40:29.632: E/AndroidRuntime(1570): at android.database.sqlite.SQLiteProgram.compileSql(SQLiteProgram.java:134)
12-31 17:40:29.632: E/AndroidRuntime(1570): at android.database.sqlite.SQLiteProgram.compileAndbindAllArgs(SQLiteProgram.java:361)
12-31 17:40:29.632: E/AndroidRuntime(1570): at android.database.sqlite.SQLiteStatement.acquireAndLock(SQLiteStatement.java:260)
12-31 17:40:29.632: E/AndroidRuntime(1570): at android.database.sqlite.SQLiteStatement.executeUpdateDelete(SQLiteStatement.java:84)
12-31 17:40:29.632: E/AndroidRuntime(1570): at android.database.sqlite.SQLiteDatabase.executeSql(SQLiteDatabase.java:1899)
12-31 17:40:29.632: E/AndroidRuntime(1570): at android.database.sqlite.SQLiteDatabase.execSQL(SQLiteDatabase.java:1839)
12-31 17:40:29.632: E/AndroidRuntime(1570): at com.android.providers.telephony.TelephonyProvider$DatabaseHelper.onUpgrade(TelephonyProvider.java:217)
12-31 17:40:29.632: E/AndroidRuntime(1570): at android.database.sqlite.SQLiteOpenHelper.getWritableDatabase(SQLiteOpenHelper.java:170)
12-31 17:40:29.632: E/AndroidRuntime(1570): at com.android.providers.telephony.TelephonyProvider.restoreDefaultAPN(TelephonyProvider.java:719)
12-31 17:40:29.632: E/AndroidRuntime(1570): at com.android.providers.telephony.TelephonyProvider.onCreate(TelephonyProvider.java:381)
12-31 17:40:29.632: E/AndroidRuntime(1570): at android.content.ContentProvider.attachInfo(ContentProvider.java:944)
12-31 17:40:29.632: E/AndroidRuntime(1570): at android.app.ActivityThread.installProvider(ActivityThread.java:4198)
12-31 17:40:29.632: E/AndroidRuntime(1570): ... 12 more

jathak said:
Here's the logcat for each time I hit OK to the dialog and it pops up again:
Code:
12-31 17:37:10.335: E/Launcher(602): Unable to launch. tag=ShortcutInfo(title=ASTRO) intent=Intent { act=android.intent.action.MAIN cat=[android.intent.category.LAUNCHER] flg=0x10200000 cmp=com.metago.astro/.FileManagerActivity bnds=[360,585][520,785] }
12-31 17:37:10.335: E/Launcher(602): android.content.ActivityNotFoundException: Unable to find explicit activity class {com.metago.astro/com.metago.astro.FileManagerActivity}; have you declared this activity in your AndroidManifest.xml?
12-31 17:37:10.335: E/Launcher(602): at android.app.Instrumentation.checkStartActivityResult(Instrumentation.java:1508)
12-31 17:37:10.335: E/Launcher(602): at android.app.Instrumentation.execStartActivity(Instrumentation.java:1384)
12-31 17:37:10.335: E/Launcher(602): at android.app.Activity.startActivityForResult(Activity.java:3190)
12-31 17:37:10.335: E/Launcher(602): at com.android.launcher2.Launcher.startActivityForResult(Launcher.java:1304)
12-31 17:37:10.335: E/Launcher(602): at android.app.Activity.startActivity(Activity.java:3297)
12-31 17:37:10.335: E/Launcher(602): at com.android.launcher2.Launcher.startActivitySafely(Launcher.java:1790)
12-31 17:37:10.335: E/Launcher(602): at com.android.launcher2.Launcher.onClick(Launcher.java:1690)
12-31 17:37:10.335: E/Launcher(602): at android.view.View.performClick(View.java:3480)
12-31 17:37:10.335: E/Launcher(602): at android.view.View$PerformClick.run(View.java:13983)
12-31 17:37:10.335: E/Launcher(602): at android.os.Handler.handleCallback(Handler.java:605)
12-31 17:37:10.335: E/Launcher(602): at android.os.Handler.dispatchMessage(Handler.java:92)
12-31 17:37:10.335: E/Launcher(602): at android.os.Looper.loop(Looper.java:137)
12-31 17:37:10.335: E/Launcher(602): at android.app.ActivityThread.main(ActivityThread.java:4340)
12-31 17:37:10.335: E/Launcher(602): at java.lang.reflect.Method.invokeNative(Native Method)
12-31 17:37:10.335: E/Launcher(602): at java.lang.reflect.Method.invoke(Method.java:511)
12-31 17:37:10.335: E/Launcher(602): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:784)
12-31 17:37:10.335: E/Launcher(602): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:551)
12-31 17:37:10.335: E/Launcher(602): at dalvik.system.NativeStart.main(Native Method)
12-31 17:37:10.390: I/ActivityManager(180): START {act=android.intent.action.MAIN cat=[android.intent.category.LAUNCHER] flg=0x10200000 cmp=com.metago.astro/.FileManagerActivity bnds=[360,585][520,785]} from pid 602
12-31 17:37:10.398: E/Launcher(602): Unable to launch. tag=ShortcutInfo(title=ASTRO) intent=Intent { act=android.intent.action.MAIN cat=[android.intent.category.LAUNCHER] flg=0x10200000 cmp=com.metago.astro/.FileManagerActivity bnds=[360,585][520,785] }
12-31 17:37:10.398: E/Launcher(602): android.content.ActivityNotFoundException: Unable to find explicit activity class {com.metago.astro/com.metago.astro.FileManagerActivity}; have you declared this activity in your AndroidManifest.xml?
12-31 17:37:10.398: E/Launcher(602): at android.app.Instrumentation.checkStartActivityResult(Instrumentation.java:1508)
12-31 17:37:10.398: E/Launcher(602): at android.app.Instrumentation.execStartActivity(Instrumentation.java:1384)
12-31 17:37:10.398: E/Launcher(602): at android.app.Activity.startActivityForResult(Activity.java:3190)
12-31 17:37:10.398: E/Launcher(602): at com.android.launcher2.Launcher.startActivityForResult(Launcher.java:1304)
12-31 17:37:10.398: E/Launcher(602): at android.app.Activity.startActivity(Activity.java:3297)
12-31 17:37:10.398: E/Launcher(602): at com.android.launcher2.Launcher.startActivitySafely(Launcher.java:1790)
12-31 17:37:10.398: E/Launcher(602): at com.android.launcher2.Launcher.onClick(Launcher.java:1690)
12-31 17:37:10.398: E/Launcher(602): at android.view.View.performClick(View.java:3480)
12-31 17:37:10.398: E/Launcher(602): at android.view.View$PerformClick.run(View.java:13983)
12-31 17:37:10.398: E/Launcher(602): at android.os.Handler.handleCallback(Handler.java:605)
12-31 17:37:10.398: E/Launcher(602): at android.os.Handler.dispatchMessage(Handler.java:92)
12-31 17:37:10.398: E/Launcher(602): at android.os.Looper.loop(Looper.java:137)
12-31 17:37:10.398: E/Launcher(602): at android.app.ActivityThread.main(ActivityThread.java:4340)
12-31 17:37:10.398: E/Launcher(602): at java.lang.reflect.Method.invokeNative(Native Method)
12-31 17:37:10.398: E/Launcher(602): at java.lang.reflect.Method.invoke(Method.java:511)
12-31 17:37:10.398: E/Launcher(602): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:784)
12-31 17:37:10.398: E/Launcher(602): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:551)
12-31 17:37:10.398: E/Launcher(602): at dalvik.system.NativeStart.main(Native Method)
12-31 17:37:11.546: I/Process(1483): Sending signal. PID: 1483 SIG: 9
12-31 17:37:11.554: I/ActivityManager(180): Process com.android.phone (pid 1483) has died.
12-31 17:37:11.554: W/ActivityManager(180): Service crashed 3 times, stopping: ServiceRecord{41c6f318 com.samsung.syncservice/com.samsung.dmexthandler.PhoneDataService}
12-31 17:37:11.570: W/InputManagerService(180): Window already focused, ignoring focus gain of: [email protected]
12-31 17:37:11.593: I/ActivityManager(180): Start proc com.android.phone for restart com.android.phone: pid=1501 uid=1001 gids={3002, 3001, 3003, 1015}
12-31 17:37:11.664: I/ActivityThread(1501): Pub telephony: com.android.providers.telephony.TelephonyProvider
12-31 17:37:11.671: W/TelephonyProvider(1501): onCreate: confFile=/system/etc/apns-conf.xml oldCheckSum=-1
12-31 17:37:11.679: W/MediaStoreImporter(1391): Skipping import of playlist Fav because non-media store playlist with same name already exits
12-31 17:37:11.679: W/TelephonyProvider(1501): onCreate: newCheckSum=424723469
12-31 17:37:11.679: W/TelephonyProvider(1501): Rebuilding Telephony.db
12-31 17:37:11.687: I/SqliteDatabaseCpp(1501): sqlite returned: error code = 1, msg = duplicate column name: protocol, db=/data/data/com.android.providers.telephony/databases/telephony.db
12-31 17:37:11.687: D/AndroidRuntime(1501): Shutting down VM
12-31 17:37:11.687: W/dalvikvm(1501): threadid=1: thread exiting with uncaught exception (group=0x40a581f8)
12-31 17:37:11.687: E/AndroidRuntime(1501): FATAL EXCEPTION: main
12-31 17:37:11.687: E/AndroidRuntime(1501): java.lang.RuntimeException: Unable to get provider com.android.providers.telephony.TelephonyProvider: android.database.sqlite.SQLiteException: duplicate column name: protocol: , while compiling: ALTER TABLE carriers ADD COLUMN protocol TEXT DEFAULT IP;
12-31 17:37:11.687: E/AndroidRuntime(1501): at android.app.ActivityThread.installProvider(ActivityThread.java:4201)
12-31 17:37:11.687: E/AndroidRuntime(1501): at android.app.ActivityThread.installContentProviders(ActivityThread.java:3963)
12-31 17:37:11.687: E/AndroidRuntime(1501): at android.app.ActivityThread.handleBindApplication(ActivityThread.java:3917)
12-31 17:37:11.687: E/AndroidRuntime(1501): at android.app.ActivityThread.access$1300(ActivityThread.java:122)
12-31 17:37:11.687: E/AndroidRuntime(1501): at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1184)
12-31 17:37:11.687: E/AndroidRuntime(1501): at android.os.Handler.dispatchMessage(Handler.java:99)
12-31 17:37:11.687: E/AndroidRuntime(1501): at android.os.Looper.loop(Looper.java:137)
12-31 17:37:11.687: E/AndroidRuntime(1501): at android.app.ActivityThread.main(ActivityThread.java:4340)
12-31 17:37:11.687: E/AndroidRuntime(1501): at java.lang.reflect.Method.invokeNative(Native Method)
12-31 17:37:11.687: E/AndroidRuntime(1501): at java.lang.reflect.Method.invoke(Method.java:511)
12-31 17:37:11.687: E/AndroidRuntime(1501): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:784)
12-31 17:37:11.687: E/AndroidRuntime(1501): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:551)
12-31 17:37:11.687: E/AndroidRuntime(1501): at dalvik.system.NativeStart.main(Native Method)
12-31 17:37:11.687: E/AndroidRuntime(1501): Caused by: android.database.sqlite.SQLiteException: duplicate column name: protocol: , while compiling: ALTER TABLE carriers ADD COLUMN protocol TEXT DEFAULT IP;
12-31 17:37:11.687: E/AndroidRuntime(1501): at android.database.sqlite.SQLiteCompiledSql.native_compile(Native Method)
12-31 17:37:11.687: E/AndroidRuntime(1501): at android.database.sqlite.SQLiteCompiledSql.<init>(SQLiteCompiledSql.java:64)
12-31 17:37:11.687: E/AndroidRuntime(1501): at android.database.sqlite.SQLiteProgram.compileSql(SQLiteProgram.java:134)
12-31 17:37:11.687: E/AndroidRuntime(1501): at android.database.sqlite.SQLiteProgram.compileAndbindAllArgs(SQLiteProgram.java:361)
12-31 17:37:11.687: E/AndroidRuntime(1501): at android.database.sqlite.SQLiteStatement.acquireAndLock(SQLiteStatement.java:260)
12-31 17:37:11.687: E/AndroidRuntime(1501): at android.database.sqlite.SQLiteStatement.executeUpdateDelete(SQLiteStatement.java:84)
12-31 17:37:11.687: E/AndroidRuntime(1501): at android.database.sqlite.SQLiteDatabase.executeSql(SQLiteDatabase.java:1899)
12-31 17:37:11.687: E/AndroidRuntime(1501): at android.database.sqlite.SQLiteDatabase.execSQL(SQLiteDatabase.java:1839)
12-31 17:37:11.687: E/AndroidRuntime(1501): at com.android.providers.telephony.TelephonyProvider$DatabaseHelper.onUpgrade(TelephonyProvider.java:217)
12-31 17:37:11.687: E/AndroidRuntime(1501): at android.database.sqlite.SQLiteOpenHelper.getWritableDatabase(SQLiteOpenHelper.java:170)
12-31 17:37:11.687: E/AndroidRuntime(1501): at com.android.providers.telephony.TelephonyProvider.restoreDefaultAPN(TelephonyProvider.java:719)
12-31 17:37:11.687: E/AndroidRuntime(1501): at com.android.providers.telephony.TelephonyProvider.onCreate(TelephonyProvider.java:381)
12-31 17:37:11.687: E/AndroidRuntime(1501): at android.content.ContentProvider.attachInfo(ContentProvider.java:944)
12-31 17:37:11.687: E/AndroidRuntime(1501): at android.app.ActivityThread.installProvider(ActivityThread.java:4198)
12-31 17:37:11.687: E/AndroidRuntime(1501): ... 12 more
12-31 17:37:11.695: W/ActivityManager(180): Process com.android.phone has crashed too many times: killing!
12-31 17:37:11.703: I/WindowManager(180): createSurface Window{41eb49f8 paused=false}: DRAW NOW PENDING
12-31 17:37:11.773: I/MediaStoreImporter(1391): Update: incremental Added music: 0 Updated music: 0 Deleted music: 0 Created playlists: 0 Updated playlists: 0 Deleted playlists: 0 Inserted playlist items: 0 Deleted playlist items: 0 Removed orphaned playlist items: 0
12-31 17:37:11.992: I/WindowManager(180): createSurface Window{41cb6d00 Toast paused=false}: DRAW NOW PENDING
12-31 17:37:13.500: I/ActivityManager(180): Start proc com.google.android.videos for service com.google.android.videos/com.google.android.youtube.videos.transfer.VideoDownloadService: pid=1516 uid=10061 gids={3003, 1015}
12-31 17:37:13.601: I/ActivityThread(1516): Pub com.google.android.videos: com.google.android.youtube.videos.honeycomb.search.VideoSearchProvider
12-31 17:37:13.609: D/Videos(1516): youtube.core.BaseApplication.createHttpClient:287 HttpClient.UserAgent: com.google.android.videos/1.4.2(Linux; U; Android 4.0.2; en_US; Galaxy Nexus Build/ICL53F)
12-31 17:37:13.617: D/Videos(1516): youtube.core.utils.SafeSearch.run:49 checking parental control
12-31 17:37:13.625: D/Videos(1516): youtube.core.utils.SafeSearch.run:51 parental control is false
12-31 17:37:13.656: I/Videos(1516): youtube.videos.VideosApplication.getCurrentCountryCode:162 device country = us
12-31 17:37:13.679: D/Videos(1516): youtube.core.utils.Util.shrinkDirSize:515 Dir is below limit, no need to shrink: [size=0, limit=5242880]
12-31 17:37:13.742: D/dalvikvm(1516): GC_CONCURRENT freed 301K, 3% free 14219K/14599K, paused 7ms+2ms
12-31 17:37:13.765: D/Videos(1516): youtube.core.transfer.TransferService.onCreate:172 creating transfer service
12-31 17:37:13.773: D/Videos(1516): youtube.core.transfer.TransfersDbHelper$DbHandler.handleMessage:130 db init
12-31 17:37:13.789: I/Videos(1516): youtube.videos.DownloadJanitorService.onCreate:70 Janitor starting
12-31 17:37:13.796: D/Videos(1516): youtube.core.transfer.TransfersDbHelper$TransfersSQLiteOpenHelper.onUpgrade:188 Upgrading database from version 3 to 4
12-31 17:37:13.796: I/SqliteDatabaseCpp(1516): sqlite returned: error code = 1, msg = duplicate column name: output_extras, db=/data/data/com.google.android.videos/databases/google_analytics.db
12-31 17:37:13.796: W/dalvikvm(1516): threadid=20: thread exiting with uncaught exception (group=0x40a581f8)
12-31 17:37:13.804: E/AndroidRuntime(1516): FATAL EXCEPTION: com.google.android.youtube.core.transfer.TransfersDbHelper
12-31 17:37:13.804: E/AndroidRuntime(1516): android.database.sqlite.SQLiteException: duplicate column name: output_extras: , while compiling: ALTER TABLE transfers ADD COLUMN output_extras BLOB
12-31 17:37:13.804: E/AndroidRuntime(1516): at android.database.sqlite.SQLiteCompiledSql.native_compile(Native Method)
12-31 17:37:13.804: E/AndroidRuntime(1516): at android.database.sqlite.SQLiteCompiledSql.<init>(SQLiteCompiledSql.java:64)
12-31 17:37:13.804: E/AndroidRuntime(1516): at android.database.sqlite.SQLiteProgram.compileSql(SQLiteProgram.java:134)
12-31 17:37:13.804: E/AndroidRuntime(1516): at android.database.sqlite.SQLiteProgram.compileAndbindAllArgs(SQLiteProgram.java:361)
12-31 17:37:13.804: E/AndroidRuntime(1516): at android.database.sqlite.SQLiteStatement.acquireAndLock(SQLiteStatement.java:260)
12-31 17:37:13.804: E/AndroidRuntime(1516): at android.database.sqlite.SQLiteStatement.executeUpdateDelete(SQLiteStatement.java:84)
12-31 17:37:13.804: E/AndroidRuntime(1516): at android.database.sqlite.SQLiteDatabase.executeSql(SQLiteDatabase.java:1899)
12-31 17:37:13.804: E/AndroidRuntime(1516): at android.database.sqlite.SQLiteDatabase.execSQL(SQLiteDatabase.java:1839)
12-31 17:37:13.804: E/AndroidRuntime(1516): at com.google.android.youtube.core.transfer.TransfersDbHelper$TransfersSQLiteOpenHelper.onUpgrade(TransfersDbHelper.java:207)
12-31 17:37:13.804: E/AndroidRuntime(1516): at android.database.sqlite.SQLiteOpenHelper.getWritableDatabase(SQLiteOpenHelper.java:170)
12-31 17:37:13.804: E/AndroidRuntime(1516): at com.google.android.youtube.core.transfer.TransfersDbHelper$DbHandler.handleMessage(TransfersDbHelper.java:132)
12-31 17:37:13.804: E/AndroidRuntime(1516): at android.os.Handler.dispatchMessage(Handler.java:99)
12-31 17:37:13.804: E/AndroidRuntime(1516): at android.os.Looper.loop(Looper.java:137)
12-31 17:37:13.804: E/AndroidRuntime(1516): at android.os.HandlerThread.run(HandlerThread.java:60)
12-31 17:37:13.843: I/WindowManager(180): createSurface Window{41cb05c8 paused=false}: DRAW NOW PENDING
12-31 17:37:13.992: I/WindowManager(180): createSurface Window{41eddfd0 Toast paused=false}: DRAW NOW PENDING
12-31 17:37:23.898: D/dalvikvm(1365): GC_CONCURRENT freed 274K, 3% free 14202K/14599K, paused 6ms+2ms
12-31 17:37:50.335: W/ThrottleService(180): unable to find stats for iface rmnet0
12-31 17:37:50.429: D/dalvikvm(180): GC_CONCURRENT freed 846K, 12% free 19462K/21895K, paused 7ms+6ms
12-31 17:37:51.320: D/dalvikvm(1160): GC_CONCURRENT freed 257K, 5% free 15045K/15687K, paused 6ms+2ms
12-31 17:39:11.164: D/dalvikvm(469): GC_CONCURRENT freed 251K, 4% free 14893K/15495K, paused 5ms+4ms
12-31 17:40:29.484: I/Process(1501): Sending signal. PID: 1501 SIG: 9
12-31 17:40:29.500: I/ActivityManager(180): Process com.android.phone (pid 1501) has died.
12-31 17:40:29.500: W/ActivityManager(180): Service crashed 4 times, stopping: ServiceRecord{41c6f318 com.samsung.syncservice/com.samsung.dmexthandler.PhoneDataService}
12-31 17:40:29.531: I/ActivityManager(180): Start proc com.android.phone for restart com.android.phone: pid=1570 uid=1001 gids={3002, 3001, 3003, 1015}
12-31 17:40:29.578: I/ActivityThread(1570): Pub telephony: com.android.providers.telephony.TelephonyProvider
12-31 17:40:29.593: W/TelephonyProvider(1570): onCreate: confFile=/system/etc/apns-conf.xml oldCheckSum=-1
12-31 17:40:29.601: W/TelephonyProvider(1570): onCreate: newCheckSum=424723469
12-31 17:40:29.601: W/TelephonyProvider(1570): Rebuilding Telephony.db
12-31 17:40:29.617: I/SqliteDatabaseCpp(1570): sqlite returned: error code = 1, msg = duplicate column name: protocol, db=/data/data/com.android.providers.telephony/databases/telephony.db
12-31 17:40:29.625: D/AndroidRuntime(1570): Shutting down VM
12-31 17:40:29.625: W/dalvikvm(1570): threadid=1: thread exiting with uncaught exception (group=0x40a581f8)
12-31 17:40:29.632: E/AndroidRuntime(1570): FATAL EXCEPTION: main
12-31 17:40:29.632: E/AndroidRuntime(1570): java.lang.RuntimeException: Unable to get provider com.android.providers.telephony.TelephonyProvider: android.database.sqlite.SQLiteException: duplicate column name: protocol: , while compiling: ALTER TABLE carriers ADD COLUMN protocol TEXT DEFAULT IP;
12-31 17:40:29.632: E/AndroidRuntime(1570): at android.app.ActivityThread.installProvider(ActivityThread.java:4201)
12-31 17:40:29.632: E/AndroidRuntime(1570): at android.app.ActivityThread.installContentProviders(ActivityThread.java:3963)
12-31 17:40:29.632: E/AndroidRuntime(1570): at android.app.ActivityThread.handleBindApplication(ActivityThread.java:3917)
12-31 17:40:29.632: E/AndroidRuntime(1570): at android.app.ActivityThread.access$1300(ActivityThread.java:122)
12-31 17:40:29.632: E/AndroidRuntime(1570): at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1184)
12-31 17:40:29.632: E/AndroidRuntime(1570): at android.os.Handler.dispatchMessage(Handler.java:99)
12-31 17:40:29.632: E/AndroidRuntime(1570): at android.os.Looper.loop(Looper.java:137)
12-31 17:40:29.632: E/AndroidRuntime(1570): at android.app.ActivityThread.main(ActivityThread.java:4340)
12-31 17:40:29.632: E/AndroidRuntime(1570): at java.lang.reflect.Method.invokeNative(Native Method)
12-31 17:40:29.632: E/AndroidRuntime(1570): at java.lang.reflect.Method.invoke(Method.java:511)
12-31 17:40:29.632: E/AndroidRuntime(1570): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:784)
12-31 17:40:29.632: E/AndroidRuntime(1570): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:551)
12-31 17:40:29.632: E/AndroidRuntime(1570): at dalvik.system.NativeStart.main(Native Method)
12-31 17:40:29.632: E/AndroidRuntime(1570): Caused by: android.database.sqlite.SQLiteException: duplicate column name: protocol: , while compiling: ALTER TABLE carriers ADD COLUMN protocol TEXT DEFAULT IP;
12-31 17:40:29.632: E/AndroidRuntime(1570): at android.database.sqlite.SQLiteCompiledSql.native_compile(Native Method)
12-31 17:40:29.632: E/AndroidRuntime(1570): at android.database.sqlite.SQLiteCompiledSql.<init>(SQLiteCompiledSql.java:64)
12-31 17:40:29.632: E/AndroidRuntime(1570): at android.database.sqlite.SQLiteProgram.compileSql(SQLiteProgram.java:134)
12-31 17:40:29.632: E/AndroidRuntime(1570): at android.database.sqlite.SQLiteProgram.compileAndbindAllArgs(SQLiteProgram.java:361)
12-31 17:40:29.632: E/AndroidRuntime(1570): at android.database.sqlite.SQLiteStatement.acquireAndLock(SQLiteStatement.java:260)
12-31 17:40:29.632: E/AndroidRuntime(1570): at android.database.sqlite.SQLiteStatement.executeUpdateDelete(SQLiteStatement.java:84)
12-31 17:40:29.632: E/AndroidRuntime(1570): at android.database.sqlite.SQLiteDatabase.executeSql(SQLiteDatabase.java:1899)
12-31 17:40:29.632: E/AndroidRuntime(1570): at android.database.sqlite.SQLiteDatabase.execSQL(SQLiteDatabase.java:1839)
12-31 17:40:29.632: E/AndroidRuntime(1570): at com.android.providers.telephony.TelephonyProvider$DatabaseHelper.onUpgrade(TelephonyProvider.java:217)
12-31 17:40:29.632: E/AndroidRuntime(1570): at android.database.sqlite.SQLiteOpenHelper.getWritableDatabase(SQLiteOpenHelper.java:170)
12-31 17:40:29.632: E/AndroidRuntime(1570): at com.android.providers.telephony.TelephonyProvider.restoreDefaultAPN(TelephonyProvider.java:719)
12-31 17:40:29.632: E/AndroidRuntime(1570): at com.android.providers.telephony.TelephonyProvider.onCreate(TelephonyProvider.java:381)
12-31 17:40:29.632: E/AndroidRuntime(1570): at android.content.ContentProvider.attachInfo(ContentProvider.java:944)
12-31 17:40:29.632: E/AndroidRuntime(1570): at android.app.ActivityThread.installProvider(ActivityThread.java:4198)
12-31 17:40:29.632: E/AndroidRuntime(1570): ... 12 more
Click to expand...
Click to collapse
Nice.
Two issues:
1) The simple issue, looks like there are issues with astro file manager, but if you're not having any problems, i wouldn't worry about it.
2) the important line from the logcat that gives us all the information is: java.lang.RuntimeException: Unable to get provider com.android.providers.telephony.TelephonyProvider: android.database.sqlite.SQLiteException: duplicate column name: protocol: , while compiling: ALTER TABLE carriers ADD COLUMN protocol TEXT DEFAULT IP;
Appears the application is having problems with the sqlite database. Seems the database is corrupt based on it encountering a duplicate column name and the application doesn't know how to handle so it crashes.
The previous suggestion was to wipe the /data partition. If you haven't done this yet, I would start by wiping the data directory for this application. Off the top of my head I'm thinking /data/data/com.android.phone or something similar with maye telephony in the directory name, based on that logcat error.
Once you wipe the "corrupt" database, the application should start working properly.
Hope that helps! Let us know!

I found the problem. Settings for one of the phone apps (the one tagged sms/mms/apn in Titanium Backup) were causing the crash. I cleared it's data (which was difficult because I could only do one action at a time before another crash dialog popped up) and it immediately started working fine. I think the problem had something to do with the settings that had been copied over from my old phone with Titanium Backup.

I think i cracked it.
I flashed cwm back and from there run data/factory wipe and also a ROM Superwipe script. After that I flashed the factory image back to the device. No more FC

Okay...same problem again...I updated to the latest 4.0.2 version (official) via OTA and now the com.android.phone fc is back...

I got a logcat if anyone can find something from it:

Related

FC at sound options

Hi,
I just did a wipe and installed CM 6.1 RC again, hoping to get rid of FCs when trying to access the sound options. After flashing, it worked fine, then i restored my files with Titanium and rebooted, and now I'm getting the FC again. Here's the log, maybe anyone can figure out what's causing that problem?
I/power ( 166): *** set_screen_state 1
D/SurfaceFlinger( 166): Screen about to return, flinger = 0x124ea8
D/WifiService( 166): ACTION_SCREEN_ON
D/AK8973 ( 127): Compass Start
D/dalvikvm( 1407): GC_FOR_MALLOC freed 7909 objects / 514632 bytes in 30ms
I/ActivityManager( 166): Starting activity: Intent { act=android.settings.SETTI
NGS flg=0x10200000 cmp=com.android.settings/.Settings }
I/ActivityManager( 166): Start proc com.android.settings for activity com.andro
id.settings/.Settings: pid=1647 uid=1000 gids={3003, 3002, 3001, 1015}
W/InputManagerService( 166): Window already focused, ignoring focus gain of: co
[email protected]
I/ActivityManager( 166): Displayed activity com.android.settings/.Settings: 346
ms (total 71251 ms)
I/ActivityManager( 166): Starting activity: Intent { act=android.intent.action.
MAIN cmp=com.android.settings/.SoundSettings }
D/AndroidRuntime( 1647): Shutting down VM
W/dalvikvm( 1647): threadid=1: thread exiting with uncaught exception (group=0x4
001d7e8)
E/AndroidRuntime( 1647): FATAL EXCEPTION: main
E/AndroidRuntime( 1647): java.lang.RuntimeException: Unable to start activity Co
mponentInfo{com.android.settings/com.android.settings.SoundSettings}: java.lang.
ClassCastException: java.lang.Boolean
E/AndroidRuntime( 1647): at android.app.ActivityThread.performLaunchActiv
ity(ActivityThread.java:2663)
E/AndroidRuntime( 1647): at android.app.ActivityThread.handleLaunchActivi
ty(ActivityThread.java:2679)
E/AndroidRuntime( 1647): at android.app.ActivityThread.access$2300(Activi
tyThread.java:125)
E/AndroidRuntime( 1647): at android.app.ActivityThread$H.handleMessage(Ac
tivityThread.java:2033)
E/AndroidRuntime( 1647): at android.os.Handler.dispatchMessage(Handler.ja
va:99)
E/AndroidRuntime( 1647): at android.os.Looper.loop(Looper.java:123)
E/AndroidRuntime( 1647): at android.app.ActivityThread.main(ActivityThrea
d.java:4627)
E/AndroidRuntime( 1647): at java.lang.reflect.Method.invokeNative(Native
Method)
E/AndroidRuntime( 1647): at java.lang.reflect.Method.invoke(Method.java:5
21)
E/AndroidRuntime( 1647): at com.android.internal.os.ZygoteInit$MethodAndA
rgsCaller.run(ZygoteInit.java:868)
E/AndroidRuntime( 1647): at com.android.internal.os.ZygoteInit.main(Zygot
eInit.java:626)
E/AndroidRuntime( 1647): at dalvik.system.NativeStart.main(Native Method)
E/AndroidRuntime( 1647): Caused by: java.lang.ClassCastException: java.lang.Bool
ean
E/AndroidRuntime( 1647): at android.app.ContextImpl$SharedPreferencesImpl
.getString(ContextImpl.java:2700)
E/AndroidRuntime( 1647): at android.preference.Preference.getPersistedStr
ing(Preference.java:1249)
E/AndroidRuntime( 1647): at android.preference.ListPreference.onSetInitia
lValue(ListPreference.java:278)
E/AndroidRuntime( 1647): at android.preference.Preference.dispatchSetInit
ialValue(Preference.java:1172)
E/AndroidRuntime( 1647): at android.preference.Preference.onAttachedToHie
rarchy(Preference.java:984)
E/AndroidRuntime( 1647): at android.preference.PreferenceGroup.addPrefere
nce(PreferenceGroup.java:156)
E/AndroidRuntime( 1647): at android.preference.PreferenceGroup.addItemFro
mInflater(PreferenceGroup.java:97)
E/AndroidRuntime( 1647): at android.preference.PreferenceGroup.addItemFro
mInflater(PreferenceGroup.java:38)
E/AndroidRuntime( 1647): at android.preference.GenericInflater.rInflate(G
enericInflater.java:488)
E/AndroidRuntime( 1647): at android.preference.GenericInflater.inflate(Ge
nericInflater.java:326)
E/AndroidRuntime( 1647): at android.preference.GenericInflater.inflate(Ge
nericInflater.java:263)
E/AndroidRuntime( 1647): at android.preference.PreferenceManager.inflateF
romResource(PreferenceManager.java:251)
E/AndroidRuntime( 1647): at android.preference.PreferenceActivity.addPref
erencesFromResource(PreferenceActivity.java:262)
E/AndroidRuntime( 1647): at com.android.settings.SoundSettings.onCreate(S
oundSettings.java:110)
E/AndroidRuntime( 1647): at android.app.Instrumentation.callActivityOnCre
ate(Instrumentation.java:1047)
E/AndroidRuntime( 1647): at android.app.ActivityThread.performLaunchActiv
ity(ActivityThread.java:2627)
E/AndroidRuntime( 1647): ... 11 more
W/ActivityManager( 166): Force finishing activity com.android.settings/.Sound
Settings
W/ActivityManager( 166): Force finishing activity com.android.settings/.Setti
ngs
W/ActivityManager( 166): Activity pause timeout for HistoryRecord{44528308 com.
android.settings/.SoundSettings}
I/Process ( 1647): Sending signal. PID: 1647 SIG: 9
I/ActivityManager( 166): Process com.android.settings (pid 1647) has died.
I/WindowManager( 166): WIN DEATH: Window{44567e18 com.android.settings/com.andr
oid.settings.Settings paused=true}

[Q] Bootloop - Fatal exception in main

Hi,
My phone still bootlooping. I saw in the logcat that it loop on this :
Code:
I/dalvikvm( 9947): System server process 10656 has been created
I/Zygote ( 9947): Accepting command socket connections
D/AndroidRuntime(10656): Shutting down VM
W/dalvikvm(10656): threadid=1: thread exiting with uncaught exception (group=0x40a74338)
E/AndroidRuntime(10656): *** FATAL EXCEPTION IN SYSTEM PROCESS: main
E/AndroidRuntime(10656): java.lang.UnsatisfiedLinkError: Cannot load library: link_image[1943]: 9947 could not load needed library 'libsystem_server.so' for 'libandroid_servers.so' (link_image[1943]: 9947 could not load needed library 'libaudioflinger.so' for 'libsystem_server.so' (link_image[1943]: 9947 could not load needed library 'libsrsprocessing.so' for 'libaudioflinger.so' (load_library[1098]: Library 'libsrsprocessing.so' not found)))
E/AndroidRuntime(10656): at java.lang.Runtime.loadLibrary(Runtime.java:391)
E/AndroidRuntime(10656): at java.lang.System.loadLibrary(System.java:535)
E/AndroidRuntime(10656): at com.android.server.SystemServer.main(SystemServer.java:810)
E/AndroidRuntime(10656): at java.lang.reflect.Method.invokeNative(Native Method)
E/AndroidRuntime(10656): at java.lang.reflect.Method.invoke(Method.java:511)
E/AndroidRuntime(10656): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:784)
E/AndroidRuntime(10656): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:551)
E/AndroidRuntime(10656): at dalvik.system.NativeStart.main(Native Method)
E/AndroidRuntime(10656): Error reporting crash
E/AndroidRuntime(10656): java.lang.NullPointerException
E/AndroidRuntime(10656): at com.android.internal.os.RuntimeInit$UncaughtHandler.uncaughtException(RuntimeInit.java:72)
E/AndroidRuntime(10656): at java.lang.ThreadGroup.uncaughtException(ThreadGroup.java:693)
E/AndroidRuntime(10656): at java.lang.ThreadGroup.uncaughtException(ThreadGroup.java:690)
E/AndroidRuntime(10656): at dalvik.system.NativeStart.main(Native Method)
I/Process (10656): Sending signal. PID: 10656 SIG: 9
I/Zygote ( 9947): Exit zygote because system server (10656) has terminated
I/Netd (10680): Netd 1.0 starting
D/AndroidRuntime(10681):
D/AndroidRuntime(10681): >>>>>> AndroidRuntime START com.android.internal.os.ZygoteInit <<<<<<
D/AndroidRuntime(10681): CheckJNI is OFF
I/SamplingProfilerIntegration(10681): Profiling disabled.
I think it might be because I've just installed "Beats Audio & Xloud mod", but i'm not sure.
Could you help me please ?
Thanks in advance
Bye
servabat said:
Hi,
My phone still bootlooping. I saw in the logcat that it loop on this :
Code:
I/dalvikvm( 9947): System server process 10656 has been created
I/Zygote ( 9947): Accepting command socket connections
D/AndroidRuntime(10656): Shutting down VM
W/dalvikvm(10656): threadid=1: thread exiting with uncaught exception (group=0x40a74338)
E/AndroidRuntime(10656): *** FATAL EXCEPTION IN SYSTEM PROCESS: main
E/AndroidRuntime(10656): java.lang.UnsatisfiedLinkError: Cannot load library: link_image[1943]: 9947 could not load needed library 'libsystem_server.so' for 'libandroid_servers.so' (link_image[1943]: 9947 could not load needed library 'libaudioflinger.so' for 'libsystem_server.so' (link_image[1943]: 9947 could not load needed library 'libsrsprocessing.so' for 'libaudioflinger.so' (load_library[1098]: Library 'libsrsprocessing.so' not found)))
E/AndroidRuntime(10656): at java.lang.Runtime.loadLibrary(Runtime.java:391)
E/AndroidRuntime(10656): at java.lang.System.loadLibrary(System.java:535)
E/AndroidRuntime(10656): at com.android.server.SystemServer.main(SystemServer.java:810)
E/AndroidRuntime(10656): at java.lang.reflect.Method.invokeNative(Native Method)
E/AndroidRuntime(10656): at java.lang.reflect.Method.invoke(Method.java:511)
E/AndroidRuntime(10656): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:784)
E/AndroidRuntime(10656): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:551)
E/AndroidRuntime(10656): at dalvik.system.NativeStart.main(Native Method)
E/AndroidRuntime(10656): Error reporting crash
E/AndroidRuntime(10656): java.lang.NullPointerException
E/AndroidRuntime(10656): at com.android.internal.os.RuntimeInit$UncaughtHandler.uncaughtException(RuntimeInit.java:72)
E/AndroidRuntime(10656): at java.lang.ThreadGroup.uncaughtException(ThreadGroup.java:693)
E/AndroidRuntime(10656): at java.lang.ThreadGroup.uncaughtException(ThreadGroup.java:690)
E/AndroidRuntime(10656): at dalvik.system.NativeStart.main(Native Method)
I/Process (10656): Sending signal. PID: 10656 SIG: 9
I/Zygote ( 9947): Exit zygote because system server (10656) has terminated
I/Netd (10680): Netd 1.0 starting
D/AndroidRuntime(10681):
D/AndroidRuntime(10681): >>>>>> AndroidRuntime START com.android.internal.os.ZygoteInit <<<<<<
D/AndroidRuntime(10681): CheckJNI is OFF
I/SamplingProfilerIntegration(10681): Profiling disabled.
I think it might be because I've just installed "Beats Audio & Xloud mod", but i'm not sure.
Could you help me please ?
Thanks in advance
Bye
Click to expand...
Click to collapse
lol you still bootlooping?

getting some error every time ,help me to fix it

Hi ,
i am getting lost of error (like shown below ) every time , so can any one help me out to fix it ..
12-23 16:05:15.167 2606-2606/? E/NotificationService﹕ unable to notify listener (posted): [email protected]8616f0
android.os.DeadObjectException
at android.os.BinderProxy.transact(Native Method)
at android.service.notification.INotificationListener$Stub$Proxy.onNotificationPosted(INotificationListener.java:102)
at com.android.server.NotificationManagerService$NotificationListenerInfo.notifyPostedIfUserMatch(NotificationManagerService.java:348)
at com.android.server.NotificationManagerService$3.run(NotificationManagerService.java:921)
at android.os.Handler.handleCallback(Handler.java:733)
at android.os.Handler.dispatchMessage(Handler.java:95)
at android.os.Looper.loop(Looper.java:146)
at com.android.server.ServerThread.initAndLoop(SystemServer.java:2178)
at com.android.server.SystemServer.main(SystemServer.java:2317)
at java.lang.reflect.Method.invokeNative(Native Method)
at java.lang.reflect.Method.invoke(Method.java:515)
at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:1291)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1107)
at dalvik.system.NativeStart.main(Native Method)
12-23 16:05:15.167 2606-2606/? E/NotificationService﹕ unable to notify listener (posted): [email protected]740db8
android.os.DeadObjectException
at android.os.BinderProxy.transact(Native Method)
at android.service.notification.INotificationListener$Stub$Proxy.onNotificationPosted(INotificationListener.java:102)
at com.android.server.NotificationManagerService$NotificationListenerInfo.notifyPostedIfUserMatch(NotificationManagerService.java:348)
at com.android.server.NotificationManagerService$3.run(NotificationManagerService.java:921)
at android.os.Handler.handleCallback(Handler.java:733)
at android.os.Handler.dispatchMessage(Handler.java:95)
at android.os.Looper.loop(Looper.java:146)
at com.android.server.ServerThread.initAndLoop(SystemServer.java:2178)
at com.android.server.SystemServer.main(SystemServer.java:2317)
at java.lang.reflect.Method.invokeNative(Native Method)
at java.lang.reflect.Method.invoke(Method.java:515)
at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:1291)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1107)
at dalvik.system.NativeStart.main(Native Method)

[Q] Help with a Crash

Hi All,
I posted a similar thread a few days back but the parameters of the problem have changed enough that I feel like it would be confusing to try and continue down that path.
Anyway, my phone seems to crash every once in a while. It becomes unresponsive, but is still accessible via ADB, so I"ve been trying to debug via logcat to see what's going wrong. The problem is I never really looked at the logcat BEFORE this situation (why would I) so I have no idea which of these errors are normal.
All of this is after a CLEAN install (full wipe) with no restore, either via Google (I set up as a new device) or Titanium (I restored messages and call log and the data for like 3 games, but for the most part no restoring of anything, all fresh installs).
THe most common non-fatal ones are :
Code:
I/ActivityManager( 892): Cannot resolve ContentProvider=ui.email2.android.com
It's not even a warning but I see it a LOT. Dozens of times.
I get this error a lot :
Code:
E/Vold ( 382): Failed to find mounted volume for /storage/ext_sd/Android/data/com.amazon.venezia/files/
Not just for amazon.venezia (teh Amazon app store I believe) but also a few other apps, all looking for stuff on /storage/ext_sd. I do NOT have an external SD card, nor have I ever, so I have no idea why things are looking there.
The first fatal error I see is sandwiched between dozens of the ext_sd messages, and looks like this :
Code:
--------- beginning of crash
E/AndroidRuntime( 892): *** FATAL EXCEPTION IN SYSTEM PROCESS: main
E/AndroidRuntime( 892): java.lang.NullPointerException: Attempt to invoke interface method 'void o.CK.D()' on a null object reference
E/AndroidRuntime( 892): at android.os.Parcel.readException(Parcel.java)
E/AndroidRuntime( 892): at android.os.Parcel.readException(Parcel.java)
E/AndroidRuntime( 892): at com.android.internal.widget.IRemoteViewsAdapterConnection$Stub$Proxy.onServiceConnected(IRemoteViewsAdapterConnection.java)
E/AndroidRuntime( 892): at com.android.server.appwidget.AppWidgetServiceImpl$ServiceConnectionProxy.onServiceConnected(AppWidgetServiceImpl.java)
E/AndroidRuntime( 892): at android.app.LoadedApk$ServiceDispatcher.doConnected(LoadedApk.java)
E/AndroidRuntime( 892): at android.app.LoadedApk$ServiceDispatcher$RunConnection.run(LoadedApk.java)
E/AndroidRuntime( 892): at android.os.Handler.handleCallback(Handler.java)
E/AndroidRuntime( 892): at android.os.Handler.dispatchMessage(Handler.java)
E/AndroidRuntime( 892): at android.os.Looper.loop(Looper.java)
E/AndroidRuntime( 892): at com.android.server.SystemServer.run(SystemServer.java)
E/AndroidRuntime( 892): at com.android.server.SystemServer.main(SystemServer.java)
E/AndroidRuntime( 892): at java.lang.reflect.Method.invoke(Native Method)
E/AndroidRuntime( 892): at java.lang.reflect.Method.invoke(Method.java:372)
E/AndroidRuntime( 892): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java)
E/AndroidRuntime( 892): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java)
E/Vold ( 382): Failed to find mounted volume for /storage/ext_sd/Android/data/com.amazon.venezia/files/
W/Vold ( 382): Returning OperationFailed - no handler for errno 22
E/Vold ( 382): Failed to find mounted volume for /storage/ext_sd/Android/data/com.amazon.venezia/files/
W/Vold ( 382): Returning OperationFailed - no handler for errno 22
E/AndroidRuntime( 2165): FATAL EXCEPTION: NetworkLocationCallbackRunner
E/AndroidRuntime( 2165): Process: com.google.process.location, PID: 2165
E/AndroidRuntime( 2165): java.lang.SecurityException: attempting to read gservices without permission: Neither user 10009 nor current process has com.google.android.providers.gsf.permission.READ_GSERVICES.
E/AndroidRuntime( 2165): at android.app.ContextImpl.enforce(ContextImpl.java)
E/AndroidRuntime( 2165): at android.app.ContextImpl.enforceCallingOrSelfPermission(ContextImpl.java)
E/AndroidRuntime( 2165): at android.content.ContextWrapper.enforceCallingOrSelfPermission(ContextWrapper.java)
E/AndroidRuntime( 2165): at com.google.android.gsf.f.c(SourceFile:107)
E/AndroidRuntime( 2165): at com.google.android.gsf.f.a(SourceFile:121)
E/AndroidRuntime( 2165): at com.google.android.gsf.f.a(SourceFile:182)
E/AndroidRuntime( 2165): at com.google.android.gms.common.a.l.a(SourceFile:306)
E/AndroidRuntime( 2165): at com.google.android.gms.common.a.g.a(SourceFile:237)
E/AndroidRuntime( 2165): at com.google.android.gms.common.a.d.c(SourceFile:197)
E/AndroidRuntime( 2165): at com.google.android.location.activity.k.f(SourceFile:533)
E/AndroidRuntime( 2165): at com.google.android.location.activity.ah.e(SourceFile:125)
E/AndroidRuntime( 2165): at com.google.android.location.activity.as.l(SourceFile:79)
E/AndroidRuntime( 2165): at com.google.android.location.activity.as.g(SourceFile:65)
E/AndroidRuntime( 2165): at com.google.android.location.activity.az.a(SourceFile:134)
E/AndroidRuntime( 2165): at com.google.android.location.activity.u.at_(SourceFile:144)
E/AndroidRuntime( 2165): at com.google.android.location.activity.h.a(SourceFile:53)
E/AndroidRuntime( 2165): at com.google.android.location.activity.f.a(SourceFile:338)
E/AndroidRuntime( 2165): at com.google.android.location.os.real.w.run(SourceFile:143)
E/AndroidRuntime( 2165): at com.google.android.location.os.real.ab.handleMessage(SourceFile:449)
E/AndroidRuntime( 2165): at android.os.Handler.dispatchMessage(Handler.java)
E/AndroidRuntime( 2165): at android.os.Looper.loop(Looper.java)
E/AndroidRuntime( 2165): at com.google.android.location.os.real.ae.run(SourceFile:969)
E/AndroidRuntime( 2165): at java.lang.Thread.run(Thread.java:818)
E/AndroidRuntime( 2165): Error reporting crash
ANY thoughts someone can provide would be really hlepful. I've reinstalled this ROM (Which has worked fine for me for months) a few times with a few different kernels to try and get around this problem but it keeps coming back. NO idea what could be causing it but it's frustrating as hell ( and GOogling these error messages is leading me nowhere). Full logcat attached. Thanks for any insight at all.
Flash latest firmware or run a ruu.Then flash your rom
crazykas said:
Flash latest firmware or run a ruu.Then flash your rom
Click to expand...
Click to collapse
I appreciate the advice, but I am trying to learn a little from this, and would like to figure out what went wrong before going nuclear. I was using this firmware adn ROM before with no issues, and yet a clean install of the same ROM is suddenly constantly crashing?
Well, I fully wiped my SD card and did an RUU. Haven't had a crash yet but still see this error in my logcat :
Code:
E/Vold ( 382): Failed to find mounted volume for /storage/ext_sd/Android/data/com.google.android.youtube/cache
For a few apps (these are all system / default apps, I haven't installed anything yet).
And also a few other errors that just shouldn't be there for a clean install
Code:
I/ActivityManager( 895): Start proc com.android.cellbroadcastreceiver for broadcast com.android.cellbroadcastreceiver/.CellBroadcastReceiver: pid=2959 uid=10003 gids={50003, 9997} abi=armeabi-v7a
I/ActivityManager( 895): Killing 2504:com.htc.sense.hsp/u0a14 (adj 15): empty #17
I/ActivityManager( 895): Recipient 2504
W/BroadcastQueue( 895): Exception when sending broadcast to ComponentInfo{com.htc.sense.hsp/com.htc.sense.hsp.weather.provider.data.Receiver}
W/BroadcastQueue( 895): android.os.DeadObjectException
W/BroadcastQueue( 895): at android.os.BinderProxy.transactNative(Native Method)
W/BroadcastQueue( 895): at android.os.BinderProxy.transact(Binder.java)
W/BroadcastQueue( 895): at android.app.ApplicationThreadProxy.scheduleReceiver(ApplicationThreadNative.java)
W/BroadcastQueue( 895): at com.android.server.am.BroadcastQueue.processCurBroadcastLocked(BroadcastQueue.java)
W/BroadcastQueue( 895): at com.android.server.am.BroadcastQueue.processNextBroadcast(BroadcastQueue.java)
W/BroadcastQueue( 895): at com.android.server.am.ActivityManagerService.finishReceiver(ActivityManagerService.java)
W/BroadcastQueue( 895): at android.app.ActivityManagerNative.onTransact(ActivityManagerNative.java)
W/BroadcastQueue( 895): at com.android.server.am.ActivityManagerService.onTransact(ActivityManagerService.java)
W/BroadcastQueue( 895): at android.os.Binder.execTransact(Binder.java)
W/libprocessgroup( 895): failed to open /acct/uid_10014/pid_2504/cgroup.procs: No such file or directory
I/ActivityManager( 895): Start proc com.htc.sense.hsp for broadcast com.htc.sense.hsp/.weather.provider.data.Receiver: pid=2991 uid=10014 gids={50014, 9997, 1023, 3003} abi=armeabi-v7a
W/ActivityManager( 895): Spurious death for ProcessRecord{ee7324c 2991:com.htc.sense.hsp/u0a14}, curProc for 2504: null
I/ActivityManager( 895): Start proc com.google.android.partnersetup for broadcast com.google.android.partnersetup/.PhoneStateReceiver: pid=3030 uid=10013 gids={50013, 9997, 3003} abi=armeabi-v7a
I/ActivityManager( 895): Killing 2526:com.android.managedprovisioning/u0a15 (adj 15): empty #17
I/ActivityManager( 895): Recipient 2526
W/libprocessgroup( 895): failed to open /acct/uid_10015/pid_2526/cgroup.procs: No such file or directory
I/ActivityManager( 895): Start proc eu.chainfire.supersu for broadcast eu.chainfire.supersu/.UserPresentReceiver: pid=3054 uid=10050 gids={50050, 9997} abi=armeabi-v7a
I/ActivityManager( 895): Killing 2548:com.ota.updates/u0a17 (adj 15): empty #17
I/ActivityManager( 895): Recipient 2548
W/libprocessgroup( 895): failed to open /acct/uid_10017/pid_2548/cgroup.procs: No such file or directory
I/ActivityManager( 895): Killing 2088:com.google.android.apps.walletnfcrel/u0a26 (adj 15): empty #17
I/ActivityManager( 895): Recipient 2088
W/libprocessgroup( 895): failed to open /acct/uid_10026/pid_2088/cgroup.procs: No such file or directory
Hopefully these are innocuous or at this point I have to suspect a hardware problem.

[CM11] Apps keeps crashing at open, caused by no external storage inserted?

Hi all, I've just installed CM11 (LegacyXperia) on my Xperia Play for using it as MP4, but I have a little problem: looks like every app which checks for external storage crashes. I've reached that conclusion after taking a logcat and seeing what causes the crash: accessing to na empty array returned during a call to getExternalCacheDir() function.
My device does not have a SD Card inserted because the slot is broken and I can't find anyone selling the replacement.
Is there something that I can do to fix this? Or should change to another ROM?
See the logcat below:
Code:
I/ActivityManager( 546): START u0 {act=android.intent.action.MAIN cat=[android.intent.category.LAUNCHER] flg=0x10200000 cmp=com.android.gallery3d/.app.GalleryActivity} from pid 1476
V/StateManager( 3437): startState class com.android.gallery3d.app.AlbumSetPage
V/NFC ( 3437): this device does not have NFC support
D/AndroidRuntime( 3437): Shutting down VM
W/dalvikvm( 3437): threadid=1: thread exiting with uncaught exception (group=0x416b0ce0)
E/AndroidRuntime( 3437): FATAL EXCEPTION: main
E/AndroidRuntime( 3437): Process: com.android.gallery3d, PID: 3437
E/AndroidRuntime( 3437): java.lang.RuntimeException: Unable to start activity ComponentInfo{com.android.gallery3d/com.android.gallery3d.app.GalleryActivity}: java.lang.ArrayIndexOutOfBoundsException: length=0; index=0
E/AndroidRuntime( 3437): at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2212)
E/AndroidRuntime( 3437): at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:2271)
E/AndroidRuntime( 3437): at android.app.ActivityThread.access$800(ActivityThread.java:144)
E/AndroidRuntime( 3437): at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1205)
E/AndroidRuntime( 3437): at android.os.Handler.dispatchMessage(Handler.java:102)
E/AndroidRuntime( 3437): at android.os.Looper.loop(Looper.java:136)
E/AndroidRuntime( 3437): at android.app.ActivityThread.main(ActivityThread.java:5146)
E/AndroidRuntime( 3437): at java.lang.reflect.Method.invokeNative(Native Method)
E/AndroidRuntime( 3437): at java.lang.reflect.Method.invoke(Method.java:515)
E/AndroidRuntime( 3437): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:732)
E/AndroidRuntime( 3437): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:566)
E/AndroidRuntime( 3437): at dalvik.system.NativeStart.main(Native Method)
E/AndroidRuntime( 3437): Caused by: java.lang.ArrayIndexOutOfBoundsException: length=0; index=0
E/AndroidRuntime( 3437): at android.app.ContextImpl.getExternalCacheDir(ContextImpl.java:969)
E/AndroidRuntime( 3437): at android.content.ContextWrapper.getExternalCacheDir(ContextWrapper.java:235)
E/AndroidRuntime( 3437): at com.android.gallery3d.app.AbstractGalleryActivity.onStart(AbstractGalleryActivity.java:170)
E/AndroidRuntime( 3437): at android.app.Instrumentation.callActivityOnStart(Instrumentation.java:1171)
E/AndroidRuntime( 3437): at android.app.Activity.performStart(Activity.java:5241)
E/AndroidRuntime( 3437): at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2178)
E/AndroidRuntime( 3437): ... 11 more
W/ActivityManager( 546): Force finishing activity com.android.gallery3d/.app.GalleryActivity
I/WindowManager( 546): Screenshot max retries 4 of Token{420b55a8 ActivityRecord{41efdcd0 u0 com.android.gallery3d/.app.GalleryActivity t19 f}} appWin=Window{41fdd190 u0 Starting com.android.gallery3d} drawState=4
W/WindowManager( 546): Screenshot failure taking screenshot for (854x480) to layer 21020
W/ActivityManager( 546): Activity pause timeout for ActivityRecord{41efdcd0 u0 com.android.gallery3d/.app.GalleryActivity t19 f}
I/Timeline( 1476): Timeline: Activity_idle id: [email protected] time:1453928
I/Timeline( 546): Timeline: Activity_windows_visible id: ActivityRecord{41d48ec8 u0 com.cyanogenmod.trebuchet/org.cyanogenmod.trebuchet.CustomHomeLauncher t3} time:1454349
D/AudioFlinger( 235): start(4098), calling pid 546 session 945
D/AudioFlinger( 235): ? => ACTIVE (4098) on thread 0x7d6820
I/Process ( 3437): Sending signal. PID: 3437 SIG: 9
I/ActivityManager( 546): Process com.android.gallery3d (pid 3437) has died.

Categories

Resources