Page 81 of 361 FirstFirst ... 3171798081828391131181 ... LastLast
Results 801 to 810 of 3601

Thread: -={ SAMDROID TURBO }=-

777
  1. [translate]    #801
    Senior Member
    Join Date
    Jul 2010
    Location
    indonesia
    Posts
    106

    Default

    after i apply fe5 why the icon colour became different?? example twitter : the colour is blue sky but after i apply fe5 it became yellow??? any explanation for this?
    FYI : if i drag the twitter icon to my homescreen the colour was normal.

  2. [translate]    #802
    Junior Member
    Join Date
    Jul 2010
    Location
    Taipei, ROC
    Posts
    14

    Default

    I think this is RGBA and BGRA problem.
    In 2D, it draws in RGB. In 3D, it draws in BGR

  3. [translate]    #803
    Junior Member
    Join Date
    Jul 2010
    Location
    Taiwan
    Posts
    11

    Default

    Chinese Says:
    I use Google translation:
    Color format conversion, because the screen is RGB565, if the brush to RGBA8888 data, it must be the color format conversion, this piece certainly 2D engine
    Have support.
    However, the starting configuration RGBA8888 turn RGB565, and found that the screen is red?
    Debugging a long time and found that Google Android's RGBA8888 even large Indian order, that is, corresponding to ARM's ABGR8888, this
    Samsung looks like the color is not supported.
    Color conversion manually configure ARGB8888, found that the normal white, green and blue against the Oh, so soft to write a color format for the function:
    daddr [i] = ((saddr [i]) & 0xFF00FF00) | (((saddr [i]) & 0xFF) <<16) | (((saddr [i]) &
    0xFF0000)>> 16);
    The results of this function so that the effect of the interface has been reduced, for this conversion I used another piece of PMEM.
    Samsung Android1.5 yesterday to see the kernel driver code, even found its operation of a data sheet does not address (0x350) omg
    A search on the Internet, some header files to their mark-bit shift registers Indian sequence, sudden joy, and so support the ABGR color format, the software no longer
    Conversion!
    Tried, the really useful and fluidity increased, Samsung has also left a hand you really ah, perhaps I too old to see the data sheet.

  4. [translate]    #804
    Member
    Join Date
    Jul 2010
    Location
    France
    Posts
    34

    Default

    With the FE4 I had 90 Mo of free ram but i had some problems so I uninstalled it.
    I replaced it by the FE3, now my performances decreased but the problems have disappeared.
    Hope the FE5 will be better.

    Sorry for my English

  5. [translate]    #805
    Junior Member
    Join Date
    Jun 2010
    Location
    medan
    Posts
    8

    Default

    this cant be

    i try all installer n all was stuck with boot loop

  6. [translate]    #806
    Senior Member
    Join Date
    May 2010
    Location
    Central America
    Posts
    692

    Default

    What are you guys installing? F5 base package or full one?
    Slds,

    Sent from my GT-I5700
    Get the latest news at http://news.samdroid.net/

  7. [translate]    #807
    Senior Member
    Join Date
    May 2010
    Location
    Lithuania
    Posts
    714

    Default

    Frozen Eclair Beta 5 (Base Pack is already included)

    Frozen Eclair Beta 5 Base Pack (only DVM)

    What is difrence between them?

  8. [translate]    #808
    Senior Member
    Join Date
    Apr 2010
    Location
    Kaoru's dojo
    Posts
    812

    Default

    Recommended procedure when having boot loops till now with FE4/5:
    Backup your apps and data, then apply new base samdroid then apply FE.

    ***echo echo***

    ---------- Post added at 02:01 AM ---------- Previous post was at 01:59 AM ----------

    Quote Originally Posted by slash View Post
    Frozen Eclair Beta 5 (Base Pack is already included)

    Frozen Eclair Beta 5 Base Pack (only DVM)

    What is difrence between them?
    See post 1. Basically, less files are in the B5_Base version, like libwebcore.so is not included, which isnt really part of dvm. More specific to the DVM itself are what were included only.

    antibyte needs to define this more (the differences and how to decided which package to choose) though.

  9. [translate]    #809
    Senior Member
    Join Date
    May 2010
    Location
    Lithuania
    Posts
    714

    Default

    Went to FE5 base, had problems with full FE5, when starting programs textures was bad sometimes... with base seems nice
    Last edited by slash; 08-01-2010 at 09:15 PM.

  10. [translate]    #810
    Senior Member
    Join Date
    Mar 2010
    Location
    Kiev, Ukraine
    Posts
    303

    Default

    Am was try a fe4 and has a some restarts (from bootanimation) during using a brouser. Come back to fe3 - it seems much stable for me. What about fe5?

Thread Information

Users Browsing this Thread

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

Tags for this Thread

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
  •