Hello,
I'm trying to cross-compile aircrack-ng 1.1 for a Toshiba AC100 in Ubuntu 12.04 x86_64 .
Android version:
4.1.2
CyanogenMod Version:
10-20121202-UNOFFICIAL-ac100
Kernel Version:
3.1.10+
[email protected] #1
Sun Dec 2 15:23:02 MSK 2012
GCC version:
arm-linux-androideabi-gcc (GCC) 4.6 20120106 (prerelease)
Copyright (C) 2011 Free Software Foundation, Inc.
I cross-compiled openssl 1.0.1c using the arm compiler found in ndk-r8d. The compiling process went smooth using this sources:
openssl.org/source/openssl-1.0.1c.tar.gz
The commands I typed to compile openssl were:
Code:
export TOOL_PREFIX=~/android/android-ndk-r8d/toolchains/arm-linux-androideabi-4.6/prebuilt/linux-x86/bin/arm-linux-androideabi-
export SYSROOT=~/android/android-ndk-r8d/platforms/android-14/arch-arm
export CC="$TOOL_PREFIX-gcc -march=armv7-a -mfloat-abi=softfp --sysroot=$SYSROOT"
./Configure android-armv7 shared no-asm
make
Then I compiled aircrack-ng-1.1 from sources (the previous exports need to be recast):
I also changed the aircrack-ng-1.1/src/Makefile to suite my needs:
line 7 replaced with
CFLAGS += -Iinclude -I~/android/openssl-1.0.1c/include
Click to expand...
Click to collapse
line 99 replaced with
LIBSSL = -L~/android/openssl-1.0.1c -l:libssl.so -l:libcrypto.so $(LDFLAGS)
Click to expand...
Click to collapse
"-lpthread" replaced with "-lc" allover the Makefile
in file common.mak
line 70 replaced with
CFLAGS ?= -g -W -Wall -O3
Click to expand...
Click to collapse
line 59-61 replaced with
else
ifndef CC
CC = $(TOOL_PREFIX)gcc
endif
endif
Click to expand...
Click to collapse
[/INDENT]
<termios.h> substituted to <sys/termios.h> in ./src/aircrack-ng.c, ./src/airodump-ng.c and ./src/wesside-ng.c
The I moved the bins and libraries to the Toshiba using adb and set right permissions:
Code:
make sqlite=false
make install
I've checked aircrack-ng with a test .cap file and it does work.
To use airmon-ng I installed busybox and compiled iwpriv and iw since they are needed.
I tested it with busybox 5.2 and it does work. (airmon-ng script first line must be replaced with "#!/system/bin/sh")
airodump-ng starts correctly in the emulator but, when I try to run it onto the Toshiba AC100, it fails:
Code:
$ airodump-ng
Illegal instruction
Through DDMS I retrieved this log:
Code:
01-16 00:01:50.129: A/libc(1419): Fatal signal 4 (SIGILL) at 0x00013938 (code=1), thread 1419 (airodump-ng)
01-16 00:01:50.230: I/DEBUG(109): *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** ***
01-16 00:01:50.230: I/DEBUG(109): Build fingerprint: 'motorola/tervigon/wingray:4.0.4/IMM76/292727:user/release-keys'
01-16 00:01:50.230: I/DEBUG(109): pid: 1419, tid: 1419, name: airodump-ng >>> airodump-ng <<<
01-16 00:01:50.230: I/DEBUG(109): signal 4 (SIGILL), code 1 (ILL_ILLOPC), fault addr 00013938
01-16 00:01:50.280: I/DEBUG(109): r0 00000017 r1 40050b04 r2 0c7b2450 r3 00010fc4
01-16 00:01:50.280: I/DEBUG(109): r4 40051854 r5 00045114 r6 007f5008 r7 00000001
01-16 00:01:50.280: I/DEBUG(109): r8 00024810 r9 00045174 sl 00000000 fp be9f2bec
01-16 00:01:50.280: I/DEBUG(109): ip 00000208 sp be9f09d0 lr 00013934 pc 00013938 cpsr 60000010
01-16 00:01:50.280: I/DEBUG(109): d0 0000000000000000 d1 0000000000000000
01-16 00:01:50.280: I/DEBUG(109): d2 0000000000000000 d3 0000000000000000
01-16 00:01:50.280: I/DEBUG(109): d4 0000000000000000 d5 4186191710000000
01-16 00:01:50.280: I/DEBUG(109): d6 0012750000000000 d7 4132750080000000
01-16 00:01:50.280: I/DEBUG(109): d8 0000000000000000 d9 0000000000000000
01-16 00:01:50.280: I/DEBUG(109): d10 0000000000000000 d11 0000000000000000
01-16 00:01:50.280: I/DEBUG(109): d12 0000000000000000 d13 0000000000000000
01-16 00:01:50.280: I/DEBUG(109): d14 0000000000000000 d15 0000000000000000
01-16 00:01:50.280: I/DEBUG(109): scr 00000010
01-16 00:01:50.280: I/DEBUG(109): backtrace:
01-16 00:01:50.280: I/DEBUG(109): #00 pc 0000b938 /system/bin/airodump-ng (dump_initialize+1244)
01-16 00:01:50.280: I/DEBUG(109): #01 pc 0000b930 /system/bin/airodump-ng (dump_initialize+1236)
01-16 00:01:50.280: I/DEBUG(109): stack:
01-16 00:01:50.280: I/DEBUG(109): be9f0990 00045174
01-16 00:01:50.280: I/DEBUG(109): be9f0994 00000000
01-16 00:01:50.280: I/DEBUG(109): be9f0998 be9f2bec [stack]
01-16 00:01:50.280: I/DEBUG(109): be9f099c be9f095c [stack]
01-16 00:01:50.280: I/DEBUG(109): be9f09a0 be9f0a20 [stack]
01-16 00:01:50.280: I/DEBUG(109): be9f09a4 40051854
01-16 00:01:50.280: I/DEBUG(109): be9f09a8 00045114
01-16 00:01:50.280: I/DEBUG(109): be9f09ac 00000001
01-16 00:01:50.280: I/DEBUG(109): be9f09b0 00000001
01-16 00:01:50.280: I/DEBUG(109): be9f09b4 00024810 /system/bin/airodump-ng
01-16 00:01:50.280: I/DEBUG(109): be9f09b8 007f5008 [heap]
01-16 00:01:50.280: I/DEBUG(109): be9f09bc 40051854
01-16 00:01:50.280: I/DEBUG(109): be9f09c0 40051854
01-16 00:01:50.280: I/DEBUG(109): be9f09c4 00013934 /system/bin/airodump-ng (dump_initialize+1240)
01-16 00:01:50.280: I/DEBUG(109): be9f09c8 df0027ad
01-16 00:01:50.280: I/DEBUG(109): be9f09cc 00000000
01-16 00:01:50.280: I/DEBUG(109): #00 be9f09d0 00000010
01-16 00:01:50.280: I/DEBUG(109): ........ ........
01-16 00:01:50.280: I/DEBUG(109): #01 be9f09d0 00000010
01-16 00:01:50.280: I/DEBUG(109): be9f09d4 00000000
01-16 00:01:50.280: I/DEBUG(109): be9f09d8 00000001
01-16 00:01:50.280: I/DEBUG(109): be9f09dc 00000032
01-16 00:01:50.280: I/DEBUG(109): be9f09e0 00000000
01-16 00:01:50.280: I/DEBUG(109): be9f09e4 be9f2bf4 [stack]
01-16 00:01:50.280: I/DEBUG(109): be9f09e8 00023e1c /system/bin/airodump-ng
01-16 00:01:50.280: I/DEBUG(109): be9f09ec 00000000
01-16 00:01:50.280: I/DEBUG(109): be9f09f0 be9f0a20 [stack]
01-16 00:01:50.280: I/DEBUG(109): be9f09f4 00024810 /system/bin/airodump-ng
01-16 00:01:50.280: I/DEBUG(109): be9f09f8 00000000
01-16 00:01:50.280: I/DEBUG(109): be9f09fc 00000000
01-16 00:01:50.280: I/DEBUG(109): be9f0a00 00000000
01-16 00:01:50.280: I/DEBUG(109): be9f0a04 00000000
01-16 00:01:50.280: I/DEBUG(109): be9f0a08 00000000
01-16 00:01:50.280: I/DEBUG(109): be9f0a0c 00000000
01-16 00:01:50.280: I/DEBUG(109): memory near r1:
01-16 00:01:50.280: I/DEBUG(109): 40050ae4 00000000 00000000 00000000 00000000 ................
01-16 00:01:50.280: I/DEBUG(109): 40050af4 00000000 00000000 00000000 00000000 ................
01-16 00:01:50.280: I/DEBUG(109): 40050b04 0c7b2450 00000000 00000000 00000000 P${.............
01-16 00:01:50.280: I/DEBUG(109): 40050b14 00000000 00000000 00000000 00000000 ................
01-16 00:01:50.280: I/DEBUG(109): 40050b24 00000000 00000000 00000000 00000000 ................
01-16 00:01:50.280: I/DEBUG(109): memory near r2:
01-16 00:01:50.280: I/DEBUG(109): 0c7b2430 ffffffff ffffffff ffffffff ffffffff ................
01-16 00:01:50.280: I/DEBUG(109): 0c7b2440 ffffffff ffffffff ffffffff ffffffff ................
01-16 00:01:50.280: I/DEBUG(109): 0c7b2450 ffffffff ffffffff ffffffff ffffffff ................
01-16 00:01:50.280: I/DEBUG(109): 0c7b2460 ffffffff ffffffff ffffffff ffffffff ................
01-16 00:01:50.280: I/DEBUG(109): 0c7b2470 ffffffff ffffffff ffffffff ffffffff ................
01-16 00:01:50.280: I/DEBUG(109): memory near r3:
01-16 00:01:50.280: I/DEBUG(109): 00010fa4 e1a00003 ebffe197 e3a00000 ebffe18f ................
01-16 00:01:50.280: I/DEBUG(109): 00010fb4 e1a04008 e5880008 e3a00000 ebffe18b [email protected]
01-16 00:01:50.280: I/DEBUG(109): 00010fc4 e3a03000 e3e02000 e5883020 e5882018 .0... .. 0... ..
01-16 00:01:50.280: I/DEBUG(109): 00010fd4 e588201c e5883024 e5883028 e588302c . ..$0..(0..,0..
01-16 00:01:50.280: I/DEBUG(109): 00010fe4 e5883030 e5883034 e588000c eafff966 00..40......f...
01-16 00:01:50.280: I/DEBUG(109): memory near r4:
01-16 00:01:50.280: I/DEBUG(109): 40051834 00000000 00000000 00000000 00000000 ................
01-16 00:01:50.280: I/DEBUG(109): 40051844 00000000 00000000 fffff1f0 00000001 ................
01-16 00:01:50.280: I/DEBUG(109): 40051854 00000032 00000001 00000000 00000010 2...............
01-16 00:01:50.280: I/DEBUG(109): 40051864 00000000 00000071 00000003 0000000f ....q...........
01-16 00:01:50.280: I/DEBUG(109): 40051874 00000000 00000e10 40057485 6f727545 [email protected]
01-16 00:01:50.280: I/DEBUG(109): memory near r5:
01-16 00:01:50.280: I/DEBUG(109): 000450f4 00000000 00000000 00000000 00000000 ................
01-16 00:01:50.280: I/DEBUG(109): 00045104 00000000 00000000 00000000 00000000 ................
01-16 00:01:50.280: I/DEBUG(109): 00045114 00000000 00000000 00000000 00000000 ................
01-16 00:01:50.280: I/DEBUG(109): 00045124 00000000 00000000 00000000 00000000 ................
01-16 00:01:50.280: I/DEBUG(109): 00045134 00000000 00000000 00000000 00000000 ................
01-16 00:01:50.280: I/DEBUG(109): memory near r6:
01-16 00:01:50.280: I/DEBUG(109): 007f4fe8 ffffffff ffffffff ffffffff ffffffff ................
01-16 00:01:50.280: I/DEBUG(109): 007f4ff8 ffffffff ffffffff 00000000 0000020b ................
01-16 00:01:50.280: I/DEBUG(109): 007f5008 6f79656b 302d7475 2d363131 31303030 keyout-0116-0001
01-16 00:01:50.280: I/DEBUG(109): 007f5018 6b2e3035 00737965 00000000 00000000 50.keys.........
01-16 00:01:50.280: I/DEBUG(109): 007f5028 00000000 00000000 00000000 00000000 ................
01-16 00:01:50.280: I/DEBUG(109): memory near r8:
01-16 00:01:50.280: I/DEBUG(109): 000247f0 000000c4 000000c8 000000cc 000000d0 ................
01-16 00:01:50.280: I/DEBUG(109): 00024800 000000d4 000000d8 00000000 00000000 ................
01-16 00:01:50.280: I/DEBUG(109): 00024810 00000001 00000007 0000000d 00000002 ................
01-16 00:01:50.280: I/DEBUG(109): 00024820 00000008 00000003 0000000e 00000009 ................
01-16 00:01:50.280: I/DEBUG(109): 00024830 00000004 0000000a 00000005 0000000b ................
01-16 00:01:50.280: I/DEBUG(109): memory near r9:
01-16 00:01:50.280: I/DEBUG(109): 00045154 00000000 00000000 00000000 00000000 ................
01-16 00:01:50.280: I/DEBUG(109): 00045164 00000000 00000000 00000000 00000000 ................
01-16 00:01:50.280: I/DEBUG(109): 00045174 00000000 00000000 00000000 00000000 ................
01-16 00:01:50.280: I/DEBUG(109): 00045184 00000000 00000000 00000000 00000000 ................
01-16 00:01:50.280: I/DEBUG(109): 00045194 00000000 00000000 00000000 00000000 ................
01-16 00:01:50.280: I/DEBUG(109): memory near fp:
01-16 00:01:50.280: I/DEBUG(109): be9f2bcc 00000000 00000000 00009a74 00023cb8 ........t....<..
01-16 00:01:50.280: I/DEBUG(109): be9f2bdc 00023cb0 00023ca8 00023cc0 00000000 .<...<...<......
01-16 00:01:50.280: I/DEBUG(109): be9f2bec 400b33d5 00000001 be9f2cf0 00000000 [email protected],......
01-16 00:01:50.280: I/DEBUG(109): be9f2bfc be9f2cfc be9f2d16 be9f2d3e be9f2e6b .,...-..>-..k...
01-16 00:01:50.280: I/DEBUG(109): be9f2c0c be9f2ea8 be9f2ec1 be9f2ed4 be9f2ee9 ................
01-16 00:01:50.280: I/DEBUG(109): memory near sp:
01-16 00:01:50.280: I/DEBUG(109): be9f09b0 00000001 00024810 007f5008 40051854 [email protected]
01-16 00:01:50.280: I/DEBUG(109): be9f09c0 40051854 00013934 df0027ad 00000000 [email protected]'......
01-16 00:01:50.280: I/DEBUG(109): be9f09d0 00000010 00000000 00000001 00000032 ............2...
01-16 00:01:50.280: I/DEBUG(109): be9f09e0 00000000 be9f2bf4 00023e1c 00000000 .....+...>......
01-16 00:01:50.280: I/DEBUG(109): be9f09f0 be9f0a20 00024810 00000000 00000000 ....H..........
01-16 00:01:50.280: I/DEBUG(109): code around pc:
01-16 00:01:50.280: I/DEBUG(109): 00013918 e58dc004 e08f2002 e594c004 e58dc008 ..... ..........
01-16 00:01:50.280: I/DEBUG(109): 00013928 e594c000 e58dc00c ebffd6f3 e59f3c84 .............<..
01-16 00:01:50.280: I/DEBUG(109): 00013938 f2c00010 e2850078 e2852dc6 e08f3003 ....x....-...0..
01-16 00:01:50.280: I/DEBUG(109): 00013948 e285c068 e285e070 f440078f e5931000 [email protected]
01-16 00:01:50.280: I/DEBUG(109): 00013958 e30301b0 f3c71e1f e1c5a2b2 e151000a ..............Q.
01-16 00:01:50.280: I/DEBUG(109): code around lr:
01-16 00:01:50.280: I/DEBUG(109): 00013914 e59f2ca0 e58dc004 e08f2002 e594c004 .,....... ......
01-16 00:01:50.280: I/DEBUG(109): 00013924 e58dc008 e594c000 e58dc00c ebffd6f3 ................
01-16 00:01:50.280: I/DEBUG(109): 00013934 e59f3c84 f2c00010 e2850078 e2852dc6 .<......x....-..
01-16 00:01:50.280: I/DEBUG(109): 00013944 e08f3003 e285c068 e285e070 f440078f [email protected]
01-16 00:01:50.280: I/DEBUG(109): 00013954 e5931000 e30301b0 f3c71e1f e1c5a2b2 ................
01-16 00:01:50.280: I/DEBUG(109): memory map around fault addr 00013938:
01-16 00:01:50.290: I/DEBUG(109): (no map below)
01-16 00:01:50.290: I/DEBUG(109): 00008000-00023000 /system/bin/airodump-ng
01-16 00:01:50.290: I/DEBUG(109): 00023000-00024000 /system/bin/airodump-ng
01-16 00:01:50.300: I/BootReceiver(279): Copying /data/tombstones/tombstone_04 to DropBox (SYSTEM_TOMBSTONE)
What can I try now? I' not able to figure out which operation is the illegal one ...
Related
Can anyone help me with linker error please?
When I execute linker command I got 'segmetation fault' and this log:
F/libc ( 2223): Fatal signal 11 (SIGSEGV) at 0xffffff60 (code=1)
I/DEBUG ( 2129): *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** ***
I/DEBUG ( 2129): Build fingerprint: 'google/yakju/maguro:4.0.1/ICL23D/212031:userdebug/dev-keys'
I/DEBUG ( 2129): pid: 2223, tid: 2223 >>> linker <<<
I/DEBUG ( 2129): signal 11 (SIGSEGV), code 1 (SEGV_MAPERR), fault addr ffffff60
I/DEBUG ( 2129): r0 70000001 r1 ffffff60 r2 00000005 r3 00000004
I/DEBUG ( 2129): r4 b0009f60 r5 b00094f0 r6 00000001 r7 be906c08
I/DEBUG ( 2129): r8 b0009910 r9 00000000 10 00000000 fp b0006f17
I/DEBUG ( 2129): ip 00000000 sp be906bc8 lr b00049fd pc b000419e cpsr 20000030
I/DEBUG ( 2129): d0 0000000000000000 d1 0000000000000000
I/DEBUG ( 2129): d2 0000000000000000 d3 0000000000000000
I/DEBUG ( 2129): d4 0000000000000000 d5 0000000000000000
I/DEBUG ( 2129): d6 0000000000000000 d7 0000000000000000
I/DEBUG ( 2129): d8 0000000000000000 d9 0000000000000000
I/DEBUG ( 2129): d10 0000000000000000 d11 0000000000000000
I/DEBUG ( 2129): d12 0000000000000000 d13 0000000000000000
I/DEBUG ( 2129): d14 0000000000000000 d15 0000000000000000
I/DEBUG ( 2129): scr 00000000
I/DEBUG ( 2129):
I/DEBUG ( 2129): #00 pc b000419e /system/bin/linker
I/DEBUG ( 2129): #01 lr b00049fd /system/bin/linker
I/DEBUG ( 2129):
I/DEBUG ( 2129): code around pc:
I/DEBUG ( 2129): b000417c 4ff0e92d 30a8f8d0 f8d04604 f8d01080
I/DEBUG ( 2129): b000418c 07582084 d558b087 f8c42000 48a10090
I/DEBUG ( 2129): b000419c 680be051 d1064283 f8c4688b 694b30f8
I/DEBUG ( 2129): b00041ac f8c408db 680b30fc d1242b01 688b694d
I/DEBUG ( 2129): b00041bc f8d418eb 42ab5090 f8c4bf88 698b3090
I/DEBUG ( 2129):
I/DEBUG ( 2129): code around lr:
I/DEBUG ( 2129): b00049dc 21fef89e 4b35b11a 447b3f01 4b34e001
I/DEBUG ( 2129): b00049ec 2100447b 1027f843 21004620 fbc0f7ff
I/DEBUG ( 2129): b00049fc 4930b1d0 0b04f10d 22184d2f 46584479
I/DEBUG ( 2129): b0004a0c f7fc447d 4628ec02 e93cf001 46024629
I/DEBUG ( 2129): b0004a1c f7fc2002 2002eb4c 22184659 eb46f7fc
I/DEBUG ( 2129):
I/DEBUG ( 2129): stack:
I/DEBUG ( 2129): be906b88 00000000
I/DEBUG ( 2129): be906b8c 00000000
I/DEBUG ( 2129): be906b90 00000000
I/DEBUG ( 2129): be906b94 00000000
I/DEBUG ( 2129): be906b98 00000000
I/DEBUG ( 2129): be906b9c 00000000
I/DEBUG ( 2129): be906ba0 00000000
I/DEBUG ( 2129): be906ba4 00000000
I/DEBUG ( 2129): be906ba8 00000000
I/DEBUG ( 2129): be906bac 00000000
I/DEBUG ( 2129): be906bb0 00000000
I/DEBUG ( 2129): be906bb4 00000000
I/DEBUG ( 2129): be906bb8 00000000
I/DEBUG ( 2129): be906bbc 00000000
I/DEBUG ( 2129): be906bc0 df0027ad
I/DEBUG ( 2129): be906bc4 00000000
I/DEBUG ( 2129): #00 be906bc8 00000000
I/DEBUG ( 2129): be906bcc 00000000
I/DEBUG ( 2129): be906bd0 b0009f60
I/DEBUG ( 2129): be906bd4 b0009f60
I/DEBUG ( 2129): be906bd8 be906d52
I/DEBUG ( 2129): be906bdc 00000118
I/DEBUG ( 2129): be906be0 b0009f60
I/DEBUG ( 2129): be906be4 b0009f60
I/DEBUG ( 2129): be906be8 b00094f0
I/DEBUG ( 2129): be906bec 00000001
I/DEBUG ( 2129): be906bf0 be906c08
I/DEBUG ( 2129): be906bf4 b0009910
I/DEBUG ( 2129): be906bf8 00000000
I/DEBUG ( 2129): be906bfc 00000000
I/DEBUG ( 2129): be906c00 b0006f17 /system/bin/linker
I/DEBUG ( 2129): be906c04 b00049fd /system/bin/linker
I/DEBUG ( 2129): be906c08 00000000
I/DEBUG ( 2129): be906c0c 00000000
It's something with libc.so when it try to exange information with kernel, right? But I already changed all core prelinked files and linker:
libd.so
libc.so
libm.so
libstdc++.so
libcutils.so
libsyscutils.so
libthread_db.so
libevent.so
libz.so
libcrypto.so
Also I get when executing some other commands:
reloc_library[1315] cannot locate '[something different from command to command like android_reboot]'...)CANNOT LINK EXECUTABLE
Thanks in advice!!!
So earlier today I compiled Ubuntu Phone OS for my tf101.
When I flashed it, it booted to a blank screen so I got a logcat:
Code:
I/SurfaceFlinger( 138): SurfaceFlinger is starting
I/SurfaceFlinger( 138): SurfaceFlinger's main thread ready to run. Initializing graphics H/W...
E/libEGL ( 138): eglGetDisplay:121 error 300c (EGL_BAD_PARAMETER)
E/libEGL ( 138): eglInitialize:137 error 3008 (EGL_BAD_DISPLAY)
I/gralloc ( 138): using (fd=14)
I/gralloc ( 138): id = tegra_fb
I/gralloc ( 138): xres = 1280 px
I/gralloc ( 138): yres = 800 px
I/gralloc ( 138): xres_virtual = 1280 px
I/gralloc ( 138): yres_virtual = 1600 px
I/gralloc ( 138): bpp = 32
I/gralloc ( 138): r = 0:8
I/gralloc ( 138): g = 8:8
I/gralloc ( 138): b = 16:8
I/gralloc ( 138): width = 203 mm (160.157639 dpi)
I/gralloc ( 138): height = 127 mm (160.000000 dpi)
I/gralloc ( 138): refresh rate = 60.00 Hz
E/SurfaceFlinger( 138): hwcomposer module not found
W/SurfaceFlinger( 138): getting VSYNC period from fb HAL: 16666666
E/libEGL ( 138): validate_display:245 error 3008 (EGL_BAD_DISPLAY)
F/libc ( 138): Fatal signal 11 (SIGSEGV) at 0xdeadbaad (code=1), thread 139 (SurfaceFlinger)
I/DEBUG ( 89): *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** ***
I/DEBUG ( 89): Build fingerprint: 'asus/full_tf101/tf101:4.2.1/JOP40D/eng.david.20130224.182716:userdebug/test-keys'
I/DEBUG ( 89): Revision: '0'
I/DEBUG ( 89): pid: 138, tid: 139, name: SurfaceFlinger >>> /system/bin/surfaceflinger <<<
I/DEBUG ( 89): signal 11 (SIGSEGV), code 1 (SEGV_MAPERR), fault addr deadbaad
I/DEBUG ( 89): r0 00000027 r1 00000001 r2 a0000000 r3 deadbaad
I/DEBUG ( 89): r4 00000000 r5 4058cd44 r6 4178db80 r7 4058cdc4
I/DEBUG ( 89): r8 00000000 r9 00003038 sl 00003038 fp 00003147
I/DEBUG ( 89): ip 401daff4 sp 4058cd40 lr 400c8ff3 pc 400c5724 cpsr 60050030
I/DEBUG ( 89): d0 404e000000000000 d1 3fdffffffffed720
I/DEBUG ( 89): d2 3fe0000000000000 d3 0000000000000000
I/DEBUG ( 89): d4 4024000000000000 d5 416fca0555555555
I/DEBUG ( 89): d6 41cdcd6500000000 d7 0000000042700000
I/DEBUG ( 89): d8 0000000000000000 d9 0000000000000000
I/DEBUG ( 89): d10 0000000000000000 d11 0000000000000000
I/DEBUG ( 89): d12 0000000000000000 d13 0000000000000000
I/DEBUG ( 89): d14 0000000000000000 d15 0000000000000000
I/DEBUG ( 89): scr 20000010
I/DEBUG ( 89):
I/DEBUG ( 89): backtrace:
I/DEBUG ( 89): #00 pc 0001a724 /system/lib/libc.so
I/DEBUG ( 89): #01 pc 0001dff1 /system/lib/libc.so (_fwalk+32)
I/DEBUG ( 89):
I/DEBUG ( 89): stack:
I/DEBUG ( 89): 4058cd00 400f4e0c
I/DEBUG ( 89): 4058cd04 00000050
I/DEBUG ( 89): 4058cd08 00000000
I/DEBUG ( 89): 4058cd0c 00000000
I/DEBUG ( 89): 4058cd10 00000063
I/DEBUG ( 89): 4058cd14 400bc37d /system/lib/libc.so (dlmalloc+4988)
I/DEBUG ( 89): 4058cd18 400f2254 /system/lib/libc.so
I/DEBUG ( 89): 4058cd1c 400f21b4 /system/lib/libc.so
I/DEBUG ( 89): 4058cd20 00000000
I/DEBUG ( 89): 4058cd24 400c8ff3 /system/lib/libc.so (_fwalk+34)
I/DEBUG ( 89): 4058cd28 400c82a1 /system/lib/libc.so (_cleanup)
I/DEBUG ( 89): 4058cd2c 4058cd44
I/DEBUG ( 89): 4058cd30 4178db80 [heap]
I/DEBUG ( 89): 4058cd34 4058cdc4
I/DEBUG ( 89): 4058cd38 df0027ad
I/DEBUG ( 89): 4058cd3c 00000000
I/DEBUG ( 89): #00 4058cd40 00000000
I/DEBUG ( 89): ........ ........
I/DEBUG ( 89): #01 4058cd40 00000000
I/DEBUG ( 89): 4058cd44 fffffbdf
I/DEBUG ( 89): 4058cd48 00000000
I/DEBUG ( 89): 4058cd4c 4178db80 [heap]
I/DEBUG ( 89): 4058cd50 4058cdc4
I/DEBUG ( 89): 4058cd54 00000000
I/DEBUG ( 89): 4058cd58 00003038
I/DEBUG ( 89): 4058cd5c 4058cdd4
I/DEBUG ( 89): 4058cd60 00000000
I/DEBUG ( 89): 4058cd64 400c2f7c /system/lib/libc.so (__pthread_clone)
I/DEBUG ( 89): 4058cd68 00000000
I/DEBUG ( 89): 4058cd6c 401d9925 /system/lib/libstdc++.so (operator new(unsigned int)+12)
I/DEBUG ( 89): 4058cd70 00000000
I/DEBUG ( 89): 4058cd74 4009a411 /system/lib/libsurfaceflinger.so (android::SurfaceFlinger::selectConfigForAttribute(void*, int const*, int, int, void**)+42)
I/DEBUG ( 89): 4058cd78 00000001
I/DEBUG ( 89): 4058cd7c 4058cda8
I/DEBUG ( 89):
I/DEBUG ( 89): memory near r2:
I/DEBUG ( 89): 9fffffe0 ffffffff ffffffff ffffffff ffffffff
I/DEBUG ( 89): 9ffffff0 ffffffff ffffffff ffffffff ffffffff
I/DEBUG ( 89): a0000000 ffffffff ffffffff ffffffff ffffffff
I/DEBUG ( 89): a0000010 ffffffff ffffffff ffffffff ffffffff
I/DEBUG ( 89): a0000020 ffffffff ffffffff ffffffff ffffffff
I/DEBUG ( 89): a0000030 ffffffff ffffffff ffffffff ffffffff
I/DEBUG ( 89): a0000040 ffffffff ffffffff ffffffff ffffffff
I/DEBUG ( 89): a0000050 ffffffff ffffffff ffffffff ffffffff
I/DEBUG ( 89): a0000060 ffffffff ffffffff ffffffff ffffffff
I/DEBUG ( 89): a0000070 ffffffff ffffffff ffffffff ffffffff
I/DEBUG ( 89): a0000080 ffffffff ffffffff ffffffff ffffffff
I/DEBUG ( 89): a0000090 ffffffff ffffffff ffffffff ffffffff
I/DEBUG ( 89): a00000a0 ffffffff ffffffff ffffffff ffffffff
I/DEBUG ( 89): a00000b0 ffffffff ffffffff ffffffff ffffffff
I/DEBUG ( 89): a00000c0 ffffffff ffffffff ffffffff ffffffff
I/DEBUG ( 89): a00000d0 ffffffff ffffffff ffffffff ffffffff
I/DEBUG ( 89):
I/DEBUG ( 89): memory near r5:
I/DEBUG ( 89): 4058cd24 400c8ff3 400c82a1 4058cd44 4178db80
I/DEBUG ( 89): 4058cd34 4058cdc4 df0027ad 00000000 00000000
I/DEBUG ( 89): 4058cd44 fffffbdf 00000000 4178db80 4058cdc4
I/DEBUG ( 89): 4058cd54 00000000 00003038 4058cdd4 00000000
I/DEBUG ( 89): 4058cd64 400c2f7c 00000000 401d9925 00000000
I/DEBUG ( 89): 4058cd74 4009a411 00000001 4058cda8 4058cdd4
I/DEBUG ( 89): 4058cd84 ffffffff 00000000 4020b5b9 4058cdd4
I/DEBUG ( 89): 4058cd94 4058cdd4 00000000 00003038 4058cdc4
I/DEBUG ( 89): 4058cda4 00000002 00003024 00003142 00003147
I/DEBUG ( 89): 4058cdb4 4009e8bd 4058cdc4 00000000 00000100
I/DEBUG ( 89): 4058cdc4 400bc37d 00100000 4058cdd4 00003022
I/DEBUG ( 89): 4058cdd4 400a7fe8 4178db80 00000007 00000000
I/DEBUG ( 89): 4058cde4 00000008 400a8644 4178d490 4058ce40
I/DEBUG ( 89): 4058cdf4 400a19c0 4178d820 4178d7a0 00100000
I/DEBUG ( 89): 4058ce04 40209ec1 4048d000 4009ea17 005011e3
I/DEBUG ( 89): 4058ce14 4058ce50 4020f8d8 4058ce50 4178d4a4
I/DEBUG ( 89):
I/DEBUG ( 89): memory near r6:
I/DEBUG ( 89): 4178db60 00000000 00000000 00000040 00000062
I/DEBUG ( 89): 4178db70 00000001 00000040 00000000 00000000
I/DEBUG ( 89): 4178db80 00003022 00000008 00003023 00000008
I/DEBUG ( 89): 4178db90 00003024 00000008 00003033 00000004
I/DEBUG ( 89): 4178dba0 00003142 00000001 00003147 00000001
I/DEBUG ( 89): 4178dbb0 00003038 00003038 00000000 00000000
I/DEBUG ( 89): 4178dbc0 00000000 00000000 00000000 00000c61
I/DEBUG ( 89): 4178dbd0 00000000 00000000 00000000 00000000
I/DEBUG ( 89): 4178dbe0 00000000 00000000 00000000 00000000
I/DEBUG ( 89): 4178dbf0 00000000 00000000 00000000 00000000
I/DEBUG ( 89): 4178dc00 00000000 00000000 00000000 00000000
I/DEBUG ( 89): 4178dc10 00000000 00000000 00000000 00000000
I/DEBUG ( 89): 4178dc20 00000000 00000000 00000000 00000000
I/DEBUG ( 89): 4178dc30 00000000 00000000 00000000 00000000
I/DEBUG ( 89): 4178dc40 00000000 00000000 00000000 00000000
I/DEBUG ( 89): 4178dc50 00000000 00000000 00000000 00000000
I/DEBUG ( 89):
I/DEBUG ( 89): memory near r7:
I/DEBUG ( 89): 4058cda4 00000002 00003024 00003142 00003147
I/DEBUG ( 89): 4058cdb4 4009e8bd 4058cdc4 00000000 00000100
I/DEBUG ( 89): 4058cdc4 400bc37d 00100000 4058cdd4 00003022
I/DEBUG ( 89): 4058cdd4 400a7fe8 4178db80 00000007 00000000
I/DEBUG ( 89): 4058cde4 00000008 400a8644 4178d490 4058ce40
I/DEBUG ( 89): 4058cdf4 400a19c0 4178d820 4178d7a0 00100000
I/DEBUG ( 89): 4058ce04 40209ec1 4048d000 4009ea17 005011e3
I/DEBUG ( 89): 4058ce14 4058ce50 4020f8d8 4058ce50 4178d4a4
I/DEBUG ( 89): 4058ce24 4178d7a0 00100000 4058ce50 00000000
I/DEBUG ( 89): 4058ce34 401e2757 400f5228 40209d9d 4178d490
I/DEBUG ( 89): 4058ce44 4178d4a4 401e7ebd 00080001 401e28a1
I/DEBUG ( 89): 4058ce54 00080001 401ea028 00080001 00000000
I/DEBUG ( 89): 4058ce64 00000000 401ea0c0 4178d4a4 00000001
I/DEBUG ( 89): 4058ce74 00000001 00000001 4178d4a4 4058cea0
I/DEBUG ( 89): 4058ce84 400a8644 400a8644 4178d7a0 00100000
I/DEBUG ( 89): 4058ce94 40209ec1 4048d000 4020a3e1 4178d4a4
I/DEBUG ( 89):
I/DEBUG ( 89): memory near r9:
I/DEBUG ( 89): 00003018 ffffffff ffffffff ffffffff ffffffff
I/DEBUG ( 89): 00003028 ffffffff ffffffff ffffffff ffffffff
I/DEBUG ( 89): 00003038 ffffffff ffffffff ffffffff ffffffff
I/DEBUG ( 89): 00003048 ffffffff ffffffff ffffffff ffffffff
I/DEBUG ( 89): 00003058 ffffffff ffffffff ffffffff ffffffff
I/DEBUG ( 89): 00003068 ffffffff ffffffff ffffffff ffffffff
I/DEBUG ( 89): 00003078 ffffffff ffffffff ffffffff ffffffff
I/DEBUG ( 89): 00003088 ffffffff ffffffff ffffffff ffffffff
I/DEBUG ( 89): 00003098 ffffffff ffffffff ffffffff ffffffff
I/DEBUG ( 89): 000030a8 ffffffff ffffffff ffffffff ffffffff
I/DEBUG ( 89): 000030b8 ffffffff ffffffff ffffffff ffffffff
I/DEBUG ( 89): 000030c8 ffffffff ffffffff ffffffff ffffffff
I/DEBUG ( 89): 000030d8 ffffffff ffffffff ffffffff ffffffff
I/DEBUG ( 89): 000030e8 ffffffff ffffffff ffffffff ffffffff
I/DEBUG ( 89): 000030f8 ffffffff ffffffff ffffffff ffffffff
I/DEBUG ( 89): 00003108 ffffffff ffffffff ffffffff ffffffff
I/DEBUG ( 89):
I/DEBUG ( 89): memory near sl:
I/DEBUG ( 89): 00003018 ffffffff ffffffff ffffffff ffffffff
I/DEBUG ( 89): 00003028 ffffffff ffffffff ffffffff ffffffff
I/DEBUG ( 89): 00003038 ffffffff ffffffff ffffffff ffffffff
I/DEBUG ( 89): 00003048 ffffffff ffffffff ffffffff ffffffff
I/DEBUG ( 89): 00003058 ffffffff ffffffff ffffffff ffffffff
I/DEBUG ( 89): 00003068 ffffffff ffffffff ffffffff ffffffff
I/DEBUG ( 89): 00003078 ffffffff ffffffff ffffffff ffffffff
I/DEBUG ( 89): 00003088 ffffffff ffffffff ffffffff ffffffff
I/DEBUG ( 89): 00003098 ffffffff ffffffff ffffffff ffffffff
I/DEBUG ( 89): 000030a8 ffffffff ffffffff ffffffff ffffffff
I/DEBUG ( 89): 000030b8 ffffffff ffffffff ffffffff ffffffff
I/DEBUG ( 89): 000030c8 ffffffff ffffffff ffffffff ffffffff
I/DEBUG ( 89): 000030d8 ffffffff ffffffff ffffffff ffffffff
I/DEBUG ( 89): 000030e8 ffffffff ffffffff ffffffff ffffffff
I/DEBUG ( 89): 000030f8 ffffffff ffffffff ffffffff ffffffff
I/DEBUG ( 89): 00003108 ffffffff ffffffff ffffffff ffffffff
I/DEBUG ( 89):
I/DEBUG ( 89): memory near fp:
I/DEBUG ( 89): 00003124 ffffffff ffffffff ffffffff ffffffff
I/DEBUG ( 89): 00003134 ffffffff ffffffff ffffffff ffffffff
I/DEBUG ( 89): 00003144 ffffffff ffffffff ffffffff ffffffff
I/DEBUG ( 89): 00003154 ffffffff ffffffff ffffffff ffffffff
I/DEBUG ( 89): 00003164 ffffffff ffffffff ffffffff ffffffff
I/DEBUG ( 89): 00003174 ffffffff ffffffff ffffffff ffffffff
I/DEBUG ( 89): 00003184 ffffffff ffffffff ffffffff ffffffff
I/DEBUG ( 89): 00003194 ffffffff ffffffff ffffffff ffffffff
I/DEBUG ( 89): 000031a4 ffffffff ffffffff ffffffff ffffffff
I/DEBUG ( 89): 000031b4 ffffffff ffffffff ffffffff ffffffff
I/DEBUG ( 89): 000031c4 ffffffff ffffffff ffffffff ffffffff
I/DEBUG ( 89): 000031d4 ffffffff ffffffff ffffffff ffffffff
I/DEBUG ( 89): 000031e4 ffffffff ffffffff ffffffff ffffffff
I/DEBUG ( 89): 000031f4 ffffffff ffffffff ffffffff ffffffff
I/DEBUG ( 89): 00003204 ffffffff ffffffff ffffffff ffffffff
I/DEBUG ( 89): 00003214 ffffffff ffffffff ffffffff ffffffff
I/DEBUG ( 89):
I/DEBUG ( 89): memory near ip:
I/DEBUG ( 89): 401dafd4 00000000 00000000 00000000 400cc501
I/DEBUG ( 89): 401dafe4 400cc40d 400c3018 400c3038 400b7f85
I/DEBUG ( 89): 401daff4 400c2f74 400b7f99 400cc3b5 401db000
I/DEBUG ( 89): 401db004 00000000 00000000 00000000 00000000
I/DEBUG ( 89): 401db014 00000000 00000000 00000000 00000000
I/DEBUG ( 89): 401db024 00000000 00000000 00000000 00000000
I/DEBUG ( 89): 401db034 00000000 00000000 00000000 00000000
I/DEBUG ( 89): 401db044 00000000 00000000 00000000 00000000
I/DEBUG ( 89): 401db054 00000000 00000000 00000000 00000000
I/DEBUG ( 89): 401db064 00000000 00000000 00000000 00000000
I/DEBUG ( 89): 401db074 00000000 00000000 00000000 00000000
I/DEBUG ( 89): 401db084 00000000 00000000 00000000 00000000
I/DEBUG ( 89): 401db094 00000000 00000000 00000000 00000000
I/DEBUG ( 89): 401db0a4 00000000 00000000 00000000 00000000
I/DEBUG ( 89): 401db0b4 00000000 00000000 00000000 00000000
I/DEBUG ( 89): 401db0c4 00000000 00000000 00000000 00000000
I/DEBUG ( 89):
I/DEBUG ( 89): memory near sp:
I/DEBUG ( 89): 4058cd20 00000000 400c8ff3 400c82a1 4058cd44
I/DEBUG ( 89): 4058cd30 4178db80 4058cdc4 df0027ad 00000000
I/DEBUG ( 89): 4058cd40 00000000 fffffbdf 00000000 4178db80
I/DEBUG ( 89): 4058cd50 4058cdc4 00000000 00003038 4058cdd4
I/DEBUG ( 89): 4058cd60 00000000 400c2f7c 00000000 401d9925
I/DEBUG ( 89): 4058cd70 00000000 4009a411 00000001 4058cda8
I/DEBUG ( 89): 4058cd80 4058cdd4 ffffffff 00000000 4020b5b9
I/DEBUG ( 89): 4058cd90 4058cdd4 4058cdd4 00000000 00003038
I/DEBUG ( 89): 4058cda0 4058cdc4 00000002 00003024 00003142
I/DEBUG ( 89): 4058cdb0 00003147 4009e8bd 4058cdc4 00000000
I/DEBUG ( 89): 4058cdc0 00000100 400bc37d 00100000 4058cdd4
I/DEBUG ( 89): 4058cdd0 00003022 400a7fe8 4178db80 00000007
I/DEBUG ( 89): 4058cde0 00000000 00000008 400a8644 4178d490
I/DEBUG ( 89): 4058cdf0 4058ce40 400a19c0 4178d820 4178d7a0
I/DEBUG ( 89): 4058ce00 00100000 40209ec1 4048d000 4009ea17
I/DEBUG ( 89): 4058ce10 005011e3 4058ce50 4020f8d8 4058ce50
I/DEBUG ( 89):
I/DEBUG ( 89): code around pc:
I/DEBUG ( 89): 400c5704 461ce00b 2b006823 e026d1fb b12468e4
I/DEBUG ( 89): 400c5714 21014a18 6011447a 4b1247a0 24002027
I/DEBUG ( 89): 400c5724 f7fc7018 2106eb32 ec94f7fd 5180f04f
I/DEBUG ( 89): 400c5734 91042006 460aa902 94039402 e87af7fd
I/DEBUG ( 89): 400c5744 46224629 f7fd2002 f7fce884 2106eb1e
I/DEBUG ( 89): 400c5754 ec80f7fd f7fc2001 6960e83e d1dc2800
I/DEBUG ( 89): 400c5764 bf00e7d4 deadbaad 0002c8ec ffffff84
I/DEBUG ( 89): 400c5774 0002fb58 0002fb3c 2400b510 4669b088
I/DEBUG ( 89): 400c5784 9002aa04 94014620 94039400 efd8f7fc
I/DEBUG ( 89): 400c5794 db0642a0 b1139b07 1c419806 98069106
I/DEBUG ( 89): 400c57a4 4620e000 bd10b008 4605b538 f7fc4c06
I/DEBUG ( 89): 400c57b4 42a8e96e d104447c 58e14b04 20006008
I/DEBUG ( 89): 400c57c4 f04fbd38 bd3830ff 0002c818 ffffff88
I/DEBUG ( 89): 400c57d4 460db538 b13db108 481be027 f7fc4478
I/DEBUG ( 89): 400c57e4 2800ed68 e00ed0f7 21024818 f0014478
I/DEBUG ( 89): 400c57f4 1e04fa63 4629db07 ebf2f7fc da052800
I/DEBUG ( 89):
I/DEBUG ( 89): code around lr:
I/DEBUG ( 89): 400c8fd0 4a0e4b0d 41f0e92d 447b4680 589c2600
I/DEBUG ( 89): 400c8fe0 686768a5 f9b5e007 2b00300c 4628dd02
I/DEBUG ( 89): 400c8ff0 430647c0 3f013554 6824d5f5 d1ef2c00
I/DEBUG ( 89): 400c9000 e8bd4630 bf0081f0 00028ff6 ffffffb0
I/DEBUG ( 89): 400c9010 43f0e92d f502fb01 4b16461e 4916460f
I/DEBUG ( 89): 400c9020 447bb087 46149001 aa012001 92039502
I/DEBUG ( 89): 400c9030 90049505 681a585b b1124698 f7ff4630
I/DEBUG ( 89): 400c9040 4630fa2e f7ffa903 4681fe9e 0000f8d8
I/DEBUG ( 89): 400c9050 4630b110 fa30f7ff 0f00f1b9 9c05d005
I/DEBUG ( 89): 400c9060 1b284639 ef4ef019 46204604 e8bdb007
I/DEBUG ( 89): 400c9070 bf0083f0 00028fae ffffff68 46036842
I/DEBUG ( 89): 400c9080 29001e51 da016041 bbacf000 f8126802
I/DEBUG ( 89): 400c9090 601a0b01 00004770 4a104b0f 4604b570
I/DEBUG ( 89): 400c90a0 589b447b 461e6819 f7ffb109 6860f9f8
I/DEBUG ( 89): 400c90b0 2d001e45 da046065 f0004620 4605fb93
I/DEBUG ( 89): 400c90c0 6822e003 5b01f812 68336022 4620b113
I/DEBUG ( 89):
I/DEBUG ( 89): memory map around fault addr deadbaad:
I/DEBUG ( 89): be7f4000-be815000 [stack]
I/DEBUG ( 89): (no map for address)
I/DEBUG ( 89): ffff0000-ffff1000 [vectors]
Does anyone know how to fix this?
cpu999 said:
So earlier today I compiled Ubuntu Phone OS for my tf101.
When I flashed it, it booted to a blank screen so I got a logcat:
...
Does anyone know how to fix this?
Click to expand...
Click to collapse
Same bug, got it on my Nook Color.
Hello all! First of all appologies for the crappy title. I just re-read it after hitting the submit post button :\
I'm trying to fix my fiance's father's tablet. It is a cheapie 7in whose company website doesn't help at all (and support portion helps even less). At the moment I'm at a deadlock and I can't quite figure out how to proceed next. Here's what I got:
The tablet is stuck in a loop at boot (it's detailed after this list in the code section)
There is no recovery that I can find. 'adb reboot recovery' acts just like 'adb reboot bootloader')
No combination of button presses at boot would change the behavior of the boot process
I can shell in via adb
I cannot find the stock ROM for this little guy
logcat:
Code:
/AndroidRuntime(10945):
D/AndroidRuntime(10945): >>>>>> AndroidRuntime START com.android.internal.os.ZygoteInit <<<<<<
D/AndroidRuntime(10945): CheckJNI is OFF
D/dalvikvm(10945): Trying to load lib libjavacore.so 0x0
D/dalvikvm(10945): Added shared lib libjavacore.so 0x0
D/dalvikvm(10945): Trying to load lib libnativehelper.so 0x0
D/dalvikvm(10945): Added shared lib libnativehelper.so 0x0
F/libc (10945): Fatal signal 11 (SIGSEGV) at 0x5a4e91b4 (code=1), thread 10945 (zygote)
I/DEBUG ( 83): *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** ***
I/DEBUG ( 83): Build fingerprint: 'SoftWinnner/crane_a702jhorange/crane-a702jhorange:4.1.1/JRO03C/20121213:eng/test-keys'
I/DEBUG ( 83): pid: 10945, tid: 10945, name: zygote >>> zygote <<<
I/DEBUG ( 83): signal 11 (SIGSEGV), code 1 (SEGV_MAPERR), fault addr 5a4e91b4
I/DEBUG ( 83): r0 40ee7bd8 r1 007f1047 r2 58525028 r3 58525098
I/DEBUG ( 83): r4 fffc89ee r5 407e31a8 r6 41fcea50 r7 5868fd3c
I/DEBUG ( 83): r8 41c3a000 r9 40087f88 sl 00000000 fp 407c3a9e
I/DEBUG ( 83): ip 00002400 sp be9258a0 lr 407a2653 pc 4078f338 cpsr 80000030
I/DEBUG ( 83): d0 380000003b800000 d1 3000000034000000
I/DEBUG ( 83): d2 5752620857526152 d3 5752627857526257
I/DEBUG ( 83): d4 5752627857526240 d5 575659d8575262b0
I/DEBUG ( 83): d6 57565a4857565a10 d7 57565ab857565a80
I/DEBUG ( 83): d8 0000000000000000 d9 0000000000000000
I/DEBUG ( 83): d10 0000000000000000 d11 0000000000000000
I/DEBUG ( 83): d12 0000000000000000 d13 0000000000000000
I/DEBUG ( 83): d14 0000000000000000 d15 0000000000000000
I/DEBUG ( 83): d16 0000000000000017 d17 0000000000000000
I/DEBUG ( 83): d18 0000000000000000 d19 0000000000000000
I/DEBUG ( 83): d20 0000000000000000 d21 0000000000000000
I/DEBUG ( 83): d22 0000000000000000 d23 0000000000000000
I/DEBUG ( 83): d24 0000000000000000 d25 0000000000000000
I/DEBUG ( 83): d26 0000000000000000 d27 0000000000000000
I/DEBUG ( 83): d28 0000000000000000 d29 0000000000000000
I/DEBUG ( 83): d30 0000000000000000 d31 0000000000000000
I/DEBUG ( 83): scr 60000010
I/DEBUG ( 83):
I/DEBUG ( 83): backtrace:
I/DEBUG ( 83): #00 pc 00056338 /system/lib/libdvm.so (dexStringById(DexFile const*, unsigned int)+3)
I/DEBUG ( 83): #01 pc 0006964f /system/lib/libdvm.so
I/DEBUG ( 83): #02 pc 00069ca7 /system/lib/libdvm.so (dvmFindClassNoInit(char const*, Object*)+214)
I/DEBUG ( 83): #03 pc 00063f21 /system/lib/libdvm.so (dvmFindClassByName(StringObject*, Object*, bool)+84)
I/DEBUG ( 83): #04 pc 00066195 /system/lib/libdvm.so
I/DEBUG ( 83): #05 pc 00027260 /system/lib/libdvm.so
I/DEBUG ( 83): #06 pc 0002bb38 /system/lib/libdvm.so (dvmInterpret(Thread*, Method const*, JValue*)+180)
I/DEBUG ( 83): #07 pc 0005f5b1 /system/lib/libdvm.so (dvmCallMethodV(Thread*, Method const*, Object*, bool, JValue*, std::__va_list)+272)
I/DEBUG ( 83): #08 pc 0005f5db /system/lib/libdvm.so (dvmCallMethod(Thread*, Method const*, Object*, JValue*, ...)+20)
I/DEBUG ( 83): #09 pc 00069c3d /system/lib/libdvm.so (dvmFindClassNoInit(char const*, Object*)+108)
I/DEBUG ( 83): #10 pc 0004d227 /system/lib/libdvm.so
I/DEBUG ( 83): #11 pc 00061051 /system/lib/libandroid_runtime.so (android::register_android_content_AssetManager(_JNIEnv*)+200)
I/DEBUG ( 83): #12 pc 00045123 /system/lib/libandroid_runtime.so (android::AndroidRuntime::startReg(_JNIEnv*)+34)
I/DEBUG ( 83): #13 pc 00045221 /system/lib/libandroid_runtime.so (android::AndroidRuntime::start(char const*, char const*)+200)
I/DEBUG ( 83): #14 pc 00000dcf /system/bin/app_process
I/DEBUG ( 83):
I/DEBUG ( 83): stack:
I/DEBUG ( 83): be925860 407e31a8 /system/lib/libdvm.so
I/DEBUG ( 83): be925864 00000001
I/DEBUG ( 83): be925868 9c50d290
I/DEBUG ( 83): be92586c 58eea730 /data/dalvik-cache/[email protected]@[email protected]
I/DEBUG ( 83): be925870 40ee7bd8
I/DEBUG ( 83): be925874 0000000c
I/DEBUG ( 83): be925878 40087f88
I/DEBUG ( 83): be92587c 40e52ba4
I/DEBUG ( 83): be925880 407e31a8 /system/lib/libdvm.so
I/DEBUG ( 83): be925884 41fcea50 [heap]
I/DEBUG ( 83): be925888 0003001e
I/DEBUG ( 83): be92588c 41c3a000 /dev/ashmem/dalvik-aux-structure (deleted)
I/DEBUG ( 83): be925890 40087f88
I/DEBUG ( 83): be925894 00000000
I/DEBUG ( 83): be925898 df0027ad
I/DEBUG ( 83): be92589c 00000000
I/DEBUG ( 83): #00 be9258a0 41fe9770 /dev/ashmem/dalvik-heap (deleted)
I/DEBUG ( 83): ........ ........
I/DEBUG ( 83): #01 be9258a0 41fe9770 /dev/ashmem/dalvik-heap (deleted)
I/DEBUG ( 83): be9258a4 407a78e5 /system/lib/libdvm.so (dvmHeapSourceAlloc(unsigned int)+76)
I/DEBUG ( 83): be9258a8 000004eb
I/DEBUG ( 83): be9258ac 41874a38
I/DEBUG ( 83): be9258b0 41fe97c8 /dev/ashmem/dalvik-heap (deleted)
I/DEBUG ( 83): be9258b4 00000000
I/DEBUG ( 83): be9258b8 00000001
I/DEBUG ( 83): be9258bc 00000001
I/DEBUG ( 83): be9258c0 41fe9780 /dev/ashmem/dalvik-heap (deleted)
I/DEBUG ( 83): be9258c4 41fe9128 /dev/ashmem/dalvik-heap (deleted)
I/DEBUG ( 83): be9258c8 40ee7bd8
I/DEBUG ( 83): be9258cc 0000652b
I/DEBUG ( 83): be9258d0 585de0a4 /data/dalvik-cache/[email protected]@[email protected]
I/DEBUG ( 83): be9258d4 5852502c /data/dalvik-cache/[email protected]@[email protected]
I/DEBUG ( 83): be9258d8 5852502c /data/dalvik-cache/[email protected]@[email protected]
I/DEBUG ( 83): be9258dc 41c3a000 /dev/ashmem/dalvik-aux-structure (deleted)
I/DEBUG ( 83): ........ ........
I/DEBUG ( 83): #02 be925928 40023c50
I/DEBUG ( 83): be92592c 00000000
I/DEBUG ( 83): be925930 00000000
I/DEBUG ( 83): be925934 40756fc0 /system/lib/libdvm.so
I/DEBUG ( 83): be925938 00000009
I/DEBUG ( 83): be92593c 40023c50
I/DEBUG ( 83): be925940 40087f88
I/DEBUG ( 83): be925944 00000000
I/DEBUG ( 83): be925948 00000000
I/DEBUG ( 83): be92594c 40756fc0 /system/lib/libdvm.so
I/DEBUG ( 83): be925950 00000009
I/DEBUG ( 83): be925954 40ecff00
I/DEBUG ( 83): be925958 00000000
I/DEBUG ( 83): be92595c 4079cf25 /system/lib/libdvm.so (dvmFindClassByName(StringObject*, Object*, bool)+88)
I/DEBUG ( 83):
I/DEBUG ( 83): memory near r0:
I/DEBUG ( 83): 40ee7bb8 726f7765 616a2e6b 6c634072 65737361 [email protected]
I/DEBUG ( 83): 40ee7bc8 65642e73 72610078 616c6340 0000003b [email protected];...
I/DEBUG ( 83): 40ee7bd8 58525000 58525028 58525098 58580258 .PRX(PRX.PRXX.XX
I/DEBUG ( 83): 40ee7be8 585ab74c 58607ff4 58586dc8 58687fdc L.ZX..`X.mXX..hX
I/DEBUG ( 83): 40ee7bf8 58525028 58edc870 58f0c880 58525028 (PRXp..X...X(PRX
I/DEBUG ( 83):
I/DEBUG ( 83): memory near r1:
I/DEBUG ( 83): 007f1024 ffffffff ffffffff ffffffff ffffffff ................
I/DEBUG ( 83): 007f1034 ffffffff ffffffff ffffffff ffffffff ................
I/DEBUG ( 83): 007f1044 ffffffff ffffffff ffffffff ffffffff ................
I/DEBUG ( 83): 007f1054 ffffffff ffffffff ffffffff ffffffff ................
I/DEBUG ( 83): 007f1064 ffffffff ffffffff ffffffff ffffffff ................
I/DEBUG ( 83):
I/DEBUG ( 83): memory near r2:
I/DEBUG ( 83): 58525008 00000028 009b7684 009b76b0 000001b8 (....v...v......
I/DEBUG ( 83): 58525018 009b7868 00126310 00000000 8e954ce5 hx...c.......L..
I/DEBUG ( 83): 58525028 0a786564 00353330 d20546db 64f4f890 dex.035..F.....d
I/DEBUG ( 83): 58525038 3b542ffe 2d65832c fd4944b1 5b0c331b ./T;,.e-.DI..3.[
I/DEBUG ( 83): 58525048 009b7684 00000070 12345678 00000000 .v..p...xV4.....
I/DEBUG ( 83):
I/DEBUG ( 83): memory near r3:
I/DEBUG ( 83): 58525078 0000b915 00086724 0000fffd 000e2fcc ....$g......./..
I/DEBUG ( 83): 58525088 00001682 00162fb4 00827690 0018fff4 ...../...v......
I/DEBUG ( 83): 58525098 005fe1ae 005fe1b0 005fe1b3 005fe1b6 .._..._..._..._.
I/DEBUG ( 83): 585250a8 005fe1cb 005fe1cf 005fe1d7 005fe1e6 .._..._..._..._.
I/DEBUG ( 83): 585250b8 005fe1fb 005fe202 005fe218 005fe229 .._..._..._.)._.
I/DEBUG ( 83):
I/DEBUG ( 83): memory near r5:
I/DEBUG ( 83): 407e3188 00000000 00000000 00000000 00000000 ................
I/DEBUG ( 83): 407e3198 00000000 00000000 00000000 00000000 ................
I/DEBUG ( 83): 407e31a8 41fce730 41fce720 00500000 10000000 0..A ..A..P.....
I/DEBUG ( 83): 407e31b8 03000000 00004000 00006000 00000001 [email protected]`......
I/DEBUG ( 83): 407e31c8 00000101 00000002 00000001 00000000 ................
I/DEBUG ( 83):
I/DEBUG ( 83): memory near r6:
I/DEBUG ( 83): 41fcea30 00000000 00000000 00000000 00000013 ................
I/DEBUG ( 83): 41fcea40 00000000 00000800 40e50008 00000453 [email protected]
I/DEBUG ( 83): 41fcea50 415af230 40ecff14 57563238 40e53000 [email protected]@
I/DEBUG ( 83): 41fcea60 00000000 00000000 be925980 00000000 .........Y......
I/DEBUG ( 83): 41fcea70 be9259b4 00000001 00000000 40756fc0 [email protected]
I/DEBUG ( 83):
I/DEBUG ( 83): memory near r7:
I/DEBUG ( 83): 5868fd1c ffffffff ffffffff ffffffff ffffffff ................
I/DEBUG ( 83): 5868fd2c ffffffff ffffffff ffffffff ffffffff ................
I/DEBUG ( 83): 5868fd3c ffffffff ffffffff ffffffff ffffffff ................
I/DEBUG ( 83): 5868fd4c ffffffff ffffffff ffffffff ffffffff ................
I/DEBUG ( 83): 5868fd5c ffffffff ffffffff ffffffff ffffffff ................
I/DEBUG ( 83):
I/DEBUG ( 83): memory near r8:
I/DEBUG ( 83): 41c39fe0 00000000 00000000 00000000 00000000 ................
I/DEBUG ( 83): 41c39ff0 00000000 00000000 00000000 00000000 ................
I/DEBUG ( 83): 41c3a000 40ee7bd8 58525028 41c3a034 41c951f4 .{[email protected](PRX4..A.Q.A
I/DEBUG ( 83): 41c3a010 41c9bd64 41cdbd58 40ee7c10 00000001 d..AX..A.|[email protected]
I/DEBUG ( 83): 41c3a020 58525000 00addb78 58525000 00addb78 .PRXx....PRXx...
I/DEBUG ( 83):
I/DEBUG ( 83): memory near r9:
I/DEBUG ( 83): 40087f68 00000000 00000000 00000000 00000013 ................
I/DEBUG ( 83): 40087f78 00110000 00000000 00000000 0000003b ............;...
I/DEBUG ( 83): 40087f88 646e614c 64696f72 6e6f632f 746e6574 Landroid/content
I/DEBUG ( 83): 40087f98 7365722f 7373412f 69467465 6544656c /res/AssetFileDe
I/DEBUG ( 83): 40087fa8 69726373 726f7470 0000003b 00000000 scriptor;.......
I/DEBUG ( 83):
I/DEBUG ( 83): memory near fp:
I/DEBUG ( 83): 407c3a7c 20746867 61636f6c 0a796c6c 3c000a00 ght locally....<
I/DEBUG ( 83): 407c3a8c 003e6425 7823253c 253c003e 3e646c6c %d>.<%#x>.<%lld>
I/DEBUG ( 83): 407c3a9c 61640000 6b69766c 45006d76 6c62616e ..dalvikvm.Enabl
I/DEBUG ( 83): 407c3aac 20676e69 6f6c6c61 72742063 656b6361 ing alloc tracke
I/DEBUG ( 83): 407c3abc 25282072 6e652064 65697274 25202c73 r (%d entries, %
I/DEBUG ( 83):
I/DEBUG ( 83): memory near ip:
I/DEBUG ( 83): 000023e0 ffffffff ffffffff ffffffff ffffffff ................
I/DEBUG ( 83): 000023f0 ffffffff ffffffff ffffffff ffffffff ................
I/DEBUG ( 83): 00002400 ffffffff ffffffff ffffffff ffffffff ................
I/DEBUG ( 83): 00002410 ffffffff ffffffff ffffffff ffffffff ................
I/DEBUG ( 83): 00002420 ffffffff ffffffff ffffffff ffffffff ................
I/DEBUG ( 83):
I/DEBUG ( 83): memory near sp:
I/DEBUG ( 83): be925880 407e31a8 41fcea50 0003001e 41c3a000 [email protected]
I/DEBUG ( 83): be925890 40087f88 00000000 df0027ad 00000000 [email protected]'......
I/DEBUG ( 83): be9258a0 41fe9770 407a78e5 000004eb 41874a38 [email protected]
I/DEBUG ( 83): be9258b0 41fe97c8 00000000 00000001 00000001 ...A............
I/DEBUG ( 83): be9258c0 41fe9780 41fe9128 40ee7bd8 0000652b ...A(..A.{[email protected]+e..
I/DEBUG ( 83):
I/DEBUG ( 83): code around pc:
I/DEBUG ( 83): 4078f318 bf008ff0 0004fa10 00034834 0003bcb2 ........4H......
I/DEBUG ( 83): 4078f328 000347b2 0003bc53 0003bc4c 6ac26883 .G..S...L....h.j
I/DEBUG ( 83): 4078f338 3021f853 e00018d3 f9934603 1c581000 S.!0.....F....X.
I/DEBUG ( 83): 4078f348 dbf92900 68c34770 1021f853 bfeef7ff .)..pG.hS.!.....
I/DEBUG ( 83): 4078f358 41f3e92d 68004606 f006460d 4604fa0d -..A.F.h.F.....F
I/DEBUG ( 83):
I/DEBUG ( 83): code around lr:
I/DEBUG ( 83): 407a2630 a814e003 f7b32210 980def3e 4c9a6839 ....."..>...9h.L
I/DEBUG ( 83): 407a2640 f8d8900e 68c20000 f852900a f7ec1021 .......h..R.!...
I/DEBUG ( 83): 407a2650 4683fe71 ea006878 b1530304 465b4999 q..Fxh....S..I[F
I/DEBUG ( 83): 407a2660 24004a99 44799000 2005447a ef28f7b3 .J.$..yDzD. ..(.
I/DEBUG ( 83): 407a2670 f1bae1a3 d1080f00 46584994 f7b34479 .........IXFyD..
I/DEBUG ( 83):
I/DEBUG ( 83): memory map around fault addr 5a4e91b4:
I/DEBUG ( 83): 59e50000-59f4f000
I/DEBUG ( 83): (no map for address)
I/DEBUG ( 83): be905000-be926000 [stack]
I/ServiceManager( 80): service 'media.audio_policy' died
I/ServiceManager( 80): service 'media.audio_flinger' died
I/ServiceManager( 80): service 'media.player' died
I/ServiceManager( 80): service 'media.camera' died
I/Netd (10950): Netd 1.0 starting
I/mediaserver(10949): ServiceManager: 0x41abcd38
I/AudioFlinger(10949): Using default 3000 mSec as standby time.
I/CameraService(10949): CameraService started (pid=10949)
I/AudioPolicyManagerBase(10949): loadAudioPolicyConfig() loaded /system/etc/audio_policy.conf
I/AudioFlinger(10949): loadHwModule() Loaded primary audio interface from sunxi audio HW HAL (audio) handle 1
I/AudioFlinger(10949): HAL output buffer size 1056 frames, normal mix buffer size 1056 frames
I/AudioMixer(10949): found effect "Multichannel Downmix To Stereo" from The Android Open Source Project
I/AudioFlinger(10949): Using module 1 has the primary audio interface
I/AudioFlinger(10949): AudioFlinger's thread 0x41ac87a0 ready to run
W/AudioFlinger(10949): Thread AudioOut_2 cannot connect to the power manager service
I/AudioPolicyService(10949): Loaded audio policy from LEGACY Audio Policy HAL (audio_policy)
E/BandwidthController(10950): runIptablesCmd(): failed /system/bin/iptables -t raw -N bw_raw_PREROUTING res=256
E/BandwidthController(10950): runIptablesCmd(): failed /system/bin/ip6tables -t raw -N bw_raw_PREROUTING res=256
D/MDnsDS (10950): MDnsSdListener::Hander starting up
D/MDnsDS (10950): MDnsSdListener starting to monitor
D/MDnsDS (10950): Going to poll with pollCount 1
So, my question is this. How easy (or hard) would it be to install/build AOSP for this? There doesn't appear to be anything special with it. Opened it up and saw that the processor is a "Allwinner A10".
Or is there some way I can force it into dfu mode to pull the contents of the NAND?
Or easier yet, can I grab any 4.1.0 library compiled for armv7 (libdvm.so?)
Thank you in advance
--Brendan
I've started to document more information about this tablet, PM if you want the URL (can't post URL here due to >10 post restriction) Will edit that post when I get there
Hello all,
We have ported Android 4.4 (kitkat) version on a custom board with iMX6 processor and are successful in getting Android running on the custom board. Now, when tried to add support for 3G modem provided by ZTE, the rild daemon is crashing continuously there disabling the complete telephony.
Android service for rild in init.rc file is as below
service ril-daemon /system/bin/rild -l /system/lib/libreference-ril.so -- -d /dev/ttyUSB2
class main
socket rild stream 660 root radio
socket rild-debug stream 660 radio system
user root
group radio cache inet misc audio
The sockets are getting created with the specified permissions as specified in the init.rc but unfortunately rild daemon is crashing throwing segmentation fault (SIGSEGV). The core dump of the crash
F/libc ( 2810): Fatal signal 11 (SIGSEGV) at 0x0000000c (code=1), thread 2821 (rild)
I/DEBUG ( 2387): *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** ***
I/DEBUG ( 2387): Build fingerprint: 'HKI/indus_1012/i1012:4.4.2/1.0.0-rc3/20140630:user/dev-keys'
I/DEBUG ( 2387): Revision: '405525'
I/DEBUG ( 2387): pid: 2810, tid: 2821, name: rild >>> /system/bin/rild <<<
I/DEBUG ( 2387): signal 11 (SIGSEGV), code 1 (SEGV_MAPERR), fault addr 0000000c
I/DEBUG ( 2387): r0 0000000c r1 00000000 r2 00000011 r3 00000000
I/DEBUG ( 2387): r4 0000000c r5 00000000 r6 00000000 r7 4021909c
I/DEBUG ( 2387): r8 40219157 r9 4021d02c sl 402190fc fp 4021d028
I/DEBUG ( 2387): ip 4021cf00 sp 405f7cd8 lr 4015315d pc 4014f708 cpsr 200d0010
I/DEBUG ( 2387): d0 0000000000000000 d1 0000000000000000
I/DEBUG ( 2387): d2 0000000000000000 d3 0000000000000000
I/DEBUG ( 2387): d4 0000000000000000 d5 0000000000000000
I/DEBUG ( 2387): d6 0000000000000000 d7 0243d58000000000
I/DEBUG ( 2387): d8 0000000000000000 d9 0000000000000000
I/DEBUG ( 2387): d10 0000000000000000 d11 0000000000000000
I/DEBUG ( 2387): d12 0000000000000000 d13 0000000000000000
I/DEBUG ( 2387): d14 0000000000000000 d15 0000000000000000
I/DEBUG ( 2387): d16 41826b235ab851ec d17 3f50624dd2f1a9fc
I/DEBUG ( 2387): d18 41c2ab23a6000000 d19 0000000000000000
I/DEBUG ( 2387): d20 0000000000000000 d21 0000000000000000
I/DEBUG ( 2387): d22 0000000000000000 d23 0000000000000000
I/DEBUG ( 2387): d24 0000000000000000 d25 0000000000000000
I/DEBUG ( 2387): d26 0000000000000000 d27 0000000000000000
I/DEBUG ( 2387): d28 0000000000000000 d29 0000000000000000
I/DEBUG ( 2387): d30 0000000000000000 d31 0000000000000000
I/DEBUG ( 2387): scr 00000010
I/DEBUG ( 2387):
I/DEBUG ( 2387): backtrace:
I/DEBUG ( 2387): #00 pc 0000e708 /system/lib/libc.so
I/DEBUG ( 2387): #01 pc 00012159 /system/lib/libc.so (readdir+10)
I/DEBUG ( 2387): #02 pc 000026fd /system/lib/libreference-ril-mw3820.so
I/DEBUG ( 2387): #03 pc 00004069 /system/lib/libreference-ril-mw3820.so
I/DEBUG ( 2387): #04 pc 0000d248 /system/lib/libc.so (__thread_entry+72)
I/DEBUG ( 2387): #05 pc 0000d3e0 /system/lib/libc.so (pthread_create+240)
I/DEBUG ( 2387):
I/DEBUG ( 2387): stack:
I/DEBUG ( 2387): 405f7c98 00000000
I/DEBUG ( 2387): 405f7c9c 00000000
I/DEBUG ( 2387): 405f7ca0 00000000
I/DEBUG ( 2387): 405f7ca4 00000000
I/DEBUG ( 2387): 405f7ca8 00000000
libc.so is not getting loaded but libc.so and libreference-ril-mw3820.so are all available in the system/lib folder. and the contents of system.prop is
rild.libpath=/system/lib/libreference-ril-mw3820.so
rild.libargs=-d /dev/ttyUSB2
but still the above crash persists. Any help on this would be of great help.
I Don't knơ lolll
---------- Post added at 09:35 AM ---------- Previous post was at 09:34 AM ----------
xdavn.com said:
I Don't knơ lolll
Click to expand...
Click to collapse
xdavn.com have
Hello guys! After a lot of problems I succeded in porting this wonderful rom to Moto E 2014 but there are some problems...I solved the most invalidating problems that didn't allow you to use the rom...but the theme app still don't work because I don't understand the log file...so I ask you some help...I would that someone that can help me doesn't hesitate to write his answer here. Thanks in advance
Here there are the details of the error:
Code:
*** *** *** *** *** *** *** *** *** *** *** *** *** *** *** ***
Build fingerprint: 'motorola/condor_retaildsds/condor_umtsds:4.4.4/KXC21.5-40/46:user/release-keys'
Revision: '33456'
pid: 10479, tid: 10479, name: zygote >>> zygote <<<
signal 6 (SIGABRT), code -6 (SI_TKILL), fault addr --------
r0 00000000 r1 000028ef r2 00000006 r3 00000000
r4 400a0f2c r5 00000006 r6 00000000 r7 0000010c
r8 00000000 r9 415ecc7c sl 00000000 fp 00000000
ip 000028ef sp bedc82b8 lr 400cb0ff pc 400da024 cpsr 00070010
d0 0000000000000000 d1 0000000000000000
d2 0000000000000000 d3 0000000000000000
d4 0000000000000000 d5 0000000000000000
d6 4a802a3000601518 d7 4040000000000003
d8 0000000000000000 d9 0000000000000000
d10 0000000000000000 d11 0000000000000000
d12 0000000000000000 d13 0000000000000000
d14 0000000000000000 d15 0000000000000000
d16 7320746f6e6e6163 d17 6e694c4553207465
d18 726f6674616c703d d19 6e69616d6f64206d
d20 726f6674616c703d d21 7974207070615f6d
d22 645f7070613d6570 d23 656c69665f617461
d24 0000000000000000 d25 4008000000000000
d26 3fc2f112df3e5244 d27 0000000000000001
d28 00000000000000e6 d29 00000000000000e5
d30 0000000000000001 d31 0000000000004000
scr 80000010
backtrace:
#00 pc 00022024 /system/lib/libc.so (tgkill+12)
#01 pc 000130fb /system/lib/libc.so (pthread_kill+50)
#02 pc 000132f3 /system/lib/libc.so (raise+10)
#03 pc 00011fe3 /system/lib/libc.so
#04 pc 000218d8 /system/lib/libc.so (abort+4)
#05 pc 00047217 /system/lib/libdvm.so (dvmAbort+78)
#06 pc 00068245 /system/lib/libdvm.so
#07 pc 000685fd /system/lib/libdvm.so
#08 pc 00027ea0 /system/lib/libdvm.so
#09 pc 0002f3e4 /system/lib/libdvm.so (dvmMterpStd(Thread*)+76)
#10 pc 0002ca48 /system/lib/libdvm.so (dvmInterpret(Thread*, Method const*, JValue*)+184)
#11 pc 00061afd /system/lib/libdvm.so (dvmCallMethodV(Thread*, Method const*, Object*, bool, JValue*, std::__va_list)+336)
#12 pc 0004b2af /system/lib/libdvm.so
#13 pc 0005187b /system/lib/libandroid_runtime.so
#14 pc 0005259f /system/lib/libandroid_runtime.so (android::AndroidRuntime::start(char const*, char const*)+354)
#15 pc 0000105b /system/bin/app_process
#16 pc 0000e41b /system/lib/libc.so (__libc_init+50)
#17 pc 00000d7c /system/bin/app_process
code around pc:
400da004 e8bd00f0 e3700a01 912fff1e e2600000
400da014 ea006deb e92d50f0 e3a07f43 ef000000
400da024 e8bd50f0 e3700a01 912fff1e e2600000
400da034 ea006de3 e92d50f0 e3a070ee ef000000
400da044 e8bd50f0 e3700a01 912fff1e e2600000
400da054 ea006ddb f200429a bf0080b9 f040f891
400da064 4001e92d f2c02a04 2a1080a5 8093f2c0
400da074 f2c02a20 2a408088 ea4fdb7f f1bc1c92
400da084 dd6c0f0a 0600e92d 0f40f1bc f500dd4a
400da094 f5016e80 ebae7920 ea4f0e09 ea4f5e4e
400da0a4 f50e5e5e ebbc7e20 dd3b1f9e f04fbfc4
400da0b4 ebd9090a dd35199e 0a0eeb01 0a3ff02a
400da0c4 1c9eebac bfd245e1 0c09ebac f04f46e1
400da0d4 f8910c00 f891f240 f921f280 f921028d
400da0e4 f8da428d f1b93000 f9000901 f900028d
400da0f4 f10a428d d1ee0a40 0f00f1bc f5bcd02b
code around lr:
400cb0dc 4b11ebe8 e010447b d10e42bb 6a1f480f
400cb0ec f7fb4478 f00dec60 4639e9cc f00e462a
400cb0fc 3001ef8e 2500d00a 681be009 d1eb2b00
400cb10c 25034807 f7fb4478 e000ec4e 60266825
400cb11c bdf84628 0003b2c4 0003b2b8 0003b2b0
400cb12c 0003b28c bf82f7ff 4a3a4b39 47f0e92d
400cb13c 4607b08a 447b460d 6833589e 930946b1
400cb14c f9f4f001 f8d04604 2d008000 4628d04a
400cb15c f910f010 4606280f f7ffd846 4287ffe3
400cb16c 200fd106 f00d4629 2800e89a e032d03d
400cb17c 44784829 eb94f7fb 44784828 42b8e015
400cb18c 6a07d113 44784826 ec0cf7fb 463b4a25
400cb19c a8012120 f013447a 2101f991 f01aa801
400cb1ac 1c43fc8b d1044607 6800e015 d1e62800
400cb1bc 4638e023 46324629 e8d4f00d 3ffff1b0
400cb1cc d1024682 29046821 4638d0f3 e924f00d