[i9500][4.3] CyanogenMod 10.2 Discussion

Search This thread

NoobieUser

Senior Member
Jun 10, 2013
251
58
Wow gr8. :D i will compile new source asap
Did in-call sound quality fixed??

Sent from my GT-I9500 using XDA Premium 4 mobile app

im not so sure about that try asking iamsachin :) btw are you still working on your MIUI rom?
[ Thank me if i helped :) ]

---------- Post added at 01:39 AM ---------- Previous post was at 01:35 AM ----------

Wow gr8. :D i will compile new source asap
Did in-call sound quality fixed??

Sent from my GT-I9500 using XDA Premium 4 mobile app

btw this is what Intervigilium said in order to make camera work.

Cherry pick these commits next time you build.

http://review.cyanogenmod.org/#/c/50965/
http://review.cyanogenmod.org/#/c/50966/

Also update your proprietary files to use proprietary libhwjpeg.so for now. This should get pictures working. Videos are not quite working yet

[ Thank me if i helped :) ]
 
Last edited:
  • Like
Reactions: doga.ozkaraca

runedrune

Senior Member
Nov 6, 2010
4,525
2,287
Lahore
i cannot boot cm10.2 with new device-tree... and zip file is 198mb :eek: it isnt normal ? isnt it?

Size is normal.

HdmWZGC.png
 
Last edited:
  • Like
Reactions: doga.ozkaraca

doga.ozkaraca

Inactive Recognized Developer
May 10, 2013
902
2,815
San Francisco, CA
dogaoz.com
Well last build I compiled 3 days ago is running fine. I'm compiling a build right now. Let's see how that goes.

Sent from my Nexus 7 using Tapatalk 2

Code:
I/SurfaceFlinger( 2975): SurfaceFlinger is starting
I/SurfaceFlinger( 2975): SurfaceFlinger's main thread ready to run. Initializing graphics H/W...
D/libEGL  ( 2975): loaded /vendor/lib/egl/libEGL_POWERVR_SGX544_115.so
D/libEGL  ( 2975): loaded /vendor/lib/egl/libGLESv1_CM_POWERVR_SGX544_115.so
D/libEGL  ( 2975): loaded /vendor/lib/egl/libGLESv2_POWERVR_SGX544_115.so
I/        ( 2975): !@IMGSRV: DATE: 2013.04.23(11:19:33) | BUILDER: LSI3D | REVISION: e9cd1377d8225457ae40
I/hwcomposer( 2975): Using 1080x1920 60Hz resolution for 'fb0' from modes list
E/hwcomposer( 2975): failed to open vsync attribute
E/SurfaceFlinger( 2975): composer device failed to initialize (Operation not permitted)
E/SurfaceFlinger( 2975): ERROR: failed to open framebuffer (Success), aborting
F/libc    ( 2975): Fatal signal 11 (SIGSEGV) at 0xdeadbaad (code=1), thread 2976 (SurfaceFlinger)
I/DEBUG   ( 2512): *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** ***
I/DEBUG   ( 2512): Build fingerprint: 'samsung/ja3gxx/ja3g:4.2.2/JDQ39/I9500XXUAMDK:user/release-keys'
I/DEBUG   ( 2512): Revision: '10'
I/DEBUG   ( 2512): signal 11 (SIGSEGV), code 1 (SEGV_MAPERR), fault addr deadbaad

thats what im getting with new cyanogenmod source.... looks like source problem. because device-tree working great.
 

runedrune

Senior Member
Nov 6, 2010
4,525
2,287
Lahore
Code:
I/SurfaceFlinger( 2975): SurfaceFlinger is starting
I/SurfaceFlinger( 2975): SurfaceFlinger's main thread ready to run. Initializing graphics H/W...
D/libEGL  ( 2975): loaded /vendor/lib/egl/libEGL_POWERVR_SGX544_115.so
D/libEGL  ( 2975): loaded /vendor/lib/egl/libGLESv1_CM_POWERVR_SGX544_115.so
D/libEGL  ( 2975): loaded /vendor/lib/egl/libGLESv2_POWERVR_SGX544_115.so
I/        ( 2975): !@IMGSRV: DATE: 2013.04.23(11:19:33) | BUILDER: LSI3D | REVISION: e9cd1377d8225457ae40
I/hwcomposer( 2975): Using 1080x1920 60Hz resolution for 'fb0' from modes list
E/hwcomposer( 2975): failed to open vsync attribute
E/SurfaceFlinger( 2975): composer device failed to initialize (Operation not permitted)
E/SurfaceFlinger( 2975): ERROR: failed to open framebuffer (Success), aborting
F/libc    ( 2975): Fatal signal 11 (SIGSEGV) at 0xdeadbaad (code=1), thread 2976 (SurfaceFlinger)
I/DEBUG   ( 2512): *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** ***
I/DEBUG   ( 2512): Build fingerprint: 'samsung/ja3gxx/ja3g:4.2.2/JDQ39/I9500XXUAMDK:user/release-keys'
I/DEBUG   ( 2512): Revision: '10'
I/DEBUG   ( 2512): signal 11 (SIGSEGV), code 1 (SEGV_MAPERR), fault addr deadbaad

thats what im getting with new cyanogenmod source.... looks like source problem. because device-tree working great.

Build compiled and running without any issues here.

Sent from my Nexus 7 using Tapatalk 2
 
  • Like
Reactions: doga.ozkaraca

iamsachin

Senior Member
Dec 26, 2008
1,176
1,554
New Delhi
i guess that error proprietary related.

could you upload your proprietary files ?? /vendor/samsung/i9500 folder

The error is not in proprietary. It is loading the libs perfectly.
It is unable to initialize HWComposer due to which SurfaceFlinger isn't loading. The error is generated by this piece of code in framework/native/services/surfaceflinger/DisplayHardware/HWComposer.cpp
// If we have no HWC, or a pre-1.1 HWC, an FB dev is mandatory.
if ((!mHwc || !hwcHasApiVersion(mHwc, HWC_DEVICE_API_VERSION_1_1))
&& !mFbDev) {
ALOGE("ERROR: failed to open framebuffer (%s), aborting",
strerror(-fberr));
abort();
}

To fix this try the following:
1) Check and re-clone exynos5-insignal in samsung_slsi
2) Check and re-clone framework/native

Also manually once re-clone device tree, ensuring that it is building HWComposer from insignal and not exynos5 folder

PS: The build size is reduced as there is no more Focal included.
 
Last edited:

Top Liked Posts

  • There are no posts matching your filters.
  • 83
    cyanogenmod-10-banner-600.jpg


    CyanogenMod 10.2 for the i9500 is currently in its alpha stages. You can see the bugs at the bottom of this post. Flash at your own risk.

    How To Install:

    Switching to CyanogenMod 10.2 from another ROM:

    - Make sure you're running a proper working CWM Recovery.
    - Download Gapps and the CM 10.2 zip on to your phone.
    - Boot into recovery
    - Flash the CM 10.2 zip from your SD card.
    - Flash the Gapps zip from your SD card.
    - Wipe data/factory reset (Extremely necessary)
    - Reboot to system.
    - Never restore system data using Titanium Backup.

    Upgrading from an earlier version of CyanogenMod 10.2:

    - Download the updated CM 10.2 zip on to your phone.
    - Boot into recovery
    - Flash the update from your SD card.
    - Reboot to system.

    Downloads:

    My Builds:

    http://xdaforums.com/showthread.php?p=45973534

    Google Apps:

    http://goo.im/gapps

    Github:

    https://github.com/intervigilium

    https://github.com/CyanogenMod

    Issue Tracker:

    https://jira.cyanogenmod.org/issues/?jql=text ~ i9500

    Bugs: (Might be missing some)

    - Can't make videos.
    - Wi-Fi hotspot not working.
    - Call quality. (Microphone and sound)
    52
    Cherry pick these commits next time you build.

    http://review.cyanogenmod.org/#/c/50965/
    http://review.cyanogenmod.org/#/c/50966/

    Also update your proprietary files to use proprietary libhwjpeg.so for now. This should get pictures working. Videos are not quite working yet.
    44
    I don't frequent XDA, nor do I typically reply to many emails asking for help compiling things, as I tend to get quite a few of them. That said, it seems like things have gotten out of hand here.
    I don't typically package releases for devices I work on, usually I just let jenkins do it. If others want to compile and package things and put together something, that's perfectly fine with me. However, the device tree and associated bits are still in quite a bit of flux, so it's quite possible that things won't work, or things won't compile.
    30
    This discussion is not about the legality if somebody is allowed to use open-source code or not, it's about having the common sense and decency of waiting for the original author to finish a work and release it before you go on to create a derivative of it. And by releasing, I mean a proper "here you go, this is now in an acceptable state".

    All I'm seeing here over the past few days was a guy who could barely manage to put together a working ROM without the help of @Grarak or @Albert96.

    We don't need such people in the community, I for one will make sure to not support such creations in my own work.

    And I severely hope this thread won't be censored by moderation as it portrays a serious problem with development on this forum in general. Leave it as a lesson to be learned.
    27
    I will try my best to port cm. But I'm still enjoying my vacation until the end of the month.

    Sent from my GT-I9500 using xda app-developers app