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.
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.
I think this is RGBA and BGRA problem.
In 2D, it draws in RGB. In 3D, it draws in BGR
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.
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![]()
this cant be
i try all installer n all was stuck with boot loop
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/
Frozen Eclair Beta 5 (Base Pack is already included)
Frozen Eclair Beta 5 Base Pack (only DVM)
What is difrence between them?
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 ----------
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.
Spice Up Your Spica with :
- Touchwiz 3 Launcher for Spica mod
- Xperia Arc Home modded for Spica (mdpi)
- Green Eye Boot Animation
- Samsung Energy Loop Boot Animation
548 Quadrant JIT On [I/O:1577] 527 Quadrant JIT Off [I/O:1629]
Samdroid kit v.2 + app2SD + custom data2ext2-loop + FE7 libs + Frankenkernel v0.18 + 128mb swap
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.
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?
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks