[DEV][TOOL] FUSE and SBK dumper (souce code included) - LG Optimus 4X HD

the testk.ko this a kernel module to access tegra_fuse IO and dump all data burned in it.
before use it, your p880 must have got root rights.
C:> adb push testk.ko /mnt/sdcard/testk.ko
C:> adb shell
android $ cd /mnt/sdcard
android $ su
android # insmod testk.ko
android # dmesg
android # rmmod testk
if it run correct, will see some log like this
<1>[21891.408679] ---------------------------------
<1>[21891.409200] Module is loaded
<1>[21891.409460] ---------------------------------
<1>[21891.409760] clk_enable ...
<1>[21891.410504] fuse_cmd_sense ...
<1>[21891.412109] 0000: 02b00009 ???????? ???????? ????????
.........
<1>[21891.422178] 00f8: ffffffff ffffffff ffffffff ffffffff
<1>[21891.422389] device_key: ffffffff
<1>[21891.422596] jtag_disable: 00000000
<1>[21891.422805] odm_production_mode: 00000001
<1>[21891.423014] sec_boot_dev_cfg: 00000011
<1>[21891.423223] sec_boot_dev_sel: 00000000
<1>[21891.423436] secure_boot_key: ffffffff ffffffff ffffffff ffffffff
<1>[21891.423645] sw_reserved: 00000000
<1>[21891.424023] ignore_dev_sel_straps: 00000001
<1>[21891.424249] odm_reserved: 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
<1>[21891.424635] clk_disable ...
View attachment testk.zip

anyone? pls try this oopsware is a well known developer for linux phone community

another interesting, after i reboot my device, and read tegra_fuse register,
the address register is 0x00b2 and the read register value equal to the
data in my dumped raw fuse data at offset 0x00b2 .
from the souce code of kernel, we can't find any code read that address.
so it be read by bootloader maybe.
is it device key ?
the follow 24byte contains SBK ?

<1>[22173.899813] Module is loaded
<1>[22173.900184] ---------------------------------
<1>[22173.900414] clk_enable ...
<1>[22173.900643] fuse_cmd_sense ...
<1>[22173.902276] 0000: 02b00009 5c003681 0011ea00 02130000
<1>[22173.902483] 0008: 48000000 993d0d42 125f8000 ffc71618
<1>[22173.902689] 0010: ffffffff ffffffff ffffffff ffffffff
<1>[22173.905194] 0018: 047fffff 00000200 00000000 00000000
<1>[22173.905413] 0020: 00000000 00000000 00000000 00000000
<1>[22173.905789] 0028: 00000000 03b40000 4b000000 3030c55c
<1>[22173.905996] 0030: 0000000c 00680cf0 00000000 00000000
<1>[22173.906371] 0038: 00000400 00000000 00002fc0 3062c580
<1>[22173.906574] 0040: 030c3ccc 00000000 00000000 00000000
<1>[22173.906938] 0048: 00000000 00000000 00000000 00000000
<1>[22173.907144] 0050: 00000000 00000000 00000000 00000000
<1>[22173.907346] 0058: 00000000 00000000 00000000 00000000
<1>[22173.907714] 0060: 00000000 00000000 00000000 00000000
<1>[22173.907913] 0068: 00000000 00000000 00000000 00000000
<1>[22173.908279] 0070: 00000000 00000000 00000000 00000000
<1>[22173.908485] 0078: 00000000 00000000 00000000 00000000
<1>[22173.908859] 0080: 00000000 00000000 00000000 00000000
<1>[22173.909063] 0088: 00000000 00000000 00000000 00000000
<1>[22173.909432] 0090: 00000000 00000000 00000000 00000000
<1>[22173.909633] 0098: 00000000 00000000 00000000 00000000
<1>[22173.909836] 00a0: 00000000 00000000 00000000 00000000
<1>[22173.910204] 00a8: 00000000 00000000 00000000 00000000
<1>[22173.910404] 00b0: 00000000 46f70652 e002bc04 43882103
<1>[22173.910778] 00b8: 0034fff4 002ad000 22b8df00 124b2202
<1>[22173.910982] 00c0: ffffffff ffffffff ffffffff ffffffff
<1>[22173.911518] 00c8: ffffffff ffffffff ffffffff ffffffff
<1>[22173.911731] 00d0: ffffffff ffffffff ffffffff ffffffff
<1>[22173.912105] 00d8: ffffffff ffffffff ffffffff ffffffff
<1>[22173.912308] 00e0: ffffffff ffffffff ffffffff ffffffff
<1>[22173.912511] 00e8: ffffffff ffffffff ffffffff ffffffff
<1>[22173.912882] 00f0: ffffffff ffffffff ffffffff ffffffff
<1>[22173.913090] 00f8: ffffffff ffffffff ffffffff ffffffff
<1>[22173.913468] device_key: ffffffff
<1>[22173.913669] jtag_disable: 00000000
<1>[22173.913871] odm_production_mode: 00000001
<1>[22173.914244] sec_boot_dev_cfg: 00000011
<1>[22173.914448] sec_boot_dev_sel: 00000000
<1>[22173.914662] secure_boot_key: ffffffff ffffffff ffffffff ffffffff
<1>[22173.915034] sw_reserved: 00000000
<1>[22173.915235] ignore_dev_sel_straps: 00000001
<1>[22173.915624] odm_reserved: 00000000 00000000 00000000 00000000 00000000 000
00000 00000000 00000000
<1>[22173.915830] clk_disable ...
Click to expand...
Click to collapse
nah. ffffffffffffffffffffffffffffffs' would be just the stupid SBK, i doubt it's the one.
http://forum.xda-developers.com/showthread.php?t=2100111 this could be the one, but we don't know how to use it or somethin'.. anyway it looks SBK-cious

reas0n said:
nah. ffffffffffffffffffffffffffffffs' would be just the stupid SBK, i doubt it's the one.
http://forum.xda-developers.com/showthread.php?t=2100111 this could be the one, but we don't know how to use it or somethin'.. anyway it looks SBK-cious
Click to expand...
Click to collapse
without the source code of secure_boot_key_dumper-v0.2 , i don't known how marsgod dump that data
but the key follow in your link , may not correct i think, perhaps he dump it on a tegra2 device

<4>[ 3475.840864] connect failed event=0 e->status 0x1
<3>[ 3475.847936] CFG80211-ERROR) wl_bss_connect_done : Report connect result -
connection failed
<4>[ 3476.136288] testk: module license 'unspecified' taints kernel.
<4>[ 3476.136704] Disabling lock debugging due to kernel taint
<1>[ 3476.141571] ---------------------------------
<1>[ 3476.141970] Module is loaded
<1>[ 3476.142178] ---------------------------------
<1>[ 3476.142417] clk_enable ...
<1>[ 3476.142829] fuse_cmd_sense ...
<1>[ 3476.144214] 0000: 02b00009 5a003881 2714eb00 02120000
<1>[ 3476.144426] 0008: d8000000 91447149 94430000 ffc7185d
<1>[ 3476.144814] 0010: ffffffff ffffffff ffffffff ffffffff
<1>[ 3476.145025] 0018: 047fffff 00000200 00000000 00000000
<1>[ 3476.145406] 0020: 00000000 00000000 00000000 00000000
<1>[ 3476.145616] 0028: 00000000 03b70000 4b000000 2c42085c
<1>[ 3476.146004] 0030: 0000000b 009ff470 00000000 00000000
<1>[ 3476.146216] 0038: 00000400 00000000 00002fc0 3062ddb0
<1>[ 3476.146427] 0040: 030f0030 00000000 00000000 00000000
<1>[ 3476.146815] 0048: 00000000 00000000 00000000 00000000
<1>[ 3476.147026] 0050: 00000000 00000000 00000000 00000000
<1>[ 3476.147413] 0058: 00000000 00000000 00000000 00000000
<1>[ 3476.147623] 0060: 00000000 00000000 00000000 00000000
<1>[ 3476.148008] 0068: 00000000 00000000 00000000 00000000
<1>[ 3476.148215] 0070: 00000000 00000000 00000000 00000000
<1>[ 3476.148596] 0078: 00000000 00000000 00000000 00000000
<1>[ 3476.148805] 0080: 00000000 00000000 00000000 00000000
<1>[ 3476.149013] 0088: 00000000 00000000 00000000 00000000
<1>[ 3476.149223] 0090: 00000000 00000000 00000000 00000000
<1>[ 3476.149432] 0098: 00000000 00000000 00000000 00000000
<1>[ 3476.149816] 00a0: 00000000 00000000 00000000 00000000
<1>[ 3476.150028] 00a8: 00000000 00000000 00000000 00000000
<1>[ 3476.150417] 00b0: 00000000 46f70652 e002bc04 43882103
<1>[ 3476.150629] 00b8: 0034fff4 002ad000 22b8df00 124b2202
<1>[ 3476.151018] 00c0: ffffffff ffffffff ffffffff ffffffff
<1>[ 3476.151401] 00c8: ffffffff ffffffff ffffffff ffffffff
<1>[ 3476.151789] 00d0: ffffffff ffffffff ffffffff ffffffff
<1>[ 3476.152000] 00d8: ffffffff ffffffff ffffffff ffffffff
<1>[ 3476.152210] 00e0: ffffffff ffffffff ffffffff ffffffff
<1>[ 3476.152593] 00e8: ffffffff ffffffff ffffffff ffffffff
<1>[ 3476.152804] 00f0: ffffffff ffffffff ffffffff ffffffff
<1>[ 3476.153190] 00f8: ffffffff ffffffff ffffffff ffffffff
<1>[ 3476.153406] device_key: ffffffff
<1>[ 3476.153615] jtag_disable: 00000000
<1>[ 3476.154001] odm_production_mode: 00000001
<1>[ 3476.154213] sec_boot_dev_cfg: 00000011
<1>[ 3476.154425] sec_boot_dev_sel: 00000000
<1>[ 3476.154821] secure_boot_key: ffffffff ffffffff ffffffff ffffffff
<1>[ 3476.155036] sw_reserved: 00000000
<1>[ 3476.155423] ignore_dev_sel_straps: 00000001
<1>[ 3476.155651] odm_reserved: 00000000 00000000 00000000 00000000 00000000 000
00000 00000000 00000000
<1>[ 3476.156039] clk_disable ...
<4>[ 3476.601560] tegra_ehci_bus_suspend
<7>[ 3478.754461] baseband_xmm_power_ipc_ap_wake_irq g(0), wake_st(5)
<7>[ 3478.755941] baseband_xmm_power_ipc_ap_wake_irq - falling
<7>[ 3478.756732] baseband_xmm_set_power_status n(5),o(4)
<7>[ 3478.758127] BB XMM POWER STATE = 5
<7>[ 3478.758872] baseband_xmm_power_L2_resume
<6>[ 3478.759632] PM_ST : CP L2->L0
<7>[ 3478.761077] BB XMM POWER STATE = L2TOL0(5)
<7>[ 3478.762031] baseband_xmm_power_L2_resume_work {
<6>[ 3478.762897] usb_resume_both ++(1254) udev->reset_resume=0 kobject_name(&de
v->kobj)=usb1 udev->state=8
<4>[ 3478.764336] tegra_ehci_bus_resume
<6>[ 3478.801727] usb_resume_both --(1282) udev->reset_resume=0 kobject_name(&de
v->kobj)=usb1 udev->state=7 status=0
<6>[ 3478.802715] usb_resume_both ++(1254) udev->reset_resume=0 kobject_name(&de
v->kobj)=1-1 udev->state=8
<4>[ 3478.804283] x3_usb_hsic_preresume
<7>[ 3478.805694] baseband_xmm_set_power_status n(5),o(5)
<7>[ 3478.808122] baseband_xmm_power_ipc_ap_wake_irq g(1), wake_st(4)
<7>[ 3478.808910] baseband_xmm_power_ipc_ap_wake_irq - rising
<7>[ 3478.810337] baseband_xmm_set_power_status n(2),o(5)
<6>[ 3478.811116] PM_ST : L0
<7>[ 3478.812690] gpio host active high->
<7>[ 3478.813457] BB XMM POWER STATE = L0(2)
<6>[ 3478.882723] baseband_usb_driver_resume: susp_count = 0 (resuming...)
<6>[ 3478.883188] baseband_usb_driver_resume: susp_count = 0 (resuming...)
<6>[ 3478.883446] baseband_usb_driver_resume: susp_count = 0 (resuming...)
<6>[ 3478.883878] usb_resume_both --(1282) udev->reset_resume=0 kobject_name(&de
v->kobj)=1-1 udev->state=7 status=0
<7>[ 3478.884288] } baseband_xmm_power_L2_resume_work
Click to expand...
Click to collapse
Same here

---------- Post added at 07:42 PM ---------- Previous post was at 07:26 PM ----------
[/COLOR]
OopsWare said:
without the source code of secure_boot_key_dumper-v0.2 , i don't known how marsgod dump that data
but the key follow in your link , may not correct i think, perhaps he dump it on a tegra2 device
Click to expand...
Click to collapse
hi 0opsware it was dumped on a lg p880 x4 hd and i think that if you ask marsgod for the source he may share it

nowaday we need one "nvflash" to validate sbk .
i've test some version of nvflash tools, but most of them doesn't support --sbk command at all.
t'other supported --sbk command but do not recognize our device

Related

My G1 won't boot 90% of ROMs, only few works (but not fully). Can somebody help?

I've experienced a huge problem with my G1. I always liked to play with it, so I rooted it instatly after buying it. Now I have Haykuro, Amon_Ra recovery, .26i radio. I flashed new ROM every week and everything was OK. Until now. Something happened and almost every ROM is getting bootloop! Some hangs on G1 splash, some on their bootscreen. I tried SuperF, SuperD, CM6 RC3, Donut AOSP TheOfficial, Chromatic, SpeedTeam Froyo, SuperE, Dwang, Froyo AOSP and more, but only SuperE and FroyoAOSP booted (but only once - when I turn them off they never boot again). Before every flash I was doing full wipe, sometimes also a fastboot system -w.
Fastboot and recovery working. Tried to reflash radio and recovery, to format SD Card - nothing helped.
I wonder if I should try to unroot and then root again? Did anyone ever encountered this strange situation? Everything was all right and then BANG! everything crashes ;/.
I am always wathing logcat and discovered one interesting thing - few ROMs hang in the same place:
Code:
D/AndroidRuntime( 731):
D/AndroidRuntime( 731): >>>>>>>>>>>>>> AndroidRuntime START <<<<<<<<<<<<<<
D/AndroidRuntime( 731): CheckJNI is OFF
D/AndroidRuntime( 731): --- registering native functions ---
I/Zygote ( 731): Preloading classes...
D/dalvikvm( 731): GC freed 800 objects / 44048 bytes in 6ms
I/DEBUG ( 699): *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** *
**
I/DEBUG ( 699): Build fingerprint: 'tmobile/kila/dream/trout:1.6/DRC83/14721:
user/ota-rel-keys,release-keys'
I/DEBUG ( 699): pid: 731, tid: 731 >>> zygote <<<
I/DEBUG ( 699): signal 11 (SIGSEGV), fault addr 0000001e
I/DEBUG ( 699): r0 08000000 r1 bea5c5ec r2 bea5c5ec r3 bea5c604
I/DEBUG ( 699): r4 00000200 r5 bea5c604 r6 00000000 r7 00000001
I/DEBUG ( 699): r8 bea5c5ec r9 000904e0 10 bea5c604 fp bea5c5bc
I/DEBUG ( 699): ip ad4abe54 sp bea5c508 lr ad48f551 pc ad47070a cpsr 000
00030
I/DEBUG ( 699): #00 pc 0007070a /system/lib/libicui18n.so
I/DEBUG ( 699): #01 lr ad48f551 /system/lib/libicui18n.so
I/DEBUG ( 699): stack:
I/DEBUG ( 699): bea5c4c8 0007b228 [heap]
I/DEBUG ( 699): bea5c4cc 000001b4
I/DEBUG ( 699): bea5c4d0 000000dc
I/DEBUG ( 699): bea5c4d4 00002bcc
I/DEBUG ( 699): bea5c4d8 00000001
I/DEBUG ( 699): bea5c4dc afe0b70f /system/lib/libc.so
I/DEBUG ( 699): bea5c4e0 afe39dd4 /system/lib/libc.so
I/DEBUG ( 699): bea5c4e4 00000034
I/DEBUG ( 699): bea5c4e8 40031fe0 /dev/ashmem/mspace/dalvik-heap/zygote
/0 (deleted)
I/DEBUG ( 699): bea5c4ec 00000004
I/DEBUG ( 699): bea5c4f0 00000001
I/DEBUG ( 699): bea5c4f4 00000001
I/DEBUG ( 699): bea5c4f8 bea5c510 [stack]
I/DEBUG ( 699): bea5c4fc 00000000
I/DEBUG ( 699): bea5c500 df002777
I/DEBUG ( 699): bea5c504 e3a070ad
I/DEBUG ( 699): #00 bea5c508 ad084aa8 /system/lib/libdvm.so
I/DEBUG ( 699): bea5c50c 00000200
I/DEBUG ( 699): bea5c510 ad5c1b50 /system/lib/libicuuc.so
I/DEBUG ( 699): bea5c514 00000001
I/DEBUG ( 699): bea5c518 00000001
I/DEBUG ( 699): bea5c51c 0007b228 [heap]
I/DEBUG ( 699): bea5c520 ad080008 /system/lib/libdvm.so
I/DEBUG ( 699): bea5c524 40031fb0 /dev/ashmem/mspace/dalvik-heap/zygote
/0 (deleted)
I/DEBUG ( 699): bea5c528 00000007
I/DEBUG ( 699): bea5c52c 40031fb0 /dev/ashmem/mspace/dalvik-heap/zygote
/0 (deleted)
I/DEBUG ( 699): bea5c530 40031fb0 /dev/ashmem/mspace/dalvik-heap/zygote
/0 (deleted)
I/DEBUG ( 699): bea5c534 bea5c620 [stack]
I/DEBUG ( 699): bea5c538 4104ee54
I/DEBUG ( 699): bea5c53c 4104ee44
I/DEBUG ( 699): bea5c540 00000000
I/DEBUG ( 699): bea5c544 40031fe0 /dev/ashmem/mspace/dalvik-heap/zygote
/0 (deleted)
I/DEBUG ( 699): bea5c548 0000a9c8 [heap]
I/DEBUG ( 699): bea5c54c 00000001
Maybe this is the key? Some hangs in other place, I will try to catch it and post here too. Please, help! I don't want to lose my G1...
If there was someone with same problem, please, post me a link to thread.
OK, I got second place when ROM hangs. Got cyan 5.07 to work and then it hanged after second boot. This is where it was looping:
Code:
D/libEGL ( 255): Setting TLS: 0xafe43b6c to 0xac70a2ec
D/AndroidRuntime( 255):
D/AndroidRuntime( 255): >>>>>>>>>>>>>> AndroidRuntime START <<<<<<<<<<<<<<
D/AndroidRuntime( 255): CheckJNI is OFF
D/AndroidRuntime( 255): --- registering native functions ---
E/JNIHelp ( 255): Native registration unable to find class 'com/android/interna
l/os/RuntimeInit'
E/AndroidRuntime( 255): Unable to register all android natives
I/ServiceManager( 91): service 'media.audio_flinger' died
I/ServiceManager( 91): service 'media.player' died
I/ServiceManager( 91): service 'media.camera' died
I/ServiceManager( 91): service 'media.audio_policy' died
D/libEGL ( 256): Setting TLS: 0xafe43b6c to 0xac70a2ec
I/ ( 256): ServiceManager: 0xad08
I/HTC Acoustic( 256): libhtc_acoustic.so version 1.0.1.2.
E/HTC Acoustic( 256): Fail to open /system/etc/AudioPara_Era.csv -1.
I/HTC Acoustic( 256): open /system/etc/AudioPara4.csv success.
I/HTC Acoustic( 256): acoustic table version: Sapphire_VODAFONE_20090305
I/HTC Acoustic( 256): read_audio_para_from_file success.
I/HTC Acoustic( 256): get_audpp_filter
I/HTC Acoustic( 256): open /system/etc/AudioFilter.csv success.
I/HTC Acoustic( 256): ADRC Filter ADRC FLAG = ffff.
I/HTC Acoustic( 256): ADRC Filter COMP THRESHOLD = 2600.
I/HTC Acoustic( 256): ADRC Filter COMP SLOPE = b333.
I/HTC Acoustic( 256): ADRC Filter COMP RMS TIME = 106.
I/HTC Acoustic( 256): ADRC Filter COMP ATTACK[0] = 7f7d.
I/HTC Acoustic( 256): ADRC Filter COMP ATTACK[1] = 3096.
I/HTC Acoustic( 256): ADRC Filter COMP RELEASE[0] = 7ff7.
I/HTC Acoustic( 256): ADRC Filter COMP RELEASE[1] = 4356.
I/HTC Acoustic( 256): ADRC Filter COMP DELAY = 16.
I/HTC Acoustic( 256): EQ flag = 00.
I/HTC Acoustic( 256): get_audpre_filter
I/HTC Acoustic( 256): open /system/etc/AudioPreProcess.csv success.
D/AudioHardwareMSM72XX( 256): mNumSndEndpoints = 67
D/AudioHardwareMSM72XX( 256): BT MATCH HANDSET
D/AudioHardwareMSM72XX( 256): BT MATCH SPEAKER
D/AudioHardwareMSM72XX( 256): BT MATCH HEADSET
D/AudioHardwareMSM72XX( 256): BT MATCH BT
D/AudioHardwareMSM72XX( 256): BT MATCH CARKIT
D/AudioHardwareMSM72XX( 256): BT MATCH TTY_FULL
D/AudioHardwareMSM72XX( 256): BT MATCH TTY_VCO
D/AudioHardwareMSM72XX( 256): BT MATCH TTY_HCO
D/AudioHardwareMSM72XX( 256): BT MATCH NO_MIC_HEADSET
D/AudioHardwareMSM72XX( 256): BT MATCH FM_HEADSET
D/AudioHardwareMSM72XX( 256): BT MATCH HEADSET_AND_SPEAKER
D/AudioHardwareMSM72XX( 256): BT MATCH FM_SPEAKER
D/AudioHardwareMSM72XX( 256): BT MATCH BT_EC_OFF
D/AudioHardwareMSM72XX( 256): BT MATCH CURRENT
D/AudioHardwareMSM72XX( 256): BT MATCH BT_EC_OFF
D/AudioHardwareInterface( 256): setMode(NORMAL)
I/AudioHardwareMSM72XX( 256): Set master volume to 5.
I/CameraService( 256): CameraService started: pid=256
I/AudioFlinger( 256): AudioFlinger's thread 0xd8a8 ready to run
I/AudioHardwareMSM72XX( 256): Routing audio to Speakerphone
D/HTC Acoustic( 256): msm72xx_enable_audpp: 0x0001
D/AudioHardwareMSM72XX( 256): setVoiceVolume(1.000000)
I/AudioHardwareMSM72XX( 256): Setting in-call volume to 5 (available range is 0
to 5)
No one knows what is going on? No one to help? Please, I'm going nuts because of this, I really don't know what's going on. Almost every ROM hangs in same 2 places, someone has to know what's going on!
WOOPS, double post. Sorry, i thought that it will automatically merge two posts in one.
EDIT: CM6 RC3 boots all right. I can even reboot it. But still, this situation is not normal .
Dont let this piss you off but have you tried a new SDcard?
I have had trouble going from Froyo to Cupcake and vice versa --- they always involve a fresh new SDcard and I really do not know why.
I want to try something... what if I send you some nandroid backups would you want to try fastbooting them in? That may work and I've got only so many gigs of nandroids saved from the past year.
Tried another SD Card, but nope, it's not it. Same results: CM6 RC3 is booting well while everything else is looping. Tried to apply MTD Part Hack (don't know why, I thought that it might help and if it is not working I will have a reason to ask Firerat what's going on ) and loop in SuperD boot changed a little, now it is like this:
Code:
v/0 (deleted)
I/DEBUG ( 132): bedea848 0000bc48 [heap]
I/DEBUG ( 132): bedea84c 0000a9c0 [heap]
I/DEBUG ( 132): bedea850 0000bc48 [heap]
I/DEBUG ( 132): bedea854 0000a9c0 [heap]
I/DEBUG ( 132): bedea858 df002777
I/DEBUG ( 132): bedea85c e3a070ad
I/DEBUG ( 132): #00 bedea860 ad07ff50 /system/lib/libdvm.so
I/DEBUG ( 132): bedea864 0000bc48 [heap]
I/DEBUG ( 132): bedea868 0000a9c0 [heap]
I/DEBUG ( 132): bedea86c ad036569 /system/lib/libdvm.so
I/DEBUG ( 132): bedea870 ad07ff50 /system/lib/libdvm.so
I/DEBUG ( 132): bedea874 ad080a54 /system/lib/libdvm.so
I/DEBUG ( 132): bedea878 0000a9c0 [heap]
I/DEBUG ( 132): bedea87c ad036923 /system/lib/libdvm.so
I/DEBUG ( 132): bedea880 00000000
I/DEBUG ( 132): bedea884 00000000
I/DEBUG ( 132): bedea888 0000036c
I/DEBUG ( 132): bedea88c ad07ff50 /system/lib/libdvm.so
I/DEBUG ( 132): bedea890 bedea970 [stack]
I/DEBUG ( 132): bedea894 0000a9c0 [heap]
I/DEBUG ( 132): bedea898 0000a978 [heap]
I/DEBUG ( 132): bedea89c ad03854f /system/lib/libdvm.so
I/DEBUG ( 132): bedea8a0 00000003
I/DEBUG ( 132): bedea8a4 ad080c00 /system/lib/libdvm.so
I/DEBUG ( 132): *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** *
**
I/DEBUG ( 132): Build fingerprint: 'tmobile/kila/dream/trout:1.6/DRC83/14721:
user/ota-rel-keys,release-keys'
I/DEBUG ( 132): pid: 179, tid: 179 >>> /system/bin/rild <<<
I/DEBUG ( 132): signal 7 (SIGBUS), fault addr 80004160
I/DEBUG ( 132): r0 80004160 r1 00000000 r2 00000e60 r3 00000000
I/DEBUG ( 132): r4 00000000 r5 00000000 r6 00000000 r7 00000000
I/DEBUG ( 132): r8 00000000 r9 00000000 10 00000000 fp 00000000
I/DEBUG ( 132): ip 00000000 sp befff738 lr 00000000 pc b000268c cpsr 200
00010
I/DEBUG ( 132): #00 pc b000268c /system/bin/linker
I/DEBUG ( 132): #01 pc b00011e2 /system/bin/linker
I/DEBUG ( 132): #02 pc b0001464 /system/bin/linker
I/DEBUG ( 132): #03 pc b0001560 /system/bin/linker
I/DEBUG ( 132): #04 pc b0001cec /system/bin/linker
I/DEBUG ( 132): #05 pc 00008bee /system/bin/rild
I/DEBUG ( 132): #06 pc 0000c572 /system/lib/libc.so
I/DEBUG ( 132): #07 pc b00018c6 /system/bin/linker
I/DEBUG ( 132): stack:
I/DEBUG ( 132): befff6f8 b00107e0 /system/bin/linker
I/DEBUG ( 132): befff6fc 000002ff
I/DEBUG ( 132): befff700 00000000
I/DEBUG ( 132): befff704 00000000
I/DEBUG ( 132): befff708 b000d288 /system/bin/linker
I/DEBUG ( 132): befff70c befff6ac [stack]
I/DEBUG ( 132): befff710 00000000
I/DEBUG ( 132): befff714 00000000
I/DEBUG ( 132): befff718 00000000
I/DEBUG ( 132): befff71c ffffffff
I/DEBUG ( 132): befff720 00000000
I/DEBUG ( 132): befff724 b00041c1 /system/bin/linker
I/DEBUG ( 132): befff728 00000004
I/DEBUG ( 132): befff72c 00000003
I/DEBUG ( 132): befff730 df002777
I/DEBUG ( 132): befff734 e3a070ad
I/DEBUG ( 132): #00 befff738 80004160 /system/lib/libhtc_ril.so
I/DEBUG ( 132): befff73c b0017690
I/DEBUG ( 132): befff740 80004000 /system/lib/libhtc_ril.so
I/DEBUG ( 132): befff744 b0011a3c
I/DEBUG ( 132): befff748 b0010448 /system/bin/linker
I/DEBUG ( 132): befff74c b00011e5 /system/bin/linker
I/DEBUG ( 132): #01 befff750 00000003
I/DEBUG ( 132): befff754 00004000
I/DEBUG ( 132): befff758 b000ca4b /system/bin/linker
I/DEBUG ( 132): befff75c b000c760 /system/bin/linker
I/DEBUG ( 132): befff760 00000000
I/DEBUG ( 132): befff764 00000000
I/DEBUG ( 132): befff768 00000000
I/DEBUG ( 132): befff76c b0011ad0
I/DEBUG ( 132): befff770 00000160
I/DEBUG ( 132): befff774 80004000 /system/lib/libhtc_ril.so
I/DEBUG ( 132): befff778 80000000 /system/lib/libhtc_ril.so
I/DEBUG ( 132): befff77c 00004000
I/DEBUG ( 132): befff780 b001761c
I/DEBUG ( 132): befff784 00000002
I/DEBUG ( 132): befff788 00000003
I/DEBUG ( 132): befff78c b0011b34
I/DEBUG ( 132): befff790 b0011b38
I/DEBUG ( 132): befff794 b0011ad4
I/DEBUG ( 132): befff798 befff99c [stack]
I/DEBUG ( 132): befff79c b0010448 /system/bin/linker
I/DEBUG ( 132): befff7a0 b0011a3c
I/DEBUG ( 132): befff7a4 00000003
I/DEBUG ( 132): befff7a8 b0011ac8
I/DEBUG ( 132): befff7ac b0001469 /system/bin/linker
I/ ( 180): ServiceManager: 0xac38
I/DEBUG ( 132): *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** *
**
I/DEBUG ( 132): Build fingerprint: 'tmobile/kila/dream/trout:1.6/DRC83/14721:
user/ota-rel-keys,release-keys'
I/DEBUG ( 132): pid: 180, tid: 180 >>> /system/bin/mediaserver <<<
I/DEBUG ( 132): signal 7 (SIGBUS), fault addr 80604164
I/DEBUG ( 132): r0 80604164 r1 00000000 r2 00000e80 r3 c0000000
I/DEBUG ( 132): r4 00000000 r5 00000000 r6 00000000 r7 00000000
I/DEBUG ( 132): r8 00000000 r9 00000000 10 00000000 fp 00000000
I/DEBUG ( 132): ip 00000000 sp be822ab8 lr 00000000 pc b0002668 cpsr a00
00010
I/DEBUG ( 132): #00 pc b0002668 /system/bin/linker
I/DEBUG ( 132): #01 pc b00011e2 /system/bin/linker
I/DEBUG ( 132): #02 pc b0001464 /system/bin/linker
I/DEBUG ( 132): #03 pc b0001560 /system/bin/linker
I/DEBUG ( 132): #04 pc b0001cec /system/bin/linker
I/DEBUG ( 132): #05 pc 0000481a /system/lib/libaudio.so
I/DEBUG ( 132): #06 pc 00004a32 /system/lib/libaudio.so
I/DEBUG ( 132): #07 pc 000051a8 /system/lib/libaudio.so
I/DEBUG ( 132): #08 pc 000183ec /system/lib/libaudioflinger.so
I/DEBUG ( 132): #09 pc 00018626 /system/lib/libaudioflinger.so
I/DEBUG ( 132): #10 pc 0000873e /system/bin/mediaserver
I/DEBUG ( 132): #11 pc 0000c572 /system/lib/libc.so
I/DEBUG ( 132): #12 pc b00018c6 /system/bin/linker
I/DEBUG ( 132): stack:
I/DEBUG ( 132): be822a78 b0013e54
I/DEBUG ( 132): be822a7c be822a94 [stack]
I/DEBUG ( 132): be822a80 a7a043c9 /system/lib/libopencore_net_support.s
o
I/DEBUG ( 132): be822a84 b0010ae0 /system/bin/linker
I/DEBUG ( 132): be822a88 be822b04 [stack]
I/DEBUG ( 132): be822a8c 02ff0fa4
I/DEBUG ( 132): be822a90 a600bb68 /system/lib/libopencore_common.so
I/DEBUG ( 132): be822a94 b0000495 /system/bin/linker
I/DEBUG ( 132): be822a98 00000000
I/DEBUG ( 132): be822a9c ffffffff
I/DEBUG ( 132): be822aa0 00000000
I/DEBUG ( 132): be822aa4 b00041c1 /system/bin/linker
I/DEBUG ( 132): be822aa8 00000004
I/DEBUG ( 132): be822aac 00000007
I/DEBUG ( 132): be822ab0 df002777
I/DEBUG ( 132): be822ab4 e3a070ad
I/DEBUG ( 132): #00 be822ab8 80604164 /system/lib/libhtc_acoustic.so
I/DEBUG ( 132): be822abc b0017690
I/DEBUG ( 132): be822ac0 80604000 /system/lib/libhtc_acoustic.so
I/DEBUG ( 132): be822ac4 b0014084
I/DEBUG ( 132): be822ac8 b0010448 /system/bin/linker
I/DEBUG ( 132): be822acc b00011e5 /system/bin/linker
I/DEBUG ( 132): #01 be822ad0 00000007
I/DEBUG ( 132): be822ad4 00004000
I/DEBUG ( 132): be822ad8 be822ae8 [stack]
I/DEBUG ( 132): be822adc b00009ab /system/bin/linker
I/DEBUG ( 132): be822ae0 00000000
I/DEBUG ( 132): be822ae4 00000000
I/DEBUG ( 132): be822ae8 00000000
I/DEBUG ( 132): be822aec b0014118
I/DEBUG ( 132): be822af0 00000164
I/DEBUG ( 132): be822af4 80604000 /system/lib/libhtc_acoustic.so
I/DEBUG ( 132): be822af8 80600000 /system/lib/libhtc_acoustic.so
I/DEBUG ( 132): be822afc 00004000
I/DEBUG ( 132): be822b00 b001761c
I/DEBUG ( 132): be822b04 00000002
I/DEBUG ( 132): be822b08 00000007
I/DEBUG ( 132): be822b0c b001417c
I/DEBUG ( 132): be822b10 b0014180
I/DEBUG ( 132): be822b14 b001411c
I/DEBUG ( 132): be822b18 00000000
I/DEBUG ( 132): be822b1c b0010448 /system/bin/linker
I/DEBUG ( 132): be822b20 b0014084
I/DEBUG ( 132): be822b24 00000007
I/DEBUG ( 132): be822b28 b0014110
I/DEBUG ( 132): be822b2c b0001469 /system/bin/linker
D/AndroidRuntime( 181):
D/AndroidRuntime( 181): >>>>>>>>>>>>>> AndroidRuntime START <<<<<<<<<<<<<<
D/AndroidRuntime( 181): CheckJNI is OFF
D/dalvikvm( 181): Unable to stat classpath element '/system/framework/com.htc.f
ramework.jar'
I/DEBUG ( 132): *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** *
**
I/DEBUG ( 132): Build fingerprint: 'tmobile/kila/dream/trout:1.6/DRC83/14721:
user/ota-rel-keys,release-keys'
I/DEBUG ( 132): pid: 181, tid: 181 >>> zygote <<<
I/DEBUG ( 132): signal 11 (SIGSEGV), fault addr 00000000
I/DEBUG ( 132): r0 00000000 r1 00000000 r2 ffffff08 r3 00000000
I/DEBUG ( 132): r4 000000f8 r5 00000000 r6 00000000 r7 00000007
I/DEBUG ( 132): r8 00000000 r9 00000000 10 00000000 fp 00000000
I/DEBUG ( 132): ip ad080214 sp bed82860 lr ad20cae9 pc ad213d62 cpsr 400
00030
I/DEBUG ( 132): #00 pc 00013d62 /system/lib/libnativehelper.so
I/DEBUG ( 132): #01 lr ad20cae9 /system/lib/libnativehelper.so
I/DEBUG ( 132): stack:
I/DEBUG ( 132): bed82820 ad233ff4 /system/lib/libnativehelper.so
I/DEBUG ( 132): bed82824 0000001d
I/DEBUG ( 132): bed82828 ad233120 /system/lib/libnativehelper.so
I/DEBUG ( 132): bed8282c 00000ed4
I/DEBUG ( 132): bed82830 0000a9c0 [heap]
I/DEBUG ( 132): bed82834 ad233120 /system/lib/libnativehelper.so
I/DEBUG ( 132): bed82838 ad235670 /system/lib/libnativehelper.so
I/DEBUG ( 132): bed8283c ad21543d /system/lib/libnativehelper.so
I/DEBUG ( 132): bed82840 0000a9c0 [heap]
I/DEBUG ( 132): bed82844 4000fd18 /dev/ashmem/mspace/dalvik-heap/zygote
/0 (deleted)
I/DEBUG ( 132): bed82848 0000bc48 [heap]
I/DEBUG ( 132): bed8284c 0000a9c0 [heap]
I/DEBUG ( 132): bed82850 0000bc48 [heap]
I/DEBUG ( 132): bed82854 0000a9c0 [heap]
I/DEBUG ( 132): bed82858 df002777
I/DEBUG ( 132): bed8285c e3a070ad
I/DEBUG ( 132): #00 bed82860 ad07ff50 /system/lib/libdvm.so
I/DEBUG ( 132): bed82864 0000bc48 [heap]
I/DEBUG ( 132): bed82868 0000a9c0 [heap]
I/DEBUG ( 132): bed8286c ad036569 /system/lib/libdvm.so
I/DEBUG ( 132): bed82870 ad07ff50 /system/lib/libdvm.so
I/DEBUG ( 132): bed82874 ad080a54 /system/lib/libdvm.so
I/DEBUG ( 132): bed82878 0000a9c0 [heap]
I/DEBUG ( 132): bed8287c ad036923 /system/lib/libdvm.so
I/DEBUG ( 132): bed82880 00000000
I/DEBUG ( 132): bed82884 00000000
I/DEBUG ( 132): bed82888 0000036c
I/DEBUG ( 132): bed8288c ad07ff50 /system/lib/libdvm.so
I/DEBUG ( 132): bed82890 bed82970 [stack]
I/DEBUG ( 132): bed82894 0000a9c0 [heap]
I/DEBUG ( 132): bed82898 0000a978 [heap]
I/DEBUG ( 132): bed8289c ad03854f /system/lib/libdvm.so
I/DEBUG ( 132): bed828a0 00000003
I/DEBUG ( 132): bed828a4 ad080c00 /system/lib/libdvm.so
I/DEBUG ( 132): *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** *
**
I/DEBUG ( 132): Build fingerprint: 'tmobile/kila/dream/trout:1.6/DRC83/14721:
user/ota-rel-keys,release-keys'
I/DEBUG ( 132): pid: 182, tid: 182 >>> /system/bin/rild <<<
I/DEBUG ( 132): signal 7 (SIGBUS), fault addr 80004160
I/DEBUG ( 132): r0 80004160 r1 00000000 r2 00000e60 r3 00000000
I/DEBUG ( 132): r4 00000000 r5 00000000 r6 00000000 r7 00000000
I/DEBUG ( 132): r8 00000000 r9 00000000 10 00000000 fp 00000000
I/DEBUG ( 132): ip 00000000 sp bea06738 lr 00000000 pc b000268c cpsr 200
00010
I/DEBUG ( 132): #00 pc b000268c /system/bin/linker
I/DEBUG ( 132): #01 pc b00011e2 /system/bin/linker
I/DEBUG ( 132): #02 pc b0001464 /system/bin/linker
I/DEBUG ( 132): #03 pc b0001560 /system/bin/linker
I/DEBUG ( 132): #04 pc b0001cec /system/bin/linker
I/DEBUG ( 132): #05 pc 00008bee /system/bin/rild
I/DEBUG ( 132): #06 pc 0000c572 /system/lib/libc.so
I/DEBUG ( 132): #07 pc b00018c6 /system/bin/linker
I/DEBUG ( 132): stack:
I/DEBUG ( 132): bea066f8 b00107e0 /system/bin/linker
I/DEBUG ( 132): bea066fc 000002ff
I/DEBUG ( 132): bea06700 00000000
I/DEBUG ( 132): bea06704 00000000
I/DEBUG ( 132): bea06708 b000d288 /system/bin/linker
I/DEBUG ( 132): bea0670c bea066ac [stack]
I/DEBUG ( 132): bea06710 00000000
I/DEBUG ( 132): bea06714 00000000
I/DEBUG ( 132): bea06718 00000000
I/DEBUG ( 132): bea0671c ffffffff
I/DEBUG ( 132): bea06720 00000000
I/DEBUG ( 132): bea06724 b00041c1 /system/bin/linker
I/DEBUG ( 132): bea06728 00000004
I/DEBUG ( 132): bea0672c 00000003
I/DEBUG ( 132): bea06730 df002777
I/DEBUG ( 132): bea06734 e3a070ad
I/DEBUG ( 132): #00 bea06738 80004160 /system/lib/libhtc_ril.so
I/DEBUG ( 132): bea0673c b0017690
I/DEBUG ( 132): bea06740 80004000 /system/lib/libhtc_ril.so
I/DEBUG ( 132): bea06744 b0011a3c
I/DEBUG ( 132): bea06748 b0010448 /system/bin/linker
I/DEBUG ( 132): bea0674c b00011e5 /system/bin/linker
I/DEBUG ( 132): #01 bea06750 00000003
I/DEBUG ( 132): bea06754 00004000
I/DEBUG ( 132): bea06758 b000ca4b /system/bin/linker
I/DEBUG ( 132): bea0675c b000c760 /system/bin/linker
I/DEBUG ( 132): bea06760 00000000
I/DEBUG ( 132): bea06764 00000000
I/DEBUG ( 132): bea06768 00000000
I/DEBUG ( 132): bea0676c b0011ad0
I/DEBUG ( 132): bea06770 00000160
I/DEBUG ( 132): bea06774 80004000 /system/lib/libhtc_ril.so
I/DEBUG ( 132): bea06778 80000000 /system/lib/libhtc_ril.so
I/DEBUG ( 132): bea0677c 00004000
I/DEBUG ( 132): bea06780 b001761c
I/DEBUG ( 132): bea06784 00000002
I/DEBUG ( 132): bea06788 00000003
I/DEBUG ( 132): bea0678c b0011b34
I/DEBUG ( 132): bea06790 b0011b38
I/DEBUG ( 132): bea06794 b0011ad4
I/DEBUG ( 132): bea06798 bea0699c [stack]
I/DEBUG ( 132): bea0679c b0010448 /system/bin/linker
I/DEBUG ( 132): bea067a0 b0011a3c
I/DEBUG ( 132): bea067a4 00000003
I/DEBUG ( 132): bea067a8 b0011ac8
I/DEBUG ( 132): bea067ac b0001469 /system/bin/linker
I/ ( 183): ServiceManager: 0xac38
I/DEBUG ( 132): *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** *
**
I/DEBUG ( 132): Build fingerprint: 'tmobile/kila/dream/trout:1.6/DRC83/14721:
user/ota-rel-keys,release-keys'
I/DEBUG ( 132): pid: 183, tid: 183 >>> /system/bin/mediaserver <<<
I/DEBUG ( 132): signal 7 (SIGBUS), fault addr 80604164
I/DEBUG ( 132): r0 80604164 r1 00000000 r2 00000e80 r3 c0000000
I/DEBUG ( 132): r4 00000000 r5 00000000 r6 00000000 r7 00000000
I/DEBUG ( 132): r8 00000000 r9 00000000 10 00000000 fp 00000000
I/DEBUG ( 132): ip 00000000 sp bef62ab8 lr 00000000 pc b0002668 cpsr a00
00010
And about sending nandroid - of course, I am so glad that someone looked here . What should I do? Flash a ROM that does not work, try to boot it, reboot to recovery, do a nandroid and send to you?
can anyone please tell me how to do fastboot system -w. ?
step by step and treat me as a beginner....
You have to have installed sdk on your computer and installed adb drivers for your phone (you should find out how install drivers on your own). I assume you are using Windows as 90% users of PC, so I will explain how to do it on Windows.
Download SDK HERE
Unzip it to C:\ (or wherever you want, just remember path)
Open windows terminal (command) by typing "cmd" in search bar in start menu (if you are using windows Vista or 7, on XP it's in the All Programs -> Accesories -> Command line (or sth like that))
Power off your phone and boot it with BACK + POWER combination
Plug your phone to PC
In command type (do not type "*" I included for explanations):
Code:
cd android-sdk-windows/tools *
fastboot devices **
fastboot erase system -w
* or any other path where your sdk is placed
**to make sure that your phone is properly connected, it should give you something like -serial number- fastboot
Now you can press MENU to poweroff phone
But honestly, I was expecting some help in my rather bad situation, not more questions about things which you can really google easily -_-.
raven_raven said:
You have to have installed sdk on your computer and installed adb drivers for your phone (you should find out how install drivers on your own). I assume you are using Windows as 90% users of PC, so I will explain how to do it on Windows.
Download SDK HERE
Unzip it to C:\ (or wherever you want, just remember path)
Open windows terminal (command) by typing "cmd" in search bar in start menu (if you are using windows Vista or 7, on XP it's in the All Programs -> Accesories -> Command line (or sth like that))
Power off your phone and boot it with BACK + POWER combination
Plug your phone to PC
In command type (do not type "*" I included for explanations):
Code:
cd android-sdk-windows/tools *
fastboot devices **
fastboot erase system -w
* or any other path where your sdk is placed
**to make sure that your phone is properly connected, it should give you something like -serial number- fastboot
Now you can press MENU to poweroff phone
But honestly, I was expecting some help in my rather bad situation, not more questions about things which you can really google easily -_-.
Click to expand...
Click to collapse
You may want to do
Code:
#df -h
and make sure your system partition is not ridiculously small. If its less than 90 you will have trouble.
Outside of that, maybe reroot but I doubt it will help. You may have corrupt areas in the internal memory.
Can you install and run Dwang? That has always worked for me when nothing else would.
That is all I can think of now I will give it some thought.
Maybe erase every thing then flash it back
fastboot erase system -w
fastboot erase recovery
fastboot erase boot
That will leave you with just fastboot working.
You will need to reflash recovery and every thing. Stay away from nandroids until you have it all working. You may accidentally reinstall whatever is the problem.
Good luck.
Thank you very much for advices, I will try every of them. One question though: I know how to flash recovery, but how to restore boot? Is it flashed with ROM?
And is there a possibility to test an internal memory? It can be it... However EVERY ROM should not work, but FEW are working (but only for one boot) and one (CM6 RC3) is booting flawlessy every time.
Results of
Code:
df -h
are standard to Haykuro:
90M of /system
89.8M of /data
30M of /cache
I will try to flash Dwang and see what results are.
I just rerooted my phone. I used DREAIMG.nbh to back to stock recovery, bootloader, ROM and radio, then gained root, then slowly upgraded everything to previus state (Amon_Ra + Haykuro + .26i radio). Finally I flashed SuperD... again, same bootloop. I am disappointed and I have no idea what is going on . I guess my G1 is saying me "enough of this flashing, I'm tired" and I should stick with stock 1.6...
Did you overclock your last ROM? I am only guessing, but when I restart my phone, SetCPU shows me always some "standard values" (245/576). What will happen if the CPU clock is set too high? I imagine, this may cause a kernel panic and a boot loop. Only guessing ...
Nope, I wasn't using OC since IMO this was only helping to drain battery faster . Even if it was OC, I think that corrupted kernel was wiped many flashes ago when I was unrooting or even further in past, when I was doing thousand wipe and fastboot erase system -w.
I come to conclusion that internal memory of my G1 must've became corrupted. This is only explanation of what's going on.
What will happen if this information is written into some hidden space which is not wiped, like the reboot to recovery flag when flashing radio from recovery?
It may be that some parts of ROM is not wiped even if I did all this unrooting and rooting stuff. The question is: How to find it and how to get rid of it? Man, if some kind of genius like Firerat or Cyanogen looked at this thread .
... or just lbcoder !
Sorry that I cannot help you so much, unfortunatey I am not such an expert as lbcoder or Firerat
Sorry, no offence of course, I really aprecceate your help ! Yep, lbcoder also might know what's going on . Don't know, maybe I'll try to PM one of them, maybe they'll have some time for me.
an old SD card did this to my old G1... not exactly this but something eerily similar. G1 bootoops, depending on rom... very slow on the ROMs that worked, etc..etc.. and the new G1 i have running now is doing the same thing.. time for a new SD. GET YOURSELF A NEW (not "another") get yourself a NEW class 6! micro. Worked for me for a little, then lots of flashing, partitioning, and all that heavy wear... now its getting slow again. These SDs wear down quickly is seems. This phone has a high-speed SDHC card slot for a reason -- why not put it to it's full potential. Another thing that happened to me was that the app "switch pro widget" fried my phones wifi. Makes no sense to you does it? But it happened, and - to me... it didn't seem like coincidence. I went to turn the wifi on via the widget, and the bar turned a shaded green while it turns on, then once connected it went dark green. Well i went to turn it on, and it got the the shaded green and said "updating wifi status" or and it never connected --- and my wifi never worked again. After that i would always get "ERROR" when i turned my wifi on. Flashed tons of new ROMS, new SDs, wiping over and over, new wifi hardware (board and coax cable)... ANYWAYYYY the conclusion is that for some reasons -- these G1's and their external memory (the SD) hold onto info somewhere and i believe theres potential for SOMETHING to become corrupt that we dont even know about, that does not show up on logcat, that stays with the phone....
then there is always potential for a HARDWARE ISSUE that we could be unaware of... at this point, for you and me it seems like kind of a guessing game lol.
are u sure u have death or danger spl and when u wipe do this
1 factory wipe
2 wipe ext partition
3 repair ext partition then flash ur rom and reboot
Yep, I'm 100% sure. I also did fastboot erase system -w, reflashed recovery, radio, tried another SD card and so on, and so on... Even unrooting and rooting again didn't help.
Instead of using the pc try flashing on ur phone from sd and reflaash ur radio and spl from the sd and see wht happens u probably don't have danger spl because its required to flash bigger roms like eclair and etc and post again if it works or not
Sent from my HTC Dream using XDA App on CM 6.00 RC3

Output from the mount command.

I need the output from the mount command. This can be done via adb, SSHDroid, or Android Terminal Emulator.
Code:
rootfs / rootfs ro,relatime 0 0
tmpfs /dev tmpfs rw,relatime,mode=755 0 0
devpts /dev/pts devpts rw,relatime,mode=600 0 0
proc /proc proc rw,relatime 0 0
sysfs /sys sysfs rw,relatime 0 0
none /acct cgroup rw,relatime,cpuacct 0 0
tmpfs /mnt/asec tmpfs rw,relatime,mode=755,gid=1000 0 0
tmpfs /mnt/obb tmpfs rw,relatime,mode=755,gid=1000 0 0
none /dev/cpuctl cgroup rw,relatime,cpu 0 0
/dev/block/system /system ext3 ro,noatime,nodiratime,barrier=1,data=ordered 0 0
/dev/block/userdata /data ext3 rw,nosuid,nodev,noatime,nodiratime,errors=continue,barrier=1,data=ordered 0 0
/dev/block/cache /cache ext3 rw,nosuid,nodev,noatime,nodiratime,errors=continue,barrier=1,data=ordered 0 0
tmpfs /data/tmp tmpfs rw,relatime,size=2048k 0 0
/dev/block/pds /pds ext3 rw,nosuid,nodev,noatime,nodiratime,errors=continue,barrier=1,data=ordered 0 0
/dev/block/preinstall /preinstall ext3 rw,nosuid,nodev,noatime,nodiratime,barrier=1,data=ordered 0 0
/dev/block/vold/179:1 /mnt/sdcard-ext vfat rw,dirsync,nosuid,nodev,noexec,relatime,uid=1000,gid=1015,fmask=0702,dmask=0702,allow_utime=0020,codepage=cp437,iocharset=iso8859-1,shortname=mixed,utf8,errors=remount-ro 0 0
/mnt/sdcard-ext /mnt/sdcard-ext ecryptfs rw,dirsync,nosuid,nodev,noexec,relatime,ecryptfs_sig=0ee41f55517175f3,ecryptfs_cipher=aes,ecryptfs_key_bytes=32,ecryptfs_passthrough,no_new_encrypted 0 0
/dev/block/vold/179:57 /mnt/sdcard vfat rw,dirsync,nosuid,nodev,noexec,relatime,uid=1000,gid=1015,fmask=0702,dmask=0702,allow_utime=0020,codepage=cp437,iocharset=iso8859-1,shortname=mixed,utf8,errors=remount-ro 0 0
/dev/block/vold/179:57 /mnt/secure/asec vfat rw,dirsync,nosuid,nodev,noexec,relatime,uid=1000,gid=1015,fmask=0702,dmask=0702,allow_utime=0020,codepage=cp437,iocharset=iso8859-1,shortname=mixed,utf8,errors=remount-ro 0 0
tmpfs /mnt/sdcard/.android_secure tmpfs ro,relatime,size=0k,mode=000 0 0
/mnt/sdcard /mnt/sdcard ecryptfs rw,dirsync,nosuid,nodev,noexec,relatime,ecryptfs_sig=0ee41f55517175f3,ecryptfs_cipher=aes,ecryptfs_key_bytes=32,ecryptfs_passthrough,no_new_encrypted 0 0
There you go, hope it helps
Awesome, there are some good hints toward root in there.
Can you give the output commands below?
ls -a -l /data
ls -a -l /data/tmp
ls -a -l /dev/pts
For ls -a -l /data, it gives 'opendir failed, Permission denied'. ls -a -l /data/tmp gives the following:
Code:
-rw-rw-rw- app_45 app_45 45 2011-08-07 02:11 .scannerfile.txt
-rw-r--r-- mot_tcmd mot_tcmd 3 2011-08-06 13:20 ap_tcmd.pid
srwxrwxrwx vpn vpn 2011-08-06 13:20 vpnc_app_to_dmn
--w--w---- vpn vpn 0 2011-08-06 13:20 vpnc_dmn_lock
-rw------- root root 138 2011-08-06 13:20 smc_ps.log
ls -a -l /dev/pts gives the following:
Code:
crw------- shell shell 136, 0 2011-08-07 14:32 0
Please give me the output.
ls -a -l -R /dev
ps
id
Please give me a copy.
/proc/kallsyms
Here are the outputs from the last request edgan.....
ls -a -l -R /dev - Too big to paste, attaching output in a txt file
ps -
Code:
[email protected]_solana:/$ ps
USER PID PPID VSIZE RSS WCHAN PC NAME
root 1 0 440 292 ffffffff 00000000 S /init
root 2 0 0 0 ffffffff 00000000 S kthreadd
root 3 2 0 0 ffffffff 00000000 S ksoftirqd/0
root 4 2 0 0 ffffffff 00000000 S migration/0
root 7 2 0 0 ffffffff 00000000 S events/0
root 9 2 0 0 ffffffff 00000000 S khelper
root 10 2 0 0 ffffffff 00000000 S async/mgr
root 11 2 0 0 ffffffff 00000000 S pm
root 12 2 0 0 ffffffff 00000000 S suspend
root 13 2 0 0 ffffffff 00000000 S irq/142-omap_em
root 14 2 0 0 ffffffff 00000000 S irq/143-omap_em
root 15 2 0 0 ffffffff 00000000 S sync_supers
root 16 2 0 0 ffffffff 00000000 S bdi-default
root 17 2 0 0 ffffffff 00000000 S kblockd/0
root 19 2 0 0 ffffffff 00000000 S omap2_mcspi
root 20 2 0 0 ffffffff 00000000 S cpcap_irq
root 21 2 0 0 ffffffff 00000000 S khubd
root 22 2 0 0 ffffffff 00000000 S kmmcd
root 23 2 0 0 ffffffff 00000000 S spi_tty_wq
root 24 2 0 0 ffffffff 00000000 S mboxd
root 25 2 0 0 ffffffff 00000000 S khungtaskd
root 26 2 0 0 ffffffff 00000000 S kswapd0
root 27 2 0 0 ffffffff 00000000 S aio/0
root 29 2 0 0 ffffffff 00000000 S ecryptfs-kthrea
root 30 2 0 0 ffffffff 00000000 S crypto/0
root 46 2 0 0 ffffffff 00000000 S kxtf9_wq
root 47 2 0 0 ffffffff 00000000 S mdm_ctrl_wq
root 54 2 0 0 ffffffff 00000000 S file-storage
root 55 2 0 0 ffffffff 00000000 S qtouch_obp_ts_w
root 56 2 0 0 ffffffff 00000000 S als_wq
root 57 2 0 0 ffffffff 00000000 S media_cache_mgm
root 58 2 0 0 ffffffff 00000000 S w1_bus_master1
root 59 2 0 0 ffffffff 00000000 S kstriped
root 60 2 0 0 ffffffff 00000000 S kondemand/0
root 62 2 0 0 ffffffff 00000000 S khotplug/0
root 64 2 0 0 ffffffff 00000000 S kmothotplug/0
root 66 2 0 0 ffffffff 00000000 S usbhid_resumer
root 67 2 0 0 ffffffff 00000000 S binder
root 68 2 0 0 ffffffff 00000000 S ipc_rec_queue/0
root 70 2 0 0 ffffffff 00000000 S l2cap
root 71 2 0 0 ffffffff 00000000 S krfcommd
root 72 2 0 0 ffffffff 00000000 S dsi_upd
root 73 2 0 0 ffffffff 00000000 S dsi2_upd
root 74 2 0 0 ffffffff 00000000 S HDMIWORK
root 75 2 0 0 ffffffff 00000000 S mmcqd
root 76 2 0 0 ffffffff 00000000 S mapphone_esd
root 77 2 0 0 ffffffff 00000000 S mapphone_panel
root 78 2 0 0 ffffffff 00000000 S mmcqd
root 79 2 0 0 ffffffff 00000000 S pvr_timer/0
root 81 2 0 0 ffffffff 00000000 S cpcap_accy
root 82 2 0 0 ffffffff 00000000 S OMAPVOUT
root 83 2 0 0 ffffffff 00000000 S OMAPVOUT
root 84 2 0 0 ffffffff 00000000 S OMAPVOUT
root 85 2 0 0 ffffffff 00000000 S s3d_workqueue
root 86 2 0 0 ffffffff 00000000 S irq/131-ABE
root 87 1 316 172 ffffffff 00000000 S /sbin/ueventd
root 88 2 0 0 ffffffff 00000000 S kjournald
root 98 2 0 0 ffffffff 00000000 S kjournald
root 108 2 0 0 ffffffff 00000000 S kjournald
root 111 2 0 0 ffffffff 00000000 S flush-179:32
root 121 2 0 0 ffffffff 00000000 S kjournald
root 131 2 0 0 ffffffff 00000000 S kjournald
mot_tpapi 162 1 884 356 ffffffff 00000000 S /system/bin/tf_daemon
shell 164 1 3448 172 ffffffff 00000000 S /sbin/adbd
system 165 1 864 192 ffffffff 00000000 S /system/bin/servicemanager
root 167 1 3920 412 ffffffff 00000000 S /system/bin/vold
vpn 170 1 908 204 ffffffff 00000000 S /system/bin/tund
root 171 1 4300 424 ffffffff 00000000 S /system/bin/netd
root 172 1 728 176 ffffffff 00000000 S /system/bin/debuggerd
radio 173 1 18296 884 ffffffff 00000000 S /system/bin/rild
root 175 1 880 280 ffffffff 00000000 S /system/bin/usbd
mot_accy 176 1 1348 360 ffffffff 00000000 S /system/bin/battd
bluetooth 177 1 908 256 ffffffff 00000000 S /system/bin/uim-sysfs
media 178 1 23452 396 ffffffff 00000000 S /system/bin/syslink_daemon.out
root 180 1 87888 14392 ffffffff 00000000 S zygote
media 181 1 45708 3380 ffffffff 00000000 S /system/bin/mediaserver
bluetooth 182 1 1332 324 ffffffff 00000000 S /system/bin/dbus-daemon
root 183 1 904 280 ffffffff 00000000 S /system/bin/installd
keystore 184 1 1800 188 ffffffff 00000000 S /system/bin/keystore
mot_whisper 185 1 2336 320 ffffffff 00000000 S /system/bin/whisperd
mot_tcmd 186 1 9312 756 ffffffff 00000000 S /system/bin/tcmd
compass 187 1 1136 244 ffffffff 00000000 S /system/bin/akmd2
radio 190 1 1104 248 ffffffff 00000000 S /system/bin/ftmipcd
root 191 1 888 212 ffffffff 00000000 S /system/bin/mdm_panicd
mot_tpapi 193 1 1204 324 ffffffff 00000000 S /system/bin/secclkd
vpn 194 1 6192 1928 ffffffff 00000000 S /system/bin/vpnclientpm
root 195 2 0 0 ffffffff 00000000 S hci0
root 201 2 0 0 ffffffff 00000000 S pvr_workqueue
root 205 2 0 0 ffffffff 00000000 S ipu_resources
root 210 2 0 0 ffffffff 00000000 S ipu_clean_up
system 250 180 231884 76144 ffffffff 00000000 S system_server
root 259 2 0 0 ffffffff 00000000 S pvr_display_syn
system 342 180 115492 28124 ffffffff 00000000 S com.android.systemui
app_9 361 180 117872 24660 ffffffff 00000000 S com.swype.android.inputmethod
radio 367 180 137080 30588 ffffffff 00000000 S com.android.phone
app_14 368 180 200828 25892 ffffffff 00000000 S com.motorola.blur.service.main
app_55 373 180 119124 28588 ffffffff 00000000 S com.motorola.blur.service.blur
app_2 379 180 98644 14184 ffffffff 00000000 S com.motorola.Dlna
system 380 180 115128 20116 ffffffff 00000000 S com.motorola.process.system
app_37 386 180 97272 14060 ffffffff 00000000 S com.motorola.batterymanager
app_8 402 180 112416 16240 ffffffff 00000000 S com.nuance.android.vsuite.vsuiteapp
app_64 437 180 97288 15092 ffffffff 00000000 S com.motorola.PerformanceManager
app_14 442 180 123912 23700 ffffffff 00000000 S com.motorola.contacts
system 444 180 97216 14684 ffffffff 00000000 S com.motorola.android.portal
app_4 450 180 102692 19420 ffffffff 00000000 S com.motorola.usb
app_32 532 180 102916 15680 ffffffff 00000000 S android.tts
app_150 563 180 123856 34124 ffffffff 00000000 S android.process.acore
app_25 644 180 98008 15776 ffffffff 00000000 S com.fusionone.android.sync.service
app_128 1030 180 117460 26164 ffffffff 00000000 S com.aws.android.elite
app_127 1096 180 119908 23664 ffffffff 00000000 S com.anddoes.fancywidgets
app_31 1128 180 129224 19356 ffffffff 00000000 S com.motorola.blur.home.newsstatusweather
app_103 8853 180 98604 15388 ffffffff 00000000 S com.android.bluetooth
system 9923 180 97448 17420 ffffffff 00000000 S com.motorola.android.datamanager
app_99 10549 180 97116 15996 ffffffff 00000000 S com.motorola.globalunplug
app_31 10556 180 97112 15328 ffffffff 00000000 S com.motorola.android.buacontactadapter
app_18 12210 180 128204 23476 ffffffff 00000000 S com.google.process.gapps
app_31 12252 180 100948 17072 ffffffff 00000000 S com.motorola.blur.home
app_145 12401 180 102888 15928 ffffffff 00000000 S com.google.android.apps.genie.geniewidget
app_41 12471 180 113980 18880 ffffffff 00000000 S com.google.android.apps.maps:NetworkLocationService
app_130 12774 180 129940 25720 ffffffff 00000000 S com.handcent.nextsms
app_75 12816 180 97308 15608 ffffffff 00000000 S com.motorola.bluetooth
app_88 13116 180 99660 16556 ffffffff 00000000 S com.vzw.hss.myverizon
app_31 13136 180 112364 17716 ffffffff 00000000 S com.motorola.blur.home.other
app_118 14151 180 106644 17940 ffffffff 00000000 S com.motorola.blurgallery
app_72 14281 180 98360 16392 ffffffff 00000000 S com.motorola.dock.service
app_44 14767 180 109784 18884 ffffffff 00000000 S com.motorola.im.service
app_31 14819 180 134244 23164 ffffffff 00000000 S com.motorola.blur.friendfeed
app_133 14926 180 134508 36676 ffffffff 00000000 S com.quoord.tapatalkxda.activity
app_45 15406 180 102560 19924 ffffffff 00000000 S android.process.media
app_115 15415 180 101884 17408 ffffffff 00000000 S com.google.android.gm
app_153 15423 180 105204 19068 ffffffff 00000000 S com.amazon.venezia
radio 15464 173 2100 512 ffffffff 00000000 S /system/bin/pppd-ril
app_135 15467 180 99520 16056 ffffffff 00000000 S com.smartandroidapps.equalizer
app_74 15524 180 101240 15872 ffffffff 00000000 S com.motorola.process.system
app_123 15689 180 101988 22768 ffffffff 00000000 S com.facebook.katana
app_118 15757 180 105536 19724 ffffffff 00000000 S com.motorola.gallerywidget
app_31 15778 180 101820 17412 ffffffff 00000000 S com.motorola.im.widget
app_31 15785 180 105648 18844 ffffffff 00000000 S com.motorola.blur.home.message
app_31 15794 180 101496 17368 ffffffff 00000000 S com.motorola.bookmarkswidget
app_146 15836 180 97760 18656 ffffffff 00000000 S fr.depoortere.android.CircleBatteryWidget
system 15907 180 98812 17228 ffffffff 00000000 S com.android.settings
app_83 15918 180 100060 19432 ffffffff 00000000 S com.slacker.radio
app_116 15926 180 100940 20736 ffffffff 00000000 S com.vcast.mediamanager
app_117 15935 180 117744 26748 ffffffff 00000000 S com.android.vending
app_16 15960 180 101856 18972 ffffffff 00000000 S com.google.android.googlequicksearchbox
shell 15997 164 792 372 c0091c38 afd0c43c S /system/bin/sh
shell 16066 15997 948 340 00000000 afd0b4ec R ps
app_104 30297 180 104568 14880 ffffffff 00000000 S com.cequint.cityid
[email protected]_solana:/$
id -
Code:
[email protected]_solana:/$ id
uid=2000(shell) gid=2000(shell) groups=1003(graphics),1004(input),1007(log),1009(mount),1011(adb),1015(sdcard_rw),3001(net_bt_admin),3002(net_bt),3003(inet)
/proc/kallsyms - attached.
Here's output from busybox ps there's a bit more info about some processes.
On a side note dosu won't work for us, it looks for /lib/ld-linux.so.3 which is why it receives not found when running. Must be there in the Atrix
If you need any other confirmations I would like to help
Sent from my DROID3 using XDA App
Just noticed this in data/tmp
-r-xr-Srwx 1 1000 1000 14 Aug 8 17:01 webtop_overlay
It contains:
1,0,0,0,0,0,0
Its odd because there is no webtop. I thought it was created on reset, but the last was 20 min after.
eww245 said:
Just noticed this in data/tmp
-r-xr-Srwx 1 1000 1000 14 Aug 8 17:01 webtop_overlay
It contains:
1,0,0,0,0,0,0
Its odd because there is no webtop. I thought it was created on reset, but the last was 20 min after.
Click to expand...
Click to collapse
This is from MIUICamera I found it somewhere here on xda, it only writes the first time it esecutes after a reboot and the permissions are different every time . HOW DOES IT HAVE SYSTEM ACCESS?
I'm going to see if I can find the source.
I've seen that too, and plugged it into the atrix dock (using extension cables) and it DOES work...surprisingly.
What works? Does it just mirror or are you actually running webtop?
It's actually webtop, that pseudo-gnome interface.
LOL.. how well does it run on the 512MB? The webtop devices were supposed to have 1GB for the added webtop functionality.
Is the pulse audio race exploit possible then?
Sent from my DROID3 using XDA App
Runs and usable are DIFFERENT things entirely. If webtop lags as bad as it does on 1GB, just imagine. :/
AFAIK, the D3 only has ALSA mods loaded, not positive about pulse. Something to look into though. Going through DMESG, I didn't see any references.
eww245 said:
Just noticed this in data/tmp
-r-xr-Srwx 1 1000 1000 14 Aug 8 17:01 webtop_overlay
It contains:
1,0,0,0,0,0,0
Its odd because there is no webtop. I thought it was created on reset, but the last was 20 min after.
Click to expand...
Click to collapse
I just rebooted, it's not there.
Though I did see it before.
Jewremy said:
I just rebooted, it's not there.
Though I did see it before.
Click to expand...
Click to collapse
Plug in HDMI and it comes back.
Well MIUI does not give out their source there's actually a thread dedicated to the legality of it. The apk is signed with Android SignAPK from what I can see that's what Google uses. So either they hacked the signature or it is an open signature? I don't know how the apk signing works.
What does anyone think is this worth looking into.Is this a possible exploit? It's kind of odd that a 3rd party app can have system access.
pplude you gotta start poking around in there theirs probably something worthwhile especially since it's not a full webtop.
edgan sorry about hijacking this thread, it's for a good cause
This is where I got the apk forum.xda-developers.com/showpost.php?p=15307536&postcount=167 it's the fixed2, and it's a pretty good camera app.
[edit] So maybe it's not this app. The graphics drivers maybe, if hdmi also produces it.

Official Archos 80/101 G9 Firmware 4.0.6 Released

Changes:
Version 4.0.6 - May 3rd, 2012
Wi-Fi: fix more disconnect cases happening on some access points
GPS: increase stability of GPS
HDMI: do not propose overscan setting when TV supports underscan
muSD: improve reliability of card insertion detection
muSD: fix read/write permission issue occurring with some applications
Applications: fix platform reboot occurring sometimes after a while when using high CPU demanding applications
If you wish to update, you can do so with the OTA update on your tablet, or do it manually by:
Note: You WILL need a PC connected to the internet, and the USB cable that came with your device. Before you being, please download Archos 80/101 G9 OS v 4.0.6
Step 1: Power off your device
Step 2: Boot into recovery by holding the volume rocker down and pressing the power button simultaneously
Step 3: Once in recovery, select "Update Firmware"
Step 5: Plug your device into your computer using the USB cable that came with your device
Step 6: A new drive should appear in "My Computer", copy firmware_archos_it4.aos to this device
Step 7: Ensure the transfer is completed, then press the power button on your device, keep it plugged in while it is updating
Step 8: Your device should boot, and be updated to the latest firmware 4.0.6
Note: If you wish to keep root access, please wait for surdu_petru to release updated 4.0.6 rooted firmware. (he is usually very quick). I will updated this post once he has released it.
EDIT: Our very own surdu_petru has released rooted version for SDE after just a few hours of the firmware being released! You can grab the files here:
4_0_6_update.zip
kernel_update.zip
Please follow step 4 in my guide here for instructions on how to update/install: http://forum.xda-developers.com/showthread.php?t=1542058
Please visit the ICS test firmware tackling Wi-Fi and HDMI issues thread, and let Mr. courville from ARCHOS know if this firmware solves the issues you had on previous firmware, or if the problem still persists.
great
i wait the v3 of [email protected] !
Waiting to SUrdu Petru
F5 F5 F5 F5 F5 F5
Applications: fix platform reboot occurring sometimes after a while when using high CPU demanding applications
sometimes??? eheheheh it's my principal problem on my hot (Italian climate fault?) 101 g9. I really hope they have solved this problem, ciao
have you this gag
http://www.jbmm.fr/?p=27816
http://www.jbmm.fr/wp-content/uploads/2012/05/Screenshot_2012-05-03-21-08-45.png
oops! no way to turn off test mode??
oops archos xD
Shano56 said:
oops! no way to turn off test mode??
oops archos xD
Click to expand...
Click to collapse
It should be switchable in Settings-> For Developers (or however it is called)
gen_scheisskopf said:
It should be switchable in Settings-> For Developers (or however it is called)
Click to expand...
Click to collapse
yes it is just for the fun....
cajl said:
yes it is just for the fun....
Click to expand...
Click to collapse
I thought you meant that was on by default...i misunderstood your english
might have to try and see if this fixes a lot of the FC i was getting with the previous 4.x i installed.....and reverted back.
It seems the tablet does not enter the deep sleep state any more (checked with CPU Spy).
skyworxx said:
It seems the tablet does not enter the deep sleep state any more (checked with CPU Spy).
Click to expand...
Click to collapse
Deep sleep by long press on power button, then select Deep sleep.
If you always want Deep sleep(tab sleeps automatically or short press power button)
-Settings
-Battery
-Deep sleep
check box
This really fixed a lot of FC, but I have still a lot of crash application and some FC. With just google earth or even the internet browser.
Is there any log that we can sent to help Archos to debug their firmware ?
I'm on Android from a long time, and I never had any kind of crash on my galaxy S or galaxy S2 under lots of ICS firmwares.
Is it an overheat problem ? or because 512MB memory is not enough ?
Do you recommend to use setcpu with rooted kernel ?
I want to use my tablet not to see it crashing all the time !
same same
heyyo said:
This really fixed a lot of FC, but I have still a lot of crash application and some FC. With just google earth or even the internet browser.
Is there any log that we can sent to help Archos to debug their firmware ?
....
I want to use my tablet not to see it crashing all the time !
Click to expand...
Click to collapse
expected :
Wi-Fi: fix more disconnect cases happening on some access points
GPS: increase stability of GPS
HDMI: do not propose overscan setting when TV supports underscan
muSD: improve reliability of card insertion detection
muSD: fix read/write permission issue occurring with some applications
Applications: fix platform reboot occurring sometimes after a while when using high CPU demanding applications
result :
(no problems before)
1. Wi-Fi: fix more disconnect cases happening on some access points
(yes, my problems with gps are very stable now still get no satellites!!) (http://forum.xda-developers.com/showthread.php?t=1589880)
2. GPS: increase stability of GPS
(not in use)
3. HDMI: do not propose overscan setting when TV supports underscan
(not in use)
4. muSD: improve reliability of card insertion detection
(not in use)
5. muSD: fix read/write permission issue occurring with some applications
(lol, it crashes always 15 seconds after start now and not 'after a while'. scrolling in newsreader and other apps freezes immediately. only setcpu = interactive = ok)
6. Applications: fix platform reboot occurring sometimes after a while when using high CPU demanding applications
what should i say? my main issues 2 + 6 are not fixed yet.
i'm waiting for the next try
heyyo said:
This really fixed a lot of FC, but I have still a lot of crash application and some FC. With just google earth or even the internet browser.
Is there any log that we can sent to help Archos to debug their firmware ?
I'm on Android from a long time, and I never had any kind of crash on my galaxy S or galaxy S2 under lots of ICS firmwares.
Is it an overheat problem ? or because 512MB memory is not enough ?
Do you recommend to use setcpu with rooted kernel ?
I want to use my tablet not to see it crashing all the time !
Click to expand...
Click to collapse
perhaps you could grab a last_kmsg from the tablet after a crash
Code:
adb pull /proc/last_kmsg
Not sure if this is the location on our tablets. I would go to the test firmware thread and ask if courville can help you
Thanks Shano56 I followed your thread to install the last rooted firmware 4.0.6
Please find my last_ksmg from this root version.
http://dl.dropbox.com/u/31745142/last_kmsg
Apparently only force closed is logged in this file. I just
launch the internet browser which crashed, and there wasn't any line in this file regarding this error after pulling it.
Other strange thing but seems to be related to the root version only, impossible to download or update any market application, i always have an 101 error. I didn't have this error in the official 4.0.6(not rooted)
EDIT: I updated Google Market to Google Play 3.5.16 and now i still have an error when updating/adding an app but the 921 one.
heyyo said:
Thanks Shano56 I followed your thread to install the last rooted firmware 4.0.6
Please find my last_ksmg from this root version.
http://dl.dropbox.com/u/31745142/last_kmsg
Apparently only force closed is logged in this file. I just
launch the internet browser which crashed, and there wasn't any line in this file regarding this error after pulling it.
Other strange thing but seems to be related to the root version only, impossible to download or update any market application, i always have an 101 error. I didn't have this error in the official 4.0.6(not rooted)
EDIT: I updated Google Market to Google Play 3.5.16 and now i still have an error when updating/adding an app but the 921 one.
Click to expand...
Click to collapse
Hi. You will need to give this to archos tech support
Sent from my HTC Incredible using Tapatalk 2
Shano56 said:
Hi. You will need to give this to archos tech support
Sent from my HTC Incredible using Tapatalk 2
Click to expand...
Click to collapse
Done on WIFI/HDMI issue, thanks for your help anyway.
Hard Crash
Running the latest firmware (4.0.6) and I happened to be using logcat during one of the hard crashes (needed to reset) and it looks like this (see below). I was run Linpack for Android.
The system seems to be stabler when I switch to interactive instead of hotplug. Anyone know why?
I/cat ( 613): <0>[ 238.051239] BUG: spinlock already unlocked on CPU#1, ActivityManager/736
I/cat ( 613): <0>[ 238.051391] lock: c07d99dc, .magic: dead4ead, .owner: <none>/-1, .owner_cpu: -1
I/cat ( 613): <4>[ 238.051483] Backtrace:
I/cat ( 613): <4>[ 238.051696] [<c00640f0>] (dump_backtrace+0x0/0x110) from [<c0599f00>] (dump_stack+0x18/0x1c)
I/cat ( 613): <4>[ 238.051849] r7:d425def8 r6:0000001a r5:00000000 r4:c07d99dc
I/cat ( 613): <4>[ 238.052368] [<c0599ee8>] (dump_stack+0x0/0x1c) from [<c0262154>] (spin_bug+0x94/0xa8)
I/cat ( 613): <4>[ 238.052459] [<c02620c0>] (spin_bug+0x0/0xa8) from [<c02621a8>] (do_raw_spin_unlock+0x40/0xc8)
I/cat ( 613): <4>[ 238.052612] r5:00000000 r4:c07d99dc
I/cat ( 613): <4>[ 238.052856] [<c0262168>] (do_raw_spin_unlock+0x0/0xc8) from [<c059d694>] (_raw_spin_unlock+0x10/0x3c)
I/cat ( 613): <4>[ 238.053070] r5:00000000 r4:0000001a
I/cat ( 613): <4>[ 238.053405] [<c059d684>] (_raw_spin_unlock+0x0/0x3c) from [<c03bdbe0>] (dm_get_md+0x88/0xac)
I/cat ( 613): <4>[ 238.053527] [<c00bdb90>] (find_ge_pid+0x0/0x44) from [<c01662b0>] (next_tgid+0x6c/0xd8)
I/cat ( 613): <4>[ 238.053680] r7:d425def8 r6:0000001a r5:c07bb618 r4:d425def8
I/cat ( 613): <4>[ 238.054107] [<c0166244>] (next_tgid+0x0/0xd8) from [<c0166ec0>] (proc_pid_readdir+0x1a8/0x21c)
I/cat ( 613): <4>[ 238.054260] r7:d425def8 r6:0000001a r5:dbc3c000 r4:d40a9840
I/cat ( 613): <4>[ 238.054718] [<c0166d18>] (proc_pid_readdir+0x0/0x21c) from [<c0163594>] (proc_root_readdir+0x4c/0x50)
I/cat ( 613): <4>[ 238.054901] [<c0163548>] (proc_root_readdir+0x0/0x50) from [<c0130a54>] (vfs_readdir+0x74/0xa8)
I/cat ( 613): <4>[ 238.054992] r7:00000000 r6:c0130684 r5:db824050 r4:d40a9840
I/cat ( 613): <4>[ 238.055480] [<c01309e0>] (vfs_readdir+0x0/0xa8) from [<c0130af4>] (sys_getdents64+0x6c/0xbc)
I/cat ( 613): <4>[ 238.055664] [<c0130a88>] (sys_getdents64+0x0/0xbc) from [<c0060100>] (ret_fast_syscall+0x0/0x30)
I/cat ( 613): <4>[ 238.055725] r7:000000d9 r6:414ed360 r5:00e5a0c8 r4:00e5a0b8
I/cat ( 613): <1>[ 238.056243] Unable to handle kernel NULL pointer dereference at virtual address 00000000
I/cat ( 613): <1>[ 238.056396] pgd = d421c000
I/cat ( 613): <1>[ 238.056488] [00000000] *pgd=941e1831, *pte=00000000, *ppte=00000000
I/cat ( 613): <0>[ 238.056823] Internal error: Oops: 17 [#1] PREEMPT SMP
I/cat ( 613): <4>[ 238.056976] Modules linked in: wl12xx_sdio wl12xx mac80211 cfg80211 compat hso tr16c0_i2c cypress_tma340
I/cat ( 613): <4>[ 238.057861] CPU: 1 Not tainted (3.0.8+ #9)
I/cat ( 613): <4>[ 238.057952] PC is at 0xd3642fdc
I/cat ( 613): <4>[ 238.058044] LR is at 0xd425dec4
I/cat ( 613): <4>[ 238.058197] pc : [<d3642fdc>] lr : [<d425dec4>] psr: 60000113
I/cat ( 613): <4>[ 238.058197] sp : d425def8 ip : d425de28 fp : 0000001a
I/cat ( 613): <4>[ 238.058441] r10: 00000000 r9 : d425dee0 r8 : c0130684
I/cat ( 613): <4>[ 238.058532] r7 : d425def8 r6 : 0000001a r5 : c07bb618 r4 : d425def8
I/cat ( 613): <4>[ 238.058685] r3 : 00000000 r2 : ffffffff r1 : 00000000 r0 : 00000000
I/cat ( 613): <4>[ 238.058776] Flags: nZCv IRQs on FIQs on Mode SVC_32 ISA ARM Segment user
I/cat ( 613): <4>[ 238.058959] Control: 10c5387d Table: 9421c04a DAC: 00000015
I/cat ( 613): <4>[ 238.059020]
I/cat ( 613): <4>[ 238.059051] PC: 0xd3642f5c:
I/cat ( 613): <4>[ 238.059265] 2f5c 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
I/cat ( 613): <4>[ 238.060058] 2f7c 00000000 40a7b890 40a7fdd8 00000000 00000002 00000000 00000000 00000000
I/cat ( 613): <4>[ 238.060943] 2f9c 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
I/cat ( 613): <4>[ 238.061828] 2fbc 00000000 00000000 00000000 00000000 00000000 00000000 00000023 00001000
I/cat ( 613): <4>[ 238.062683] 2fdc 000009d6 00000000 00b9a200 408ada7d 00000000 00000000 00000023 4055c7a8
I/cat ( 613): <4>[ 238.063476] 2ffc 00adbf01 0a900d04 0000a222 12100d04 0000cd64 26ae0d04 00011a44 151c0d05
I/cat ( 613): <4>[ 238.064361] 301c 00000c68 0a900d05 0000a222 0cd20d05 0000a228 1d820d05 0000a283 26ae0d05
I/cat ( 613): <4>[ 238.065216] 303c 00011a44 27bb0d05 00011c03 0a900d06 0000a222 26ae0d06 00011a44 1d550d07
I/cat ( 613): <4>[ 238.066101]
I/cat ( 613): <4>[ 238.066101] LR: 0xd425de44:
I/cat ( 613): <4>[ 238.066284] de44 c02620cc 0000001a 00000000 d425de6c d425de60 c059d694 c0262174 d425de8c
I/cat ( 613): <4>[ 238.067169] de64 d425de70 c03bdbe0 c059d690 d425def8 c07bb618 0000001a d425def8 d425deb4
I/cat ( 613): <4>[ 238.067962] de84 d425de90 c01662b0 c00bdb9c ffffffff d425dee4 0000001a d425def8 0000001a
I/cat ( 613): <4>[ 238.068847] dea4 d425deb0 c005fb6c c005a508 00000000 00000000 ffffffff 00000000 d425def8
I/cat ( 613): <4>[ 238.069732] dec4 c07bb618 0000001a d425def8 c0130684 d425dee0 00000000 0000001a d425de28
I/cat ( 613): <4>[ 238.070617] dee4 d425def8 d425dec4 d3642fdc 60000113 ffffffff 0000001a dbcf9380 00000000
I/cat ( 613): <4>[ 238.071411] df04 d40a9840 c0130684 d425df78 00000000 db824020 d425c000 d425df78 d425df4c
I/cat ( 613): <4>[ 238.072265] df24 d425df30 c0163594 c0166d24 d40a9840 db824050 c0130684 00000000 d425df74
I/cat ( 613): <4>[ 238.073150]
I/cat ( 613): <4>[ 238.073150] SP: 0xd425de78:
I/cat ( 613): <4>[ 238.073303] de78 0000001a d425def8 d425deb4 d425de90 c01662b0 c00bdb9c ffffffff d425dee4
I/cat ( 613): <4>[ 238.074188] de98 0000001a d425def8 0000001a d425deb0 c005fb6c c005a508 00000000 00000000
I/cat ( 613): <4>[ 238.075073] deb8 ffffffff 00000000 d425def8 c07bb618 0000001a d425def8 c0130684 d425dee0
I/cat ( 613): <4>[ 238.075897] ded8 00000000 0000001a d425de28 d425def8 d425dec4 d3642fdc 60000113 ffffffff
I/cat ( 613): <4>[ 238.076751] def8 0000001a dbcf9380 00000000 d40a9840 c0130684 d425df78 00000000 db824020
I/cat ( 613): <4>[ 238.077636] df18 d425c000 d425df78 d425df4c d425df30 c0163594 c0166d24 d40a9840 db824050
I/cat ( 613): <4>[ 238.078430] df38 c0130684 00000000 d425df74 d425df50 c0130a54 c0163554 00000000 00001068
I/cat ( 613): <4>[ 238.079315] df58 00e5a0c8 d40a9840 c00602a8 00000000 d425dfa4 d425df78 c0130af4 c01309ec
I/cat ( 613): <4>[ 238.080139]
I/cat ( 613): <4>[ 238.080139] IP: 0xd425dda8:
I/cat ( 613): <4>[ 238.080291] dda8 d4dbb740 d425deb0 00000001 00000000 db369880 20000113 d425de04 d425ddd0
I/cat ( 613): <4>[ 238.081176] ddc8 c006809c c0067e4c 00000000 c0130a8c 00000000 00000017 c0792c78 00000000
I/cat ( 613): <4>[ 238.082061] dde8 d425deb0 c0130684 20000113 00000000 d425deac d425de08 c005a538 c0067ed8
I/cat ( 613): <4>[ 238.082885] de08 d425de24 d425de18 c0599f00 c00640fc d425de44 d425de28 c02620dc c025e194
I/cat ( 613): <4>[ 238.083740] de28 ffffffff ffffffff c07d99dc 00000000 d425de5c d425de48 c02621f8 c02620cc
I/cat ( 613): <4>[ 238.084564] de48 0000001a 00000000 d425de6c d425de60 c059d694 c0262174 d425de8c d425de70
I/cat ( 613): <4>[ 238.085449] de68 c03bdbe0 c059d690 d425def8 c07bb618 0000001a d425def8 d425deb4 d425de90
I/cat ( 613): <4>[ 238.086273] de88 c01662b0 c00bdb9c ffffffff d425dee4 0000001a d425def8 0000001a d425deb0
I/cat ( 613): <4>[ 238.087127]
I/cat ( 613): <4>[ 238.087127] R4: 0xd425de78:
I/cat ( 613): <4>[ 238.087310] de78 0000001a d425def8 d425deb4 d425de90 c01662b0 c00bdb9c ffffffff d425dee4
I/cat ( 613): <4>[ 238.088165] de98 0000001a d425def8 0000001a d425deb0 c005fb6c c005a508 00000000 00000000
I/cat ( 613): <4>[ 238.088989] deb8 ffffffff 00000000 d425def8 c07bb618 0000001a d425def8 c0130684 d425dee0
I/cat ( 613): <4>[ 238.089843] ded8 00000000 0000001a d425de28 d425def8 d425dec4 d3642fdc 60000113 ffffffff
I/cat ( 613): <4>[ 238.090667] def8 0000001a dbcf9380 00000000 d40a9840 c0130684 d425df78 00000000 db824020
I/cat ( 613): <4>[ 238.091552] df18 d425c000 d425df78 d425df4c d425df30 c0163594 c0166d24 d40a9840 db824050
I/cat ( 613): <4>[ 238.092407] df38 c0130684 00000000 d425df74 d425df50 c0130a54 c0163554 00000000 00001068
I/cat ( 613): <4>[ 238.093292] df58 00e5a0c8 d40a9840 c00602a8 00000000 d425dfa4 d425df78 c0130af4 c01309ec
I/cat ( 613): <4>[ 238.094085]
I/cat ( 613): <4>[ 238.094085] R5: 0xc07bb598:
I/cat ( 613): <4>[ 238.094329] b598 c00b8dd0 00000000 00000000 c06db050 00000002 00000008 00000180 00000000
I/cat ( 613): <4>[ 238.095123] b5b8 c07ba684 c00b8dd0 00000000 00000000 00000000 00000000 00000000 00000000
I/cat ( 613): <4>[ 238.096008] b5d8 00000000 00000000 00000000 00000000 00000000 00000000 00000000 dead4ead
I/cat ( 613): <4>[ 238.096893] b5f8 ffffffff ffffffff db109c08 dbc22608 0000000b 00008000 00008000 0000012d
I/cat ( 613): <4>[ 238.097778] b618 00000002 00007d6a dbc18000 00000a6e dbc3c000 dbc02280 00000000 00000000
I/cat ( 613): <4>[ 238.098571] b638 dbc0d1e0 00000001 00000000 00000000 d162b558 ca5e4e64 00000000 00000000
I/cat ( 613): <4>[ 238.099456] b658 00000000 c07bb618 00000000 00000000 00000001 00000000 00000000 dead4ead
I/cat ( 613): <4>[ 238.100341] b678 ffffffff ffffffff c07bb680 c07bb680 00000000 00000000 c07bb668 00000000
I/cat ( 613): <4>[ 238.101165]
I/cat ( 613): <4>[ 238.101165] R7: 0xd425de78:
I/cat ( 613): <4>[ 238.101409] de78 0000001a d425def8 d425deb4 d425de90 c01662b0 c00bdb9c ffffffff d425dee4
I/cat ( 613): <4>[ 238.102264] de98 0000001a d425def8 0000001a d425deb0 c005fb6c c005a508 00000000 00000000
I/cat ( 613): <4>[ 238.103088] deb8 ffffffff 00000000 d425def8 c07bb618 0000001a d425def8 c0130684 d425dee0
I/cat ( 613): <4>[ 238.103973] ded8 00000000 0000001a d425de28 d425def8 d425dec4 d3642fdc 60000113 ffffffff
I/cat ( 613): <4>[ 238.104858] def8 0000001a dbcf9380 00000000 d40a9840 c0130684 d425df78 00000000 db824020
I/cat ( 613): <4>[ 238.105651] df18 d425c000 d425df78 d425df4c d425df30 c0163594 c0166d24 d40a9840 db824050
I/cat ( 613): <4>[ 238.106536] df38 c0130684 00000000 d425df74 d425df50 c0130a54 c0163554 00000000 00001068
I/cat ( 613): <4>[ 238.107421] df58 00e5a0c8 d40a9840 c00602a8 00000000 d425dfa4 d425df78 c0130af4 c01309ec
I/cat ( 613): <4>[ 238.108245]
I/cat ( 613): <4>[ 238.108245] R8: 0xc0130604:
I/cat ( 613): <4>[ 238.108398] 0604 e24bd028 e89daff0 e1942005 0affff9c eaffff8f c06e1a2e e1a0c00d e92ddbf0
I/cat ( 613): <4>[ 238.109283] 0624 e24cb004 e24dd010 e2804030 e1a05000 e1a06001 e1a00004 e1a08002 e1a09003
I/cat ( 613): <4>[ 238.110107] 0644 eb11af45 e1a01006 e59bc00c e1a02008 e1cb60d4 e1a03009 e1a00005 e58dc008
I/cat ( 613): <4>[ 238.110992] 0664 e1cd60f0 ebfffef3 e1a05000 e1a00004 eb11abef e1a00005 e24bd024 e89dabf0
I/cat ( 613): <4>[ 238.111846] 0684 e1a0c00d e92ddbf0 e24cb004 e5903008 e282701b e3c77007 e1a04000 e1570003
I/cat ( 613): <4>[ 238.112670] 06a4 e3e00015 e1a06002 e584000c c89dabf0 e5942004 e3520000 0a000006 e2822008
I/cat ( 613): <4>[ 238.113494] 06c4 e3a03000 e1cb80d4 e4828004 e5829000 e3530000 1a000037 e5945000 e3a03000
I/cat ( 613): <4>[ 238.114379] 06e4 e1cb80dc e1a02005 e4828004 e5829000 e3530000 1a00002f e2852008 e3a08000
I/cat ( 613): <4>[ 238.115264]
I/cat ( 613): <4>[ 238.115264] R9: 0xd425de60:
I/cat ( 613): <4>[ 238.115417] de60 d425de8c d425de70 c03bdbe0 c059d690 d425def8 c07bb618 0000001a d425def8
I/cat ( 613): <4>[ 238.116271] de80 d425deb4 d425de90 c01662b0 c00bdb9c ffffffff d425dee4 0000001a d425def8
I/cat ( 613): <4>[ 238.117065] dea0 0000001a d425deb0 c005fb6c c005a508 00000000 00000000 ffffffff 00000000
I/cat ( 613): <4>[ 238.117858] dec0 d425def8 c07bb618 0000001a d425def8 c0130684 d425dee0 00000000 0000001a
I/cat ( 613): <4>[ 238.118743] dee0 d425de28 d425def8 d425dec4 d3642fdc 60000113 ffffffff 0000001a dbcf9380
I/cat ( 613): <4>[ 238.119598] df00 00000000 d40a9840 c0130684 d425df78 00000000 db824020 d425c000 d425df78
I/cat ( 613): <4>[ 238.120483] df20 d425df4c d425df30 c0163594 c0166d24 d40a9840 db824050 c0130684 00000000
I/cat ( 613): <4>[ 238.121276] df40 d425df74 d425df50 c0130a54 c0163554 00000000 00001068 00e5a0c8 d40a9840
I/cat ( 613): <0>[ 238.122131] Process ActivityManager (pid: 736, stack limit = 0xd425c2f8)
I/cat ( 613): <0>[ 238.122314] Stack: (0xd425def8 to 0xd425e000)
I/cat ( 613): <0>[ 238.122375] dee0: 0000001a dbcf9380
I/cat ( 613): <0>[ 238.122558] df00: 00000000 d40a9840 c0130684 d425df78 00000000 db824020 d425c000 d425df78
I/cat ( 613): <0>[ 238.122650] df20: d425df4c d425df30 c0163594 c0166d24 d40a9840 db824050 c0130684 00000000
I/cat ( 613): <0>[ 238.122802] df40: d425df74 d425df50 c0130a54 c0163554 00000000 00001068 00e5a0c8 d40a9840
I/cat ( 613): <0>[ 238.122985] df60: c00602a8 00000000 d425dfa4 d425df78 c0130af4 c01309ec 00e5a920 00e5a908
I/cat ( 613): <0>[ 238.123138] df80: 00000810 ffffffea 00e5a0b8 00e5a0c8 414ed360 000000d9 00000000 d425dfa8
I/cat ( 613): <0>[ 238.123229] dfa0: c0060100 c0130a94 00e5a0b8 00e5a0c8 000000e7 00e5a0c8 00001068 00000000
I/cat ( 613): <0>[ 238.123382] dfc0: 00e5a0b8 00e5a0c8 414ed360 000000d9 00000000 5b61ed50 f5400009 5b9fdc24
I/cat ( 613): <0>[ 238.123565] dfe0: 00000000 5b9fdba0 40044a97 40038808 60000110 000000e7 00000000 00000000
I/cat ( 613): <4>[ 238.123718] Backtrace: invalid frame pointer 0x0000001a
I/cat ( 613): <0>[ 238.123962] Code: 00000000 00000000 00000023 00001000 (000009d6)
I/cat ( 613): <4>[ 238.143402] ---[ end trace 6f538dd7caafe81e ]---
I/cat ( 613): <0>[ 238.143493] Kernel panic - not syncing: Fatal exception in interrupt
I/cat ( 613): <4>[ 238.143585] Backtrace:
I/cat ( 613): <4>[ 238.143859] [<c00640f0>] (dump_backtrace+0x0/0x110) from [<c0599f00>] (dump_stack+0x18/0x1c)
I/cat ( 613): <4>[ 238.143951] r7:c07f2d08 r6:d425c2f8 r5:d4dbb740 r4:c07f2d08
I/cat ( 613): <4>[ 238.144470] [<c0599ee8>] (dump_stack+0x0/0x1c) from [<c0599f80>] (panic+0x7c/0x1ac)
I/cat ( 613): <4>[ 238.144622] [<c0599f04>] (panic+0x0/0x1ac) from [<c0064608>] (die+0x184/0x1c8)
I/cat ( 613): <4>[ 238.144714] r3:03ffff00 r2:d425dd78 r1:00000000 r0:c06c768c
I/cat ( 613): <4>[ 238.145202] [<c0064484>] (die+0x0/0x1c8) from [<c0067eac>] (__do_kernel_fault+0x6c/0x8c)
I/cat ( 613): <4>[ 238.145294] r8:db369880 r7:00000017 r6:00000000 r5:d425deb0 r4:00000000
I/cat ( 613): <4>[ 238.145874] [<c0067e40>] (__do_kernel_fault+0x0/0x8c) from [<c006809c>] (do_page_fault+0x1d0/0x1ec)
I think hotplug is just more crash-prone. I've been using ondemand with no problems, others use performance.

Flashing factory image on nexus 4 wthout stucking on boot animation

HEY GUYS I FLASHED FACTORY IMAGE THROUGH THIS TOOLKIT THANKS TO mskip FOR MAKING THIS TOOLKIT. & JST FOLLOW THE VIDEO N ULL HAV NO PROBLEM & YOUR DEVICE WONT STUCK ON BOOT ANIMATION....
VIDEO LINK : http://www.youtube.com/watch?v=0_o68zj7i7A&feature=c4-overview&list=UU2q1595i85SfC5SwYRI81Ug
TOOLKIT DOWNLOAD LINK:http://www.skipsoft.net/?page_id=1072
i'm stuck on logo.. i'm gonna try this, i hope this work
---------- Post added at 02:09 AM ---------- Previous post was at 01:58 AM ----------
nothing..
...
Sent from my Nexus 4 using Tapatalk
I thinking about flashing a custom rom of 4.4. Nexus 4 users got robbed on some things. Sure they are small cosmetics like transparent bars and the google launcher but still, not cool.
Some issue and I got some logs
Very long
--------- beginning of /dev/log/system
I/Vold ( 167): Vold 2.1 (the revenge) firing up
W/dalvikvm( 173): PR_SET_NO_NEW_PRIVS failed. Is your kernel compiled correctly?: Invalid argument
W/dalvikvm( 1896): PR_SET_NO_NEW_PRIVS failed. Is your kernel compiled correctly?: Invalid argument
--------- beginning of /dev/log/main
I/DEBUG ( 170): 80808070 ffffffff ffffffff ffffffff ffffffff
I/DEBUG ( 170): 80808080 ffffffff ffffffff ffffffff ffffffff
I/DEBUG ( 170): 80808090 ffffffff ffffffff ffffffff ffffffff
I/DEBUG ( 170): 808080a0 ffffffff ffffffff ffffffff ffffffff
I/DEBUG ( 170): 808080b0 ffffffff ffffffff ffffffff ffffffff
I/DEBUG ( 170): 808080c0 ffffffff ffffffff ffffffff ffffffff
I/DEBUG ( 170): 808080d0 ffffffff ffffffff ffffffff ffffffff
I/DEBUG ( 170): 808080e0 ffffffff ffffffff ffffffff ffffffff
I/DEBUG ( 170): 808080f0 ffffffff ffffffff ffffffff ffffffff
I/DEBUG ( 170): 80808100 ffffffff ffffffff ffffffff ffffffff
I/DEBUG ( 170): 80808110 ffffffff ffffffff ffffffff ffffffff
I/DEBUG ( 170): 80808120 ffffffff ffffffff ffffffff ffffffff
I/DEBUG ( 170): 80808130 ffffffff ffffffff ffffffff ffffffff
I/DEBUG ( 170): 80808140 ffffffff ffffffff ffffffff ffffffff
I/DEBUG ( 170): 80808150 ffffffff ffffffff ffffffff ffffffff
I/DEBUG ( 170):
I/DEBUG ( 170): memory near r4:
I/DEBUG ( 170): 70a55608 006e006f 0044002e 004d0055 00000050
I/DEBUG ( 170): 70a55618 71fb8b5c 0000003b 71ffbad0 70a59c60
I/DEBUG ( 170): 70a55628 40048030 40048030 7379732f 616c632f
I/DEBUG ( 170): 70a55638 702f7373 7265776f 7075735f 2f796c70
I/DEBUG ( 170): 70a55648 63756f74 79742f68 00000038 0000003b
I/DEBUG ( 170): 70a55658 00000000 70a55b50 00000000 00000001
I/DEBUG ( 170): 70a55668 41da5d18 00000000 000000c0 00000030
I/DEBUG ( 170): 70a55678 00000030 00040006 702e7468 2a00676e
I/DEBUG ( 170): 70a55688 00000038 00000033 00000000 70a556c0
I/DEBUG ( 170): 70a55698 00000000 00000001 41c8d310 00000000
I/DEBUG ( 170): 70a556a8 00000100 00000040 00000040 00040006
I/DEBUG ( 170): 70a556b8 2a2a2a2a 00000053 401de3c0 00000001
I/DEBUG ( 170): 70a556c8 404406b8 41c8d310 00000000 075bcd15
I/DEBUG ( 170): 70a556d8 00000000 4040c050 2a2a0101 41c8d310
I/DEBUG ( 170): 70a556e8 00004000 00000000 2a2a2a01 414fbcb0
I/DEBUG ( 170): 70a556f8 2a2a2a01 b090002d 2a2a2a00 00000000
I/DEBUG ( 170):
I/DEBUG ( 170): memory near r6:
I/DEBUG ( 170): 70a5560c 0044002e 004d0055 00000050 71fb8b5c
I/DEBUG ( 170): 70a5561c 0000003b 71ffbad0 70a59c60 40048030
I/DEBUG ( 170): 70a5562c 40048030 7379732f 616c632f 702f7373
I/DEBUG ( 170): 70a5563c 7265776f 7075735f 2f796c70 63756f74
I/DEBUG ( 170): 70a5564c 79742f68 00000038 0000003b 00000000
I/DEBUG ( 170): 70a5565c 70a55b50 00000000 00000001 41da5d18
I/DEBUG ( 170): 70a5566c 00000000 000000c0 00000030 00000030
I/DEBUG ( 170): 70a5567c 00040006 702e7468 2a00676e 00000038
I/DEBUG ( 170): 70a5568c 00000033 00000000 70a556c0 00000000
I/DEBUG ( 170): 70a5569c 00000001 41c8d310 00000000 00000100
I/DEBUG ( 170): 70a556ac 00000040 00000040 00040006 2a2a2a2a
I/DEBUG ( 170): 70a556bc 00000053 401de3c0 00000001 404406b8
I/DEBUG ( 170): 70a556cc 41c8d310 00000000 075bcd15 00000000
I/DEBUG ( 170): 70a556dc 4040c050 2a2a0101 41c8d310 00004000
I/DEBUG ( 170): 70a556ec 00000000 2a2a2a01 414fbcb0 2a2a2a01
I/DEBUG ( 170): 70a556fc b090002d 2a2a2a00 00000000 2a2a2a2a
I/DEBUG ( 170):
I/DEBUG ( 170): memory near r7:
I/DEBUG ( 170): 71ffcff4 400e289d 400e2ae5 400e2ad9 71ffd000
I/DEBUG ( 170): 71ffd004 71ff9ac6 00000000 00000000 70a4af08
I/DEBUG ( 170): 71ffd014 70a59c60 00000000 00000000 00000000
I/DEBUG ( 170): 71ffd024 70a555e8 00000000 00000000 00000000
I/DEBUG ( 170): 71ffd034 00000000 00000000 00000000 00000000
I/DEBUG ( 170): 71ffd044 00000000 00000000 00000000 00000000
I/DEBUG ( 170): 71ffd054 00000000 00000000 00000000 00000000
I/DEBUG ( 170): 71ffd064 00000000 00000000 00000000 00000000
I/DEBUG ( 170): 71ffd074 00000000 00000000 00000000 00000000
I/DEBUG ( 170): 71ffd084 00000000 00000000 00000000 00000000
I/DEBUG ( 170): 71ffd094 00000000 00000000 00000000 00000000
I/DEBUG ( 170): 71ffd0a4 00000000 00000000 00000000 00000000
I/DEBUG ( 170): 71ffd0b4 00000000 00000000 00000000 00000000
I/DEBUG ( 170): 71ffd0c4 00000000 00000000 00000000 00000000
I/DEBUG ( 170): 71ffd0d4 00000000 00000000 00000000 00000000
I/DEBUG ( 170): 71ffd0e4 00000000 00000000 00000000 00000000
I/DEBUG ( 170):
I/DEBUG ( 170): memory near r8:
I/DEBUG ( 170): 71ffcff8 400e2ae5 400e2ad9 71ffd000 71ff9ac6
I/DEBUG ( 170): 71ffd008 00000000 00000000 70a4af08 70a59c60
I/DEBUG ( 170): 71ffd018 00000000 00000000 00000000 70a555e8
I/DEBUG ( 170): 71ffd028 00000000 00000000 00000000 00000000
I/DEBUG ( 170): 71ffd038 00000000 00000000 00000000 00000000
I/DEBUG ( 170): 71ffd048 00000000 00000000 00000000 00000000
I/DEBUG ( 170): 71ffd058 00000000 00000000 00000000 00000000
I/DEBUG ( 170): 71ffd068 00000000 00000000 00000000 00000000
I/DEBUG ( 170): 71ffd078 00000000 00000000 00000000 00000000
I/DEBUG ( 170): 71ffd088 00000000 00000000 00000000 00000000
I/DEBUG ( 170): 71ffd098 00000000 00000000 00000000 00000000
I/DEBUG ( 170): 71ffd0a8 00000000 00000000 00000000 00000000
I/DEBUG ( 170): 71ffd0b8 00000000 00000000 00000000 00000000
I/DEBUG ( 170): 71ffd0c8 00000000 00000000 00000000 00000000
I/DEBUG ( 170): 71ffd0d8 00000000 00000000 00000000 00000000
I/DEBUG ( 170): 71ffd0e8 00000000 00000000 00000000 00000000
I/DEBUG ( 170):
I/DEBUG ( 170): memory near ip:
I/DEBUG ( 170): 400eae78 40069ffc 4006a100 4006a488 400699dd
I/DEBUG ( 170): 400eae88 4004e0b9 4004e0c7 4004cb1c 40069dd8
I/DEBUG ( 170): 400eae98 4007a1d4 400791b4 400ed291 400ed415
I/DEBUG ( 170): 400eaea8 400ed539 400ed4f5 4006d6a5 4007d271
I/DEBUG ( 170): 400eaeb8 4006f89d 400771b8 40095798 400883bf
I/DEBUG ( 170): 400eaec8 4006fd75 4006ebd9 40082f11 40077238
I/DEBUG ( 170): 400eaed8 400957dc 400944c8 40078ef1 40081299
I/DEBUG ( 170): 400eaee8 400829c1 4004cafc 4004cb3c 4004cad4
I/DEBUG ( 170): 400eaef8 4004cb80 40077338 40094395 4007fd3d
I/DEBUG ( 170): 400eaf08 400830b9 4008305d 40082ee9 400b4927
I/DEBUG ( 170): 400eaf18 400b4919 400804f1 40076ca4 4008842d
I/DEBUG ( 170): 400eaf28 4008776d 40077108 40082ebd 4006eb35
I/DEBUG ( 170): 400eaf38 4006ed31 4004dff1 4007d849 4006e471
I/DEBUG ( 170): 400eaf48 4006e499 4006e4e1 40068b04 4006e48b
I/DEBUG ( 170): 400eaf58 40076f8c 40076e6c 4006a778 4004e369
I/DEBUG ( 170): 400eaf68 4006e7fd 400875fb 4006a50c 4006a71c
I/DEBUG ( 170):
I/DEBUG ( 170): memory near sp:
I/DEBUG ( 170): beaa8480 400a7054 00000000 70a55620 4006c61f
I/DEBUG ( 170): beaa8490 00000010 000004d0 df0027ad 00000000
I/DEBUG ( 170): beaa84a0 00000000 70a55628 720840b8 405bd4ef
I/DEBUG ( 170): beaa84b0 70a55620 70a59c60 720840b8 71ff719d
I/DEBUG ( 170): beaa84c0 70a53d60 00000000 ffffffff 00000e00
I/DEBUG ( 170): beaa84d0 00000000 71ff818d 00000001 70a55620
I/DEBUG ( 170): beaa84e0 400a71f4 720840b8 400ea5d8 70a5a6f0
I/DEBUG ( 170): beaa84f0 beaa8524 70a44378 4012c361 00000000
I/DEBUG ( 170): beaa8500 400a71f4 414fe160 beaa85ec 400e077b
I/DEBUG ( 170): beaa8510 70a53d60 71fe521f 00000000 70a44378
I/DEBUG ( 170): beaa8520 70a51400 70a53d64 beaa8554 beaa854c
I/DEBUG ( 170): beaa8530 71fe55e4 71fe55e4 40128a1d 71fe533d
I/DEBUG ( 170): beaa8540 408ee1b7 71fb8e78 70a44378 70a53cc8
I/DEBUG ( 170): beaa8550 70a510f0 70a53cc8 41db0031 beaa85a0
I/DEBUG ( 170): beaa8560 bbb47816 414fe8d0 71f6bd90 408ca05b
I/DEBUG ( 170): beaa8570 408ee1e9 4092ec88 409331a0 00000001
I/DEBUG ( 170):
I/DEBUG ( 170): code around pc:
I/DEBUG ( 170): 4007a1fc e4d3c001 e35c0000 012fff1e e3130003
I/DEBUG ( 170): 4007a20c e0610003 1afffff9 e3082080 e7df2812
I/DEBUG ( 170): 4007a21c e4931004 e0400003 f5d3f040 e041c3a2
I/DEBUG ( 170): 4007a22c e00cc002 e1dcc001 04931004 1a000022
I/DEBUG ( 170): 4007a23c e041c3a2 e00cc002 e1dcc001 04931004
I/DEBUG ( 170): 4007a24c 1a00001d e041c3a2 e00cc002 e1dcc001
I/DEBUG ( 170): 4007a25c 04931004 1a000018 e041c3a2 e00cc002
I/DEBUG ( 170): 4007a26c e1dcc001 04931004 1a000013 e041c3a2
I/DEBUG ( 170): 4007a27c e00cc002 e1dcc001 04931004 1a00000e
I/DEBUG ( 170): 4007a28c e041c3a2 e00cc002 e1dcc001 04931004
I/DEBUG ( 170): 4007a29c 1a000009 e041c3a2 e00cc002 e1dcc001
I/DEBUG ( 170): 4007a2ac 04931004 1a000004 e041c3a2 e00cc002
I/DEBUG ( 170): 4007a2bc e1dcc001 04931004 0affffd6 e0800003
I/DEBUG ( 170): 4007a2cc e31100ff 0a000005 e2800001 e3110cff
I/DEBUG ( 170): 4007a2dc 0a000002 e2800001 e31108ff 12800001
I/DEBUG ( 170): 4007a2ec e12fff1e e1a03001 eaffffc6 e12fff1e
I/DEBUG ( 170):
I/DEBUG ( 170): code around lr:
I/DEBUG ( 170): 400e102c f1a0b110 e7ff0010 f7ff2100 6829fccb
I/DEBUG ( 170): 400e103c bd386021 4604b538 460d4608 ec72f7fc
I/DEBUG ( 170): 400e104c 46284601 fefcf7ff 46056823 f1a3b113
I/DEBUG ( 170): 400e105c e0000010 21004618 fcb4f7ff b92d6025
I/DEBUG ( 170): 400e106c feaaf7ff f06f6020 bd38000b bd382000
I/DEBUG ( 170): 400e107c 4604b538 46114608 fee2f7ff 46056823
I/DEBUG ( 170): 400e108c f1a3b113 e0000010 21004618 fc9af7ff
I/DEBUG ( 170): 400e109c b92d6025 fe90f7ff f06f6020 bd38000b
I/DEBUG ( 170): 400e10ac bd382000 4604b538 46114608 feadf7ff
I/DEBUG ( 170): 400e10bc 46056823 f1a3b113 e0000010 21004618
I/DEBUG ( 170): 400e10cc fc80f7ff b92d6025 fe76f7ff f06f6020
I/DEBUG ( 170): 400e10dc bd38000b bd382000 4604b538 46114608
I/DEBUG ( 170): 400e10ec fe78f7ff 46056823 f1a3b113 e0000010
I/DEBUG ( 170): 400e10fc 21004618 fc66f7ff b92d6025 fe5cf7ff
I/DEBUG ( 170): 400e110c f06f6020 bd38000b bd382000 4605b5f8
I/DEBUG ( 170): 400e111c 4614460f feb2f7ff 4606682b f1a3b113
D/Zygote ( 1896): Process 1993 terminated by signal (11)
I/Zygote ( 1896): Exit zygote because system server (1993) has terminated
I/ServiceManager( 166): service 'media.audio_flinger' died
I/ServiceManager( 166): service 'media.player' died
I/ServiceManager( 166): service 'media.camera' died
I/Netd ( 2007): Netd 1.0 starting
W/InterfaceController( 2007): Warning (dlopen failed: library "/system/lib/libnetcmdiface.so" not found) while opening the net interface command library
I/mediaserver( 2006): ServiceManager: 0xb726e220
I/AudioFlinger( 2006): Using default 3000 mSec as standby time.
I/CameraService( 2006): CameraService started (pid=2006)
I/CameraService( 2006): Loaded "Qcamera" camera module
I/QCameraHAL( 2006): Handle base =0x0xb6424064
I/QCameraHAL( 2006): getCameraInfo: numOfCameras = 2
I/QCameraHAL( 2006): Handle [0]=0x0xb6424064
I/QCameraHAL( 2006): Camera sensor 0 info:
I/QCameraHAL( 2006): camera_id: 0
I/QCameraHAL( 2006): modes_supported: 1
I/QCameraHAL( 2006): position: 0
I/QCameraHAL( 2006): sensor_mount_angle: 90
I/QCameraHAL( 2006): Handle [1]=0x0xb64240a8
I/QCameraHAL( 2006): Camera sensor 1 info:
I/QCameraHAL( 2006): camera_id: 1
I/QCameraHAL( 2006): modes_supported: 1
I/QCameraHAL( 2006): position: 1
I/QCameraHAL( 2006): sensor_mount_angle: 270
I/AudioPolicyManagerBase( 2006): loadAudioPolicyConfig() loaded /system/etc/audio_policy.conf
D/audio_hw_primary( 2006): adev_open: enter
D/ACDB-LOADER( 2006): ACDB -> ACDB_CMD_INITIALIZE
E/ ( 2006): [ACDB RTC]->rtc init done!->result [0]
D/Diag_Lib( 2006): actp_diag_init: call diag init function with B61DA209
E/Diag_Lib( 2006): Diag_LSM_Init: Failed to open handle to diag driver, error = 13
E/Diag_Lib( 2006): actp_diag_init: diag init failed
E/ ( 2006): [ACDB ACPH]->actp diag init done!
D/ACDB-LOADER( 2006): No existing ION info in ACDB driver
D/ACDB-LOADER( 2006): ACDB -> ION_IOC_ALLOC
D/ACDB-LOADER( 2006): ACDB -> ION_IOC_SHARE
D/ACDB-LOADER( 2006): ACDB -> MMAP ADDR
D/ACDB-LOADER( 2006): ACDB -> register MEM to ACDB driver: 0xb5fe0000
D/ACDB-LOADER( 2006): ACDB -> send_asm_topology
D/ACDB-LOADER( 2006): ACDB -> ACDB_CMD_GET_AUDPROC_STREAM_TOPOLOGY_ID
D/ACDB-LOADER( 2006): send mbhc data
D/ACDB-LOADER( 2006): send tabla anc data
D/ACDB-LOADER( 2006): ACDB -> ACDB_CMD_GET_ANC_SETTING
D/ACDB-LOADER( 2006): done with conversion, anc config size is 148
D/ACDB-LOADER( 2006): ACDB -> ACDB_CMD_GET_ANC_SETTING
D/ACDB-LOADER( 2006): done with conversion, anc config size is 148
D/ACDB-LOADER( 2006): ACDB -> ACDB_CMD_GET_ANC_SETTING
D/ACDB-LOADER( 2006): done with conversion, anc config size is 148
D/ACDB-LOADER( 2006): ACDB -> ACDB_CMD_GET_ANC_SETTING
D/ACDB-LOADER( 2006): done with conversion, anc config size is 148
D/ACDB-LOADER( 2006): ACDB -> ACDB_CMD_GET_ANC_SETTING
D/ACDB-LOADER( 2006): done with conversion, anc config size is 74
D/ACDB-LOADER( 2006): ACDB -> ACDB_CMD_GET_ANC_SETTING
D/ACDB-LOADER( 2006): done with conversion, anc config size is 74
D/ACDB-LOADER( 2006): ACDB -> init done!
D/ ( 2006): csd_client_init
E/ ( 2006): csd_client_service_init: Invalid rx device 0, setting to handset
E/ ( 2006): csd_client_service_init: Invalid tx device 0, setting to handset
E/QMI_FW ( 2006): xport_open: socket creation failed - 1
E/Diag_Lib( 2006): Diag_LSM_Init: Failed to open handle to diag driver, error = 13
E/QMI_FW ( 2006): QMUXD: Service_id=20 not found over conn_id=0
E/QMI_FW ( 2006): QMUXD: Service_id=20 not found over conn_id=0
E/QMI_FW ( 2006): QMUXD: Service_id=20 not found over conn_id=0
E/QMI_FW ( 2006): QMUXD: Service_id=20 not found over conn_id=0
E/QMI_FW ( 2006): QMUXD: Service_id=20 not found over conn_id=0
D/audio_hw_primary( 2006): adev_open: exit
I/AudioFlinger( 2006): loadHwModule() Loaded primary audio interface from QCOM Audio HAL (audio) handle 1
D/audio_hw_primary( 2006): adev_open_output_stream: enter: sample_rate(44100) channel_mask(0x3) devices(0x2) flags(0x2)
D/audio_hw_primary( 2006): adev_open_output_stream: exit
I/AudioFlinger( 2006): HAL output buffer size 240 frames, normal mix buffer size 960 frames
V/Virtualizerglue( 2006): EffectGetDescriptor
V/Virtualizerglue( 2006): headphone-only virtualizer requested
V/Virtualizerglue( 2006): EffectGetDescriptor
V/Virtualizerglue( 2006): headphone-only downmixer requested
I/AudioMixer( 2006): found effect "Downmixer" from Fraunhofer IIS
E/MonoPipe( 2006): Failed to fetch local time frequency when constructing a MonoPipe (res = -32). getNextWriteTimestamp calls will be non-functional
D/AndroidRuntime( 2130):
D/AndroidRuntime( 2130): >>>>>> AndroidRuntime START com.android.internal.os.ZygoteInit <<<<<<
D/AndroidRuntime( 2130): CheckJNI is OFF
D/dalvikvm( 2130): Trying to load lib libjavacore.so 0x0
D/dalvikvm( 2130): Added shared lib libjavacore.so 0x0
D/dalvikvm( 2130): Trying to load lib libnativehelper.so 0x0
D/dalvikvm( 2130): Added shared lib libnativehelper.so 0x0
W/dalvikvm( 2130): PR_SET_NO_NEW_PRIVS failed. Is your kernel compiled correctly?: Invalid argument
I/SamplingProfilerIntegration( 2130): Profiling disabled.
I/Zygote ( 2130): Preloading classes...
D/dalvikvm( 2130): GC_EXPLICIT freed 36K, 9% free 436K/476K, paused 0ms+0ms, total 2ms
D/dalvikvm( 2130): GC_EXPLICIT freed 4K, 4% free 507K/528K, paused 1ms+0ms, total 2ms
D/dalvikvm( 2130): Note: class Landroid/app/ActivityManagerNative; has 163 unimplemented (abstract) methods
D/dalvikvm( 2130): WAIT_FOR_CONCURRENT_GC blocked 1ms
D/dalvikvm( 2130): GC_EXPLICIT freed 22K, 5% free 538K/564K, paused 0ms+0ms, total 6ms
...
D/dalvikvm( 2130): GC_EXPLICIT freed 81K, 11% free 798K/888K, paused 0ms+0ms, total 3ms
D/dalvikvm( 2130): GC_EXPLICIT freed 29K, 8% free 825K/888K, paused 0ms+0ms, total 3ms
D/TextLayoutCache( 2130): Using debug level = 0 - Debug Enabled = 0
I/dalvikvm( 2130): threadid=1: recursive native library load attempt (/system/lib/libmedia_jni.so)
D/MtpDeviceJNI( 2130): register_android_mtp_MtpDevice
I/dalvikvm( 2130): threadid=1: recursive native library load attempt (/system/lib/libmedia_jni.so)
I/dalvikvm( 2130): threadid=1: recursive native library load attempt (/system/lib/libmedia_jni.so)
I/dalvikvm( 2130): threadid=1: recursive native library load attempt (/system/lib/libmedia_jni.so)
D/dalvikvm( 2130): GC_EXPLICIT freed 25K, 4% free 857K/888K, paused 1ms+0ms, total 4ms
D/dalvikvm( 2130): GC_EXPLICIT freed 26K, 4% free 895K/924K, paused 0ms+0ms, total 4ms
D/MDnsDS ( 2007): MDnsSdListener::Hander starting up
D/MDnsDS ( 2007): MDnsSdListener starting to monitor
D/MDnsDS ( 2007): Going to poll with pollCount 1
D/dalvikvm( 2130): WAIT_FOR_CONCURRENT_GC blocked 1ms
I/dalvikvm( 2130): threadid=1: recursive native library load attempt (/system/lib/libwebcore.so)
D/dalvikvm( 2130): No JNI_OnLoad found in /system/lib/libchromium_net.so 0x0, skipping init
D/dalvikvm( 2130): GC_EXPLICIT freed 20K, 2% free 1919K/1944K, paused 1ms+0ms, total 11ms
...
D/dalvikvm( 2130): GC_EXPLICIT freed 37K, 2% free 2154K/2196K, paused 1ms+1ms, total 12ms
I/System ( 2130): Loaded time zone names for "" in 64ms (60ms in ICU)
I/System ( 2130): Loaded time zone names for "en_US" in 44ms (38ms in ICU)
I/System ( 2130): Loaded time zone names for "zh_CN" in 51ms (45ms in ICU)
D/dalvikvm( 2130): GC_EXPLICIT freed 208K, 9% free 2293K/2504K, paused 1ms+1ms, total 14ms
D/dalvikvm( 2130): GC_EXPLICIT freed 33K, 2% free 2475K/2512K, paused 1ms+1ms, total 13ms
I/Zygote ( 2130): ...preloaded 2879 classes in 1276ms.
D/dalvikvm( 2130): GC_EXPLICIT freed 23K, 2% free 2491K/2520K, paused 1ms+1ms, total 14ms
I/Zygote ( 2130): Preloading resources...
D/dalvikvm( 2130): GC_EXPLICIT freed <1K, 1% free 2559K/2584K, paused 1ms+2ms, total 14ms
D/dalvikvm( 2130): GC_EXPLICIT freed 1K, 2% free 2609K/2644K, paused 1ms+1ms, total 14ms
...
I/Zygote ( 2130): ...preloaded 274 resources in 1253ms.
D/dalvikvm( 2130): GC_EXPLICIT freed 12K, 1% free 8923K/8940K, paused 1ms+2ms, total 17ms
I/Zygote ( 2130): ...preloaded 31 resources in 25ms.
I/dalvikvm( 2130): System server process 2241 has been created
I/Zygote ( 2130): Accepting command socket connections
I/sysproc ( 2241): Entered system_init()
I/sysproc ( 2241): ServiceManager: 0x70ae4ea0
D/SensorService( 2241): nuSensorService starting...
E/qcom_sensors_hal( 2241): hal_process_single_sensor_info_resp: Error: 1
E/qcom_sensors_hal( 2241): _hal_sensors_get_sensors_list: Error: No sensors found: Er: 1
F/libc ( 2241): Fatal signal 11 (SIGSEGV) at 0x00000000 (code=1), thread 2241 (system_server)
Log continued
I/DEBUG ( 170): *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** ***
I/DEBUG ( 170): Build fingerprint: 'google/occam/mako:4.3/JWR66V/737497:user/release-keys'
I/DEBUG ( 170): Revision: '11'
I/DEBUG ( 170): pid: 2241, tid: 2241, name: system_server >>> system_server <<<
I/DEBUG ( 170): signal 11 (SIGSEGV), code 1 (SEGV_MAPERR), fault addr 00000000
I/DEBUG ( 170): r0 00000000 r1 00000000 r2 80808080 r3 00000000
I/DEBUG ( 170): r4 70af93d0 r5 00000000 r6 70af93d4 r7 7209e014
I/DEBUG ( 170): r8 7209e018 r9 0000000b sl 00000000 fp 00000044
I/DEBUG ( 170): ip 4018fe98 sp beb724a0 lr 4018604d pc 4011f21c cpsr 600f0010
I/DEBUG ( 170): d0 0000000000000000 d1 0000000000000000
I/DEBUG ( 170): d2 0000000000000000 d3 0000000000000000
I/DEBUG ( 170): d4 3f0000003f800000 d5 4083333340666666
I/DEBUG ( 170): d6 3f80000043480000 d7 3f8000003f000000
I/DEBUG ( 170): d8 0000000000000000 d9 0000000000000000
I/DEBUG ( 170): d10 0000000000000000 d11 0000000000000000
I/DEBUG ( 170): d12 0000000000000000 d13 0000000000000000
I/DEBUG ( 170): d14 0000000000000000 d15 0000000000000000
I/DEBUG ( 170): d16 3fe99999a0000000 d17 3fc999999999999a
I/DEBUG ( 170): d18 0000000000000000 d19 0000000000000000
I/DEBUG ( 170): d20 0000000000000000 d21 0000000000000000
I/DEBUG ( 170): d22 0000000000000000 d23 0000000000000000
I/DEBUG ( 170): d24 0000000000000000 d25 00bc800000b98000
I/DEBUG ( 170): d26 0000000000000000 d27 0000000000000000
I/DEBUG ( 170): d28 0707070703030303 d29 0003000000030000
I/DEBUG ( 170): d30 0001000000010000 d31 0001000000010000
I/DEBUG ( 170): scr 20000010
I/DEBUG ( 170):
I/DEBUG ( 170): backtrace:
I/DEBUG ( 170): #00 pc 0001e21c /system/lib/libc.so (strlen+72)
I/DEBUG ( 170): #01 pc 00010049 /system/lib/libutils.so (android::String8::setTo(char const*)+8)
I/DEBUG ( 170): #02 pc 000254eb /system/lib/libgui.so (android::Sensor::Sensor(sensor_t const*)+22)
I/DEBUG ( 170): #03 pc 0000f199 /system/lib/libsensorservice.so (android::HardwareSensor::HardwareSensor(sensor_t const&)+68)
I/DEBUG ( 170): #04 pc 00010189 /system/lib/libsensorservice.so (android::SensorService:nFirstRef()+104)
I/DEBUG ( 170): #05 pc 0000f779 /system/lib/libutils.so (android::RefBase::incStrong(void const*) const+38)
I/DEBUG ( 170): #06 pc 0000121b /system/lib/libsystem_server.so
I/DEBUG ( 170): #07 pc 00001339 /system/lib/libsystem_server.so (system_init+240)
I/DEBUG ( 170): #08 pc 0001dc4c /system/lib/libdvm.so (dvmPlatformInvoke+112)
I/DEBUG ( 170): #09 pc 0004decf /system/lib/libdvm.so (dvmCallJNIMethod(unsigned int const*, JValue*, Method const*, Thread*)+398)
I/DEBUG ( 170): #10 pc 00027060 /system/lib/libdvm.so
I/DEBUG ( 170): #11 pc 0002b5ec /system/lib/libdvm.so (dvmInterpret(Thread*, Method const*, JValue*)+184)
I/DEBUG ( 170): #12 pc 000601df /system/lib/libdvm.so (dvmInvokeMethod(Object*, Method const*, ArrayObject*, ArrayObject*, ClassObject*, bool)+350)
I/DEBUG ( 170): #13 pc 00067ddf /system/lib/libdvm.so
I/DEBUG ( 170): #14 pc 00027060 /system/lib/libdvm.so
I/DEBUG ( 170): #15 pc 0002b5ec /system/lib/libdvm.so (dvmInterpret(Thread*, Method const*, JValue*)+184)
I/DEBUG ( 170): #16 pc 0005ff21 /system/lib/libdvm.so (dvmCallMethodV(Thread*, Method const*, Object*, bool, JValue*, std::__va_list)+292)
I/DEBUG ( 170): #17 pc 00049b67 /system/lib/libdvm.so
I/DEBUG ( 170): #18 pc 0004b697 /system/lib/libandroid_runtime.so
I/DEBUG ( 170): #19 pc 0004c327 /system/lib/libandroid_runtime.so (android::AndroidRuntime::start(char const*, char const*)+378)
I/DEBUG ( 170): #20 pc 0000105b /system/bin/app_process
I/DEBUG ( 170): #21 pc 0000db4f /system/lib/libc.so (__libc_init+50)
I/DEBUG ( 170): #22 pc 00000d7c /system/bin/app_process
I/DEBUG ( 170):
I/DEBUG ( 170): stack:
I/DEBUG ( 170): beb72460 0000000b
I/DEBUG ( 170): beb72464 72129094 /system/lib/hw/sensors.msm8960.so
I/DEBUG ( 170): beb72468 000004e0
I/DEBUG ( 170): beb7246c 0000000b
I/DEBUG ( 170): beb72470 000004e8
I/DEBUG ( 170): beb72474 00000000
I/DEBUG ( 170): beb72478 00000030
I/DEBUG ( 170): beb7247c 00000000
I/DEBUG ( 170): beb72480 0000003b
I/DEBUG ( 170): beb72484 00000068
I/DEBUG ( 170): beb72488 70af93c8
I/DEBUG ( 170): beb7248c 4011161f /system/lib/libc.so (dlmalloc+4282)
I/DEBUG ( 170): beb72490 00000010
I/DEBUG ( 170): beb72494 000004d0
I/DEBUG ( 170): beb72498 df0027ad
I/DEBUG ( 170): beb7249c 00000000
I/DEBUG ( 170): #00 beb724a0 00000000
I/DEBUG ( 170): ........ ........
I/DEBUG ( 170): #01 beb724a0 00000000
I/DEBUG ( 170): beb724a4 70af93d0
I/DEBUG ( 170): beb724a8 721290b8 /system/lib/hw/sensors.msm8960.so
I/DEBUG ( 170): beb724ac 406624ef /system/lib/libgui.so (android::Sensor::Sensor(sensor_t const*)+26)
I/DEBUG ( 170): #02 beb724b0 70af93c8
I/DEBUG ( 170): beb724b4 70af9378
I/DEBUG ( 170): beb724b8 721290b8 /system/lib/hw/sensors.msm8960.so
I/DEBUG ( 170): beb724bc 7209819d /system/lib/libsensorservice.so (android::HardwareSensor::HardwareSensor(sensor_t const&)+72)
I/DEBUG ( 170):
I/DEBUG ( 170): memory near r2:
I/DEBUG ( 170): 80808060 ffffffff ffffffff ffffffff ffffffff
I/DEBUG ( 170): 80808070 ffffffff ffffffff ffffffff ffffffff
I/DEBUG ( 170): 80808080 ffffffff ffffffff ffffffff ffffffff
I/DEBUG ( 170): 80808090 ffffffff ffffffff ffffffff ffffffff
I/DEBUG ( 170): 808080a0 ffffffff ffffffff ffffffff ffffffff
I/DEBUG ( 170): 808080b0 ffffffff ffffffff ffffffff ffffffff
I/DEBUG ( 170): 808080c0 ffffffff ffffffff ffffffff ffffffff
I/DEBUG ( 170): 808080d0 ffffffff ffffffff ffffffff ffffffff
I/DEBUG ( 170): 808080e0 ffffffff ffffffff ffffffff ffffffff
I/DEBUG ( 170): 808080f0 ffffffff ffffffff ffffffff ffffffff
I/DEBUG ( 170): 80808100 ffffffff ffffffff ffffffff ffffffff
I/DEBUG ( 170): 80808110 ffffffff ffffffff ffffffff ffffffff
I/DEBUG ( 170): 80808120 ffffffff ffffffff ffffffff ffffffff
I/DEBUG ( 170): 80808130 ffffffff ffffffff ffffffff ffffffff
I/DEBUG ( 170): 80808140 ffffffff ffffffff ffffffff ffffffff
I/DEBUG ( 170): 80808150 ffffffff ffffffff ffffffff ffffffff
I/DEBUG ( 170):
I/DEBUG ( 170): memory near r4:
I/DEBUG ( 170): 70af93b0 00000010 00676e70 00000000 00000000
I/DEBUG ( 170): 70af93c0 00000000 0000003b 7209cad0 70af9378
I/DEBUG ( 170): 70af93d0 416ac030 416ac030 2f6d6574 6d617266
I/DEBUG ( 170): 70af93e0 726f7765 72662f6b 77656d61 2d6b726f
I/DEBUG ( 170): 70af93f0 2e736572 3a6b7061 7365722f 00000031
I/DEBUG ( 170): 70af9400 6c626177 68782d65 2f697064 7473696c
I/DEBUG ( 170): 70af9410 7669645f 72656469 6c6f685f 61645f6f
I/DEBUG ( 170): 70af9420 392e6b72 676e702e 00000030 00000032
I/DEBUG ( 170): 70af9430 00000000 70af9460 00000000 00000001
I/DEBUG ( 170): 70af9440 41ecd6f0 00000000 00000008 00000002
I/DEBUG ( 170): 70af9450 00000002 00040006 2a2a2a2a 00000053
I/DEBUG ( 170): 70af9460 402833c0 00000001 404e5718 41ecd6f0
I/DEBUG ( 170): 70af9470 00000000 075bcd15 00000000 404b1050
I/DEBUG ( 170): 70af9480 1a2f0101 41ecd6f0 00000010 00000000
I/DEBUG ( 170): 70af9490 2a2a2a01 416b1c80 2a2a2a01 b200002d
I/DEBUG ( 170): 70af94a0 2a003100 00000000 2a2a2a2a 000000ab
I/DEBUG ( 170):
I/DEBUG ( 170): memory near r6:
I/DEBUG ( 170): 70af93b4 00676e70 00000000 00000000 00000000
I/DEBUG ( 170): 70af93c4 0000003b 7209cad0 70af9378 416ac030
I/DEBUG ( 170): 70af93d4 416ac030 2f6d6574 6d617266 726f7765
I/DEBUG ( 170): 70af93e4 72662f6b 77656d61 2d6b726f 2e736572
I/DEBUG ( 170): 70af93f4 3a6b7061 7365722f 00000031 6c626177
I/DEBUG ( 170): 70af9404 68782d65 2f697064 7473696c 7669645f
I/DEBUG ( 170): 70af9414 72656469 6c6f685f 61645f6f 392e6b72
I/DEBUG ( 170): 70af9424 676e702e 00000030 00000032 00000000
I/DEBUG ( 170): 70af9434 70af9460 00000000 00000001 41ecd6f0
I/DEBUG ( 170): 70af9444 00000000 00000008 00000002 00000002
I/DEBUG ( 170): 70af9454 00040006 2a2a2a2a 00000053 402833c0
I/DEBUG ( 170): 70af9464 00000001 404e5718 41ecd6f0 00000000
I/DEBUG ( 170): 70af9474 075bcd15 00000000 404b1050 1a2f0101
I/DEBUG ( 170): 70af9484 41ecd6f0 00000010 00000000 2a2a2a01
I/DEBUG ( 170): 70af9494 416b1c80 2a2a2a01 b200002d 2a003100
I/DEBUG ( 170): 70af94a4 00000000 2a2a2a2a 000000ab 70af8138
I/DEBUG ( 170):
I/DEBUG ( 170): memory near r7:
I/DEBUG ( 170): 7209dff4 4018789d 40187ae5 40187ad9 7209e000
I/DEBUG ( 170): 7209e004 7209aac6 00000000 00000000 70afe788
I/DEBUG ( 170): 7209e014 70af9378 00000000 00000000 00000000
I/DEBUG ( 170): 7209e024 4159f020 00000000 00000000 00000000
I/DEBUG ( 170): 7209e034 00000000 00000000 00000000 00000000
I/DEBUG ( 170): 7209e044 00000000 00000000 00000000 00000000
I/DEBUG ( 170): 7209e054 00000000 00000000 00000000 00000000
I/DEBUG ( 170): 7209e064 00000000 00000000 00000000 00000000
I/DEBUG ( 170): 7209e074 00000000 00000000 00000000 00000000
I/DEBUG ( 170): 7209e084 00000000 00000000 00000000 00000000
I/DEBUG ( 170): 7209e094 00000000 00000000 00000000 00000000
I/DEBUG ( 170): 7209e0a4 00000000 00000000 00000000 00000000
I/DEBUG ( 170): 7209e0b4 00000000 00000000 00000000 00000000
I/DEBUG ( 170): 7209e0c4 00000000 00000000 00000000 00000000
I/DEBUG ( 170): 7209e0d4 00000000 00000000 00000000 00000000
I/DEBUG ( 170): 7209e0e4 00000000 00000000 00000000 00000000
I/DEBUG ( 170):
I/DEBUG ( 170): memory near r8:
I/DEBUG ( 170): 7209dff8 40187ae5 40187ad9 7209e000 7209aac6
I/DEBUG ( 170): 7209e008 00000000 00000000 70afe788 70af9378
I/DEBUG ( 170): 7209e018 00000000 00000000 00000000 4159f020
I/DEBUG ( 170): 7209e028 00000000 00000000 00000000 00000000
I/DEBUG ( 170): 7209e038 00000000 00000000 00000000 00000000
I/DEBUG ( 170): 7209e048 00000000 00000000 00000000 00000000
I/DEBUG ( 170): 7209e058 00000000 00000000 00000000 00000000
I/DEBUG ( 170): 7209e068 00000000 00000000 00000000 00000000
I/DEBUG ( 170): 7209e078 00000000 00000000 00000000 00000000
I/DEBUG ( 170): 7209e088 00000000 00000000 00000000 00000000
I/DEBUG ( 170): 7209e098 00000000 00000000 00000000 00000000
I/DEBUG ( 170): 7209e0a8 00000000 00000000 00000000 00000000
I/DEBUG ( 170): 7209e0b8 00000000 00000000 00000000 00000000
I/DEBUG ( 170): 7209e0c8 00000000 00000000 00000000 00000000
I/DEBUG ( 170): 7209e0d8 00000000 00000000 00000000 00000000
I/DEBUG ( 170): 7209e0e8 00000000 00000000 00000000 00000000
I/DEBUG ( 170):
I/DEBUG ( 170): memory near ip:
I/DEBUG ( 170): 4018fe78 4010effc 4010f100 4010f488 4010e9dd
I/DEBUG ( 170): 4018fe88 400f30b9 400f30c7 400f1b1c 4010edd8
I/DEBUG ( 170): 4018fe98 4011f1d4 4011e1b4 40192291 40192415
I/DEBUG ( 170): 4018fea8 40192539 401924f5 401126a5 40122271
I/DEBUG ( 170): 4018feb8 4011489d 4011c1b8 4013a798 4012d3bf
I/DEBUG ( 170): 4018fec8 40114d75 40113bd9 40127f11 4011c238
I/DEBUG ( 170): 4018fed8 4013a7dc 401394c8 4011def1 40126299
I/DEBUG ( 170): 4018fee8 401279c1 400f1afc 400f1b3c 400f1ad4
I/DEBUG ( 170): 4018fef8 400f1b80 4011c338 40139395 40124d3d
I/DEBUG ( 170): 4018ff08 401280b9 4012805d 40127ee9 40159927
I/DEBUG ( 170): 4018ff18 40159919 401254f1 4011bca4 4012d42d
I/DEBUG ( 170): 4018ff28 4012c76d 4011c108 40127ebd 40113b35
I/DEBUG ( 170): 4018ff38 40113d31 400f2ff1 40122849 40113471
I/DEBUG ( 170): 4018ff48 40113499 401134e1 4010db04 4011348b
I/DEBUG ( 170): 4018ff58 4011bf8c 4011be6c 4010f778 400f3369
I/DEBUG ( 170): 4018ff68 401137fd 4012c5fb 4010f50c 4010f71c
I/DEBUG ( 170):
I/DEBUG ( 170): memory near sp:
I/DEBUG ( 170): beb72480 0000003b 00000068 70af93c8 4011161f
I/DEBUG ( 170): beb72490 00000010 000004d0 df0027ad 00000000
I/DEBUG ( 170): beb724a0 00000000 70af93d0 721290b8 406624ef
I/DEBUG ( 170): beb724b0 70af93c8 70af9378 721290b8 7209819d
I/DEBUG ( 170): beb724c0 70af3680 00000000 ffffffff 00000e00
I/DEBUG ( 170): beb724d0 00000000 7209918d 00000001 70af93c8
I/DEBUG ( 170): beb724e0 4014c1f4 721290b8 4018f5d8 70ae7708
I/DEBUG ( 170): beb724f0 beb72524 70ae4ea0 401d1361 00000000
I/DEBUG ( 170): beb72500 4014c1f4 4159e138 beb725ec 4018577b
I/DEBUG ( 170): beb72510 70af3680 7208621f 00000000 70ae4ea0
I/DEBUG ( 170): beb72520 70afce58 70af3684 beb72554 beb7254c
I/DEBUG ( 170): beb72530 720865e4 720865e4 401cda1d 7208633d
I/DEBUG ( 170): beb72540 409931b7 70af8138 70ae4ea0 70ae63a0
I/DEBUG ( 170): beb72550 70ae8dc0 70ae63a0 41f70031 beb725a0
I/DEBUG ( 170): beb72560 bbb47816 4159e8a8 72010c00 4096f05b
I/DEBUG ( 170): beb72570 409931e9 409d3c88 409d81a0 00000001
I/DEBUG ( 170):
I/DEBUG ( 170): code around pc:
I/DEBUG ( 170): 4011f1fc e4d3c001 e35c0000 012fff1e e3130003
I/DEBUG ( 170): 4011f20c e0610003 1afffff9 e3082080 e7df2812
I/DEBUG ( 170): 4011f21c e4931004 e0400003 f5d3f040 e041c3a2
I/DEBUG ( 170): 4011f22c e00cc002 e1dcc001 04931004 1a000022
I/DEBUG ( 170): 4011f23c e041c3a2 e00cc002 e1dcc001 04931004
I/DEBUG ( 170): 4011f24c 1a00001d e041c3a2 e00cc002 e1dcc001
I/DEBUG ( 170): 4011f25c 04931004 1a000018 e041c3a2 e00cc002
I/DEBUG ( 170): 4011f26c e1dcc001 04931004 1a000013 e041c3a2
I/DEBUG ( 170): 4011f27c e00cc002 e1dcc001 04931004 1a00000e
I/DEBUG ( 170): 4011f28c e041c3a2 e00cc002 e1dcc001 04931004
I/DEBUG ( 170): 4011f29c 1a000009 e041c3a2 e00cc002 e1dcc001
I/DEBUG ( 170): 4011f2ac 04931004 1a000004 e041c3a2 e00cc002
I/DEBUG ( 170): 4011f2bc e1dcc001 04931004 0affffd6 e0800003
I/DEBUG ( 170): 4011f2cc e31100ff 0a000005 e2800001 e3110cff
I/DEBUG ( 170): 4011f2dc 0a000002 e2800001 e31108ff 12800001
I/DEBUG ( 170): 4011f2ec e12fff1e e1a03001 eaffffc6 e12fff1e
I/DEBUG ( 170):
I/DEBUG ( 170): code around lr:
I/DEBUG ( 170): 4018602c f1a0b110 e7ff0010 f7ff2100 6829fccb
I/DEBUG ( 170): 4018603c bd386021 4604b538 460d4608 ec72f7fc
I/DEBUG ( 170): 4018604c 46284601 fefcf7ff 46056823 f1a3b113
I/DEBUG ( 170): 4018605c e0000010 21004618 fcb4f7ff b92d6025
I/DEBUG ( 170): 4018606c feaaf7ff f06f6020 bd38000b bd382000
I/DEBUG ( 170): 4018607c 4604b538 46114608 fee2f7ff 46056823
I/DEBUG ( 170): 4018608c f1a3b113 e0000010 21004618 fc9af7ff
I/DEBUG ( 170): 4018609c b92d6025 fe90f7ff f06f6020 bd38000b
I/DEBUG ( 170): 401860ac bd382000 4604b538 46114608 feadf7ff
I/DEBUG ( 170): 401860bc 46056823 f1a3b113 e0000010 21004618
I/DEBUG ( 170): 401860cc fc80f7ff b92d6025 fe76f7ff f06f6020
I/DEBUG ( 170): 401860dc bd38000b bd382000 4604b538 46114608
I/DEBUG ( 170): 401860ec fe78f7ff 46056823 f1a3b113 e0000010
I/DEBUG ( 170): 401860fc 21004618 fc66f7ff b92d6025 fe5cf7ff
I/DEBUG ( 170): 4018610c f06f6020 bd38000b bd382000 4605b5f8
I/DEBUG ( 170): 4018611c 4614460f feb2f7ff 4606682b f1a3b113
D/Zygote ( 2130): Process 2241 terminated by signal (11)
I/Zygote ( 2130): Exit zygote because system server (2241) has terminated
I/ServiceManager( 166): service 'media.audio_flinger' died
I/ServiceManager( 166): service 'media.player' died
I/ServiceManager( 166): service 'media.camera' died
I/Netd ( 2258): Netd 1.0 starting
W/InterfaceController( 2258): Warning (dlopen failed: library "/system/lib/libnetcmdiface.so" not found) while opening the net interface command library
I/mediaserver( 2257): ServiceManager: 0xb7079220
I/AudioFlinger( 2257): Using default 3000 mSec as standby time.
I/CameraService( 2257): CameraService started (pid=2257)
I/CameraService( 2257): Loaded "Qcamera" camera module
I/QCameraHAL( 2257): Handle base =0x0xb64ee064
I/QCameraHAL( 2257): getCameraInfo: numOfCameras = 2
I/QCameraHAL( 2257): Handle [0]=0x0xb64ee064
I/QCameraHAL( 2257): Camera sensor 0 info:
I/QCameraHAL( 2257): camera_id: 0
I/QCameraHAL( 2257): modes_supported: 1
I/QCameraHAL( 2257): position: 0
I/QCameraHAL( 2257): sensor_mount_angle: 90
I/QCameraHAL( 2257): Handle [1]=0x0xb64ee0a8
I/QCameraHAL( 2257): Camera sensor 1 info:
I/QCameraHAL( 2257): camera_id: 1
I/QCameraHAL( 2257): modes_supported: 1
I/QCameraHAL( 2257): position: 1
I/QCameraHAL( 2257): sensor_mount_angle: 270
I/AudioPolicyManagerBase( 2257): loadAudioPolicyConfig() loaded /system/etc/audio_policy.conf
D/audio_hw_primary( 2257): adev_open: enter
D/ACDB-LOADER( 2257): ACDB -> ACDB_CMD_INITIALIZE
E/ ( 2257): [ACDB RTC]->rtc init done!->result [0]
D/Diag_Lib( 2257): actp_diag_init: call diag init function with B62A4209
E/Diag_Lib( 2257): Diag_LSM_Init: Failed to open handle to diag driver, error = 13
E/Diag_Lib( 2257): actp_diag_init: diag init failed
E/ ( 2257): [ACDB ACPH]->actp diag init done!
D/ACDB-LOADER( 2257): No existing ION info in ACDB driver
D/ACDB-LOADER( 2257): ACDB -> ION_IOC_ALLOC
D/ACDB-LOADER( 2257): ACDB -> ION_IOC_SHARE
D/ACDB-LOADER( 2257): ACDB -> MMAP ADDR
D/ACDB-LOADER( 2257): ACDB -> register MEM to ACDB driver: 0xb60aa000
D/ACDB-LOADER( 2257): ACDB -> send_asm_topology
D/ACDB-LOADER( 2257): ACDB -> ACDB_CMD_GET_AUDPROC_STREAM_TOPOLOGY_ID
D/ACDB-LOADER( 2257): send mbhc data
D/ACDB-LOADER( 2257): send tabla anc data
D/ACDB-LOADER( 2257): ACDB -> ACDB_CMD_GET_ANC_SETTING
D/ACDB-LOADER( 2257): done with conversion, anc config size is 148
D/ACDB-LOADER( 2257): ACDB -> ACDB_CMD_GET_ANC_SETTING
D/ACDB-LOADER( 2257): done with conversion, anc config size is 148
D/ACDB-LOADER( 2257): ACDB -> ACDB_CMD_GET_ANC_SETTING
D/ACDB-LOADER( 2257): done with conversion, anc config size is 148
D/ACDB-LOADER( 2257): ACDB -> ACDB_CMD_GET_ANC_SETTING
D/ACDB-LOADER( 2257): done with conversion, anc config size is 148
D/ACDB-LOADER( 2257): ACDB -> ACDB_CMD_GET_ANC_SETTING
D/ACDB-LOADER( 2257): done with conversion, anc config size is 74
D/ACDB-LOADER( 2257): ACDB -> ACDB_CMD_GET_ANC_SETTING
D/ACDB-LOADER( 2257): done with conversion, anc config size is 74
D/ACDB-LOADER( 2257): ACDB -> init done!
D/ ( 2257): csd_client_init
E/ ( 2257): csd_client_service_init: Invalid rx device 0, setting to handset
E/ ( 2257): csd_client_service_init: Invalid tx device 0, setting to handset
E/QMI_FW ( 2257): xport_open: socket creation failed - 1
E/Diag_Lib( 2257): Diag_LSM_Init: Failed to open handle to diag driver, error = 13
E/QMI_FW ( 2257): QMUXD: Service_id=20 not found over conn_id=0
E/QMI_FW ( 2257): QMUXD: Service_id=20 not found over conn_id=0
E/QMI_FW ( 2257): QMUXD: Service_id=20 not found over conn_id=0
E/QMI_FW ( 2257): QMUXD: Service_id=20 not found over conn_id=0
E/QMI_FW ( 2257): QMUXD: Service_id=20 not found over conn_id=0
D/audio_hw_primary( 2257): adev_open: exit
I/AudioFlinger( 2257): loadHwModule() Loaded primary audio interface from QCOM Audio HAL (audio) handle 1
D/audio_hw_primary( 2257): adev_open_output_stream: enter: sample_rate(44100) channel_mask(0x3) devices(0x2) flags(0x2)
D/audio_hw_primary( 2257): adev_open_output_stream: exit
I/AudioFlinger( 2257): HAL output buffer size 240 frames, normal mix buffer size 960 frames
V/Virtualizerglue( 2257): EffectGetDescriptor
V/Virtualizerglue( 2257): headphone-only virtualizer requested
V/Virtualizerglue( 2257): EffectGetDescriptor
V/Virtualizerglue( 2257): headphone-only downmixer requested
I/AudioMixer( 2257): found effect "Downmixer" from Fraunhofer IIS
E/MonoPipe( 2257): Failed to fetch local time frequency when constructing a MonoPipe (res = -32). getNextWriteTimestamp calls will be non-functional
D/AndroidRuntime( 2381):
D/AndroidRuntime( 2381): >>>>>> AndroidRuntime START com.android.internal.os.ZygoteInit <<<<<<
D/AndroidRuntime( 2381): CheckJNI is OFF
D/dalvikvm( 2381): Trying to load lib libjavacore.so 0x0
D/dalvikvm( 2381): Added shared lib libjavacore.so 0x0
D/dalvikvm( 2381): Trying to load lib libnativehelper.so 0x0
D/dalvikvm( 2381): Added shared lib libnativehelper.so 0x0
W/dalvikvm( 2381): PR_SET_NO_NEW_PRIVS failed. Is your kernel compiled correctly?: Invalid argument
I/SamplingProfilerIntegration( 2381): Profiling disabled.
I/Zygote ( 2381): Preloading classes...
D/dalvikvm( 2381): GC_EXPLICIT freed 36K, 9% free 436K/476K, paused 0ms+0ms, total 2ms
D/dalvikvm( 2381): GC_EXPLICIT freed 4K, 4% free 507K/528K, paused 0ms+0ms, total 2ms
D/dalvikvm( 2381): Note: class Landroid/app/ActivityManagerNative; has 163 unimplemented (abstract) methods
Worked for me as well
Thanks for pointing me to this. Ran exactly as the video shows and my phone is back in action. After watching it complete the required steps, I still do not understand what it did differently. Maybe something with the user data at the end.
It works!! Thanks!
If I do "download" and then " flash google factory image" does it flash userdata.img or not? In other words does it wipe usedata or not?
Thanks
thricemin said:
I thinking about flashing a custom rom of 4.4. Nexus 4 users got robbed on some things. Sure they are small cosmetics like transparent bars and the google launcher but still, not cool.
Click to expand...
Click to collapse
The Google launcher can be flashed on its own. I don't remember exactly what site had it but I did a search for Google Experience Launcher apk and got the file. Downloaded the apk file to my computer then copied it to my phone and used Astro File Manager app to find and install the file on my phone, no command window needed with that app.
yup it does wipe ur data.. n adds the User data whch is included in the factory image
Sent from my Nexus 4 using xda app-developers app
Great news buddy... btw Give me thanks n share my video aswell
Sent from my Nexus 4 using xda app-developers app
Where is the Factory Image stored that you say to copy and paste in Nexus 4 folder on your video?
@lennyboi77 Firstly when you enter number 12 for selecting Nexus 4 as ur device... then a screen opens for updating jst press no.. after doing that another screen would open.. that would hav all the build numbers of Nexus 4... MAIN PART STARTS let that toolkit remain open.. and then go to the directory where your toolkit has been saved (Example mine is saved in C folder)... And that folders name would be unified_android_toolkit .. double click on it n open it... and there would be several folders.. including (Put_google_factory_image_)here double click it and there would be a Nexus 4 folder paste the Factort Image inside the Nexus 4 folder... And thats it.. jst head back to the toolkit and continue the steps...
Sent from my Nexus 4 using xda app-developers app b
hi i'm having real problems, I got part way through flashing but then it said failed. My computer won't now recognize device I had installed drivers. Can you help please?
install universal usb driver....
Sent from my Nexus 4 using xda app-developers app
yes I had done that but now pc doesnt recognise even when I click to fix driver issue
lennyboi77 said:
yes I had done that but now pc doesnt recognise even when I click to fix driver issue
Click to expand...
Click to collapse
Hello, im new here and first i need to say is sorry if my english is not good enought.
Now, i try to help you.
Can you see your Nexus 4 device on Windows device manager?
If you see it, reinstall it manually. Yesterday i recover my Nexus 4 after update it with flashboot using Android 4.4 factory image. But you problem with the driver happened to me. When I tried to install it, my PC didnt recongnize my device, so I reinstall the usb driver manually on device manager.
Another thing you can try is using a diffferent USB port.
I have Nexus 4 with root, kitkat 4.4 and TWRP.
I hope this help!
When you say reinstall it manually do I check online for update in options? Thanks for help
do u hav the adb & fastboot drivers installed?? cuz they make the most issues!!
Sent from my Nexus 4 using xda app-developers app

[Q] hardware video decoder broken?

I encountered a strange bug. I've been using SlimKat rom and noticed my video files are not playing. Every media player i've tried (including stock) reported "can't play this video". Although SW mode in mx player worked well. I've tried flashing another rom and kernel (semaphore and PAC rom), wiping everything I can (sd card and system, caches) but still no luck. Neither 480p nor 720p recordings didn't play. I used logcat to catch the error and I've got this. Looks like memory failure. What do you suggest?
Code:
I/ActivityManager( 642): START u0 {act=android.intent.action.VIEW dat=content://media/external/video/media/37 typ=video/* cmp=android/com.android.internal.app.ResolverActivity (has extras)} from pid 2070
D/Sensors ( 642): Smb380Sensor::~setDelay(0, 66667000)
D/AudioHardware( 4966): AudioHardware pcm playback is going to standby.
V/AudioHardware( 4966): closeMixer_l() mMixerOpenCnt: 1
D/AudioHardware( 4966): closePcmOut_l() mPcmOpenCnt: 1
W/GraphicBufferMapper( 6349): registerBuffer(0x52a46ac8) failed -22 (Invalid argument)
E/GraphicBuffer( 6349): unflatten: registerBuffer failed: Invalid argument (-22)
I/ActivityManager( 642): Displayed android/com.android.internal.app.ResolverActivity: +520ms
I/Timeline( 6349): Timeline: Activity_idle id: [email protected] time:3425283
I/Timeline( 642): Timeline: Activity_windows_visible id: ActivityRecord{421f5fc0 u0 android/com.android.internal.app.ResolverActivity t30} time:3425384
V/StateManager( 2070): saveState
V/StateManager( 2070): saveState class com.android.gallery3d.app.AlbumSetPage
V/StateManager( 2070): saveState class com.android.gallery3d.app.AlbumPage
V/StateManager( 2070): saveState class com.android.gallery3d.app.SinglePhotoPage
W/AudioTrack( 642): AUDIO_OUTPUT_FLAG_FAST denied by client due to mismatching sample rate (48000 vs 44100)
D/AudioHardware( 4966): AudioHardware pcm playback is exiting standby.
V/AudioHardware( 4966): open pcm_out driver
D/AudioHardware( 4966): openPcmOut_l() mPcmOpenCnt: 0
I/PackageManager( 642): Action: "android.intent.action.VIEW"
I/PackageManager( 642): Category: "android.intent.category.DEFAULT"
I/PackageManager( 642): Type: "video"
I/PackageManager( 642): mPriority=0, mHasPartialTypes=true
I/PackageManager( 642): Adding preferred activity ComponentInfo{com.android.gallery3d/com.android.gallery3d.app.MovieActivity} for user 0 :
V/AudioHardware( 4966): openMixer_l() mMixerOpenCnt: 0
V/AudioHardware( 4966): open playback normal
V/AudioHardware( 4966): write() wakeup setting route SPK
I/Timeline( 6349): Timeline: Activity_launch_request id:com.android.gallery3d time:3426559
I/ActivityManager( 642): START u0 {act=android.intent.action.VIEW dat=content://media/external/video/media/37 typ=video/* flg=0x3000000 cmp=com.android.gallery3d/.app.MovieActivity (has extras)} from pid 6349
I/MediaFocusControl( 642): AudioFocus requestAudioFocus() from [email protected]
I/ActivityManager( 642): Displayed com.android.gallery3d/.app.MovieActivity: +325ms
I/Timeline( 2070): Timeline: Activity_idle id: [email protected] time:3427032
I/Timeline( 642): Timeline: Activity_windows_visible id: ActivityRecord{424644b0 u0 com.android.gallery3d/.app.MovieActivity t30} time:3427150
D/AwesomePlayer( 4966): Before reset_l
D/AwesomePlayer( 4966): printFileName fd(29) -> /storage/sdcard0/DCIM/Camera/VID_20150202_002149.mp4
I/OMXCodec( 4966): [OMX.SEC.AVC.Decoder] AVC profile = 66 (Baseline), level = 31
I/OMXCodec( 4966): [OMX.SEC.AVC.Decoder] video dimensions are 1280 x 720
I/OMXCodec( 4966): [OMX.SEC.AVC.Decoder] allocating 5 buffers of size 1382400 on input port
I/OMXCodec( 4966): [OMX.SEC.AVC.Decoder] allocated buffer 0x414a9008 on input port
I/OMXCodec( 4966): [OMX.SEC.AVC.Decoder] allocated buffer 0x41416108 on input port
I/OMXCodec( 4966): [OMX.SEC.AVC.Decoder] allocated buffer 0x414161d8 on input port
I/OMXCodec( 4966): [OMX.SEC.AVC.Decoder] allocated buffer 0x414162a8 on input port
I/OMXCodec( 4966): [OMX.SEC.AVC.Decoder] allocated buffer 0x41416378 on input port
I/ActivityManager( 642): Process com.google.android.talk (pid 5549) has died.
F/ActivityManager( 642): Service ServiceRecord{42a200c0 u0 com.google.android.talk/com.google.android.libraries.hangouts.video.CallService} in process ProcessRecord{420a2248 5549:com.google.android.talk/u0a58} not same as in map: null
I/OMXCodec( 4966): Codec outputs at different sampling rate than what the input stream contains (contains data at 16000 Hz, codec outputs 44100 Hz)
I/OMXCodec( 4966): [OMX.google.aac.decoder] allocating 4 buffers of size 8192 on input port
I/OMXCodec( 4966): [OMX.google.aac.decoder] allocated buffer 0x4149adb0 on input port
I/OMXCodec( 4966): [OMX.google.aac.decoder] allocated buffer 0x4149af78 on input port
I/OMXCodec( 4966): [OMX.google.aac.decoder] allocated buffer 0x414b1f08 on input port
I/OMXCodec( 4966): [OMX.google.aac.decoder] allocated buffer 0x40025018 on input port
I/OMXCodec( 4966): [OMX.google.aac.decoder] allocating 4 buffers of size 24576 on output port
I/OMXCodec( 4966): [OMX.google.aac.decoder] allocated buffer 0x40025188 on output port
I/OMXCodec( 4966): [OMX.google.aac.decoder] allocated buffer 0x400253a8 on output port
I/OMXCodec( 4966): [OMX.google.aac.decoder] allocated buffer 0x400254e8 on output port
I/OMXCodec( 4966): [OMX.google.aac.decoder] allocated buffer 0x40025610 on output port
D/MediaPlayer( 2070): getMetadata
I/SoftAAC2( 4966): Reconfiguring decoder: 0->16000 Hz, 0->1 channels
I/OMXNodeInstance( 4966): OMX_FreeBuffer for buffer header 0x40025188 successful
I/OMXNodeInstance( 4966): OMX_FreeBuffer for buffer header 0x400253a8 successful
I/OMXNodeInstance( 4966): OMX_FreeBuffer for buffer header 0x400254e8 successful
I/OMXNodeInstance( 4966): OMX_FreeBuffer for buffer header 0x40025610 successful
I/OMXCodec( 4966): [OMX.google.aac.decoder] allocating 4 buffers of size 24576 on output port
I/OMXCodec( 4966): [OMX.google.aac.decoder] allocated buffer 0x4002c0a0 on output port
I/OMXCodec( 4966): [OMX.google.aac.decoder] allocated buffer 0x4002c148 on output port
I/OMXCodec( 4966): [OMX.google.aac.decoder] allocated buffer 0x4002c250 on output port
I/OMXCodec( 4966): [OMX.google.aac.decoder] allocated buffer 0x4002c378 on output port
W/MediaPlayer( 2070): info/warning (3, 0)
E/AudioSink( 4966): received unknown event type: 1 inside CallbackWrapper !
F/libc ( 4966): Fatal signal 11 (SIGSEGV) at 0x45249000 (code=2), thread 6387 (TimedEventQueue)
I/DEBUG ( 279): *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** ***
I/DEBUG ( 279): Build fingerprint: 'samsung/GT-I9000/GT-I9000:2.3.5/GINGERBREAD/XXJVT:user/release-keys'
I/DEBUG ( 279): Revision: '48'
I/DEBUG ( 279): pid: 4966, tid: 6387, name: TimedEventQueue >>> /system/bin/mediaserver <<<
I/DEBUG ( 279): signal 11 (SIGSEGV), code 2 (SEGV_ACCERR), fault addr 45249000
W/NativeCrashListener( 642): Couldn't find ProcessRecord for pid 4966
I/DEBUG ( 279): r0 43d18000 r1 45245000 r2 00000500 r3 000002d0
I/DEBUG ( 279): AM write failure (32 / Broken pipe)
I/DEBUG ( 279): r4 00003fe0 r5 00000000 r6 45249000 r7 43d18100
I/DEBUG ( 279): r8 00000000 r9 41e4c618 sl 45245000 fp 45249800
I/DEBUG ( 279): ip 4524c000 sp 4545fc70 lr 4524c800 pc 41420f20 cpsr 80070010
I/DEBUG ( 279): d0 0000000000000000 d1 0000000000000000
I/DEBUG ( 279): d2 0000000000000000 d3 0000000000000000
I/DEBUG ( 279): d4 0000000000000000 d5 0000000000000000
I/DEBUG ( 279): d6 0000000000000000 d7 0000000000000000
I/DEBUG ( 279): d8 0000000000000000 d9 0000000000000000
I/DEBUG ( 279): d10 0000000000000000 d11 0000000000000000
I/DEBUG ( 279): d12 0000000000000000 d13 0000000000000000
I/DEBUG ( 279): d14 0000000000000000 d15 0000000000000000
I/DEBUG ( 279): d16 0000000000000000 d17 0000000000000000
I/DEBUG ( 279): d18 0000000000000000 d19 0000000000000000
I/DEBUG ( 279): d20 0000000000000000 d21 0000000000000000
I/DEBUG ( 279): d22 0000000000000000 d23 0000000000000000
I/DEBUG ( 279): d24 0000000000000000 d25 0000000000000000
I/DEBUG ( 279): d26 0000000000000000 d27 0000000000000000
I/DEBUG ( 279): d28 0000000000000000 d29 0000000000000000
I/DEBUG ( 279): d30 0000000000000000 d31 0000000000000000
I/DEBUG ( 279): scr 60000010
I/DEBUG ( 279):
I/DEBUG ( 279): backtrace:
I/DEBUG ( 279): #00 pc 00008f20 /system/lib/libOMX.SEC.AVC.Decoder.so
I/DEBUG ( 279): #01 pc 000027fc <unknown>
I/DEBUG ( 279):
I/DEBUG ( 279): stack:
I/DEBUG ( 279): 4545fc30 00000000
I/DEBUG ( 279): 4545fc34 00000500
I/DEBUG ( 279): 4545fc38 000002d0
I/DEBUG ( 279): 4545fc3c 4545fcc0
I/DEBUG ( 279): 4545fc40 00000002
I/DEBUG ( 279): 4545fc44 00000000
I/DEBUG ( 279): 4545fc48 402c2028 /system/lib/libui.so
I/DEBUG ( 279): 4545fc4c 00000000
I/DEBUG ( 279): 4545fc50 41416b28
I/DEBUG ( 279): 4545fc54 00000500
I/DEBUG ( 279): 4545fc58 000002d0
I/DEBUG ( 279): 4545fc5c 4545fcc0
I/DEBUG ( 279): 4545fc60 41e4c618 [heap]
I/DEBUG ( 279): 4545fc64 4141de2b /system/lib/libOMX.SEC.AVC.Decoder.so (getVADDRfromANB+42)
I/DEBUG ( 279): 4545fc68 4545fcc0
I/DEBUG ( 279): 4545fc6c 00000000
I/DEBUG ( 279): #00 4545fc70 414a89f8
I/DEBUG ( 279): ........ ........
I/DEBUG ( 279): #01 4545fc70 414a89f8
I/DEBUG ( 279): 4545fc74 00000000
I/DEBUG ( 279): 4545fc78 00000500
I/DEBUG ( 279): 4545fc7c 41e4c7c0 [heap]
I/DEBUG ( 279): 4545fc80 000002d0
I/DEBUG ( 279): 4545fc84 41e4c618 [heap]
I/DEBUG ( 279): 4545fc88 000e1000
I/DEBUG ( 279): 4545fc8c 41416b28
I/DEBUG ( 279): 4545fc90 000e1000
I/DEBUG ( 279): 4545fc94 4141bae0 /system/lib/libOMX.SEC.AVC.Decoder.so (SEC_MFC_H264_Decode+1180)
I/DEBUG ( 279): 4545fc98 41e4cdd8 [heap]
I/DEBUG ( 279): 4545fc9c 41e4cd98 [heap]
I/DEBUG ( 279): 4545fca0 000e1000
I/DEBUG ( 279): 4545fca4 000e1000
I/DEBUG ( 279): 4545fca8 43d18000 /dev/pvrsrvkm
I/DEBUG ( 279): 4545fcac 42d9a000 /dev/pvrsrvkm
I/DEBUG ( 279):
I/DEBUG ( 279): memory near r0:
I/DEBUG ( 279): 43d17fe0 00000000 00000000 00000000 00000000
I/DEBUG ( 279): 43d17ff0 00000000 00000000 00000000 00000000
I/DEBUG ( 279): 43d18000 ffffffff ffffffff ffffffff ffffffff
I/DEBUG ( 279): 43d18010 ffffffff ffffffff ffffffff ffffffff
I/DEBUG ( 279): 43d18020 ffffffff ffffffff ffffffff ffffffff
I/DEBUG ( 279): 43d18030 ffffffff ffffffff ffffffff ffffffff
I/DEBUG ( 279): 43d18040 ffffffff ffffffff ffffffff ffffffff
I/DEBUG ( 279): 43d18050 ffffffff ffffffff ffffffff ffffffff
I/DEBUG ( 279): 43d18060 ffffffff ffffffff ffffffff ffffffff
I/DEBUG ( 279): 43d18070 ffffffff ffffffff ffffffff ffffffff
I/DEBUG ( 279): 43d18080 ffffffff ffffffff ffffffff ffffffff
I/DEBUG ( 279): 43d18090 ffffffff ffffffff ffffffff ffffffff
I/DEBUG ( 279): 43d180a0 ffffffff ffffffff ffffffff ffffffff
I/DEBUG ( 279): 43d180b0 ffffffff ffffffff ffffffff ffffffff
I/DEBUG ( 279): 43d180c0 ffffffff ffffffff ffffffff ffffffff
I/DEBUG ( 279): 43d180d0 ffffffff ffffffff ffffffff ffffffff
I/DEBUG ( 279):
I/DEBUG ( 279): memory near r1:
I/DEBUG ( 279): 45244fe0 00000000 00000000 00000000 00000000
I/DEBUG ( 279): 45244ff0 00000000 00000000 00000000 00000000
I/DEBUG ( 279): 45245000 00000000 00000000 00000000 00000000
I/DEBUG ( 279): 45245010 00000000 00000000 00000000 00000000
I/DEBUG ( 279): 45245020 00000000 00000000 00000000 00000000
I/DEBUG ( 279): 45245030 00000000 00000000 00000000 00000000
I/DEBUG ( 279): 45245040 00000000 00000000 00000000 00000000
I/DEBUG ( 279): 45245050 00000000 00000000 00000000 00000000
I/DEBUG ( 279): 45245060 00000000 00000000 00000000 00000000
I/DEBUG ( 279): 45245070 00000000 00000000 00000000 00000000
I/DEBUG ( 279): 45245080 00000000 00000000 00000000 00000000
I/DEBUG ( 279): 45245090 00000000 00000000 00000000 00000000
I/DEBUG ( 279): 452450a0 00000000 00000000 00000000 00000000
I/DEBUG ( 279): 452450b0 00000000 00000000 00000000 00000000
I/DEBUG ( 279): 452450c0 00000000 00000000 00000000 00000000
I/DEBUG ( 279): 452450d0 00000000 00000000 00000000 00000000
I/DEBUG ( 279):
I/DEBUG ( 279): memory near r4:
I/DEBUG ( 279): 00003fc0 ffffffff ffffffff ffffffff ffffffff
I/DEBUG ( 279): 00003fd0 ffffffff ffffffff ffffffff ffffffff
I/DEBUG ( 279): 00003fe0 ffffffff ffffffff ffffffff ffffffff
I/DEBUG ( 279): 00003ff0 ffffffff ffffffff ffffffff ffffffff
I/DEBUG ( 279): 00004000 ffffffff ffffffff ffffffff ffffffff
I/DEBUG ( 279): 00004010 ffffffff ffffffff ffffffff ffffffff
I/DEBUG ( 279): 00004020 ffffffff ffffffff ffffffff ffffffff
I/DEBUG ( 279): 00004030 ffffffff ffffffff ffffffff ffffffff
I/DEBUG ( 279): 00004040 ffffffff ffffffff ffffffff ffffffff
I/DEBUG ( 279): 00004050 ffffffff ffffffff ffffffff ffffffff
I/DEBUG ( 279): 00004060 ffffffff ffffffff ffffffff ffffffff
I/DEBUG ( 279): 00004070 ffffffff ffffffff ffffffff ffffffff
I/DEBUG ( 279): 00004080 ffffffff ffffffff ffffffff ffffffff
I/DEBUG ( 279): 00004090 ffffffff ffffffff ffffffff ffffffff
I/DEBUG ( 279): 000040a0 ffffffff ffffffff ffffffff ffffffff
I/DEBUG ( 279): 000040b0 ffffffff ffffffff ffffffff ffffffff
I/DEBUG ( 279):
I/DEBUG ( 279): memory near r6:
I/DEBUG ( 279): 45248fe0 00000000 00000000 00000000 00000000
I/DEBUG ( 279): 45248ff0 00000000 00000000 00000000 00000000
I/DEBUG ( 279): 45249000 00000000 00000000 00000000 00000000
I/DEBUG ( 279): 45249010 00000000 00000000 00000000 00000000
I/DEBUG ( 279): 45249020 00000000 00000000 00000000 00000000
I/DEBUG ( 279): 45249030 00000000 00000000 00000000 00000000
I/DEBUG ( 279): 45249040 00000000 00000000 00000000 00000000
I/DEBUG ( 279): 45249050 00000000 00000000 00000000 00000000
I/DEBUG ( 279): 45249060 00000000 00000000 00000000 00000000
I/DEBUG ( 279): 45249070 00000000 00000000 00000000 00000000
I/DEBUG ( 279): 45249080 00000000 00000000 00000000 00000000
I/DEBUG ( 279): 45249090 00000000 00000000 00000000 00000000
I/DEBUG ( 279): 452490a0 00000000 00000000 00000000 00000000
I/DEBUG ( 279): 452490b0 00000000 00000000 00000000 00000000
I/DEBUG ( 279): 452490c0 00000000 00000000 00000000 00000000
I/DEBUG ( 279): 452490d0 00000000 00000000 00000000 00000000
I/DEBUG ( 279):
I/DEBUG ( 279): memory near r7:
I/DEBUG ( 279): 43d180e0 ffffffff ffffffff ffffffff ffffffff
I/DEBUG ( 279): 43d180f0 ffffffff ffffffff ffffffff ffffffff
I/DEBUG ( 279): 43d18100 ffffffff ffffffff ffffffff ffffffff
I/DEBUG ( 279): 43d18110 ffffffff ffffffff ffffffff ffffffff
I/DEBUG ( 279): 43d18120 ffffffff ffffffff ffffffff ffffffff
I/DEBUG ( 279): 43d18130 ffffffff ffffffff ffffffff ffffffff
I/DEBUG ( 279): 43d18140 ffffffff ffffffff ffffffff ffffffff
I/DEBUG ( 279): 43d18150 ffffffff ffffffff ffffffff ffffffff
I/DEBUG ( 279): 43d18160 ffffffff ffffffff ffffffff ffffffff
I/DEBUG ( 279): 43d18170 ffffffff ffffffff ffffffff ffffffff
I/DEBUG ( 279): 43d18180 ffffffff ffffffff ffffffff ffffffff
I/DEBUG ( 279): 43d18190 ffffffff ffffffff ffffffff ffffffff
I/DEBUG ( 279): 43d181a0 ffffffff ffffffff ffffffff ffffffff
I/DEBUG ( 279): 43d181b0 ffffffff ffffffff ffffffff ffffffff
I/DEBUG ( 279): 43d181c0 ffffffff ffffffff ffffffff ffffffff
I/DEBUG ( 279): 43d181d0 ffffffff ffffffff ffffffff ffffffff
I/DEBUG ( 279):
I/DEBUG ( 279): memory near r9:
I/DEBUG ( 279): 41e4c5f8 000691a4 00000000 00000000 00000000
I/DEBUG ( 279): 41e4c608 00000000 00000000 00000000 00000000
I/DEBUG ( 279): 41e4c618 41416b28 00151800 00000000 00000000
I/DEBUG ( 279): 41e4c628 00000000 00000000 00000010 00000000
I/DEBUG ( 279): 41e4c638 000331f8 00000000 00000000 00000000
I/DEBUG ( 279): 41e4c648 00000000 00000000 00000000 00000000
I/DEBUG ( 279): 41e4c658 00000010 00000001 00000002 00000000
I/DEBUG ( 279): 41e4c668 41e4c7c0 41416ea0 40a20004 41e4d398
I/DEBUG ( 279): 41e4c678 00000000 00000000 000068f2 00000000
I/DEBUG ( 279): 41e4c688 0000c37c 00000000 00012739 00000000
I/DEBUG ( 279): 41e4c698 00025edb 00000000 0002ae32 00000000
I/DEBUG ( 279): 41e4c6a8 000331f8 00000000 0003b74d 00000000
I/DEBUG ( 279): 41e4c6b8 00044c64 00000000 0004eb54 00000000
I/DEBUG ( 279): 41e4c6c8 00057f98 00000000 00061ce3 00000000
I/DEBUG ( 279): 41e4c6d8 000691a4 00000000 85858585 85858585
I/DEBUG ( 279): 41e4c6e8 85858585 85858585 85858585 85858585
I/DEBUG ( 279):
I/DEBUG ( 279): memory near sl:
I/DEBUG ( 279): 45244fe0 00000000 00000000 00000000 00000000
I/DEBUG ( 279): 45244ff0 00000000 00000000 00000000 00000000
I/DEBUG ( 279): 45245000 00000000 00000000 00000000 00000000
I/DEBUG ( 279): 45245010 00000000 00000000 00000000 00000000
I/DEBUG ( 279): 45245020 00000000 00000000 00000000 00000000
I/DEBUG ( 279): 45245030 00000000 00000000 00000000 00000000
I/DEBUG ( 279): 45245040 00000000 00000000 00000000 00000000
I/DEBUG ( 279): 45245050 00000000 00000000 00000000 00000000
I/DEBUG ( 279): 45245060 00000000 00000000 00000000 00000000
I/DEBUG ( 279): 45245070 00000000 00000000 00000000 00000000
I/DEBUG ( 279): 45245080 00000000 00000000 00000000 00000000
I/DEBUG ( 279): 45245090 00000000 00000000 00000000 00000000
I/DEBUG ( 279): 452450a0 00000000 00000000 00000000 00000000
I/DEBUG ( 279): 452450b0 00000000 00000000 00000000 00000000
I/DEBUG ( 279): 452450c0 00000000 00000000 00000000 00000000
I/DEBUG ( 279): 452450d0 00000000 00000000 00000000 00000000
I/DEBUG ( 279):
I/DEBUG ( 279): memory near fp:
I/DEBUG ( 279): 452497e0 00000000 00000000 00000000 00000000
I/DEBUG ( 279): 452497f0 00000000 00000000 00000000 00000000
I/DEBUG ( 279): 45249800 00000000 00000000 00000000 00000000
I/DEBUG ( 279): 45249810 00000000 00000000 00000000 00000000
I/DEBUG ( 279): 45249820 00000000 00000000 00000000 00000000
I/DEBUG ( 279): 45249830 00000000 00000000 00000000 00000000
I/DEBUG ( 279): 45249840 00000000 00000000 00000000 00000000
I/DEBUG ( 279): 45249850 00000000 00000000 00000000 00000000
I/DEBUG ( 279): 45249860 00000000 00000000 00000000 00000000
I/DEBUG ( 279): 45249870 00000000 00000000 00000000 00000000
I/DEBUG ( 279): 45249880 00000000 00000000 00000000 00000000
I/DEBUG ( 279): 45249890 00000000 00000000 00000000 00000000
I/DEBUG ( 279): 452498a0 00000000 00000000 00000000 00000000
I/DEBUG ( 279): 452498b0 00000000 00000000 00000000 00000000
I/DEBUG ( 279): 452498c0 00000000 00000000 00000000 00000000
I/DEBUG ( 279): 452498d0 00000000 00000000 00000000 00000000
I/DEBUG ( 279):
I/DEBUG ( 279): memory near ip:
I/DEBUG ( 279): 4524bfe0 00000000 00000000 00000000 00000000
I/DEBUG ( 279): 4524bff0 00000000 00000000 00000000 00000000
I/DEBUG ( 279): 4524c000 00000000 00000000 00000000 00000000
I/DEBUG ( 279): 4524c010 00000000 00000000 00000000 00000000
I/DEBUG ( 279): 4524c020 00000000 00000000 00000000 00000000
I/DEBUG ( 279): 4524c030 00000000 00000000 00000000 00000000
I/DEBUG ( 279): 4524c040 00000000 00000000 00000000 00000000
I/DEBUG ( 279): 4524c050 00000000 00000000 00000000 00000000
I/DEBUG ( 279): 4524c060 00000000 00000000 00000000 00000000
I/DEBUG ( 279): 4524c070 00000000 00000000 00000000 00000000
I/DEBUG ( 279): 4524c080 00000000 00000000 00000000 00000000
I/DEBUG ( 279): 4524c090 00000000 00000000 00000000 00000000
I/DEBUG ( 279): 4524c0a0 00000000 00000000 00000000 00000000
I/DEBUG ( 279): 4524c0b0 00000000 00000000 00000000 00000000
I/DEBUG ( 279): 4524c0c0 00000000 00000000 00000000 00000000
I/DEBUG ( 279): 4524c0d0 00000000 00000000 00000000 00000000
I/DEBUG ( 279):
I/DEBUG ( 279): memory near sp:
I/DEBUG ( 279): 4545fc50 41416b28 00000500 000002d0 4545fcc0
I/DEBUG ( 279): 4545fc60 41e4c618 4141de2b 4545fcc0 00000000
I/DEBUG ( 279): 4545fc70 414a89f8 00000000 00000500 41e4c7c0
I/DEBUG ( 279): 4545fc80 000002d0 41e4c618 000e1000 41416b28
I/DEBUG ( 279): 4545fc90 000e1000 4141bae0 41e4cdd8 41e4cd98
I/DEBUG ( 279): 4545fca0 000e1000 000e1000 43d18000 42d9a000
I/DEBUG ( 279): 4545fcb0 41e4cdd8 00000000 00000006 000e1000
I/DEBUG ( 279): 4545fcc0 43d18000 42d9a000 4545fcec 41e4b090
I/DEBUG ( 279): 4545fcd0 ffffffff 4545fcec 41416378 40a13621
I/DEBUG ( 279): 4545fce0 41e4b090 40a1524b 4eecc000 347a0000
I/DEBUG ( 279): 4545fcf0 45245000 44519000 00000500 000002d0
I/DEBUG ( 279): 4545fd00 00000500 000002e0 00151800 00000010
I/DEBUG ( 279): 4545fd10 0002ae32 00000000 00000000 00000000
I/DEBUG ( 279): 4545fd20 00000000 00000000 00000000 41e4c530
I/DEBUG ( 279): 4545fd30 41e4c7c0 41e4d3f8 41e4c5d8 41e4c618
I/DEBUG ( 279): 4545fd40 41e4c5d8 00000001 41e4c530 4141be80
I/DEBUG ( 279):
I/DEBUG ( 279): code around pc:
I/DEBUG ( 279): 41420f00 f407c20d f447020d f447420d f5d6f000
I/DEBUG ( 279): 41420f10 f447820d f5d6f020 f447c20d f5dbf000
I/DEBUG ( 279): 41420f20 f426020d f5dbf020 f4264204 f5dcf000
I/DEBUG ( 279): 41420f30 f42b820d f5dcf020 f42bc204 f5def000
I/DEBUG ( 279): 41420f40 f46c020d f5def020 f46c4204 f46e820d
I/DEBUG ( 279): 41420f50 f46ec204 f407020d f407420d f407820d
I/DEBUG ( 279): 41420f60 f407c20d f447020d f447420d f5d6f000
I/DEBUG ( 279): 41420f70 f447820d f5d6f020 f447c20d f5dbf000
I/DEBUG ( 279): 41420f80 f426020d f5dbf020 f4264204 f5dcf000
I/DEBUG ( 279): 41420f90 f42b820d f5dcf020 f42bc204 f5def000
I/DEBUG ( 279): 41420fa0 f46c020d f5def020 f46c4204 f46e820d
I/DEBUG ( 279): 41420fb0 f46ec204 f407020d f407420d f407820d
I/DEBUG ( 279): 41420fc0 f407c20d f447020d f447420d f5d6f000
I/DEBUG ( 279): 41420fd0 f447820d f5d6f020 f447c20d f5dbf000
I/DEBUG ( 279): 41420fe0 f426020d f5dbf020 f426420f f5dcf000
I/DEBUG ( 279): 41420ff0 f42b820d f5dcf020 f42bc20f f5def000
I/DEBUG ( 279):
I/DEBUG ( 279): code around lr:
I/DEBUG ( 279): 4524c7e0 00000000 00000000 00000000 00000000
I/DEBUG ( 279): 4524c7f0 00000000 00000000 00000000 00000000
I/DEBUG ( 279): 4524c800 00000000 00000000 00000000 00000000
I/DEBUG ( 279): 4524c810 00000000 00000000 00000000 00000000
I/DEBUG ( 279): 4524c820 00000000 00000000 00000000 00000000
I/DEBUG ( 279): 4524c830 00000000 00000000 00000000 00000000
I/DEBUG ( 279): 4524c840 00000000 00000000 00000000 00000000
I/DEBUG ( 279): 4524c850 00000000 00000000 00000000 00000000
I/DEBUG ( 279): 4524c860 00000000 00000000 00000000 00000000
I/DEBUG ( 279): 4524c870 00000000 00000000 00000000 00000000
I/DEBUG ( 279): 4524c880 00000000 00000000 00000000 00000000
I/DEBUG ( 279): 4524c890 00000000 00000000 00000000 00000000
I/DEBUG ( 279): 4524c8a0 00000000 00000000 00000000 00000000
I/DEBUG ( 279): 4524c8b0 00000000 00000000 00000000 00000000
I/DEBUG ( 279): 4524c8c0 00000000 00000000 00000000 00000000
I/DEBUG ( 279): 4524c8d0 00000000 00000000 00000000 00000000
I/DEBUG ( 279):
I/DEBUG ( 279): memory map around fault addr 45249000:
I/DEBUG ( 279): 45231000-45249000 rw- /dev/ashmem/OMXCodec (deleted)
I/DEBUG ( 279): 45249000-4524a000 ---
I/DEBUG ( 279): 4524a000-45347000 rw-
I/BootReceiver( 642): Copying /data/tombstones/tombstone_08 to DropBox (SYSTEM_TOMBSTONE)
I/ServiceManager( 273): service 'media.audio_policy' died
I/ServiceManager( 273): service 'media.audio_flinger' died
I/ServiceManager( 273): service 'media.player' died
I/ServiceManager( 273): service 'media.camera' died
W/AudioSystem( 777): AudioPolicyService server died!
W/AudioSystem( 5781): AudioPolicyService server died!
W/AudioSystem( 642): AudioPolicyService server died!
W/MediaMetadataRetriever( 2070): MediaMetadataRetriever server died!
W/AudioSystem( 4839): AudioFlinger server died!
W/AudioSystem( 777): AudioFlinger server died!
W/AudioSystem( 5781): AudioFlinger server died!
W/AudioSystem( 642): AudioFlinger server died!
W/IMediaDeathNotifier( 2070): media server died
W/IMediaDeathNotifier( 777): media server died
E/MediaPlayer( 2070): error (100, 0)
E/MediaPlayer( 2070): Error (100,0)
D/VideoView( 2070): Error: 100,0
E/AudioService( 642): Media server died.
W/AudioEffect( 2070): IEffect died
W/AudioSystem( 2070): AudioFlinger server died!
W/AudioEffect( 2070): IEffect died
W/AudioEffects-JNI( 2070): EVENT_ERROR
W/CameraBase( 5472): Camera service died!
W/AudioEffects-JNI( 2070): EVENT_ERROR
lorendroll said:
I encountered a strange bug. I've been using SlimKat rom and noticed my video files are not playing. Every media player i've tried (including stock) reported "can't play this video". Although SW mode in mx player worked well. I've tried flashing another rom and kernel (semaphore and PAC rom), wiping everything I can (sd card and system, caches) but still no luck. Neither 480p nor 720p recordings didn't play. I used logcat to catch the error and I've got this. Looks like memory failure. What do you suggest?
Code:
I/ActivityManager( 642): START u0 {act=android.intent.action.VIEW dat=content://media/external/video/media/37 typ=video/* cmp=android/com.android.internal.app.ResolverActivity (has extras)} from pid 2070
D/Sensors ( 642): Smb380Sensor::~setDelay(0, 66667000)
D/AudioHardware( 4966): AudioHardware pcm playback is going to standby.
V/AudioHardware( 4966): closeMixer_l() mMixerOpenCnt: 1
D/AudioHardware( 4966): closePcmOut_l() mPcmOpenCnt: 1
W/GraphicBufferMapper( 6349): registerBuffer(0x52a46ac8) failed -22 (Invalid argument)
E/GraphicBuffer( 6349): unflatten: registerBuffer failed: Invalid argument (-22)
I/ActivityManager( 642): Displayed android/com.android.internal.app.ResolverActivity: +520ms
I/Timeline( 6349): Timeline: Activity_idle id: [email protected] time:3425283
I/Timeline( 642): Timeline: Activity_windows_visible id: ActivityRecord{421f5fc0 u0 android/com.android.internal.app.ResolverActivity t30} time:3425384
V/StateManager( 2070): saveState
V/StateManager( 2070): saveState class com.android.gallery3d.app.AlbumSetPage
V/StateManager( 2070): saveState class com.android.gallery3d.app.AlbumPage
V/StateManager( 2070): saveState class com.android.gallery3d.app.SinglePhotoPage
W/AudioTrack( 642): AUDIO_OUTPUT_FLAG_FAST denied by client due to mismatching sample rate (48000 vs 44100)
D/AudioHardware( 4966): AudioHardware pcm playback is exiting standby.
V/AudioHardware( 4966): open pcm_out driver
D/AudioHardware( 4966): openPcmOut_l() mPcmOpenCnt: 0
I/PackageManager( 642): Action: "android.intent.action.VIEW"
I/PackageManager( 642): Category: "android.intent.category.DEFAULT"
I/PackageManager( 642): Type: "video"
I/PackageManager( 642): mPriority=0, mHasPartialTypes=true
I/PackageManager( 642): Adding preferred activity ComponentInfo{com.android.gallery3d/com.android.gallery3d.app.MovieActivity} for user 0 :
V/AudioHardware( 4966): openMixer_l() mMixerOpenCnt: 0
V/AudioHardware( 4966): open playback normal
V/AudioHardware( 4966): write() wakeup setting route SPK
I/Timeline( 6349): Timeline: Activity_launch_request id:com.android.gallery3d time:3426559
I/ActivityManager( 642): START u0 {act=android.intent.action.VIEW dat=content://media/external/video/media/37 typ=video/* flg=0x3000000 cmp=com.android.gallery3d/.app.MovieActivity (has extras)} from pid 6349
I/MediaFocusControl( 642): AudioFocus requestAudioFocus() from [email protected]
I/ActivityManager( 642): Displayed com.android.gallery3d/.app.MovieActivity: +325ms
I/Timeline( 2070): Timeline: Activity_idle id: [email protected] time:3427032
I/Timeline( 642): Timeline: Activity_windows_visible id: ActivityRecord{424644b0 u0 com.android.gallery3d/.app.MovieActivity t30} time:3427150
D/AwesomePlayer( 4966): Before reset_l
D/AwesomePlayer( 4966): printFileName fd(29) -> /storage/sdcard0/DCIM/Camera/VID_20150202_002149.mp4
I/OMXCodec( 4966): [OMX.SEC.AVC.Decoder] AVC profile = 66 (Baseline), level = 31
I/OMXCodec( 4966): [OMX.SEC.AVC.Decoder] video dimensions are 1280 x 720
I/OMXCodec( 4966): [OMX.SEC.AVC.Decoder] allocating 5 buffers of size 1382400 on input port
I/OMXCodec( 4966): [OMX.SEC.AVC.Decoder] allocated buffer 0x414a9008 on input port
I/OMXCodec( 4966): [OMX.SEC.AVC.Decoder] allocated buffer 0x41416108 on input port
I/OMXCodec( 4966): [OMX.SEC.AVC.Decoder] allocated buffer 0x414161d8 on input port
I/OMXCodec( 4966): [OMX.SEC.AVC.Decoder] allocated buffer 0x414162a8 on input port
I/OMXCodec( 4966): [OMX.SEC.AVC.Decoder] allocated buffer 0x41416378 on input port
I/ActivityManager( 642): Process com.google.android.talk (pid 5549) has died.
F/ActivityManager( 642): Service ServiceRecord{42a200c0 u0 com.google.android.talk/com.google.android.libraries.hangouts.video.CallService} in process ProcessRecord{420a2248 5549:com.google.android.talk/u0a58} not same as in map: null
I/OMXCodec( 4966): Codec outputs at different sampling rate than what the input stream contains (contains data at 16000 Hz, codec outputs 44100 Hz)
I/OMXCodec( 4966): [OMX.google.aac.decoder] allocating 4 buffers of size 8192 on input port
I/OMXCodec( 4966): [OMX.google.aac.decoder] allocated buffer 0x4149adb0 on input port
I/OMXCodec( 4966): [OMX.google.aac.decoder] allocated buffer 0x4149af78 on input port
I/OMXCodec( 4966): [OMX.google.aac.decoder] allocated buffer 0x414b1f08 on input port
I/OMXCodec( 4966): [OMX.google.aac.decoder] allocated buffer 0x40025018 on input port
I/OMXCodec( 4966): [OMX.google.aac.decoder] allocating 4 buffers of size 24576 on output port
I/OMXCodec( 4966): [OMX.google.aac.decoder] allocated buffer 0x40025188 on output port
I/OMXCodec( 4966): [OMX.google.aac.decoder] allocated buffer 0x400253a8 on output port
I/OMXCodec( 4966): [OMX.google.aac.decoder] allocated buffer 0x400254e8 on output port
I/OMXCodec( 4966): [OMX.google.aac.decoder] allocated buffer 0x40025610 on output port
D/MediaPlayer( 2070): getMetadata
I/SoftAAC2( 4966): Reconfiguring decoder: 0->16000 Hz, 0->1 channels
I/OMXNodeInstance( 4966): OMX_FreeBuffer for buffer header 0x40025188 successful
I/OMXNodeInstance( 4966): OMX_FreeBuffer for buffer header 0x400253a8 successful
I/OMXNodeInstance( 4966): OMX_FreeBuffer for buffer header 0x400254e8 successful
I/OMXNodeInstance( 4966): OMX_FreeBuffer for buffer header 0x40025610 successful
I/OMXCodec( 4966): [OMX.google.aac.decoder] allocating 4 buffers of size 24576 on output port
I/OMXCodec( 4966): [OMX.google.aac.decoder] allocated buffer 0x4002c0a0 on output port
I/OMXCodec( 4966): [OMX.google.aac.decoder] allocated buffer 0x4002c148 on output port
I/OMXCodec( 4966): [OMX.google.aac.decoder] allocated buffer 0x4002c250 on output port
I/OMXCodec( 4966): [OMX.google.aac.decoder] allocated buffer 0x4002c378 on output port
W/MediaPlayer( 2070): info/warning (3, 0)
E/AudioSink( 4966): received unknown event type: 1 inside CallbackWrapper !
F/libc ( 4966): Fatal signal 11 (SIGSEGV) at 0x45249000 (code=2), thread 6387 (TimedEventQueue)
I/DEBUG ( 279): *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** ***
I/DEBUG ( 279): Build fingerprint: 'samsung/GT-I9000/GT-I9000:2.3.5/GINGERBREAD/XXJVT:user/release-keys'
I/DEBUG ( 279): Revision: '48'
I/DEBUG ( 279): pid: 4966, tid: 6387, name: TimedEventQueue >>> /system/bin/mediaserver <<<
I/DEBUG ( 279): signal 11 (SIGSEGV), code 2 (SEGV_ACCERR), fault addr 45249000
W/NativeCrashListener( 642): Couldn't find ProcessRecord for pid 4966
I/DEBUG ( 279): r0 43d18000 r1 45245000 r2 00000500 r3 000002d0
I/DEBUG ( 279): AM write failure (32 / Broken pipe)
I/DEBUG ( 279): r4 00003fe0 r5 00000000 r6 45249000 r7 43d18100
I/DEBUG ( 279): r8 00000000 r9 41e4c618 sl 45245000 fp 45249800
I/DEBUG ( 279): ip 4524c000 sp 4545fc70 lr 4524c800 pc 41420f20 cpsr 80070010
I/DEBUG ( 279): d0 0000000000000000 d1 0000000000000000
I/DEBUG ( 279): d2 0000000000000000 d3 0000000000000000
I/DEBUG ( 279): d4 0000000000000000 d5 0000000000000000
I/DEBUG ( 279): d6 0000000000000000 d7 0000000000000000
I/DEBUG ( 279): d8 0000000000000000 d9 0000000000000000
I/DEBUG ( 279): d10 0000000000000000 d11 0000000000000000
I/DEBUG ( 279): d12 0000000000000000 d13 0000000000000000
I/DEBUG ( 279): d14 0000000000000000 d15 0000000000000000
I/DEBUG ( 279): d16 0000000000000000 d17 0000000000000000
I/DEBUG ( 279): d18 0000000000000000 d19 0000000000000000
I/DEBUG ( 279): d20 0000000000000000 d21 0000000000000000
I/DEBUG ( 279): d22 0000000000000000 d23 0000000000000000
I/DEBUG ( 279): d24 0000000000000000 d25 0000000000000000
I/DEBUG ( 279): d26 0000000000000000 d27 0000000000000000
I/DEBUG ( 279): d28 0000000000000000 d29 0000000000000000
I/DEBUG ( 279): d30 0000000000000000 d31 0000000000000000
I/DEBUG ( 279): scr 60000010
I/DEBUG ( 279):
I/DEBUG ( 279): backtrace:
I/DEBUG ( 279): #00 pc 00008f20 /system/lib/libOMX.SEC.AVC.Decoder.so
I/DEBUG ( 279): #01 pc 000027fc <unknown>
I/DEBUG ( 279):
I/DEBUG ( 279): stack:
I/DEBUG ( 279): 4545fc30 00000000
I/DEBUG ( 279): 4545fc34 00000500
I/DEBUG ( 279): 4545fc38 000002d0
I/DEBUG ( 279): 4545fc3c 4545fcc0
I/DEBUG ( 279): 4545fc40 00000002
I/DEBUG ( 279): 4545fc44 00000000
I/DEBUG ( 279): 4545fc48 402c2028 /system/lib/libui.so
I/DEBUG ( 279): 4545fc4c 00000000
I/DEBUG ( 279): 4545fc50 41416b28
I/DEBUG ( 279): 4545fc54 00000500
I/DEBUG ( 279): 4545fc58 000002d0
I/DEBUG ( 279): 4545fc5c 4545fcc0
I/DEBUG ( 279): 4545fc60 41e4c618 [heap]
I/DEBUG ( 279): 4545fc64 4141de2b /system/lib/libOMX.SEC.AVC.Decoder.so (getVADDRfromANB+42)
I/DEBUG ( 279): 4545fc68 4545fcc0
I/DEBUG ( 279): 4545fc6c 00000000
I/DEBUG ( 279): #00 4545fc70 414a89f8
I/DEBUG ( 279): ........ ........
I/DEBUG ( 279): #01 4545fc70 414a89f8
I/DEBUG ( 279): 4545fc74 00000000
I/DEBUG ( 279): 4545fc78 00000500
I/DEBUG ( 279): 4545fc7c 41e4c7c0 [heap]
I/DEBUG ( 279): 4545fc80 000002d0
I/DEBUG ( 279): 4545fc84 41e4c618 [heap]
I/DEBUG ( 279): 4545fc88 000e1000
I/DEBUG ( 279): 4545fc8c 41416b28
I/DEBUG ( 279): 4545fc90 000e1000
I/DEBUG ( 279): 4545fc94 4141bae0 /system/lib/libOMX.SEC.AVC.Decoder.so (SEC_MFC_H264_Decode+1180)
I/DEBUG ( 279): 4545fc98 41e4cdd8 [heap]
I/DEBUG ( 279): 4545fc9c 41e4cd98 [heap]
I/DEBUG ( 279): 4545fca0 000e1000
I/DEBUG ( 279): 4545fca4 000e1000
I/DEBUG ( 279): 4545fca8 43d18000 /dev/pvrsrvkm
I/DEBUG ( 279): 4545fcac 42d9a000 /dev/pvrsrvkm
I/DEBUG ( 279):
I/DEBUG ( 279): memory near r0:
I/DEBUG ( 279): 43d17fe0 00000000 00000000 00000000 00000000
I/DEBUG ( 279): 43d17ff0 00000000 00000000 00000000 00000000
I/DEBUG ( 279): 43d18000 ffffffff ffffffff ffffffff ffffffff
I/DEBUG ( 279): 43d18010 ffffffff ffffffff ffffffff ffffffff
I/DEBUG ( 279): 43d18020 ffffffff ffffffff ffffffff ffffffff
I/DEBUG ( 279): 43d18030 ffffffff ffffffff ffffffff ffffffff
I/DEBUG ( 279): 43d18040 ffffffff ffffffff ffffffff ffffffff
I/DEBUG ( 279): 43d18050 ffffffff ffffffff ffffffff ffffffff
I/DEBUG ( 279): 43d18060 ffffffff ffffffff ffffffff ffffffff
I/DEBUG ( 279): 43d18070 ffffffff ffffffff ffffffff ffffffff
I/DEBUG ( 279): 43d18080 ffffffff ffffffff ffffffff ffffffff
I/DEBUG ( 279): 43d18090 ffffffff ffffffff ffffffff ffffffff
I/DEBUG ( 279): 43d180a0 ffffffff ffffffff ffffffff ffffffff
I/DEBUG ( 279): 43d180b0 ffffffff ffffffff ffffffff ffffffff
I/DEBUG ( 279): 43d180c0 ffffffff ffffffff ffffffff ffffffff
I/DEBUG ( 279): 43d180d0 ffffffff ffffffff ffffffff ffffffff
I/DEBUG ( 279):
I/DEBUG ( 279): memory near r1:
I/DEBUG ( 279): 45244fe0 00000000 00000000 00000000 00000000
I/DEBUG ( 279): 45244ff0 00000000 00000000 00000000 00000000
I/DEBUG ( 279): 45245000 00000000 00000000 00000000 00000000
I/DEBUG ( 279): 45245010 00000000 00000000 00000000 00000000
I/DEBUG ( 279): 45245020 00000000 00000000 00000000 00000000
I/DEBUG ( 279): 45245030 00000000 00000000 00000000 00000000
I/DEBUG ( 279): 45245040 00000000 00000000 00000000 00000000
I/DEBUG ( 279): 45245050 00000000 00000000 00000000 00000000
I/DEBUG ( 279): 45245060 00000000 00000000 00000000 00000000
I/DEBUG ( 279): 45245070 00000000 00000000 00000000 00000000
I/DEBUG ( 279): 45245080 00000000 00000000 00000000 00000000
I/DEBUG ( 279): 45245090 00000000 00000000 00000000 00000000
I/DEBUG ( 279): 452450a0 00000000 00000000 00000000 00000000
I/DEBUG ( 279): 452450b0 00000000 00000000 00000000 00000000
I/DEBUG ( 279): 452450c0 00000000 00000000 00000000 00000000
I/DEBUG ( 279): 452450d0 00000000 00000000 00000000 00000000
I/DEBUG ( 279):
I/DEBUG ( 279): memory near r4:
I/DEBUG ( 279): 00003fc0 ffffffff ffffffff ffffffff ffffffff
I/DEBUG ( 279): 00003fd0 ffffffff ffffffff ffffffff ffffffff
I/DEBUG ( 279): 00003fe0 ffffffff ffffffff ffffffff ffffffff
I/DEBUG ( 279): 00003ff0 ffffffff ffffffff ffffffff ffffffff
I/DEBUG ( 279): 00004000 ffffffff ffffffff ffffffff ffffffff
I/DEBUG ( 279): 00004010 ffffffff ffffffff ffffffff ffffffff
I/DEBUG ( 279): 00004020 ffffffff ffffffff ffffffff ffffffff
I/DEBUG ( 279): 00004030 ffffffff ffffffff ffffffff ffffffff
I/DEBUG ( 279): 00004040 ffffffff ffffffff ffffffff ffffffff
I/DEBUG ( 279): 00004050 ffffffff ffffffff ffffffff ffffffff
I/DEBUG ( 279): 00004060 ffffffff ffffffff ffffffff ffffffff
I/DEBUG ( 279): 00004070 ffffffff ffffffff ffffffff ffffffff
I/DEBUG ( 279): 00004080 ffffffff ffffffff ffffffff ffffffff
I/DEBUG ( 279): 00004090 ffffffff ffffffff ffffffff ffffffff
I/DEBUG ( 279): 000040a0 ffffffff ffffffff ffffffff ffffffff
I/DEBUG ( 279): 000040b0 ffffffff ffffffff ffffffff ffffffff
I/DEBUG ( 279):
I/DEBUG ( 279): memory near r6:
I/DEBUG ( 279): 45248fe0 00000000 00000000 00000000 00000000
I/DEBUG ( 279): 45248ff0 00000000 00000000 00000000 00000000
I/DEBUG ( 279): 45249000 00000000 00000000 00000000 00000000
I/DEBUG ( 279): 45249010 00000000 00000000 00000000 00000000
I/DEBUG ( 279): 45249020 00000000 00000000 00000000 00000000
I/DEBUG ( 279): 45249030 00000000 00000000 00000000 00000000
I/DEBUG ( 279): 45249040 00000000 00000000 00000000 00000000
I/DEBUG ( 279): 45249050 00000000 00000000 00000000 00000000
I/DEBUG ( 279): 45249060 00000000 00000000 00000000 00000000
I/DEBUG ( 279): 45249070 00000000 00000000 00000000 00000000
I/DEBUG ( 279): 45249080 00000000 00000000 00000000 00000000
I/DEBUG ( 279): 45249090 00000000 00000000 00000000 00000000
I/DEBUG ( 279): 452490a0 00000000 00000000 00000000 00000000
I/DEBUG ( 279): 452490b0 00000000 00000000 00000000 00000000
I/DEBUG ( 279): 452490c0 00000000 00000000 00000000 00000000
I/DEBUG ( 279): 452490d0 00000000 00000000 00000000 00000000
I/DEBUG ( 279):
I/DEBUG ( 279): memory near r7:
I/DEBUG ( 279): 43d180e0 ffffffff ffffffff ffffffff ffffffff
I/DEBUG ( 279): 43d180f0 ffffffff ffffffff ffffffff ffffffff
I/DEBUG ( 279): 43d18100 ffffffff ffffffff ffffffff ffffffff
I/DEBUG ( 279): 43d18110 ffffffff ffffffff ffffffff ffffffff
I/DEBUG ( 279): 43d18120 ffffffff ffffffff ffffffff ffffffff
I/DEBUG ( 279): 43d18130 ffffffff ffffffff ffffffff ffffffff
I/DEBUG ( 279): 43d18140 ffffffff ffffffff ffffffff ffffffff
I/DEBUG ( 279): 43d18150 ffffffff ffffffff ffffffff ffffffff
I/DEBUG ( 279): 43d18160 ffffffff ffffffff ffffffff ffffffff
I/DEBUG ( 279): 43d18170 ffffffff ffffffff ffffffff ffffffff
I/DEBUG ( 279): 43d18180 ffffffff ffffffff ffffffff ffffffff
I/DEBUG ( 279): 43d18190 ffffffff ffffffff ffffffff ffffffff
I/DEBUG ( 279): 43d181a0 ffffffff ffffffff ffffffff ffffffff
I/DEBUG ( 279): 43d181b0 ffffffff ffffffff ffffffff ffffffff
I/DEBUG ( 279): 43d181c0 ffffffff ffffffff ffffffff ffffffff
I/DEBUG ( 279): 43d181d0 ffffffff ffffffff ffffffff ffffffff
I/DEBUG ( 279):
I/DEBUG ( 279): memory near r9:
I/DEBUG ( 279): 41e4c5f8 000691a4 00000000 00000000 00000000
I/DEBUG ( 279): 41e4c608 00000000 00000000 00000000 00000000
I/DEBUG ( 279): 41e4c618 41416b28 00151800 00000000 00000000
I/DEBUG ( 279): 41e4c628 00000000 00000000 00000010 00000000
I/DEBUG ( 279): 41e4c638 000331f8 00000000 00000000 00000000
I/DEBUG ( 279): 41e4c648 00000000 00000000 00000000 00000000
I/DEBUG ( 279): 41e4c658 00000010 00000001 00000002 00000000
I/DEBUG ( 279): 41e4c668 41e4c7c0 41416ea0 40a20004 41e4d398
I/DEBUG ( 279): 41e4c678 00000000 00000000 000068f2 00000000
I/DEBUG ( 279): 41e4c688 0000c37c 00000000 00012739 00000000
I/DEBUG ( 279): 41e4c698 00025edb 00000000 0002ae32 00000000
I/DEBUG ( 279): 41e4c6a8 000331f8 00000000 0003b74d 00000000
I/DEBUG ( 279): 41e4c6b8 00044c64 00000000 0004eb54 00000000
I/DEBUG ( 279): 41e4c6c8 00057f98 00000000 00061ce3 00000000
I/DEBUG ( 279): 41e4c6d8 000691a4 00000000 85858585 85858585
I/DEBUG ( 279): 41e4c6e8 85858585 85858585 85858585 85858585
I/DEBUG ( 279):
I/DEBUG ( 279): memory near sl:
I/DEBUG ( 279): 45244fe0 00000000 00000000 00000000 00000000
I/DEBUG ( 279): 45244ff0 00000000 00000000 00000000 00000000
I/DEBUG ( 279): 45245000 00000000 00000000 00000000 00000000
I/DEBUG ( 279): 45245010 00000000 00000000 00000000 00000000
I/DEBUG ( 279): 45245020 00000000 00000000 00000000 00000000
I/DEBUG ( 279): 45245030 00000000 00000000 00000000 00000000
I/DEBUG ( 279): 45245040 00000000 00000000 00000000 00000000
I/DEBUG ( 279): 45245050 00000000 00000000 00000000 00000000
I/DEBUG ( 279): 45245060 00000000 00000000 00000000 00000000
I/DEBUG ( 279): 45245070 00000000 00000000 00000000 00000000
I/DEBUG ( 279): 45245080 00000000 00000000 00000000 00000000
I/DEBUG ( 279): 45245090 00000000 00000000 00000000 00000000
I/DEBUG ( 279): 452450a0 00000000 00000000 00000000 00000000
I/DEBUG ( 279): 452450b0 00000000 00000000 00000000 00000000
I/DEBUG ( 279): 452450c0 00000000 00000000 00000000 00000000
I/DEBUG ( 279): 452450d0 00000000 00000000 00000000 00000000
I/DEBUG ( 279):
I/DEBUG ( 279): memory near fp:
I/DEBUG ( 279): 452497e0 00000000 00000000 00000000 00000000
I/DEBUG ( 279): 452497f0 00000000 00000000 00000000 00000000
I/DEBUG ( 279): 45249800 00000000 00000000 00000000 00000000
I/DEBUG ( 279): 45249810 00000000 00000000 00000000 00000000
I/DEBUG ( 279): 45249820 00000000 00000000 00000000 00000000
I/DEBUG ( 279): 45249830 00000000 00000000 00000000 00000000
I/DEBUG ( 279): 45249840 00000000 00000000 00000000 00000000
I/DEBUG ( 279): 45249850 00000000 00000000 00000000 00000000
I/DEBUG ( 279): 45249860 00000000 00000000 00000000 00000000
I/DEBUG ( 279): 45249870 00000000 00000000 00000000 00000000
I/DEBUG ( 279): 45249880 00000000 00000000 00000000 00000000
I/DEBUG ( 279): 45249890 00000000 00000000 00000000 00000000
I/DEBUG ( 279): 452498a0 00000000 00000000 00000000 00000000
I/DEBUG ( 279): 452498b0 00000000 00000000 00000000 00000000
I/DEBUG ( 279): 452498c0 00000000 00000000 00000000 00000000
I/DEBUG ( 279): 452498d0 00000000 00000000 00000000 00000000
I/DEBUG ( 279):
I/DEBUG ( 279): memory near ip:
I/DEBUG ( 279): 4524bfe0 00000000 00000000 00000000 00000000
I/DEBUG ( 279): 4524bff0 00000000 00000000 00000000 00000000
I/DEBUG ( 279): 4524c000 00000000 00000000 00000000 00000000
I/DEBUG ( 279): 4524c010 00000000 00000000 00000000 00000000
I/DEBUG ( 279): 4524c020 00000000 00000000 00000000 00000000
I/DEBUG ( 279): 4524c030 00000000 00000000 00000000 00000000
I/DEBUG ( 279): 4524c040 00000000 00000000 00000000 00000000
I/DEBUG ( 279): 4524c050 00000000 00000000 00000000 00000000
I/DEBUG ( 279): 4524c060 00000000 00000000 00000000 00000000
I/DEBUG ( 279): 4524c070 00000000 00000000 00000000 00000000
I/DEBUG ( 279): 4524c080 00000000 00000000 00000000 00000000
I/DEBUG ( 279): 4524c090 00000000 00000000 00000000 00000000
I/DEBUG ( 279): 4524c0a0 00000000 00000000 00000000 00000000
I/DEBUG ( 279): 4524c0b0 00000000 00000000 00000000 00000000
I/DEBUG ( 279): 4524c0c0 00000000 00000000 00000000 00000000
I/DEBUG ( 279): 4524c0d0 00000000 00000000 00000000 00000000
I/DEBUG ( 279):
I/DEBUG ( 279): memory near sp:
I/DEBUG ( 279): 4545fc50 41416b28 00000500 000002d0 4545fcc0
I/DEBUG ( 279): 4545fc60 41e4c618 4141de2b 4545fcc0 00000000
I/DEBUG ( 279): 4545fc70 414a89f8 00000000 00000500 41e4c7c0
I/DEBUG ( 279): 4545fc80 000002d0 41e4c618 000e1000 41416b28
I/DEBUG ( 279): 4545fc90 000e1000 4141bae0 41e4cdd8 41e4cd98
I/DEBUG ( 279): 4545fca0 000e1000 000e1000 43d18000 42d9a000
I/DEBUG ( 279): 4545fcb0 41e4cdd8 00000000 00000006 000e1000
I/DEBUG ( 279): 4545fcc0 43d18000 42d9a000 4545fcec 41e4b090
I/DEBUG ( 279): 4545fcd0 ffffffff 4545fcec 41416378 40a13621
I/DEBUG ( 279): 4545fce0 41e4b090 40a1524b 4eecc000 347a0000
I/DEBUG ( 279): 4545fcf0 45245000 44519000 00000500 000002d0
I/DEBUG ( 279): 4545fd00 00000500 000002e0 00151800 00000010
I/DEBUG ( 279): 4545fd10 0002ae32 00000000 00000000 00000000
I/DEBUG ( 279): 4545fd20 00000000 00000000 00000000 41e4c530
I/DEBUG ( 279): 4545fd30 41e4c7c0 41e4d3f8 41e4c5d8 41e4c618
I/DEBUG ( 279): 4545fd40 41e4c5d8 00000001 41e4c530 4141be80
I/DEBUG ( 279):
I/DEBUG ( 279): code around pc:
I/DEBUG ( 279): 41420f00 f407c20d f447020d f447420d f5d6f000
I/DEBUG ( 279): 41420f10 f447820d f5d6f020 f447c20d f5dbf000
I/DEBUG ( 279): 41420f20 f426020d f5dbf020 f4264204 f5dcf000
I/DEBUG ( 279): 41420f30 f42b820d f5dcf020 f42bc204 f5def000
I/DEBUG ( 279): 41420f40 f46c020d f5def020 f46c4204 f46e820d
I/DEBUG ( 279): 41420f50 f46ec204 f407020d f407420d f407820d
I/DEBUG ( 279): 41420f60 f407c20d f447020d f447420d f5d6f000
I/DEBUG ( 279): 41420f70 f447820d f5d6f020 f447c20d f5dbf000
I/DEBUG ( 279): 41420f80 f426020d f5dbf020 f4264204 f5dcf000
I/DEBUG ( 279): 41420f90 f42b820d f5dcf020 f42bc204 f5def000
I/DEBUG ( 279): 41420fa0 f46c020d f5def020 f46c4204 f46e820d
I/DEBUG ( 279): 41420fb0 f46ec204 f407020d f407420d f407820d
I/DEBUG ( 279): 41420fc0 f407c20d f447020d f447420d f5d6f000
I/DEBUG ( 279): 41420fd0 f447820d f5d6f020 f447c20d f5dbf000
I/DEBUG ( 279): 41420fe0 f426020d f5dbf020 f426420f f5dcf000
I/DEBUG ( 279): 41420ff0 f42b820d f5dcf020 f42bc20f f5def000
I/DEBUG ( 279):
I/DEBUG ( 279): code around lr:
I/DEBUG ( 279): 4524c7e0 00000000 00000000 00000000 00000000
I/DEBUG ( 279): 4524c7f0 00000000 00000000 00000000 00000000
I/DEBUG ( 279): 4524c800 00000000 00000000 00000000 00000000
I/DEBUG ( 279): 4524c810 00000000 00000000 00000000 00000000
I/DEBUG ( 279): 4524c820 00000000 00000000 00000000 00000000
I/DEBUG ( 279): 4524c830 00000000 00000000 00000000 00000000
I/DEBUG ( 279): 4524c840 00000000 00000000 00000000 00000000
I/DEBUG ( 279): 4524c850 00000000 00000000 00000000 00000000
I/DEBUG ( 279): 4524c860 00000000 00000000 00000000 00000000
I/DEBUG ( 279): 4524c870 00000000 00000000 00000000 00000000
I/DEBUG ( 279): 4524c880 00000000 00000000 00000000 00000000
I/DEBUG ( 279): 4524c890 00000000 00000000 00000000 00000000
I/DEBUG ( 279): 4524c8a0 00000000 00000000 00000000 00000000
I/DEBUG ( 279): 4524c8b0 00000000 00000000 00000000 00000000
I/DEBUG ( 279): 4524c8c0 00000000 00000000 00000000 00000000
I/DEBUG ( 279): 4524c8d0 00000000 00000000 00000000 00000000
I/DEBUG ( 279):
I/DEBUG ( 279): memory map around fault addr 45249000:
I/DEBUG ( 279): 45231000-45249000 rw- /dev/ashmem/OMXCodec (deleted)
I/DEBUG ( 279): 45249000-4524a000 ---
I/DEBUG ( 279): 4524a000-45347000 rw-
I/BootReceiver( 642): Copying /data/tombstones/tombstone_08 to DropBox (SYSTEM_TOMBSTONE)
I/ServiceManager( 273): service 'media.audio_policy' died
I/ServiceManager( 273): service 'media.audio_flinger' died
I/ServiceManager( 273): service 'media.player' died
I/ServiceManager( 273): service 'media.camera' died
W/AudioSystem( 777): AudioPolicyService server died!
W/AudioSystem( 5781): AudioPolicyService server died!
W/AudioSystem( 642): AudioPolicyService server died!
W/MediaMetadataRetriever( 2070): MediaMetadataRetriever server died!
W/AudioSystem( 4839): AudioFlinger server died!
W/AudioSystem( 777): AudioFlinger server died!
W/AudioSystem( 5781): AudioFlinger server died!
W/AudioSystem( 642): AudioFlinger server died!
W/IMediaDeathNotifier( 2070): media server died
W/IMediaDeathNotifier( 777): media server died
E/MediaPlayer( 2070): error (100, 0)
E/MediaPlayer( 2070): Error (100,0)
D/VideoView( 2070): Error: 100,0
E/AudioService( 642): Media server died.
W/AudioEffect( 2070): IEffect died
W/AudioSystem( 2070): AudioFlinger server died!
W/AudioEffect( 2070): IEffect died
W/AudioEffects-JNI( 2070): EVENT_ERROR
W/CameraBase( 5472): Camera service died!
W/AudioEffects-JNI( 2070): EVENT_ERROR
Click to expand...
Click to collapse
Did you test it on stock?
I'm not exactly sure why it doesn't work but might be from custom ROM or kernel.
lorendroll said:
I encountered a strange bug. I've been using SlimKat rom and noticed my video files are not playing. Every media player i've tried (including stock) reported "can't play this video". Although SW mode in mx player worked well. I've tried flashing another rom and kernel (semaphore and PAC rom), wiping everything I can (sd card and system, caches) but still no luck. Neither 480p nor 720p recordings didn't play. I used logcat to catch the error and I've got this. Looks like memory failure. What do you suggest?
Code:
I/ActivityManager( 642): START u0 {act=android.intent.action.VIEW dat=content://media/external/video/media/37 typ=video/* cmp=android/com.android.internal.app.ResolverActivity (has extras)} from pid 2070
D/Sensors ( 642): Smb380Sensor::~setDelay(0, 66667000)
D/AudioHardware( 4966): AudioHardware pcm playback is going to standby.
V/AudioHardware( 4966): closeMixer_l() mMixerOpenCnt: 1
D/AudioHardware( 4966): closePcmOut_l() mPcmOpenCnt: 1
W/GraphicBufferMapper( 6349): registerBuffer(0x52a46ac8) failed -22 (Invalid argument)
E/GraphicBuffer( 6349): unflatten: registerBuffer failed: Invalid argument (-22)
I/ActivityManager( 642): Displayed android/com.android.internal.app.ResolverActivity: +520ms
I/Timeline( 6349): Timeline: Activity_idle id: [email protected] time:3425283
I/Timeline( 642): Timeline: Activity_windows_visible id: ActivityRecord{421f5fc0 u0 android/com.android.internal.app.ResolverActivity t30} time:3425384
V/StateManager( 2070): saveState
V/StateManager( 2070): saveState class com.android.gallery3d.app.AlbumSetPage
V/StateManager( 2070): saveState class com.android.gallery3d.app.AlbumPage
V/StateManager( 2070): saveState class com.android.gallery3d.app.SinglePhotoPage
W/AudioTrack( 642): AUDIO_OUTPUT_FLAG_FAST denied by client due to mismatching sample rate (48000 vs 44100)
D/AudioHardware( 4966): AudioHardware pcm playback is exiting standby.
V/AudioHardware( 4966): open pcm_out driver
D/AudioHardware( 4966): openPcmOut_l() mPcmOpenCnt: 0
I/PackageManager( 642): Action: "android.intent.action.VIEW"
I/PackageManager( 642): Category: "android.intent.category.DEFAULT"
I/PackageManager( 642): Type: "video"
I/PackageManager( 642): mPriority=0, mHasPartialTypes=true
I/PackageManager( 642): Adding preferred activity ComponentInfo{com.android.gallery3d/com.android.gallery3d.app.MovieActivity} for user 0 :
V/AudioHardware( 4966): openMixer_l() mMixerOpenCnt: 0
V/AudioHardware( 4966): open playback normal
V/AudioHardware( 4966): write() wakeup setting route SPK
I/Timeline( 6349): Timeline: Activity_launch_request id:com.android.gallery3d time:3426559
I/ActivityManager( 642): START u0 {act=android.intent.action.VIEW dat=content://media/external/video/media/37 typ=video/* flg=0x3000000 cmp=com.android.gallery3d/.app.MovieActivity (has extras)} from pid 6349
I/MediaFocusControl( 642): AudioFocus requestAudioFocus() from [email protected]
I/ActivityManager( 642): Displayed com.android.gallery3d/.app.MovieActivity: +325ms
I/Timeline( 2070): Timeline: Activity_idle id: [email protected] time:3427032
I/Timeline( 642): Timeline: Activity_windows_visible id: ActivityRecord{424644b0 u0 com.android.gallery3d/.app.MovieActivity t30} time:3427150
D/AwesomePlayer( 4966): Before reset_l
D/AwesomePlayer( 4966): printFileName fd(29) -> /storage/sdcard0/DCIM/Camera/VID_20150202_002149.mp4
I/OMXCodec( 4966): [OMX.SEC.AVC.Decoder] AVC profile = 66 (Baseline), level = 31
I/OMXCodec( 4966): [OMX.SEC.AVC.Decoder] video dimensions are 1280 x 720
I/OMXCodec( 4966): [OMX.SEC.AVC.Decoder] allocating 5 buffers of size 1382400 on input port
I/OMXCodec( 4966): [OMX.SEC.AVC.Decoder] allocated buffer 0x414a9008 on input port
I/OMXCodec( 4966): [OMX.SEC.AVC.Decoder] allocated buffer 0x41416108 on input port
I/OMXCodec( 4966): [OMX.SEC.AVC.Decoder] allocated buffer 0x414161d8 on input port
I/OMXCodec( 4966): [OMX.SEC.AVC.Decoder] allocated buffer 0x414162a8 on input port
I/OMXCodec( 4966): [OMX.SEC.AVC.Decoder] allocated buffer 0x41416378 on input port
I/ActivityManager( 642): Process com.google.android.talk (pid 5549) has died.
F/ActivityManager( 642): Service ServiceRecord{42a200c0 u0 com.google.android.talk/com.google.android.libraries.hangouts.video.CallService} in process ProcessRecord{420a2248 5549:com.google.android.talk/u0a58} not same as in map: null
I/OMXCodec( 4966): Codec outputs at different sampling rate than what the input stream contains (contains data at 16000 Hz, codec outputs 44100 Hz)
I/OMXCodec( 4966): [OMX.google.aac.decoder] allocating 4 buffers of size 8192 on input port
I/OMXCodec( 4966): [OMX.google.aac.decoder] allocated buffer 0x4149adb0 on input port
I/OMXCodec( 4966): [OMX.google.aac.decoder] allocated buffer 0x4149af78 on input port
I/OMXCodec( 4966): [OMX.google.aac.decoder] allocated buffer 0x414b1f08 on input port
I/OMXCodec( 4966): [OMX.google.aac.decoder] allocated buffer 0x40025018 on input port
I/OMXCodec( 4966): [OMX.google.aac.decoder] allocating 4 buffers of size 24576 on output port
I/OMXCodec( 4966): [OMX.google.aac.decoder] allocated buffer 0x40025188 on output port
I/OMXCodec( 4966): [OMX.google.aac.decoder] allocated buffer 0x400253a8 on output port
I/OMXCodec( 4966): [OMX.google.aac.decoder] allocated buffer 0x400254e8 on output port
I/OMXCodec( 4966): [OMX.google.aac.decoder] allocated buffer 0x40025610 on output port
D/MediaPlayer( 2070): getMetadata
I/SoftAAC2( 4966): Reconfiguring decoder: 0->16000 Hz, 0->1 channels
I/OMXNodeInstance( 4966): OMX_FreeBuffer for buffer header 0x40025188 successful
I/OMXNodeInstance( 4966): OMX_FreeBuffer for buffer header 0x400253a8 successful
I/OMXNodeInstance( 4966): OMX_FreeBuffer for buffer header 0x400254e8 successful
I/OMXNodeInstance( 4966): OMX_FreeBuffer for buffer header 0x40025610 successful
I/OMXCodec( 4966): [OMX.google.aac.decoder] allocating 4 buffers of size 24576 on output port
I/OMXCodec( 4966): [OMX.google.aac.decoder] allocated buffer 0x4002c0a0 on output port
I/OMXCodec( 4966): [OMX.google.aac.decoder] allocated buffer 0x4002c148 on output port
I/OMXCodec( 4966): [OMX.google.aac.decoder] allocated buffer 0x4002c250 on output port
I/OMXCodec( 4966): [OMX.google.aac.decoder] allocated buffer 0x4002c378 on output port
W/MediaPlayer( 2070): info/warning (3, 0)
E/AudioSink( 4966): received unknown event type: 1 inside CallbackWrapper !
F/libc ( 4966): Fatal signal 11 (SIGSEGV) at 0x45249000 (code=2), thread 6387 (TimedEventQueue)
I/DEBUG ( 279): *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** ***
I/DEBUG ( 279): Build fingerprint: 'samsung/GT-I9000/GT-I9000:2.3.5/GINGERBREAD/XXJVT:user/release-keys'
I/DEBUG ( 279): Revision: '48'
I/DEBUG ( 279): pid: 4966, tid: 6387, name: TimedEventQueue >>> /system/bin/mediaserver <<<
I/DEBUG ( 279): signal 11 (SIGSEGV), code 2 (SEGV_ACCERR), fault addr 45249000
W/NativeCrashListener( 642): Couldn't find ProcessRecord for pid 4966
I/DEBUG ( 279): r0 43d18000 r1 45245000 r2 00000500 r3 000002d0
I/DEBUG ( 279): AM write failure (32 / Broken pipe)
I/DEBUG ( 279): r4 00003fe0 r5 00000000 r6 45249000 r7 43d18100
I/DEBUG ( 279): r8 00000000 r9 41e4c618 sl 45245000 fp 45249800
I/DEBUG ( 279): ip 4524c000 sp 4545fc70 lr 4524c800 pc 41420f20 cpsr 80070010
I/DEBUG ( 279): d0 0000000000000000 d1 0000000000000000
I/DEBUG ( 279): d2 0000000000000000 d3 0000000000000000
I/DEBUG ( 279): d4 0000000000000000 d5 0000000000000000
I/DEBUG ( 279): d6 0000000000000000 d7 0000000000000000
I/DEBUG ( 279): d8 0000000000000000 d9 0000000000000000
I/DEBUG ( 279): d10 0000000000000000 d11 0000000000000000
I/DEBUG ( 279): d12 0000000000000000 d13 0000000000000000
I/DEBUG ( 279): d14 0000000000000000 d15 0000000000000000
I/DEBUG ( 279): d16 0000000000000000 d17 0000000000000000
I/DEBUG ( 279): d18 0000000000000000 d19 0000000000000000
I/DEBUG ( 279): d20 0000000000000000 d21 0000000000000000
I/DEBUG ( 279): d22 0000000000000000 d23 0000000000000000
I/DEBUG ( 279): d24 0000000000000000 d25 0000000000000000
I/DEBUG ( 279): d26 0000000000000000 d27 0000000000000000
I/DEBUG ( 279): d28 0000000000000000 d29 0000000000000000
I/DEBUG ( 279): d30 0000000000000000 d31 0000000000000000
I/DEBUG ( 279): scr 60000010
I/DEBUG ( 279):
I/DEBUG ( 279): backtrace:
I/DEBUG ( 279): #00 pc 00008f20 /system/lib/libOMX.SEC.AVC.Decoder.so
I/DEBUG ( 279): #01 pc 000027fc <unknown>
I/DEBUG ( 279):
I/DEBUG ( 279): stack:
I/DEBUG ( 279): 4545fc30 00000000
I/DEBUG ( 279): 4545fc34 00000500
I/DEBUG ( 279): 4545fc38 000002d0
I/DEBUG ( 279): 4545fc3c 4545fcc0
I/DEBUG ( 279): 4545fc40 00000002
I/DEBUG ( 279): 4545fc44 00000000
I/DEBUG ( 279): 4545fc48 402c2028 /system/lib/libui.so
I/DEBUG ( 279): 4545fc4c 00000000
I/DEBUG ( 279): 4545fc50 41416b28
I/DEBUG ( 279): 4545fc54 00000500
I/DEBUG ( 279): 4545fc58 000002d0
I/DEBUG ( 279): 4545fc5c 4545fcc0
I/DEBUG ( 279): 4545fc60 41e4c618 [heap]
I/DEBUG ( 279): 4545fc64 4141de2b /system/lib/libOMX.SEC.AVC.Decoder.so (getVADDRfromANB+42)
I/DEBUG ( 279): 4545fc68 4545fcc0
I/DEBUG ( 279): 4545fc6c 00000000
I/DEBUG ( 279): #00 4545fc70 414a89f8
I/DEBUG ( 279): ........ ........
I/DEBUG ( 279): #01 4545fc70 414a89f8
I/DEBUG ( 279): 4545fc74 00000000
I/DEBUG ( 279): 4545fc78 00000500
I/DEBUG ( 279): 4545fc7c 41e4c7c0 [heap]
I/DEBUG ( 279): 4545fc80 000002d0
I/DEBUG ( 279): 4545fc84 41e4c618 [heap]
I/DEBUG ( 279): 4545fc88 000e1000
I/DEBUG ( 279): 4545fc8c 41416b28
I/DEBUG ( 279): 4545fc90 000e1000
I/DEBUG ( 279): 4545fc94 4141bae0 /system/lib/libOMX.SEC.AVC.Decoder.so (SEC_MFC_H264_Decode+1180)
I/DEBUG ( 279): 4545fc98 41e4cdd8 [heap]
I/DEBUG ( 279): 4545fc9c 41e4cd98 [heap]
I/DEBUG ( 279): 4545fca0 000e1000
I/DEBUG ( 279): 4545fca4 000e1000
I/DEBUG ( 279): 4545fca8 43d18000 /dev/pvrsrvkm
I/DEBUG ( 279): 4545fcac 42d9a000 /dev/pvrsrvkm
I/DEBUG ( 279):
I/DEBUG ( 279): memory near r0:
I/DEBUG ( 279): 43d17fe0 00000000 00000000 00000000 00000000
I/DEBUG ( 279): 43d17ff0 00000000 00000000 00000000 00000000
I/DEBUG ( 279): 43d18000 ffffffff ffffffff ffffffff ffffffff
I/DEBUG ( 279): 43d18010 ffffffff ffffffff ffffffff ffffffff
I/DEBUG ( 279): 43d18020 ffffffff ffffffff ffffffff ffffffff
I/DEBUG ( 279): 43d18030 ffffffff ffffffff ffffffff ffffffff
I/DEBUG ( 279): 43d18040 ffffffff ffffffff ffffffff ffffffff
I/DEBUG ( 279): 43d18050 ffffffff ffffffff ffffffff ffffffff
I/DEBUG ( 279): 43d18060 ffffffff ffffffff ffffffff ffffffff
I/DEBUG ( 279): 43d18070 ffffffff ffffffff ffffffff ffffffff
I/DEBUG ( 279): 43d18080 ffffffff ffffffff ffffffff ffffffff
I/DEBUG ( 279): 43d18090 ffffffff ffffffff ffffffff ffffffff
I/DEBUG ( 279): 43d180a0 ffffffff ffffffff ffffffff ffffffff
I/DEBUG ( 279): 43d180b0 ffffffff ffffffff ffffffff ffffffff
I/DEBUG ( 279): 43d180c0 ffffffff ffffffff ffffffff ffffffff
I/DEBUG ( 279): 43d180d0 ffffffff ffffffff ffffffff ffffffff
I/DEBUG ( 279):
I/DEBUG ( 279): memory near r1:
I/DEBUG ( 279): 45244fe0 00000000 00000000 00000000 00000000
I/DEBUG ( 279): 45244ff0 00000000 00000000 00000000 00000000
I/DEBUG ( 279): 45245000 00000000 00000000 00000000 00000000
I/DEBUG ( 279): 45245010 00000000 00000000 00000000 00000000
I/DEBUG ( 279): 45245020 00000000 00000000 00000000 00000000
I/DEBUG ( 279): 45245030 00000000 00000000 00000000 00000000
I/DEBUG ( 279): 45245040 00000000 00000000 00000000 00000000
I/DEBUG ( 279): 45245050 00000000 00000000 00000000 00000000
I/DEBUG ( 279): 45245060 00000000 00000000 00000000 00000000
I/DEBUG ( 279): 45245070 00000000 00000000 00000000 00000000
I/DEBUG ( 279): 45245080 00000000 00000000 00000000 00000000
I/DEBUG ( 279): 45245090 00000000 00000000 00000000 00000000
I/DEBUG ( 279): 452450a0 00000000 00000000 00000000 00000000
I/DEBUG ( 279): 452450b0 00000000 00000000 00000000 00000000
I/DEBUG ( 279): 452450c0 00000000 00000000 00000000 00000000
I/DEBUG ( 279): 452450d0 00000000 00000000 00000000 00000000
I/DEBUG ( 279):
I/DEBUG ( 279): memory near r4:
I/DEBUG ( 279): 00003fc0 ffffffff ffffffff ffffffff ffffffff
I/DEBUG ( 279): 00003fd0 ffffffff ffffffff ffffffff ffffffff
I/DEBUG ( 279): 00003fe0 ffffffff ffffffff ffffffff ffffffff
I/DEBUG ( 279): 00003ff0 ffffffff ffffffff ffffffff ffffffff
I/DEBUG ( 279): 00004000 ffffffff ffffffff ffffffff ffffffff
I/DEBUG ( 279): 00004010 ffffffff ffffffff ffffffff ffffffff
I/DEBUG ( 279): 00004020 ffffffff ffffffff ffffffff ffffffff
I/DEBUG ( 279): 00004030 ffffffff ffffffff ffffffff ffffffff
I/DEBUG ( 279): 00004040 ffffffff ffffffff ffffffff ffffffff
I/DEBUG ( 279): 00004050 ffffffff ffffffff ffffffff ffffffff
I/DEBUG ( 279): 00004060 ffffffff ffffffff ffffffff ffffffff
I/DEBUG ( 279): 00004070 ffffffff ffffffff ffffffff ffffffff
I/DEBUG ( 279): 00004080 ffffffff ffffffff ffffffff ffffffff
I/DEBUG ( 279): 00004090 ffffffff ffffffff ffffffff ffffffff
I/DEBUG ( 279): 000040a0 ffffffff ffffffff ffffffff ffffffff
I/DEBUG ( 279): 000040b0 ffffffff ffffffff ffffffff ffffffff
I/DEBUG ( 279):
I/DEBUG ( 279): memory near r6:
I/DEBUG ( 279): 45248fe0 00000000 00000000 00000000 00000000
I/DEBUG ( 279): 45248ff0 00000000 00000000 00000000 00000000
I/DEBUG ( 279): 45249000 00000000 00000000 00000000 00000000
I/DEBUG ( 279): 45249010 00000000 00000000 00000000 00000000
I/DEBUG ( 279): 45249020 00000000 00000000 00000000 00000000
I/DEBUG ( 279): 45249030 00000000 00000000 00000000 00000000
I/DEBUG ( 279): 45249040 00000000 00000000 00000000 00000000
I/DEBUG ( 279): 45249050 00000000 00000000 00000000 00000000
I/DEBUG ( 279): 45249060 00000000 00000000 00000000 00000000
I/DEBUG ( 279): 45249070 00000000 00000000 00000000 00000000
I/DEBUG ( 279): 45249080 00000000 00000000 00000000 00000000
I/DEBUG ( 279): 45249090 00000000 00000000 00000000 00000000
I/DEBUG ( 279): 452490a0 00000000 00000000 00000000 00000000
I/DEBUG ( 279): 452490b0 00000000 00000000 00000000 00000000
I/DEBUG ( 279): 452490c0 00000000 00000000 00000000 00000000
I/DEBUG ( 279): 452490d0 00000000 00000000 00000000 00000000
I/DEBUG ( 279):
I/DEBUG ( 279): memory near r7:
I/DEBUG ( 279): 43d180e0 ffffffff ffffffff ffffffff ffffffff
I/DEBUG ( 279): 43d180f0 ffffffff ffffffff ffffffff ffffffff
I/DEBUG ( 279): 43d18100 ffffffff ffffffff ffffffff ffffffff
I/DEBUG ( 279): 43d18110 ffffffff ffffffff ffffffff ffffffff
I/DEBUG ( 279): 43d18120 ffffffff ffffffff ffffffff ffffffff
I/DEBUG ( 279): 43d18130 ffffffff ffffffff ffffffff ffffffff
I/DEBUG ( 279): 43d18140 ffffffff ffffffff ffffffff ffffffff
I/DEBUG ( 279): 43d18150 ffffffff ffffffff ffffffff ffffffff
I/DEBUG ( 279): 43d18160 ffffffff ffffffff ffffffff ffffffff
I/DEBUG ( 279): 43d18170 ffffffff ffffffff ffffffff ffffffff
I/DEBUG ( 279): 43d18180 ffffffff ffffffff ffffffff ffffffff
I/DEBUG ( 279): 43d18190 ffffffff ffffffff ffffffff ffffffff
I/DEBUG ( 279): 43d181a0 ffffffff ffffffff ffffffff ffffffff
I/DEBUG ( 279): 43d181b0 ffffffff ffffffff ffffffff ffffffff
I/DEBUG ( 279): 43d181c0 ffffffff ffffffff ffffffff ffffffff
I/DEBUG ( 279): 43d181d0 ffffffff ffffffff ffffffff ffffffff
I/DEBUG ( 279):
I/DEBUG ( 279): memory near r9:
I/DEBUG ( 279): 41e4c5f8 000691a4 00000000 00000000 00000000
I/DEBUG ( 279): 41e4c608 00000000 00000000 00000000 00000000
I/DEBUG ( 279): 41e4c618 41416b28 00151800 00000000 00000000
I/DEBUG ( 279): 41e4c628 00000000 00000000 00000010 00000000
I/DEBUG ( 279): 41e4c638 000331f8 00000000 00000000 00000000
I/DEBUG ( 279): 41e4c648 00000000 00000000 00000000 00000000
I/DEBUG ( 279): 41e4c658 00000010 00000001 00000002 00000000
I/DEBUG ( 279): 41e4c668 41e4c7c0 41416ea0 40a20004 41e4d398
I/DEBUG ( 279): 41e4c678 00000000 00000000 000068f2 00000000
I/DEBUG ( 279): 41e4c688 0000c37c 00000000 00012739 00000000
I/DEBUG ( 279): 41e4c698 00025edb 00000000 0002ae32 00000000
I/DEBUG ( 279): 41e4c6a8 000331f8 00000000 0003b74d 00000000
I/DEBUG ( 279): 41e4c6b8 00044c64 00000000 0004eb54 00000000
I/DEBUG ( 279): 41e4c6c8 00057f98 00000000 00061ce3 00000000
I/DEBUG ( 279): 41e4c6d8 000691a4 00000000 85858585 85858585
I/DEBUG ( 279): 41e4c6e8 85858585 85858585 85858585 85858585
I/DEBUG ( 279):
I/DEBUG ( 279): memory near sl:
I/DEBUG ( 279): 45244fe0 00000000 00000000 00000000 00000000
I/DEBUG ( 279): 45244ff0 00000000 00000000 00000000 00000000
I/DEBUG ( 279): 45245000 00000000 00000000 00000000 00000000
I/DEBUG ( 279): 45245010 00000000 00000000 00000000 00000000
I/DEBUG ( 279): 45245020 00000000 00000000 00000000 00000000
I/DEBUG ( 279): 45245030 00000000 00000000 00000000 00000000
I/DEBUG ( 279): 45245040 00000000 00000000 00000000 00000000
I/DEBUG ( 279): 45245050 00000000 00000000 00000000 00000000
I/DEBUG ( 279): 45245060 00000000 00000000 00000000 00000000
I/DEBUG ( 279): 45245070 00000000 00000000 00000000 00000000
I/DEBUG ( 279): 45245080 00000000 00000000 00000000 00000000
I/DEBUG ( 279): 45245090 00000000 00000000 00000000 00000000
I/DEBUG ( 279): 452450a0 00000000 00000000 00000000 00000000
I/DEBUG ( 279): 452450b0 00000000 00000000 00000000 00000000
I/DEBUG ( 279): 452450c0 00000000 00000000 00000000 00000000
I/DEBUG ( 279): 452450d0 00000000 00000000 00000000 00000000
I/DEBUG ( 279):
I/DEBUG ( 279): memory near fp:
I/DEBUG ( 279): 452497e0 00000000 00000000 00000000 00000000
I/DEBUG ( 279): 452497f0 00000000 00000000 00000000 00000000
I/DEBUG ( 279): 45249800 00000000 00000000 00000000 00000000
I/DEBUG ( 279): 45249810 00000000 00000000 00000000 00000000
I/DEBUG ( 279): 45249820 00000000 00000000 00000000 00000000
I/DEBUG ( 279): 45249830 00000000 00000000 00000000 00000000
I/DEBUG ( 279): 45249840 00000000 00000000 00000000 00000000
I/DEBUG ( 279): 45249850 00000000 00000000 00000000 00000000
I/DEBUG ( 279): 45249860 00000000 00000000 00000000 00000000
I/DEBUG ( 279): 45249870 00000000 00000000 00000000 00000000
I/DEBUG ( 279): 45249880 00000000 00000000 00000000 00000000
I/DEBUG ( 279): 45249890 00000000 00000000 00000000 00000000
I/DEBUG ( 279): 452498a0 00000000 00000000 00000000 00000000
I/DEBUG ( 279): 452498b0 00000000 00000000 00000000 00000000
I/DEBUG ( 279): 452498c0 00000000 00000000 00000000 00000000
I/DEBUG ( 279): 452498d0 00000000 00000000 00000000 00000000
I/DEBUG ( 279):
I/DEBUG ( 279): memory near ip:
I/DEBUG ( 279): 4524bfe0 00000000 00000000 00000000 00000000
I/DEBUG ( 279): 4524bff0 00000000 00000000 00000000 00000000
I/DEBUG ( 279): 4524c000 00000000 00000000 00000000 00000000
I/DEBUG ( 279): 4524c010 00000000 00000000 00000000 00000000
I/DEBUG ( 279): 4524c020 00000000 00000000 00000000 00000000
I/DEBUG ( 279): 4524c030 00000000 00000000 00000000 00000000
I/DEBUG ( 279): 4524c040 00000000 00000000 00000000 00000000
I/DEBUG ( 279): 4524c050 00000000 00000000 00000000 00000000
I/DEBUG ( 279): 4524c060 00000000 00000000 00000000 00000000
I/DEBUG ( 279): 4524c070 00000000 00000000 00000000 00000000
I/DEBUG ( 279): 4524c080 00000000 00000000 00000000 00000000
I/DEBUG ( 279): 4524c090 00000000 00000000 00000000 00000000
I/DEBUG ( 279): 4524c0a0 00000000 00000000 00000000 00000000
I/DEBUG ( 279): 4524c0b0 00000000 00000000 00000000 00000000
I/DEBUG ( 279): 4524c0c0 00000000 00000000 00000000 00000000
I/DEBUG ( 279): 4524c0d0 00000000 00000000 00000000 00000000
I/DEBUG ( 279):
I/DEBUG ( 279): memory near sp:
I/DEBUG ( 279): 4545fc50 41416b28 00000500 000002d0 4545fcc0
I/DEBUG ( 279): 4545fc60 41e4c618 4141de2b 4545fcc0 00000000
I/DEBUG ( 279): 4545fc70 414a89f8 00000000 00000500 41e4c7c0
I/DEBUG ( 279): 4545fc80 000002d0 41e4c618 000e1000 41416b28
I/DEBUG ( 279): 4545fc90 000e1000 4141bae0 41e4cdd8 41e4cd98
I/DEBUG ( 279): 4545fca0 000e1000 000e1000 43d18000 42d9a000
I/DEBUG ( 279): 4545fcb0 41e4cdd8 00000000 00000006 000e1000
I/DEBUG ( 279): 4545fcc0 43d18000 42d9a000 4545fcec 41e4b090
I/DEBUG ( 279): 4545fcd0 ffffffff 4545fcec 41416378 40a13621
I/DEBUG ( 279): 4545fce0 41e4b090 40a1524b 4eecc000 347a0000
I/DEBUG ( 279): 4545fcf0 45245000 44519000 00000500 000002d0
I/DEBUG ( 279): 4545fd00 00000500 000002e0 00151800 00000010
I/DEBUG ( 279): 4545fd10 0002ae32 00000000 00000000 00000000
I/DEBUG ( 279): 4545fd20 00000000 00000000 00000000 41e4c530
I/DEBUG ( 279): 4545fd30 41e4c7c0 41e4d3f8 41e4c5d8 41e4c618
I/DEBUG ( 279): 4545fd40 41e4c5d8 00000001 41e4c530 4141be80
I/DEBUG ( 279):
I/DEBUG ( 279): code around pc:
I/DEBUG ( 279): 41420f00 f407c20d f447020d f447420d f5d6f000
I/DEBUG ( 279): 41420f10 f447820d f5d6f020 f447c20d f5dbf000
I/DEBUG ( 279): 41420f20 f426020d f5dbf020 f4264204 f5dcf000
I/DEBUG ( 279): 41420f30 f42b820d f5dcf020 f42bc204 f5def000
I/DEBUG ( 279): 41420f40 f46c020d f5def020 f46c4204 f46e820d
I/DEBUG ( 279): 41420f50 f46ec204 f407020d f407420d f407820d
I/DEBUG ( 279): 41420f60 f407c20d f447020d f447420d f5d6f000
I/DEBUG ( 279): 41420f70 f447820d f5d6f020 f447c20d f5dbf000
I/DEBUG ( 279): 41420f80 f426020d f5dbf020 f4264204 f5dcf000
I/DEBUG ( 279): 41420f90 f42b820d f5dcf020 f42bc204 f5def000
I/DEBUG ( 279): 41420fa0 f46c020d f5def020 f46c4204 f46e820d
I/DEBUG ( 279): 41420fb0 f46ec204 f407020d f407420d f407820d
I/DEBUG ( 279): 41420fc0 f407c20d f447020d f447420d f5d6f000
I/DEBUG ( 279): 41420fd0 f447820d f5d6f020 f447c20d f5dbf000
I/DEBUG ( 279): 41420fe0 f426020d f5dbf020 f426420f f5dcf000
I/DEBUG ( 279): 41420ff0 f42b820d f5dcf020 f42bc20f f5def000
I/DEBUG ( 279):
I/DEBUG ( 279): code around lr:
I/DEBUG ( 279): 4524c7e0 00000000 00000000 00000000 00000000
I/DEBUG ( 279): 4524c7f0 00000000 00000000 00000000 00000000
I/DEBUG ( 279): 4524c800 00000000 00000000 00000000 00000000
I/DEBUG ( 279): 4524c810 00000000 00000000 00000000 00000000
I/DEBUG ( 279): 4524c820 00000000 00000000 00000000 00000000
I/DEBUG ( 279): 4524c830 00000000 00000000 00000000 00000000
I/DEBUG ( 279): 4524c840 00000000 00000000 00000000 00000000
I/DEBUG ( 279): 4524c850 00000000 00000000 00000000 00000000
I/DEBUG ( 279): 4524c860 00000000 00000000 00000000 00000000
I/DEBUG ( 279): 4524c870 00000000 00000000 00000000 00000000
I/DEBUG ( 279): 4524c880 00000000 00000000 00000000 00000000
I/DEBUG ( 279): 4524c890 00000000 00000000 00000000 00000000
I/DEBUG ( 279): 4524c8a0 00000000 00000000 00000000 00000000
I/DEBUG ( 279): 4524c8b0 00000000 00000000 00000000 00000000
I/DEBUG ( 279): 4524c8c0 00000000 00000000 00000000 00000000
I/DEBUG ( 279): 4524c8d0 00000000 00000000 00000000 00000000
I/DEBUG ( 279):
I/DEBUG ( 279): memory map around fault addr 45249000:
I/DEBUG ( 279): 45231000-45249000 rw- /dev/ashmem/OMXCodec (deleted)
I/DEBUG ( 279): 45249000-4524a000 ---
I/DEBUG ( 279): 4524a000-45347000 rw-
I/BootReceiver( 642): Copying /data/tombstones/tombstone_08 to DropBox (SYSTEM_TOMBSTONE)
I/ServiceManager( 273): service 'media.audio_policy' died
I/ServiceManager( 273): service 'media.audio_flinger' died
I/ServiceManager( 273): service 'media.player' died
I/ServiceManager( 273): service 'media.camera' died
W/AudioSystem( 777): AudioPolicyService server died!
W/AudioSystem( 5781): AudioPolicyService server died!
W/AudioSystem( 642): AudioPolicyService server died!
W/MediaMetadataRetriever( 2070): MediaMetadataRetriever server died!
W/AudioSystem( 4839): AudioFlinger server died!
W/AudioSystem( 777): AudioFlinger server died!
W/AudioSystem( 5781): AudioFlinger server died!
W/AudioSystem( 642): AudioFlinger server died!
W/IMediaDeathNotifier( 2070): media server died
W/IMediaDeathNotifier( 777): media server died
E/MediaPlayer( 2070): error (100, 0)
E/MediaPlayer( 2070): Error (100,0)
D/VideoView( 2070): Error: 100,0
E/AudioService( 642): Media server died.
W/AudioEffect( 2070): IEffect died
W/AudioSystem( 2070): AudioFlinger server died!
W/AudioEffect( 2070): IEffect died
W/AudioEffects-JNI( 2070): EVENT_ERROR
W/CameraBase( 5472): Camera service died!
W/AudioEffects-JNI( 2070): EVENT_ERROR
Click to expand...
Click to collapse
Check in your video/media directories and see if there are any unexpected or corrupted files. I've seen in some AOSP based ROM threads that there will be a corrupted file that prevents review of media. (That may have been photos, or both photos and video.)

Categories

Resources