[Q] Exception after modifying AssetManger and ResourceType in libutil.so? - Android Themes

-2
down vote
favorite
share [fb]
share [tw]
I am attempting to merge the T-Mobile theme engine into the emulator code for testing.
I have rebuilt the following files
framework.jar
libandroid_runtime.so
service.jar
libutil.so
build order is libutil.so-->libandroid_runtime.so-->service.jar-->framework.jar
This causes the emulator to fail. On execution logcat always show the following message:
I/DEBUG ( 31): r0 00000000 r1 00000000 r2 a8114c8f r3 a812cec4
I/DEBUG ( 31): r4 a812cc68 r5 a812cec4 r6 00000004 r7 00000008
I/DEBUG ( 31): a8114de0 b1184604 5c0cf850 0410f1a0 42a80088
I/DEBUG ( 31): a8114df0 f00dd911 4606fefd f007b914 e003f9d7
I/DEBUG ( 31): a8114e00 46314620 f9ecf007 35101b72 21004604
I/DEBUG ( 31): a8114e10 f7fc1940 f104ea96 bd700010 4604b5f7
I/DEBUG ( 31):
I/DEBUG ( 31): code around lr:
I/DEBUG ( 31): a8114c14 00018086 ffffff58 ffffff3c 4c14b537
I/DEBUG ( 31): a8114c24 447c4914 21005865 f7fc4628 f8dfeb28
I/DEBUG ( 31): a8114c34 4912c048 ad024628 f8544479 f7fc200c
I/DEBUG ( 31): a8114c44 2000eb24 0d08f845 f7ff4668 9b00ffc1
I/DEBUG ( 31): a8114c54 9801b11b f0014669 4a09ff07 e018f8df
I/DEBUG ( 31):
I/DEBUG ( 31): stack:
I/DEBUG ( 31): bea7fac8 afd41504 /system/lib/libc.so
I/DEBUG ( 31): bea7facc 00001000
I/DEBUG ( 31): bea7fad0 40008000
I/DEBUG ( 31): bea7fad4 a8111831 /system/lib/libutils.so
I/DEBUG ( 31): bea7fad8 ffffffff
I/DEBUG ( 31): bea7fadc 00000000
I/DEBUG ( 31): bea7fae0 00000015
I/DEBUG ( 31): bea7fae4 a8111831 /system/lib/libutils.so
I/DEBUG ( 31): bea7fae8 a812ceb0 /system/lib/libutils.so
I/DEBUG ( 31): bea7faec a812cf90 /system/lib/libutils.so
I/DEBUG ( 31): bea7faf0 00000008
I/DEBUG ( 31): bea7faf4 a812ceb0 /system/lib/libutils.so
I/DEBUG ( 31): bea7faf8 a812cc68 /system/lib/libutils.so
I/DEBUG ( 31): bea7fafc 00000004
I/DEBUG ( 31): bea7fb00 df002777
I/DEBUG ( 31): bea7fb04 e3a070ad
I/DEBUG ( 31): #00 bea7fb08 00000000
I/DEBUG ( 31): bea7fb0c 00001000
I/DEBUG ( 31): bea7fb10 a8114c8f /system/lib/libutils.so
I/DEBUG ( 31): bea7fb14 a812c008 /system/lib/libutils.so
I/DEBUG ( 31): bea7fb18 00000005
I/DEBUG ( 31): bea7fb1c a8114c93 /system/lib/libutils.so
I/DEBUG ( 31): bea7fb20 a812c008 /system/lib/libutils.so
I/DEBUG ( 31): bea7fb24 b00037f5 /system/bin/linker
I/DEBUG ( 31): bea7fb28 b000a25c
I/DEBUG ( 31): bea7fb2c b000a258
I/DEBUG ( 31): bea7fb30 000003e9
I/DEBUG ( 31): bea7fb34 b00038a7 /system/bin/linker
I/DEBUG ( 31): bea7fb38 0002d000
I/DEBUG ( 31): bea7fb3c afd00000 /system/lib/libc.so
I/DEBUG ( 31): bea7fb40 00000003
I/DEBUG ( 31): bea7fb44 b000a178
I/DEBUG ( 31): bea7fb48 a812cb80 /system/lib/libutils.so
I/DEBUG ( 31): bea7fb4c b000a178
I/DEBUG ( 31): *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** ***
I/DEBUG ( 31): Build fingerprint: 'generic/sdk/generic:2.3.3/GRI34/101070:eng/test-keys'
I/DEBUG ( 31): pid: 558, tid: 558 >>> /system/bin/app_process <<<
I/DEBUG ( 31): signal 4 (SIGILL), code 1 (ILL_ILLOPC), fault addr a8114df2
I/DEBUG ( 31): r0 00000000 r1 00000000 r2 a8114c8f r3 a812cec4
I/DEBUG ( 31): r4 a812cc68 r5 a812cec4 r6 00000004 r7 00000008
I/DEBUG ( 31): r8 00000000 r9 00000000 10 00000000 fp 00000000
I/DEBUG ( 31): ip a812ccd0 sp bebbeb38 lr a8114c35 pc a8114df2 cpsr 60000010
I/DEBUG ( 31): #00 pc 00014df2 /system/lib/libutils.so
I/DEBUG ( 31): #01 lr a8114c35 /system/lib/libutils.so
I/DEBUG ( 31):
I/DEBUG ( 31): code around pc:
I/DEBUG ( 31): a8114dd0 b1086840 ffd8f7ff bd104620 4605b570
I/DEBUG ( 31): a8114de0 b1184604 5c0cf850 0410f1a0 42a80088
I/DEBUG ( 31): a8114df0 f00dd911 4606fefd f007b914 e003f9d7
I/DEBUG ( 31): a8114e00 46314620 f9ecf007 35101b72 21004604
I/DEBUG ( 31): a8114e10 f7fc1940 f104ea96 bd700010 4604b5f7
I/DEBUG ( 31):
I/DEBUG ( 31): code around lr:
I/DEBUG ( 31): a8114c14 00018086 ffffff58 ffffff3c 4c14b537
I/DEBUG ( 31): a8114c24 447c4914 21005865 f7fc4628 f8dfeb28
I/DEBUG ( 31): a8114c34 4912c048 ad024628 f8544479 f7fc200c
I/DEBUG ( 31): a8114c44 2000eb24 0d08f845 f7ff4668 9b00ffc1
I/DEBUG ( 31): a8114c54 9801b11b f0014669 4a09ff07 e018f8df
I/DEBUG ( 31):
I/DEBUG ( 31): stack:
I/DEBUG ( 31): bebbeaf8 afd41504 /system/lib/libc.so
I/DEBUG ( 31): bebbeafc 00001000
I/DEBUG ( 31): bebbeb00 40008000
I/DEBUG ( 31): bebbeb04 a8111831 /system/lib/libutils.so
I/DEBUG ( 31): bebbeb08 ffffffff
I/DEBUG ( 31): bebbeb0c 00000000
I/DEBUG ( 31): bebbeb10 00000015
I/DEBUG ( 31): bebbeb14 a8111831 /system/lib/libutils.so
I/DEBUG ( 31): bebbeb18 a812ceb0 /system/lib/libutils.so
I/DEBUG ( 31): bebbeb1c a812cf90 /system/lib/libutils.so
I/DEBUG ( 31): bebbeb20 00000008
I/DEBUG ( 31): bebbeb24 a812ceb0 /system/lib/libutils.so
I/DEBUG ( 31): bebbeb28 a812cc68 /system/lib/libutils.so
I/DEBUG ( 31): bebbeb2c 00000004
I/DEBUG ( 31): bebbeb30 df002777
I/DEBUG ( 31): bebbeb34 e3a070ad
I/DEBUG ( 31): #00 bebbeb38 00000000
I/DEBUG ( 31): bebbeb3c 00001000
I/DEBUG ( 31): bebbeb40 a8114c8f /system/lib/libutils.so
I/DEBUG ( 31): bebbeb44 a812c008 /system/lib/libutils.so
I/DEBUG ( 31): bebbeb48 00000005
I/DEBUG ( 31): bebbeb4c a8114c93 /system/lib/libutils.so
I/DEBUG ( 31): bebbeb50 a812c008 /system/lib/libutils.so
I/DEBUG ( 31): bebbeb54 b00037f5 /system/bin/linker
I/DEBUG ( 31): bebbeb58 b000a144
I/DEBUG ( 31): bebbeb5c b000a140
I/DEBUG ( 31): bebbeb60 00000000
I/DEBUG ( 31): bebbeb64 b00038a7 /system/bin/linker
I/DEBUG ( 31): bebbeb68 0002d000
I/DEBUG ( 31): bebbeb6c afd00000 /system/lib/libc.so
I/DEBUG ( 31): bebbeb70 00000003
I/DEBUG ( 31): bebbeb74 b000a060
I/DEBUG ( 31): bebbeb78 a812cb80 /system/lib/libutils.so
I/DEBUG ( 31): bebbeb7c b000a060
I/Netd ( 561): Netd 1.0 starting
I/DEBUG ( 31): *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** ***
I/DEBUG ( 31): Build fingerprint: 'generic/sdk/generic:2.3.3/GRI34/101070:eng/test-keys'
I/DEBUG ( 31): pid: 560, tid: 560 >>> /system/bin/mediaserver <<<
I/DEBUG ( 31): signal 4 (SIGILL), code 1 (ILL_ILLOPC), fault addr a8114df2
I/DEBUG ( 31): r0 00000000 r1 00000000 r2 a8114c8f r3 a812cec4
I/DEBUG ( 31): r4 a812cc68 r5 a812cec4 r6 00000004 r7 00000008
I/DEBUG ( 31): r8 00000000 r9 00000000 10 00000000 fp 00000000
I/DEBUG ( 31): ip a812ccd0 sp be995b38 lr a8114c35 pc a8114df2 cpsr 60000010
I/DEBUG ( 31): #00 pc 00014df2 /system/lib/libutils.so
I/DEBUG ( 31): #01 lr a8114c35 /system/lib/libutils.so
I/DEBUG ( 31):
I/DEBUG ( 31): code around pc:
I/DEBUG ( 31): a8114dd0 b1086840 ffd8f7ff bd104620 4605b570
I/DEBUG ( 31): a8114de0 b1184604 5c0cf850 0410f1a0 42a80088
I/DEBUG ( 31): a8114df0 f00dd911 4606fefd f007b914 e003f9d7
I/DEBUG ( 31): a8114e00 46314620 f9ecf007 35101b72 21004604
I/DEBUG ( 31): a8114e10 f7fc1940 f104ea96 bd700010 4604b5f7
I/DEBUG ( 31):
I/DEBUG ( 31): code around lr:
I/DEBUG ( 31): a8114c14 00018086 ffffff58 ffffff3c 4c14b537
I/DEBUG ( 31): a8114c24 447c4914 21005865 f7fc4628 f8dfeb28
I/DEBUG ( 31): a8114c34 4912c048 ad024628 f8544479 f7fc200c
I/DEBUG ( 31): a8114c44 2000eb24 0d08f845 f7ff4668 9b00ffc1
I/DEBUG ( 31): a8114c54 9801b11b f0014669 4a09ff07 e018f8df
I/DEBUG ( 31):
I/DEBUG ( 31): stack:
I/DEBUG ( 31): be995af8 afd41504 /system/lib/libc.so
I/DEBUG ( 31): be995afc 00001000
I/DEBUG ( 31): be995b00 40008000
I/DEBUG ( 31): be995b04 a8111831 /system/lib/libutils.so
I/DEBUG ( 31): be995b08 ffffffff
I/DEBUG ( 31): be995b0c 00000000
I/DEBUG ( 31): be995b10 00000015
I/DEBUG ( 31): be995b14 a8111831 /system/lib/libutils.so
I/DEBUG ( 31): be995b18 a812ceb0 /system/lib/libutils.so
I/DEBUG ( 31): be995b1c a812cf90 /system/lib/libutils.so
I/DEBUG ( 31): be995b20 00000008
I/DEBUG ( 31): be995b24 a812ceb0 /system/lib/libutils.so
I/DEBUG ( 31): be995b28 a812cc68 /system/lib/libutils.so
I/DEBUG ( 31): be995b2c 00000004
I/DEBUG ( 31): be995b30 df002777
I/DEBUG ( 31): be995b34 e3a070ad
I/DEBUG ( 31): #00 be995b38 00000000
I/DEBUG ( 31): be995b3c 00001000
I/DEBUG ( 31): be995b40 a8114c8f /system/lib/libutils.so
I/DEBUG ( 31): be995b44 a812c008 /system/lib/libutils.so
I/DEBUG ( 31): be995b48 00000005
I/DEBUG ( 31): be995b4c a8114c93 /system/lib/libutils.so
I/DEBUG ( 31): be995b50 a812c008 /system/lib/libutils.so
I/DEBUG ( 31): be995b54 b00037f5 /system/bin/linker
I/DEBUG ( 31): be995b58 b000a25c
I/DEBUG ( 31): be995b5c b000a258
I/DEBUG ( 31): be995b60 000003e8
I/DEBUG ( 31): be995b64 b00038a7 /system/bin/linker
I/DEBUG ( 31): be995b68 0002d000
I/DEBUG ( 31): be995b6c afd00000 /system/lib/libc.so
I/DEBUG ( 31): be995b70 00000003
I/DEBUG ( 31): be995b74 b000a178
I/DEBUG ( 31): be995b78 a812cb80 /system/lib/libutils.so
I/DEBUG ( 31): be995b7c b000a178
I/DEBUG ( 31): *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** ***
I/DEBUG ( 31): Build fingerprint: 'generic/sdk/generic:2.3.3/GRI34/101070:eng/test-keys'
I/DEBUG ( 31): pid: 564, tid: 564 >>> /system/bin/rild <<<
I/DEBUG ( 31): signal 4 (SIGILL), code 1 (ILL_ILLOPC), fault addr a8114df2
I/DEBUG ( 31): r0 00000000 r1 00000000 r2 a8114c8f r3 a812cec4
I/DEBUG ( 31): r4 a812cc68 r5 a812cec4 r6 00000004 r7 00000008
I/DEBUG ( 31): r8 00000000 r9 00000000 10 00000000 fp 00000000
I/DEBUG ( 31): ip a812ccd0 sp befc6b08 lr a8114c35 pc a8114df2 cpsr 60000010
I/Netd ( 568): Netd 1.0 starting
I/DEBUG ( 31): #00 pc 00014df2 /system/lib/libutils.so
I/DEBUG ( 31): #01 lr a8114c35 /system/lib/libutils.so
I/DEBUG ( 31):
I/DEBUG ( 31): code around pc:
I/DEBUG ( 31): a8114dd0 b1086840 ffd8f7ff bd104620 4605b570
I/DEBUG ( 31): a8114de0 b1184604 5c0cf850 0410f1a0 42a80088
I/DEBUG ( 31): a8114df0 f00dd911 4606fefd f007b914 e003f9d7
I/DEBUG ( 31): a8114e00 46314620 f9ecf007 35101b72 21004604
I/DEBUG ( 31): a8114e10 f7fc1940 f104ea96 bd700010 4604b5f7
I/DEBUG ( 31):
I/DEBUG ( 31): code around lr:
I/DEBUG ( 31): a8114c14 00018086 ffffff58 ffffff3c 4c14b537
I/DEBUG ( 31): a8114c24 447c4914 21005865 f7fc4628 f8dfeb28
I/DEBUG ( 31): a8114c34 4912c048 ad024628 f8544479 f7fc200c
I/DEBUG ( 31): a8114c44 2000eb24 0d08f845 f7ff4668 9b00ffc1
I/DEBUG ( 31): a8114c54 9801b11b f0014669 4a09ff07 e018f8df
I/DEBUG ( 31):
I/DEBUG ( 31): stack:
I/DEBUG ( 31): befc6ac8 afd41504 /system/lib/libc.so
I/DEBUG ( 31): befc6acc 00001000
I/DEBUG ( 31): befc6ad0 40008000
I/DEBUG ( 31): befc6ad4 a8111831 /system/lib/libutils.so
I/DEBUG ( 31): befc6ad8 ffffffff
I/DEBUG ( 31): befc6adc 00000000
I/DEBUG ( 31): befc6ae0 00000015
I/DEBUG ( 31): befc6ae4 a8111831 /system/lib/libutils.so
I/DEBUG ( 31): befc6ae8 a812ceb0 /system/lib/libutils.so
I/DEBUG ( 31): befc6aec a812cf90 /system/lib/libutils.so
I/DEBUG ( 31): befc6af0 00000008
I/DEBUG ( 31): befc6af4 a812ceb0 /system/lib/libutils.so
I/DEBUG ( 31): befc6af8 a812cc68 /system/lib/libutils.so
I/DEBUG ( 31): befc6afc 00000004
I/DEBUG ( 31): befc6b00 df002777
I/DEBUG ( 31): befc6b04 e3a070ad
I/DEBUG ( 31): #00 befc6b08 00000000
I/DEBUG ( 31): befc6b0c 00001000
I/DEBUG ( 31): befc6b10 a8114c8f /system/lib/libutils.so
I/DEBUG ( 31): befc6b14 a812c008 /system/lib/libutils.so
I/DEBUG ( 31): befc6b18 00000005
I/DEBUG ( 31): befc6b1c a8114c93 /system/lib/libutils.so
I/DEBUG ( 31): befc6b20 a812c008 /system/lib/libutils.so
I/DEBUG ( 31): befc6b24 b00037f5 /system/bin/linker
I/DEBUG ( 31): befc6b28 b000a25c
I/DEBUG ( 31): befc6b2c b000a258
I/DEBUG ( 31): befc6b30 000003e9
I/DEBUG ( 31): befc6b34 b00038a7 /system/bin/linker
I/DEBUG ( 31): befc6b38 0002d000
I/DEBUG ( 31): befc6b3c afd00000 /system/lib/libc.so
I/DEBUG ( 31): befc6b40 00000003
I/DEBUG ( 31): befc6b44 b000a178
I/DEBUG ( 31): befc6b48 a812cb80 /system/lib/libutils.so
I/DEBUG ( 31): befc6b4c b000a178

Related

Need help debugging logcat output

Hi all.
Well, was playing around with optimusXrom, I wanted to know what makes it so battery friendly so I kinda sandwiched it with a new kernel, newer apps, with a newer kitchen and compiled it into a new ROM. Well everything was working great with this new sandwhich ROM (can get up to 3 days with moderate use and I think can last up to 5 days with minimal call and text usage, the real gem is with the standby battery drain, when standby it can only suck up 1% for almost 5 hours).
Now, was a little bit curious on what was going on so I did a logcat and there it was. Stuff that I've never seen on any ROM I've used(even the original optimusXrom) and even on anything that I've cooked. Well without further ado, here's the logcat output:
logcat
Code:
* daemon not running. starting it now *
* daemon started successfully *
--------- beginning of /dev/log/system
I/DEBUG ( 1420): afd1bd1c 000000f4 4c53b5f0 9106b089 9403447c
I/DEBUG ( 1420): afd1bd2c 99031c16 90054a50 588b1c04 2308681a
I/DEBUG ( 1420): afd1bd3c 34017825 78781957 d1f94218 d1042d2d
I/DEBUG ( 1420): afd1bd4c 78252301 93043401 2200e005 2d2b9204
I/DEBUG ( 1420): afd1bd5c 7825d101 42733401 2e104173 2b00d001
I/DEBUG ( 1420):
I/DEBUG ( 1420): code around lr:
I/DEBUG ( 1420): 0000a96c 4c54b5f0 48554d54 5962447c 1820b0bd
I/DEBUG ( 1420): 0000a97c 913b6811 ea66f7fe 220a2100 ea9ef7fe
I/DEBUG ( 1420): 0000a98c 1c064b4f 602858e5 da2f2800 ea54f7fe
I/DEBUG ( 1420): 0000a99c f7fe6800 4f4bea40 1c33494b 186219e7
I/DEBUG ( 1420): 0000a9ac 1c399000 f7fe2006 2200ea78 20012101
I/DEBUG ( 1420):
I/DEBUG ( 1420): stack:
I/DEBUG ( 1420): 100ff800 00000000
I/DEBUG ( 1420): 100ff804 00000000
I/DEBUG ( 1420): 100ff808 00000000
I/DEBUG ( 1420): 100ff80c 00000000
I/DEBUG ( 1420): 100ff810 00000000
I/DEBUG ( 1420): 100ff814 00000000
I/DEBUG ( 1420): 100ff818 00000000
I/DEBUG ( 1420): 100ff81c 00000000
I/DEBUG ( 1420): 100ff820 00000000
I/DEBUG ( 1420): 100ff824 00000000
I/DEBUG ( 1420): 100ff828 00000000
I/DEBUG ( 1420): 100ff82c 00000000
I/DEBUG ( 1420): 100ff830 00000000
I/DEBUG ( 1420): 100ff834 00000000
I/DEBUG ( 1420): 100ff838 df002777
I/DEBUG ( 1420): 100ff83c e3a070ad
I/DEBUG ( 1420): #00 100ff840 00000000
I/DEBUG ( 1420): 100ff844 00000000
I/DEBUG ( 1420): 100ff848 00000000
I/DEBUG ( 1420): 100ff84c afd40328 /system/lib/libc.so
I/DEBUG ( 1420): 100ff850 00000000
I/DEBUG ( 1420): 100ff854 00000000
I/DEBUG ( 1420): 100ff858 00000000
I/DEBUG ( 1420): 100ff85c 4000a008
I/DEBUG ( 1420): 100ff860 00000078
I/DEBUG ( 1420): 100ff864 0000f118 /system/bin/port-bridge
I/DEBUG ( 1420): 100ff868 000000e0
I/DEBUG ( 1420): 100ff86c 4000a008
I/DEBUG ( 1420): 100ff870 00000078
I/DEBUG ( 1420): 100ff874 0000a98d /system/bin/port-bridge
I/DEBUG ( 1420): #01 100ff878 00000000
I/DEBUG ( 1420): 100ff87c 00000000
I/DEBUG ( 1420): 100ff880 00000000
I/DEBUG ( 1420): 100ff884 00000000
I/DEBUG ( 1420): 100ff888 00000000
I/DEBUG ( 1420): 100ff88c 00000000
I/DEBUG ( 1420): 100ff890 00000000
I/DEBUG ( 1420): 100ff894 00000000
I/DEBUG ( 1420): 100ff898 00000000
I/DEBUG ( 1420): 100ff89c 00000000
I/DEBUG ( 1420): 100ff8a0 00000000
I/DEBUG ( 1420): 100ff8a4 00000000
I/DEBUG ( 1420): 100ff8a8 00000000
I/DEBUG ( 1420): 100ff8ac 00000000
I/DEBUG ( 1420): 100ff8b0 00000000
I/DEBUG ( 1420): 100ff8b4 00000000
I/DEBUG ( 1420): 100ff8b8 00000000
I/DEBUG ( 1420): 100ff8bc 00000000
I/DEBUG ( 1420): 100ff8c0 00000000
I/DEBUG ( 1420): 100ff8c4 00000000
I/DEBUG ( 1420): 100ff8c8 00000000
I/DEBUG ( 1420): 100ff8cc 00000000
I/DEBUG ( 1420): 100ff8d0 00000000
I/DEBUG ( 1420): 100ff8d4 00000000
I/DEBUG ( 1420): 100ff8d8 00000000
I/DEBUG ( 1420): 100ff8dc ffffffff
I/DEBUG ( 1420): 100ff8e0 00001594
I/DEBUG ( 1420): 100ff8e4 00001594
I/DEBUG ( 1420): 100ff8e8 ffffffff
I/DEBUG ( 1420): 100ff8ec 00000000
I/DEBUG ( 1420): 100ff8f0 00000000
I/DEBUG ( 1420): 100ff8f4 afd40328 /system/lib/libc.so
I/DEBUG ( 1420): 100ff8f8 00011000
I/DEBUG ( 1420): 100ff8fc afd0abaf /system/lib/libc.so
I/DEBUG ( 1420): 100ff900 ffffffff
I/DEBUG ( 1420): 100ff904 00000000
I/DEBUG ( 1420): 100ff908 00001414
I/DEBUG ( 1420): 100ff90c afd418bc /system/lib/libc.so
I/DEBUG ( 1420): 100ff910 afd40328 /system/lib/libc.so
I/DEBUG ( 1420): 100ff914 afd0b1cb /system/lib/libc.so
I/DEBUG ( 1420): 100ff918 00000000
I/DEBUG ( 1420): 100ff91c 00000000
I/DEBUG ( 1420): 100ff920 00000000
I/DEBUG ( 1420): 100ff924 afd10410 /system/lib/libc.so
I/DEBUG ( 1420): 100ff928 00000003
I/DEBUG ( 1420): 100ff92c afd4173c /system/lib/libc.so
I/DEBUG ( 1420): 100ff930 4000a008
I/DEBUG ( 1420): 100ff934 c0000000
I/DEBUG ( 1420): 100ff938 00100000
I/DEBUG ( 1420): 100ff93c 0000b09d /system/bin/port-bridge
I/DEBUG ( 1420): 100ff940 100ff95c
I/DEBUG ( 1420): 100ff944 100ffa48
I/DEBUG ( 1420): 100ff948 100ff964
I/DEBUG ( 1420): 100ff94c 100ffa48
I/DEBUG ( 1420): 100ff950 100ff964
I/DEBUG ( 1420): 100ff954 100ffa48
I/DEBUG ( 1420): 100ff958 0000f118 /system/bin/port-bridge
I/DEBUG ( 1420): 100ff95c 00000078
I/DEBUG ( 1420): 100ff960 000028cc
I/DEBUG ( 1420): 100ff964 e898e1c2
I/DEBUG ( 1420): 100ff968 000028cc
I/DEBUG ( 1420): 100ff96c 00000011
I/DEBUG ( 1420): 100ff970 0000f118 /system/bin/port-bridge
I/DEBUG ( 1420): 100ff974 4000a008
I/DEBUG ( 1420): 100ff978 00000078
I/DEBUG ( 1420): 100ff97c 0000b139 /system/bin/port-bridge
I/BootReceiver( 1510): Copying /data/tombstones/tombstone_01 to DropBox (SYSTEM_TOMBSTONE)
I/DEBUG ( 1420): *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** ***
I/DEBUG ( 1420): Build fingerprint: 'LGE/thunderg/thunderg/thunderg:2.2/FRF91/eng.swapan.pati.20101012.153426:user/release-keys'
I/DEBUG ( 1420): >>> /system/bin/port-bridge <<<
I/DEBUG ( 1420): signal 11 (SIGSEGV), fault addr 00000000
I/DEBUG ( 1420): r0 00000000 r1 afd40328 r2 afd3708c r3 00000008
I/DEBUG ( 1420): r4 00000000 r5 000000e0 r6 0000000a r7 00000078
I/DEBUG ( 1420): r8 00100000 r9 0000b09d 10 10000000 fp 00000000
I/DEBUG ( 1420): ip 0000f16c sp 100ff840 lr 0000a98d pc afd1bd3c cpsr 00000030
I/DEBUG ( 1420): #00 pc 0001bd3c /system/lib/libc.so
I/DEBUG ( 1420): #01 pc 0000a98a /system/bin/port-bridge
I/DEBUG ( 1420): #02 pc 0000b134 /system/bin/port-bridge
I/DEBUG ( 1420): #03 pc 0001105c /system/lib/libc.so
I/DEBUG ( 1420): #04 pc 00010b40 /system/lib/libc.so
I/DEBUG ( 1420):
I/DEBUG ( 1420): code around pc:
I/DEBUG ( 1420): afd1bd1c 000000f4 4c53b5f0 9106b089 9403447c
I/DEBUG ( 1420): afd1bd2c 99031c16 90054a50 588b1c04 2308681a
I/DEBUG ( 1420): afd1bd3c 34017825 78781957 d1f94218 d1042d2d
I/DEBUG ( 1420): afd1bd4c 78252301 93043401 2200e005 2d2b9204
I/DEBUG ( 1420): afd1bd5c 7825d101 42733401 2e104173 2b00d001
I/DEBUG ( 1420):
I/DEBUG ( 1420): code around lr:
I/DEBUG ( 1420): 0000a96c 4c54b5f0 48554d54 5962447c 1820b0bd
I/DEBUG ( 1420): 0000a97c 913b6811 ea66f7fe 220a2100 ea9ef7fe
I/DEBUG ( 1420): 0000a98c 1c064b4f 602858e5 da2f2800 ea54f7fe
I/DEBUG ( 1420): 0000a99c f7fe6800 4f4bea40 1c33494b 186219e7
I/DEBUG ( 1420): 0000a9ac 1c399000 f7fe2006 2200ea78 20012101
I/DEBUG ( 1420):
I/DEBUG ( 1420): stack:
I/DEBUG ( 1420): 100ff800 00000000
I/DEBUG ( 1420): 100ff804 00000000
I/DEBUG ( 1420): 100ff808 00000000
I/DEBUG ( 1420): 100ff80c 00000000
I/DEBUG ( 1420): 100ff810 00000000
I/DEBUG ( 1420): 100ff814 00000000
I/DEBUG ( 1420): 100ff818 00000000
I/DEBUG ( 1420): 100ff81c 00000000
I/DEBUG ( 1420): 100ff820 00000000
I/DEBUG ( 1420): 100ff824 00000000
I/DEBUG ( 1420): 100ff828 00000000
I/DEBUG ( 1420): 100ff82c 00000000
I/DEBUG ( 1420): 100ff830 00000000
I/DEBUG ( 1420): 100ff834 00000000
I/DEBUG ( 1420): 100ff838 df002777
I/DEBUG ( 1420): 100ff83c e3a070ad
I/DEBUG ( 1420): #00 100ff840 00000000
I/DEBUG ( 1420): 100ff844 00000000
I/DEBUG ( 1420): 100ff848 00000000
I/DEBUG ( 1420): 100ff84c afd40328 /system/lib/libc.so
I/DEBUG ( 1420): 100ff850 00000000
I/DEBUG ( 1420): 100ff854 00000000
I/DEBUG ( 1420): 100ff858 00000000
I/DEBUG ( 1420): 100ff85c 4000a008
I/DEBUG ( 1420): 100ff860 00000078
I/DEBUG ( 1420): 100ff864 0000f118 /system/bin/port-bridge
I/DEBUG ( 1420): 100ff868 000000e0
I/DEBUG ( 1420): 100ff86c 4000a008
I/DEBUG ( 1420): 100ff870 00000078
I/DEBUG ( 1420): 100ff874 0000a98d /system/bin/port-bridge
I/DEBUG ( 1420): #01 100ff878 00000000
I/DEBUG ( 1420): 100ff87c 00000000
I/DEBUG ( 1420): 100ff880 00000000
I/DEBUG ( 1420): 100ff884 00000000
I/DEBUG ( 1420): 100ff888 00000000
I/DEBUG ( 1420): 100ff88c 00000000
I/DEBUG ( 1420): 100ff890 00000000
I/DEBUG ( 1420): 100ff894 00000000
I/DEBUG ( 1420): 100ff898 00000000
I/DEBUG ( 1420): 100ff89c 00000000
I/DEBUG ( 1420): 100ff8a0 00000000
I/DEBUG ( 1420): 100ff8a4 00000000
I/DEBUG ( 1420): 100ff8a8 00000000
I/DEBUG ( 1420): 100ff8ac 00000000
I/DEBUG ( 1420): 100ff8b0 00000000
I/DEBUG ( 1420): 100ff8b4 00000000
I/DEBUG ( 1420): 100ff8b8 00000000
I/DEBUG ( 1420): 100ff8bc 00000000
I/DEBUG ( 1420): 100ff8c0 00000000
I/DEBUG ( 1420): 100ff8c4 00000000
I/DEBUG ( 1420): 100ff8c8 00000000
I/DEBUG ( 1420): 100ff8cc 00000000
I/DEBUG ( 1420): 100ff8d0 00000000
I/DEBUG ( 1420): 100ff8d4 00000000
I/DEBUG ( 1420): 100ff8d8 00000000
I/DEBUG ( 1420): 100ff8dc ffffffff
I/DEBUG ( 1420): 100ff8e0 00001594
I/DEBUG ( 1420): 100ff8e4 00001594
I/DEBUG ( 1420): 100ff8e8 ffffffff
I/DEBUG ( 1420): 100ff8ec 00000000
I/DEBUG ( 1420): 100ff8f0 00000000
I/DEBUG ( 1420): 100ff8f4 afd40328 /system/lib/libc.so
I/DEBUG ( 1420): 100ff8f8 00011000
I/DEBUG ( 1420): 100ff8fc afd0abaf /system/lib/libc.so
I/DEBUG ( 1420): 100ff900 ffffffff
I/DEBUG ( 1420): 100ff904 00000000
I/DEBUG ( 1420): 100ff908 00001414
I/DEBUG ( 1420): 100ff90c afd418bc /system/lib/libc.so
I/DEBUG ( 1420): 100ff910 afd40328 /system/lib/libc.so
I/DEBUG ( 1420): 100ff914 afd0b1cb /system/lib/libc.so
I/DEBUG ( 1420): 100ff918 00000000
I/DEBUG ( 1420): 100ff91c 00000000
I/DEBUG ( 1420): 100ff920 00000000
I/DEBUG ( 1420): 100ff924 afd10410 /system/lib/libc.so
I/DEBUG ( 1420): 100ff928 00000003
I/DEBUG ( 1420): 100ff92c afd4173c /system/lib/libc.so
I/DEBUG ( 1420): 100ff930 4000a008
I/DEBUG ( 1420): 100ff934 c0000000
I/DEBUG ( 1420): 100ff938 00100000
I/DEBUG ( 1420): 100ff93c 0000b09d /system/bin/port-bridge
I/DEBUG ( 1420): 100ff940 100ff95c
I/DEBUG ( 1420): 100ff944 100ffa48
I/DEBUG ( 1420): 100ff948 100ff964
I/DEBUG ( 1420): 100ff94c 100ffa48
I/DEBUG ( 1420): 100ff950 100ff964
I/DEBUG ( 1420): 100ff954 100ffa48
I/DEBUG ( 1420): 100ff958 0000f118 /system/bin/port-bridge
I/DEBUG ( 1420): 100ff95c 00000078
I/DEBUG ( 1420): 100ff960 000028d0
I/DEBUG ( 1420): 100ff964 dba1877e
I/DEBUG ( 1420): 100ff968 000028d0
I/DEBUG ( 1420): 100ff96c 00000011
I/DEBUG ( 1420): 100ff970 0000f118 /system/bin/port-bridge
I/DEBUG ( 1420): 100ff974 4000a008
I/DEBUG ( 1420): 100ff978 00000078
I/DEBUG ( 1420): 100ff97c 0000b139 /system/bin/port-bridge
I/BootReceiver( 1510): Copying /data/tombstones/tombstone_02 to DropBox (SYSTEM_TOMBSTONE)
I/wpa_supplicant( 1644): CTRL-EVENT-STATE-CHANGE id=0 state=6
V/WifiMonitor( 1510): Event [CTRL-EVENT-STATE-CHANGE id=0 state=6]
I/wpa_supplicant( 1644): WPA: Group rekeying completed with 00:1e:e5:63:57:99 [GTK=TKIP]
I/wpa_supplicant( 1644): CTRL-EVENT-STATE-CHANGE id=0 state=7
V/WifiStateTracker( 1510): Changing supplicant state: COMPLETED ==> GROUP_HANDSHAKE
V/WifiMonitor( 1510): Event [WPA: Group rekeying completed with 00:1e:e5:63:57:99 [GTK=TKIP]]
V/WifiMonitor( 1510): Event [CTRL-EVENT-STATE-CHANGE id=0 state=7]
V/WifiStateTracker( 1510): Changing supplicant state: GROUP_HANDSHAKE ==> COMPLETED
I/DEBUG ( 1420): *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** ***
I/DEBUG ( 1420): Build fingerprint: 'LGE/thunderg/thunderg/thunderg:2.2/FRF91/eng.swapan.pati.20101012.153426:user/release-keys'
I/DEBUG ( 1420): >>> /system/bin/port-bridge <<<
I/DEBUG ( 1420): signal 11 (SIGSEGV), fault addr 00000000
I/DEBUG ( 1420): r0 00000000 r1 afd40328 r2 afd3708c r3 00000008
I/DEBUG ( 1420): r4 00000000 r5 000000e0 r6 0000000a r7 00000078
I/DEBUG ( 1420): r8 00100000 r9 0000b09d 10 10000000 fp 00000000
I/DEBUG ( 1420): ip 0000f16c sp 100ff840 lr 0000a98d pc afd1bd3c cpsr 00000030
I/DEBUG ( 1420): #00 pc 0001bd3c /system/lib/libc.so
I/DEBUG ( 1420): #01 pc 0000a98a /system/bin/port-bridge
I/DEBUG ( 1420): #02 pc 0000b134 /system/bin/port-bridge
I/DEBUG ( 1420): #03 pc 0001105c /system/lib/libc.so
I/DEBUG ( 1420): #04 pc 00010b40 /system/lib/libc.so
I/DEBUG ( 1420):
I/DEBUG ( 1420): code around pc:
I/DEBUG ( 1420): afd1bd1c 000000f4 4c53b5f0 9106b089 9403447c
I/DEBUG ( 1420): afd1bd2c 99031c16 90054a50 588b1c04 2308681a
I/DEBUG ( 1420): afd1bd3c 34017825 78781957 d1f94218 d1042d2d
I/DEBUG ( 1420): afd1bd4c 78252301 93043401 2200e005 2d2b9204
I/DEBUG ( 1420): afd1bd5c 7825d101 42733401 2e104173 2b00d001
I/DEBUG ( 1420):
I/DEBUG ( 1420): code around lr:
I/DEBUG ( 1420): 0000a96c 4c54b5f0 48554d54 5962447c 1820b0bd
I/DEBUG ( 1420): 0000a97c 913b6811 ea66f7fe 220a2100 ea9ef7fe
I/DEBUG ( 1420): 0000a98c 1c064b4f 602858e5 da2f2800 ea54f7fe
I/DEBUG ( 1420): 0000a99c f7fe6800 4f4bea40 1c33494b 186219e7
I/DEBUG ( 1420): 0000a9ac 1c399000 f7fe2006 2200ea78 20012101
I/DEBUG ( 1420):
I/DEBUG ( 1420): stack:
I/DEBUG ( 1420): 100ff800 00000000
I/DEBUG ( 1420): 100ff804 00000000
I/DEBUG ( 1420): 100ff808 00000000
I/DEBUG ( 1420): 100ff80c 00000000
I/DEBUG ( 1420): 100ff810 00000000
I/DEBUG ( 1420): 100ff814 00000000
I/DEBUG ( 1420): 100ff818 00000000
I/DEBUG ( 1420): 100ff81c 00000000
I/DEBUG ( 1420): 100ff820 00000000
I/DEBUG ( 1420): 100ff824 00000000
I/DEBUG ( 1420): 100ff828 00000000
I/DEBUG ( 1420): 100ff82c 00000000
I/DEBUG ( 1420): 100ff830 00000000
I/DEBUG ( 1420): 100ff834 00000000
I/DEBUG ( 1420): 100ff838 df002777
I/DEBUG ( 1420): 100ff83c e3a070ad
I/DEBUG ( 1420): #00 100ff840 00000000
I/DEBUG ( 1420): 100ff844 00000000
I/DEBUG ( 1420): 100ff848 00000000
I/DEBUG ( 1420): 100ff84c afd40328 /system/lib/libc.so
I/DEBUG ( 1420): 100ff850 00000000
I/DEBUG ( 1420): 100ff854 00000000
I/DEBUG ( 1420): 100ff858 00000000
I/DEBUG ( 1420): 100ff85c 4000a008
I/DEBUG ( 1420): 100ff860 00000078
I/DEBUG ( 1420): 100ff864 0000f118 /system/bin/port-bridge
I/DEBUG ( 1420): 100ff868 000000e0
I/DEBUG ( 1420): 100ff86c 4000a008
I/DEBUG ( 1420): 100ff870 00000078
I/DEBUG ( 1420): 100ff874 0000a98d /system/bin/port-bridge
I/DEBUG ( 1420): #01 100ff878 00000000
I/DEBUG ( 1420): 100ff87c 00000000
I/DEBUG ( 1420): 100ff880 00000000
I/DEBUG ( 1420): 100ff884 00000000
I/DEBUG ( 1420): 100ff888 00000000
I/DEBUG ( 1420): 100ff88c 00000000
I/DEBUG ( 1420): 100ff890 00000000
I/DEBUG ( 1420): 100ff894 00000000
I/DEBUG ( 1420): 100ff898 00000000
I/DEBUG ( 1420): 100ff89c 00000000
I/DEBUG ( 1420): 100ff8a0 00000000
I/DEBUG ( 1420): 100ff8a4 00000000
I/DEBUG ( 1420): 100ff8a8 00000000
I/DEBUG ( 1420): 100ff8ac 00000000
I/DEBUG ( 1420): 100ff8b0 00000000
I/DEBUG ( 1420): 100ff8b4 00000000
I/DEBUG ( 1420): 100ff8b8 00000000
I/DEBUG ( 1420): 100ff8bc 00000000
I/DEBUG ( 1420): 100ff8c0 00000000
I/DEBUG ( 1420): 100ff8c4 00000000
I/DEBUG ( 1420): 100ff8c8 00000000
I/DEBUG ( 1420): 100ff8cc 00000000
I/DEBUG ( 1420): 100ff8d0 00000000
I/DEBUG ( 1420): 100ff8d4 00000000
I/DEBUG ( 1420): 100ff8d8 00000000
I/DEBUG ( 1420): 100ff8dc ffffffff
I/DEBUG ( 1420): 100ff8e0 00001594
I/DEBUG ( 1420): 100ff8e4 00001594
I/DEBUG ( 1420): 100ff8e8 ffffffff
I/DEBUG ( 1420): 100ff8ec 00000000
I/DEBUG ( 1420): 100ff8f0 00000000
I/DEBUG ( 1420): 100ff8f4 afd40328 /system/lib/libc.so
I/DEBUG ( 1420): 100ff8f8 00011000
I/DEBUG ( 1420): 100ff8fc afd0abaf /system/lib/libc.so
I/DEBUG ( 1420): 100ff900 ffffffff
I/DEBUG ( 1420): 100ff904 00000000
I/DEBUG ( 1420): 100ff908 00001414
I/DEBUG ( 1420): 100ff90c afd418bc /system/lib/libc.so
I/DEBUG ( 1420): 100ff910 afd40328 /system/lib/libc.so
I/DEBUG ( 1420): 100ff914 afd0b1cb /system/lib/libc.so
I/DEBUG ( 1420): 100ff918 00000000
I/DEBUG ( 1420): 100ff91c 00000000
I/DEBUG ( 1420): 100ff920 00000000
I/DEBUG ( 1420): 100ff924 afd10410 /system/lib/libc.so
I/DEBUG ( 1420): 100ff928 00000003
I/DEBUG ( 1420): 100ff92c afd4173c /system/lib/libc.so
I/DEBUG ( 1420): 100ff930 4000a008
I/DEBUG ( 1420): 100ff934 c0000000
I/DEBUG ( 1420): 100ff938 00100000
I/DEBUG ( 1420): 100ff93c 0000b09d /system/bin/port-bridge
I/DEBUG ( 1420): 100ff940 100ff95c
I/DEBUG ( 1420): 100ff944 100ffa48
I/DEBUG ( 1420): 100ff948 100ff964
I/DEBUG ( 1420): 100ff94c 100ffa48
I/DEBUG ( 1420): 100ff950 100ff964
I/DEBUG ( 1420): 100ff954 100ffa48
I/DEBUG ( 1420): 100ff958 0000f118 /system/bin/port-bridge
I/DEBUG ( 1420): 100ff95c 00000078
I/DEBUG ( 1420): 100ff960 000028d4
I/DEBUG ( 1420): 100ff964 3a440917
I/DEBUG ( 1420): 100ff968 000028d4
I/DEBUG ( 1420): 100ff96c 00000011
I/DEBUG ( 1420): 100ff970 0000f118 /system/bin/port-bridge
I/DEBUG ( 1420): 100ff974 4000a008
I/DEBUG ( 1420): 100ff978 00000078
I/DEBUG ( 1420): 100ff97c 0000b139 /system/bin/port-bridge
I/BootReceiver( 1510): Copying /data/tombstones/tombstone_03 to DropBox (SYSTEM_TOMBSTONE)
the output goes on and on and in terminal/adb, it flashes for like once every 2 secs.
It looks like a stack trace, that is, the contents of memory when a program crashed. This post http://rxwen.blogspot.com/2011/01/resolve-stack-trace-of-crashed.html talks a little bit about them. Good luck!
Thanks man, seems like you got it. But according to your link I need to download android source and a bunch of stuff that I can't afford to do right now(time constriction). I'll take a look at this again later.
Also found out that it has something to do with the binaries in /system/bin which I also changed(not a good idea).
Thanks again.

[Q] Creat working odex file for framework

I will modify the CM 7.2 by vo-1 but I will to have this rom odex, I have deodex the framework, then apply my changes and now I will create odex fill for it, I have follow this steps:
Code:
/data/odex/dexopt-wrapper file.jar file.odex
/data/odex/zip -d file.jar classes.dex
It's create odex files but the system doesn't boot:
Code:
I/dalvikvm( 387): DexOpt: Some deps went away
E/dalvikvm( 387): /system/framework/core.jar odex has stale dependencies
I/dalvikvm( 387): Zip is good, but no classes.dex inside, and no valid .odex file in the same directory
I/DEBUG ( 282): *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** ***
I/DEBUG ( 282): Build fingerprint: 'samsung/GT-S5830/GT-S5830:2.3.6/GINGERBREAD/XXKPP:user/release-keys'
I/DEBUG ( 282): pid: 387, tid: 387 >>> zygote <<<
I/DEBUG ( 282): signal 11 (SIGSEGV), code 1 (SEGV_MAPERR), fault addr deadbaad
I/DEBUG ( 282): r0 deadbaad r1 beff74dc r2 00000027 r3 40008000
I/DEBUG ( 282): r4 00000080 r5 00000000 r6 0000a000 r7 00000000
I/DEBUG ( 282): r8 00000000 r9 00000000 10 00000000 fp 00000000
I/DEBUG ( 282): ip ffffffff sp beff74c8 lr afd1636b pc afd16398 cpsr 20000030
I/DEBUG ( 282): d0 0000000000000000 d1 0000000000000000
I/DEBUG ( 282): d2 0000000000000000 d3 0000000000000000
I/DEBUG ( 282): d4 0000000000000000 d5 0000000000000000
I/DEBUG ( 282): d6 0000000000000000 d7 0000000000000000
I/DEBUG ( 282): d8 0000000000000000 d9 0000000000000000
I/DEBUG ( 282): d10 0000000000000000 d11 0000000000000000
I/DEBUG ( 282): d12 0000000000000000 d13 0000000000000000
I/DEBUG ( 282): d14 0000000000000000 d15 0000000000000000
I/DEBUG ( 282): scr 00000000
I/DEBUG ( 282):
I/DEBUG ( 282): #00 pc 00016398 /system/lib/libc.so (__libc_android_abort)
I/DEBUG ( 282): #01 pc 00013e16 /system/lib/libc.so (dlfree)
I/DEBUG ( 282):
I/DEBUG ( 282): code around pc:
I/DEBUG ( 282): afd16378 68241c23 d1fb2c00 68dae027 d0042a00
I/DEBUG ( 282): afd16388 20014d18 6028447d 48174790 24802227
I/DEBUG ( 282): afd16398 f7f57002 2106ea22 eb9ef7f6 0563aa01
I/DEBUG ( 282): afd163a8 60932100 91016051 1c112006 eef4f7f5
I/DEBUG ( 282): afd163b8 2200a905 f7f52002 f7f5ef00 2106ea0e
I/DEBUG ( 282):
I/DEBUG ( 282): code around lr:
I/DEBUG ( 282): afd16348 591bb087 2201ad05 1c284251 681c2204
I/DEBUG ( 282): afd16358 efaef7f6 20024921 22009105 f7f51c29
I/DEBUG ( 282): afd16368 481fef2c 68034478 d10e2b00 d00c2c00
I/DEBUG ( 282): afd16378 68241c23 d1fb2c00 68dae027 d0042a00
I/DEBUG ( 282): afd16388 20014d18 6028447d 48174790 24802227
I/DEBUG ( 282):
I/DEBUG ( 282): stack:
I/DEBUG ( 282): beff7488 00000000
I/DEBUG ( 282): beff748c afd14641 /system/lib/libc.so
I/DEBUG ( 282): beff7490 00016de8
I/DEBUG ( 282): beff7494 e2a88858
I/DEBUG ( 282): beff7498 00000200
I/DEBUG ( 282): beff749c 00000000
I/DEBUG ( 282): beff74a0 00017018
I/DEBUG ( 282): beff74a4 fffffe90
I/DEBUG ( 282): beff74a8 aca9e5fc
I/DEBUG ( 282): beff74ac afd14c8d /system/lib/libc.so
I/DEBUG ( 282): beff74b0 beff74dc
I/DEBUG ( 282): beff74b4 40008000
I/DEBUG ( 282): beff74b8 beff74dc
I/DEBUG ( 282): beff74bc 0000a000
I/DEBUG ( 282): beff74c0 df002777
I/DEBUG ( 282): beff74c4 e3a070ad
I/DEBUG ( 282): #00 beff74c8 00000000
I/DEBUG ( 282): beff74cc 00000007
I/DEBUG ( 282): beff74d0 000000da
I/DEBUG ( 282): beff74d4 000061f8
I/DEBUG ( 282): beff74d8 00016ff0
I/DEBUG ( 282): beff74dc fffffbdf
I/DEBUG ( 282): beff74e0 000000da
I/DEBUG ( 282): beff74e4 afd47470
I/DEBUG ( 282): beff74e8 000001b4
I/DEBUG ( 282): beff74ec afd13e1b /system/lib/libc.so
I/DEBUG ( 282): #01 beff74f0 afd47470
I/DEBUG ( 282): beff74f4 afd13e1b /system/lib/libc.so
I/DEBUG ( 282): beff74f8 00000267
I/DEBUG ( 282): beff74fc 0040e9a0
I/DEBUG ( 282): beff7500 beff7580
I/DEBUG ( 282): beff7504 beff7578
I/DEBUG ( 282): beff7508 00000000
I/DEBUG ( 282): beff750c ffffffff
I/DEBUG ( 282): beff7510 00000000
I/DEBUG ( 282): beff7514 ffffffff
I/DEBUG ( 282): beff7518 00000000
I/DEBUG ( 282): beff751c afd14c8d /system/lib/libc.so
I/DEBUG ( 282): beff7520 ffffffff
I/DEBUG ( 282): beff7524 aca47a63 /system/lib/libdvm.so
I/DEBUG ( 282): beff7528 00000001
I/DEBUG ( 282): beff752c 00000001
I/DEBUG ( 282): beff7530 00000000
I/DEBUG ( 282): beff7534 beff7544
I/ServiceManager( 279): service 'media.player' died
I/ServiceManager( 279): service 'media.audio_policy' died
I/ServiceManager( 279): service 'media.audio_flinger' died
I/ServiceManager( 279): service 'media.camera' died
I don't understand why it doesn't work, in think that some things misses in the odex file because the are smaller then the original, how can I create valid odex files to get working rom?

Nexus 7 keeps resetting

I did a factory reset of the device, connect to wiki didn't set up google account, no extra apps installed. Upgraded to 4.1.1.
Every minutes or two, the device will reset itself and sometime it will get stuck at X. Press power button for 10 seconds and it will reset. However it just keeps resetting, I can't stop that.
I enabled the usb debugging and do a adb logcat and get the follow message before it reset:
Code:
F/libc ( 124): Fatal signal 11 (SIGSEGV) at 0x5af4e436 (code=1), thread 221 (SurfaceFlinger)
I/DEBUG ( 123): *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** ***
I/DEBUG ( 123): Build fingerprint: 'google/nakasi/grouper:4.1.1/JRO03D/402395:user/release-keys'
I/DEBUG ( 123): pid: 124, tid: 221, name: SurfaceFlinger >>> /system/bin/surfaceflinger <<<
I/DEBUG ( 123): signal 11 (SIGSEGV), code 1 (SEGV_MAPERR), fault addr 5af4e436
I/DEBUG ( 123): r0 5af4e41e r1 40db00ac r2 000002ee r3 5af4e41e
I/DEBUG ( 123): r4 40db0274 r5 40db00ac r6 40db015c r7 5af4e41e
I/DEBUG ( 123): r8 00000004 r9 00000000 sl 420a9880 fp 00000001
I/DEBUG ( 123): ip 00000125 sp 40db0098 lr 400dba9f pc 400db3b0 cpsr 00000070
I/DEBUG ( 123): d0 7149f2ca443f4000 d1 443f54307149f2ca
I/DEBUG ( 123): d2 43ec400043ec0000 d3 0000003043ec0000
I/DEBUG ( 123): d4 4242000042400000 d5 43a1000042400000
I/DEBUG ( 123): d6 43a1000000000000 d7 000002fd43ec0000
I/DEBUG ( 123): d8 0000000000000000 d9 0000000000000000
I/DEBUG ( 123): d10 0000000000000000 d11 0000000000000000
I/DEBUG ( 123): d12 0000000000000000 d13 0000000000000000
I/DEBUG ( 123): d14 0000000000000000 d15 0000000000000000
I/DEBUG ( 123): d16 0000000000000002 d17 0000000000000001
I/DEBUG ( 123): d18 0000000000000000 d19 3fe0000000000000
I/DEBUG ( 123): d20 0000000000000000 d21 0000000000000000
I/DEBUG ( 123): d22 0000000000000000 d23 0000000000000000
I/DEBUG ( 123): d24 0000000000000000 d25 0000000000000000
I/DEBUG ( 123): d26 0000000000000000 d27 0000000000000000
I/DEBUG ( 123): d28 0000000000000000 d29 0000000000000000
I/DEBUG ( 123): d30 0000000000000000 d31 0000000000000000
I/DEBUG ( 123): scr 20000010
*) const+3) [621/19486]
I/DEBUG ( 123): #01 pc 00006a9b /system/lib/libui.so (android::Region::boolean_operation(int
, android::Region&, android::Region const&, android::Region const&, int, int)+24)
I/DEBUG ( 123): #02 pc 00006ae7 /system/lib/libui.so (android::Region::boolean_operation(int
, android::Region&, android::Region const&, android::Region const&)+8)
I/DEBUG ( 123): #03 pc 00006b95 /system/lib/libui.so (android::Region::operationSelf(android
::Region const&, int)+26)
I/DEBUG ( 123): #04 pc 00020281 /system/lib/libsurfaceflinger.so (android::SurfaceFlinger::c
omputeVisibleRegions(android::SurfaceFlinger::LayerVector const&, android::Region&, android::Region&)
+320)
I/DEBUG ( 123): #05 pc 00021133 /system/lib/libsurfaceflinger.so (android::SurfaceFlinger::h
andlePageFlip()+194)
I/DEBUG ( 123): #06 pc 000219eb /system/lib/libsurfaceflinger.so (android::SurfaceFlinger::o
nMessageReceived(int)+50)
I/DEBUG ( 123): #07 pc 000148db /system/lib/libutils.so (android::Looper::pollInner(int)+426
)
I/DEBUG ( 123): #08 pc 000149f9 /system/lib/libutils.so (android::Looper::pollOnce(int, int*
, int*, void**)+104)
I/DEBUG ( 123): #09 pc 0001f2c9 /system/lib/libsurfaceflinger.so (android::MessageQueue::wai
tMessage()+40)
I/DEBUG ( 123): #10 pc 0001fbdb /system/lib/libsurfaceflinger.so (android::SurfaceFlinger::t
hreadLoop()+4)
I/DEBUG ( 123): #11 pc 00010f47 /system/lib/libutils.so (android::Thread::_threadLoop(void*)
+114)
I/DEBUG ( 123): #12 pc 00010aad /system/lib/libutils.so
I/DEBUG ( 123): #13 pc 00012dd0 /system/lib/libc.so (__thread_entry+48)
I/DEBUG ( 123): #14 pc 00012528 /system/lib/libc.so (pthread_create+172)
I/DEBUG ( 123):
I/DEBUG ( 123): stack:

[Q&A] [STABLE][ROM][4.1.2][JZO54K] CyanogenMod10 | BUILD #3

Q&A for [STABLE][ROM][4.1.2][JZO54K] CyanogenMod10 | BUILD #3
Some developers prefer that questions remain separate from their main development thread to help keep things organized. Placing your question within this thread will increase its chances of being answered by a member of the community or by the developer. Thanks for understanding and for helping to keep XDA neat and tidy! :smile:
Gapps
cute_prince said:
CyanogenMod 10 is a free, community built, aftermarket firmware distribution of Android 4.1.2 (Jellybean), which is designed to increase performance and reliability over stock Android for your device.
Code:
#include
/*
* Your warranty is now void.
*
* I am not responsible for bricked devices, dead SD cards,
* thermonuclear war, or you getting fired because the alarm app failed. Please
* do some research if you have any concerns about features included in this ROM
* before flashing it! YOU are choosing to make these modifications, and if
* you point the finger at me for messing up your device, I will laugh at you.
*
* Submitting bug reports on nightly builds is the leading
* cause of male impotence.
*/
CyanogenMod is based on the Android Open Source Project with extra contributions from many people within the Android community. It can be used without any need to have any Google application installed. Linked below is a package that has come from another Android project that restore the Google parts. CyanogenMod does still include various hardware-specific code, which is also slowly being open-sourced anyway.
All the source code for CyanogenMod is available in the CyanogenMod Github repo. And if you would like to contribute to CyanogenMod, please visit out Gerrit Code Review. You can also view the Changelog for a full list of changes & features.
Generic source code- http://github.com/cyanogenmod
Features- http://www.cyanogenmod.com/about/features
WHAT WORKS
- WiFi
- Bluetooth
- Camera
- GPS
- NFC ( Only for NFC version of Desire C )
- RIL
- Audio
- Hardware Acceleration
- Ambient Light Sensor
- SD Card
- USB Mass Storage
- Capacitive Buttons
- Video Recording
- Video Playback
- FM Radio ( Use Spirit FM app from Play Store )
WHAT DOESN'T WORK
- Everything works for daily use.
DOWNLOADS
BUILD#3: ( WiFi Fixed ) http://forum.xda-developers.com/showpost.php?p=42232329&postcount=370
BUILD#2: http://goo.im/devs/cute_prince/cm10_golfu-build3.zip OR https://mega.co.nz/#!XN9AnQSY!PStTZ1IN4N-CUEBuNa76yh5zy_R7iKn8_TXXdlJa1T8
BUILD#1: http://goo.im/devs/cute_prince/cm10_golfu-build1.zip
GAPPS: http://goo.im/devs/tilal6991/gapps/gapps-cfx-jb-20120815-super-stripped.zip
THANKS TO
- @nikhil16242 ( For fixing Multitouch problem / Prompt Testing )
- @solk2 ( For fixing WiFi )
- Whole Cyanogenmod Development Team
- The XDA team
- Goo.im ( For build server access and file hosting services )
INSTRUCTIONS FOR FLASHING
Do a FULL WIPE first. Full Wipe means format /system, /data, /cache.
Now flash ROM and then GAPPS through recovery.
After flashing, do NOT reboot phone. Instead POWER OFF the device and boot to bootloader.
Extract the boot.img from rom and flash it using fastboot flash boot boot.img command.
Reboot.
SOURCES
Device Tree: https://github.com/cuteprince/cm10_device_htc_golfu
Kernel Source: https://github.com/cuteprince/jb_kernel_3.0.16_htc_golfu
Click to expand...
Click to collapse
Gapps link down, pls update new. When boot phone everything perfect!! im using N.O.P.E Kernal Version 2.6. but problem is google play when install gapps every apk on store isnt Signed. When trying to install app i get error "Application has not signed..
Kikirezz said:
Gapps link down, pls update new. When boot phone everything perfect!! im using N.O.P.E Kernal Version 2.6. but problem is google play when install gapps every apk on store isnt Signed. When trying to install app i get error "Application has not signed..
Click to expand...
Click to collapse
Download and flash this: https://goo.im/gapps/gapps-jb-20120719-signed.zip
HTC desire C custom ROM
I have installed CyanogenMod 10.1 with the steps given in thios link http://forum.xda-developers.com/showthread.php?t=2265060
everything works fine,except there are problem with wifi.
If i am connected to a wifi and after sometime i have to again restart my hotspot because its cannot detect it.
Head phone is also not detecting.
when i click on Google Play is not responding always.
I tried flashing CM10 on the HTC Desire C, but it keeps bootlooping and I can't seem to find out what's going on.
Here's a syslog just in case. This seems the most interesting part of the log.
Code:
I/PackageManager( 1114): /system/app/MagicSmokeWallpapers.apk changed; collecting certs
I/PackageManager( 1114): /system/app/MediaProvider.apk changed; collecting certs
I/PackageManager( 1114): /system/app/NoiseField.apk changed; collecting certs
I/PackageManager( 1114): /system/app/PhaseBeam.apk changed; collecting certs
I/PackageManager( 1114): /system/app/Superuser.apk changed; collecting certs
D/dalvikvm( 1114): GC_CONCURRENT freed 1970K, 44% free 4106K/7303K, paused 4ms+9ms, total 62ms
D/dalvikvm( 1114): WAIT_FOR_CONCURRENT_GC blocked 41ms
F/libc ( 1114): Fatal signal 11 (SIGSEGV) at 0x0000006b (code=1), thread 1128 (er.ServerThread)
I/DEBUG ( 115): *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** ***
I/DEBUG ( 115): Build fingerprint: 'htc_europe/htc_golfu/golfu:4.0.3/IML74K/62541.1:user/release-keys'
I/DEBUG ( 115): pid: 1114, tid: 1128, name: er.ServerThread >>> system_server <<<
I/DEBUG ( 115): signal 11 (SIGSEGV), code 1 (SEGV_MAPERR), fault addr 0000006b
I/DEBUG ( 115): r0 0000004b r1 41f5c9b8 r2 00084004 r3 41f5d1e8
I/DEBUG ( 115): r4 408061b8 r5 425b7cec r6 408061b8 r7 41f5c9b8
I/DEBUG ( 115): r8 000175df r9 7fffffff sl 00000000 fp 00000000
I/DEBUG ( 115): ip 40cf2378 sp 4bc77cd0 lr 40793e58 pc 40793c5c cpsr 80070010
I/DEBUG ( 115): d0 0000002042108900 d1 2122244000000012
I/DEBUG ( 115): d2 0000000080000400 d3 0000008000100000
I/DEBUG ( 115): d4 0100000000000000 d5 0000000000000200
I/DEBUG ( 115): d6 0400000000000000 d7 0000000100002000
I/DEBUG ( 115): d8 0000000000000000 d9 0000000000000000
I/DEBUG ( 115): d10 0000000000000000 d11 0000000000000000
I/DEBUG ( 115): d12 0000000000000000 d13 0000000000000000
I/DEBUG ( 115): d14 0000000000000000 d15 0000000000000000
I/DEBUG ( 115): d16 0000000000000000 d17 0000000000000000
I/DEBUG ( 115): d18 0000000000000000 d19 0000000000000000
I/DEBUG ( 115): d20 0000000000000000 d21 0000000000000000
I/DEBUG ( 115): d22 0000000000000000 d23 0000000000000000
I/DEBUG ( 115): d24 3fede16b9c24a98f d25 3fe55559ee5e69f9
I/DEBUG ( 115): d26 0000000000000000 d27 0000000000000000
I/DEBUG ( 115): d28 0000000000000005 d29 0000000000000000
I/DEBUG ( 115): d30 0000000000000000 d31 0000000000000000
I/DEBUG ( 115): scr 80000010
I/DEBUG ( 115):
I/DEBUG ( 115): backtrace:
I/DEBUG ( 115): #00 pc 00037c5c /system/lib/libdvm.so
I/DEBUG ( 115): #01 pc 00037e54 /system/lib/libdvm.so
I/DEBUG ( 115): #02 pc 0002a0b0 /system/lib/libdvm.so (dvmCollectGarbageInternal(GcSpec const*)+148)
I/DEBUG ( 115): #03 pc 0002a890 /system/lib/libdvm.so (dvmMalloc(unsigned int, int)+416)
I/DEBUG ( 115): #04 pc 00067851 /system/lib/libdvm.so
I/DEBUG ( 115): #05 pc 00022434 /system/lib/libdvm.so (dvmAsmSisterStart+500)
I/DEBUG ( 115): #06 pc 0002bdf4 /system/lib/libdvm.so (dvmInterpret(Thread*, Method const*, JValue*)+180)
I/DEBUG ( 115): #07 pc 0005fa71 /system/lib/libdvm.so (dvmCallMethodV(Thread*, Method const*, Object*, bool, JValue*, std::__va_list)+272)
I/DEBUG ( 115): #08 pc 0005fa9b /system/lib/libdvm.so (dvmCallMethod(Thread*, Method const*, Object*, JValue*, ...)+20)
I/DEBUG ( 115): #09 pc 00054627 /system/lib/libdvm.so
I/DEBUG ( 115): #10 pc 00012f94 /system/lib/libc.so (__thread_entry+48)
I/DEBUG ( 115): #11 pc 000126f0 /system/lib/libc.so (pthread_create+180)
I/DEBUG ( 115):
I/DEBUG ( 115): stack:
I/DEBUG ( 115): 4bc77c90 42673b00 /dev/ashmem/dalvik-heap (deleted)
I/DEBUG ( 115): 4bc77c94 40793cc0 /system/lib/libdvm.so
I/DEBUG ( 115): 4bc77c98 0000716a
I/DEBUG ( 115): 4bc77c9c 0001c5a8
I/DEBUG ( 115): 4bc77ca0 41f5c9b8 [heap]
I/DEBUG ( 115): 4bc77ca4 425b7cec /dev/ashmem/dalvik-heap (deleted)
I/DEBUG ( 115): 4bc77ca8 00000000
I/DEBUG ( 115): 4bc77cac 80000000
I/DEBUG ( 115): 4bc77cb0 41f6c228 /dev/ashmem/dalvik-heap (deleted)
I/DEBUG ( 115): 4bc77cb4 40793bd8 /system/lib/libdvm.so
I/DEBUG ( 115): 4bc77cb8 408061b8 /system/lib/libdvm.so
I/DEBUG ( 115): 4bc77cbc 425b7f30 /dev/ashmem/dalvik-heap (deleted)
I/DEBUG ( 115): 4bc77cc0 408061b8 /system/lib/libdvm.so
I/DEBUG ( 115): 4bc77cc4 41f5c9b8 [heap]
I/DEBUG ( 115): 4bc77cc8 df0027ad
I/DEBUG ( 115): 4bc77ccc 00000000
I/DEBUG ( 115): #00 4bc77cd0 40cf237c /dev/ashmem/dalvik-mark-stack (deleted)
I/DEBUG ( 115): 4bc77cd4 41f5c9b8 [heap]
I/DEBUG ( 115): 4bc77cd8 41f5c9a0 [heap]
I/DEBUG ( 115): 4bc77cdc 408061b8 /system/lib/libdvm.so
I/DEBUG ( 115): 4bc77ce0 00000001
I/DEBUG ( 115): 4bc77ce4 40793e58 /system/lib/libdvm.so
I/DEBUG ( 115): #01 4bc77ce8 407ff4c4 /system/lib/libdvm.so
I/DEBUG ( 115): 4bc77cec 407860b4 /system/lib/libdvm.so (dvmCollectGarbageInternal(GcSpec const*)+152)
I/DEBUG ( 115): #02 4bc77cf0 00000000
I/DEBUG ( 115): 4bc77cf4 00000000
I/DEBUG ( 115): 4bc77cf8 00000000
I/DEBUG ( 115): 4bc77cfc 40019d0f /system/lib/libcutils.so (mspace_malloc+1850)
I/DEBUG ( 115): 4bc77d00 00000001
I/DEBUG ( 115): 4bc77d04 4226e018 /dev/ashmem/dalvik-heap (deleted)
I/DEBUG ( 115): 4bc77d08 0000f810
I/DEBUG ( 115): 4bc77d0c 00000001
I/DEBUG ( 115): 4bc77d10 40801c8c /system/lib/libdvm.so
I/DEBUG ( 115): 4bc77d14 0000f810
I/DEBUG ( 115): 4bc77d18 47fd09e4
I/DEBUG ( 115): 4bc77d1c 4001a8df /system/lib/libcutils.so (mspace_calloc+44)
I/DEBUG ( 115): 4bc77d20 41f5ca00 [heap]
I/DEBUG ( 115): 4bc77d24 408061b8 /system/lib/libdvm.so
I/DEBUG ( 115): 4bc77d28 0000f810
I/DEBUG ( 115): 4bc77d2c 41f5c9a0 [heap]
I/DEBUG ( 115): ........ ........
I/DEBUG ( 115):
I/DEBUG ( 115): memory near r1:
I/DEBUG ( 115): 41f5c998 73757300 00000063 41f5ca00 00000000 .susc......A....
I/DEBUG ( 115): 41f5c9a8 4227d530 42546160 00000000 00000000 0.'B`aTB........
I/DEBUG ( 115): 41f5c9b8 41f5ca74 41cef000 40cf2378 40cef000 t..A...Ax#[email protected]@
I/DEBUG ( 115): 41f5c9c8 01000000 4226e000 ffffffff 41d9e000 ......&B.......A
I/DEBUG ( 115): 41f5c9d8 00060000 00060000 00000010 00000001 ................
I/DEBUG ( 115):
I/DEBUG ( 115): memory near r2:
I/DEBUG ( 115): 00083fe4 ffffffff ffffffff ffffffff ffffffff ................
I/DEBUG ( 115): 00083ff4 ffffffff ffffffff ffffffff ffffffff ................
I/DEBUG ( 115): 00084004 ffffffff ffffffff ffffffff ffffffff ................
I/DEBUG ( 115): 00084014 ffffffff ffffffff ffffffff ffffffff ................
I/DEBUG ( 115): 00084024 ffffffff ffffffff ffffffff ffffffff ................
I/DEBUG ( 115):
I/DEBUG ( 115): memory near r3:
I/DEBUG ( 115): 41f5d1c8 00310ff0 00310ff0 00000004 41f5d010 ..1...1........A
I/DEBUG ( 115): 41f5d1d8 00310ff0 00000000 00000000 000000c3 ..1.............
I/DEBUG ( 115): 41f5d1e8 41f5d1e8 00000000 00000000 00000000 ...A............
I/DEBUG ( 115): 41f5d1f8 00000000 00000000 46149512 00000000 ...........F....
I/DEBUG ( 115): 41f5d208 10030011 5000000c 40b86000 00000007 .......P.`[email protected]
I/DEBUG ( 115):
I/DEBUG ( 115): memory near r4:
I/DEBUG ( 115): 40806198 00000000 00000000 00000000 00000000 ................
I/DEBUG ( 115): 408061a8 00000000 00000000 00000000 00000000 ................
I/DEBUG ( 115): 408061b8 41f5c790 41f5b480 00400000 03000000 [email protected]
I/DEBUG ( 115): 408061c8 03000000 00004000 00006000 00000001 [email protected]`......
I/DEBUG ( 115): 408061d8 00000101 00000002 00000001 00000000 ................
I/DEBUG ( 115):
I/DEBUG ( 115): memory near r5:
I/DEBUG ( 115): 425b7ccc 00000069 425b7880 425b7e30 42405928 i....x[B0~[B([email protected]
I/DEBUG ( 115): 425b7cdc 41fc93c8 00000000 0000002e 0000002e ...A............
I/DEBUG ( 115): 425b7cec 0000004b 41f5e7d8 00000000 0000002d K......A....-...
I/DEBUG ( 115): 425b7cfc 00000000 2f736572 77617264 656c6261 ....res/drawable
I/DEBUG ( 115): 425b7d0c 70646d2d 69742f69 6970656d 72656b63 -mdpi/timepicker
I/DEBUG ( 115):
I/DEBUG ( 115): memory near r6:
I/DEBUG ( 115): 40806198 00000000 00000000 00000000 00000000 ................
I/DEBUG ( 115): 408061a8 00000000 00000000 00000000 00000000 ................
I/DEBUG ( 115): 408061b8 41f5c790 41f5b480 00400000 03000000 [email protected]
I/DEBUG ( 115): 408061c8 03000000 00004000 00006000 00000001 [email protected]`......
I/DEBUG ( 115): 408061d8 00000101 00000002 00000001 00000000 ................
I/DEBUG ( 115):
I/DEBUG ( 115): memory near r7:
I/DEBUG ( 115): 41f5c998 73757300 00000063 41f5ca00 00000000 .susc......A....
I/DEBUG ( 115): 41f5c9a8 4227d530 42546160 00000000 00000000 0.'B`aTB........
I/DEBUG ( 115): 41f5c9b8 41f5ca74 41cef000 40cf2378 40cef000 t..A...Ax#[email protected]@
I/DEBUG ( 115): 41f5c9c8 01000000 4226e000 ffffffff 41d9e000 ......&B.......A
I/DEBUG ( 115): 41f5c9d8 00060000 00060000 00000010 00000001 ................
I/DEBUG ( 115):
I/DEBUG ( 115): memory near r8:
I/DEBUG ( 115): 000175bc ffffffff ffffffff ffffffff ffffffff ................
I/DEBUG ( 115): 000175cc ffffffff ffffffff ffffffff ffffffff ................
I/DEBUG ( 115): 000175dc ffffffff ffffffff ffffffff ffffffff ................
I/DEBUG ( 115): 000175ec ffffffff ffffffff ffffffff ffffffff ................
I/DEBUG ( 115): 000175fc ffffffff ffffffff ffffffff ffffffff ................
I/DEBUG ( 115):
I/DEBUG ( 115): memory near r9:
I/DEBUG ( 115): 7fffffdc ffffffff ffffffff ffffffff ffffffff ................
I/DEBUG ( 115): 7fffffec ffffffff ffffffff ffffffff ffffffff ................
I/DEBUG ( 115): 7ffffffc ffffffff ffffffff ffffffff ffffffff ................
I/DEBUG ( 115): 8000000c ffffffff ffffffff ffffffff ffffffff ................
I/DEBUG ( 115): 8000001c ffffffff ffffffff ffffffff ffffffff ................
I/DEBUG ( 115):
I/DEBUG ( 115): memory near ip:
I/DEBUG ( 115): 40cf2358 425b81b0 424074a8 42288120 4228f2f8 ..[[email protected] .(B..(B
I/DEBUG ( 115): 40cf2368 4228be58 425b40a8 425b7df0 425b7ea0 X.([email protected][B.}[B.~[B
I/DEBUG ( 115): 40cf2378 425b7cec 425a4950 4228f0d8 42288b78 .|[BPIZB..(Bx.(B
I/DEBUG ( 115): 40cf2388 425a5590 4228b580 4228d558 425b9ef8 .UZB..(BX.(B..[B
I/DEBUG ( 115): 40cf2398 425a2ed0 425b82a8 425b14a0 425b74c0 ..ZB..[B..[B.t[B
I/DEBUG ( 115):
I/DEBUG ( 115): memory near sp:
I/DEBUG ( 115): 4bc77cb0 41f6c228 40793bd8 408061b8 425b7f30 (..A.;[email protected]@0.[B
I/DEBUG ( 115): 4bc77cc0 408061b8 41f5c9b8 df0027ad 00000000 [email protected]'......
I/DEBUG ( 115): 4bc77cd0 40cf237c 41f5c9b8 41f5c9a0 408061b8 |#[email protected]@
I/DEBUG ( 115): 4bc77ce0 00000001 40793e58 407ff4c4 407860b4 ....X>[email protected]@.`[email protected]
I/DEBUG ( 115): 4bc77cf0 00000000 00000000 00000000 40019d0f [email protected]
I/DEBUG ( 115):
I/DEBUG ( 115): code around pc:
I/DEBUG ( 115): 40793c3c e1a05000 e59f41e0 e1a07001 e5900000 .P...A...p......
I/DEBUG ( 115): 40793c4c e79f4004 e59430b4 e1500003 0a00003a [email protected]:...
I/DEBUG ( 115): 40793c5c e590e020 e31e0101 0a000011 ebffffc6 ...............
I/DEBUG ( 115): 40793c6c e5952000 e5921020 e3110202 08bd80f8 . .. ...........
I/DEBUG ( 115): 40793c7c e5953008 e2856010 e3530000 08bd80f8 .0...`....S.....
I/DEBUG ( 115):
I/DEBUG ( 115): code around lr:
I/DEBUG ( 115): 40793e38 e1520003 e1a04000 28bd8010 e243c004 [email protected](..C.
I/DEBUG ( 115): 40793e48 e1a01004 e584c008 e5130004 ebffff77 ............w...
I/DEBUG ( 115): 40793e58 e5943008 e594000c e1530000 8afffff6 .0........S.....
I/DEBUG ( 115): 40793e68 e8bd8010 e5821018 e1a01002 eaffff6f ............o...
I/DEBUG ( 115): 40793e78 e5900000 e3500000 012fff1e e1a01003 ......P.../.....
F/libc ( 115): @@@ ABORTING: INVALID HEAP ADDRESS IN dlfree addr=0x4107ced8
So if I understand it correctly the wi-fi works but not without some problems? I'm running the CM10 rom with NOPE v2.6 kernel 825mhz and I get "authentication error", then I have to connect to the wi-fi manually and it works. But it disconnects every time I turn off the screen.
Am I missing something or is there a fix somewhere for this? I've searched through many threads on this board and there seem to be multiple fixes but I'm not sure which I should use as some of them refer to older roms or kernels.
Theeboon said:
So if I understand it correctly the wi-fi works but not without some problems? I'm running the CM10 rom with NOPE v2.6 kernel 825mhz and I get "authentication error", then I have to connect to the wi-fi manually and it works. But it disconnects every time I turn off the screen.
Am I missing something or is there a fix somewhere for this? I've searched through many threads on this board and there seem to be multiple fixes but I'm not sure which I should use as some of them refer to older roms or kernels.
Click to expand...
Click to collapse
Well, using the app " WiFi keep alive " fixes the issue.
Quasar said:
Well, using the app " WiFi keep alive " fixes the issue.
Click to expand...
Click to collapse
I use that now, but I was wondering if there was any kind of "real" fix instead of a workaround :good:
Theeboon said:
I use that now, but I was wondering if there was any kind of "real" fix instead of a workaround :good:
Click to expand...
Click to collapse
Ah. That would require finding a better hack for fixing the WiFi, but since everyone uses CM11 now, not many would bother with CM10.
Quasar said:
Ah. That would require finding a better hack for fixing the WiFi, but since everyone uses CM11 now, not many would bother with CM10.
Click to expand...
Click to collapse
Really? I thought development for Desire C CM11 had stagnated. Is there a working build I'm unaware of?
Theeboon said:
Really? I thought development for Desire C CM11 had stagnated. Is there a working build I'm unaware of?
Click to expand...
Click to collapse
Yep. Working and stable, and CM12 will he here soon!
Oh jeez, it's this probably
http://forum.xda-developers.com/htc.../dev-cyanogenmod-11-beta1-10-17-2014-t2908047
Weird that I never saw it before.
:victory:
Can help me port this room, for samsung galaxy core?
How to uninstall a camera that was flashing on Htc Desire C
Hi, Someone can tell me how to uninstall a camera that was flashing with recovery mode on Htc desire c and cm10.
Thank
My WiFi not working please help me. Whenever I turn my WiFi on, my desire c just gets off and starts boot looping and later I ll again flash my ROM and someone please provide me the latest CWM recovery link and how to flash it.
sent from XT1052 MOTO X
CM10 build 4 for HTC Desire C
I've been using CM10 build 3 and it was pretty good. I read latest post about it and as far as I understand wifi is fixed, thanks for that but there is new bug about apps 0.00b. I wonder is it ok to use this version or choose to go with the old one? Is there anyone to answer my question?
abhishek.D said:
My WiFi not working please help me. Whenever I turn my WiFi on, my desire c just gets off and starts boot looping and later I ll again flash my ROM and someone please provide me the latest CWM recovery link and how to flash it.
sent from XT1052 MOTO X
Click to expand...
Click to collapse
Use this link for TWRP, or if you want to stick with CWM use this.
---------- Post added at 01:40 PM ---------- Previous post was at 01:34 PM ----------
gacherette said:
Hi, Someone can tell me how to uninstall a camera that was flashing with recovery mode on Htc desire c and cm10.
Thank
Click to expand...
Click to collapse
You can use Rom Toolbox Pro for delete any system app.
---------- Post added at 01:45 PM ---------- Previous post was at 01:40 PM ----------
I have encountered random soft reboot in CM10 build 4 for HTC Desire C without any specific reason. Is there anyone with the same problem? Maybe I did something wrong please enligthen me.
CM10 build 4 for HTC Desire C
Some of the apps make soft reboots to phone, when I am trying to install them like swiftkey. Also some apps does soft reboots to phone sometimes does not. Is there anyone know the reason of this issue?
Bluetooth Headset doesn't work with [STABLE][ROM][4.1.2][JZO54K] CyanogenMod10|BUILD3
Bluetooth function for file transfer and pairing is fine working.
However, the Bluetooth headset doesn't work after pairing.
The Bluetooth headset is working perfectly with any other device.
Please explain and help. Thank you.
Desire C back rom
Hi to all,
I used probably bad unlocker or other updater. Any custom rom doesn't work with wifi (error) and GSM providing loop hard reboot.
I tried to use the official HTC rom from exe file. But the recovering failed. I test two version like "RUU_GOLF_U_ICS_40A_HTC_Europe_2.00.401.2_Radio_10.11.98.09H_1.06.98.13M2_release_295101_signed".
I'm looking for good binaries for Desired C Orange French version. Many repo and hosting files servers are down or doesn't hosting anymore the files.
Anybody can't help me to get binary thru any Google Drive or any others ?
Many thanks in advance.

Fatal signal 13 - memory dump with Xposed app_process

Hello,
I am working on a project that uses Xposed and it appears to generate a memory dump in Android 4.4.2. Below is the startup logcat entries for the device startup initialization.
W/linker ( 116): /system/bin/app_process has text relocations. This is wasting memory and is a security risk. Please fix.
W/linker ( 116): /system/bin/app_process has text relocations. This is wasting memory and is a security risk. Please fix.
D/Xposed ( 116): Starting Xposed binary version 46, compiled for SDK 16
D/Xposed ( 116): Phone: rk3188 (rockchip), Android version 4.4.2 (SDK 19)
D/Xposed ( 116): ROM: Z05-HDY-15.6-Y0.6-20160127
I/Xposed ( 116): -----------------
I/Xposed ( 116): Added Xposed (/data/data/de.robv.android.xposed.installer/bin/XposedBridge.jar) to CLASSPATH.
Then later, the following error occurred and continued to happen periodically over time. Scroll further down to see full memory dump.
W/linker ( 1505): app_process has text relocations. This is wasting memory and is a security risk. Please fix.
F/libc ( 1505): Fatal signal 13 (SIGPIPE) at 0x000005e1 (code=0), thread 1505 (app_process)
I/DEBUG ( 113): *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** ***
I/DEBUG ( 113): Build fingerprint: 'rockchip/rk3188/rk3188:4.4.2/KOT49H/eng.root.20150629.182939:eng/test-keys'
I/DEBUG ( 113): Revision: '0'
I/DEBUG ( 113): pid: 1505, tid: 1505, name: app_process >>> app_process <<<
I/DEBUG ( 113): signal 13 (SIGPIPE), code -6 (SI_TKILL), fault addr --------
W/NativeCrashListener( 434): Couldn't find ProcessRecord for pid 1505
This problem does not appear to crash the device but it needs to run continuously and never fail over long periods of time (months with DC power from AC outlet, FYI). I would like to make a change somehow to remove the memory dumps so it will not be a potential point of failure in the future. I tried earlier versions back to the initial upgrade for KitKat but all exhibited the same memory dump. I would also like to make sure there is no security risk. Thank you very much for your time!
W/linker ( 1505): app_process has text relocations. This is wasting memory and is a security risk. Please fix.
F/libc ( 1505): Fatal signal 13 (SIGPIPE) at 0x000005e1 (code=0), thread 1505 (app_process)
I/DEBUG ( 113): *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** ***
I/DEBUG ( 113): Build fingerprint: 'rockchip/rk3188/rk3188:4.4.2/KOT49H/eng.root.20150629.182939:eng/test-keys'
I/DEBUG ( 113): Revision: '0'
I/DEBUG ( 113): pid: 1505, tid: 1505, name: app_process >>> app_process <<<
I/DEBUG ( 113): signal 13 (SIGPIPE), code -6 (SI_TKILL), fault addr --------
W/NativeCrashListener( 434): Couldn't find ProcessRecord for pid 1505
I/DEBUG ( 113): r0 ffffffe0 r1 4000c8f3 r2 00000011 r3 00000000
I/DEBUG ( 113): AM write failure (32 / Broken pipe)
I/DEBUG ( 113): r4 00000011 r5 4000c8f3 r6 befff5d4 r7 00000004
I/DEBUG ( 113): r8 2a000efe r9 40010678 sl 2a004e90 fp 4000c907
I/DEBUG ( 113): ip befff678 sp befff5a0 lr 400041db pc 400049f0 cpsr 200e0010
I/DEBUG ( 113): d0 6c50202e6b736972 d1 7869662065736165
I/DEBUG ( 113): d2 54202e736e6f6974 d3 7720736920736968
I/DEBUG ( 113): d4 6d20676e69747361 d5 6e612079726f6d65
I/DEBUG ( 113): d6 7320612073692064 d7 2079746972756365
I/DEBUG ( 113): d8 0000000000000000 d9 0000000000000000
I/DEBUG ( 113): d10 0000000000000000 d11 0000000000000000
I/DEBUG ( 113): d12 0000000000000000 d13 0000000000000000
I/DEBUG ( 113): d14 0000000000000000 d15 0000000000000000
I/DEBUG ( 113): d16 0000000000000000 d17 0000000000000000
I/DEBUG ( 113): d18 0000000000000000 d19 0000000000000000
I/DEBUG ( 113): d20 0000000000000000 d21 0000000000000000
I/DEBUG ( 113): d22 0000000000000000 d23 0000000000000000
I/DEBUG ( 113): d24 0000000000000000 d25 0000000000000000
I/DEBUG ( 113): d26 0000000000000000 d27 0000000000000000
I/DEBUG ( 113): d28 0000000000000000 d29 0000000000000000
I/DEBUG ( 113): d30 0000000000000000 d31 0000000000000000
I/DEBUG ( 113): scr 00000000
I/DEBUG ( 113):
I/DEBUG ( 113): backtrace:
I/DEBUG ( 113): #00 pc 000049f0 /system/bin/linker
I/DEBUG ( 113): #01 pc 000041d7 /system/bin/linker
I/DEBUG ( 113): #02 pc 000042d7 /system/bin/linker
I/DEBUG ( 113): #03 pc 00001f57 /system/bin/linker
I/DEBUG ( 113): #04 pc 00002fe5 /system/bin/linker
I/DEBUG ( 113): #05 pc 00000a68 /system/bin/linker
I/DEBUG ( 113):
I/DEBUG ( 113): stack:
I/DEBUG ( 113): befff560 401e1004
I/DEBUG ( 113): befff564 401e1370
I/DEBUG ( 113): befff568 4001424c
I/DEBUG ( 113): befff56c 40014370
I/DEBUG ( 113): befff570 40014494
I/DEBUG ( 113): befff574 00000000
I/DEBUG ( 113): befff578 40c3846c
I/DEBUG ( 113): befff57c befff58c [stack]
I/DEBUG ( 113): befff580 41520000
I/DEBUG ( 113): befff584 4000c191 /system/bin/linker
I/DEBUG ( 113): befff588 00000024
I/DEBUG ( 113): befff58c 00000006
I/DEBUG ( 113): befff590 2a000eb8 /system/bin/app_process
I/DEBUG ( 113): befff594 40c38370
I/DEBUG ( 113): befff598 befff664 [stack]
I/DEBUG ( 113): befff59c befff678 [stack]
I/DEBUG ( 113): #00 befff5a0 befff628 [stack]
I/DEBUG ( 113): ........ ........
I/DEBUG ( 113): #01 befff5a0 befff628 [stack]
I/DEBUG ( 113): befff5a4 4000c8f3 /system/bin/linker
I/DEBUG ( 113): befff5a8 00000011
I/DEBUG ( 113): befff5ac 400042db /system/bin/linker
I/DEBUG ( 113): #02 befff5b0 2a000efe /system/bin/app_process
I/DEBUG ( 113): befff5b4 400022cf /system/bin/linker
I/DEBUG ( 113): befff5b8 00000000
I/DEBUG ( 113): befff5bc 40010f20 /system/bin/linker
I/DEBUG ( 113): befff5c0 4000d2c5 /system/bin/linker
I/DEBUG ( 113): befff5c4 befff5de [stack]
I/DEBUG ( 113): befff5c8 00000004
I/DEBUG ( 113): befff5cc befff628 [stack]
I/DEBUG ( 113): befff5d0 00000000
I/DEBUG ( 113): befff5d4 00000000
I/DEBUG ( 113): befff5d8 00000002
I/DEBUG ( 113): befff5dc 00280003
I/DEBUG ( 113): befff5e0 00000001
I/DEBUG ( 113): befff5e4 00000000
I/DEBUG ( 113): befff5e8 00000034
I/DEBUG ( 113): befff5ec 000ae320
I/DEBUG ( 113): ........ ........
I/DEBUG ( 113):
I/DEBUG ( 113): memory near r1:
I/DEBUG ( 113): 4000c8d0 5f444c20 4c455250 2044414f 20726f66
I/DEBUG ( 113): 4000c8e0 22732522 6163203b 64657375 20796220
I/DEBUG ( 113): 4000c8f0 57007325 494e5241 203a474e 6b6e696c
I/DEBUG ( 113): 4000c900 203a7265 44000a00 47554245 7325203a
I/DEBUG ( 113): 4000c910 65656e20 25207364 6f630073 20646c75
I/DEBUG ( 113): 4000c920 20746f6e 64616f6c 62696c20 79726172
I/DEBUG ( 113): 4000c930 73252220 656e2022 64656465 20796220
I/DEBUG ( 113): 4000c940 22732522 6163203b 64657375 20796220
I/DEBUG ( 113): 4000c950 25007325 61682073 65742073 72207478
I/DEBUG ( 113): 4000c960 636f6c65 6f697461 202e736e 73696854
I/DEBUG ( 113): 4000c970 20736920 74736177 20676e69 6f6d656d
I/DEBUG ( 113): 4000c980 61207972 6920646e 20612073 75636573
I/DEBUG ( 113): 4000c990 79746972 73697220 50202e6b 7361656c
I/DEBUG ( 113): 4000c9a0 69662065 63002e78 74276e61 706e7520
I/DEBUG ( 113): 4000c9b0 65746f72 6c207463 6164616f 20656c62
I/DEBUG ( 113): 4000c9c0 6d676573 73746e65 726f6620 73252220
I/DEBUG ( 113):
I/DEBUG ( 113): memory near r5:
I/DEBUG ( 113): 4000c8d0 5f444c20 4c455250 2044414f 20726f66
I/DEBUG ( 113): 4000c8e0 22732522 6163203b 64657375 20796220
I/DEBUG ( 113): 4000c8f0 57007325 494e5241 203a474e 6b6e696c
I/DEBUG ( 113): 4000c900 203a7265 44000a00 47554245 7325203a
I/DEBUG ( 113): 4000c910 65656e20 25207364 6f630073 20646c75
I/DEBUG ( 113): 4000c920 20746f6e 64616f6c 62696c20 79726172
I/DEBUG ( 113): 4000c930 73252220 656e2022 64656465 20796220
I/DEBUG ( 113): 4000c940 22732522 6163203b 64657375 20796220
I/DEBUG ( 113): 4000c950 25007325 61682073 65742073 72207478
I/DEBUG ( 113): 4000c960 636f6c65 6f697461 202e736e 73696854
I/DEBUG ( 113): 4000c970 20736920 74736177 20676e69 6f6d656d
I/DEBUG ( 113): 4000c980 61207972 6920646e 20612073 75636573
I/DEBUG ( 113): 4000c990 79746972 73697220 50202e6b 7361656c
I/DEBUG ( 113): 4000c9a0 69662065 63002e78 74276e61 706e7520
I/DEBUG ( 113): 4000c9b0 65746f72 6c207463 6164616f 20656c62
I/DEBUG ( 113): 4000c9c0 6d676573 73746e65 726f6620 73252220
I/DEBUG ( 113):
I/DEBUG ( 113): memory near r6:
I/DEBUG ( 113): befff5b4 400022cf 00000000 40010f20 4000d2c5
I/DEBUG ( 113): befff5c4 befff5de 00000004 befff628 00000000
I/DEBUG ( 113): befff5d4 00000000 00000002 00280003 00000001
I/DEBUG ( 113): befff5e4 00000000 00000034 000ae320 05000000
I/DEBUG ( 113): befff5f4 00200034 00280008 00000000 40014004
I/DEBUG ( 113): befff604 befff638 4000c953 befff678 2a000efe
I/DEBUG ( 113): befff614 40010678 2a004e90 4000c907 40001f5b
I/DEBUG ( 113): befff624 4000c8f3 befff62c 4000c953 00000000
I/DEBUG ( 113): befff634 00000000 40014128 400145b8 400146dc
I/DEBUG ( 113): befff644 40014a48 40014b6c 40c38370 401e1370
I/DEBUG ( 113): befff654 400100a8 40014ed8 4001424c 40014370
I/DEBUG ( 113): befff664 40014494 00000000 40010ccc 40014100
I/DEBUG ( 113): befff674 befff684 400109a8 4000c191 00000029
I/DEBUG ( 113): befff684 00000006 00000000 00000001 40014004
I/DEBUG ( 113): befff694 40010680 00000000 00000000 befffb23
I/DEBUG ( 113): befff6a4 400101d0 40010670 40002fe9 00000000
I/DEBUG ( 113):
I/DEBUG ( 113): memory near r8:
I/DEBUG ( 113): 2a000edc 72646e61 6664696f 6f732e77 62696c00
I/DEBUG ( 113): 2a000eec 6f732e63 62696c00 63647473 732e2b2b
I/DEBUG ( 113): 2a000efc 696c006f 732e6d62 0000006f 00000043
I/DEBUG ( 113): 2a000f0c 00000054 00000000 00000000 00000038
I/DEBUG ( 113): 2a000f1c 0000004a 00000039 00000000 00000004
I/DEBUG ( 113): 2a000f2c 0000003b 00000000 0000003a 0000002e
I/DEBUG ( 113): 2a000f3c 00000035 00000000 00000000 0000004e
I/DEBUG ( 113): 2a000f4c 00000052 00000000 0000002f 00000017
I/DEBUG ( 113): 2a000f5c 0000004b 00000000 00000019 00000032
I/DEBUG ( 113): 2a000f6c 00000000 00000043 0000004c 00000000
I/DEBUG ( 113): 2a000f7c 00000000 00000000 00000036 00000040
I/DEBUG ( 113): 2a000f8c 00000000 00000000 0000004d 00000046
I/DEBUG ( 113): 2a000f9c 00000000 00000044 0000003f 0000002c
I/DEBUG ( 113): 2a000fac 00000053 00000016 00000026 00000022
I/DEBUG ( 113): 2a000fbc 00000000 00000000 00000008 00000000
I/DEBUG ( 113): 2a000fcc 00000000 00000034 00000014 00000048
I/DEBUG ( 113):
I/DEBUG ( 113): memory near r9:
I/DEBUG ( 113): 40010658 00000000 00000000 00000000 00000000
I/DEBUG ( 113): 40010668 00000000 00000000 40c38474 40014004
I/DEBUG ( 113): 40010678 00000000 40c38000 7379732f 2f6d6574
I/DEBUG ( 113): 40010688 2f6e6962 6b6e696c 00007265 00000000
I/DEBUG ( 113): 40010698 00000000 00000000 00000000 00000000
I/DEBUG ( 113): 400106a8 00000000 00000000 00000000 00000000
I/DEBUG ( 113): 400106b8 00000000 00000000 00000000 00000000
I/DEBUG ( 113): 400106c8 00000000 00000000 00000000 00000000
I/DEBUG ( 113): 400106d8 00000000 00000000 00000000 00000000
I/DEBUG ( 113): 400106e8 00000000 00000000 00000000 00000000
I/DEBUG ( 113): 400106f8 00000000 00000000 00000000 00000000
I/DEBUG ( 113): 40010708 00000000 40000000 00000000 00000000
I/DEBUG ( 113): 40010718 4000fed4 00000000 00000000 00000000
I/DEBUG ( 113): 40010728 00000000 00000000 00000000 00000000
I/DEBUG ( 113): 40010738 00000000 00000000 00000000 00000000
I/DEBUG ( 113): 40010748 00000000 00000000 00000000 00000000
I/DEBUG ( 113):
I/DEBUG ( 113): memory near sl:
I/DEBUG ( 113): 2a004e70 00000016 00000000 0000001e 0000000c
I/DEBUG ( 113): 2a004e80 6ffffffb 00000001 00000000 00000000
I/DEBUG ( 113): 2a004e90 00000000 00000000 00000000 00000000
I/DEBUG ( 113): 2a004ea0 00000000 00000000 00000000 00000000
I/DEBUG ( 113): 2a004eb0 00000000 00000000 00000000 00004d50
I/DEBUG ( 113): 2a004ec0 00005048 00000000 00000000 00000000
I/DEBUG ( 113): 2a004ed0 00000000 00000000 00005020 00000000
I/DEBUG ( 113): 2a004ee0 00000000 00000000 00000000 00000000
I/DEBUG ( 113): 2a004ef0 00000000 00000000 000014ac 000014ac
I/DEBUG ( 113): 2a004f00 000014ac 000014ac 000014ac 000014ac
I/DEBUG ( 113): 2a004f10 000014ac 000014ac 000014ac 000014ac
I/DEBUG ( 113): 2a004f20 000014ac 000014ac 000014ac 000014ac
I/DEBUG ( 113): 2a004f30 000014ac 000014ac 000014ac 000014ac
I/DEBUG ( 113): 2a004f40 000014ac 000014ac 000014ac 000014ac
I/DEBUG ( 113): 2a004f50 000014ac 000014ac 000014ac 000014ac
I/DEBUG ( 113): 2a004f60 000014ac 000014ac 000014ac 000014ac
I/DEBUG ( 113):
I/DEBUG ( 113): memory near fp:
I/DEBUG ( 113): 4000c8e4 6163203b 64657375 20796220 57007325
I/DEBUG ( 113): 4000c8f4 494e5241 203a474e 6b6e696c 203a7265
I/DEBUG ( 113): 4000c904 44000a00 47554245 7325203a 65656e20
I/DEBUG ( 113): 4000c914 25207364 6f630073 20646c75 20746f6e
I/DEBUG ( 113): 4000c924 64616f6c 62696c20 79726172 73252220
I/DEBUG ( 113): 4000c934 656e2022 64656465 20796220 22732522
I/DEBUG ( 113): 4000c944 6163203b 64657375 20796220 25007325
I/DEBUG ( 113): 4000c954 61682073 65742073 72207478 636f6c65
I/DEBUG ( 113): 4000c964 6f697461 202e736e 73696854 20736920
I/DEBUG ( 113): 4000c974 74736177 20676e69 6f6d656d 61207972
I/DEBUG ( 113): 4000c984 6920646e 20612073 75636573 79746972
I/DEBUG ( 113): 4000c994 73697220 50202e6b 7361656c 69662065
I/DEBUG ( 113): 4000c9a4 63002e78 74276e61 706e7520 65746f72
I/DEBUG ( 113): 4000c9b4 6c207463 6164616f 20656c62 6d676573
I/DEBUG ( 113): 4000c9c4 73746e65 726f6620 73252220 25203a22
I/DEBUG ( 113): 4000c9d4 45440073 3a475542 72205b20 636f6c65
I/DEBUG ( 113):
I/DEBUG ( 113): memory near ip:
I/DEBUG ( 113): befff658 40014ed8 4001424c 40014370 40014494
I/DEBUG ( 113): befff668 00000000 40010ccc 40014100 befff684
I/DEBUG ( 113): befff678 400109a8 4000c191 00000029 00000006
I/DEBUG ( 113): befff688 00000000 00000001 40014004 40010680
I/DEBUG ( 113): befff698 00000000 00000000 befffb23 400101d0
I/DEBUG ( 113): befff6a8 40010670 40002fe9 00000000 00000000
I/DEBUG ( 113): befff6b8 00000000 00000000 00000009 befff824
I/DEBUG ( 113): befff6c8 befff84c befff8c0 40010cf0 00000000
I/DEBUG ( 113): befff6d8 00000000 00000000 00000000 00000000
I/DEBUG ( 113): befff6e8 00000000 00000000 00000000 00000000
I/DEBUG ( 113): befff6f8 00000000 00000000 00000000 00000000
I/DEBUG ( 113): befff708 00000000 00000000 00000000 00000000
I/DEBUG ( 113): befff718 00000000 00000000 00000000 00000000
I/DEBUG ( 113): befff728 00000000 00000000 00000000 00000000
I/DEBUG ( 113): befff738 00000000 00000000 00000000 00000000
I/DEBUG ( 113): befff748 00000000 00000000 00000000 40000034
I/DEBUG ( 113):
I/DEBUG ( 113): memory near sp:
I/DEBUG ( 113): befff580 41520000 4000c191 00000024 00000006
I/DEBUG ( 113): befff590 2a000eb8 40c38370 befff664 befff678
I/DEBUG ( 113): befff5a0 befff628 4000c8f3 00000011 400042db
I/DEBUG ( 113): befff5b0 2a000efe 400022cf 00000000 40010f20
I/DEBUG ( 113): befff5c0 4000d2c5 befff5de 00000004 befff628
I/DEBUG ( 113): befff5d0 00000000 00000000 00000002 00280003
I/DEBUG ( 113): befff5e0 00000001 00000000 00000034 000ae320
I/DEBUG ( 113): befff5f0 05000000 00200034 00280008 00000000
I/DEBUG ( 113): befff600 40014004 befff638 4000c953 befff678
I/DEBUG ( 113): befff610 2a000efe 40010678 2a004e90 4000c907
I/DEBUG ( 113): befff620 40001f5b 4000c8f3 befff62c 4000c953
I/DEBUG ( 113): befff630 00000000 00000000 40014128 400145b8
I/DEBUG ( 113): befff640 400146dc 40014a48 40014b6c 40c38370
I/DEBUG ( 113): befff650 401e1370 400100a8 40014ed8 4001424c
I/DEBUG ( 113): befff660 40014370 40014494 00000000 40010ccc
I/DEBUG ( 113): befff670 40014100 befff684 400109a8 4000c191
I/DEBUG ( 113):
I/DEBUG ( 113): code around pc:
I/DEBUG ( 113): 400049d0 e1a0700c e3700a01 912fff1e e2600000
I/DEBUG ( 113): 400049e0 ea001bc9 e1a0c007 e3a07004 ef000000
I/DEBUG ( 113): 400049f0 e1a0700c e3700a01 912fff1e e2600000
I/DEBUG ( 113): 40004a00 ea001bc1 e1a0c007 e3a07006 ef000000
I/DEBUG ( 113): 40004a10 e1a0700c e3700a01 912fff1e e2600000
I/DEBUG ( 113): 40004a20 ea001bb9 e1a0c007 e3a07014 ef000000
I/DEBUG ( 113): 40004a30 e1a0700c e3700a01 912fff1e e2600000
I/DEBUG ( 113): 40004a40 ea001bb1 e1a0c00d e92d00f0 e89c0070
I/DEBUG ( 113): 40004a50 e3a070c0 ef000000 e8bd00f0 e3700a01
I/DEBUG ( 113): 40004a60 912fff1e e2600000 ea001ba7 e1a0c007
I/DEBUG ( 113): 40004a70 e3a0705b ef000000 e1a0700c e3700a01
I/DEBUG ( 113): 40004a80 912fff1e e2600000 ea001b9f e1a0c007
I/DEBUG ( 113): 40004a90 e3a0707d ef000000 e1a0700c e3700a01
I/DEBUG ( 113): 40004aa0 912fff1e e2600000 ea001b97 e1a0c007
I/DEBUG ( 113): 40004ab0 e3a070dc ef000000 e1a0700c e3700a01
I/DEBUG ( 113): 40004ac0 912fff1e e2600000 ea001b8f e1a0c007
I/DEBUG ( 113):
I/DEBUG ( 113): code around lr:
I/DEBUG ( 113): 400041b8 000091c8 1e14b570 460d4606 4608da11
I/DEBUG ( 113): 400041c8 f9b8f001 e00c4604 46296870 f0004622
I/DEBUG ( 113): 400041d8 1c43ec06 f000d108 6800fba9 d1092804
I/DEBUG ( 113): 400041e8 2c00e7f2 bd70dcf0 182d6832 18131a24
I/DEBUG ( 113): 400041f8 e7f66033 0000bd70 b5f04b11 4a114614
I/DEBUG ( 113): 40004208 b085447b a8014607 2208589d 9303682b
I/DEBUG ( 113): 40004218 edb6f000 2c08e009 4626bfb4 46382608
I/DEBUG ( 113): 40004228 1ba4a901 f7ff4632 2c00ffc5 9803dcf3
I/DEBUG ( 113): 40004238 42886829 f004d001 b005fb99 bf00bdf0
I/DEBUG ( 113): 40004248 0000bddc ffffffb8 3901b40c b086b510
I/DEBUG ( 113): 40004258 2300aa08 18419003 4b04f852 90049105
I/DEBUG ( 113): 40004268 46217003 9302a802 f7ff9201 9802fe25
I/DEBUG ( 113): 40004278 e8bdb006 b0024010 00004770 4bbbb40e
I/DEBUG ( 113): 40004288 447b4abb 4ff0e92d 589bb094 900aac1d
I/DEBUG ( 113): 40004298 f8542600 f10d5b04 6819022e 960948b5
I/DEBUG ( 113): 400042a8 91134478 96089407 90049303 9a089205

Categories

Resources