I made a clean flash, installing the ROM together with NikGapps, the flash finished successfully, so I clean the cache and rebooted.
Now it won't start, it shows the crDroid animated logo forever.
Any thoughts?
It was the same in my case: I first tried a dirty flash in the hope to keep my personal settings - that didn't work: It booted to the crdroid logo and stuck forever (>1hr)
I had to format all filesystems (at least data and system - plus the ususal cache/dalvik) in TWRP and then copied the zip files to the phone (still in TWRP) and flashed from scratch. It is important to keep the proper order of flashing things, in the first attempt I forgot Nikgapps and flashed that later: At the end I had a phone without "phone": No phone calls possible. After repeating the steps in the right order it is now working (almost) perfectly. Currently I'm not able to get my SD card working - but I'm not finished setting up everything.
---------- Post added at 02:36 PM ---------- Previous post was at 02:07 PM ----------
I have a slightly interesting problem: If I try to format my SD card (I tried different cards to exclude HW defects) it will only work as expansion to the internal phone memory but not as separate storage.
As soon as I try to set it up it generates an expection in "StorageManagerService" (an other error complaining about wrong partition table: I could solve by partition the card with gparted in a linux box)
Code:
11-21 14:28:32.263 1502 1597 W ActivityTaskManager: Tried to set launchTime (0) < mLastActivityLaunchTime (648980)
11-21 14:28:32.294 574 6231 D vold : /system/bin/sgdisk
11-21 14:28:32.295 574 6231 D vold : --android-dump
11-21 14:28:32.295 574 6231 D vold : /dev/block/vold/disk:179,64
11-21 14:28:32.336 1502 1798 I ActivityTaskManager: Displayed com.android.settings/.deviceinfo.StorageWizardFormatProgress: +102ms
11-21 14:28:32.648 574 6231 E vold : Process exited with code: 8
11-21 14:28:32.648 574 6231 W vold : sgdisk failed to scan /dev/block/vold/disk:179,64
11-21 14:28:32.650 1502 3703 E StorageManagerService: android.os.ServiceSpecificException: (code 8)
11-21 14:28:32.650 1502 3703 E StorageManagerService: at android.os.Parcel.createExceptionOrNull(Parcel.java:2387)
11-21 14:28:32.650 1502 3703 E StorageManagerService: at android.os.Parcel.createException(Parcel.java:2357)
11-21 14:28:32.650 1502 3703 E StorageManagerService: at android.os.Parcel.readException(Parcel.java:2340)
11-21 14:28:32.650 1502 3703 E StorageManagerService: at android.os.Parcel.readException(Parcel.java:2282)
11-21 14:28:32.650 1502 3703 E StorageManagerService: at android.os.IVold$Stub$Proxy.partition(IVold.java:1755)
11-21 14:28:32.650 1502 3703 E StorageManagerService: at com.android.server.StorageManagerService.partitionPublic(StorageManagerService.java:2370)
11-21 14:28:32.650 1502 3703 E StorageManagerService: at android.os.storage.IStorageManager$Stub.onTransact(IStorageManager.java:922)
11-21 14:28:32.650 1502 3703 E StorageManagerService: at android.os.Binder.execTransactInternal(Binder.java:1154)
11-21 14:28:32.650 1502 3703 E StorageManagerService: at android.os.Binder.execTransact(Binder.java:1123)
Anyone else using an SD card in the phone? Is this really a bug - who can I tell and where to upload the logcat output?