Related
Hey XDA/HD2 community,
Got hold of a MIUI 4.0 ICS release and thought I'd post prior to starting work...
Who's interested in a port to the HD2? - As this is exactly what I plan to do.
If there's enough interest I'll begin work, however there will be a few things I will not be able to test (digitizer is broken; waiting for a replacement) so I may require a few beta testers.
Best Regards,
ST1Cl<^^aN
Is it realy ics or it's partialy used ics framework? Isc apps will be installable using this rom?
@munjeni - Yes this is the MIUI 4.0 ICS build and not just implemented ICS framework.
Best Regards,
ST1Cl<^^aN
Thats great!
Better get to it then ^^, will keep you informed on my progress.
p.s. Lack off the XMAS spirit this year for me :\ , coming around far to quick don't ya think.
Best Regards,
ST1Cl<^^aN
Stickman89 said:
Hey XDA/HD2 community,
Got hold of a MIUI 4.0 ICS release and thought I'd post prior to starting work...
Who's interested in a port to the HD2? - As this is exactly what I plan to do.
If there's enough interest I'll begin work, however there will be a few things I will not be able to test (digitizer is broken; waiting for a replacement) so I may require a few beta testers.
Best Regards,
ST1Cl<^^aN
Click to expand...
Click to collapse
Im keen to do so testing code writing, im new to developing yet happy to give it a go, i want to help develop the camera problem i know is painfully on hold
Well got the build booting, issue with the screen. Just hunting for the culprit.
Best Regards,
ST1Cl<^^aN
MIUI Ice Cream Sandwich? Yes, please, thank you!
Port miui 4.0 ICS? WoW Great job!!
Sent from my HD2 using XDA App
Got bootanimation showing now, was previously just a black screen. Still an issue clearly shown in logcat, believe to be related to surfaceflinger. Still investigating...
I can tell I'm not gonna sleep tonight
Best Regards,
ST1Cl<^^aN
Surface flinger seems to be initialising fine now and assigning the correct settings for the HD2 along with libGLES which has also loaded. All EGL attributes seem to be correct too.
Only issue is everytime I fix one problem, another breaks along the way.
Best Regards,
ST1Cl<^^aN
I can't look at this anymore tonight, my brain is spangled :\
Anyhow fixing surfaceflinger errors seemed to cause more problems. Will continue tomorrow.
Fixing the following:
Code:
D/AndroidRuntime( 70): >>>>>> AndroidRuntime START com.android.internal.os.ZygoteInit <<<<<<
D/AndroidRuntime( 70): CheckJNI is OFF
I/SurfaceFlinger( 69): SurfaceFlinger is starting
I/SurfaceFlinger( 69): SurfaceFlinger's main thread ready to run. Initializing graphics H/W...
I/qsd8k.gralloc( 69): using (fd=12)
I/qsd8k.gralloc( 69): id = msmfb
I/qsd8k.gralloc( 69): xres = 480 px
I/qsd8k.gralloc( 69): yres = 800 px
I/qsd8k.gralloc( 69): xres_virtual = 480 px
I/qsd8k.gralloc( 69): yres_virtual = 1600 px
I/qsd8k.gralloc( 69): bpp = 32
I/qsd8k.gralloc( 69): r = 0:8
I/qsd8k.gralloc( 69): g = 8:8
I/qsd8k.gralloc( 69): b = 16:8
I/qsd8k.gralloc( 69): width = 48 mm (254.000000 dpi)
I/qsd8k.gralloc( 69): height = 80 mm (254.000000 dpi)
I/qsd8k.gralloc( 69): refresh rate = 60.00 Hz
D/libEGL ( 69): loaded /system/lib/egl/libGLES_android.so
D/libEGL ( 69): loaded /system/lib/egl/libEGL_adreno200.so
D/libEGL ( 69): loaded /system/lib/egl/libGLESv1_CM_adreno200.so
D/libEGL ( 69): loaded /system/lib/egl/libGLESv2_adreno200.so
Has now caused this:
Code:
E/dalvikvm( 152): ERROR: couldn't find native method
E/dalvikvm( 152): Requested: Landroid/database/CursorWindow;.nativeCreate:(Ljava/lang/String;IZ)I
E/dalvikvm( 152): Candidate: Landroid/database/CursorWindow;.nativeCreate:(Ljava/lang/String;I)I
E/JNIHelp ( 152): RegisterNatives failed for 'android/database/CursorWindow', aborting
F/libc ( 152): Fatal signal 11 (SIGSEGV) at 0xdeadbaad (code=1)
I/DEBUG ( 67): *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** ***
I/DEBUG ( 67): Build fingerprint: 'google/passion/passion:2.3.6/GRK39F/189904:user/release-keys'
I/DEBUG ( 67): pid: 152, tid: 152 >>> zygote <<<
I/DEBUG ( 67): signal 11 (SIGSEGV), code 1 (SEGV_MAPERR), fault addr deadbaad
I/DEBUG ( 67): r0 deadbaad r1 00000001 r2 a0000000 r3 00000000
I/DEBUG ( 67): r4 00000000 r5 00000027 r6 4081aa91 r7 00000015
I/DEBUG ( 67): r8 4019f8d0 r9 40182422 10 0000904c fp 00009062
I/DEBUG ( 67): ip ffffffff sp be845a40 lr 4001ef31 pc 4001b690 cpsr 60000030
I/DEBUG ( 67): d0 643a64696f72646e d1 6472656767756265
I/DEBUG ( 67): d2 44bcc20844bcc163 d3 44bcc27844bcc26f
I/DEBUG ( 67): d4 44c45f2844c45ef0 d5 44c45f9844c45f60
I/DEBUG ( 67): d6 44c4600844c45fd0 d7 000000003f800000
I/DEBUG ( 67): d8 0000000000000000 d9 0000000000000000
I/DEBUG ( 67): d10 0000000000000000 d11 0000000000000000
I/DEBUG ( 67): d12 0000000000000000 d13 0000000000000000
I/DEBUG ( 67): d14 0000000000000000 d15 0000000000000000
I/DEBUG ( 67): d16 0000000040a30e40 d17 0000000000000000
I/DEBUG ( 67): d18 41a92f107a000000 d19 0000000000000000
I/DEBUG ( 67): d20 0000000000000000 d21 0000000000000000
I/DEBUG ( 67): d22 0000000000000000 d23 0000000000000000
I/DEBUG ( 67): d24 0000000000000000 d25 0000000000000000
I/DEBUG ( 67): d26 0000000000000000 d27 0000000000000000
I/DEBUG ( 67): d28 0000000000000000 d29 0000000000000000
I/DEBUG ( 67): d30 0000000000000000 d31 0000000000000000
I/DEBUG ( 67): scr 60000010
I/DEBUG ( 67):
I/DEBUG ( 67): #00 pc 00017690 /system/lib/libc.so
I/DEBUG ( 67): #01 pc 0000c282 /system/lib/libnativehelper.so (jniRegisterNativeMethods)
I/DEBUG ( 67): #02 pc 000435a0 /system/lib/libandroid_runtime.so (_ZN7android14AndroidRuntime21registerNativeMethodsEP7_JNIEnvPKcPK15JNINativeMethodi)
I/DEBUG ( 67): #03 pc 0004fa72 /system/lib/libandroid_runtime.so (_ZN7android38register_android_database_CursorWindowEP7_JNIEnv)
I/DEBUG ( 67): #04 pc 000436ac /system/lib/libandroid_runtime.so
I/DEBUG ( 67): #05 pc 000436de /system/lib/libandroid_runtime.so (_ZN7android14AndroidRuntime8startRegEP7_JNIEnv)
I/DEBUG ( 67): #06 pc 000437d4 /system/lib/libandroid_runtime.so (_ZN7android14AndroidRuntime5startEPKcS2_)
I/DEBUG ( 67): #07 pc 00008f0a /system/bin/app_process
I/DEBUG ( 67): #08 pc 00016514 /system/lib/libc.so (__libc_init)
I/DEBUG ( 67):
I/DEBUG ( 67): code around pc:
I/DEBUG ( 67): 4001b670 4623b15c 2c006824 e026d1fb b12368db
I/DEBUG ( 67): 4001b680 21014a17 6011447a 48124798 24002527
I/DEBUG ( 67): 4001b690 f7f47005 2106ef68 eff6f7f5 460aa901
I/DEBUG ( 67): 4001b6a0 f04f2006 94015380 94029303 ebc0f7f5
I/DEBUG ( 67): 4001b6b0 4622a905 f7f52002 f7f4ebca 2106ef54
I/DEBUG ( 67):
I/DEBUG ( 67): code around lr:
I/DEBUG ( 67): 4001ef10 41f0e92d 46804c0c 447c2600 68a56824
I/DEBUG ( 67): 4001ef20 e0076867 300cf9b5 dd022b00 47c04628
I/DEBUG ( 67): 4001ef30 35544306 37fff117 6824d5f4 d1ee2c00
I/DEBUG ( 67): 4001ef40 e8bd4630 bf0081f0 000285ca 41f0e92d
I/DEBUG ( 67): 4001ef50 fb01b086 9004f602 461f4815 4615460c
I/DEBUG ( 67):
I/DEBUG ( 67): stack:
I/DEBUG ( 67): be845a00 44c4ba60
I/DEBUG ( 67): be845a04 4085cbcd /system/lib/libdvm.so
I/DEBUG ( 67): be845a08 40185a20 /system/lib/libandroid_runtime.so
I/DEBUG ( 67): be845a0c 000996c0
I/DEBUG ( 67): be845a10 40047720
I/DEBUG ( 67): be845a14 400476b0
I/DEBUG ( 67): be845a18 00000000
I/DEBUG ( 67): be845a1c 4001ef31 /system/lib/libc.so
I/DEBUG ( 67): be845a20 00000000
I/DEBUG ( 67): be845a24 be845a54
I/DEBUG ( 67): be845a28 4081aa91 /system/lib/libdvm.so
I/DEBUG ( 67): be845a2c 00000015
I/DEBUG ( 67): be845a30 4019f8d0
I/DEBUG ( 67): be845a34 4001e09d /system/lib/libc.so
I/DEBUG ( 67): be845a38 df0027ad
I/DEBUG ( 67): be845a3c 00000000
I/DEBUG ( 67): #00 be845a40 0000f2c0
I/DEBUG ( 67): be845a44 50cf575e
I/DEBUG ( 67): be845a48 401857e1 /system/lib/libandroid_runtime.so
I/DEBUG ( 67): be845a4c 0000f2c0
I/DEBUG ( 67): be845a50 401857e1 /system/lib/libandroid_runtime.so
I/DEBUG ( 67): be845a54 fffffbdf
I/DEBUG ( 67): be845a58 00000015
I/DEBUG ( 67): be845a5c 0000f2c0
I/DEBUG ( 67): be845a60 401857e1 /system/lib/libandroid_runtime.so
I/DEBUG ( 67): be845a64 401c4285 /system/lib/libnativehelper.so
I/DEBUG ( 67): #01 be845a68 0000f2c0
I/DEBUG ( 67): be845a6c 001000cd
I/DEBUG ( 67): be845a70 0000f2c0
I/DEBUG ( 67): be845a74 401a31bc
I/DEBUG ( 67): be845a78 010000c5
I/DEBUG ( 67): be845a7c 4081be1d /system/lib/libdvm.so
I/DEBUG ( 67): be845a80 0000907e /system/bin/app_process
I/DEBUG ( 67): be845a84 401475a3 /system/lib/libandroid_runtime.so
I/ServiceManager( 64): service 'media.audio_flinger' died
I/ServiceManager( 64): service 'media.player' died
I/ServiceManager( 64): service 'media.camera' died
I/ServiceManager( 64): service 'media.audio_policy' died
I/Netd ( 166): Netd 1.0 starting
I/ ( 165): ServiceManager: 0xf958
Goodnight all (goodmorning should I say lol)
Best Regards,
ST1Cl<^^aN
Yes yes yes I am quite interested!
Very interesting !
I'm also quite interested in!
I'm also very interested in MIUI 4.0 ICS!
Thanks! I eager to try this.
Stickman89 said:
I can't look at this anymore tonight, my brain is spangled :\
Anyhow fixing surfaceflinger errors seemed to cause more problems. Will continue tomorrow.
Fixing the following:
Code:
D/AndroidRuntime( 70): >>>>>> AndroidRuntime START com.android.internal.os.ZygoteInit <<<<<<
D/AndroidRuntime( 70): CheckJNI is OFF
I/SurfaceFlinger( 69): SurfaceFlinger is starting
I/SurfaceFlinger( 69): SurfaceFlinger's main thread ready to run. Initializing graphics H/W...
I/qsd8k.gralloc( 69): using (fd=12)
I/qsd8k.gralloc( 69): id = msmfb
I/qsd8k.gralloc( 69): xres = 480 px
I/qsd8k.gralloc( 69): yres = 800 px
I/qsd8k.gralloc( 69): xres_virtual = 480 px
I/qsd8k.gralloc( 69): yres_virtual = 1600 px
I/qsd8k.gralloc( 69): bpp = 32
I/qsd8k.gralloc( 69): r = 0:8
I/qsd8k.gralloc( 69): g = 8:8
I/qsd8k.gralloc( 69): b = 16:8
I/qsd8k.gralloc( 69): width = 48 mm (254.000000 dpi)
I/qsd8k.gralloc( 69): height = 80 mm (254.000000 dpi)
I/qsd8k.gralloc( 69): refresh rate = 60.00 Hz
D/libEGL ( 69): loaded /system/lib/egl/libGLES_android.so
D/libEGL ( 69): loaded /system/lib/egl/libEGL_adreno200.so
D/libEGL ( 69): loaded /system/lib/egl/libGLESv1_CM_adreno200.so
D/libEGL ( 69): loaded /system/lib/egl/libGLESv2_adreno200.so
Has now caused this:
Code:
E/dalvikvm( 152): ERROR: couldn't find native method
E/dalvikvm( 152): Requested: Landroid/database/CursorWindow;.nativeCreate:(Ljava/lang/String;IZ)I
E/dalvikvm( 152): Candidate: Landroid/database/CursorWindow;.nativeCreate:(Ljava/lang/String;I)I
E/JNIHelp ( 152): RegisterNatives failed for 'android/database/CursorWindow', aborting
F/libc ( 152): Fatal signal 11 (SIGSEGV) at 0xdeadbaad (code=1)
I/DEBUG ( 67): *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** ***
I/DEBUG ( 67): Build fingerprint: 'google/passion/passion:2.3.6/GRK39F/189904:user/release-keys'
I/DEBUG ( 67): pid: 152, tid: 152 >>> zygote <<<
I/DEBUG ( 67): signal 11 (SIGSEGV), code 1 (SEGV_MAPERR), fault addr deadbaad
I/DEBUG ( 67): r0 deadbaad r1 00000001 r2 a0000000 r3 00000000
I/DEBUG ( 67): r4 00000000 r5 00000027 r6 4081aa91 r7 00000015
I/DEBUG ( 67): r8 4019f8d0 r9 40182422 10 0000904c fp 00009062
I/DEBUG ( 67): ip ffffffff sp be845a40 lr 4001ef31 pc 4001b690 cpsr 60000030
I/DEBUG ( 67): d0 643a64696f72646e d1 6472656767756265
I/DEBUG ( 67): d2 44bcc20844bcc163 d3 44bcc27844bcc26f
I/DEBUG ( 67): d4 44c45f2844c45ef0 d5 44c45f9844c45f60
I/DEBUG ( 67): d6 44c4600844c45fd0 d7 000000003f800000
I/DEBUG ( 67): d8 0000000000000000 d9 0000000000000000
I/DEBUG ( 67): d10 0000000000000000 d11 0000000000000000
I/DEBUG ( 67): d12 0000000000000000 d13 0000000000000000
I/DEBUG ( 67): d14 0000000000000000 d15 0000000000000000
I/DEBUG ( 67): d16 0000000040a30e40 d17 0000000000000000
I/DEBUG ( 67): d18 41a92f107a000000 d19 0000000000000000
I/DEBUG ( 67): d20 0000000000000000 d21 0000000000000000
I/DEBUG ( 67): d22 0000000000000000 d23 0000000000000000
I/DEBUG ( 67): d24 0000000000000000 d25 0000000000000000
I/DEBUG ( 67): d26 0000000000000000 d27 0000000000000000
I/DEBUG ( 67): d28 0000000000000000 d29 0000000000000000
I/DEBUG ( 67): d30 0000000000000000 d31 0000000000000000
I/DEBUG ( 67): scr 60000010
I/DEBUG ( 67):
I/DEBUG ( 67): #00 pc 00017690 /system/lib/libc.so
I/DEBUG ( 67): #01 pc 0000c282 /system/lib/libnativehelper.so (jniRegisterNativeMethods)
I/DEBUG ( 67): #02 pc 000435a0 /system/lib/libandroid_runtime.so (_ZN7android14AndroidRuntime21registerNativeMethodsEP7_JNIEnvPKcPK15JNINativeMethodi)
I/DEBUG ( 67): #03 pc 0004fa72 /system/lib/libandroid_runtime.so (_ZN7android38register_android_database_CursorWindowEP7_JNIEnv)
I/DEBUG ( 67): #04 pc 000436ac /system/lib/libandroid_runtime.so
I/DEBUG ( 67): #05 pc 000436de /system/lib/libandroid_runtime.so (_ZN7android14AndroidRuntime8startRegEP7_JNIEnv)
I/DEBUG ( 67): #06 pc 000437d4 /system/lib/libandroid_runtime.so (_ZN7android14AndroidRuntime5startEPKcS2_)
I/DEBUG ( 67): #07 pc 00008f0a /system/bin/app_process
I/DEBUG ( 67): #08 pc 00016514 /system/lib/libc.so (__libc_init)
I/DEBUG ( 67):
I/DEBUG ( 67): code around pc:
I/DEBUG ( 67): 4001b670 4623b15c 2c006824 e026d1fb b12368db
I/DEBUG ( 67): 4001b680 21014a17 6011447a 48124798 24002527
I/DEBUG ( 67): 4001b690 f7f47005 2106ef68 eff6f7f5 460aa901
I/DEBUG ( 67): 4001b6a0 f04f2006 94015380 94029303 ebc0f7f5
I/DEBUG ( 67): 4001b6b0 4622a905 f7f52002 f7f4ebca 2106ef54
I/DEBUG ( 67):
I/DEBUG ( 67): code around lr:
I/DEBUG ( 67): 4001ef10 41f0e92d 46804c0c 447c2600 68a56824
I/DEBUG ( 67): 4001ef20 e0076867 300cf9b5 dd022b00 47c04628
I/DEBUG ( 67): 4001ef30 35544306 37fff117 6824d5f4 d1ee2c00
I/DEBUG ( 67): 4001ef40 e8bd4630 bf0081f0 000285ca 41f0e92d
I/DEBUG ( 67): 4001ef50 fb01b086 9004f602 461f4815 4615460c
I/DEBUG ( 67):
I/DEBUG ( 67): stack:
I/DEBUG ( 67): be845a00 44c4ba60
I/DEBUG ( 67): be845a04 4085cbcd /system/lib/libdvm.so
I/DEBUG ( 67): be845a08 40185a20 /system/lib/libandroid_runtime.so
I/DEBUG ( 67): be845a0c 000996c0
I/DEBUG ( 67): be845a10 40047720
I/DEBUG ( 67): be845a14 400476b0
I/DEBUG ( 67): be845a18 00000000
I/DEBUG ( 67): be845a1c 4001ef31 /system/lib/libc.so
I/DEBUG ( 67): be845a20 00000000
I/DEBUG ( 67): be845a24 be845a54
I/DEBUG ( 67): be845a28 4081aa91 /system/lib/libdvm.so
I/DEBUG ( 67): be845a2c 00000015
I/DEBUG ( 67): be845a30 4019f8d0
I/DEBUG ( 67): be845a34 4001e09d /system/lib/libc.so
I/DEBUG ( 67): be845a38 df0027ad
I/DEBUG ( 67): be845a3c 00000000
I/DEBUG ( 67): #00 be845a40 0000f2c0
I/DEBUG ( 67): be845a44 50cf575e
I/DEBUG ( 67): be845a48 401857e1 /system/lib/libandroid_runtime.so
I/DEBUG ( 67): be845a4c 0000f2c0
I/DEBUG ( 67): be845a50 401857e1 /system/lib/libandroid_runtime.so
I/DEBUG ( 67): be845a54 fffffbdf
I/DEBUG ( 67): be845a58 00000015
I/DEBUG ( 67): be845a5c 0000f2c0
I/DEBUG ( 67): be845a60 401857e1 /system/lib/libandroid_runtime.so
I/DEBUG ( 67): be845a64 401c4285 /system/lib/libnativehelper.so
I/DEBUG ( 67): #01 be845a68 0000f2c0
I/DEBUG ( 67): be845a6c 001000cd
I/DEBUG ( 67): be845a70 0000f2c0
I/DEBUG ( 67): be845a74 401a31bc
I/DEBUG ( 67): be845a78 010000c5
I/DEBUG ( 67): be845a7c 4081be1d /system/lib/libdvm.so
I/DEBUG ( 67): be845a80 0000907e /system/bin/app_process
I/DEBUG ( 67): be845a84 401475a3 /system/lib/libandroid_runtime.so
I/ServiceManager( 64): service 'media.audio_flinger' died
I/ServiceManager( 64): service 'media.player' died
I/ServiceManager( 64): service 'media.camera' died
I/ServiceManager( 64): service 'media.audio_policy' died
I/Netd ( 166): Netd 1.0 starting
I/ ( 165): ServiceManager: 0xf958
Goodnight all (goodmorning should I say lol)
Best Regards,
ST1Cl<^^aN
Click to expand...
Click to collapse
Stickman89 I would like to work with you on getting past the Signal 11 fatal Error issue. I am a MIUI.us developer and would like to share some ideas on getting this booting. Im running into same issue on the HTC Sensation 4G port and its not ROM specific. I will send you a PM.
Somebody have a look at flyme os on meizu? it really is slick. functionality is doubled. port this as well
GoGoGoGO devv
Hi There, as the original post to this rom gets bigger and bigger and as I dont think, that its just related to the rom but to CM9, I will ask it again here:
I installed and reinstalled NexusHD2 ICS CM9 by tytung again and again. Everytime, iam Ending with Endless Boot Animation on first Boot:
I Am doing with HD2 Toolkit (newest version)
Working Beta 10 -> Install CM9 Rom -> Install Kernel -> Endless Bootanim
Task29 -> CLK 220/5 -> CWM -> Install Rom -> Install Kernel -> Endless Bootanim
Task29 -> CLK 200/5 -> CWM -> Install Rom -> Install Kernel -> Endless Bootanim
Task29 -> CLK 200/5 -> CWM -> Install Rom -> Install Kernel -> Fix Permissions -> Endless Bootanim
Task29 -> CLK 260/44 -> CWM -> Install Rom -> Install Kernel -> Endless Bootanim
Did this at least 10 Times now, mostly with 220/5,
I Even installed MAGDLR (210/10)
Task29 -> MagDLR 210/10 -> CWM -> Install Rom -> NO ENDLESS BOOTSCREEN but stays with Green HTC Logo...
I Checked the checksum of the File on SD Card -> All correct, I even tryed different SD Cards.
I now reverted back to Hyperdroid to check, if my phone was damaged but all seems to be correct... install->boot->Setup->all fine... So generally the phone seems to operate in a correct behaviour.
My config now:
Leo512
CLK 1.4.0.1 260/5
CWM 5.0.2.7 Touch
ROM 20 Minutes ago (Hyperdroid 5.7.0 working well, no problems at all, expect some problems with reconnecting mobile data plan after wifi loss - but as we can see: the phone is able to operate)
SD: 32GB SanDisk SD-EXT fresh, FAT32 just some roms and kernels
Well, I now switched back to NEXUSHD2 ICS 4.0.3-CM9 V1.0 (Beta 10 worked well on my phone) with Task29, new CLK+CWM and so on... and have still the permanent bootscreen.
I now performed ADB LOGCAT on CMD and it shows me a loop sequence, I am not able to understand: I will only post the loop sequence. at last line, it stops for a few seconds and begins again at line 1 (Loop, eh^^).
D/AndroidRuntime( 1055):
D/AndroidRuntime( 1055): >>>>>> AndroidRuntime START com.android.internal.os.Zyg
oteInit <<<<<<
D/AndroidRuntime( 1055): CheckJNI is OFF
F/libc ( 1055): Fatal signal 11 (SIGSEGV) at 0x00000000 (code=1)
I/DEBUG ( 69): *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** *
**
I/DEBUG ( 69): Build fingerprint: 'google/passion/passion:2.3.6/GRK39F/18990
4:user/release-keys'
I/DEBUG ( 69): pid: 1055, tid: 1055 >>> zygote <<<
I/DEBUG ( 69): signal 11 (SIGSEGV), code 1 (SEGV_MAPERR), fault addr 0000000
0
I/DEBUG ( 69): r0 bef36404 r1 00000007 r2 0000f2c0 r3 00000000
I/DEBUG ( 69): r4 00000000 r5 bef3658c r6 00012828 r7 4018275c
I/DEBUG ( 69): r8 0000f2c0 r9 bef36504 10 4086060d fp 40860652
I/DEBUG ( 69): ip 00000001 sp bef36390 lr 401c53bb pc 401cbdb2 cpsr 400
00030
I/DEBUG ( 69): d0 643a64696f72646e d1 6472656767756265
I/DEBUG ( 69): d2 44bd219844bd2163 d3 44bd220844bd216f
I/DEBUG ( 69): d4 44beef4844beef10 d5 44beefb844beef80
I/DEBUG ( 69): d6 44bef02844beeff0 d7 44bef09844bef060
I/DEBUG ( 69): d8 0000000000000000 d9 0000000000000000
I/DEBUG ( 69): d10 0000000000000000 d11 0000000000000000
I/DEBUG ( 69): d12 0000000000000000 d13 0000000000000000
I/DEBUG ( 69): d14 0000000000000000 d15 0000000000000000
I/DEBUG ( 69): d16 0000000000000000 d17 3f50624dd2f1a9fc
I/DEBUG ( 69): d18 41bfbcea4e000000 d19 0000000000000000
I/DEBUG ( 69): d20 0000000000000000 d21 0000000000000000
I/DEBUG ( 69): d22 0000000000000000 d23 0000000000000000
I/DEBUG ( 69): d24 0000000000000000 d25 0000000000000000
I/DEBUG ( 69): d26 0000000000000000 d27 0000000000000000
I/DEBUG ( 69): d28 0000000000000000 d29 0000000000000000
I/DEBUG ( 69): d30 0000000000000000 d31 0000000000000000
I/DEBUG ( 69): scr 00000010
I/DEBUG ( 69):
I/DEBUG ( 69): #00 pc 00012db2 /system/lib/libnativehelper.so
I/DEBUG ( 69): #01 pc 0000c3b6 /system/lib/libnativehelper.so
I/DEBUG ( 69): #02 pc 0000c2a4 /system/lib/libnativehelper.so (_Z
24jniRegisterSystemMethodsP7_JNIEnv)
I/DEBUG ( 69): #03 pc 0005268e /system/lib/libdvm.so (_Z10dvmStar
tupiPKPKcbP7_JNIEnv)
I/DEBUG ( 69): #04 pc 00053e0a /system/lib/libdvm.so (JNI_CreateJ
avaVM)
I/DEBUG ( 69): #05 pc 00043632 /system/lib/libandroid_runtime.so
(_ZN7android14AndroidRuntime7startVmEPP7_JavaVMPP7_JNIEnv)
I/DEBUG ( 69): #06 pc 00043a14 /system/lib/libandroid_runtime.so
(_ZN7android14AndroidRuntime5startEPKcS2_)
I/DEBUG ( 69): #07 pc 00008f0a /system/bin/app_process
I/DEBUG ( 69): #08 pc 00016528 /system/lib/libc.so (__libc_init)
I/DEBUG ( 69):
I/DEBUG ( 69): code around pc:
I/DEBUG ( 69): 401cbd90 46206127 83fee8bd 00017f72 41f0e92d 'a F....r...-..
A
I/DEBUG ( 69): 401cbda0 b0a44c7d 447c2300 46806824 3074f88d }L...#|D$h.F..t
0
I/DEBUG ( 69): 401cbdb0 6821a81d 90229021 f7f79123 4604efb4 ..!h!.".#......
F
I/DEBUG ( 69): 401cbdc0 eb7ef7f7 18269a21 1b359822 42951a12 ..~.!.&.".5....
B
I/DEBUG ( 69): 401cbdd0 b11dd814 462a4621 efaaf7f7 9b219922 ....!F*F....".!
.
I/DEBUG ( 69):
I/DEBUG ( 69): code around lr:
I/DEBUG ( 69): 401c5398 fb1cf004 d0653001 f0044620 3001fcf3 .....0e. F.....
0
I/DEBUG ( 69): 401c53a8 4620d060 ff26f004 d05b3001 f0064620 `. F..&..0[. F.
.
I/DEBUG ( 69): 401c53b8 3001fcf1 4620d056 ff42f006 d0513001 ...0V. F..B..0Q
.
I/DEBUG ( 69): 401c53c8 f0074620 3001f915 4620d04c fdb2f007 F.....0L. F...
.
I/DEBUG ( 69): 401c53d8 d0473001 f0084620 3001fbad 4620d042 .0G. F.....0B.
F
I/DEBUG ( 69):
I/DEBUG ( 69): stack:
I/DEBUG ( 69): be9c0350 70697263
I/DEBUG ( 69): be9c0354 3b726f74
I/DEBUG ( 69): be9c0358 4900425b
I/DEBUG ( 69): be9c035c 4a004900
I/DEBUG ( 69): be9c0360 0001c200 [heap]
I/DEBUG ( 69): be9c0364 00000000
I/DEBUG ( 69): be9c0368 be9c035f [stack]
I/DEBUG ( 69): be9c036c 401e492c /system/lib/libnativehelper.so
I/DEBUG ( 69): be9c0370 00000000
I/DEBUG ( 69): be9c0374 00000000
I/DEBUG ( 69): be9c0378 be9c0340 [stack]
I/DEBUG ( 69): be9c037c 0000000d
I/DEBUG ( 69): be9c0380 be9c038c [stack]
I/DEBUG ( 69): be9c0384 44bec388 /dev/ashmem/dalvik-LinearAlloc (delet
ed)
I/DEBUG ( 69): be9c0388 df0027ad
I/DEBUG ( 69): be9c038c 00000000
I/DEBUG ( 69): #00 be9c0390 455af00c /data/dalvik-cache/[email protected]@c
[email protected]
I/DEBUG ( 69): be9c0394 00000004
I/DEBUG ( 69): be9c0398 00000004
I/DEBUG ( 69): be9c039c 3e5a31c1
I/DEBUG ( 69): be9c03a0 0000000a
I/DEBUG ( 69): be9c03a4 409f3638 /dev/ashmem/dalvik-heap (deleted)
I/DEBUG ( 69): be9c03a8 401e492c /system/lib/libnativehelper.so
I/DEBUG ( 69): be9c03ac 401e4ea1 /system/lib/libnativehelper.so
I/DEBUG ( 69): be9c03b0 401ed2c8 /system/lib/libnativehelper.so
I/DEBUG ( 69): be9c03b4 00000009
I/DEBUG ( 69): be9c03b8 409f3638 /dev/ashmem/dalvik-heap (deleted)
I/DEBUG ( 69): be9c03bc 401e492c /system/lib/libnativehelper.so
I/DEBUG ( 69): be9c03c0 401e4ea1 /system/lib/libnativehelper.so
I/DEBUG ( 69): be9c03c4 401ed2c8 /system/lib/libnativehelper.so
I/DEBUG ( 69): be9c03c8 00000000
I/DEBUG ( 69): be9c03cc 401e492c /system/lib/libnativehelper.so
I/DEBUG ( 69): be9c03d0 be9c03fc [stack]
I/DEBUG ( 69): be9c03d4 20e00001
I/DEBUG ( 69): be9c03d8 401e4ecf /system/lib/libnativehelper.so
I/DEBUG ( 69): be9c03dc 40820929 /system/lib/libdvm.so
I/DEBUG ( 69): be9c03e0 0000000a
I/DEBUG ( 69): be9c03e4 401ed25c /system/lib/libnativehelper.so
I/DEBUG ( 69): be9c03e8 20e00001
I/DEBUG ( 69): be9c03ec 401e4ecf /system/lib/libnativehelper.so
I/DEBUG ( 69): be9c03f0 40820929 /system/lib/libdvm.so
I/DEBUG ( 69): be9c03f4 4081f393 /system/lib/libdvm.so
I/DEBUG ( 69): be9c03f8 0000f2c0 [heap]
I/DEBUG ( 69): be9c03fc 00012828 [heap]
I/DEBUG ( 69): be9c0400 be9c0410 [stack]
I/DEBUG ( 69): be9c0404 401c4d00 /system/lib/libnativehelper.so
I/DEBUG ( 69): be9c0408 0000f2c0 [heap]
I/DEBUG ( 69): be9c040c 401c528b /system/lib/libnativehelper.so
I/DEBUG ( 69): be9c0410 0000f2c0 [heap]
I/DEBUG ( 69): be9c0414 00000000
I/DEBUG ( 69): be9c0418 0000f2c0 [heap]
I/DEBUG ( 69): be9c041c be9c058c [stack]
I/DEBUG ( 69): be9c0420 0000f2c0 [heap]
I/DEBUG ( 69): be9c0424 be9c058c [stack]
I/DEBUG ( 69): be9c0428 00012828 [heap]
I/DEBUG ( 69): be9c042c 4018275c /system/lib/libandroid_runtime.so
I/DEBUG ( 69): be9c0430 0000f2f0 [heap]
I/DEBUG ( 69): be9c0434 401c53bb /system/lib/libnativehelper.so
I/DEBUG ( 69): #01 be9c0438 0000f2c0 [heap]
I/DEBUG ( 69): be9c043c 401c52a9 /system/lib/libnativehelper.so
I/ServiceManager( 66): service 'media.audio_flinger' died
I/ServiceManager( 66): service 'media.player' died
I/ServiceManager( 66): service 'media.camera' died
I/ServiceManager( 66): service 'media.audio_policy' died
I/Netd ( 1033): Netd 1.0 starting
I/ ( 1032): ServiceManager: 0xf958
E/AudioHardwareQSD( 1032): Cannot open /dev/audience_a1026 -1
D/AudioHardwareQSD( 1032): set_tpa2018d1_parameters() not present
I/HTC Acoustic( 1032): libhtc_acoustic.so version 2.0.1.2.
I/HTC Acoustic( 1032): open /system/etc/AdieHWCodecSetting.csv success.
I/HTC Acoustic( 1032): ADIE table version: PASSION_HTC_20091019
E/HTC Acoustic( 1032): Update ADIE table ID 0
E/HTC Acoustic( 1032): Update ADIE table ID 2
E/HTC Acoustic( 1032): Update ADIE table ID 5
E/HTC Acoustic( 1032): Update ADIE table ID 7
E/HTC Acoustic( 1032): Update ADIE table ID 8
E/HTC Acoustic( 1032): Update ADIE table ID 10
E/HTC Acoustic( 1032): Update ADIE table ID 51
E/HTC Acoustic( 1032): Update ADIE table ID 53
I/HTC Acoustic( 1032): read_adie_para_from_file success.
D/HTC Acoustic( 1032): ioctl ACOUSTIC_UPDATE_ADIE success
I/HTC Acoustic( 1032): open /system/etc/AudioBTID.csv success.
I/HTC Acoustic( 1032): BT ID table version: PASSION_HTC_20091105
I/AudioFlinger( 1032): Loaded primary audio interface from LEGACY Audio HW HAL (
audio)
I/AudioFlinger( 1032): Using 'LEGACY Audio HW HAL' (audio.primary) as the primar
y audio interface
I/AudioFlinger( 1032): Loaded a2dp audio interface from A2DP Audio HW HAL (audio
)
D/AudioHardwareInterface( 1032): setMode(NORMAL)
I/AudioHardwareQSD( 1032): Set master volume to 1.000000
I/CameraService( 1032): CameraService started (pid=1032)
E/ ( 1032): camera_get_number_of_cameras:
I/AudioFlinger( 1032): AudioFlinger's thread 0x128a0 ready to run
W/AudioFlinger( 1032): Thread AudioOut_1 cannot connect to the power manager ser
vice
I/AudioHardwareQSD( 1032): Routing audio to Speakerphone
D/AudioHardwareQSD( 1032): Switching audio device to
D/AudioHardwareQSD( 1032): Speakerphone
I/AudioHardwareQSD( 1032): voice volume 5 (range is 0 to 5)
D/AudioHardwareQSD( 1032): Setting in-call volume to 100
I/AudioPolicyService( 1032): Loaded audio policy from LEGACY Audio Policy HAL (a
udio_policy)
Click to expand...
Click to collapse
Has any of you any Idea, what is going wrong there and how I may solve it? Via google, I found out, that it seems to be related to Cyanogen Mod.
Thanks a lot lot lot in advance =D
Greetz,
cmoe
Hey,
while 'gliding' through XDA, i found that nearly all other devices which already have got ICS ROM(s) meanwhile have a working or partial working camera. I think it's time to open a thread where we can share information on how to get the camera working. So here it is...
I already did some investigation and tried to get it working. Some progress achieved but still no working or partial working camera. Here's what i did for information and as a base for others who want to try around. Ok, let's go....
- i used the msm7x727 camera lib from this thread: http://forum.xda-developers.com/showthread.php?t=1624018
Read this thread for basic information on how they got camera working. Seem's to me that this is a 'port' of rpmv78's solution for Nexus One. Due to the fact that HTC Hero and Galaxy ACE have same chipsets there should be a chance that it works. Important for Maclaw's ICS: You'll have to rename it to 'camera.msm7x27.so' before putting it to /system/lib/hw or it won't get loaded.
- First try: i used proprietary libs (libcamera.so, liboemcamera.so etc.) from a (STOCK Galaxy ACE) gingerbread ROM. These are:
libarccamera.so
libcamera.so
liboemcamera.so
libs3cjpeg.so
Result is a missing symbol in libs. Here's part of logcat during boot:
----
D/AudioHardwareInterface( 145): setMode(NORMAL)
I/AudioHardware( 145): Set master volume to 1.
I/CameraService( 145): CameraService started (pid=145)
E/HAL ( 145): load: module=/system/lib/hw/camera.msm7x27.so
E/HAL ( 145): Cannot load library: link_image[1965]: 145 could not load needed library 'libcamera.so' for 'camera.msm7x27.so' (reloc_library[1314]: 145 cannot locate '_ZN7android7Overlay5setFdEi'...
E/HAL ( 145): )
E/CameraService( 145): Could not load camera HAL module
----
Than i tried to find out where '_ZN7android7Overlay5setFdEi...' can be found. It is in libui.so (of GB ROM). I didn't check it out, but i hardly doubt that we can simply replace an ICS libui with an GB libui.
- Second try: i used proprietary camera libs from this Hero ROM: http://forum.xda-developers.com/showthread.php?t=1612140
Although these libs are proprietary Hero libs, camera module and HAL loaded but as soon as i start camera, i'll get:
----
V/QualcommCameraHardware( 145): openCameraHardware: call createInstance
D/QualcommCameraHardware( 145): createInstance: E
V/QualcommCameraHardware( 145): Storing the current target type as 1
V/QualcommCameraHardware( 145): constructor EX
V/QualcommCameraHardware( 145): startCamera E
D/memalloc( 453): /dev/pmem: Unmapping buffer base:0x4acc4000 size:3112960 offset:2498560
D/memalloc( 250): /dev/pmem: Freeing buffer base:0x4a408000 size:614400 offset:1884160 fd:240
D/memalloc( 250): /dev/pmem: Freeing buffer base:0x4a49e000 size:614400 offset:2498560 fd:276
D/memalloc( 250): /dev/pmem: Freeing buffer base:0x4a372000 size:614400 offset:1269760 fd:221
V/QualcommCameraHardware( 145): loading liboemcamera at 0xb000ed08
D/dalvikvm( 1034): GC_CONCURRENT freed 252K, 6% free 6747K/7175K, paused 5ms+9ms
I/mm-camera-config( 145): cam_conf fd cfgctrl.camfd:0
I/mm-camera-config( 145): Open config device node : /dev/msm_camera/config0
D/dalvikvm( 1034): GC_FOR_ALLOC freed 26K, 5% free 7010K/7367K, paused 28ms
I/ ( 145): [AWB Calibration]:ctrlfd:29
I/ ( 145): [AWB Calibration] read fuse ID fail
I/ ( 145): [AWB Calibration] cfg.fuse_id_word1:0xa94c86fd
I/ ( 145): [AWB Calibration] cfg.fuse_id_word2:0xa94c8664
I/ ( 145): [AWB Calibration] cfg.fuse_id_word3:0xa94ea124
I/ ( 145): [AWB Calibration] cfg.fuse_id_word4:0xa951db40
E/mm-camera-config( 145): config_init_ctrl: cam_conf_get_sensor_info failed!
W/ThrottleService( 250): unable to find stats for iface rmnet0
W/ActivityManager( 250): Launch timeout has expired, giving up wake lock!
W/ActivityManager( 250): Activity idle timeout for ActivityRecord{413ff410 com.android.camera/.Camera}
D/dalvikvm( 250): GC_CONCURRENT freed 551K, 10% free 9416K/10439K, paused 12ms+8ms
I/InputDispatcher( 250): Application is not responding: AppWindowToken{41309880 token=Token{41396428 ActivityRecord{413ff410 com.android.camera/.Camera}}}. 5005.8ms since event, 5005.6ms since wait started
I/WindowManager( 250): Input event dispatching timed out sending to application AppWindowToken{41309880 token=Token{41396428 ActivityRecord{413ff410 com.android.camera/.Camera}}}
I/Process ( 250): Sending signal. PID: 1034 SIG: 3
I/dalvikvm( 1034): threadid=3: reacting to signal 3
I/dalvikvm( 1034): Wrote stack traces to '/data/anr/traces.txt'
I/Process ( 250): Sending signal. PID: 250 SIG: 3
I/dalvikvm( 250): threadid=3: reacting to signal 3
I/dalvikvm( 250): Wrote stack traces to '/data/anr/traces.txt'
I/Process ( 250): Sending signal. PID: 442 SIG: 3
I/dalvikvm( 442): threadid=3: reacting to signal 3
I/dalvikvm( 442): Wrote stack traces to '/data/anr/traces.txt'
I/Process ( 250): Sending signal. PID: 365 SIG: 3
I/dalvikvm( 365): threadid=3: reacting to signal 3
I/dalvikvm( 365): Wrote stack traces to '/data/anr/traces.txt'
D/dalvikvm( 250): GC_CONCURRENT freed 546K, 9% free 9597K/10439K, paused 4ms+9ms
D/dalvikvm( 250): GC_EXPLICIT freed 76K, 9% free 9600K/10439K, paused 6ms+8ms
E/ActivityManager( 250): ANR in com.android.camera (com.android.camera/.Camera)
E/ActivityManager( 250): Reason: keyDispatchingTimedOut
E/ActivityManager( 250): Load: 7.27 / 3.0 / 1.11
E/ActivityManager( 250): CPU usage from 12799ms to 2797ms ago:
E/ActivityManager( 250): 3.9% 250/system_server: 2.9% user + 1% kernel / faults: 83 minor
E/ActivityManager( 250): 1.7% 68/bma_wq: 0% user + 1.7% kernel
E/ActivityManager( 250): 0.5% 64/synaptics_wq: 0% user + 0.5% kernel
E/ActivityManager( 250): 0.5% 365/com.android.systemui: 0.4% user + 0.1% kernel / faults: 4 minor
E/ActivityManager( 250): 0.5% 442/com.android.phone: 0.4% user + 0.1% kernel / faults: 1 minor
E/ActivityManager( 250): 0.3% 27/ksmd: 0% user + 0.3% kernel
E/ActivityManager( 250): 0.1% 5/events/0: 0% user + 0.1% kernel
E/ActivityManager( 250): 0.1% 15/kondemand/0: 0% user + 0.1% kernel
E/ActivityManager( 250): 0% 61/file-storage: 0% user + 0% kernel
E/ActivityManager( 250): 0.1% 65/check_ic_wq: 0% user + 0.1% kernel
E/ActivityManager( 250): 0% 101/jbd2/stl13-8: 0% user + 0% kernel
E/ActivityManager( 250): 0% 139/vold: 0% user + 0% kernel / faults: 51 minor
E/ActivityManager( 250): 0% 218/logcat: 0% user + 0% kernel
E/ActivityManager( 250): 4.3% TOTAL: 2.8% user + 1.4% kernel
E/ActivityManager( 250): CPU usage from 587ms to 1122ms later with 99% awake:
E/ActivityManager( 250): 11% 250/system_server: 5.5% user + 5.5% kernel
E/ActivityManager( 250): 9.2% 318/InputDispatcher: 1.8% user + 7.4% kernel
E/ActivityManager( 250): 1.8% 252/GC: 1.8% user + 0% kernel
E/ActivityManager( 250): 1% 15/kondemand/0: 0% user + 1% kernel
E/ActivityManager( 250): 7.5% TOTAL: 7.5% user + 0% kernel
D/dalvikvm( 250): GC_FOR_ALLOC freed 323K, 10% free 9486K/10503K, paused 74ms
----
The problem seem's to be here: 'E/mm-camera-config( 145): config_init_ctrl: cam_conf_get_sensor_info failed!'. Combining 'solution 2' together with liboemcamera.so from a stock ACE GB-Rom resulted in crashing libcamera.so.
Now let's start to try and discuss to finally get it working....
Hey lagloose how are you doing.... I have tried to get the camera working on many occasions, keep getting the same errors u mentioned above. Thanks for opening this thread, it should boost development a bit
djsky2011 said:
Hey lagloose how are you doing.... I have tried to get the camera working on many occasions, keep getting the same errors u mentioned above. Thanks for opening this thread, it should boost development a bit
Click to expand...
Click to collapse
Thanx for asking So far so good... Lot of work and family business the last weeks...
Hope we'll get the stuff working. Cant' be that all others can, but we don't...
I will try.
Hope the camera can use sooner
Sent from my GT-S5830 using xda premium
The first thing we need to do is look at other similar devices that has camera working and even Pm a few of their devs. A place to start would be the xperia x10 guys
Sent from my GT-S5830 using xda premium
If I remember marcin has a repo which has camera modded for gio.....I see him using GB libs in the prebuilt folder , at the root there is a functions.txt which stores all the Camera functions that can be extracted from libcamera.so (readelf -a -w)
I tried doing that but I don't know how he does the functions format.....
This was sent from a Galaxy Ace. Problem?
Good to see a new thread for CM9 camera!
now maybe we will get working camera on SGA
As Always Samsung did everything different, the hero libs won't work cause the kernel driver is different and the sensor detection fails. You could port the kernel driver to the ace.
When you try to load the original samsung lib there is a bunch of libs you need to load. You could at first try to stub those functions to just get it loading, but the problem is, the comple overlay code was removed in ICS so this will be hard. But doable.
For further information, here's where the stuff crashes when using liboemcamera from stock ACE ROM and libcamera from Hero:
---
I/CameraService( 1676): Opening camera 0
D/CameraHAL( 1676): qcamera_device_open: name:0 device:0x13dfc cameraId:0
V/QualcommCameraHardware( 1676): openCameraHardware: call createInstance
D/QualcommCameraHardware( 1676): createInstance: E
V/QualcommCameraHardware( 1676): Storing the current target type as 1
V/QualcommCameraHardware( 1676): constructor EX
V/QualcommCameraHardware( 1676): startCamera E
V/QualcommCameraHardware( 1676): loading liboemcamera at 0xb000ed08
F/libc ( 1676): Fatal signal 11 (SIGSEGV) at 0x00000000 (code=1)
D/dalvikvm( 1685): GC_CONCURRENT freed 57K, 5% free 7130K/7431K, paused 4ms+4ms
D/dalvikvm( 942): GC_CONCURRENT freed 380K, 9% free 7107K/7751K, paused 3ms+4ms
I/DEBUG ( 1677): *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** ***
I/DEBUG ( 1677): Build fingerprint: 'samsung/cm_cooper/cooper:4.0.4/IMM76D/eng.maclaw.20120414.123054:eng/test-keys'
I/DEBUG ( 1677): pid: 1676, tid: 1676 >>> /system/bin/mediaserver <<<
I/DEBUG ( 1677): signal 11 (SIGSEGV), code 1 (SEGV_MAPERR), fault addr 00000000
I/DEBUG ( 1677): r0 00000000 r1 a968a665 r2 a9691a90 r3 ffffff40
I/DEBUG ( 1677): r4 000145bc r5 a96916a4 r6 a9691878 r7 a968e338
I/DEBUG ( 1677): r8 00000000 r9 00000000 10 00000000 fp 00000000
I/DEBUG ( 1677): ip 00000064 sp beee1868 lr b00067a0 pc a968bd56 cpsr 60000030
I/DEBUG ( 1677): d0 0000000000000000 d1 0000000000000000
I/DEBUG ( 1677): d2 7e37e43c8800759c d3 0000000000000000
I/DEBUG ( 1677): d4 0000000000000000 d5 7e37e43c8800759c
I/DEBUG ( 1677): d6 3ff0000000000000 d7 3ff0000000000000
I/DEBUG ( 1677): d8 0000000000000000 d9 0000000000000000
I/DEBUG ( 1677): d10 0000000000000000 d11 0000000000000000
I/DEBUG ( 1677): d12 0000000000000000 d13 0000000000000000
I/DEBUG ( 1677): d14 0000000000000000 d15 0000000000000000
I/DEBUG ( 1677): scr 20000000
I/DEBUG ( 1677):
I/DEBUG ( 1677): #00 pc 0000bd56 /system/lib/libcamera.so (_ZN7android22QualcommCameraHardware11startCameraEv)
I/DEBUG ( 1677): #01 pc 0000d9f4 /system/lib/libcamera.so (_ZN7android22QualcommCameraHardware14createInstanceEv)
I/DEBUG ( 1677): #02 pc 0000db34 /system/lib/libcamera.so (openCameraHardware)
I/DEBUG ( 1677): #03 pc 0000260e /system/lib/hw/camera.msm7x27.so (_Z19qcamera_device_openPK11hw_module_tPKcPP11hw_device_t)
I/DEBUG ( 1677): #04 pc 0000ab7c /system/lib/libcameraservice.so (_ZN7android13CameraService7connectERKNS_2spINS_13ICameraClientEEEi)
I/DEBUG ( 1677): #05 pc 00016b42 /system/lib/libcamera_client.so (_ZN7android15BnCameraService10onTransactEjRKNS_6ParcelEPS1_j)
I/DEBUG ( 1677): #06 pc 00008e42 /system/lib/libcameraservice.so (_ZN7android13CameraService10onTransactEjRKNS_6ParcelEPS1_j)
I/DEBUG ( 1677): #07 pc 00017f3c /system/lib/libbinder.so (_ZN7android7BBinder8transactEjRKNS_6ParcelEPS1_j)
I/DEBUG ( 1677): #08 pc 0001b3c4 /system/lib/libbinder.so (_ZN7android14IPCThreadState14executeCommandEi)
I/DEBUG ( 1677): #09 pc 0001b594 /system/lib/libbinder.so (_ZN7android14IPCThreadState14joinThreadPoolEb)
I/DEBUG ( 1677): #10 pc 00008ab6 /system/bin/mediaserver
I/DEBUG ( 1677): #11 pc 000164ea /system/lib/libc.so (__libc_init)
I/DEBUG ( 1677):
I/DEBUG ( 1677): code around pc:
I/DEBUG ( 1677): a968bd34 68206018 eab2f7fb 58a94a92 49926008 .` h.....J.X.`.I
I/DEBUG ( 1677): a968bd44 44796820 eaaaf7fb 49914b90 447958ea hyD.....K.I.XyD
I/DEBUG ( 1677): a968bd54 60016010 6820498f f7fb4479 4b8eeaa0 .`.`.I hyD.....K
I/DEBUG ( 1677): a968bd64 58ea498e 60104479 498d6001 44796820 .I.XyD.`.`.I hyD
I/DEBUG ( 1677): a968bd74 ea94f7fb 498c4b8b 447958ea 60016010 .....K.I.XyD.`.`
I/DEBUG ( 1677):
I/DEBUG ( 1677): code around lr:
I/DEBUG ( 1677): b0006780 02800016 08bd87f0 e5964000 e5967000 [email protected]
I/DEBUG ( 1677): b0006790 e2144903 1a00000e e5965000 ebffec5c .I.......P..\...
I/DEBUG ( 1677): b00067a0 e2055a02 e3853001 e1500003 0a000006 .Z...0....P.....
I/DEBUG ( 1677): b00067b0 e5865000 e1a00006 e1a01005 e3a02001 .P........... ..
I/DEBUG ( 1677): b00067c0 ebffffda e1a00004 e8bd87f0 e3a00000 ................
I/DEBUG ( 1677):
I/DEBUG ( 1677): stack:
I/DEBUG ( 1677): beee1828 a968e338 /system/lib/libcamera.so
I/DEBUG ( 1677): beee182c b000594f /system/bin/linker
I/DEBUG ( 1677): beee1830 b000ed08
I/DEBUG ( 1677): beee1834 a968ff01 /system/lib/libcamera.so
I/DEBUG ( 1677): beee1838 a968bd4d /system/lib/libcamera.so
I/DEBUG ( 1677): beee183c a968e338 /system/lib/libcamera.so
I/DEBUG ( 1677): beee1840 00000000
I/DEBUG ( 1677): beee1844 00000000
I/DEBUG ( 1677): beee1848 00000000
I/DEBUG ( 1677): beee184c b00059f7 /system/bin/linker
I/DEBUG ( 1677): beee1850 a96916a4 /system/lib/libcamera.so
I/DEBUG ( 1677): beee1854 b000ed08
I/DEBUG ( 1677): beee1858 000145bc [heap]
I/DEBUG ( 1677): beee185c a96916a4 /system/lib/libcamera.so
I/DEBUG ( 1677): beee1860 df0027ad
I/DEBUG ( 1677): beee1864 00000000
I/DEBUG ( 1677): #00 beee1868 00000000
I/DEBUG ( 1677): beee186c 400ecf01 /system/lib/libutils.so
I/DEBUG ( 1677): beee1870 000146e0 [heap]
I/DEBUG ( 1677): beee1874 00014510 [heap]
I/DEBUG ( 1677): beee1878 a96916a4 /system/lib/libcamera.so
I/DEBUG ( 1677): beee187c 00014510 [heap]
I/DEBUG ( 1677): beee1880 beee1954 [stack]
I/DEBUG ( 1677): beee1884 000001d0
I/DEBUG ( 1677): beee1888 a96916a4 /system/lib/libcamera.so
I/DEBUG ( 1677): beee188c a968d9f9 /system/lib/libcamera.so
I/DEBUG ( 1677): #01 beee1890 0000f6d0 [heap]
I/DEBUG ( 1677): beee1894 beee1978 [stack]
I/DEBUG ( 1677): beee1898 00013f88 [heap]
I/DEBUG ( 1677): beee189c 00000000
I/DEBUG ( 1677): beee18a0 00000000
I/DEBUG ( 1677): beee18a4 00000000
I/DEBUG ( 1677): beee18a8 00000000
I/DEBUG ( 1677): beee18ac 00002eda
I/DEBUG ( 1677): beee18b0 0000000b
I/DEBUG ( 1677): beee18b4 00000000
I/DEBUG ( 1677): beee18b8 00000000
I/DEBUG ( 1677): beee18bc 00000323
I/DEBUG ( 1677): beee18c0 000041ed
I/DEBUG ( 1677): beee18c4 00000002
I/DEBUG ( 1677): beee18c8 00000000
I/DEBUG ( 1677): beee18cc 00000000
I/DEBUG ( 1677): beee18d0 00000000
I/DEBUG ( 1677): beee18d4 00000000
I/DEBUG ( 1677): beee18d8 00000000
I/DEBUG ( 1677): beee18dc 00000000
I/DEBUG ( 1677): beee18e0 000002f8
I/DEBUG ( 1677): beee18e4 00000000
I/DEBUG ( 1677): beee18e8 00001000
I/DEBUG ( 1677): beee18ec 00000000
I/DEBUG ( 1677): beee18f0 00000000
I/DEBUG ( 1677): beee18f4 00000000
I/DEBUG ( 1677): beee18f8 4fc5dd55
I/DEBUG ( 1677): beee18fc 245bdc83
I/DEBUG ( 1677): beee1900 4fc5dd55
I/DEBUG ( 1677): beee1904 245bdc83
I/DEBUG ( 1677): beee1908 4fc5dd55
I/DEBUG ( 1677): beee190c 245bdc83
I/DEBUG ( 1677): beee1910 00000323
I/DEBUG ( 1677): beee1914 00000000
I/DEBUG ( 1677): beee1918 00014510 [heap]
I/DEBUG ( 1677): beee191c beee1954 [stack]
I/DEBUG ( 1677): beee1920 00001c16
I/DEBUG ( 1677): beee1924 beee1954 [stack]
I/DEBUG ( 1677): beee1928 00001c16
I/DEBUG ( 1677): beee192c 00000000
I/DEBUG ( 1677): beee1930 00013dfc [heap]
I/DEBUG ( 1677): beee1934 a968db39 /system/lib/libcamera.so
I/BootReceiver( 325): Copying /data/tombstones/tombstone_04 to DropBox (SYSTEM_TOMBSTONE)
E/CameraHolder( 1685): fail to connect Camera
E/CameraHolder( 1685): java.lang.RuntimeException: Fail to connect to camera service
E/CameraHolder( 1685): at android.hardware.Camera.native_setup(Native Method)
E/CameraHolder( 1685): at android.hardware.Camera.<init>(Camera.java:320)
E/CameraHolder( 1685): at android.hardware.Camera.open(Camera.java:280)
E/CameraHolder( 1685): at com.android.camera.CameraHolder.open(CameraHolder.java:131)
E/CameraHolder( 1685): at com.android.camera.Util.openCamera(Util.java:267)
E/CameraHolder( 1685): at com.android.camera.Camera$4.run(Camera.java:1118)
E/CameraHolder( 1685): at java.lang.Thread.run(Thread.java:856)
W/AudioSystem( 325): AudioFlinger server died!
I/ServiceManager( 138): service 'media.audio_flinger' died
I/ServiceManager( 138): service 'media.player' died
I/ServiceManager( 138): service 'media.camera' died
I/ServiceManager( 138): service 'media.audio_policy' died
W/AudioSystem( 325): AudioPolicyService server died!
W/MediaMetadataRetriever( 942): MediaMetadataRetriever server died!
W/Camera ( 1685): Camera server died!
---
AFAIK Gio has a semi working camera. Perhaps someone could check if liboemcamera from Maclaws Gio Port works ? I'm in office at the moment and can't do this right now.
camera work perfectly on X8
today, I saw a good thing, that the camera works perfectly on X8 with minicm9, try this: http://forum.xda-developers.com/showthread.php?t=1575094
hope can help you for reference
sorry for my bad english
Samsung changed a bunch of stuff in thier libcameraoem, those changes made it incompatible with the libcamera from qualcode which the hero is using. That lib is opensource an basicly a wrapper around the libcameraoem to abstact the AOSP interface from the verndors code.
If you can you can try to load the libcameraoem stuff, if that works, the rest should be straight forwared. I did some work on it in the early CM days but got lazy an used the blobs.
coolya said:
As Always Samsung did everything different, the hero libs won't work cause the kernel driver is different and the sensor detection fails. You could port the kernel driver to the ace.
When you try to load the original samsung lib there is a bunch of libs you need to load. You could at first try to stub those functions to just get it loading, but the problem is, the comple overlay code was removed in ICS so this will be hard. But doable.
Click to expand...
Click to collapse
You are talking about missing symbol(s) like ''_ZN7android7Overlay5setFdEi...' Right ?
Then what about this: http://review.cyanogenmod.com/#/c/13317/ ?
This changes are required to get the binder working with gingerbread and froyo libs where the binder interface was different.
The binder is just used for IPC you still need to get the overlay stuff working.
I didn't put any work in porting gingerbread camera libs to ics, so I can't tell you much whats needed.
lagloose said:
You are talking about missing symbol(s) like ''_ZN7android7Overlay5setFdEi...' Right ?
Then what about this: http://review.cyanogenmod.com/#/c/13317/ ?
Click to expand...
Click to collapse
says on the page that you linked it's already merged, so it should already work.
Thats just gave me an idea. Coolya could you make a list of suggested methods i'll be be happy to work at this and get it done once and for all.
You can have a look at this first:
https://github.com/CyanogenMod/andr...c327e94a/libcamera/QualcommCameraHardware.cpp
it is some kind of blue print, it is used on other msm7277 device like the Z71 or ZTE Blade to get the camera working. But it won't work OOTB samsung changed a bunch of stuff. I would suggest to get this working with gingerbread and then porting it to ICS schould be not that hard.
look at this thread: http://forum.xda-developers.com/showthread.php?t=1651530
They've collected a lot of informational links in the first post(s) which could help us also...
Wonderful to see you guys working on the camera libs. I have mentioned previously on the general and dev threads that if Blade and P500 can do it so can our devs. One thing that seems to have had an effect for those and other devices with working, or partially working, cameras is some kind of "fix" in the init files. I have experimented myself with various libs with similar results as those posted here but I feel that if we can get a little guidance from the successful devs that will be the way to make progress. Good luck in your quest.
I found that using Retro Camera and OS Monitor helped to assess what was going wrong during my experiments along with catlog of course
djsky2011 said:
Thats just gave me an idea. Coolya could you make a list of suggested methods i'll be be happy to work at this and get it done once and for all.
Click to expand...
Click to collapse
djsky do you have actual Sources/Configs from Maclaw ?
Hey all,
Atm I'm trying to compile a PA based custom rom using the linaro toolchain I got from here: http://releases.linaro.org/13.09/components/android/toolchain/4.8
We solved every strict-aliasing errors and the rom builds fine. But my phone doesn't boot, it's stuck at a black screen.
Logcat shows the following error, including backtrace and everything:
Code:
W/Adreno200-GSL( 175): <os_lib_map:1300>: os_lib_map error: dlopen failed: cannot locate symbol "__popcountsi2" referenced by "libsc-a3xx.so"..., on '/system/lib/libsc-a3xx.so'
F/libc ( 175): Fatal signal 11 (SIGSEGV) at 0x00000000 (code=1), thread 283 (SurfaceFlinger)
I/DEBUG ( 173): *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** ***
I/DEBUG ( 173): Build fingerprint: 'google/occam/mako:4.3/JSS15J/737497:user/release-keys'
I/DEBUG ( 173): Revision: '11'
I/DEBUG ( 173): pid: 175, tid: 283, name: SurfaceFlinger >>> /system/bin/surfaceflinger <<<
I/DEBUG ( 173): signal 11 (SIGSEGV), code 1 (SEGV_MAPERR), fault addr 00000000
I/DEBUG ( 173): r0 00000000 r1 00000000 r2 ffffffe0 r3 00000000
I/DEBUG ( 173): r4 00000001 r5 b6a90798 r6 00000000 r7 0000000e
I/DEBUG ( 173): r8 b6a8feac r9 00000001 sl 00000024 fp b72051e8
I/DEBUG ( 173): ip b6a8fed4 sp b6bb6948 lr b6a85b27 pc b6a85b26 cpsr 60000030
I/DEBUG ( 173): d0 0000000000000000 d1 0000000000000000
I/DEBUG ( 173): d2 0000000000000000 d3 0000000000000000
I/DEBUG ( 173): d4 06b306b206b106b0 d5 06b706b606b506b4
I/DEBUG ( 173): d6 06bb06ba06b906b8 d7 42c8000006bd06bc
I/DEBUG ( 173): d8 0000000000000000 d9 0000000000000000
I/DEBUG ( 173): d10 0000000000000000 d11 0000000000000000
I/DEBUG ( 173): d12 0000000000000000 d13 0000000000000000
I/DEBUG ( 173): d14 0000000000000000 d15 0000000000000000
I/DEBUG ( 173): d16 2022326973746e75 d17 636e657265666572
I/DEBUG ( 173): d18 6c22207962206465 d19 7833612d63736269
I/DEBUG ( 173): d20 2e2e2e226f732e78 d21 732f27206e6f202c
I/DEBUG ( 173): d22 696c2f6d65747379 d23 2d637362696c2f62
I/DEBUG ( 173): d24 0000000000000000 d25 404e000000000000
I/DEBUG ( 173): d26 4018000000000000 d27 0000000000000000
I/DEBUG ( 173): d28 0000000000000000 d29 0000000000000000
I/DEBUG ( 173): d30 0000000000000000 d31 4000000000000000
I/DEBUG ( 173): scr 20000010
I/DEBUG ( 173):
I/DEBUG ( 173): backtrace:
I/DEBUG ( 173): #00 pc 00004b26 /system/lib/libgsl.so (gsl_context_destroy+61)
I/DEBUG ( 173): #01 pc 00066995 /system/lib/egl/libGLESv2_adreno200.so (rb_context_destroy+540)
I/DEBUG ( 173): #02 pc 00066d17 /system/lib/egl/libGLESv2_adreno200.so (rb_context_create+738)
I/DEBUG ( 173): #03 pc 00046b81 /system/lib/egl/libGLESv2_adreno200.so (gl2_context_create+280)
I/DEBUG ( 173): #04 pc 000245f5 /system/lib/egl/libGLESv1_CM_adreno200.so (oglCreateContext+44)
I/DEBUG ( 173): #05 pc 000188cc /system/lib/egl/libEGL_adreno200.so (eglCreateClientApiContext+452)
I/DEBUG ( 173): #06 pc 0000f7d8 /system/lib/egl/libEGL_adreno200.so (qeglDrvAPI_eglCreateContext+2088)
I/DEBUG ( 173): #07 pc 00006614 /system/lib/egl/libEGL_adreno200.so (eglCreateContext+16)
I/DEBUG ( 173): #08 pc 0000f1f5 /system/lib/libEGL.so (eglCreateContext+60)
I/DEBUG ( 173): #09 pc 000215e5 /system/lib/libsurfaceflinger.so (android::SurfaceFlinger::createGLContext(void*, void*)+52)
I/DEBUG ( 173): #10 pc 00024be1 /system/lib/libsurfaceflinger.so (android::SurfaceFlinger::readyToRun()+120)
I/DEBUG ( 173): #11 pc 00011cbd /system/lib/libutils.so (android::Thread::_threadLoop(void*)+84)
I/DEBUG ( 173): #12 pc 0000c4ac /system/lib/libc.so (__thread_entry+72)
I/DEBUG ( 173): #13 pc 0000c6f4 /system/lib/libc.so (pthread_create+420)
I/DEBUG ( 173):
I/DEBUG ( 173): stack:
I/DEBUG ( 173): b6bb6908 00180019
I/DEBUG ( 173): b6bb690c 00000008
I/DEBUG ( 173): b6bb6910 b58ff000
I/DEBUG ( 173): b6bb6914 b58ff034
I/DEBUG ( 173): b6bb6918 00001000
I/DEBUG ( 173): b6bb691c b5525000
I/DEBUG ( 173): b6bb6920 b6ed2000 /system/lib/libc.so
I/DEBUG ( 173): b6bb6924 00000006
I/DEBUG ( 173): b6bb6928 00000001
I/DEBUG ( 173): b6bb692c 00000000
I/DEBUG ( 173): b6bb6930 00000000
I/DEBUG ( 173): b6bb6934 0000000e
I/DEBUG ( 173): b6bb6938 b6a8feac /system/lib/libgsl.so
I/DEBUG ( 173): b6bb693c b6a87d43 /system/lib/libgsl.so (os_mutex_lock+10)
I/DEBUG ( 173): b6bb6940 df0027ad
I/DEBUG ( 173): b6bb6944 00000000
I/DEBUG ( 173): #00 b6bb6948 00000001
I/DEBUG ( 173): b6bb694c b7207018 [heap]
I/DEBUG ( 173): b6bb6950 b6a4dbec
I/DEBUG ( 173): b6bb6954 b7208718 [heap]
I/DEBUG ( 173): b6bb6958 b6a48e60 /system/lib/egl/libGLESv2_adreno200.so
I/DEBUG ( 173): b6bb695c b720703c [heap]
I/DEBUG ( 173): b6bb6960 00000001
I/DEBUG ( 173): b6bb6964 b69cb999 /system/lib/egl/libGLESv2_adreno200.so (rb_context_destroy+544)
I/DEBUG ( 173): #01 b6bb6968 b7207018 [heap]
I/DEBUG ( 173): b6bb696c 00000000
I/DEBUG ( 173): b6bb6970 b6a4dbec
I/DEBUG ( 173): b6bb6974 b7207018 [heap]
I/DEBUG ( 173): b6bb6978 00001012
I/DEBUG ( 173): b6bb697c 00000000
I/DEBUG ( 173): b6bb6980 0000000e
I/DEBUG ( 173): b6bb6984 b6ed5310
I/DEBUG ( 173): b6bb6988 b6a90244 /system/lib/libgsl.so
I/DEBUG ( 173): b6bb698c b69cbd1b /system/lib/egl/libGLESv2_adreno200.so (rb_context_create+742)
I/DEBUG ( 173): #02 b6bb6990 00000010
I/DEBUG ( 173): b6bb6994 b6d2e675 /system/lib/libbinder.so (android::Parcel::ipcSetDataReference(unsigned char const*, unsigned int, unsigned int const*, unsigned int, void (*)(android::Parcel*, unsigned char const*, unsigned int, unsigned int const*, unsigned int, void*), void*)+26)
I/DEBUG ( 173): b6bb6998 00000000
I/DEBUG ( 173): b6bb699c b7204278 [heap]
I/DEBUG ( 173): b6bb69a0 b6a4dbe8
I/DEBUG ( 173): b6bb69a4 b7204ae0 [heap]
I/DEBUG ( 173): b6bb69a8 b72042a8 [heap]
I/DEBUG ( 173): b6bb69ac 00000000
I/DEBUG ( 173): b6bb69b0 b7204278 [heap]
I/DEBUG ( 173): b6bb69b4 b6d2bc8d /system/lib/libbinder.so (android::IPCThreadState::waitForResponse(android::Parcel*, int*)+200)
I/DEBUG ( 173): b6bb69b8 00000001
I/DEBUG ( 173): b6bb69bc b6d2b5c9 /system/lib/libbinder.so (android::IPCThreadState::freeBuffer(android::Parcel*, unsigned char const*, unsigned int, unsigned int const*, unsigned int, void*))
I/DEBUG ( 173): b6bb69c0 b7204278 [heap]
I/DEBUG ( 173): b6bb69c4 b6d2b84d /system/lib/libbinder.so (android::IPCThreadState::writeTransactionData(int, unsigned int, int, unsigned int, android::Parcel const&, int*)+140)
I/DEBUG ( 173): b6bb69c8 00000034
I/DEBUG ( 173): b6bb69cc 00000000
I/DEBUG ( 173): ........ ........
I/DEBUG ( 173):
I/DEBUG ( 173): memory near r5:
I/DEBUG ( 173): b6a90778 00000000 00000000 00000000 00000000
I/DEBUG ( 173): b6a90788 b6a90244 00000000 0000000a 00000000
I/DEBUG ( 173): b6a90798 00000000 00000000 00000000 00000000
I/DEBUG ( 173): b6a907a8 00000000 00000000 00000000 00000000
I/DEBUG ( 173): b6a907b8 00000000 00000000 00000000 00000000
I/DEBUG ( 173): b6a907c8 00000000 00000000 00000000 00000000
I/DEBUG ( 173): b6a907d8 00000000 00000000 00000000 00000000
I/DEBUG ( 173): b6a907e8 00000000 00000000 00000000 00000000
I/DEBUG ( 173): b6a907f8 00000000 00000000 00000000 00000000
I/DEBUG ( 173): b6a90808 00000000 00000000 00000000 00000000
I/DEBUG ( 173): b6a90818 00000000 00000000 00000000 00000000
I/DEBUG ( 173): b6a90828 00000000 00000000 00000000 00000000
I/DEBUG ( 173): b6a90838 00000000 00000000 00000000 00000000
I/DEBUG ( 173): b6a90848 00000000 00000000 00000000 00000000
I/DEBUG ( 173): b6a90858 00000000 00000000 00000000 00000000
I/DEBUG ( 173): b6a90868 00000000 00000000 00000000 00000000
I/DEBUG ( 173):
I/DEBUG ( 173): memory near r8:
I/DEBUG ( 173): b6a8fe8c b6a90798 b6a90738 b6ed5310 b6ed211c
I/DEBUG ( 173): b6a8fe9c b6ed530c b6a907b0 b6a907bc b6a907b8
I/DEBUG ( 173): b6a8feac 00000000 00000000 00000000 b6eae935
I/DEBUG ( 173): b6a8febc b6eae83d b6eaecdd b6eb4989 b6ea7208
I/DEBUG ( 173): b6a8fecc b6e9be69 b6ea5504 b6e98924 b6eac0b1
I/DEBUG ( 173): b6a8fedc b6eaac19 b6e9e4d5 b6eabb91 b6eaac9d
I/DEBUG ( 173): b6a8feec b6eaa5b1 b6e98a08 b6ea5c28 b6e9d34d
I/DEBUG ( 173): b6a8fefc b6eb6981 b6ea53c8 b6eb1341 b6ea549c
I/DEBUG ( 173): b6a8ff0c b6ea53e8 b6eb5e17 b6ea554c b6eb6911
I/DEBUG ( 173): b6a8ff1c b6e9737d b6e98339 b6e98359 b6e98349
I/DEBUG ( 173): b6a8ff2c b6e98369 b6e98379 b6ea7040 b6ea6bd0
I/DEBUG ( 173): b6a8ff3c b6eb176f b6eb1725 b6ea7264 b6ec26bf
I/DEBUG ( 173): b6a8ff4c b6ea7e21 b6eb18df b6eb18a1 b6eae629
I/DEBUG ( 173): b6a8ff5c b6e98628 b6e98680 b6e98718 b6e98d88
I/DEBUG ( 173): b6a8ff6c b6e9863c b6e98af8 b6e98e0c b6e98e4c
I/DEBUG ( 173): b6a8ff7c b6e98e68 b6ea5ee4 b6ec2960 b6ec2a3c
I/DEBUG ( 173):
I/DEBUG ( 173): memory near fp:
I/DEBUG ( 173): b72051c8 00000000 00000000 00000000 00000000
I/DEBUG ( 173): b72051d8 00000000 00000000 00000000 00000000
I/DEBUG ( 173): b72051e8 00000000 00000000 00000000 00000000
I/DEBUG ( 173): b72051f8 00000000 00000000 00000000 00000000
I/DEBUG ( 173): b7205208 00000000 00000000 00000000 00000000
I/DEBUG ( 173): b7205218 00000000 00000000 00000000 00000000
I/DEBUG ( 173): b7205228 00000000 00000000 00000000 00000000
I/DEBUG ( 173): b7205238 00000000 00000000 00000000 00000000
I/DEBUG ( 173): b7205248 00000000 00000000 00000000 00000000
I/DEBUG ( 173): b7205258 00000000 00000000 00000000 00000000
I/DEBUG ( 173): b7205268 00000000 00000000 00000000 00000000
I/DEBUG ( 173): b7205278 00000000 00000000 00000000 00000000
I/DEBUG ( 173): b7205288 00000000 00000000 00000000 00000000
I/DEBUG ( 173): b7205298 00000000 00000000 00000000 00000000
I/DEBUG ( 173): b72052a8 00000000 00000000 00000000 00000000
I/DEBUG ( 173): b72052b8 00000000 00000000 00000000 00000000
I/DEBUG ( 173):
I/DEBUG ( 173): memory near ip:
I/DEBUG ( 173): b6a8feb4 00000000 b6eae935 b6eae83d b6eaecdd
I/DEBUG ( 173): b6a8fec4 b6eb4989 b6ea7208 b6e9be69 b6ea5504
I/DEBUG ( 173): b6a8fed4 b6e98924 b6eac0b1 b6eaac19 b6e9e4d5
I/DEBUG ( 173): b6a8fee4 b6eabb91 b6eaac9d b6eaa5b1 b6e98a08
I/DEBUG ( 173): b6a8fef4 b6ea5c28 b6e9d34d b6eb6981 b6ea53c8
I/DEBUG ( 173): b6a8ff04 b6eb1341 b6ea549c b6ea53e8 b6eb5e17
I/DEBUG ( 173): b6a8ff14 b6ea554c b6eb6911 b6e9737d b6e98339
I/DEBUG ( 173): b6a8ff24 b6e98359 b6e98349 b6e98369 b6e98379
I/DEBUG ( 173): b6a8ff34 b6ea7040 b6ea6bd0 b6eb176f b6eb1725
I/DEBUG ( 173): b6a8ff44 b6ea7264 b6ec26bf b6ea7e21 b6eb18df
I/DEBUG ( 173): b6a8ff54 b6eb18a1 b6eae629 b6e98628 b6e98680
I/DEBUG ( 173): b6a8ff64 b6e98718 b6e98d88 b6e9863c b6e98af8
I/DEBUG ( 173): b6a8ff74 b6e98e0c b6e98e4c b6e98e68 b6ea5ee4
I/DEBUG ( 173): b6a8ff84 b6ec2960 b6ec2a3c b6e9900c b6e99014
I/DEBUG ( 173): b6a8ff94 b6e97970 b6e97a00 b6e97adc b6e97afc
I/DEBUG ( 173): b6a8ffa4 b6eb8239 b6e9cfad b6e97550 b6e9cd59
I/DEBUG ( 173):
I/DEBUG ( 173): memory near sp:
I/DEBUG ( 173): b6bb6928 00000001 00000000 00000000 0000000e
I/DEBUG ( 173): b6bb6938 b6a8feac b6a87d43 df0027ad 00000000
I/DEBUG ( 173): b6bb6948 00000001 b7207018 b6a4dbec b7208718
I/DEBUG ( 173): b6bb6958 b6a48e60 b720703c 00000001 b69cb999
I/DEBUG ( 173): b6bb6968 b7207018 00000000 b6a4dbec b7207018
I/DEBUG ( 173): b6bb6978 00001012 00000000 0000000e b6ed5310
I/DEBUG ( 173): b6bb6988 b6a90244 b69cbd1b 00000010 b6d2e675
I/DEBUG ( 173): b6bb6998 00000000 b7204278 b6a4dbe8 b7204ae0
I/DEBUG ( 173): b6bb69a8 b72042a8 00000000 b7204278 b6d2bc8d
I/DEBUG ( 173): b6bb69b8 00000001 b6d2b5c9 b7204278 b6d2b84d
I/DEBUG ( 173): b6bb69c8 00000034 00000000 00000000 00000000
I/DEBUG ( 173): b6bb69d8 00000000 00000000 000003e8 00000010
I/DEBUG ( 173): b6bb69e8 00000004 b6bb7028 b6bb7038 1a0a1f35
I/DEBUG ( 173): b6bb69f8 00000000 b7204278 b6bb6ad0 00000000
I/DEBUG ( 173): b6bb6a08 b6bb6aa0 00000000 00000002 b6d2bd8d
I/DEBUG ( 173): b6bb6a18 00000002 b6bb6aa0 b6bb6a44 b6bb6aa0
I/DEBUG ( 173):
I/DEBUG ( 173): code around pc:
I/DEBUG ( 173): b6a85b04 e9d16800 19122316 0305eb43 2316e9c1
I/DEBUG ( 173): b6a85b14 f910f002 46314a21 5002f858 f7ff4628
I/DEBUG ( 173): b6a85b24 6804f88e f8d44680 f1b99024 d1060f00
I/DEBUG ( 173): b6a85b34 f7ff4620 4628f9cb 464a4641 2301e00d
I/DEBUG ( 173): b6a85b44 62a36a20 f975f002 f0026a60 6a20fa60
I/DEBUG ( 173): b6a85b54 f95ef002 46282200 f7ff4641 4910f879
I/DEBUG ( 173): b6a85b64 68084479 f904f002 2a006962 6920dd05
I/DEBUG ( 173): b6a85b74 33fff04f f0016821 4631faaf f0014638
I/DEBUG ( 173): b6a85b84 4605fbe1 f0014620 4628fff1 83f8e8bd
I/DEBUG ( 173): b6a85b94 0000a3b0 ffffffe4 0000a686 ffffffe0
I/DEBUG ( 173): b6a85ba4 0000a624 43f0e92d f04fb093 46810848
I/DEBUG ( 173): b6a85bb4 4616460d 46422100 461f4668 edfaf7fe
I/DEBUG ( 173): b6a85bc4 9b1a981c 22104631 90119500 9306a801
I/DEBUG ( 173): b6a85bd4 97052601 f82ef002 22284c0c a807991b
I/DEBUG ( 173): b6a85be4 f828f002 447c490a 46482700 58624643
I/DEBUG ( 173): b6a85bf4 4516e9d2 eb4519a4 21090507 4516e9c2
I/DEBUG ( 173):
I/DEBUG ( 173): code around lr:
I/DEBUG ( 173): b6a85b04 e9d16800 19122316 0305eb43 2316e9c1
I/DEBUG ( 173): b6a85b14 f910f002 46314a21 5002f858 f7ff4628
I/DEBUG ( 173): b6a85b24 6804f88e f8d44680 f1b99024 d1060f00
I/DEBUG ( 173): b6a85b34 f7ff4620 4628f9cb 464a4641 2301e00d
I/DEBUG ( 173): b6a85b44 62a36a20 f975f002 f0026a60 6a20fa60
I/DEBUG ( 173): b6a85b54 f95ef002 46282200 f7ff4641 4910f879
I/DEBUG ( 173): b6a85b64 68084479 f904f002 2a006962 6920dd05
I/DEBUG ( 173): b6a85b74 33fff04f f0016821 4631faaf f0014638
I/DEBUG ( 173): b6a85b84 4605fbe1 f0014620 4628fff1 83f8e8bd
I/DEBUG ( 173): b6a85b94 0000a3b0 ffffffe4 0000a686 ffffffe0
I/DEBUG ( 173): b6a85ba4 0000a624 43f0e92d f04fb093 46810848
I/DEBUG ( 173): b6a85bb4 4616460d 46422100 461f4668 edfaf7fe
I/DEBUG ( 173): b6a85bc4 9b1a981c 22104631 90119500 9306a801
I/DEBUG ( 173): b6a85bd4 97052601 f82ef002 22284c0c a807991b
I/DEBUG ( 173): b6a85be4 f828f002 447c490a 46482700 58624643
I/DEBUG ( 173): b6a85bf4 4516e9d2 eb4519a4 21090507 4516e9c2
So the error is very likely caused by W/Adreno200-GSL( 175): <os_lib_map:1300>: os_lib_map error: dlopen failed: cannot locate symbol "__popcountsi2" referenced by "libsc-a3xx.so"..., on '/system/lib/libsc-a3xx.so'
which causes some function to try to execute code at 0x0 because dlopen returns NULL.
Now, does anyone know how I can solve this error? Are there some wrong ldlags?
You can have a look at the build system here: https://github.com/ModdedPA/android_build branch: linaro. There you should be able to see all linker flags etc.
Any help would be really appreciated!
I just used ParanoidSaberDroid's android_build repo. But still the same error... I just added the -Wno-unused-parameter flag, because otherwise, it doesn't build. But I don't think that this could cause such problems? I mean, unused parameters are just unused so they shouldn't do anything...
David:D said:
I just used ParanoidSaberDroid's android_build repo. But still the same error... I just added the -Wno-unused-parameter flag, because otherwise, it doesn't build. But I don't think that this could cause such problems? I mean, unused parameters are just unused so they shouldn't do anything...
Click to expand...
Click to collapse
did you try to "repo sync" with paranoidsaberdroid and tried to build and boot ?
strange because here paranoidsaberdroid rom boot !
it's definetly something that we are missing ....
Well, I guess I now know what ParanoidSaberDroid does what we don't... They use GCC 4.7, not 4.8. I'll try to compile everything with linaro GCC 4.7 now and see how it goes... Sadly, nearly all libraries from the backtrace are proprietary files, so I can't have a look at the source code, see how they where compiled and recompile them with other parameters. I guess they were just compiled incompatible to gcc4.8. Damn closed source crap^^
Edit: I had a look at the strings of libsc-a3xx.so. I found this one: "GCC: (GNU) 4.7" Is it really possible, that a static library compiled with GCC 4.7 can't be linked to a libc compiled with GCC 4.8? Because that's exactly what it looks like to me...
David:D said:
Well, I guess I now know what ParanoidSaberDroid does what we don't... They use GCC 4.7, not 4.8. I'll try to compile everything with linaro GCC 4.7 now and see how it goes... Sadly, nearly all libraries from the backtrace are proprietary files, so I can't have a look at the source code, see how they where compiled and recompile them with other parameters. I guess they were just compiled incompatible to gcc4.8. Damn closed source crap^^
Edit: I had a look at the strings of libsc-a3xx.so. I found this one: "GCC: (GNU) 4.7" Is it really possible, that a static library compiled with GCC 4.7 can't be linked to a libc compiled with GCC 4.8? Because that's exactly what it looks like to me...
Click to expand...
Click to collapse
It's not the problem David...I'm trying to build with linaro 4.7 for ROM and kernel and getting the same logcat ! =\
It's the problem. I built with GCC 4.7 now and it works! The linaro built even pushed the antutu benchmark from about 16000 to about 20000. I will upload the built today.
eng.Colombo said:
It's not the problem David...I'm trying to build with linaro 4.7 for ROM and kernel and getting the same logcat ! =\
Click to expand...
Click to collapse
It's not a kernel fault it's something in our ROM files, try to open the zip that not boot and delete the lib folder, than put a working lib folder inside, and bom ! The ROM boots !
---------- Post added at 09:25 AM ---------- Previous post was at 09:24 AM ----------
David:D said:
It's the problem. I built with GCC 4.7 now and it works! The linaro built even pushed the antutu benchmark from about 16000 to about 20000. I will upload the built today.
Click to expand...
Click to collapse
Strange because I'm using linaro 4.7 for ROM and kernel OO where I'm missing ?
I know that's not a kernel fault. And building with Linaro 4.7 works fine for me now, so I'll stick to it for the first.
Maybe you could just do a diff on the two folders and post it here. Or I'll do that later. Just to see, which files differ.
Edit: Stupid idea... Of course, every file except the proprietary ones differ... They are compiled using different toolchains... But this would support my theory because you replace libc by a version compiled with an older gcc version so everything works fine.
David:D said:
It's the problem. I built with GCC 4.7 now and it works! The linaro built even pushed the antutu benchmark from about 16000 to about 20000. I will upload the built today.
Click to expand...
Click to collapse
Btw I'm getting 20100 =P
Linaro Franco kernel is a beast ! Lol
I get 20773, stock kernel, stock settings now I said about 20000.
I don't know why your built is not working. But atm I'm building with ParanoidSaberMod's build system, so try replacing your build folder with this one: github.com/ParanoidSaberMod/android_build. I just had to add -Wno-unused-parameter to their cflags.
David:D said:
I know that's not a kernel fault. And building with Linaro 4.7 works fine for me now, so I'll stick to it for the first.
Maybe you could just do a diff on the two folders and post it here. Or I'll do that later. Just to see, which files differ.
Edit: Stupid idea... Of course, every file except the proprietary ones differ... They are compiled using different toolchains... But this would support my theory because you replace libc by a version compiled with an older gcc version so everything works fine.
Click to expand...
Click to collapse
I'm trying to build with linaro 4.7 for all...I will take a look more deep in the tool chain, maybe download again...
And yes I already did this, not all the libs but just some, my lib folder built with linaro have a larger size than the default lib....
I changed my build.prop and my phone is stuck bootlooping. I have the stock build.prop on my computer. I'm trying to adb push the file onto my phone but my computer isn't recognizing the phone in the bootloop nor in Philztouch recovery. Any tips? mounting usb and mounting unmounting system arent doing anything
After reflashing the kernel in recovery I'm able to see my device under adb devices during the bootloop but am unable to push anything, either a full stock rom or a buil.prop. Any clues?
mejorguille said:
I changed my build.prop and my phone is stuck bootlooping. I have the stock build.prop on my computer. I'm trying to adb push the file onto my phone but my computer isn't recognizing the phone in the bootloop nor in Philztouch recovery. Any tips? mounting usb and mounting unmounting system arent doing anything
After reflashing the kernel in recovery I'm able to see my device under adb devices during the bootloop but am unable to push anything, either a full stock rom or a buil.prop. Any clues?
Click to expand...
Click to collapse
I think the best and fool proof option is to go download mode and restore via LG Tool/Mobile Support Tool. Then, restart root all over again. This happened to me once.
m0ngstr0us said:
I think the best and fool proof option is to go download mode and restore via LG Tool/Mobile Support Tool. Then, restart root all over again. This happened to me once.
Click to expand...
Click to collapse
I feared I'd have to do that, I think I'll make a nandroid, reroot, restore the nandroid and make an update.zip with the correct build.prop so I don't lose my things
I don't suppose you made a nandroid. Before you started messing with the build prop
Sent from my LG-D800 using Tapatalk
mejorguille said:
I feared I'd have to do that, I think I'll make a nandroid, reroot, restore the nandroid and make an update.zip with the correct build.prop so I don't lose my things
Click to expand...
Click to collapse
if you have the stock build.prop on your computer, why can't you just make an update.zip and use it?
tdevaughn said:
I don't suppose you made a nandroid. Before you started messing with the build prop
Sent from my LG-D800 using Tapatalk
Click to expand...
Click to collapse
Nope, only had this phone for a week or so and I'm running the stock rom, didn't think I needed it yet. You'd think I learned my lesson in 6 years of android rom hacking huh?
datechnerd said:
if you have the stock build.prop on your computer, why can't you just make an update.zip and use it?
Click to expand...
Click to collapse
I can't push anything to my device even with adb push. I've tried a mounting usb storage on my computer, adb push, pushing individual lines to the build.prop, and a few tools like android commander to no avail
mejorguille said:
Nope, only had this phone for a week or so and I'm running the stock rom, didn't think I needed it yet. You'd think I learned my lesson in 6 years of android rom hacking huh?
I can't push anything to my device even with adb push. I've tried a mounting usb storage on my computer, adb push, pushing individual lines to the build.prop, and a few tools like android commander to no avail
Click to expand...
Click to collapse
if you can do it in recovery, you should be using adb sideload
datechnerd said:
if you can do it in recovery, you should be using adb sideload
Click to expand...
Click to collapse
ADB sideload doesn't work for me, in recovery even if I have ADB sideload on, ADB won't recognize the phone. I have ADB 1.0.31 and the latest LG drivers installed
logcat
Code:
I/DEBUG ( 246): d22 6c2f6c67652f6269 d23 327653454c476269
I/DEBUG ( 246): d24 0000000000000000 d25 0000000000000000
I/DEBUG ( 246): d26 0000000000000000 d27 0000000000000000
I/DEBUG ( 246): d28 0000000000000000 d29 0000000000000000
I/DEBUG ( 246): d30 0000000000000000 d31 0000000000000000
I/DEBUG ( 246): scr 20000010
I/DEBUG ( 246):
I/DEBUG ( 246): backtrace:
I/DEBUG ( 246): #00 pc 00000000 <unknown>
I/DEBUG ( 246): #01 pc 0000470d /system/vendor/lib/egl/eglsubAndroid.so
I/DEBUG ( 246): #02 pc 00004a6b /system/vendor/lib/egl/eglsubAndroid.so
I/DEBUG ( 246): #03 pc 0000c964 /system/vendor/lib/egl/libEGL_adreno.so
(qeglDrvAPI_eglCreateWindowSurface+568)
I/DEBUG ( 246): #04 pc 00006844 /system/vendor/lib/egl/libEGL_adreno.so
(eglCreateWindowSurface+16)
I/DEBUG ( 246): #05 pc 0000d6b1 /system/lib/libEGL.so (eglCreateWindowS
urface+200)
I/DEBUG ( 246): #06 pc 0001f679 /system/lib/libsurfaceflinger.so (andro
id::DisplayDevice::init(void*)+32)
I/DEBUG ( 246): #07 pc 0001f7cd /system/lib/libsurfaceflinger.so (andro
id::DisplayDevice::DisplayDevice(android::sp<android::SurfaceFlinger> const&, an
droid::DisplayDevice::DisplayType, bool, android::wp<android::IBinder> const&, a
ndroid::sp<ANativeWindow> const&, android::sp<android::FramebufferSurface> const
&, void*)+188)
I/DEBUG ( 246): #08 pc 0002ac05 /system/lib/libsurfaceflinger.so (andro
id::SurfaceFlinger::readyToRun()+424)
I/DEBUG ( 246): #09 pc 0001123d /system/lib/libutils.so (android::Threa
d::_threadLoop(void*)+72)
I/DEBUG ( 246): #10 pc 00010dcd /system/lib/libutils.so
I/DEBUG ( 246): #11 pc 0000e538 /system/lib/libc.so (__thread_entry+72)
I/DEBUG ( 246): #12 pc 0000dc24 /system/lib/libc.so (pthread_create+160
)
I/DEBUG ( 246):
I/DEBUG ( 246): stack:
I/DEBUG ( 246): 40548be0 00000000
I/DEBUG ( 246): 40548be4 00000000
I/DEBUG ( 246): 40548be8 41f131d0
I/DEBUG ( 246): 40548bec 40317f19 /system/lib/libgui.so
I/DEBUG ( 246): 40548bf0 40548c08 [stack:3063]
I/DEBUG ( 246): 40548bf4 00000000
I/DEBUG ( 246): 40548bf8 00000780
I/DEBUG ( 246): 40548bfc 4031ec9f /system/lib/libgui.so (android::
SurfaceTextureClient::setBuffersDimensions(int, int)+110)
I/DEBUG ( 246): 40548c00 00000000
I/DEBUG ( 246): 40548c04 41f131d0
I/DEBUG ( 246): 40548c08 00000002
I/DEBUG ( 246): 40548c0c 00000000
I/DEBUG ( 246): 40548c10 40548c28 [stack:3063]
I/DEBUG ( 246): 40548c14 41f12e10
I/DEBUG ( 246): 40548c18 df0027ad
I/DEBUG ( 246): 40548c1c 00000000
I/DEBUG ( 246): #00 40548c20 40548c44 [stack:3063]
I/DEBUG ( 246): ........ ........
I/DEBUG ( 246): #01 40548c20 40548c44 [stack:3063]
I/DEBUG ( 246): 40548c24 4031f223 /system/lib/libgui.so (android::
SurfaceTextureClient::dispatchSetBuffersDimensions(std::__va_list)+12)
I/DEBUG ( 246): 40548c28 4031f415 /system/lib/libgui.so (android::
SurfaceTextureClient::perform(int, std::__va_list))
I/DEBUG ( 246): 40548c2c 4031e93f /system/lib/libgui.so (android::
SurfaceTextureClient::hook_perform(ANativeWindow*, int, ...)+24)
I/DEBUG ( 246): 40548c30 41f12e10
I/DEBUG ( 246): 40548c34 40548c40 [stack:3063]
I/DEBUG ( 246): 40548c38 406c0ddf /system/vendor/lib/egl/eglsubAnd
roid.so
I/DEBUG ( 246): 40548c3c 00000008
I/DEBUG ( 246): 40548c40 00000438
I/DEBUG ( 246): 40548c44 00000000
I/DEBUG ( 246): 40548c48 00000438
I/DEBUG ( 246): 40548c4c 41f14088
I/DEBUG ( 246): 40548c50 41f12e10
I/DEBUG ( 246): 40548c54 405517b8 [heap]
I/DEBUG ( 246): 40548c58 00000000
I/DEBUG ( 246): 40548c5c 00000001
I/DEBUG ( 246): ........ ........
I/DEBUG ( 246): #02 40548c70 00000000
I/DEBUG ( 246): 40548c74 00000000
I/DEBUG ( 246): 40548c78 00000110
I/DEBUG ( 246): 40548c7c 40588b44 /system/vendor/lib/libgsl.so
I/DEBUG ( 246): 40548c80 00000001
I/DEBUG ( 246): 40548c84 4010409d /system/lib/libc.so (dlcalloc+64
)
I/DEBUG ( 246): 40548c88 00000000
I/DEBUG ( 246): 40548c8c 00000000
I/DEBUG ( 246): 40548c90 00000110
I/DEBUG ( 246): 40548c94 406c2829 /system/vendor/lib/egl/eglsubAnd
roid.so
I/DEBUG ( 246): 40548c98 40551780 [heap]
I/DEBUG ( 246): 40548c9c 40588b44 /system/vendor/lib/libgsl.so
I/DEBUG ( 246): 40548ca0 41f13f70
I/DEBUG ( 246): 40548ca4 00000004
I/DEBUG ( 246): 40548ca8 41f12e10
I/DEBUG ( 246): 40548cac 4055f968 /system/vendor/lib/egl/libEGL_ad
reno.so (qeglDrvAPI_eglCreateWindowSurface+572)
I/DEBUG ( 246):
I/DEBUG ( 246): memory near r0:
I/DEBUG ( 246): 40745fe4 4010a780 40110e0d 4010e0fb 4012c75c
I/DEBUG ( 246): 40745ff4 4010e0bb 401048e9 40109028 40746000
I/DEBUG ( 246): 40746004 48574d54 00000001 407446e0 4074474d
I/DEBUG ( 246): 40746014 4074476e 407461c4 400dcce8 00000000
I/DEBUG ( 246): 40746024 00000000 00000000 00000000 00000000
I/DEBUG ( 246): 40746034 00000000 00000000 00000000 00000000
I/DEBUG ( 246): 40746044 00000000 00000000 00000000 00000000
I/DEBUG ( 246): 40746054 00000000 00000000 00000000 00000000
I/DEBUG ( 246): 40746064 00000000 00000000 00000000 00000000
I/DEBUG ( 246): 40746074 00000000 00000000 00000000 00000000
I/DEBUG ( 246): 40746084 407444ed 40744543 407445bb 407445d9
I/DEBUG ( 246): 40746094 00000000 00000000 00000000 00000000
I/DEBUG ( 246): 407460a4 00000000 00000000 00000000 00000000
I/DEBUG ( 246): 407460b4 405520a0 00000001 00000002 00000000
I/DEBUG ( 246): 407460c4 00000000 00000000 00000000 00000000
I/DEBUG ( 246): 407460d4 00000438 00000780 00000438 00000f00
I/DEBUG ( 246):
I/DEBUG ( 246): memory near r5:
I/DEBUG ( 246): 41f14068 ffffffff 00000000 00000000 00000000
I/DEBUG ( 246): 41f14078 41f12e10 00000000 00000000 000000f3
I/DEBUG ( 246): 41f14088 406c6503 00000001 00000020 00000008
I/DEBUG ( 246): 41f14098 00000008 00000008 00000008 00003038
I/DEBUG ( 246): 41f140a8 00000004 00000000 00000000 00000000
I/DEBUG ( 246): 41f140b8 00000000 00000001 00000000 00000000
I/DEBUG ( 246): 41f140c8 00000000 000005e5 00003038 ffffffff
I/DEBUG ( 246): 41f140d8 ffffffff ffffffff 00000000 00000001
I/DEBUG ( 246): 41f140e8 00000000 00000001 00000000 0000308e
I/DEBUG ( 246): 41f140f8 00000047 00000000 00000047 00000001
I/DEBUG ( 246): 41f14108 000030c3 00000001 00000001 00000020
I/DEBUG ( 246): 41f14118 41f12e10 00000001 00000001 00000000
I/DEBUG ( 246): 41f14128 00000438 00000780 00000001 00000000
I/DEBUG ( 246): 41f14138 00000000 00000000 00000000 41f14178
I/DEBUG ( 246): 41f14148 ffffffff 00000000 00000000 40746004
I/DEBUG ( 246): 41f14158 00000000 00000000 00000000 00000000
I/DEBUG ( 246):
I/DEBUG ( 246): memory near r9:
I/DEBUG ( 246): 40548c68 405517b8 406c2a6f 00000000 00000000
I/DEBUG ( 246): 40548c78 00000110 40588b44 00000001 4010409d
I/DEBUG ( 246): 40548c88 00000000 00000000 00000110 406c2829
I/DEBUG ( 246): 40548c98 40551780 40588b44 41f13f70 00000004
I/DEBUG ( 246): 40548ca8 41f12e10 4055f968 41f14044 00000004
I/DEBUG ( 246): 40548cb8 40551780 40548ce8 00000004 0000302e
I/DEBUG ( 246): 40548cc8 40548dac 40570890 00003089 0000308b
I/DEBUG ( 246): 40548cd8 000005e5 00000047 00000020 00000008
I/DEBUG ( 246): 40548ce8 00000008 00000008 00000008 00003038
I/DEBUG ( 246): 40548cf8 00000004 00000000 00000000 00000000
I/DEBUG ( 246): 40548d08 00000000 00000001 00000000 00000000
I/DEBUG ( 246): 40548d18 00000000 000005e5 00003038 ffffffff
I/DEBUG ( 246): 40548d28 ffffffff ffffffff 00000000 00000001
I/DEBUG ( 246): 40548d38 00000000 00000001 00000000 0000308e
I/DEBUG ( 246): 40548d48 00000047 00000000 00000047 00000001
I/DEBUG ( 246): 40548d58 000030c3 00000001 00000001 00000020
I/DEBUG ( 246):
I/DEBUG ( 246): memory near sl:
I/DEBUG ( 246): 40548c6c 406c2a6f 00000000 00000000 00000110
I/DEBUG ( 246): 40548c7c 40588b44 00000001 4010409d 00000000
I/DEBUG ( 246): 40548c8c 00000000 00000110 406c2829 40551780
I/DEBUG ( 246): 40548c9c 40588b44 41f13f70 00000004 41f12e10
I/DEBUG ( 246): 40548cac 4055f968 41f14044 00000004 40551780
I/DEBUG ( 246): 40548cbc 40548ce8 00000004 0000302e 40548dac
I/DEBUG ( 246): 40548ccc 40570890 00003089 0000308b 000005e5
I/DEBUG ( 246): 40548cdc 00000047 00000020 00000008 00000008
I/DEBUG ( 246): 40548cec 00000008 00000008 00003038 00000004
I/DEBUG ( 246): 40548cfc 00000000 00000000 00000000 00000000
I/DEBUG ( 246): 40548d0c 00000001 00000000 00000000 00000000
I/DEBUG ( 246): 40548d1c 000005e5 00003038 ffffffff ffffffff
I/DEBUG ( 246): 40548d2c ffffffff 00000000 00000001 00000000
I/DEBUG ( 246): 40548d3c 00000001 00000000 0000308e 00000047
I/DEBUG ( 246): 40548d4c 00000000 00000047 00000001 000030c3
I/DEBUG ( 246): 40548d5c 00000001 00000001 00000020 40548d78
I/DEBUG ( 246):
I/DEBUG ( 246): memory near ip:
I/DEBUG ( 246): 4032fd24 40108fe8 40110e0d 40117841 40108eec
I/DEBUG ( 246): 4032fd34 401048e9 4016af8c 400ff898 400ffdc8
I/DEBUG ( 246): 4032fd44 4016aea8 4020f129 402db53b 40100220
I/DEBUG ( 246): 4032fd54 402097eb 401005fc 402096b5 40209957
I/DEBUG ( 246): 4032fd64 402097bf 40208f63 4016af6c 40208fb9
I/DEBUG ( 246): 4032fd74 40208ff1 40100148 40100204 402f2a31
I/DEBUG ( 246): 4032fd84 401001c8 4020bd91 400ff684 40209a3f
I/DEBUG ( 246): 4032fd94 402f1b2d 402f2af7 4020c1a5 4020bf13
I/DEBUG ( 246): 4032fda4 40246f65 4020c32d 4020c335 40246fa9
I/DEBUG ( 246): 4032fdb4 402468a1 40207cbb 40207cbb 40207cbb
I/DEBUG ( 246): 4032fdc4 40207cbb 40207cbb 40207cbb 40207cbb
I/DEBUG ( 246): 4032fdd4 40207cbb 4014c901 402db09f 402db09b
I/DEBUG ( 246): 4032fde4 402db09b 402db325 402db0a3 402db0a3
I/DEBUG ( 246): 4032fdf4 402db09b 402db2af 402db289 402db267
I/DEBUG ( 246): 4032fe04 402db0a9 402db09b 402db3dd 402dc0cd
I/DEBUG ( 246): 4032fe14 402dc0f9 402dc0bf 402dc0ed 402db095
I/DEBUG ( 246):
I/DEBUG ( 246): memory near sp:
I/DEBUG ( 246): 40548c00 00000000 41f131d0 00000002 00000000
I/DEBUG ( 246): 40548c10 40548c28 41f12e10 df0027ad 00000000
I/DEBUG ( 246): 40548c20 40548c44 4031f223 4031f415 4031e93f
I/DEBUG ( 246): 40548c30 41f12e10 40548c40 406c0ddf 00000008
I/DEBUG ( 246): 40548c40 00000438 00000000 00000438 41f14088
I/DEBUG ( 246): 40548c50 41f12e10 405517b8 00000000 00000001
I/DEBUG ( 246): 40548c60 00000000 00003084 405517b8 406c2a6f
I/DEBUG ( 246): 40548c70 00000000 00000000 00000110 40588b44
I/DEBUG ( 246): 40548c80 00000001 4010409d 00000000 00000000
I/DEBUG ( 246): 40548c90 00000110 406c2829 40551780 40588b44
I/DEBUG ( 246): 40548ca0 41f13f70 00000004 41f12e10 4055f968
I/DEBUG ( 246): 40548cb0 41f14044 00000004 40551780 40548ce8
I/DEBUG ( 246): 40548cc0 00000004 0000302e 40548dac 40570890
I/DEBUG ( 246): 40548cd0 00003089 0000308b 000005e5 00000047
I/DEBUG ( 246): 40548ce0 00000020 00000008 00000008 00000008
I/DEBUG ( 246): 40548cf0 00000008 00003038 00000004 00000000
I/DEBUG ( 246):
I/DEBUG ( 246): code around pc:
I/DEBUG ( 246): 00000000 ffffffff ffffffff ffffffff ffffffff
I/DEBUG ( 246): 00000010 ffffffff ffffffff ffffffff ffffffff
I/DEBUG ( 246): 00000020 ffffffff ffffffff ffffffff ffffffff
I/DEBUG ( 246): 00000030 ffffffff ffffffff ffffffff ffffffff
I/DEBUG ( 246): 00000040 ffffffff ffffffff ffffffff ffffffff
I/DEBUG ( 246): 00000050 ffffffff ffffffff ffffffff ffffffff
I/DEBUG ( 246): 00000060 ffffffff ffffffff ffffffff ffffffff
I/DEBUG ( 246): 00000070 ffffffff ffffffff ffffffff ffffffff
I/DEBUG ( 246): 00000080 ffffffff ffffffff ffffffff ffffffff
I/DEBUG ( 246): 00000090 ffffffff ffffffff ffffffff ffffffff
I/DEBUG ( 246): 000000a0 ffffffff ffffffff ffffffff ffffffff
I/DEBUG ( 246): 000000b0 ffffffff ffffffff ffffffff ffffffff
I/DEBUG ( 246): 000000c0 ffffffff ffffffff ffffffff ffffffff
I/DEBUG ( 246): 000000d0 ffffffff ffffffff ffffffff ffffffff
I/DEBUG ( 246): 000000e0 ffffffff ffffffff ffffffff ffffffff
I/DEBUG ( 246): 000000f0 ffffffff ffffffff ffffffff ffffffff
I/DEBUG ( 246):
I/DEBUG ( 246): code around lr:
I/DEBUG ( 246): 406c26ec f8d5a90a 220040a8 00ccf8d5 2d04f841
I/DEBUG ( 246): 406c26fc 91004632 f8d04623 21027090 80a4f8d5
I/DEBUG ( 246): 406c270c b12047b8 0c1ff106 001ff02c f8d59009
I/DEBUG ( 246): 406c271c b18f70c8 429e6a3b 6a79d10b d1084588
I/DEBUG ( 246): 406c272c f7ff4638 4284f9b1 6ab8d103 42829a09
I/DEBUG ( 246): 406c273c 2300d002 30c8f8c5 fd12f7fd 9a09b1a0
I/DEBUG ( 246): 406c274c 4b314930 44794831 9206447b 93004478
I/DEBUG ( 246): 406c275c 22009001 f44f2005 95027332 f8cd9603
I/DEBUG ( 246): 406c276c 94058010 edcaf7fc 0f00f1b9 f8c9d001
I/DEBUG ( 246): 406c277c f1ba6000 d0010f00 8000f8ca 0f00f1bb
I/DEBUG ( 246): 406c278c 2c04d00f dc03d009 29011e61 e002d834
I/DEBUG ( 246): 406c279c 7f81f5b4 2320d130 2310e000 3000f8cb
I/DEBUG ( 246): 406c27ac 465be000 b34a9a15 7f81f5b4 361fd104
I/DEBUG ( 246): 406c27bc 061ff026 e0099609 d0072c04 3c01dc03
I/DEBUG ( 246): 406c27cc d8072c01 f5b4e002 d1037f81 43439809
I/DEBUG ( 246): 406c27dc e00010db 99152300 e00f600b 2002490c
I/DEBUG ( 246):
I/DEBUG ( 246): [Dalvik] Can't dump ETB. /dev/coresight-etb doesn't exist
I/DEBUG ( 246): [Dalvik] Cannot find trace addr from PC, use thread ptr in r6
I/DEBUG ( 246): [Dalvik] fffffffc doesn't look like a trace start address
I/ServiceManager( 239): service 'sensorservice' died
I/ServiceManager( 239): service 'entropy' died
I/ServiceManager( 239): service 'power' died
I/ServiceManager( 239): service 'batteryinfo' died
I/ServiceManager( 239): service 'usagestats' died
I/ServiceManager( 239): service 'display' died
I/ServiceManager( 239): service 'telephony.registry' died
I/ServiceManager( 239): service 'scheduling_policy' died
E/installd( 252): eof
E/installd( 252): failed to read size
I/installd( 252): closing connection
D/Xposed ( 3070): Starting Xposed binary version 47, compiled for SDK 16
D/Xposed ( 3070): Phone: n/a (n/a), Android version n/a (SDK n/a)
D/Xposed ( 3070): ROM: n/a
I/Xposed ( 3070): -----------------
I/Xposed ( 3070): Added Xposed (/data/data/de.robv.android.xposed.installer/bin
/XposedBridge.jar) to CLASSPATH.
D/AndroidRuntime( 3070):
D/AndroidRuntime( 3070): >>>>>> AndroidRuntime START de.robv.android.xposed.Xpos
edBridge <<<<<<
D/AndroidRuntime( 3070): CheckJNI is OFF
D/dalvikvm( 3070): Trying to load lib libjavacore.so 0x0
D/dalvikvm( 3070): Added shared lib libjavacore.so 0x0
D/dalvikvm( 3070): Trying to load lib libnativehelper.so 0x0
D/dalvikvm( 3070): Added shared lib libnativehelper.so 0x0
D/Xposed ( 3070): Using structure member offsets for mode WITH_JIT
I/Xposed ( 3070): Found Xposed class 'de/robv/android/xposed/XposedBridge', now
initializing
I/Xposed ( 3070): -----------------
I/Xposed ( 3070): Feb 4, 2014 12:55:05 AM UTC
I/Xposed ( 3070): Loading Xposed v42 (for Zygote)...
I/Xposed ( 3070): Errors during Xposed initialization
I/Xposed ( 3070): java.lang.NoSuchMethodError: android.app.ActivityThread#getTo
pLevelResources(java.lang.String,android.content.res.CompatibilityInfo)#exact
I/Xposed ( 3070): at de.robv.android.xposed.XposedHelpers.findMethodExact(
XposedHelpers.java:208)
I/Xposed ( 3070): at de.robv.android.xposed.XposedHelpers.findMethodExact(
XposedHelpers.java:155)
I/Xposed ( 3070): at de.robv.android.xposed.XposedHelpers.findAndHookMetho
d(XposedHelpers.java:167)
I/Xposed ( 3070): at de.robv.android.xposed.XposedBridge.initXbridgeZygote
(XposedBridge.java:267)
I/Xposed ( 3070): at de.robv.android.xposed.XposedBridge.main(XposedBridge
.java:111)
I/Xposed ( 3070): at dalvik.system.NativeStart.main(Native Method)
I/SamplingProfilerIntegration( 3070): Profiling disabled.
I/Vold ( 240): [LGE][VOLD][NetlinkHandler.cpp][onEvent()] subsys:power_suppl
y, action:3
I/Vold ( 240): [LGE][VOLD][NetlinkHandler.cpp][onEvent()] subsys:power_suppl
y, action:3
I/Zygote ( 3070): Preloading classes...
D/dalvikvm( 3070): JIT code cache reset in 0 ms (0 bytes 1/0)
D/dalvikvm( 3070): GC_EXPLICIT freed 182K, 23% free 620K/804K, paused 0ms+0ms, t
otal 2ms
I managed to push the original build.prop into the phonem but sometime before I was able to push, the phone stopped turning off past splash1 (black lg logo). Before it would boot up to the white tmobile splash screen
Sorry for all the posts, but I managed to get this thing booting again! My mistake is that I was trying to send my flashable zips to /sdcard/ , which, on this phone, doesn't exist!!! I'm putting this out there in case anyone else is stuck in a bootloop like this, if you have a custom recovery and access to adb, adb push a rom to /data/media/0/ . I ended up flashing cm11 as it was a 200 mb file vs the 1.7gb stock rom, I'll flash back to stock after messing with this for a while. Thankfully, I did a nandroid prior to installing cm so all I have to do now is restore my texts/apps and I'll be golden! Thanks for all the suggestions, I can't believe I overlooked something so simple, it never once occurred to me that /sdcard/ was no longer the default location for it.
These one click root methods have made me so forgetful! I remember back in 2008-2009 how even the simplest things required diving into terminal emulator.
mejorguille said:
Sorry for all the posts, but I managed to get this thing booting again! My mistake is that I was trying to send my flashable zips to /sdcard/ , which, on this phone, doesn't exist!!! I'm putting this out there in case anyone else is stuck in a bootloop like this, if you have a custom recovery and access to adb, adb push a rom to /data/media/0/ . I ended up flashing cm11 as it was a 200 mb file vs the 1.7gb stock rom, I'll flash back to stock after messing with this for a while. Thankfully, I did a nandroid prior to installing cm so all I have to do now is restore my texts/apps and I'll be golden! Thanks for all the suggestions, I can't believe I overlooked something so simple, it never once occurred to me that /sdcard/ was no longer the default location for it.
These one click root methods have made me so forgetful! I remember back in 2008-2009 how even the simplest things required diving into terminal emulator.
Click to expand...
Click to collapse
Good to know man! Thanks for the resolution!:good: