Page 1 of 3 123 LastLast
Results 1 to 10 of 29

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

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

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

    My first 'working' version of Android 2.3 for i5700
    https://github.com/organizations/SamdroidMod

    How to get source:
    Code:
    repo init -u git://github.com/SamdroidMod/android.git -b gingerbread
    repo sync
    How to build
    Code:
    . build/envsetup.sh
    choosecombo
    • 1
    • 1
    • spica
    • eng

    Code:
    make
    First BIG Problem - Display, can't use 3D drivers (fimg)
    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!

  2. [translate]    #2
    Moderator nebkat's Avatar
    Join Date
    Oct 2010
    Location
    Dublin, Ireland
    Posts
    989
    Code:
    for (n00b n : mSamdroid) {
        if (!n.findAnswer()) {
            n.useSearch();
        }
    }

  3. [translate]    #3
    Member
    Join Date
    Mar 2010
    Location
    Ukraine
    Posts
    66

    Default

    Yes. I create issue there because probably tom3q's driver is the only which we can use for gingerbread.

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

    Default

    There was a suggestion on my project site (I believe that it was by mik_os) that Gingerbread works correctly with my 2D drivers - gralloc, copybit, g2d kernel module and kernel patches. May be worth trying to provide some basic graphics acceleration on 2.3.

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

    Default

    Quote Originally Posted by nebkat View Post
    yes, but with gralloc, copybit and "0 0 android" in egl.cfg
    1. very slow
    2. sometimes display turn off and need to switch off/on the phone
    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!

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

    Default

    Quote Originally Posted by LeshaK View Post
    yes, but with gralloc, copybit and "0 0 android" in egl.cfg
    1. very slow
    2. sometimes display turn off and need to switch off/on the phone
    Point 1 should not be the case. On 2.2 UI is usually faster than on 3D drivers (considering that my drivers are installed correctly).
    Point 2 seems strange, I have never experienced similar issues with my drivers (I use them on my phone instead of the broken Samsung drivers).

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

    Default

    Quote Originally Posted by tom3q View Post
    Point 2 seems strange, I have never experienced similar issues with my drivers (I use them on my phone instead of the broken Samsung drivers).
    I think problem not in your driver or in driver from samsung,
    after display turn off - top
    Code:
    User 8%, System 91%, IOW 0%, IRQ 0%
    User 67 + Nice 0 + Sys 748 + Idle 0 + IOW 0 + IRQ 0 + SIRQ 0 = 815
    
      PID CPU% S  #THR     VSS     RSS PCY UID      Name
     1992  78% S     5  22452K   4668K  fg media    /system/bin/mediaserver
     2001  11% S    46 136212K  34620K  fg system   system_server
     1993   1% R     3   3888K    676K  fg root     /system/bin/netd
     1895   1% R     1   1256K    580K  fg bluetoot /system/bin/dbus-daemon
     1888   1% R     3   3916K    700K  fg root     /system/bin/vold
     2299   0% R     1    908K    380K  fg root     top
    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!

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

    Default

    Still, it shows 91% CPU usage in kernel mode.
    There is a bug in framebuffer driver (in kernel) which seems to turn off the screen and crash when something is trying to change the video mode. Maybe it is related?

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

    Default

    Quote Originally Posted by tom3q View Post
    Maybe it is related?
    how I can debug this?
    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!

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

    Default

    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.

Page 1 of 3 123 LastLast

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
  •