All 2.1 rom I tried it produces this error. (Sense-ui does not do it)
When I activate the wireless LAN, the phone shuts down the system process, and after a while the phone restarts.
I also went through several forums and everywhere, it was considered that the nearby AccessPoint-s one of the causes. Probably not good characters with ssid.
So critical, because the only place where I can use wireless LAN (home), and also hangs in the firmware.
This is a log:
Here is relevant part of logcat:
D/HomeLoaders( 757): ----> items cloned, ready to refresh UI
I/wpa_supplicant( 445): CTRL-EVENT-SCAN-RESULTS Ready
W/dalvikvm( 689): JNI WARNING: illegal continuation byte 0xa
W/dalvikvm( 689): string: 'bssid / frequency / signal level / flags / ssid
W/dalvikvm( 689): 00:1d:0f:b2:7c:9e 2417 -53 [WPA2-PSK-CCMP] sHome
W/dalvikvm( 689): 00:60:b3:2a:5a:87 2437 -91 PRAHA9.NET-R14-1
W/dalvikvm( 689): 00:02:72:7e:20:e5 2462 -92 Moje sÝŁ
W/dalvikvm( 689): 00:1b:9e:ef:1f:e7 2412 -93 [WEP] VOIP'
W/dalvikvm( 689): in Landroid/net/wifi/WifiNative;.scanResultsCommand
()Ljava/lang/String; (NewStringUTF)
I/dalvikvm( 689): "android.server.ServerThread" prio=5 tid=15 NATIVE
I/dalvikvm( 689): | group="main" sCount=0 dsCount=0 s=N obj=0x43c9b7e0 self=0x11e6b0
I/dalvikvm( 689): | sysTid=697 nice=-2 sched=0/0 cgrp=unknown handle=1173448
I/dalvikvm( 689): at android.net.wifi.WifiNative.scanResultsCommand(Nat ive Method)
I/dalvikvm( 689): at com.android.server.WifiService.getScanResults(Wifi
Service.java:1113)
I/dalvikvm( 689): at android.net.wifi.WifiManager.getScanResults(WifiMa
nager.java:538)
I/dalvikvm( 689): at com.google.android.location.NetworkLocationProvide
r$2.onReceive(NetworkLocationProvider.java:393)
I/dalvikvm( 689): at android.app.ActivityThread$PackageInfo$ReceiverDis
patcher$Args.run(ActivityThread.java:754)
I/dalvikvm( 689): at android.os.Handler.handleCallback(Handler.java:587 )
I/dalvikvm( 689): at android.os.Handler.dispatchMessage(Handler.java:92 )
I/dalvikvm( 689): at android.os.Looper.loop(Looper.java:123)
I/dalvikvm( 689): at com.android.server.ServerThread.run(SystemServer.j ava:444)
I/dalvikvm( 689):
E/dalvikvm( 689): VM aborting
I/DEBUG ( 682): *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** ***
I/DEBUG ( 682): Build fingerprint: 'google/passion/passion/mahimahi:2.1-
update1/ERE27/24178:user/release-keys'
I/DEBUG ( 682): pid: 689, tid: 697 >>> system_server <<<
I/DEBUG ( 682): signal 11 (SIGSEGV), fault addr deadd00d
I/DEBUG ( 682): r0 00000358 r1 afe1339d r2 0000000c r3 deadd00d
I/DEBUG ( 682): r4 00000026 r5 4594ed6c r6 fffe59bc r7 fffe59bc
I/DEBUG ( 682): r8 4594fd88 r9 427f3db4 10 427f3da0 fp 0011e6b0
I/DEBUG ( 682): ip ad080160 sp 4594ed10 lr afe1435d pc ad03549a cpsr 20000030
I/MediaUploader( 739): No need to wake up
I/ActivityManager( 689): Start proc com.esmertec.android.jbed for broadcast
com.esmertec.android.jbed/.BootCompleteReceiver: pid=859 uid=10025 gids={
3003, 1006}
D/MediaScannerService( 747): start scanning volume internal
Please help me if you can, and many other users!
Not sure if this is in the right spot.
Can someone help explain this to me?
Am I right to understand that deadbaad means something else killed libc.so?
In this case com.android.kineto?
Is there a way to find why kineto is not responding or what caused it to stop?
Code:
F/libc ( 1712): Fatal signal 11 (SIGSEGV) at 0x00286000 (code=1)
F/libc ( 1712): @@@ ABORTING: INVALID HEAP ADDRESS IN dlfree
F/libc ( 1712): Fatal signal 11 (SIGSEGV) at 0xdeadbaad (code=1)
D/memalloc( 1220): /dev/pmem: Freeing buffer base:0x41be5000 size:1536000 offset:6205440 fd:34
D/dalvikvm( 3777): GC_EXPLICIT freed 763K, 24% free 7308K/9539K, paused 13ms+19ms
I/DEBUG ( 1218): *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** ***
I/DEBUG ( 1218): Build fingerprint: 'htc_wwe/htc_vision/vision:4.0.4/IMM76D/87995:user/release-keys'
I/DEBUG ( 1218): pid: 1712, tid: 2149 >>> com.android.kineto <<<
I/DEBUG ( 1218): cannot get siginfo: No such process
I/DEBUG ( 1218): cannot get registers: No such process
I/DEBUG ( 1218): tid 2149 not responding!
I/BootReceiver( 1343): Copying /data/tombstones/tombstone_05 to DropBox (SYSTEM_TOMBSTONE)
I/DEBUG ( 1218): debuggerd committing suicide to free the zombie!
I/DEBUG ( 3987): debuggerd: May 9 2012 19:00:41
timskyline86 said:
Not sure if this is in the right spot.
Can someone help explain this to me?
Am I right to understand that deadbaad means something else killed libc.so?
In this case com.android.kineto?
Is there a way to find why kineto is not responding or what caused it to stop?
Code:
F/libc ( 1712): Fatal signal 11 (SIGSEGV) at 0x00286000 (code=1)
F/libc ( 1712): @@@ ABORTING: INVALID HEAP ADDRESS IN dlfree
F/libc ( 1712): Fatal signal 11 (SIGSEGV) at 0xdeadbaad (code=1)
D/memalloc( 1220): /dev/pmem: Freeing buffer base:0x41be5000 size:1536000 offset:6205440 fd:34
D/dalvikvm( 3777): GC_EXPLICIT freed 763K, 24% free 7308K/9539K, paused 13ms+19ms
I/DEBUG ( 1218): *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** ***
I/DEBUG ( 1218): Build fingerprint: 'htc_wwe/htc_vision/vision:4.0.4/IMM76D/87995:user/release-keys'
I/DEBUG ( 1218): pid: 1712, tid: 2149 >>> com.android.kineto <<<
I/DEBUG ( 1218): cannot get siginfo: No such process
I/DEBUG ( 1218): cannot get registers: No such process
I/DEBUG ( 1218): tid 2149 not responding!
I/BootReceiver( 1343): Copying /data/tombstones/tombstone_05 to DropBox (SYSTEM_TOMBSTONE)
I/DEBUG ( 1218): debuggerd committing suicide to free the zombie!
I/DEBUG ( 3987): debuggerd: May 9 2012 19:00:41
Click to expand...
Click to collapse
My friend you are sure that you have all the necessary libs for kineto at there place????
Hi, devs
I tried to port MIUI v4 to Spica by this guide, but with folders in media/theme it's cant boot (bootloop). When i delete /media/theme/default & /gadget. it's booting normaly and i have working system (android.phone fc - there is second problem). Who can help me? version of ICS 4.0.4, MIUI v4 - 2.10.12.0. What i must do?
a_swed said:
Hi, devs
I tried to port MIUI v4 to Spica by this guide, but with folders in media/theme it's cant boot (bootloop). When i delete /media/theme/default & /gadget. it's booting normaly and i have working system (android.phone fc - there is second problem). Who can help me? version of ICS 4.0.4, MIUI v4 - 2.10.12.0. What i must do?
Click to expand...
Click to collapse
Can you provide a logcat output of when the phone app force closes? Also if it's booting normally and pretty much working, I'd focus on fixing any other issues that come up before worrying about the theme and gadget directory issue.
Sent from my SCH-I535 using xda premium
shimp208 said:
Can you provide a logcat output of when the phone app force closes? Also if it's booting normally and pretty much working, I'd focus on fixing any other issues that come up before worrying about the theme and gadget directory issue.
Sent from my SCH-I535 using xda premium
Click to expand...
Click to collapse
Code:
11-23 21:34:30.649: D/dalvikvm(1132): DEX prep '/system/framework/services.jar': unzip in 170ms, rewrite 4869ms
11-23 21:34:30.789: D/dalvikvm(1132): DexOpt: --- BEGIN 'apache-xml.jar' (bootstrap=1) ---
11-23 21:34:32.909: D/dalvikvm(1258): DexOpt: load 173ms, verify+opt 1703ms
11-23 21:34:33.169: D/dalvikvm(1132): DexOpt: --- END 'apache-xml.jar' (success) ---
11-23 21:34:33.169: D/dalvikvm(1132): DEX prep '/system/framework/apache-xml.jar': unzip in 122ms, rewrite 2385ms
11-23 21:34:33.209: D/dalvikvm(1132): DexOpt: --- BEGIN 'filterfw.jar' (bootstrap=1) ---
11-23 21:34:33.759: D/dalvikvm(1259): DexOpt: load 49ms, verify+opt 390ms
11-23 21:34:33.829: D/dalvikvm(1132): DexOpt: --- END 'filterfw.jar' (success) ---
11-23 21:34:33.829: D/dalvikvm(1132): DEX prep '/system/framework/filterfw.jar': unzip in 26ms, rewrite 619ms
11-23 21:34:33.869: E/ICU(1132): Couldn't open '/system/usr/icu/icudt46l.dat': No such file or directory
11-23 21:34:33.869: E/libcore(1132): Failed to initialize the core libraries; aborting...
11-23 21:34:33.869: A/libc(1132): Fatal signal 11 (SIGSEGV) at 0xdeadbaad (code=1)
11-23 21:34:34.369: I/DEBUG(1129): *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** ***
11-23 21:34:34.369: I/DEBUG(1129): Build fingerprint: 'Samsung/cm_spica/spica:4.0.4/IMM76L/eng.jankomuz.20121022.060457:userdebug/test-keys'
11-23 21:34:34.369: I/DEBUG(1129): pid: 1132, tid: 1132 >>> zygote <<<
11-23 21:34:34.379: I/DEBUG(1129): signal 11 (SIGSEGV), code 1 (SEGV_MAPERR), fault addr deadbaad
11-23 21:34:34.379: I/DEBUG(1129): r0 deadbaad r1 0000000c r2 00000027 r3 a0000000
11-23 21:34:34.379: I/DEBUG(1129): r4 00000000 r5 00000000 r6 be9f5584 r7 00012828
11-23 21:34:34.379: I/DEBUG(1129): r8 00000000 r9 00000000 10 00000000 fp 00000000
11-23 21:34:34.379: I/DEBUG(1129): ip ffffffff sp be9f5408 lr 400d437f pc 400d07c8 cpsr 00000030
11-23 21:34:34.389: I/DEBUG(1129): d0 0000000000000000 d1 0000000000000000
11-23 21:34:34.389: I/DEBUG(1129): d2 0000000000000000 d3 0000000000000000
11-23 21:34:34.389: I/DEBUG(1129): d4 0000000000000000 d5 0000000000000000
11-23 21:34:34.389: I/DEBUG(1129): d6 0000000000000000 d7 0000000000000000
11-23 21:34:34.389: I/DEBUG(1129): d8 0000000000000000 d9 0000000000000000
11-23 21:34:34.389: I/DEBUG(1129): d10 0000000000000000 d11 0000000000000000
11-23 21:34:34.389: I/DEBUG(1129): d12 0000000000000000 d13 0000000000000000
11-23 21:34:34.389: I/DEBUG(1129): d14 0000000000000000 d15 0000000000000000
11-23 21:34:34.389: I/DEBUG(1129): scr 00000000
11-23 21:34:34.549: I/DEBUG(1129): #00 pc 000177c8 /system/lib/libc.so
11-23 21:34:34.549: I/DEBUG(1129): #01 pc 0000c85e /system/lib/libnativehelper.so
11-23 21:34:34.549: I/DEBUG(1129): #02 pc 0000c85e /system/lib/libnativehelper.so
11-23 21:34:34.549: I/DEBUG(1129): #03 pc 0000c67c /system/lib/libnativehelper.so (_Z24jniRegisterSystemMethodsP7_JNIEnv)
11-23 21:34:34.549: I/DEBUG(1129): #04 pc 00052fca /system/lib/libdvm.so (_Z10dvmStartupiPKPKcbP7_JNIEnv)
11-23 21:34:34.559: I/DEBUG(1129): #05 pc 00054624 /system/lib/libdvm.so (JNI_CreateJavaVM)
11-23 21:34:34.559: I/DEBUG(1129): #06 pc 00044a1a /system/lib/libandroid_runtime.so (_ZN7android14AndroidRuntime7startVmEPP7_JavaVMPP7_JNIEnv)
11-23 21:34:34.559: I/DEBUG(1129): #07 pc 00044d34 /system/lib/libandroid_runtime.so (_ZN7android14AndroidRuntime5startEPKcS2_)
11-23 21:34:34.559: I/DEBUG(1129): #08 pc 00008f46 /system/bin/app_process
11-23 21:34:34.559: I/DEBUG(1129): #09 pc 00016662 /system/lib/libc.so (__libc_init)
11-23 21:34:34.559: I/DEBUG(1129): code around pc:
11-23 21:34:34.559: I/DEBUG(1129): 400d07a8 1c2bd00c 2d00682d e027d1fb 2a0068da ..+.-h.-..'..h.*
11-23 21:34:34.569: I/DEBUG(1129): 400d07b8 4b16d004 447b2001 47906018 22274814 ...K. {D.`.G.H'"
11-23 21:34:34.569: I/DEBUG(1129): 400d07c8 f7f47002 2580ef6c f7f62106 2400e818 .p..l..%.!.....$
11-23 21:34:34.569: I/DEBUG(1129): 400d07d8 0569aa01 60546091 20061c11 f7f59401 ..i..`T`... ....
11-23 21:34:34.569: I/DEBUG(1129): 400d07e8 a905ebc4 20022200 ebccf7f5 ef56f7f4 .....". ......V.
11-23 21:34:34.569: I/DEBUG(1129): code around lr:
11-23 21:34:34.569: I/DEBUG(1129): 400d435c 4b0db5f0 447bb083 9001681c 68a52600 ...K..{D.h...&.h
11-23 21:34:34.569: I/DEBUG(1129): 400d436c e0086867 5ea8220c dd032800 99011c28 gh...".^.(..(...
11-23 21:34:34.569: I/DEBUG(1129): 400d437c 43064788 3f013554 6824d5f4 d1ee2c00 .G.CT5.?..$h.,..
11-23 21:34:34.569: I/DEBUG(1129): 400d438c 1c30b003 46c0bdf0 00028186 1c0fb5f0 ..0....F........
11-23 21:34:34.579: I/DEBUG(1129): 400d439c 43551c3d a906b089 9103604d 90064914 =.UC....M`...I..
11-23 21:34:34.579: I/DEBUG(1129): memory map around addr deadbaad:
11-23 21:34:34.579: I/DEBUG(1129): be9d5000-be9f6000 [stack]
11-23 21:34:34.579: I/DEBUG(1129): (no map for address)
11-23 21:34:34.579: I/DEBUG(1129): ffff0000-ffff1000 [vectors]
11-23 21:34:34.579: I/DEBUG(1129): stack:
11-23 21:34:34.579: I/DEBUG(1129): be9f53c8 be9f53f4 [stack]
11-23 21:34:34.579: I/DEBUG(1129): be9f53cc 20e00001
11-23 21:34:34.579: I/DEBUG(1129): be9f53d0 400fc788 /system/lib/libc.so
11-23 21:34:34.589: I/DEBUG(1129): be9f53d4 400fc718 /system/lib/libc.so
11-23 21:34:34.589: I/DEBUG(1129): be9f53d8 00000000
11-23 21:34:34.589: I/DEBUG(1129): be9f53dc 400d437f /system/lib/libc.so
11-23 21:34:34.589: I/DEBUG(1129): be9f53e0 20e00001
11-23 21:34:34.589: I/DEBUG(1129): be9f53e4 400d30e5 /system/lib/libc.so
11-23 21:34:34.589: I/DEBUG(1129): be9f53e8 40277d63 /system/lib/libnativehelper.so
11-23 21:34:34.589: I/DEBUG(1129): be9f53ec 00000000
11-23 21:34:34.589: I/DEBUG(1129): be9f53f0 00000000
11-23 21:34:34.589: I/DEBUG(1129): be9f53f4 be9f5584 [stack]
11-23 21:34:34.589: I/DEBUG(1129): be9f53f8 00012828 [heap]
11-23 21:34:34.589: I/DEBUG(1129): be9f53fc 400d34fd /system/lib/libc.so
11-23 21:34:34.589: I/DEBUG(1129): be9f5400 df0027ad
11-23 21:34:34.589: I/DEBUG(1129): be9f5404 00000000
11-23 21:34:34.589: I/DEBUG(1129): #00 be9f5408 2f6d6574
11-23 21:34:34.589: I/DEBUG(1129): be9f540c 2f727375
11-23 21:34:34.589: I/DEBUG(1129): be9f5410 00756369
11-23 21:34:34.589: I/DEBUG(1129): be9f5414 4ca8d463
11-23 21:34:34.599: I/DEBUG(1129): be9f5418 0000c428 [heap]
11-23 21:34:34.599: I/DEBUG(1129): be9f541c fffffbdf
11-23 21:34:34.599: I/DEBUG(1129): be9f5420 408d1fa4 /system/lib/libdvm.so
11-23 21:34:34.599: I/DEBUG(1129): be9f5424 0000f2c0 [heap]
11-23 21:34:34.599: I/DEBUG(1129): be9f5428 408d1fa4 /system/lib/libdvm.so
11-23 21:34:34.599: I/DEBUG(1129): be9f542c 40258861 /system/lib/libnativehelper.so
11-23 21:34:34.599: I/DEBUG(1129): #01 be9f5430 0000f2c0 [heap]
11-23 21:34:34.599: I/DEBUG(1129): be9f5434 40258861 /system/lib/libnativehelper.so
11-23 21:34:34.689: I/ServiceManager(1126): service 'media.audio_flinger' died
11-23 21:34:34.689: I/ServiceManager(1126): service 'media.player' died
11-23 21:34:34.689: I/ServiceManager(1126): service 'media.camera' died
11-23 21:34:34.689: I/ServiceManager(1126): service 'media.audio_policy' died
11-23 21:34:34.759: I/Netd(1262): Netd 1.0 starting
11-23 21:34:35.389: D/AndroidRuntime(1260): >>>>>> AndroidRuntime START com.android.internal.os.ZygoteInit <<<<<<
11-23 21:34:35.389: D/AndroidRuntime(1260): CheckJNI is OFF
11-23 21:34:35.489: E/ICU(1260): Couldn't open '/system/usr/icu/icudt46l.dat': No such file or directory
11-23 21:34:35.499: E/libcore(1260): Failed to initialize the core libraries; aborting...
11-23 21:34:35.499: A/libc(1260): Fatal signal 11 (SIGSEGV) at 0xdeadbaad (code=1)
11-23 21:34:35.589: I/(1263): ServiceManager: 0xf958
11-23 21:34:35.589: V/AudioHardware(1263): openMixer_l() mMixerOpenCnt: 0
11-23 21:34:35.589: V/AudioHardware(1263): closeMixer_l() mMixerOpenCnt: 1
11-23 21:34:35.589: I/AudioFlinger(1263): Loaded primary audio interface from LEGACY Audio HW HAL (audio)
11-23 21:34:35.589: I/AudioFlinger(1263): Using 'LEGACY Audio HW HAL' (audio.primary) as the primary audio interface
11-23 21:34:35.589: D/AudioHardwareInterface(1263): setMode(NORMAL)
11-23 21:34:35.599: V/AudioHardware(1263): setMode() : new 0, old 0
11-23 21:34:35.599: D/AudioHardware(1263): ### setMasterVolume_l
11-23 21:34:35.599: I/CameraService(1263): CameraService started (pid=1263)
11-23 21:34:35.599: E/CameraService(1263): Could not load camera HAL module
11-23 21:34:35.609: I/AudioFlinger(1263): AudioFlinger's thread 0x10550 ready to run
11-23 21:34:35.609: W/AudioFlinger(1263): Thread AudioOut_1 cannot connect to the power manager service
11-23 21:34:35.609: D/AudioHardware(1263): AudioStreamOutALSA::setParameters() routing=2
11-23 21:34:35.609: D/AudioHardware(1263): ### setVoiceVolume_l
11-23 21:34:35.609: I/AudioPolicyService(1263): Loaded audio policy from LEGACY Audio Policy HAL (audio_policy)
11-23 21:34:35.999: I/DEBUG(1129): *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** ***
11-23 21:34:35.999: I/DEBUG(1129): Build fingerprint: 'Samsung/cm_spica/spica:4.0.4/IMM76L/eng.jankomuz.20121022.060457:userdebug/test-keys'
11-23 21:34:35.999: I/DEBUG(1129): pid: 1260, tid: 1260 >>> zygote <<<
11-23 21:34:35.999: I/DEBUG(1129): signal 11 (SIGSEGV), code 1 (SEGV_MAPERR), fault addr deadbaad
11-23 21:34:35.999: I/DEBUG(1129): r0 deadbaad r1 0000000c r2 00000027 r3 a0000000
11-23 21:34:35.999: I/DEBUG(1129): r4 00000000 r5 00000000 r6 bec41584 r7 00012828
11-23 21:34:35.999: I/DEBUG(1129): r8 00000000 r9 00000000 10 00000000 fp 00000000
11-23 21:34:35.999: I/DEBUG(1129): ip ffffffff sp bec41408 lr 4009c37f pc 400987c8 cpsr 00000030
11-23 21:34:35.999: I/DEBUG(1129): d0 0000000000000000 d1 0000000000000000
11-23 21:34:35.999: I/DEBUG(1129): d2 0000000000000000 d3 0000000000000000
11-23 21:34:35.999: I/DEBUG(1129): d4 0000000000000000 d5 0000000000000000
11-23 21:34:35.999: I/DEBUG(1129): d6 0000000000000000 d7 0000000000000000
11-23 21:34:35.999: I/DEBUG(1129): d8 0000000000000000 d9 0000000000000000
11-23 21:34:35.999: I/DEBUG(1129): d10 0000000000000000 d11 0000000000000000
11-23 21:34:35.999: I/DEBUG(1129): d12 0000000000000000 d13 0000000000000000
11-23 21:34:35.999: I/DEBUG(1129): d14 0000000000000000 d15 0000000000000000
11-23 21:34:35.999: I/DEBUG(1129): scr 00000000
11-23 21:34:36.149: I/DEBUG(1129): #00 pc 000177c8 /system/lib/libc.so
11-23 21:34:36.149: I/DEBUG(1129): #01 pc 0000c85e /system/lib/libnativehelper.so
11-23 21:34:36.149: I/DEBUG(1129): #02 pc 0000c85e /system/lib/libnativehelper.so
11-23 21:34:36.159: I/DEBUG(1129): #03 pc 0000c67c /system/lib/libnativehelper.so (_Z24jniRegisterSystemMethodsP7_JNIEnv)
11-23 21:34:36.159: I/DEBUG(1129): #04 pc 00052fca /system/lib/libdvm.so (_Z10dvmStartupiPKPKcbP7_JNIEnv)
11-23 21:34:36.159: I/DEBUG(1129): #05 pc 00054624 /system/lib/libdvm.so (JNI_CreateJavaVM)
11-23 21:34:36.159: I/DEBUG(1129): #06 pc 00044a1a /system/lib/libandroid_runtime.so (_ZN7android14AndroidRuntime7startVmEPP7_JavaVMPP7_JNIEnv)
11-23 21:34:36.159: I/DEBUG(1129): #07 pc 00044d34 /system/lib/libandroid_runtime.so (_ZN7android14AndroidRuntime5startEPKcS2_)
11-23 21:34:36.159: I/DEBUG(1129): #08 pc 00008f46 /system/bin/app_process
11-23 21:34:36.159: I/DEBUG(1129): #09 pc 00016662 /system/lib/libc.so (__libc_init)
11-23 21:34:36.159: I/DEBUG(1129): code around pc:
11-23 21:34:36.159: I/DEBUG(1129): 400987a8 1c2bd00c 2d00682d e027d1fb 2a0068da ..+.-h.-..'..h.*
11-23 21:34:36.159: I/DEBUG(1129): 400987b8 4b16d004 447b2001 47906018 22274814 ...K. {D.`.G.H'"
11-23 21:34:36.159: I/DEBUG(1129): 400987c8 f7f47002 2580ef6c f7f62106 2400e818 .p..l..%.!.....$
11-23 21:34:36.159: I/DEBUG(1129): 400987d8 0569aa01 60546091 20061c11 f7f59401 ..i..`T`... ....
11-23 21:34:36.159: I/DEBUG(1129): 400987e8 a905ebc4 20022200 ebccf7f5 ef56f7f4 .....". ......V.
11-23 21:34:36.159: I/DEBUG(1129): code around lr:
11-23 21:34:36.169: I/DEBUG(1129): 4009c35c 4b0db5f0 447bb083 9001681c 68a52600 ...K..{D.h...&.h
11-23 21:34:36.169: I/DEBUG(1129): 4009c36c e0086867 5ea8220c dd032800 99011c28 gh...".^.(..(...
11-23 21:34:36.169: I/DEBUG(1129): 4009c37c 43064788 3f013554 6824d5f4 d1ee2c00 .G.CT5.?..$h.,..
11-23 21:34:36.169: I/DEBUG(1129): 4009c38c 1c30b003 46c0bdf0 00028186 1c0fb5f0 ..0....F........
11-23 21:34:36.169: I/DEBUG(1129): 4009c39c 43551c3d a906b089 9103604d 90064914 =.UC....M`...I..
11-23 21:34:36.169: I/DEBUG(1129): memory map around addr deadbaad:
11-23 21:34:36.169: I/DEBUG(1129): bec21000-bec42000 [stack]
11-23 21:34:36.169: I/DEBUG(1129): (no map for address)
11-23 21:34:36.169: I/DEBUG(1129): ffff0000-ffff1000 [vectors]
11-23 21:34:36.169: I/DEBUG(1129): stack:
11-23 21:34:36.169: I/DEBUG(1129): bec413c8 bec413f4 [stack]
11-23 21:34:36.179: I/DEBUG(1129): bec413cc 20e00001
11-23 21:34:36.179: I/DEBUG(1129): bec413d0 400c4788 /system/lib/libc.so
11-23 21:34:36.179: I/DEBUG(1129): bec413d4 400c4718 /system/lib/libc.so
11-23 21:34:36.179: I/DEBUG(1129): bec413d8 00000000
11-23 21:34:36.179: I/DEBUG(1129): bec413dc 4009c37f /system/lib/libc.so
11-23 21:34:36.179: I/DEBUG(1129): bec413e0 20e00001
11-23 21:34:36.179: I/DEBUG(1129): bec413e4 4009b0e5 /system/lib/libc.so
11-23 21:34:36.179: I/DEBUG(1129): bec413e8 40184d63 /system/lib/libnativehelper.so
11-23 21:34:36.179: I/DEBUG(1129): bec413ec 00000000
11-23 21:34:36.179: I/DEBUG(1129): bec413f0 00000000
11-23 21:34:36.179: I/DEBUG(1129): bec413f4 bec41584 [stack]
11-23 21:34:36.179: I/DEBUG(1129): bec413f8 00012828 [heap]
11-23 21:34:36.179: I/DEBUG(1129): bec413fc 4009b4fd /system/lib/libc.so
11-23 21:34:36.179: I/DEBUG(1129): bec41400 df0027ad
11-23 21:34:36.179: I/DEBUG(1129): bec41404 00000000
11-23 21:34:36.179: I/DEBUG(1129): #00 bec41408 2f6d6574
11-23 21:34:36.179: I/DEBUG(1129): bec4140c 2f727375
11-23 21:34:36.179: I/DEBUG(1129): bec41410 00756369
11-23 21:34:36.179: I/DEBUG(1129): bec41414 020133b5
11-23 21:34:36.179: I/DEBUG(1129): bec41418 0000c428 [heap]
11-23 21:34:36.179: I/DEBUG(1129): bec4141c fffffbdf
11-23 21:34:36.179: I/DEBUG(1129): bec41420 408f2fa4 /system/lib/libdvm.so
11-23 21:34:36.179: I/DEBUG(1129): bec41424 0000f2c0 [heap]
11-23 21:34:36.179: I/DEBUG(1129): bec41428 408f2fa4 /system/lib/libdvm.so
11-23 21:34:36.179: I/DEBUG(1129): bec4142c 40165861 /system/lib/libnativehelper.so
11-23 21:34:36.179: I/DEBUG(1129): #01 bec41430 0000f2c0 [heap]
11-23 21:34:36.179: I/DEBUG(1129): bec41434 40165861 /system/lib/libnativehelper.so
11-23 21:34:36.269: I/ServiceManager(1126): service 'media.audio_flinger' died
11-23 21:34:36.269: I/ServiceManager(1126): service 'media.player' died
11-23 21:34:36.269: I/ServiceManager(1126): service 'media.camera' died
11-23 21:34:36.269: I/ServiceManager(1126): service 'media.audio_policy' died
11-23 21:34:39.350: I/Netd(1286): Netd 1.0 starting
11-23 21:34:40.009: D/AndroidRuntime(1287): >>>>>> AndroidRuntime START com.android.internal.os.ZygoteInit <<<<<<
11-23 21:34:40.019: D/AndroidRuntime(1287): CheckJNI is OFF
11-23 21:34:40.109: E/ICU(1287): Couldn't open '/system/usr/icu/icudt46l.dat': No such file or directory
11-23 21:34:40.119: E/libcore(1287): Failed to initialize the core libraries; aborting...
11-23 21:34:40.119: A/libc(1287): Fatal signal 11 (SIGSEGV) at 0xdeadbaad (code=1)
When phone boot
Code:
11-23 22:00:07.340: I/ActivityManager(1227): Config changed: {1.0 0mcc0mnc en_US layoutdir=0 sw320dp w320dp h455dp nrml port finger -keyb/v/h dpad/v s.7 themeChanged=0 themeChangedFlags=0}
11-23 22:00:07.819: D/dalvikvm(2232): GC_CONCURRENT freed 1932K, 27% free 9196K/12487K, paused 22ms+12ms
11-23 22:00:07.829: I/dalvikvm(2232): Jit: resizing JitTable from 512 to 1024
11-23 22:00:09.029: A/BatteryStatsImpl(1227): problem reading network stats
11-23 22:00:09.029: A/BatteryStatsImpl(1227): java.lang.IllegalStateException: problem parsing idx 1
11-23 22:00:09.029: A/BatteryStatsImpl(1227): at com.android.internal.net.NetworkStatsFactory.readNetworkStatsDetail(NetworkStatsFactory.java:300)
11-23 22:00:09.029: A/BatteryStatsImpl(1227): at com.android.internal.net.NetworkStatsFactory.readNetworkStatsDetail(NetworkStatsFactory.java:250)
11-23 22:00:09.029: A/BatteryStatsImpl(1227): at com.android.internal.os.BatteryStatsImpl.getNetworkStatsDetailGroupedByUid(BatteryStatsImpl.java:5734)
11-23 22:00:09.029: A/BatteryStatsImpl(1227): at com.android.internal.os.BatteryStatsImpl.access$100(BatteryStatsImpl.java:76)
11-23 22:00:09.029: A/BatteryStatsImpl(1227): at com.android.internal.os.BatteryStatsImpl$Uid.computeCurrentTcpBytesReceived(BatteryStatsImpl.java:2457)
11-23 22:00:09.029: A/BatteryStatsImpl(1227): at com.android.internal.os.BatteryStatsImpl$Uid.getTcpBytesReceived(BatteryStatsImpl.java:2446)
11-23 22:00:09.029: A/BatteryStatsImpl(1227): at com.android.internal.os.BatteryStatsImpl.writeSummaryToParcel(BatteryStatsImpl.java:5437)
11-23 22:00:09.029: A/BatteryStatsImpl(1227): at com.android.internal.os.BatteryStatsImpl.writeLocked(BatteryStatsImpl.java:4836)
11-23 22:00:09.029: A/BatteryStatsImpl(1227): at com.android.internal.os.BatteryStatsImpl.writeAsyncLocked(BatteryStatsImpl.java:4818)
11-23 22:00:09.029: A/BatteryStatsImpl(1227): at com.android.internal.os.BatteryStatsImpl.setOnBatteryLocked(BatteryStatsImpl.java:4355)
11-23 22:00:09.029: A/BatteryStatsImpl(1227): at com.android.internal.os.BatteryStatsImpl.setBatteryState(BatteryStatsImpl.java:4394)
11-23 22:00:09.029: A/BatteryStatsImpl(1227): at com.android.server.am.BatteryStatsService.setBatteryState(BatteryStatsService.java:434)
11-23 22:00:09.029: A/BatteryStatsImpl(1227): at com.android.server.BatteryService.processValues(BatteryService.java:252)
11-23 22:00:09.029: A/BatteryStatsImpl(1227): at com.android.server.BatteryService.update(BatteryService.java:234)
11-23 22:00:09.029: A/BatteryStatsImpl(1227): at com.android.server.BatteryService.access$000(BatteryService.java:71)
11-23 22:00:09.029: A/BatteryStatsImpl(1227): at com.android.server.BatteryService$1.onUEvent(BatteryService.java:182)
11-23 22:00:09.029: A/BatteryStatsImpl(1227): at android.os.UEventObserver$UEventThread.run(UEventObserver.java:108)
11-23 22:00:09.029: A/BatteryStatsImpl(1227): Caused by: java.io.FileNotFoundException: /proc/net/xt_qtaguid/stats: open failed: ENOENT (No such file or directory)
11-23 22:00:09.029: A/BatteryStatsImpl(1227): at libcore.io.IoBridge.open(IoBridge.java:406)
11-23 22:00:09.029: A/BatteryStatsImpl(1227): at java.io.FileInputStream.<init>(FileInputStream.java:78)
11-23 22:00:09.029: A/BatteryStatsImpl(1227): at com.android.internal.net.NetworkStatsFactory.readNetworkStatsDetail(NetworkStatsFactory.java:269)
11-23 22:00:09.029: A/BatteryStatsImpl(1227): ... 16 more
11-23 22:00:09.029: A/BatteryStatsImpl(1227): Caused by: libcore.io.ErrnoException: open failed: ENOENT (No such file or directory)
11-23 22:00:09.029: A/BatteryStatsImpl(1227): at libcore.io.Posix.open(Native Method)
11-23 22:00:09.029: A/BatteryStatsImpl(1227): at libcore.io.BlockGuardOs.open(BlockGuardOs.java:110)
11-23 22:00:09.029: A/BatteryStatsImpl(1227): at libcore.io.IoBridge.open(IoBridge.java:390)
11-23 22:00:09.029: A/BatteryStatsImpl(1227): ... 18 more
11-23 22:00:09.179: I/ActivityManager(1227): Start proc com.miui.gallery for broadcast com.miui.gallery/.cloud.PowerChangedRequestSyncReceiver: pid=2315 uid=10007 gids={3003, 1015}
11-23 22:00:09.379: D/dalvikvm(1130): GC_EXPLICIT freed 37K, 36% free 7571K/11779K, paused 4ms+5ms
11-23 22:00:09.499: W/PowerUI(1297): unknown intent: Intent { act=android.intent.action.ACTION_POWER_CONNECTED flg=0x10000010 }
11-23 22:00:09.579: D/dalvikvm(1130): GC_EXPLICIT freed <1K, 36% free 7571K/11779K, paused 9ms+16ms
11-23 22:00:09.679: D/dalvikvm(1130): GC_EXPLICIT freed <1K, 36% free 7571K/11779K, paused 4ms+5ms
11-23 22:00:09.729: I/ActivityThread(2315): Pub com.miui.gallery.cloud.provider: com.miui.gallery.provider.GalleryCloudProvider
11-23 22:00:09.829: I/ActivityThread(2315): Pub com.miui.gallery.provider: com.miui.gallery.provider.GalleryProvider
11-23 22:00:09.929: D/(2315): file: /data/sdcard
11-23 22:00:10.049: D/PowerChangedRequestSyncReceiver(2315): onReceive broadcast
11-23 22:00:10.049: D/PowerChangedRequestSyncReceiver(2315): ACTION_POWER_CONNECTED.
11-23 22:00:10.069: D/DefaultImages(2315): set InitDefaultImages flag as true
11-23 22:00:10.079: D/PowerChangedRequestSyncReceiver(2315): sync not completely finish, request sync.
11-23 22:00:10.219: D/DefaultImages(2315): skip: already files in: /mnt/sdcard/DCIM/Camera
11-23 22:00:10.239: D/DefaultImages(2315): skip: source folder does not exist or not a directory: data/media/.PhotoSample/Screenshots
11-23 22:00:10.809: D/dalvikvm(1227): GC_EXPLICIT freed 319K, 31% free 10723K/15431K, paused 13ms+11ms
11-23 22:00:16.839: I/Process(2276): Sending signal. PID: 2276 SIG: 9
11-23 22:00:16.869: I/ActivityManager(1227): Process com.android.phone (pid 2276) has died.
11-23 22:00:16.869: W/ActivityManager(1227): Service crashed 4 times, stopping: ServiceRecord{4156a548 com.android.stk/.StkAppService}
11-23 22:00:16.869: W/ActivityManager(1227): Scheduling restart of crashed service com.android.phone/.MiuiBluetoothHeadsetService in 1250ms
11-23 22:00:16.879: I/ServiceManager(1124): service 'simphonebook' died
11-23 22:00:16.879: I/ServiceManager(1124): service 'iphonesubinfo' died
11-23 22:00:16.879: I/ServiceManager(1124): service 'isms' died
11-23 22:00:16.879: I/ServiceManager(1124): service 'sip' died
11-23 22:00:16.879: I/ServiceManager(1124): service 'phone' died
11-23 22:00:16.889: V/PhoneStatusBar(1297): setLightsOn(true)
11-23 22:00:16.949: I/ActivityManager(1227): Start proc com.android.phone for restart com.android.phone: pid=2351 uid=1001 gids={3002, 3001, 3003, 1015}
11-23 22:00:17.319: I/ActivityThread(2351): Pub mms: com.android.providers.telephony.MmsProvider
11-23 22:00:17.389: D/MmsSmsDatabaseHelper(2351): [MmsSmsDb] tableName: threads hasAutoIncrement: CREATE TABLE threads (_id INTEGER PRIMARY KEY AUTOINCREMENT,date INTEGER DEFAULT 0,message_count INTEGER DEFAULT 0,unread_count INTEGER DEFAULT 0,recipient_ids TEXT,snippet TEXT,snippet_cs INTEGER DEFAULT 0,read INTEGER DEFAULT 1,type INTEGER DEFAULT 0,error INTEGER DEFAULT 0,has_attachment INTEGER DEFAULT 0) result: true
11-23 22:00:17.399: D/MmsSmsDatabaseHelper(2351): [MmsSmsDb] tableName: canonical_addresses hasAutoIncrement: CREATE TABLE canonical_addresses (_id INTEGER PRIMARY KEY AUTOINCREMENT,address TEXT) result: true
11-23 22:00:17.399: D/MmsSmsDatabaseHelper(2351): [getWritableDatabase] hasAutoIncrementThreads: true hasAutoIncrementAddresses: true
11-23 22:00:17.409: I/ActivityThread(2351): Pub sms: com.android.providers.telephony.SmsProvider
11-23 22:00:17.419: I/ActivityThread(2351): Pub telephony: com.android.providers.telephony.TelephonyProvider
11-23 22:00:17.429: W/TelephonyProvider(2351): onCreate: confFile=/system/etc/apns-conf.xml oldCheckSum=-1
11-23 22:00:17.449: I/ActivityThread(2351): Pub firewall: com.android.providers.telephony.FirewallProvider
11-23 22:00:17.449: I/ActivityThread(2351): Pub mms-sms: com.android.providers.telephony.MmsSmsProvider
11-23 22:00:17.469: I/ActivityThread(2351): Pub icc: com.android.phone.MiuiIccProvider
11-23 22:00:17.749: D/(2351): [ApnContext] set reason as dataEnabled, for type default,current state IDLE
11-23 22:00:17.759: D/(2351): [ApnContext] set reason as dataEnabled, for type mms,current state IDLE
11-23 22:00:17.759: D/(2351): [ApnContext] set reason as dataEnabled, for type supl,current state IDLE
11-23 22:00:17.759: D/(2351): [ApnContext] set reason as dataEnabled, for type dun,current state IDLE
11-23 22:00:17.769: D/(2351): [ApnContext] set reason as dataEnabled, for type hipri,current state IDLE
11-23 22:00:17.809: D/CAT(2351): CatService: Running CAT service. STK app installed:true
11-23 22:00:17.809: D/CAT(2351): CatService: NEW sInstance
11-23 22:00:17.819: D/CallManager(2351): registerPhone(GSM Handler (com.android.internal.telephony.PhoneProxy) {41230560})
11-23 22:00:17.979: W/ActivityManager(1227): Unable to start service Intent { act=com.android.ussd.IExtendedNetworkService }: not found
11-23 22:00:18.109: W/ActivityManager(1227): Permission Denial: broadcasting Intent { act=android.intent.action.SIM_STATE_CHANGED flg=0x20000010 (has extras) } from null (pid=2351, uid=1001) requires com.miui.cloudservice.permission.FIND_DEVICE due to receiver com.android.settings/com.android.settings.deviceinfo.LockDeviceReceiver
11-23 22:00:18.409: D/CAT(2351): CatService: SIM ready. Reporting STK service running now...
11-23 22:00:18.489: D/Bluetooth HSHFP(2351): Starting BluetoothHeadsetService
11-23 22:00:18.609: D/StatusBar.NetworkController(1297): updateTelephonySignalStrength: mSignalStrength == 16(GSM) 16(CDMA)
11-23 22:00:18.699: V/SipBroadcastReceiver(2351): start auto registration
11-23 22:00:18.709: W/ActivityManager(1227): Permission Denial: broadcasting Intent { act=android.intent.action.SIM_STATE_CHANGED flg=0x20000010 (has extras) } from null (pid=2351, uid=1001) requires com.miui.cloudservice.permission.FIND_DEVICE due to receiver com.android.settings/com.android.settings.deviceinfo.LockDeviceReceiver
11-23 22:00:18.869: V/Mms(1605): [1] MmsSystemEventReceiver.java(131): Intent received: Intent { act=android.intent.action.SERVICE_STATE flg=0x10 (has extras) }
11-23 22:00:18.959: V/Mms(1605): [1] MmsSystemEventReceiver.java(140): ACTION_SERVICE_STATE_CHANGED: 0
11-23 22:00:19.219: A/NetworkStats(1227): problem reading network stats
11-23 22:00:19.219: A/NetworkStats(1227): java.lang.IllegalStateException: problem parsing idx 1
11-23 22:00:19.219: A/NetworkStats(1227): at com.android.internal.net.NetworkStatsFactory.readNetworkStatsDetail(NetworkStatsFactory.java:300)
11-23 22:00:19.219: A/NetworkStats(1227): at com.android.server.NetworkManagementService.getNetworkStatsUidDetail(NetworkManagementService.java:1282)
11-23 22:00:19.219: A/NetworkStats(1227): at com.android.server.net.NetworkStatsService.performPollLocked(NetworkStatsService.java:831)
11-23 22:00:19.219: A/NetworkStats(1227): at com.android.server.net.NetworkStatsService.updateIfacesLocked(NetworkStatsService.java:743)
11-23 22:00:19.219: A/NetworkStats(1227): at com.android.server.net.NetworkStatsService.updateIfaces(NetworkStatsService.java:721)
11-23 22:00:19.219: A/NetworkStats(1227): at com.android.server.net.NetworkStatsService.access$000(NetworkStatsService.java:128)
11-23 22:00:19.219: A/NetworkStats(1227): at com.android.server.net.NetworkStatsService$8.handleMessage(NetworkStatsService.java:1633)
11-23 22:00:19.219: A/NetworkStats(1227): at android.os.Handler.dispatchMessage(Handler.java:95)
11-23 22:00:19.219: A/NetworkStats(1227): at android.os.Looper.loop(Looper.java:137)
11-23 22:00:19.219: A/NetworkStats(1227): at android.os.HandlerThread.run(HandlerThread.java:60)
11-23 22:00:19.219: A/NetworkStats(1227): Caused by: java.io.FileNotFoundException: /proc/net/xt_qtaguid/stats: open failed: ENOENT (No such file or directory)
11-23 22:00:19.219: A/NetworkStats(1227): at libcore.io.IoBridge.open(IoBridge.java:406)
11-23 22:00:19.219: A/NetworkStats(1227): at java.io.FileInputStream.<init>(FileInputStream.java:78)
11-23 22:00:19.219: A/NetworkStats(1227): at com.android.internal.net.NetworkStatsFactory.readNetworkStatsDetail(NetworkStatsFactory.java:269)
11-23 22:00:19.219: A/NetworkStats(1227): ... 9 more
11-23 22:00:19.219: A/NetworkStats(1227): Caused by: libcore.io.ErrnoException: open failed: ENOENT (No such file or directory)
11-23 22:00:19.219: A/NetworkStats(1227): at libcore.io.Posix.open(Native Method)
11-23 22:00:19.219: A/NetworkStats(1227): at libcore.io.BlockGuardOs.open(BlockGuardOs.java:110)
11-23 22:00:19.219: A/NetworkStats(1227): at libcore.io.IoBridge.open(IoBridge.java:390)
11-23 22:00:19.219: A/NetworkStats(1227): ... 11 more
11-23 22:00:19.659: A/NetworkStats(1227): problem reading network stats
11-23 22:00:19.659: A/NetworkStats(1227): java.lang.IllegalStateException: problem parsing idx 1
11-23 22:00:19.659: A/NetworkStats(1227): at com.android.internal.net.NetworkStatsFactory.readNetworkStatsDetail(NetworkStatsFactory.java:300)
11-23 22:00:19.659: A/NetworkStats(1227): at com.android.server.NetworkManagementService.getNetworkStatsUidDetail(NetworkManagementService.java:1282)
11-23 22:00:19.659: A/NetworkStats(1227): at com.android.server.net.NetworkStatsService.performPollLocked(NetworkStatsService.java:831)
11-23 22:00:19.659: A/NetworkStats(1227): at com.android.server.net.NetworkStatsService.updateIfacesLocked(NetworkStatsService.java:743)
11-23 22:00:19.659: A/NetworkStats(1227): at com.android.server.net.NetworkStatsService.updateIfaces(NetworkStatsService.java:721)
11-23 22:00:19.659: A/NetworkStats(1227): at com.android.server.net.NetworkStatsService.access$000(NetworkStatsService.java:128)
11-23 22:00:19.659: A/NetworkStats(1227): at com.android.server.net.NetworkStatsService$8.handleMessage(NetworkStatsService.java:1633)
11-23 22:00:19.659: A/NetworkStats(1227): at android.os.Handler.dispatchMessage(Handler.java:95)
11-23 22:00:19.659: A/NetworkStats(1227): at android.os.Looper.loop(Looper.java:137)
11-23 22:00:19.659: A/NetworkStats(1227): at android.os.HandlerThread.run(HandlerThread.java:60)
11-23 22:00:19.659: A/NetworkStats(1227): Caused by: java.io.FileNotFoundException: /proc/net/xt_qtaguid/stats: open failed: ENOENT (No such file or directory)
11-23 22:00:19.659: A/NetworkStats(1227): at libcore.io.IoBridge.open(IoBridge.java:406)
11-23 22:00:19.659: A/NetworkStats(1227): at java.io.FileInputStream.<init>(FileInputStream.java:78)
11-23 22:00:19.659: A/NetworkStats(1227): at com.android.internal.net.NetworkStatsFactory.readNetworkStatsDetail(NetworkStatsFactory.java:269)
11-23 22:00:19.659: A/NetworkStats(1227): ... 9 more
11-23 22:00:19.659: A/NetworkStats(1227): Caused by: libcore.io.ErrnoException: open failed: ENOENT (No such file or directory)
11-23 22:00:19.659: A/NetworkStats(1227): at libcore.io.Posix.open(Native Method)
11-23 22:00:19.659: A/NetworkStats(1227): at libcore.io.BlockGuardOs.open(BlockGuardOs.java:110)
11-23 22:00:19.659: A/NetworkStats(1227): at libcore.io.IoBridge.open(IoBridge.java:390)
11-23 22:00:19.659: A/NetworkStats(1227): ... 11 more
11-23 22:00:25.589: E/SIM(2351): [SIMRecords] onAllRecordsLoaded: imsi is NULL!
11-23 22:00:25.619: W/ActivityManager(1227): Permission Denial: broadcasting Intent { act=android.intent.action.SIM_STATE_CHANGED flg=0x20000010 (has extras) } from null (pid=2351, uid=1001) requires com.miui.cloudservice.permission.FIND_DEVICE due to receiver com.android.settings/com.android.settings.deviceinfo.LockDeviceReceiver
11-23 22:00:25.799: E/TelephonyProvider(2351): Failed setting numeric 'null' to the current operator
11-23 22:00:38.099: D/StatusBar.NetworkController(1297): updateTelephonySignalStrength: mSignalStrength == 16(GSM) 16(CDMA)
After analyzing the Bootup log output:
1. There is an unknown intent trying to be passed that's dealing with critical power management unknown intent: Intent { act=android.intent.action.ACTION_POWER_CONNECTED flg=0x10000010 }
2. Phone service is crashing ServiceRecord{4156a548 com.android.stk/.StkAppService}
3. Bluetooth headset service is crashing com.android.phone/.MiuiBluetoothHeadsetService
4. There may be a problem with your APN list confFile=/system/etc/apns-conf.xml oldCheckSum=-1
5. Problem connecting to phone network services Unable to start service Intent { act=com.android.ussd.IExtendedNetworkService }: not found
6. Permission problems with SIM connectivity Permission Denial: broadcasting Intent { act=android.intent.action.SIM_STATE_CHANGED flg=0x20000010 (has extras) } from null (pid=2351, uid=1001) requires com.miui.cloudservice.permission.FIND_DEVICE due to receiver com.android.settings/com.android.settings.deviceinfo.LockDeviceReceiver
7. More SIM problems [SIMRecords] onAllRecordsLoaded: imsi is NULL!
8. Telephone problems E/TelephonyProvider(2351): Failed setting numeric 'null' to the current operator
Unfortunately the solution for fixing these problems doesn't necessarily have a easy answer. Regarding the first problem there seems to be a power management problem with setting certain values that deal with the system powering up this is likely what is causing the bootloops you mentioned. For the second and third problems one reason the phone service seems to be crashing is because the Bluetooth headset service is crashing, take a look at com.android.phone/.MiuiBluetoothHeadsetService and com.android.stk/.StkAppService to see if you can find any helpful information in there that may suggest a fix. For problems four through eight it seems the other reason the phone service is crashing it because your APN list is incorrect, out of date, or may contain errors, try using Cyanogenmod's APN list and see if that helps. There appears also to be permission errors with the program that controls SIM access which is preventing it from connecting to certain services, make sure that these programs have the proper permissions set.
a_swed said:
Code:
11-23 21:34:30.649: D/dalvikvm(1132): DEX prep '/system/framework/services.jar': unzip in 170ms, rewrite 4869ms
11-23 21:34:30.789: D/dalvikvm(1132): DexOpt: --- BEGIN 'apache-xml.jar' (bootstrap=1) ---
11-23 21:34:32.909: D/dalvikvm(1258): DexOpt: load 173ms, verify+opt 1703ms
11-23 21:34:33.169: D/dalvikvm(1132): DexOpt: --- END 'apache-xml.jar' (success) ---
11-23 21:34:33.169: D/dalvikvm(1132): DEX prep '/system/framework/apache-xml.jar': unzip in 122ms, rewrite 2385ms
11-23 21:34:33.209: D/dalvikvm(1132): DexOpt: --- BEGIN 'filterfw.jar' (bootstrap=1) ---
11-23 21:34:33.759: D/dalvikvm(1259): DexOpt: load 49ms, verify+opt 390ms
11-23 21:34:33.829: D/dalvikvm(1132): DexOpt: --- END 'filterfw.jar' (success) ---
11-23 21:34:33.829: D/dalvikvm(1132): DEX prep '/system/framework/filterfw.jar': unzip in 26ms, rewrite 619ms
11-23 21:34:33.869: E/ICU(1132): Couldn't open '/system/usr/icu/icudt46l.dat': No such file or directory
11-23 21:34:33.869: E/libcore(1132): Failed to initialize the core libraries; aborting...
11-23 21:34:33.869: A/libc(1132): Fatal signal 11 (SIGSEGV) at 0xdeadbaad (code=1)
11-23 21:34:34.369: I/DEBUG(1129): *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** ***
11-23 21:34:34.369: I/DEBUG(1129): Build fingerprint: 'Samsung/cm_spica/spica:4.0.4/IMM76L/eng.jankomuz.20121022.060457:userdebug/test-keys'
11-23 21:34:34.369: I/DEBUG(1129): pid: 1132, tid: 1132 >>> zygote <<<
11-23 21:34:34.379: I/DEBUG(1129): signal 11 (SIGSEGV), code 1 (SEGV_MAPERR), fault addr deadbaad
11-23 21:34:34.379: I/DEBUG(1129): r0 deadbaad r1 0000000c r2 00000027 r3 a0000000
11-23 21:34:34.379: I/DEBUG(1129): r4 00000000 r5 00000000 r6 be9f5584 r7 00012828
11-23 21:34:34.379: I/DEBUG(1129): r8 00000000 r9 00000000 10 00000000 fp 00000000
11-23 21:34:34.379: I/DEBUG(1129): ip ffffffff sp be9f5408 lr 400d437f pc 400d07c8 cpsr 00000030
11-23 21:34:34.389: I/DEBUG(1129): d0 0000000000000000 d1 0000000000000000
11-23 21:34:34.389: I/DEBUG(1129): d2 0000000000000000 d3 0000000000000000
11-23 21:34:34.389: I/DEBUG(1129): d4 0000000000000000 d5 0000000000000000
11-23 21:34:34.389: I/DEBUG(1129): d6 0000000000000000 d7 0000000000000000
11-23 21:34:34.389: I/DEBUG(1129): d8 0000000000000000 d9 0000000000000000
11-23 21:34:34.389: I/DEBUG(1129): d10 0000000000000000 d11 0000000000000000
11-23 21:34:34.389: I/DEBUG(1129): d12 0000000000000000 d13 0000000000000000
11-23 21:34:34.389: I/DEBUG(1129): d14 0000000000000000 d15 0000000000000000
11-23 21:34:34.389: I/DEBUG(1129): scr 00000000
11-23 21:34:34.549: I/DEBUG(1129): #00 pc 000177c8 /system/lib/libc.so
11-23 21:34:34.549: I/DEBUG(1129): #01 pc 0000c85e /system/lib/libnativehelper.so
11-23 21:34:34.549: I/DEBUG(1129): #02 pc 0000c85e /system/lib/libnativehelper.so
11-23 21:34:34.549: I/DEBUG(1129): #03 pc 0000c67c /system/lib/libnativehelper.so (_Z24jniRegisterSystemMethodsP7_JNIEnv)
11-23 21:34:34.549: I/DEBUG(1129): #04 pc 00052fca /system/lib/libdvm.so (_Z10dvmStartupiPKPKcbP7_JNIEnv)
11-23 21:34:34.559: I/DEBUG(1129): #05 pc 00054624 /system/lib/libdvm.so (JNI_CreateJavaVM)
11-23 21:34:34.559: I/DEBUG(1129): #06 pc 00044a1a /system/lib/libandroid_runtime.so (_ZN7android14AndroidRuntime7startVmEPP7_JavaVMPP7_JNIEnv)
11-23 21:34:34.559: I/DEBUG(1129): #07 pc 00044d34 /system/lib/libandroid_runtime.so (_ZN7android14AndroidRuntime5startEPKcS2_)
11-23 21:34:34.559: I/DEBUG(1129): #08 pc 00008f46 /system/bin/app_process
11-23 21:34:34.559: I/DEBUG(1129): #09 pc 00016662 /system/lib/libc.so (__libc_init)
11-23 21:34:34.559: I/DEBUG(1129): code around pc:
11-23 21:34:34.559: I/DEBUG(1129): 400d07a8 1c2bd00c 2d00682d e027d1fb 2a0068da ..+.-h.-..'..h.*
11-23 21:34:34.569: I/DEBUG(1129): 400d07b8 4b16d004 447b2001 47906018 22274814 ...K. {D.`.G.H'"
11-23 21:34:34.569: I/DEBUG(1129): 400d07c8 f7f47002 2580ef6c f7f62106 2400e818 .p..l..%.!.....$
11-23 21:34:34.569: I/DEBUG(1129): 400d07d8 0569aa01 60546091 20061c11 f7f59401 ..i..`T`... ....
11-23 21:34:34.569: I/DEBUG(1129): 400d07e8 a905ebc4 20022200 ebccf7f5 ef56f7f4 .....". ......V.
11-23 21:34:34.569: I/DEBUG(1129): code around lr:
11-23 21:34:34.569: I/DEBUG(1129): 400d435c 4b0db5f0 447bb083 9001681c 68a52600 ...K..{D.h...&.h
11-23 21:34:34.569: I/DEBUG(1129): 400d436c e0086867 5ea8220c dd032800 99011c28 gh...".^.(..(...
11-23 21:34:34.569: I/DEBUG(1129): 400d437c 43064788 3f013554 6824d5f4 d1ee2c00 .G.CT5.?..$h.,..
11-23 21:34:34.569: I/DEBUG(1129): 400d438c 1c30b003 46c0bdf0 00028186 1c0fb5f0 ..0....F........
11-23 21:34:34.579: I/DEBUG(1129): 400d439c 43551c3d a906b089 9103604d 90064914 =.UC....M`...I..
11-23 21:34:34.579: I/DEBUG(1129): memory map around addr deadbaad:
11-23 21:34:34.579: I/DEBUG(1129): be9d5000-be9f6000 [stack]
11-23 21:34:34.579: I/DEBUG(1129): (no map for address)
11-23 21:34:34.579: I/DEBUG(1129): ffff0000-ffff1000 [vectors]
11-23 21:34:34.579: I/DEBUG(1129): stack:
11-23 21:34:34.579: I/DEBUG(1129): be9f53c8 be9f53f4 [stack]
11-23 21:34:34.579: I/DEBUG(1129): be9f53cc 20e00001
11-23 21:34:34.579: I/DEBUG(1129): be9f53d0 400fc788 /system/lib/libc.so
11-23 21:34:34.589: I/DEBUG(1129): be9f53d4 400fc718 /system/lib/libc.so
11-23 21:34:34.589: I/DEBUG(1129): be9f53d8 00000000
11-23 21:34:34.589: I/DEBUG(1129): be9f53dc 400d437f /system/lib/libc.so
11-23 21:34:34.589: I/DEBUG(1129): be9f53e0 20e00001
11-23 21:34:34.589: I/DEBUG(1129): be9f53e4 400d30e5 /system/lib/libc.so
11-23 21:34:34.589: I/DEBUG(1129): be9f53e8 40277d63 /system/lib/libnativehelper.so
11-23 21:34:34.589: I/DEBUG(1129): be9f53ec 00000000
11-23 21:34:34.589: I/DEBUG(1129): be9f53f0 00000000
11-23 21:34:34.589: I/DEBUG(1129): be9f53f4 be9f5584 [stack]
11-23 21:34:34.589: I/DEBUG(1129): be9f53f8 00012828 [heap]
11-23 21:34:34.589: I/DEBUG(1129): be9f53fc 400d34fd /system/lib/libc.so
11-23 21:34:34.589: I/DEBUG(1129): be9f5400 df0027ad
11-23 21:34:34.589: I/DEBUG(1129): be9f5404 00000000
11-23 21:34:34.589: I/DEBUG(1129): #00 be9f5408 2f6d6574
11-23 21:34:34.589: I/DEBUG(1129): be9f540c 2f727375
11-23 21:34:34.589: I/DEBUG(1129): be9f5410 00756369
11-23 21:34:34.589: I/DEBUG(1129): be9f5414 4ca8d463
11-23 21:34:34.599: I/DEBUG(1129): be9f5418 0000c428 [heap]
11-23 21:34:34.599: I/DEBUG(1129): be9f541c fffffbdf
11-23 21:34:34.599: I/DEBUG(1129): be9f5420 408d1fa4 /system/lib/libdvm.so
11-23 21:34:34.599: I/DEBUG(1129): be9f5424 0000f2c0 [heap]
11-23 21:34:34.599: I/DEBUG(1129): be9f5428 408d1fa4 /system/lib/libdvm.so
11-23 21:34:34.599: I/DEBUG(1129): be9f542c 40258861 /system/lib/libnativehelper.so
11-23 21:34:34.599: I/DEBUG(1129): #01 be9f5430 0000f2c0 [heap]
11-23 21:34:34.599: I/DEBUG(1129): be9f5434 40258861 /system/lib/libnativehelper.so
11-23 21:34:34.689: I/ServiceManager(1126): service 'media.audio_flinger' died
11-23 21:34:34.689: I/ServiceManager(1126): service 'media.player' died
11-23 21:34:34.689: I/ServiceManager(1126): service 'media.camera' died
11-23 21:34:34.689: I/ServiceManager(1126): service 'media.audio_policy' died
11-23 21:34:34.759: I/Netd(1262): Netd 1.0 starting
11-23 21:34:35.389: D/AndroidRuntime(1260): >>>>>> AndroidRuntime START com.android.internal.os.ZygoteInit <<<<<<
11-23 21:34:35.389: D/AndroidRuntime(1260): CheckJNI is OFF
11-23 21:34:35.489: E/ICU(1260): Couldn't open '/system/usr/icu/icudt46l.dat': No such file or directory
11-23 21:34:35.499: E/libcore(1260): Failed to initialize the core libraries; aborting...
11-23 21:34:35.499: A/libc(1260): Fatal signal 11 (SIGSEGV) at 0xdeadbaad (code=1)
11-23 21:34:35.589: I/(1263): ServiceManager: 0xf958
11-23 21:34:35.589: V/AudioHardware(1263): openMixer_l() mMixerOpenCnt: 0
11-23 21:34:35.589: V/AudioHardware(1263): closeMixer_l() mMixerOpenCnt: 1
11-23 21:34:35.589: I/AudioFlinger(1263): Loaded primary audio interface from LEGACY Audio HW HAL (audio)
11-23 21:34:35.589: I/AudioFlinger(1263): Using 'LEGACY Audio HW HAL' (audio.primary) as the primary audio interface
11-23 21:34:35.589: D/AudioHardwareInterface(1263): setMode(NORMAL)
11-23 21:34:35.599: V/AudioHardware(1263): setMode() : new 0, old 0
11-23 21:34:35.599: D/AudioHardware(1263): ### setMasterVolume_l
11-23 21:34:35.599: I/CameraService(1263): CameraService started (pid=1263)
11-23 21:34:35.599: E/CameraService(1263): Could not load camera HAL module
11-23 21:34:35.609: I/AudioFlinger(1263): AudioFlinger's thread 0x10550 ready to run
11-23 21:34:35.609: W/AudioFlinger(1263): Thread AudioOut_1 cannot connect to the power manager service
11-23 21:34:35.609: D/AudioHardware(1263): AudioStreamOutALSA::setParameters() routing=2
11-23 21:34:35.609: D/AudioHardware(1263): ### setVoiceVolume_l
11-23 21:34:35.609: I/AudioPolicyService(1263): Loaded audio policy from LEGACY Audio Policy HAL (audio_policy)
11-23 21:34:35.999: I/DEBUG(1129): *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** ***
11-23 21:34:35.999: I/DEBUG(1129): Build fingerprint: 'Samsung/cm_spica/spica:4.0.4/IMM76L/eng.jankomuz.20121022.060457:userdebug/test-keys'
11-23 21:34:35.999: I/DEBUG(1129): pid: 1260, tid: 1260 >>> zygote <<<
11-23 21:34:35.999: I/DEBUG(1129): signal 11 (SIGSEGV), code 1 (SEGV_MAPERR), fault addr deadbaad
11-23 21:34:35.999: I/DEBUG(1129): r0 deadbaad r1 0000000c r2 00000027 r3 a0000000
11-23 21:34:35.999: I/DEBUG(1129): r4 00000000 r5 00000000 r6 bec41584 r7 00012828
11-23 21:34:35.999: I/DEBUG(1129): r8 00000000 r9 00000000 10 00000000 fp 00000000
11-23 21:34:35.999: I/DEBUG(1129): ip ffffffff sp bec41408 lr 4009c37f pc 400987c8 cpsr 00000030
11-23 21:34:35.999: I/DEBUG(1129): d0 0000000000000000 d1 0000000000000000
11-23 21:34:35.999: I/DEBUG(1129): d2 0000000000000000 d3 0000000000000000
11-23 21:34:35.999: I/DEBUG(1129): d4 0000000000000000 d5 0000000000000000
11-23 21:34:35.999: I/DEBUG(1129): d6 0000000000000000 d7 0000000000000000
11-23 21:34:35.999: I/DEBUG(1129): d8 0000000000000000 d9 0000000000000000
11-23 21:34:35.999: I/DEBUG(1129): d10 0000000000000000 d11 0000000000000000
11-23 21:34:35.999: I/DEBUG(1129): d12 0000000000000000 d13 0000000000000000
11-23 21:34:35.999: I/DEBUG(1129): d14 0000000000000000 d15 0000000000000000
11-23 21:34:35.999: I/DEBUG(1129): scr 00000000
11-23 21:34:36.149: I/DEBUG(1129): #00 pc 000177c8 /system/lib/libc.so
11-23 21:34:36.149: I/DEBUG(1129): #01 pc 0000c85e /system/lib/libnativehelper.so
11-23 21:34:36.149: I/DEBUG(1129): #02 pc 0000c85e /system/lib/libnativehelper.so
11-23 21:34:36.159: I/DEBUG(1129): #03 pc 0000c67c /system/lib/libnativehelper.so (_Z24jniRegisterSystemMethodsP7_JNIEnv)
11-23 21:34:36.159: I/DEBUG(1129): #04 pc 00052fca /system/lib/libdvm.so (_Z10dvmStartupiPKPKcbP7_JNIEnv)
11-23 21:34:36.159: I/DEBUG(1129): #05 pc 00054624 /system/lib/libdvm.so (JNI_CreateJavaVM)
11-23 21:34:36.159: I/DEBUG(1129): #06 pc 00044a1a /system/lib/libandroid_runtime.so (_ZN7android14AndroidRuntime7startVmEPP7_JavaVMPP7_JNIEnv)
11-23 21:34:36.159: I/DEBUG(1129): #07 pc 00044d34 /system/lib/libandroid_runtime.so (_ZN7android14AndroidRuntime5startEPKcS2_)
11-23 21:34:36.159: I/DEBUG(1129): #08 pc 00008f46 /system/bin/app_process
11-23 21:34:36.159: I/DEBUG(1129): #09 pc 00016662 /system/lib/libc.so (__libc_init)
11-23 21:34:36.159: I/DEBUG(1129): code around pc:
11-23 21:34:36.159: I/DEBUG(1129): 400987a8 1c2bd00c 2d00682d e027d1fb 2a0068da ..+.-h.-..'..h.*
11-23 21:34:36.159: I/DEBUG(1129): 400987b8 4b16d004 447b2001 47906018 22274814 ...K. {D.`.G.H'"
11-23 21:34:36.159: I/DEBUG(1129): 400987c8 f7f47002 2580ef6c f7f62106 2400e818 .p..l..%.!.....$
11-23 21:34:36.159: I/DEBUG(1129): 400987d8 0569aa01 60546091 20061c11 f7f59401 ..i..`T`... ....
11-23 21:34:36.159: I/DEBUG(1129): 400987e8 a905ebc4 20022200 ebccf7f5 ef56f7f4 .....". ......V.
11-23 21:34:36.159: I/DEBUG(1129): code around lr:
11-23 21:34:36.169: I/DEBUG(1129): 4009c35c 4b0db5f0 447bb083 9001681c 68a52600 ...K..{D.h...&.h
11-23 21:34:36.169: I/DEBUG(1129): 4009c36c e0086867 5ea8220c dd032800 99011c28 gh...".^.(..(...
11-23 21:34:36.169: I/DEBUG(1129): 4009c37c 43064788 3f013554 6824d5f4 d1ee2c00 .G.CT5.?..$h.,..
11-23 21:34:36.169: I/DEBUG(1129): 4009c38c 1c30b003 46c0bdf0 00028186 1c0fb5f0 ..0....F........
11-23 21:34:36.169: I/DEBUG(1129): 4009c39c 43551c3d a906b089 9103604d 90064914 =.UC....M`...I..
11-23 21:34:36.169: I/DEBUG(1129): memory map around addr deadbaad:
11-23 21:34:36.169: I/DEBUG(1129): bec21000-bec42000 [stack]
11-23 21:34:36.169: I/DEBUG(1129): (no map for address)
11-23 21:34:36.169: I/DEBUG(1129): ffff0000-ffff1000 [vectors]
11-23 21:34:36.169: I/DEBUG(1129): stack:
11-23 21:34:36.169: I/DEBUG(1129): bec413c8 bec413f4 [stack]
11-23 21:34:36.179: I/DEBUG(1129): bec413cc 20e00001
11-23 21:34:36.179: I/DEBUG(1129): bec413d0 400c4788 /system/lib/libc.so
11-23 21:34:36.179: I/DEBUG(1129): bec413d4 400c4718 /system/lib/libc.so
11-23 21:34:36.179: I/DEBUG(1129): bec413d8 00000000
11-23 21:34:36.179: I/DEBUG(1129): bec413dc 4009c37f /system/lib/libc.so
11-23 21:34:36.179: I/DEBUG(1129): bec413e0 20e00001
11-23 21:34:36.179: I/DEBUG(1129): bec413e4 4009b0e5 /system/lib/libc.so
11-23 21:34:36.179: I/DEBUG(1129): bec413e8 40184d63 /system/lib/libnativehelper.so
11-23 21:34:36.179: I/DEBUG(1129): bec413ec 00000000
11-23 21:34:36.179: I/DEBUG(1129): bec413f0 00000000
11-23 21:34:36.179: I/DEBUG(1129): bec413f4 bec41584 [stack]
11-23 21:34:36.179: I/DEBUG(1129): bec413f8 00012828 [heap]
11-23 21:34:36.179: I/DEBUG(1129): bec413fc 4009b4fd /system/lib/libc.so
11-23 21:34:36.179: I/DEBUG(1129): bec41400 df0027ad
11-23 21:34:36.179: I/DEBUG(1129): bec41404 00000000
11-23 21:34:36.179: I/DEBUG(1129): #00 bec41408 2f6d6574
11-23 21:34:36.179: I/DEBUG(1129): bec4140c 2f727375
11-23 21:34:36.179: I/DEBUG(1129): bec41410 00756369
11-23 21:34:36.179: I/DEBUG(1129): bec41414 020133b5
11-23 21:34:36.179: I/DEBUG(1129): bec41418 0000c428 [heap]
11-23 21:34:36.179: I/DEBUG(1129): bec4141c fffffbdf
11-23 21:34:36.179: I/DEBUG(1129): bec41420 408f2fa4 /system/lib/libdvm.so
11-23 21:34:36.179: I/DEBUG(1129): bec41424 0000f2c0 [heap]
11-23 21:34:36.179: I/DEBUG(1129): bec41428 408f2fa4 /system/lib/libdvm.so
11-23 21:34:36.179: I/DEBUG(1129): bec4142c 40165861 /system/lib/libnativehelper.so
11-23 21:34:36.179: I/DEBUG(1129): #01 bec41430 0000f2c0 [heap]
11-23 21:34:36.179: I/DEBUG(1129): bec41434 40165861 /system/lib/libnativehelper.so
11-23 21:34:36.269: I/ServiceManager(1126): service 'media.audio_flinger' died
11-23 21:34:36.269: I/ServiceManager(1126): service 'media.player' died
11-23 21:34:36.269: I/ServiceManager(1126): service 'media.camera' died
11-23 21:34:36.269: I/ServiceManager(1126): service 'media.audio_policy' died
11-23 21:34:39.350: I/Netd(1286): Netd 1.0 starting
11-23 21:34:40.009: D/AndroidRuntime(1287): >>>>>> AndroidRuntime START com.android.internal.os.ZygoteInit <<<<<<
11-23 21:34:40.019: D/AndroidRuntime(1287): CheckJNI is OFF
11-23 21:34:40.109: E/ICU(1287): Couldn't open '/system/usr/icu/icudt46l.dat': No such file or directory
11-23 21:34:40.119: E/libcore(1287): Failed to initialize the core libraries; aborting...
11-23 21:34:40.119: A/libc(1287): Fatal signal 11 (SIGSEGV) at 0xdeadbaad (code=1)
Click to expand...
Click to collapse
Starting off analyzing this log:
1. There seems to be a missing file in /system/usr/icu/icudt46l.dat
2. Problems with the Bionic library specifically dealing with libcore and libc
3. The camera module fails to load properly specifically the camera HAL module
4. Warning message about audio out not being able to connect to the power management service
The first two problems can possibly be fixed by finding taking the files from the base ROM you used in and replacing them with the files in the MIUI port ROM you are making, for example take the /system/usr/icu/icudt46l.dat file from the Base ROM then navigate to /system/usr/icu/icudt46l.dat on the MIUI port ROM and paste the icudt46l.dat file you took from the Base ROM into the /system/usr/icu/ folder on your MIUI port ROM. Repeat this process for the second issue as well except for the second issue take the modules from the Base ROM's Bionic folder and copy them, then replace the modules in the Bionic folder on the MIUI port ROM with the ones you copied from the Base ROM. Regarding the second two problems these are bit harder to fix, for the third problem try taking the camera modules from the Base ROM and overwrite the camera modules on the MIUI port ROM. The fourth problem I am not 100% sure how to fix but you can try looking through the auido modules and other associated files with the audio drivers and see if you can find any more information to help fix the problem.
Hope this helps, let me know if you still have questions .
shimp208 said:
After analyzing the Bootup log output:
1. There is an unknown intent trying to be passed that's dealing with critical power management unknown intent: Intent { act=android.intent.action.ACTION_POWER_CONNECTED flg=0x10000010 }
Click to expand...
Click to collapse
Maybe i must copy Power.smali from MIUI rom? becouse i copied it from base to MIUI framework
shimp208 said:
2. Phone service is crashing ServiceRecord{4156a548 com.android.stk/.StkAppService}
Click to expand...
Click to collapse
Here i think i must use base Stk.apk. i tried it today.
shimp208 said:
3. Bluetooth headset service is crashing com.android.phone/.MiuiBluetoothHeadsetService
Click to expand...
Click to collapse
Maybe it's becouse bluetooth headset not supported by kernel yet. it fixed meybe tommorow.
shimp208 said:
4. There may be a problem with your APN list confFile=/system/etc/apns-conf.xml oldCheckSum=-1
Click to expand...
Click to collapse
okay, i must try this
shimp208 said:
5. Problem connecting to phone network services Unable to start service Intent { act=com.android.ussd.IExtendedNetworkService }: not found
6. Permission problems with SIM connectivity Permission Denial: broadcasting Intent { act=android.intent.action.SIM_STATE_CHANGED flg=0x20000010 (has extras) } from null (pid=2351, uid=1001) requires com.miui.cloudservice.permission.FIND_DEVICE due to receiver com.android.settings/com.android.settings.deviceinfo.LockDeviceReceiver
7. More SIM problems [SIMRecords] onAllRecordsLoaded: imsi is NULL!
8. Telephone problems E/TelephonyProvider(2351): Failed setting numeric 'null' to the current operator
For problems four through eight it seems the other reason the phone service is crashing it because your APN list is incorrect, out of date, or may contain errors, try using Cyanogenmod's APN list and see if that helps. There appears also to be permission errors with the program that controls SIM access which is preventing it from connecting to certain services, make sure that these programs have the proper permissions set.
Click to expand...
Click to collapse
i give them permissions in updater-script, but in logcat i see, that permissions cant be granted
shimp208 said:
Starting off analyzing this log:
1. There seems to be a missing file in /system/usr/icu/icudt46l.dat
The first two problems can possibly be fixed by finding taking the files from the base ROM you used in and replacing them with the files in the MIUI port ROM you are making, for example take the /system/usr/icu/icudt46l.dat file from the Base ROM then navigate to /system/usr/icu/icudt46l.dat on the MIUI port ROM and paste the icudt46l.dat file you took from the Base ROM into the /system/usr/icu/ folder on your MIUI port ROM.
Click to expand...
Click to collapse
i have this file in my port. stock file.
shimp208 said:
2. Problems with the Bionic library specifically dealing with libcore and libc
Repeat this process for the second issue as well except for the second issue take the modules from the Base ROM's Bionic folder and copy them, then replace the modules in the Bionic folder on the MIUI port ROM with the ones you copied from the Base ROM.
Click to expand...
Click to collapse
i dont have bionic folder in base and port rom.
shimp208 said:
3. The camera module fails to load properly specifically the camera HAL module
4. Warning message about audio out not being able to connect to the power management service
Regarding the second two problems these are bit harder to fix, for the third problem try taking the camera modules from the Base ROM and overwrite the camera modules on the MIUI port ROM. The fourth problem I am not 100% sure how to fix but you can try looking through the auido modules and other associated files with the audio drivers and see if you can find any more information to help fix the problem.
Click to expand...
Click to collapse
okay thanks
shimp208, now i have this errors:
Code:
11-24 17:56:53.979: D/dalvikvm(1132): DEX prep '/system/framework/filterfw.jar': unzip in 31ms, rewrite 668ms
11-24 17:56:54.229: E/(1132): Can't find android/util/ExtendedPropertiesUtils
11-24 17:56:54.229: E/AndroidRuntime(1132): Unable to register all android natives
11-24 17:56:54.249: I/ServiceManager(1126): service 'media.audio_flinger' died
11-24 17:56:54.249: I/ServiceManager(1126): service 'media.player' died
11-24 17:56:54.249: I/ServiceManager(1126): service 'media.camera' died
11-24 17:56:54.249: I/ServiceManager(1126): service 'media.audio_policy' died
11-24 17:56:54.319: I/Netd(1264): Netd 1.0 starting
11-24 17:56:54.989: D/AndroidRuntime(1263): >>>>>> AndroidRuntime START com.android.internal.os.ZygoteInit <<<<<<
11-24 17:56:54.989: D/AndroidRuntime(1263): CheckJNI is OFF
11-24 17:56:55.279: I/(1265): ServiceManager: 0xf958
11-24 17:56:55.279: V/AudioHardware(1265): openMixer_l() mMixerOpenCnt: 0
11-24 17:56:55.289: V/AudioHardware(1265): closeMixer_l() mMixerOpenCnt: 1
11-24 17:56:55.289: I/AudioFlinger(1265): Loaded primary audio interface from LEGACY Audio HW HAL (audio)
11-24 17:56:55.289: I/AudioFlinger(1265): Using 'LEGACY Audio HW HAL' (audio.primary) as the primary audio interface
11-24 17:56:55.289: D/AudioHardwareInterface(1265): setMode(NORMAL)
11-24 17:56:55.289: V/AudioHardware(1265): setMode() : new 0, old 0
11-24 17:56:55.289: D/AudioHardware(1265): ### setMasterVolume_l
11-24 17:56:55.289: I/CameraService(1265): CameraService started (pid=1265)
11-24 17:56:55.289: E/CameraService(1265): Could not load camera HAL module
11-24 17:56:55.319: I/AudioFlinger(1265): AudioFlinger's thread 0x10538 ready to run
11-24 17:56:55.319: W/AudioFlinger(1265): Thread AudioOut_1 cannot connect to the power manager service
11-24 17:56:55.319: D/AudioHardware(1265): AudioStreamOutALSA::setParameters() routing=2
11-24 17:56:55.319: D/AudioHardware(1265): ### setVoiceVolume_l
11-24 17:56:55.319: I/AudioPolicyService(1265): Loaded audio policy from LEGACY Audio Policy HAL (audio_policy)
11-24 17:56:55.359: E/(1263): Can't find android/util/ExtendedPropertiesUtils
11-24 17:56:55.359: E/AndroidRuntime(1263): Unable to register all android natives
11-24 17:56:55.379: I/ServiceManager(1126): service 'media.audio_flinger' died
11-24 17:56:55.379: I/ServiceManager(1126): service 'media.player' died
11-24 17:56:55.379: I/ServiceManager(1126): service 'media.camera' died
11-24 17:56:55.379: I/ServiceManager(1126): service 'media.audio_policy' died
11-24 17:56:59.469: I/Netd(1291): Netd 1.0 starting
11-24 17:57:00.139: D/AndroidRuntime(1292): >>>>>> AndroidRuntime START com.android.internal.os.ZygoteInit <<<<<<
11-24 17:57:00.149: D/AndroidRuntime(1292): CheckJNI is OFF
11-24 17:57:00.439: I/(1293): ServiceManager: 0xf958
11-24 17:57:00.459: V/AudioHardware(1293): openMixer_l() mMixerOpenCnt: 0
11-24 17:57:00.459: V/AudioHardware(1293): closeMixer_l() mMixerOpenCnt: 1
11-24 17:57:00.459: I/AudioFlinger(1293): Loaded primary audio interface from LEGACY Audio HW HAL (audio)
11-24 17:57:00.459: I/AudioFlinger(1293): Using 'LEGACY Audio HW HAL' (audio.primary) as the primary audio interface
11-24 17:57:00.469: D/AudioHardwareInterface(1293): setMode(NORMAL)
11-24 17:57:00.469: V/AudioHardware(1293): setMode() : new 0, old 0
11-24 17:57:00.469: D/AudioHardware(1293): ### setMasterVolume_l
11-24 17:57:00.469: I/CameraService(1293): CameraService started (pid=1293)
11-24 17:57:00.469: E/CameraService(1293): Could not load camera HAL module
11-24 17:57:00.489: I/AudioFlinger(1293): AudioFlinger's thread 0x10530 ready to run
11-24 17:57:00.489: W/AudioFlinger(1293): Thread AudioOut_1 cannot connect to the power manager service
11-24 17:57:00.489: D/AudioHardware(1293): AudioStreamOutALSA::setParameters() routing=2
11-24 17:57:00.489: D/AudioHardware(1293): ### setVoiceVolume_l
11-24 17:57:00.489: I/AudioPolicyService(1293): Loaded audio policy from LEGACY Audio Policy HAL (audio_policy)
11-24 17:57:00.539: E/(1292): Can't find android/util/ExtendedPropertiesUtils
11-24 17:57:00.539: E/AndroidRuntime(1292): Unable to register all android natives
11-24 17:57:00.549: I/ServiceManager(1126): service 'media.audio_flinger' died
11-24 17:57:00.549: I/ServiceManager(1126): service 'media.player' died
11-24 17:57:00.549: I/ServiceManager(1126): service 'media.camera' died
11-24 17:57:00.549: I/ServiceManager(1126): service 'media.audio_policy' died
11-24 17:57:04.649: I/Netd(1319): Netd 1.0 starting
11-24 17:57:05.299: D/AndroidRuntime(1320): >>>>>> AndroidRuntime START com.android.internal.os.ZygoteInit <<<<<<
11-24 17:57:05.309: D/AndroidRuntime(1320): CheckJNI is OFF
11-24 17:57:05.589: I/(1321): ServiceManager: 0xf958
11-24 17:57:05.589: V/AudioHardware(1321): openMixer_l() mMixerOpenCnt: 0
11-24 17:57:05.599: V/AudioHardware(1321): closeMixer_l() mMixerOpenCnt: 1
11-24 17:57:05.599: I/AudioFlinger(1321): Loaded primary audio interface from LEGACY Audio HW HAL (audio)
11-24 17:57:05.599: I/AudioFlinger(1321): Using 'LEGACY Audio HW HAL' (audio.primary) as the primary audio interface
11-24 17:57:05.599: D/AudioHardwareInterface(1321): setMode(NORMAL)
11-24 17:57:05.599: V/AudioHardware(1321): setMode() : new 0, old 0
11-24 17:57:05.599: D/AudioHardware(1321): ### setMasterVolume_l
11-24 17:57:05.599: I/CameraService(1321): CameraService started (pid=1321)
11-24 17:57:05.599: E/CameraService(1321): Could not load camera HAL module
11-24 17:57:05.619: I/AudioFlinger(1321): AudioFlinger's thread 0x10538 ready to run
11-24 17:57:05.619: W/AudioFlinger(1321): Thread AudioOut_1 cannot connect to the power manager service
11-24 17:57:05.619: D/AudioHardware(1321): AudioStreamOutALSA::setParameters() routing=2
11-24 17:57:05.629: D/AudioHardware(1321): ### setVoiceVolume_l
11-24 17:57:05.629: I/AudioPolicyService(1321): Loaded audio policy from LEGACY Audio Policy HAL (audio_policy)
11-24 17:57:05.679: E/(1320): Can't find android/util/ExtendedPropertiesUtils
11-24 17:57:05.679: E/AndroidRuntime(1320): Unable to register all android natives
11-24 17:57:05.689: I/ServiceManager(1126): service 'media.audio_flinger' died
11-24 17:57:05.689: I/ServiceManager(1126): service 'media.player' died
11-24 17:57:05.689: I/ServiceManager(1126): service 'media.camera' died
11-24 17:57:05.689: I/ServiceManager(1126): service 'media.audio_policy' died
Hi,
I was trying to modify framework.jar on my phone. For this I used the latest versions of smali and baksmali (2.0.3), and dexopt-wrapper from http home.scarlet.be /~rh323092 /deodex.html (please reconstruct the link yourself, I can't include it in the post because "spam" protection). In detail what I did is the following:
1) Copied all of /system/frameworks to my machine
2) Ran java -jar baksmali-2.0.3.jar -x framework.odex -o framework -a 17 -d /path/to/system/framework (no errors or anything)
3) Did all the changes (but doing no changes at all has the same effect)
4) Ran java -jar smali-2.0.3.jar -a 17 framework -o classes.dex (no errors or anything)
5) Ran zip framework.jar classes.dex
6) Followed the instructions from the above link (which ran without an error)
The final framework.odex now is about 600kb smaller than the original one. Trying to use it leads to the following error during booting:
E/JNIHelp ( 718): Native registration unable to find class 'android/debug/JNITest', aborting
F/libc ( 718): Fatal signal 11 (SIGSEGV) at 0xdeadbaad (code=1), thread 718 (zygote)
D/AEE/AED ( 123): $===AEE===AEE===AEE===$
D/AEE/AED ( 123): p 0 poll events 1 revents 0
D/AEE/AED ( 123): not know revents:0
D/AEE/AED ( 123): p 1 poll events 1 revents 0
D/AEE/AED ( 123): not know revents:0
D/AEE/AED ( 123): p 2 poll events 1 revents 1
D/AEE/AED ( 123): aed_main_fork_worker: generator 0xf3d168, worker 0xbed7ca48, recv_fd 15
D/AEE/AED ( 123): p 3 poll events 1 revents 0
D/AEE/AED ( 123): not know revents:0
D/AEE/AED ( 123): p 4 poll events 1 revents 0
D/AEE/AED ( 123): not know revents:0
I/DEBUG ( 724): handle_request(15)
I/DEBUG ( 724): check process 718 name:zygote
I/DEBUG ( 724): BOOM: pid=718 uid=0 gid=0 tid=718
I/DEBUG ( 724): [OnPurpose Redunant in preset_info] pid: 718, tid: 718, name: zygote >>> zygote <<<
I/DEBUG ( 724): *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** ***
I/DEBUG ( 724): Build fingerprint: 'FP/ahong89_wet_jb2/ahong89_wet_jb2:4.2.2/JDQ39/1406799590:user/test-keys'
I/DEBUG ( 724): pid: 718, tid: 718, name: zygote >>> zygote <<<
I/DEBUG ( 724): signal 11 (SIGSEGV), code 1 (SEGV_MAPERR), fault addr deadbaad
I/DEBUG ( 724): r0 00000000 r1 00000027 r2 deadbfff r3 00000000
I/DEBUG ( 724): r4 00000000 r5 bed39954 r6 402c9780 r7 00000002
I/DEBUG ( 724): r8 402d2bcc r9 400d7fc1 sl 400d7f94 fp 400d7fca
I/DEBUG ( 724): ip 00000001 sp bed39950 lr 40129d60 pc 40123628 cpsr 60000010
I/DEBUG ( 724):
I/DEBUG ( 724): backtrace:
I/DEBUG ( 724): #00 pc 00024628 /system/lib/libc.so
I/DEBUG ( 724): #01 pc 00000961 /system/lib/libnativehelper.so (jniRegisterNativeMethods+72)
I/DEBUG ( 724): #02 pc 0004dd07 /system/lib/libandroid_runtime.so (android::AndroidRuntime::startReg(_JNIEnv*)+34)
I/DEBUG ( 724): #03 pc 0004de0f /system/lib/libandroid_runtime.so (android::AndroidRuntime::start(char const*, char const*)+210)
I/DEBUG ( 724): #04 pc 00000db7 /system/bin/app_process
I/DEBUG ( 724): #05 pc 0001bd98 /system/lib/libc.so (__libc_init+64)
I/DEBUG ( 724): #06 pc 00000ae8 /system/bin/app_process
[...]
What am I missing?
I compiled cm 12.1 for my device (HTC Desire C).
I'm currently stuck at the boot animation.
As far as I can tell it does have something to do with zygote.
Below is the output from logcat.
--------- beginning of crash
F/libc ( 147): Fatal signal 4 (SIGILL), code 1, fault addr 0x7344f07e in tid 147 (main)
I/DEBUG ( 139): property debug.db.uid not set; NOT waiting for gdb.
I/DEBUG ( 139): HINT: adb shell setprop debug.db.uid 100000
I/DEBUG ( 139): HINT: adb forward tcp:5039 tcp:5039
I/DEBUG ( 139): *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** ***
I/DEBUG ( 139): Build fingerprint: 'HTC/cm_golfu/golfu:5.1.1/LMY49J/82eb910196:userdebug/test-keys'
I/DEBUG ( 139): Revision: '1'
I/DEBUG ( 139): ABI: 'arm'
I/DEBUG ( 139): pid: 147, tid: 147, name: main >>> zygote <<<
I/DEBUG ( 139): signal 4 (SIGILL), code 1 (ILL_ILLOPC), fault addr 0x7344f07e
I/DEBUG ( 139): r0 70f77de8 r1 12c57b80 r2 0000000a r3 0000000a
I/DEBUG ( 139): r4 00000002 r5 70f77e48 r6 00000000 r7 70f77de8
I/DEBUG ( 139): r8 00000000 r9 41eddb00 sl 80000000 fp 12c57b80
I/DEBUG ( 139): ip 70fa48d8 sp bee244e0 lr 7344f35f pc 7344f07e cpsr 20000030
I/DEBUG ( 139):
I/DEBUG ( 139): backtrace:
I/DEBUG ( 139): #00 pc 0006b07e /data/dalvik-cache/arm/[email protected]@boot.oat
I/DEBUG ( 139): #01 pc 0006b35d /data/dalvik-cache/arm/[email protected]@boot.oat
I/auditd ( 458): Starting up
E/auditd ( 458): Failed on audit_set_pid with error: Protocol not supported
I/auditd ( 458): Exiting
Click to expand...
Click to collapse
Can someone help me or give me tips how to gather more information myself so I can search more myself.