try t oflash it again clear dalvik and cache partition and then flash the rom
Regards
Thanks for the reply, we have all tried that too. Just about every combo you can think of. If you you look at the logcat file it appears that inside the function "updateTelephonySignalStrength" at line 494 is the culprit, it is trying to adjust the signal strength and going beyond the length. Here is a snipit of the logcat:
E/AndroidRuntime( 6863): FATAL EXCEPTION: main
E/AndroidRuntime( 6863): java.lang.ArrayIndexOutOfBoundsException: length=5; index=5
E/AndroidRuntime( 6863): at com.android.systemui.statusbar.policy.NetworkController.updateTelephonySignalStrength(NetworkController.java:494)
E/AndroidRuntime( 6863): at com.android.systemui.statusbar.policy.NetworkController.access$000(NetworkController.java:61)
E/AndroidRuntime( 6863): at com.android.systemui.statusbar.policy.NetworkController$1.onSignalStrengthsChanged(NetworkController.java:357)
E/AndroidRuntime( 6863): at android.telephony.PhoneStateListener$2.handleMessage(PhoneStateListener.java:358)
E/AndroidRuntime( 6863): at android.os.Handler.dispatchMessage(Handler.java:99)
E/AndroidRuntime( 6863): at android.os.Looper.loop(Looper.java:137)
E/AndroidRuntime( 6863): at android.app.ActivityThread.main(ActivityThread.java:4507)
E/AndroidRuntime( 6863): at java.lang.reflect.Method.invokeNative(Native Method)
E/AndroidRuntime( 6863): at java.lang.reflect.Method.invoke(Method.java:511)
E/AndroidRuntime( 6863): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:790)
E/AndroidRuntime( 6863): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:557)
E/AndroidRuntime( 6863): at dalvik.system.NativeStart.main(Native Method)