CPU_FLAGS for rk3188 (Cortex A9) - Android Q&A, Help & Troubleshooting

I am trying to build the AOSP for a Rock Chip 3188 device. I can make the aosp using 'make ARCH=arm CROSS_COMPILE=arm-linux-gnueabi- -j4' which compiles fine, but when I copy services.jar across to the device I get errors on boot :
I/DEBUG ( 101): memory map around fault addr deadbaad:
I/DEBUG ( 101): beaba000-beadb000 [stack]
I/DEBUG ( 101): (no map for address)
I/DEBUG ( 101): ffff0000-ffff1000 [vectors]
I/ServiceManager( 97): service 'media.audio_policy' died
I/ServiceManager( 97): service 'media.audio_flinger' died
I/ServiceManager( 97): service 'media.player' died
I/ServiceManager( 97): service 'media.camera' died
I/Netd ( 1234): Netd 1.0 starting
W/InterfaceController( 1234): Error (Symbol not found: ) while searching for the
interface command fini function
I/mediaserver( 1233): ServiceManager: 0x41849e30
I/AudioFlinger( 1233): Using default 3000 mSec as standby time.
I am trying to do this :
http://mobisocial.stanford.edu/news...-together-by-hacking-connectivityservice-java
Do I need to do anything else to compile AOSP for this particular device? Have I done something else wrong?

Is the way I am making AOSP looking right generally? I can find loads on compiling new kernels but little on building AOSP for 'other' devices... There is next to nothing on the device I have so I am a bit stuck.

http://forum.xda-developers.com/showthread.php?t=2314836

Related

random crashes (sqlite? HTC Mail?)

My Hero experiences random crashes (reboots from the hero logo).
I captures some logs with logcat:
Code:
D/dalvikvm(23983): GC freed 14512 objects / 956200 bytes in 215ms
E/ImapServer(23983): catch exception
E/ImapServer(23983): java.lang.NumberFormatException: unable to parse 'null' as integer
E/ImapServer(23983): at java.lang.Integer.parse(Integer.java:385)
E/ImapServer(23983): at java.lang.Integer.parseInt(Integer.java:374)
E/ImapServer(23983): at java.lang.Integer.parseInt(Integer.java:333)
E/ImapServer(23983): at java.lang.Integer.valueOf(Integer.java:590)
E/ImapServer(23983): at com.htc.android.mail.server.ImapServer.getTheDisplaySize(ImapServer.java:2769)
E/ImapServer(23983): at com.htc.android.mail.server.ImapServer.processFetchInfo(ImapServer.java:2663)
E/ImapServer(23983): at com.htc.android.mail.server.ImapServer.fetchInfo(ImapServer.java:2498)
E/ImapServer(23983): at com.htc.android.mail.server.ImapServer.refresh(ImapServer.java:1583)
E/ImapServer(23983): at com.htc.android.mail.RequestController$MainRequestQueueThread.run(RequestController.java:607)
E/ImapServer(23983): catch exception
E/ImapServer(23983): java.lang.NumberFormatException: unable to parse 'null' as integer
E/ImapServer(23983): at java.lang.Integer.parse(Integer.java:385)
E/ImapServer(23983): at java.lang.Integer.parseInt(Integer.java:374)
E/ImapServer(23983): at java.lang.Integer.parseInt(Integer.java:333)
E/ImapServer(23983): at java.lang.Integer.valueOf(Integer.java:590)
E/ImapServer(23983): at com.htc.android.mail.server.ImapServer.getTheDisplaySize(ImapServer.java:2769)
E/ImapServer(23983): at com.htc.android.mail.server.ImapServer.processFetchInfo(ImapServer.java:2663)
E/ImapServer(23983): at com.htc.android.mail.server.ImapServer.fetchInfo(ImapServer.java:2498)
E/ImapServer(23983): at com.htc.android.mail.server.ImapServer.refresh(ImapServer.java:1583)
E/ImapServer(23983): at com.htc.android.mail.RequestController$MainRequestQueueThread.run(RequestController.java:607)
I/XT9IME (24777): [finishInput]
I/DumpStateReceiver(23800): Added state dump to 2 crashes
E/ImapServer(23983): catch exception
E/ImapServer(23983): java.lang.NumberFormatException: unable to parse 'null' as integer
E/ImapServer(23983): at java.lang.Integer.parse(Integer.java:385)
E/ImapServer(23983): at java.lang.Integer.parseInt(Integer.java:374)
E/ImapServer(23983): at java.lang.Integer.parseInt(Integer.java:333)
E/ImapServer(23983): at java.lang.Integer.valueOf(Integer.java:590)
E/ImapServer(23983): at com.htc.android.mail.server.ImapServer.getTheDisplaySize(ImapServer.java:2769)
E/ImapServer(23983): at com.htc.android.mail.server.ImapServer.processFetchInfo(ImapServer.java:2663)
E/ImapServer(23983): at com.htc.android.mail.server.ImapServer.fetchInfo(ImapServer.java:2498)
E/ImapServer(23983): at com.htc.android.mail.server.ImapServer.refresh(ImapServer.java:1583)
E/ImapServer(23983): at com.htc.android.mail.RequestController$MainRequestQueueThread.run(RequestController.java:607)
E/ImapServer(23983): catch exception
E/ImapServer(23983): java.lang.NumberFormatException: unable to parse 'null' as integer
E/ImapServer(23983): at java.lang.Integer.parse(Integer.java:385)
E/ImapServer(23983): at java.lang.Integer.parseInt(Integer.java:374)
E/ImapServer(23983): at java.lang.Integer.parseInt(Integer.java:333)
E/ImapServer(23983): at java.lang.Integer.valueOf(Integer.java:590)
E/ImapServer(23983): at com.htc.android.mail.server.ImapServer.getTheDisplaySize(ImapServer.java:2769)
E/ImapServer(23983): at com.htc.android.mail.server.ImapServer.processFetchInfo(ImapServer.java:2663)
E/ImapServer(23983): at com.htc.android.mail.server.ImapServer.fetchInfo(ImapServer.java:2498)
E/ImapServer(23983): at com.htc.android.mail.server.ImapServer.refresh(ImapServer.java:1583)
E/ImapServer(23983): at com.htc.android.mail.RequestController$MainRequestQueueThread.run(RequestController.java:607)
I/DEBUG (12502): *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** ***
I/DEBUG (12502): Build fingerprint: 'htc_wwe/htc_hero/hero/hero:1.5/2.73.405.5/61267:user/release-keys'
I/DEBUG (12502): pid: 23800, tid: 27275 >>> system_server <<<
I/DEBUG (12502): signal 11 (SIGSEGV), fault addr 00000087
I/DEBUG (12502): r0 00440990 r1 aac4afd8 r2 49897f00 r3 00000000
I/DEBUG (12502): r4 0000045c r5 00000069 r6 00000000 r7 aac4ab7c
I/DEBUG (12502): r8 49897da0 r9 42262e28 10 42262e14 fp 00000001
I/DEBUG (12502): ip aac4ac98 sp 49897838 lr aac078dd pc aac140aa cpsr 20000030
I/DEBUG (12502): #00 pc 000140aa /system/lib/libsqlite.so
I/DEBUG (12502): #01 pc 000141bc /system/lib/libsqlite.so
I/DEBUG (12502): #02 pc 0001420e /system/lib/libsqlite.so
I/DEBUG (12502): #03 pc 00007e5c /system/lib/libsqlite.so
I/DEBUG (12502): #04 pc 00008726 /system/lib/libsqlite.so
I/DEBUG (12502): #05 pc 00017e84 /system/lib/libsqlite.so
I/DEBUG (12502): #06 pc 000186e2 /system/lib/libsqlite.so
I/DEBUG (12502): #07 pc 0002167a /system/lib/libsqlite.so
I/DEBUG (12502): #08 pc 00039718 /system/lib/libsqlite.so
I/DEBUG (12502): #09 pc 0003a946 /system/lib/libsqlite.so
I/DEBUG (12502): #10 pc 0002fb30 /system/lib/libsqlite.so
I/DEBUG (12502): #11 pc 0002fadc /system/lib/libandroid_runtime.so
I/DEBUG (12502): #12 pc 0000e434 /system/lib/libdvm.so
I/DEBUG (12502): #13 pc 00040b0a /system/lib/libdvm.so
I/DEBUG (12502): #14 pc 00013198 /system/lib/libdvm.so
I/DEBUG (12502): #15 pc 00017b9c /system/lib/libdvm.so
I/DEBUG (12502): #16 pc 000175e0 /system/lib/libdvm.so
I/DEBUG (12502): #17 pc 000523dc /system/lib/libdvm.so
I/DEBUG (12502): #18 pc 000523fa /system/lib/libdvm.so
I/DEBUG (12502): #19 pc 000473a4 /system/lib/libdvm.so
I/DEBUG (12502): #20 pc 0000f880 /system/lib/libc.so
I/DEBUG (12502): #21 pc 0000f3f4 /system/lib/libc.so
I/DEBUG (12502): stack:
I/DEBUG (12502): 498977f8 aac4a67c
I/DEBUG (12502): 498977fc 00001624
I/DEBUG (12502): 49897800 00000000
I/DEBUG (12502): 49897804 aac0acc5 /system/lib/libsqlite.so
I/DEBUG (12502): 49897808 aac4b04c
I/DEBUG (12502): 4989780c afe0e940 /system/lib/libc.so
I/DEBUG (12502): 49897810 aac4b04c
I/DEBUG (12502): 49897814 00000000
I/DEBUG (12502): 49897818 00000000
I/DEBUG (12502): 4989781c aac4ab7c
I/DEBUG (12502): 49897820 49897da0
I/DEBUG (12502): 49897824 42262e28
I/DEBUG (12502): 49897828 42262e14
I/DEBUG (12502): 4989782c aac078d9 /system/lib/libsqlite.so
I/DEBUG (12502): 49897830 df002777
I/DEBUG (12502): 49897834 e3a070ad
I/DEBUG (12502): #00 49897838 49897da0
I/DEBUG (12502): 4989783c 00002140
I/DEBUG (12502): 49897840 00000000
I/DEBUG (12502): 49897844 aac4b02c
I/DEBUG (12502): 49897848 00002140
I/DEBUG (12502): 4989784c 00000000
I/DEBUG (12502): 49897850 3ff82ce7
I/DEBUG (12502): 49897854 00002140
I/DEBUG (12502): 49897858 00000000
I/DEBUG (12502): 4989785c 00000000
I/DEBUG (12502): 49897860 aac4b090
I/DEBUG (12502): 49897864 aac141c1 /system/lib/libsqlite.so
I/DEBUG (12502): #01 49897868 00000000
I/DEBUG (12502): 4989786c 00000000
I/DEBUG (12502): 49897870 aac14209 /system/lib/libsqlite.so
I/DEBUG (12502): 49897874 aac14213 /system/lib/libsqlite.so
E/ImapServer(23983): catch exception
E/ImapServer(23983): java.lang.NumberFormatException: unable to parse 'null' as integer
E/ImapServer(23983): at java.lang.Integer.parse(Integer.java:385)
E/ImapServer(23983): at java.lang.Integer.parseInt(Integer.java:374)
E/ImapServer(23983): at java.lang.Integer.parseInt(Integer.java:333)
E/ImapServer(23983): at java.lang.Integer.valueOf(Integer.java:590)
E/ImapServer(23983): at com.htc.android.mail.server.ImapServer.getTheDisplaySize(ImapServer.java:2769)
E/ImapServer(23983): at com.htc.android.mail.server.ImapServer.processFetchInfo(ImapServer.java:2663)
E/ImapServer(23983): at com.htc.android.mail.server.ImapServer.fetchInfo(ImapServer.java:2498)
E/ImapServer(23983): at com.htc.android.mail.server.ImapServer.refresh(ImapServer.java:1583)
E/ImapServer(23983): at com.htc.android.mail.RequestController$MainRequestQueueThread.run(RequestController.java:607)
E/ImapServer(23983): catch exception
E/ImapServer(23983): java.lang.NumberFormatException: unable to parse 'null' as integer
E/ImapServer(23983): at java.lang.Integer.parse(Integer.java:385)
E/ImapServer(23983): at java.lang.Integer.parseInt(Integer.java:374)
E/ImapServer(23983): at java.lang.Integer.parseInt(Integer.java:333)
E/ImapServer(23983): at java.lang.Integer.valueOf(Integer.java:590)
E/ImapServer(23983): at com.htc.android.mail.server.ImapServer.getTheDisplaySize(ImapServer.java:2769)
E/ImapServer(23983): at com.htc.android.mail.server.ImapServer.processFetchInfo(ImapServer.java:2663)
E/ImapServer(23983): at com.htc.android.mail.server.ImapServer.fetchInfo(ImapServer.java:2498)
E/ImapServer(23983): at com.htc.android.mail.server.ImapServer.refresh(ImapServer.java:1583)
E/ImapServer(23983): at com.htc.android.mail.RequestController$MainRequestQueueThread.run(RequestController.java:607)
E/ImapServer(23983): catch exception
E/ImapServer(23983): java.lang.NumberFormatException: unable to parse 'null' as integer
E/ImapServer(23983): at java.lang.Integer.parse(Integer.java:385)
E/ImapServer(23983): at java.lang.Integer.parseInt(Integer.java:374)
E/ImapServer(23983): at java.lang.Integer.parseInt(Integer.java:333)
E/ImapServer(23983): at java.lang.Integer.valueOf(Integer.java:590)
E/ImapServer(23983): at com.htc.android.mail.server.ImapServer.getTheDisplaySize(ImapServer.java:2769)
E/ImapServer(23983): at com.htc.android.mail.server.ImapServer.processFetchInfo(ImapServer.java:2663)
E/ImapServer(23983): at com.htc.android.mail.server.ImapServer.fetchInfo(ImapServer.java:2498)
E/ImapServer(23983): at com.htc.android.mail.server.ImapServer.refresh(ImapServer.java:1583)
E/ImapServer(23983): at com.htc.android.mail.RequestController$MainRequestQueueThread.run(RequestController.java:607)
I/DEBUG (12502): debuggerd committing suicide to free the zombie!
I/DEBUG (27279): debuggerd: Nov 30 2009 12:50:29
I/ActivityThread(23904): Removing dead content provider: sync
I/ActivityThread(23904): Removing dead content provider: settings
I/ActivityThread(23841): Removing dead content provider: sync
I/ActivityThread(23841): Removing dead content provider: subscribedfeeds
I/ActivityThread(23841): Removing dead content provider: settings
I/ActivityThread(23845): Removing dead content provider: sync
I/ActivityThread(23845): Removing dead content provider: settings
I/ActivityThread(24017): Removing dead content provider: subscribedfeeds
I/ActivityThread(24017): Removing dead content provider: settings
I/ActivityThread(27002): Removing dead content provider: android.server.checkin
I/ActivityThread(27002): Removing dead content provider: settings
I/ActivityThread(23921): Removing dead content provider: settings
I/ActivityThread(23870): Removing dead content provider: settings
I/ActivityThread(23947): Removing dead content provider: settings
I/ActivityThread(23843): Removing dead content provider: android.server.htcCheckin
I/ActivityThread(23843): Removing dead content provider: android.server.checkin
I/ActivityThread(23843): Removing dead content provider: settings
I/ActivityThread(24777): Removing dead content provider: settings
I/ActivityThread(24062): Removing dead content provider: settings
I/ActivityThread(23983): Removing dead content provider: settings
I/ActivityThread(23983): Removing dead content provider: sync
E/installd( 103): eof
E/installd( 103): failed to read size
I/installd( 103): closing connection
I/ServiceManager( 95): service 'activity' died
I/ServiceManager( 95): service 'telephony.registry' died
I/ServiceManager( 95): service 'batteryinfo' died
I/ServiceManager( 95): service 'SurfaceFlinger' died
I/ServiceManager( 95): service 'power' died
I/ServiceManager( 95): service 'battery' died
I/ServiceManager( 95): service 'hardware' died
I/ServiceManager( 95): service 'usagestats' died
I/ServiceManager( 95): service 'cpuinfo' died
I/ServiceManager( 95): service 'package' died
I/ServiceManager( 95): service 'meminfo' died
I/ServiceManager( 95): service 'activity.providers' died
I/ServiceManager( 95): service 'activity.services' died
I/ServiceManager( 95): service 'activity.senders' died
I/ServiceManager( 95): service 'permission' died
I/ServiceManager( 95): service 'content' died
I/ServiceManager( 95): service 'activity.broadcasts' died
I/ServiceManager( 95): service 'sensor' died
I/ServiceManager( 95): service 'alarm' died
I/ServiceManager( 95): service 'window' died
I/ServiceManager( 95): service 'bluetooth' died
I/ServiceManager( 95): service 'bluetooth_a2dp' died
I/ServiceManager( 95): service 'statusbar' died
I/ServiceManager( 95): service 'clipboard' died
I/ServiceManager( 95): service 'input_method' died
I/ServiceManager( 95): service 'netstat' died
I/ServiceManager( 95): service 'connectivity' died
I/ServiceManager( 95): service 'wifi' died
I/ServiceManager( 95): service 'notification' died
I/ServiceManager( 95): service 'mount' died
I/ServiceManager( 95): service 'devicestoragemonitor' died
I/ServiceManager( 95): service 'location' died
I/ServiceManager( 95): service 'search' died
I/ServiceManager( 95): service 'wallpaper' died
I/ServiceManager( 95): service 'audio' died
I/ServiceManager( 95): service 'appwidget' died
I/ServiceManager( 95): service 'checkin' died
I/ServiceManager( 95): service 'htc_checkin' died
E/ImapServer(23983): catch exception
E/ImapServer(23983): java.lang.NumberFormatException: unable to parse 'null' as integer
E/ImapServer(23983): at java.lang.Integer.parse(Integer.java:385)
E/ImapServer(23983): at java.lang.Integer.parseInt(Integer.java:374)
E/ImapServer(23983): at java.lang.Integer.parseInt(Integer.java:333)
E/ImapServer(23983): at java.lang.Integer.valueOf(Integer.java:590)
E/ImapServer(23983): at com.htc.android.mail.server.ImapServer.getTheDisplaySize(ImapServer.java:2769)
E/ImapServer(23983): at com.htc.android.mail.server.ImapServer.processFetchInfo(ImapServer.java:2663)
E/ImapServer(23983): at com.htc.android.mail.server.ImapServer.fetchInfo(ImapServer.java:2498)
E/ImapServer(23983): at com.htc.android.mail.server.ImapServer.refresh(ImapServer.java:1583)
E/ImapServer(23983): at com.htc.android.mail.RequestController$MainRequestQueueThread.run(RequestController.java:607)
E/AndroidRuntime(23983): Crash logging skipped, no checkin service
E/AndroidRuntime(23983): Crash logging skipped, no htc checkin service
E/vold ( 96): Framework disconnected
D/Zygote (23799): Process 23800 terminated by signal (11)
I/Zygote (23799): Exit zygote because system server (23800) has terminated
I/ServiceManager( 95): service 'simphonebook' died
I/ServiceManager( 95): service 'isms' died
I/ServiceManager( 95): service 'iphonesubinfo' died
I/ServiceManager( 95): service 'phone' died
D/AK8973 ( 106): Compass CLOSE
Does this make any sense to anyone? Any hint to fix this?

[ROM][CM10 Jellybean 4.1] PhotonBeans 4.1 Test build for Developers (Logcat Posted)

Hello everyone!
My name is AndroiddiordnA and I am new to Motorola Photon.
I have taken Jokersax CM9 Port as my base and brought epinter's CM10 port for the Atrix 4G over to Photon.
The Rom gets to this point and aborts.
about to run program [/tmp/backuptool.sh] with 2 args
Not backing up files from incompatible version.
run_program: child exited with status 127
package_extract_file: no system/bin/modelid_cfg.sh in package
set_perm: chown of /tmp/modelid_cfg.sh to 0 0 failed: No such file or directory
set_perm: chmod of /tmp/modelid_cfg.sh to 777 failed: No such file or directory
script aborted: set_perm: some changes failed
set_perm: some changes failed
E:Error in /sdcard/PhotonBeans071812.zip
(Status 7)
The rom and full logcat are hosted in my Dev-Host account.
http://d-h.st/users/AndroiddiordnA
If there are any developers willing to take a look at the Logcat and help me out it would be appreciated.
Would love to see some Photonbeans in action!
Keep it crispy,
AdA
This might seem obvious, but have you spoken to Joker himself? I know he's working on porting JB as well, and from what he's written before, it sounds like he's gotten it to boot, just had to deal with a lot of force closes. Perhaps both of you can collaborate together in some form.
Status update!
I got it booting to the bootscreen and have an updated logcat below!
I/Netd ( 2852): Netd 1.0 starting
D/AndroidRuntime( 2853):
D/AndroidRuntime( 2853): >>>>>> AndroidRuntime START com.android.internal.os.Zyg
oteInit <<<<<<
D/AndroidRuntime( 2853): CheckJNI is OFF
D/dalvikvm( 2853): Unable to stat classpath element '/system/framework/filterfw.
jar'
E/dalvikvm( 2853): ERROR: couldn't find native method
E/dalvikvm( 2853): Requested: Llibcore/net/RawSocket;.createLjava/io/FileDescr
iptor;Ljava/lang/StringV
E/dalvikvm( 2853): Candidate: Llibcore/net/RawSocket;.createLjava/io/FileDescr
iptor;SLjava/lang/StringV
E/JNIHelp ( 2853): RegisterNatives failed for 'libcore/net/RawSocket', aborting
F/libc ( 2853): Fatal signal 11 (SIGSEGV) at 0xdeadbaad (code=1)
I/ ( 2854): ServiceManager: 0xf958
D/AudioMgrRIL( 2854): Requesting current call status from RDS
D/AudioMgrRIL( 2854): RDS reports call not connected (callStatus = 0)
D/AudioPostProcessor( 2854): AudioPostProcessor()
D/AudioPostProcessor( 2854): Could not load beamformer parameters. Feature Disab
led.
D/AudioPostProcessor( 2854): No debug parameters in /data; checking ro.product.l
ocale.region
D/AudioPostProcessor( 2854): ro.product.locale.region value = US
D/AudioPostProcessor( 2854): /system/bin/ap_gain.bin file size is 50371
D/AudioPostProcessor( 2854): Read format version 0x1808, content version 0x1800
from /system/bin/ap_gain.bin
D/AudioPostProcessor( 2854): Successfully parsed parameters from /system/bin/ap_
gain.bin
D/AudioMsgHandler_CDMA( 2854): Create socket successful 16
D/AudioHardwareMot( 2854): nvInitSetup done
I/AudioFlinger( 2854): Loaded primary audio interface from LEGACY Audio HW HAL (
audio)
I/AudioFlinger( 2854): Using 'LEGACY Audio HW HAL' (audio.primary) as the primar
y audio interface
I/AudioFlinger( 2854): Loaded a2dp audio interface from A2DP Audio HW HAL (audio
)
D/AudioHardwareMot( 2854): setMode(NORMAL)
I/DEBUG ( 1384): *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** *
**
I/DEBUG ( 1384): Build fingerprint: 'MOTO/olyatt/olympus:2.3.4/4.5.91/110625:u
ser/release-keys'
I/DEBUG ( 1384): pid: 2853, tid: 2853 >>> zygote <<<
I/DEBUG ( 1384): signal 11 (SIGSEGV), code 1 (SEGV_MAPERR), fault addr deadbaa
d
I/DEBUG ( 1384): r0 deadbaad r1 00000001 r2 a0000000 r3 00000000
I/DEBUG ( 1384): r4 00000000 r5 00000027 r6 4080b16d r7 00000003
I/DEBUG ( 1384): r8 401f9cb8 r9 beb124e4 10 4084b16d fp 4084b1b2
I/DEBUG ( 1384): ip ffffffff sp beb123c8 lr 4001f695 pc 4001ba00 cpsr 600
f0030
I/DEBUG ( 1384): d0 00000000bd6bc8e3 d1 0000000000000000
I/DEBUG ( 1384): d2 0000000000000000 d3 0000000000000000
I/DEBUG ( 1384): d4 0000000000000000 d5 419a9aaab0000000
I/DEBUG ( 1384): d6 3f50624dd2f1a9fc d7 c18af9670f34b1a1
I/DEBUG ( 1384): d8 0000000000000000 d9 0000000000000000
I/DEBUG ( 1384): d10 0000000000000000 d11 0000000000000000
I/DEBUG ( 1384): d12 0000000000000000 d13 0000000000000000
I/DEBUG ( 1384): d14 0000000000000000 d15 0000000000000000
I/DEBUG ( 1384): scr 00000010
I/DEBUG ( 1384):
I/CameraService( 2854): CameraService started (pid=2854)
V/NvOmxCamera( 2854): HAL_getNumberOfCameras ++
D/AudioHardwareMot( 2854): AudioHardwareMot:penOutputStream enter
D/AudioHardwareMot( 2854): AudioStreamOutMot::set(0xfba0, 2, 0, 0 0 0)
D/AudioHardwareMot( 2854): bufSize = 8192
D/AudioHardwareMot( 2854): bufSize = 8192
D/AudioHardwareMot( 2854): bufSize = 8192
I/AudioFlinger( 2854): AudioFlinger's thread 0x10cb8 ready to run
D/AudioHardwareMot( 2854): bufSize = 8192
W/AudioFlinger( 2854): Thread AudioOut_1 cannot connect to the power manager ser
vice
D/AudioHardwareMot( 2854): AudioStreamOutMot::setParameters() routing=2
D/AudioHardwareMot( 2854): set output from 2 to 2
D/AudioHardwareMot( 2854): [int android::AudioHardwareMot::audioSelectSpeakers(i
nt)] enter with spkr = 0
D/AudioHardwareMot( 2854): spkr1 = 0, spkr2 = 0
D/AudioHardwareMot( 2854): Setting STDAC speakers to none
D/AudioHardwareMot( 2854): configPostProcessor() called with accy = 9
D/AudioPostProcessor( 2854): configPostProcessing() called, inputAccy= 40, outpu
tAccy= 9, sampleRate= 44100, ringtoneMode= 0
D/AudioPostProcessor( 2854): updatePostProcessor: disabling effects
D/AudioPostProcessor( 2854): updatePostProcessor calling SuperAPI parser with: a
ccy=0 config=0 SE_level_index=1
D/AudioHardwareMot( 2854): Using FLUENCE_HIGH setting
D/AudioMgrRIL( 2854): Sending accessory : 1
D/AudioPostProcessor( 2854): slider opened, coeffs device for handset =0
D/AudioHardwareMot( 2854): doRouting devs: stereo 0, mono 0, input 0. Chose spea
ker None (gain 0) mic None (gain 0x1c1c)
D/CpcapAudio( 2854): 0x200 = 65
D/CpcapAudio( 2854): 0x201 = 0
D/CpcapAudio( 2854): 0x202 = 0
D/CpcapAudio( 2854): 0x203 = 0
D/CpcapAudio( 2854): 0x204 = 4
D/CpcapAudio( 2854): 0x205 = 0
D/CpcapAudio( 2854): 0x206 = 39c
D/CpcapAudio( 2854): 0x207 = 0
D/CpcapAudio( 2854): 0x208 = 0
D/CpcapAudio( 2854): 0x209 = 0
D/CpcapAudio( 2854): 0x20A = 0
D/CpcapAudio( 2854): 0x20B = 0
D/CpcapAudio( 2854): 0x20D = 30
D/AudioHardwareMot( 2854): setVoiceVolume(0.067000) Setting in-call volume to 0
(available range is 0 to 7)
D/AudioMgrRIL( 2854): setting volume, volume = 0
D/AudioHardwareMot( 2854): AudioStreamOutMot::standby called
D/AudioHardwareMot( 2854): setVoiceVolume(1.000000) Setting in-call volume to 7
(available range is 0 to 7)
D/AudioMgrRIL( 2854): setting volume, volume = 7
I/AudioPolicyService( 2854): Loaded audio policy from LEGACY Audio Policy HAL (a
udio_policy)
I/DEBUG ( 1384): #00 pc 00017a00 /system/lib/libc.so
I/DEBUG ( 1384): #01 pc 0000c282 /system/lib/libnativehelper.so (jn
iRegisterNativeMethods)
I/DEBUG ( 1384): #02 pc 0001c3d0 /system/lib/libnativehelper.so
I/DEBUG ( 1384): #03 pc 0000c438 /system/lib/libnativehelper.so
I/DEBUG ( 1384): #04 pc 0000c2a4 /system/lib/libnativehelper.so (_Z
24jniRegisterSystemMethodsP7_JNIEnv)
I/DEBUG ( 1384): #05 pc 00052df6 /system/lib/libdvm.so (_Z10dvmStar
tupiPKPKcbP7_JNIEnv)
I/DEBUG ( 1384): #06 pc 00054602 /system/lib/libdvm.so (JNI_CreateJ
avaVM)
I/DEBUG ( 1384): #07 pc 00045e72 /system/lib/libandroid_runtime.so
(_ZN7android14AndroidRuntime7startVmEPP7_JavaVMPP7_JNIEnv)
I/DEBUG ( 1384): #08 pc 00046254 /system/lib/libandroid_runtime.so
(_ZN7android14AndroidRuntime5startEPKcS2_)
I/DEBUG ( 1384): #09 pc 00008f0e /system/bin/app_process
I/DEBUG ( 1384): #10 pc 000169b4 /system/lib/libc.so (__libc_init)
I/DEBUG ( 1384):
I/DEBUG ( 1384): code around pc:
I/DEBUG ( 1384): 4001b9e0 4623b15c 2c006824 e026d1fb b12368db \.#F$h.,..&..h#
.
I/DEBUG ( 1384): 4001b9f0 21014a17 6011447a 48124798 24002527 .J.!zD.`.G.H'%.
$
I/DEBUG ( 1384): 4001ba00 f7f47005 2106ee50 eefcf7f5 f04fa901 .p..P..!......O
.
I/DEBUG ( 1384): 4001ba10 460a5380 93032006 94029401 eaa8f7f5 .S.F. .........
.
I/DEBUG ( 1384): 4001ba20 4622a905 f7f52002 f7f4eab2 2106ee3c .."F. ......<..
!
I/DEBUG ( 1384):
I/DEBUG ( 1384): code around lr:
I/DEBUG ( 1384): 4001f674 41f0e92d 4c0c4680 447c2600 68a56824 -..A.F.L.&|D$h.
h
I/DEBUG ( 1384): 4001f684 e0076867 300cf9b5 dd022b00 47c04628 gh.....0.+..(F.
G
I/DEBUG ( 1384): 4001f694 35544306 37fff117 6824d5f4 d1ee2c00 .CT5...7..$h.,.
.
I/DEBUG ( 1384): 4001f6a4 e8bd4630 bf0081f0 00028e6a 41f0e92d 0F......j...-..
A
I/DEBUG ( 1384): 4001f6b4 9004b086 f602fb01 460c461f 46154814 .........F.F.H.
F
I/DEBUG ( 1384):
I/DEBUG ( 1384): memory map around addr deadbaad:
I/DEBUG ( 1384): beafe000-beb13000 [stack]
I/DEBUG ( 1384): (no map for address)
I/DEBUG ( 1384): (no map above)
I/DEBUG ( 1384):
I/DEBUG ( 1384): stack:
I/DEBUG ( 1384): beb12388 569845a8 /dev/ashmem/dalvik-LinearAlloc (delet
ed)
I/DEBUG ( 1384): beb1238c 4084d4fc /system/lib/libdvm.so
I/DEBUG ( 1384): beb12390 401f4518 /system/lib/libnativehelper.so
I/DEBUG ( 1384): beb12394 00017020 [heap]
I/DEBUG ( 1384): beb12398 40048788 /system/lib/libc.so
I/DEBUG ( 1384): beb1239c 40048718 /system/lib/libc.so
I/DEBUG ( 1384): beb123a0 00000000
I/DEBUG ( 1384): beb123a4 4001f695 /system/lib/libc.so
I/DEBUG ( 1384): beb123a8 00000000
I/DEBUG ( 1384): beb123ac beb123dc [stack]
I/DEBUG ( 1384): beb123b0 4080b16d /system/lib/libdvm.so
I/DEBUG ( 1384): beb123b4 00000003
I/DEBUG ( 1384): beb123b8 401f9cb8 /system/lib/libnativehelper.so
I/DEBUG ( 1384): beb123bc 4001e801 /system/lib/libc.so
I/DEBUG ( 1384): beb123c0 df0027ad
I/DEBUG ( 1384): beb123c4 00000000
I/DEBUG ( 1384): #00 beb123c8 21c00001
I/DEBUG ( 1384): beb123cc c30732db
I/DEBUG ( 1384): beb123d0 401f4502 /system/lib/libnativehelper.so
I/DEBUG ( 1384): beb123d4 0000f2c8 [heap]
I/DEBUG ( 1384): beb123d8 401f4502 /system/lib/libnativehelper.so
I/DEBUG ( 1384): beb123dc fffffbdf
I/DEBUG ( 1384): beb123e0 00000003
I/DEBUG ( 1384): beb123e4 0000f2c8 [heap]
I/DEBUG ( 1384): beb123e8 401f4502 /system/lib/libnativehelper.so
I/DEBUG ( 1384): beb123ec 401d1285 /system/lib/libnativehelper.so
I/DEBUG ( 1384): #01 beb123f0 0000f2c8 [heap]
I/DEBUG ( 1384): beb123f4 21c00001
I/DEBUG ( 1384): beb123f8 0000f2c8 [heap]
I/DEBUG ( 1384): beb123fc beb1256c [stack]
I/DEBUG ( 1384): beb12400 00012830 [heap]
I/DEBUG ( 1384): beb12404 4018d350 /system/lib/libandroid_runtime.so
I/DEBUG ( 1384): beb12408 0000f2f8 [heap]
I/DEBUG ( 1384): beb1240c 401e13d5 /system/lib/libnativehelper.so
I/ServiceManager( 1381): service 'media.audio_flinger' died
I/ServiceManager( 1381): service 'media.player' died
I/ServiceManager( 1381): service 'media.camera' died
I/ServiceManager( 1381): service 'media.audio_policy' died
thank you very much
im very looking forward to see it in my phone.
good luck with that
Thought we would see a lot of action in this thread by now...lol.
Welcome to the photon community.
Sent from my MB855 using xda app-developers app
Welcome, we appreciate any and all developers to expanding our wondrous photon. As someone else said speak to our main guy Jokersax. He had been working on some jelly bean.
And thanks for joining or little community.
Sent from my PHOTON wishing it had some photonbean on it.
Thank you everyone for the awesome welcoming!
I was up until 4am Florida time working on that rom last night.
I found by switching out the libaudioflinger.so and the libaudiopolicy.so I got it to give me a different logcat. But by examining it closer it looks like that logcat was worse off than the first one.
Sooooo....
Back to the drawing board :fingers-crossed:
Hopefully I can get a Photon Master in here to point me in the right direction. I have swapped out so many libs it is unreal and still cant get her past the bootscreen bootloop. Tried a couple different kernels as well to no avail.
If anyone can help out with this issue, please speak up. All ideas are appreciated and no one is going to give you any crap if you're wrong.
We are all here working together! :highfive:
Keep it crispy,
AdA
BTW: This is my first Motorola device so I am learning as I go, YOUR BOOTLOADER IS WORSE THAN HTC! I didn't think that was possible...lol
I just got cm10 booting from source today, itll be posted after a few bug fixes
AndroiddiordnA said:
Thank you everyone for the awesome welcoming!
I was up until 4am Florida time working on that rom last night.
I found by switching out the libaudioflinger.so and the libaudiopolicy.so I got it to give me a different logcat. But by examining it closer it looks like that logcat was worse off than the first one.
Sooooo....
Back to the drawing board :fingers-crossed:
Hopefully I can get a Photon Master in here to point me in the right direction. I have swapped out so many libs it is unreal and still cant get her past the bootscreen bootloop. Tried a couple different kernels as well to no avail.
If anyone can help out with this issue, please speak up. All ideas are appreciated and no one is going to give you any crap if you're wrong.
We are all here working together! :highfive:
Keep it crispy,
AdA
BTW: This is my first Motorola device so I am learning as I go, YOUR BOOTLOADER IS WORSE THAN HTC! I didn't think that was possible...lol
Click to expand...
Click to collapse
im uploading now, but you can see that many many framework changes had to be done to fix that issue.
Why dont you guys team up? Two heads better then one!!!
My build box is in the works so hopefully ill b able to contribute aswell
Sent from my MB855 using xda app-developers app
jokersax11 said:
im uploading now, but you can see that many many framework changes had to be done to fix that issue.
Click to expand...
Click to collapse
Awesome news just logged on and saw your responses!
Now we have a booting, working, alpha version of 4.1 to base our work off of!
Thank you Jokersax!:highfive:
been running jokers 4.1 alpha for a couple of hours. suprisingly no force closes! I love seeing this taking form, you guys are like artists. other than mobile data not working and the lack of drivers it works great!
AndroiddiordnA said:
Awesome news just logged on and saw your responses!
Now we have a booting, working, alpha version of 4.1 to base our work off of!
Thank you Jokersax!:highfive:
Click to expand...
Click to collapse
Do you have any ideas why data is borked.
Sent from my MB855 using xda premium
Funny you ask,
Data on 4.1 is like the holy grail, I cant tell you how many builds I have tested in the last 3 days.
I have come to the conclusion that somehow either in the framework or in the libs the phone is provisioned for GSM data and not CDMA.
I even went as far as trying to turn my photon into a GSM photon and then flashing CM10 and I bricked my device (Long story and 4 red bulls later) I am back to CM9 and tired as hell. :silly:
My guess?
I tried using APN backup restore app on CM9. You have to use titanium backup to make it a system app before you can make any true changes to the APN. After I did all of those steps I flashed CM10 and tried to restore my backup. 4.1 will NOT let you make APN backup and restore a system app. Therefore you cannot restore your working APN settings from CM9.
Might have something to do with root, I don't know at this point. I wasn't the genius to get it booting so i probably won't be the genius to get data working either. BUT that doesn't mean im going to stop trying...lol :fingers-crossed:
Keep it crispy,
AdA
AndroiddiordnA said:
Funny you ask,
Data on 4.1 is like the holy grail, I cant tell you how many builds I have tested in the last 3 days.
I have come to the conclusion that somehow either in the framework or in the libs the phone is provisioned for GSM data and not CDMA.
I even went as far as trying to turn my photon into a GSM photon and then flashing CM10 and I bricked my device (Long story and 4 red bulls later) I am back to CM9 and tired as hell. :silly:
My guess?
I tried using APN backup restore app on CM9. You have to use titanium backup to make it a system app before you can make any true changes to the APN. After I did all of those steps I flashed CM10 and tried to restore my backup. 4.1 will NOT let you make APN backup and restore a system app. Therefore you cannot restore your working APN settings from CM9.
Might have something to do with root, I don't know at this point. I wasn't the genius to get it booting so i probably won't be the genius to get data working either. BUT that doesn't mean im going to stop trying...lol :fingers-crossed:
Keep it crispy,
AdA
Click to expand...
Click to collapse
Good luck! I'm always willing to test on my mopho
Sent from my JellyBean Poppin MoPho
So you quit working on this?
Sent from my MB855 using xda app-developers app
I haven't *quit*
Been busy with actual life projects.
Check out my CM7 xperia thread for more info on that I guess.
But Photonbeans is still in the works im just taking it in a different direction than the original port. Building it from source was the better option and joker did exactly that so im going to do the same but of course it will take some time.
Thanks,
AdA
AndroiddiordnA said:
I haven't *quit*
Been busy with actual life projects.
Check out my CM7 xperia thread for more info on that I guess.
But Photonbeans is still in the works im just taking it in a different direction than the original port. Building it from source was the better option and joker did exactly that so im going to do the same but of course it will take some time.
Thanks,
AdA
Click to expand...
Click to collapse
Check out Nexus S threads....have some really interesting roms on there. I have grabbed the 2 I know people expected me to do, but there are some that may be popular here. CNA is back with JB, as well as ones like Xenon. Most of the builds there are HIGHLY compatible with our phones as a starting point.
hello
welcome to the MoPho(photon nickname). send a friend invite to th3bill here,he is the awesome porter on jokersax.com and a great dude

[Q]Porting MIUI v4 to Spica

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

[WIP] Fatal exception

Hey all,
I'm working at this moment on a MIUI ICS port for the Galaxy Player 5. Lot of changes have been made so far, I've made it to MIUI's bootscreen. Right there, it goes wrong. Here a part of the logcat:
Code:
E/AndroidRuntime( 206): *** FATAL EXCEPTION IN SYSTEM PROCESS: WindowManagerPolicy
E/AndroidRuntime( 206): android.content.res.Resources$NotFoundException: Resource ID #0x6060008
E/AndroidRuntime( 206): at android.content.res.Resources.getValue(Resources.java:1022)
E/AndroidRuntime( 206): at android.content.res.MiuiResources.getValue(MiuiResources.java:62)
E/AndroidRuntime( 206): at miui.util.ResourceMapper.resolveReference(ResourceMapper.java:9)
E/AndroidRuntime( 206): at miui.util.HapticFeedbackUtil.updateSettings(HapticFeedbackUtil.java:109)
E/AndroidRuntime( 206): at miui.util.HapticFeedbackUtil$SettingsObserver.observe(HapticFeedbackUtil.java:92)
E/AndroidRuntime( 206): at miui.util.HapticFeedbackUtil.<init>(HapticFeedbackUtil.java:75)
E/AndroidRuntime( 206): at com.android.internal.policy.impl.MiuiPhoneWindowManager.init(MiuiPhoneWindowManager.java:129)
E/AndroidRuntime( 206): at com.android.server.wm.WindowManagerService$PolicyThread.run(WindowManagerService.java:733)
E/OMXCodec( 132): Attempting to allocate OMX node 'OMX.google.vorbis.decoder'
E/OMXCodec( 132): Successfully allocated OMX node 'OMX.google.vorbis.decoder'
I/ServiceManager( 126): service 'entropy' died
I/ServiceManager( 126): service 'usagestats' died
I/ServiceManager( 126): service 'package' died
I/ServiceManager( 126): service 'SurfaceFlinger' died
I/ServiceManager( 126): service 'telephony.registry' died
I/ServiceManager( 126): service 'power' died
I/ServiceManager( 126): service 'sensorservice' died
I/ServiceManager( 126): service 'permission' died
I/ServiceManager( 126): service 'batteryinfo' died
I/ServiceManager( 126): service 'gfxinfo' died
I/ServiceManager( 126): service 'cpuinfo' died
I/ServiceManager( 126): service 'activity' died
I/ServiceManager( 126): service 'account' died
I/ServiceManager( 126): service 'meminfo' died
I/ServiceManager( 126): service 'content' died
I/ServiceManager( 126): service 'hardware' died
I/ServiceManager( 126): service 'alarm' died
I/ServiceManager( 126): service 'battery' died
I/ServiceManager( 126): service 'vibrator' died
D/BootAnimation( 221): SurfaceFlinger died, exiting...
E/installd( 134): eof
E/installd( 134): failed to read size
I/installd( 134): closing connection
I/Zygote ( 131): Exit zygote because system server (206) has terminated
For the full logcat, follow this link.
Extra information: I've used Supermaster34's CyanogenMod 9 as base ROM, and Maguro's MIUI (2.8.10) as MIUI base. Furthermore I've solved all incompatibilities in framework.jar and services.jar to get further than the Samsung logo.
Can anyone help me to solve this problem? I'm looking forward to publish my first MIUI ROM for our community
If you need any more information, or the ROM itself, you can always ask or PM.
Thanks in advance!

system_server is crashing

I'm porting one rom to other device while porting system_server is continuously crashing below are logs of failure condition
I/SystemServer(29081): User Service
I/SystemServer(29081): Account Manager
I/SystemServer(29081): Content Manager
I/SystemServer(29081): System Content Providers
E/ActivityThread(29081): Failed to find provider info for settings
E/System (29081): ******************************************
E/System (29081): ************ Failure starting core service
E/System (29081): java.lang.NullPointerException
E/System (29081): at android.provider.Settings$NameValueCache.getStringForUser(Settings.java:825)
E/System (29081): at android.provider.Settings$Secure.getStringForUser(Settings.java:2823)
E/System (29081): at android.provider.Settings$Secure.getIntForUser(Settings.java:2917)
E/System (29081): at android.provider.Settings$Secure.getInt(Settings.java:2911)
E/System (29081): at com.android.server.am.CoreSettingsObserver.populateCoreSettings(CoreSettingsObserver.java:93)
E/System (29081): at com.android.server.am.CoreSettingsObserver.sendCoreSettings(CoreSettingsObserver.java:70)
E/System (29081): at com.android.server.am.CoreSettingsObserver.<init>(CoreSettingsObserver.java:55)
E/System (29081): at com.android.server.am.ActivityManagerService.installSystemProviders(ActivityManagerService.java:6961)
E/System (29081): at com.android.server.ServerThread.run(SystemServer.java:285)
D/System (29081): -^__^- -^__^- -^__^- sys.start_shutdown 0
I/SystemServer(29081): Input Method Service
W/InputMethodManagerService(29081): Couldn't create dir.: /data/system/inputmethod
F/SystemServer(29081): BOOT FAILURE starting Input Manager Service
F/SystemServer(29081): java.lang.NullPointerException
F/SystemServer(29081): at android.provider.Settings$NameValueCache.getStringForUser(Settings.java:825)
F/SystemServer(29081): at android.provider.Settings$Secure.getStringForUser(Settings.java:2823)
F/SystemServer(29081): at com.android.server.InputMethodManagerService$InputMethodSettings.getSelectedInputMethod(InputMethodManagerService.java:385)
F/SystemServer(29081): at com.android.server.InputMethodManagerService.<init>(InputMethodManagerService.java:672)
F/SystemServer(29081): at com.android.server.ServerThread.run(SystemServer.java:370)
F/SystemServer(29081): BOOT FAILURE making display ready
F/SystemServer(29081): java.lang.NullPointerException
F/SystemServer(29081): at com.android.server.ServerThread.run(SystemServer.java:386)
E/ActivityThread(29081): Failed to find provider info for settings
W/SystemServer(29081): ***********************************************
I/SystemServer(29081): Accessibility Manager
W/SystemServer(29081): ***********************************************
W/dalvikvm(29081): threadid=11: thread exiting with uncaught exception (group=0x40f39930)
I/Process (29081): Sending signal. PID: 29081 SIG: 9
E/AndroidRuntime(29081): *** FATAL EXCEPTION IN SYSTEM PROCESS: android.server.ServerThread
E/AndroidRuntime(29081): java.lang.NullPointerException
E/AndroidRuntime(29081): at com.android.server.am.ActivityManagerService.showBootMessage(ActivityManagerService.java:4352)
E/AndroidRuntime(29081): at com.android.server.ServerThread.run(SystemServer.java:398)
I/ServiceManager( 1250): service 'gfxinfo' died
I/ServiceManager( 1250): service 'activity' died
I/ServiceManager( 1250): service 'meminfo' died
I/ServiceManager( 1250): service 'package' died
I/ServiceManager( 1250): service 'permission' died
I/ServiceManager( 1250): service 'content' died
I/ServiceManager( 1250): service 'cpuinfo' died
I/ServiceManager( 1250): service 'user' died
I/ServiceManager( 1250): service 'account' died
I/ServiceManager( 1250): service 'accessibility' died
I/ServiceManager( 1250): service 'sensorservice' died
I/ServiceManager( 1250): service 'entropy' died
I/ServiceManager( 1250): service 'power' died
I/ServiceManager( 1250): service 'batteryinfo' died
I/ServiceManager( 1250): service 'usagestats' died
I/ServiceManager( 1250): service 'display' died
I/ServiceManager( 1250): service 'telephony.registry' died
I/ServiceManager( 1250): service 'scheduling_policy' died
I/ServiceManager( 1250): service 'dbinfo' died
E/installd( 1260): eof
E/installd( 1260): failed to read size
I/installd( 1260): closing connection
I/Zygote (28850): Exit zygote because system server (29081) has terminated
I/Netd (29130): Netd 1.0 starting
W/InterfaceController(29130): Warning (Cannot load library: load_library(linker.cpp:745): library "/system/lib/libnetcmdiface.so" not found) while opy
D/AndroidRuntime(29131):
D/AndroidRuntime(29131): >>>>>> AndroidRuntime START com.android.internal.os.ZygoteInit <<<<<<
D/AndroidRuntime(29131): CheckJNI is OFF
D/dalvikvm(29131): Trying to load lib libjavacore.so 0x0
D/dalvikvm(29131): Added shared lib libjavacore.so 0x0
D/dalvikvm(29131): Trying to load lib libnativehelper.so 0x0
D/dalvikvm(29131): Added shared lib libnativehelper.so 0x0
I/mediaserver(29129): ServiceManager: 0x40e8fe88
I/AudioFlinger(29129): Using default 3000 mSec as standby time.
I/CameraService(29129): CameraService started (pid=29129)
D/HALCameraFactory(29129): camera hal version: 3000130327_V1.0
D/HALCameraFactory(29129): There is 1 attached cameras and 1 removable cameras
I/AudioPolicyManagerBase(29129): loadAudioPolicyConfig() loaded /system/etc/audio_policy.conf
I/AudioFlinger(29129): loadHwModule() Loaded primary audio interface from sunxi audio HW HAL (audio) handle 1
I/AudioFlinger(29129): HAL output buffer size 1056 frames, normal mix buffer size 1056 frames
I/AudioMixer(29129): found effect "Multichannel Downmix To Stereo" from The Android Open Source Project
I/AudioFlinger(29129): Using module 1 has the primary audio interface
I/AudioFlinger(29129): AudioFlinger's thread 0x40e71108 ready to run
W/AudioFlinger(29129): Thread AudioOut_2 cannot connect to the power manager service
E/AudioFlinger(29129): int android::load_audio_interface(char const*, audio_hw_device_t**) couldn't load audio hw module audio.a2dp (No such file or )
I/AudioFlinger(29129): loadHwModule() error -2 loading module a2dp
W/AudioPolicyManagerBase(29129): could not open HW module a2dp
I/AudioFlinger(29129): loadHwModule() Loaded usb audio interface from USB audio HW HAL (audio) handle 3
I/r_submix(29129): adev_open(name=audio_hw_if)
I/r_submix(29129): adev_init_check()
I/AudioFlinger(29129): loadHwModule() Loaded r_submix audio interface from Wifi Display audio HAL (audio) handle 4
I/AudioPolicyService(29129): Loaded audio policy from LEGACY Audio Policy HAL (audio_policy)
I/SamplingProfilerIntegration(29131): Profiling disabled.
I/Zygote (29131): Preloading classes...
D/dalvikvm(29131): GC_EXPLICIT freed 38K, 9% free 431K/472K, paused 1ms+1ms, total 4ms
al 5ms
W/Zygote (29131): Class not found for preloading: android.bluetooth.BluetoothAudioGateway
W/Zygote (29131): Class not found for preloading: android.bluetooth.HeadsetBase
W/Zygote (29131): Class not found for preloading: undroid.content.AbstractThreadedSyncAdapter$SyncThread
1ms, total 7ms
D/dalvikvm(29131): WAIT_FOR_CONCURRENT_GC blocked 19ms
I/dalvikvm(29131): threadid=5: recursive native library load attempt (/system/lib/libmedia_jni.so)
D/MtpDeviceJNI(29131): register_android_mtp_MtpDevice
I/dalvikvm(29131): threadid=5: recursive native library load attempt (/system/lib/libmedia_jni.so)
I/dalvikvm(29131): threadid=5: recursive native library load attempt
W/Zygote (29131): Class not found for preloading: android.server.BluetoothA2dpService
W/Zygote (29131): Class not found for preloading: android.server.BluetoothEventLoop
W/Zygote (29131): Class not found for preloading: android.server.BluetoothService
D/TelephonyManager(29131): No /proc/cmdline exception=java.io.FileNotFoundException: /proc/cmdline: open failed: EACCES (Permission denied)
D/TelephonyManager(29131): /proc/cmdline=
D/dalvikvm(29131): WAIT_FOR_CONCURRENT_GC blocked 6ms
D/dalvikvm(29131): GC_EXPLICIT freed 10K, 1% free 2555K/2568K, paused 1ms+11ms, total 20ms
D/dalvikvm(29131): GC_EXPLICIT freed 26K, 2% free 2586K/2620K, paused 1ms+1ms, total 17ms
D/dalvikvm(29131): WAIT_FOR_CONCURRENT_GC blocked 27ms
D/dalvikvm(29131): GC_EXPLICIT freed 24K, 3% free 2561K/2620K, paused 2ms+1ms, total 11ms
D/dalvikvm(29131): GC_EXPLICIT freed 23K, 1% free 2842K/2868K, paused 3ms+5ms, total 29ms
D/dalvikvm(29131): GC_EXPLICIT freed 12K, 1% free 3011K/3028K, paused 2ms+3ms, total 22ms
D/dalvikvm(29131): WAIT_FOR_CONCURRENT_GC blocked 6ms
D/dalvikvm(29131): GC_EXPLICIT freed 5K, 1% free 3030K/3040K, paused 3ms+10ms, total 50ms
I/Zygote (29131): ...preloaded 270 resources in 1271ms.
D/dalvikvm(29131): GC_EXPLICIT freed 24K, 1% free 3059K/3088K, paused 6ms+2ms, total 37ms
D/dalvikvm(29131): WAIT_FOR_CONCURRENT_GC blocked 31ms
W/Zygote (29131): Class not found for preloading: android.util.LocaleUtil
D/dalvikvm(29131): GC_EXPLICIT freed 18K, 1% free 3080K/3100K, paused 2ms+25ms, total 49ms
I/Zygote (29131): ...preloaded 31 resources in 107ms.
W/Zygote (29131): Class not found for preloading: android.view.ViewRootImpl$ResizedInfo
W/Zygote (29131): Class not found for preloading: android.view.Window$LocalWindowManager
W/Zygote (29131): Class not found for preloading: android.view.WindowManagerImpl$CompatModeWrapper
I/dalvikvm(29131): threadid=5: recursive native library load attempt (/system/lib/libwebcore.so)
D/dalvikvm(29131): No JNI_OnLoad found in /system/lib/libchromium_net.so 0x0, skipping init
D/MDnsDS (29130): MDnsSdListener::Hander starting up
D/MDnsDS (29130): MDnsSdListener starting to monitor
D/MDnsDS (29130): Going to poll with pollCount 1
W/Zygote (29131): Class not found for preloading: java.text.DecimalFormat$1
W/Zygote (29131): Class not found for preloading: java.util.concurrent.FutureTask$Sync
W/Zygote (29131): Class not found for preloading: java.util.concurrent.atomic.UnsafeAccess
W/Zygote (29131): Class not found for preloading: java.util.concurrent.locks.UnsafeAccess
W/Zygote (29131): Class not found for preloading: libcore.icu.ErrorCode
I/System (29131): Loaded time zone names for in 186ms (181ms in ICU)
I/System (29131): Loaded time zone names for en_US in 143ms (138ms in ICU)
D/dalvikvm(29131): GC_FOR_ALLOC freed 1205K, 24% free 3925K/5132K, paused 29ms, total 30ms
I/Zygote (29131): ...preloaded 2541 classes in 2478ms.
D/dalvikvm(29131): GC_EXPLICIT freed 193K, 22% free 4038K/5132K, paused 2ms+3ms, total 31ms
D/dalvikvm(29131): GC_EXPLICIT freed 1K, 22% free 4037K/5132K, paused 2ms+3ms, total 28ms
D/dalvikvm(29131): GC_EXPLICIT freed <1K, 22% free 4037K/5132K, paused 3ms+4ms, total 29ms
I/dalvikvm(29131): System server process 29371 has been created
I/Zygote (29131): Accepting command socket connections
E/BatteryService(29371): wirelessOnlinePath not found
I/sysproc (29371): Entered system_init()
I/sysproc (29371): ServiceManager: 0x64e52a40
D/SensorService(29371): nuSensorService starting...
[ 2358.313703] ==gsl_ts_exit==
[ 2358.316925] ==gsl_ts_remove=
D/insmodDevice(29371): system/vendor/modules/gslX680.ko insmod failed!
[ 2358.368703] =====ctp_fetch_sysconfig_para=====.
[ 2358.408342] i2c-core: driver [gslX680] using legacy suspend method
[ 2358.415328] i2c-core: driver [gslX680] using legacy resume method
[ 2358.424525] input: gslX680 as /devices/platform/sun7i-i2c.1/i2c-1/1-0040/input/input396
[ 2358.436007] init: processing action 0x30e28 (property:sys.sensors=1)
I/sysproc (29371): System server[ 2358.445449] init: starting 'sensors'
: starting Android runtime.
I/s[ 2358.452174] init: command 'start' r=0
ysproc (29371): System server: starting Android services.
I/SystemServer(29371): Entered the Android system server!
I/sysproc (29371): System server: entering thread pool.
I/SystemServer(29371): Waiting for installd to be ready.
I/installd( 1260): new connection
I/Installer(29371): connecting...
I/SystemServer(29371): Entropy Mixer
[ 2358.489007] init: waitpid returned pid 29400, status = 00000a00
[ 2358.495660] init: process 'sensors', pid 29400 exited
I/SystemServer(29371): Power Manager
I/SystemServer(29371): Activity Manager
I/ActivityManager(29371): Memory class: 96
W/UsageStats(29371): Usage stats version changed; dropping
I/SystemServer(29371): Display Manager
I/DisplayManagerService(29371): Display device added: DisplayDeviceInfo{"Built-in Screen": 800 x 480, 61.000004 fps, density 160, 160.0 x 160.0 dpi, }
I/SystemServer(29371): Telephony Registry
I/SystemServer(29371): Scheduling Policy
I/SystemServer(29371): Package Manager
W/PackageManager(29371): Running ENG build: no pre-dexopt!
W/PackageManager(29371): Library not found: /system/framework/com.google.android.media.effects.jar
D/PackageManager(29371): No files in app dir /system/app
D/PackageManager(29371): No files in app dir /vendor/app
D/dalvikvm(29371): GC_CONCURRENT freed 1300K, 34% free 4691K/7084K, paused 4ms+3ms, total 71ms
W/PackageManager(29371): Permission group android.permission-group.STORAGE from package net.appositedesigns.fileexplorer ignored: original from androd
I/PackageManager(29371): Time to scan packages: 0.831 seconds
W/PackageManager(29371): Removing dangling permission: android.permission.ACCESS_MTK_MMHW from package null
W/PackageManager(29371): Unknown permission com.google.android.c2dm.permission.RECEIVE in package com.android.chrome
W/PackageManager(29371): Unknown permission com.android.launcher.permission.INSTALL_SHORTCUT in package com.android.chrome
W/PackageManager(29371): Unknown permission com.google.android.providers.gsf.permission.READ_GSERVICES in package com.android.chrome
W/PackageManager(29371): Unknown permission android.webkit.permission.PLUGIN in package com.adobe.flashplayer
W/PackageManager(29371): Not granting permission android.permission.ACCOUNT_MANAGER to package com.google.android.music (protectionLevel=2 flags=0x8b)
W/PackageManager(29371): Unknown permission com.google.android.providers.gsf.permission.READ_GSERVICES in package com.google.android.music
W/PackageManager(29371): Unknown permission com.google.android.c2dm.permission.RECEIVE in package com.google.android.music
W/PackageManager(29371): Unknown permission com.google.android.providers.gsf.permission.READ_GSERVICES in package com.google.android.youtube
W/PackageManager(29371): Unknown permission com.google.android.googleapps.permission.GOOGLE_AUTH in package com.google.android.youtube
W/PackageManager(29371): Unknown permission com.google.android.googleapps.permission.GOOGLE_AUTH.youtube in package com.google.android.youtube
W/PackageManager(29371): Unknown permission com.google.android.googleapps.permission.GOOGLE_AUTH.YouTubeUser in package com.google.android.youtube
W/PackageManager(29371): Unknown permission com.google.android.googleapps.permission.GOOGLE_AUTH in package com.google.android.apps.maps
W/PackageManager(29371): Unknown permission com.google.android.googleapps.permission.GOOGLE_AUTH.local in package com.google.android.apps.maps
W/PackageManager(29371): Unknown permission com.android.providers.im.permission.READ_ONLY in package com.google.android.apps.maps
W/PackageManager(29371): Unknown permission com.android.launcher.permission.INSTALL_SHORTCUT in package com.google.android.apps.maps
W/PackageManager(29371): Unknown permission com.google.android.providers.gsf.permission.READ_GSERVICES in package com.google.android.apps.maps
W/PackageManager(29371): Unknown permission com.google.android.c2dm.permission.RECEIVE in package com.google.android.apps.maps
W/PackageManager(29371): Not granting permission android.permission.MOUNT_UNMOUNT_FILESYSTEMS to package com.baidu.video (protectionLevel=18 flags=0x)
W/PackageManager(29371): Not granting permission android.permission.READ_LOGS to package com.baidu.video (protectionLevel=50 flags=0x18be44)
W/PackageManager(29371): Unknown permission com.android.launcher.permission.INSTALL_SHORTCUT in package com.baidu.video
W/PackageManager(29371): Unknown permission com.android.launcher.permission.UNINSTALL_SHORTCUT in package com.baidu.video
W/PackageManager(29371): Unknown permission android.permission.ACCES_MOCK_LOCATION in package com.baidu.video
W/PackageManager(29371): Unknown permission android.webkit.permission.PLUGIN in package com.baidu.video
D/dalvikvm(29371): GC_EXPLICIT freed 366K, 29% free 5099K/7084K, paused 3ms+4ms, total 49ms
I/SystemServer(29371): User Service
I/SystemServer(29371): Account Manager
I/SystemServer(29371): Content Manager
I/SystemServer(29371): System Content Providers
E/ActivityThread(29371): Failed to find provider info for settings
E/System (29371): ******************************************
E/System (29371): ************ Failure starting core service
E/System (29371): java.lang.NullPointerException
E/System (29371): at android.provider.Settings$NameValueCache.getStringForUser(Settings.java:825)
E/System (29371): at android.provider.Settings$Secure.getStringForUser(Settings.java:2823)
E/System (29371): at android.provider.Settings$Secure.getIntForUser(Settings.java:2917)
E/System (29371): at android.provider.Settings$Secure.getInt(Settings.java:2911)
E/System (29371): at com.android.server.am.CoreSettingsObserver.populateCoreSettings(CoreSettingsObserver.java:93)
E/System (29371): at com.android.server.am.CoreSettingsObserver.sendCoreSettings(CoreSettingsObserver.java:70)
E/System (29371): at com.android.server.am.CoreSettingsObserver.<init>(CoreSettingsObserver.java:55)
E/System (29371): at com.android.server.am.ActivityManagerService.installSystemProviders(ActivityManagerService.java:6961)
E/System (29371): at com.android.server.ServerThread.run(SystemServer.java:285)
D/System (29371): -^__^- -^__^- -^__^- sys.start_shutdown 0
I/SystemServer(29371): Input Method Service
W/InputMethodManagerService(29371): Couldn't create dir.: /data/system/inputmethod
E/ActivityThread(29371): Failed to find provider info for settings
F/SystemServer(29371): BOOT FAILURE starting Input Manager Service
F/SystemServer(2937[ 2360.118179] init: waitpid returned pid 29131, status = 00000009
1): java.lang.NullPointerExcepti[ 2360.127575] init: process 'zygote', pid 29131 exited
on
F/SystemServer(29371): at a[ 2360.135877] init: process 'zygote' killing any children in process group
ndroid.provider.Settings$NameVal[ 2360.146322] request_suspend_state: wakeup (0->0) at 2360138866835 (2000-01-11 17:36:22.981035915 UTC)
ueCache.getStringForUser(Setting[ 2360.159286] init: service 'media' is being killed
s.java:825)
F/SystemServer(29371): at android.provider.Setting[ 2360.172556] init: starting 'media'
s$Secure.getStringForUser(Settin[ 2360.177110] init: service 'netd' is being killed
gs.java:2823)
F/SystemServer(29371): at com.android.server.InputMethodManagerService$InputMethodSettings.getSelectedInputMethod(InputMethodManagerService.java[ 23'
:3850)
F/SystemServer(29371): [ 2360.202716] init: waitpid returned pid 29129, status = 00000009
[ 2360.208234] init: Created socket '/dev/socket/mdns' with mode '660', user '0', group '1000'
at com.android.server.InputMetho[ 2360.208364] init: Created socket '/dev/socket/dnsproxyd' with mode '660', user '0', group '3003'
[ 2360.208461] init: Created socket '/dev/socket/netd' with mode '660', user '0', group '1000'
dManagerService.<init>(InputMethodManagerService.java:672)
F/SystemServer(29371): at com.android.server.ServerThread.run(SystemServer.java:370)
W/SystemServer(29371): ***********************************************
F/SystemServer(29371): BOOT FAILURE making display ready
F/SystemServer(29371): java.lang.NullPointerException
F/SystemServer(29371): at com.android.server.ServerThread.run(SystemServer.java:386)
W/dalvikvm(29371): threadid=11: thread exiting with uncaught exception (group=0x412f2930)
I/SystemServer(29371): Accessibility Manager
W/SystemServer(29371): *****************************[ 2360.292979] init: untracked pid 29129 exited
******************
E/AndroidRun[ 2360.300306] init: waitpid returned pid 29130, status = 00000009
time(29371): *** FATAL EXCEPTION IN SYSTEM PROCESS: android.server.ServerThread
E/AndroidRuntime(29371): java.lang.NullPointerException
E/AndroidRuntime(29371[ 2360.321118] init: untracked pid 29130 exited
): at com.android.server.am.ActivityManagerService.showBootMessage(ActivityManagerService.java:4352)
E/AndroidRuntime(29371): [ 2360.337090] init: starting 'zygote'
at com.android.server.ServerThread.run(SystemServer.java:398)
I/Process (29371): Sending signal. PID: 29371 SIG: 9
I/ServiceM[ 2360.352585] init: Created socket '/dev/socket/zygote' with mode '660', user '0', group '1000'
E/installd( 1260): failed to read size
I/installd( 1260): closing connection
I/Zygote (29131): Exit zygote because system server (29371) has terminated
I/ServiceManager( 1250): service 'media.audio_policy' died
I/ServiceManager( 1250): service 'media.audio_flinger' died
I/ServiceManager( 1250): service 'media.player' died
I/ServiceManager( 1250): service 'media.camera' died
I/Netd (29420): Netd 1.0 starting
output of service list is
# service list
Found 26 services:
0 accessibility: []
1 content: []
2 account: []
3 user: []
4 permission: []
5 cpuinfo: []
6 dbinfo: []
7 gfxinfo: []
8 meminfo: []
9 activity: []
10 package: []
11 scheduling_policy: []
12 telephony.registry: []
13 display: []
14 usagestats: []
15 batteryinfo: []
16 power: []
17 entropy: []
18 sensorservice: []
19 media.audio_policy: [android.media.IAudioPolicyService]
20 media.camera: [android.hardware.ICameraService]
21 media.player: [android.media.IMediaPlayerService]
22 media.audio_flinger: [android.media.IAudioFlinger]
23 media.tvd: [android.hardware.ITVDecoderService]
24 drm.drmManager: [drm.IDrmManagerService]
25 SurfaceFlinger: [android.ui.ISurfaceComposer]
crash dump is here
I/DEBUG (14300): pid: 19492, tid: 19492, name: system_server >>> system_server <<<
I/DEBUG (14300): signal 11 (SIGSEGV), code 1 (SEGV_MAPERR), fault addr 00000000
D/AndroidRuntime(19497):
D/AndroidRuntime(19497): >>>>>> AndroidRuntime START com.android.internal.os.ZygoteInit <<<<<<
D/AndroidRuntime(19497): CheckJNI is OFF
I/DEBUG (14300): r0 00000000 r1 bef8b6b0 r2 00010004 r3 93b27162
I/DEBUG (14300): r4 b6ee1538 r5 b6ee14a4 r6 bef8bb00 r7 b7415bf8
I/DEBUG (14300): r8 00000000 r9 b6fc9228 sl 00000000 fp bef8bbcc
I/DEBUG (14300): ip b6ee2fd4 sp bef8bae8 lr b6ee12a7 pc b6e85336 cpsr 60000030
I/DEBUG (14300): d0 6576726573206d69 d1 7472617473203a63
I/DEBUG (14300): d2 72646e4120676e65 d3 7672657320646973
I/DEBUG (14300): d4 b7411720b7411710 d5 b7411740b7411730
I/DEBUG (14300): d6 b7411ba0b7411750 d7 b7412000b7411ff0
I/DEBUG (14300): d8 0000000000000000 d9 0000000000000000
I/DEBUG (14300): d10 0000000000000000 d11 0000000000000000
I/DEBUG (14300): d12 0000000000000000 d13 0000000000000000
I/DEBUG (14300): d14 0000000000000000 d15 0000000000000000
I/DEBUG (14300): d16 c1d6a4f4172de354 d17 3f50624dd2f1a9fc
I/DEBUG (14300): d18 41b3b66fd3000000 d19 0000000000000000
I/DEBUG (14300): d20 0000000000000000 d21 0000000000000000
I/DEBUG (14300): d22 0000000000000000 d23 0000000000000000
I/DEBUG (14300): d24 0000000000000000 d25 0000000000000000
I/DEBUG (14300): d26 0000000000000000 d27 0000000000000000
I/DEBUG (14300): d28 0000000000000000 d29 0000000000000000
I/DEBUG (14300): d30 0000000000000000 d31 0000000000000000
I/DEBUG (14300): scr 00000010
I/DEBUG (14300):
I/DEBUG (14300): backtrace:
I/DEBUG (14300): #00 pc 00047336 /system/lib/libandroid_runtime.so (android::AndroidRuntime::getJNIEnv()+9)
I/DEBUG (14300): #01 pc 000012a3 /system/lib/libsystem_server.so (system_init+278)
I/DEBUG (14300): #02 pc 00000529 /system/bin/system_server
I/DEBUG (14300):
I/DEBUG (14300): stack:
I/DEBUG (14300): bef8baa8 b7415fa8 [heap]
I/DEBUG (14300): bef8baac b6f8af15 /system/lib/libc.so (free+12)
I/DEBUG (14300): bef8bab0 00000000
I/DEBUG (14300): bef8bab4 b6f581c7 /system/lib/libutils.so (android::SharedBuffer::release(unsigned int) const+34)
I/DEBUG (14300): bef8bab8 b7414680 [heap]
I/DEBUG (14300): bef8babc bef8bad4 [stack]
I/DEBUG (14300): bef8bac0 b6efbaa1 /system/lib/libbinder.so
I/DEBUG (14300): bef8bac4 b6ee10af /system/lib/libsystem_server.so (android::sp<android::IBinder>::~sp()+22)
I/DEBUG (14300): bef8bac8 bef8bad8 [stack]
I/DEBUG (14300): bef8bacc b6ee1183 /system/lib/libsystem_server.so
I/DEBUG (14300): bef8bad0 b7415bf8 [heap]
I/DEBUG (14300): bef8bad4 b7415ef0 [heap]
I/DEBUG (14300): bef8bad8 b7415fdc [heap]
I/DEBUG (14300): bef8badc 93b27162
I/DEBUG (14300): bef8bae0 df0027ad
I/DEBUG (14300): bef8bae4 00000000
I/DEBUG (14300): #00 bef8bae8 00000034
I/DEBUG (14300): bef8baec bef8b6b0 [stack]
I/DEBUG (14300): bef8baf0 93b27162
I/DEBUG (14300): bef8baf4 b6ee12a7 /system/lib/libsystem_server.so (system_init+282)
I/DEBUG (14300): #01 bef8baf8 b7415b60 [heap]
I/DEBUG (14300): bef8bafc b7415ef0 [heap]
I/DEBUG (14300): bef8bb00 b7415f10 [heap]
I/DEBUG (14300): bef8bb04 b7415bf8 [heap]
I/DEBUG (14300): bef8bb08 b7415f10 [heap]
I/DEBUG (14300): bef8bb0c 00000000
I/DEBUG (14300): bef8bb10 b6fd0031
I/DEBUG (14300): bef8bb14 0001b000
I/DEBUG (14300): bef8bb18 00000000
I/DEBUG (14300): bef8bb1c b6fe7ee4 /system/bin/linker
I/DEBUG (14300): bef8bb20 00000000
I/DEBUG (14300): bef8bb24 00000000
I/DEBUG (14300): bef8bb28 00000000
I/DEBUG (14300): bef8bb2c 00000011
I/DEBUG (14300): bef8bb30 b6fd9204 /system/bin/linker
I/DEBUG (14300): bef8bb34 b6fd8114 /system/bin/linker
I/DEBUG (14300): ........ ........
I/DEBUG (14300): #02 bef8bb90 00000001
I/DEBUG (14300): bef8bb94 00000204
I/DEBUG (14300): bef8bb98 b6ff34dd /system/bin/system_server
I/DEBUG (14300): bef8bb9c b6f90721 /system/lib/libc.so (__libc_init+40)
I/DEBUG (14300): bef8bba0 bef8bbb8 [stack]
I/DEBUG (14300): bef8bba4 00000000
I/DEBUG (14300): bef8bba8 00000000
I/DEBUG (14300): bef8bbac 00000000
I/DEBUG (14300): bef8bbb0 00000000
I/DEBUG (14300): bef8bbb4 b6ff3480 /system/bin/system_server
I/DEBUG (14300): bef8bbb8 b6ff4e94 /system/bin/system_server
I/DEBUG (14300): bef8bbbc b6ff4e9c /system/bin/system_server
I/DEBUG (14300): bef8bbc0 b6ff4ea4 /system/bin/system_server
I/DEBUG (14300): bef8bbc4 bef8bbd0 [stack]
I/DEBUG (14300): bef8bbc8 00000000
I/DEBUG (14300): bef8bbcc b6fdcbbb /system/bin/linker
I/DEBUG (14300):
I/mediaserver(19495): ServiceManager: 0x418b1e88
Can any one help me to resolve this issue? Thanks in advance :laugh:

Categories

Resources