Page 3 of 3 FirstFirst 123
Results 21 to 29 of 29

Thread: [OUTDATED] [Dev] Android 2.3 Gingerbread for Samsung Spica i5700 [SOURCE]

777
  1. [translate]    #21
    Moderator
    Join Date
    Jun 2010
    Location
    Warsaw, Poland
    Posts
    2,828

    Default

    I've discovered what causes the black screen issue with 2.3 and 3D drivers. Gingerbread now requires the GL_OES_EGL_image extension to work. I've partially implemented it in my drivers and Gingerbread showed up on the screen, but it's just a quick hack and causes a lot of screen corruption and unstability.

  2. [translate]    #22
    Moderator nebkat's Avatar
    Join Date
    Oct 2010
    Location
    Dublin, Ireland
    Posts
    989

    Default

    Quote Originally Posted by tom3q View Post
    I've discovered what causes the black screen issue with 2.3 and 3D drivers. Gingerbread now requires the GL_OES_EGL_image extension to work. I've partially implemented it in my drivers and Gingerbread showed up on the screen, but it's just a quick hack and causes a lot of screen corruption and unstability.
    Is memory management also a problem with GB? I see you are going to rework it.
    Code:
    for (n00b n : mSamdroid) {
        if (!n.findAnswer()) {
            n.useSearch();
        }
    }

  3. [translate]    #23
    Senior Member
    Join Date
    Aug 2010
    Location
    Paris
    Posts
    242

    Default

    Leshak для WiFi на пряник, вы можете использовать WiFi FrozenEclair8 как я сделал для 6.1.1 CyanogenMod alpha8.2? Файлы есть:

    --------------------------------------------------------------------------------------------------------------------------------------

    Leshak for wifi on the gingerbread, you can use the wifi FrozenEclair8 as I did for 6.1.1 CyanogenMod alpha8.2? The files are there:

    * libwpa_client
    * rtecdc
    * rtecdc_mfg
    * wifi.conf

    these files have been modified by Bendroid and me.

    Link : http://www.multiupload.com/HFX2RUFU37

  4. [translate]    #24
    Administrator
    Join Date
    Dec 2009
    Location
    Moscow, Russia
    Posts
    3,727

    Default

    WiFi works fine on GB
    Twitter | Devices: Samsung Spica i5700 - SamdroidMod 2.0.1 Froyo | Nexus One - Android 2.2 Froyo | Nexus S CyanogenMod 7.1
    If you like my stuff, buy me a beer!

  5. [translate]    #25
    Moderator nebkat's Avatar
    Join Date
    Oct 2010
    Location
    Dublin, Ireland
    Posts
    989

    Default

    Quote Originally Posted by tom3q View Post
    Is there any output from gralloc in your logcat after the screen turns off?
    It would be nice if you post here your logcat and maybe dmesg too.
    I remember seeing some gralloc error, so I'm trying again to see what happens... **EDIT** I don't seem to have the sleep bug anymore... I have been waiting for at least 30 min and it still works fine...


    When I try to compile gingerbread, I get this:

    Code:
    In file included from /usr/include/features.h:378,
                     from /usr/include/string.h:26,
                     from external/clearsilver/java-jni/j_neo_util.c:1:
    /usr/include/gnu/stubs.h:9:27: error: gnu/stubs-64.h: No such file or directory
    make: *** [out/host/linux-x86/obj/SHARED_LIBRARIES/libclearsilver-jni_intermediates/j_neo_util.o] Error 1
    Last edited by nebkat; 01-12-2011 at 11:27 PM.
    Code:
    for (n00b n : mSamdroid) {
        if (!n.findAnswer()) {
            n.useSearch();
        }
    }

  6. [translate]    #26
    Member
    Join Date
    Jun 2010
    Location
    china
    Posts
    83

    Default

    For camera , there are some issue with creating pmem used by libcamera.

    Code:
    E/SecCameraHardware( 1902): int android::SecCameraHardware::m_createMasterHeap(const char*)::open(/dev/pmem_preview) fail 
    E/SecCameraHardware( 1902): android::SecCameraHardware::SecCameraHardware():m_createMasterHeap(/dev/pmem_preview) fail
    E/SecCameraHardware( 1902): int android::SecCameraHardware::m_createMasterHeap(const char*)::open(/dev/pmem_picture) fail 
    E/SecCameraHardware( 1902): android::SecCameraHardware::SecCameraHardware():m_createMasterHeap(/dev/pmem_picture) fail
    E/SecCameraHardware( 1902): int android::SecCameraHardware::m_createMasterHeap(const char*)::open(/dev/pmem_jpeg) fail 
    E/SecCameraHardware( 1902): android::SecCameraHardware::SecCameraHardware():m_createMasterHeap(/dev/pmem_jpeg) fail
    After first FC of camera, the camera service can not release client anymore, and then the sleep issue disappeared.
    The sleep issue seems are not any type of crashs but cpu occupied by something, there are ways to wake up after a long time waiting.
    Last edited by vflashbirdv; 01-14-2011 at 06:42 AM.

  7. [translate]    #27
    Senior Member
    Join Date
    May 2010
    Location
    Hungary
    Posts
    722

    Default

    I've enabled 2d drivers from froyo and sleep issue still present... So, it's not tom3q's fault

  8. [translate]    #28
    Moderator
    Join Date
    Jun 2010
    Location
    Warsaw, Poland
    Posts
    2,828

    Default

    As far as what I discovered is right, the sleep issue doesn't cause the phone to hang, but rather Android stops receiving input events so you just can't wake it up.
    Could you try to connect a usb cable after the phone "hangs" and check whether it's still visible on the computer (do some adb commands like logcat, etc.)?

  9. [translate]    #29
    Senior Member
    Join Date
    May 2010
    Location
    Hungary
    Posts
    722

    Default




Page 3 of 3 FirstFirst 123

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •